.pyth-calculator{--pyth-primary: #65a30d;--pyth-secondary: #84cc16;--pyth-accent: #bef264;--pyth-bg: #f7fee7;--pyth-card-bg: #ffffff;--pyth-text: #365314;--pyth-text-muted: #4d7c0f;--pyth-border: #d9f99d;--pyth-shadow: 0 4px 20px rgba(101, 163, 13, .12);max-width:900px;margin:0 auto;font-family:system-ui,-apple-system,sans-serif}.pyth-header{text-align:center;margin-bottom:2rem}.pyth-title{font-size:2rem;font-weight:800;color:var(--pyth-primary);margin:0 0 .5rem}.pyth-description{color:var(--pyth-text-muted);font-size:1.1rem;margin:0}.pyth-formula-container{background:linear-gradient(135deg,var(--pyth-bg) 0%,#ecfccb 100%);border-radius:16px;padding:1.5rem;margin-bottom:2rem;border:1px solid var(--pyth-border)}.pyth-formula-title{font-size:1.1rem;font-weight:700;color:var(--pyth-primary);margin:0 0 1rem;text-align:center}.pyth-formula-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.pyth-formula-card{background:var(--pyth-card-bg);border-radius:12px;padding:1rem;text-align:center}.pyth-formula-label{display:block;font-size:.85rem;font-weight:600;color:var(--pyth-text-muted);margin-bottom:.5rem}.pyth-formula-math{font-size:.95rem;color:var(--pyth-text);overflow-x:auto}.pyth-form-container{background:var(--pyth-card-bg);border-radius:16px;padding:1.5rem;box-shadow:var(--pyth-shadow);margin-bottom:2rem}.pyth-form{display:flex;flex-direction:column;gap:1.25rem}.pyth-triangle-visual{text-align:center;margin-bottom:1rem}.pyth-svg{width:200px;height:150px;color:var(--pyth-primary)}.pyth-inputs-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.pyth-input-group{display:flex;flex-direction:column;gap:.5rem}.pyth-label{font-weight:600;font-size:.9rem;color:var(--pyth-text)}.pyth-input{width:100%;padding:.875rem 1rem;border:2px solid var(--pyth-border);border-radius:10px;font-size:1.1rem;background:var(--pyth-bg)}.pyth-input:focus{outline:none;border-color:var(--pyth-primary);background:#fff}.pyth-hint{text-align:center;font-size:.85rem;color:var(--pyth-text-muted);margin:0}.pyth-buttons{display:flex;gap:1rem}.pyth-btn{flex:1;padding:1rem;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer}.pyth-btn-primary{background:linear-gradient(135deg,var(--pyth-primary) 0%,var(--pyth-secondary) 100%);color:#fff}.pyth-btn-secondary{background:var(--pyth-bg);color:var(--pyth-text-muted);border:2px solid var(--pyth-border)}.pyth-results{background:var(--pyth-card-bg);border-radius:16px;padding:1.5rem;box-shadow:var(--pyth-shadow);margin-bottom:2rem}.pyth-results-title{font-size:1.25rem;font-weight:700;color:var(--pyth-primary);margin:0 0 1.5rem;text-align:center}.pyth-summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:1rem}.pyth-summary-card{background:var(--pyth-bg);border-radius:12px;padding:1rem;text-align:center}.pyth-summary-primary{background:linear-gradient(135deg,var(--pyth-primary) 0%,var(--pyth-secondary) 100%)}.pyth-summary-primary .pyth-summary-label,.pyth-summary-primary .pyth-summary-value{color:#fff}.pyth-summary-label{display:block;font-size:.7rem;font-weight:600;color:var(--pyth-text-muted);margin-bottom:.25rem}.pyth-summary-value{font-size:1.1rem;font-weight:800;color:var(--pyth-text)}.pyth-verification{text-align:center;padding:1rem;background:var(--pyth-bg);border-radius:12px;color:var(--pyth-primary)}.pyth-content{margin-top:3rem}.pyth-content-section{margin-bottom:2.5rem}.pyth-content-title{font-size:1.5rem;font-weight:700;color:var(--pyth-text);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:3px solid var(--pyth-primary)}.pyth-content-text{color:var(--pyth-text-muted);line-height:1.7;margin:0 0 1rem}.pyth-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.pyth-feature-card{background:var(--pyth-bg);border-radius:12px;padding:1.25rem;text-align:center}.pyth-feature-icon{font-size:2rem;display:block;margin-bottom:.75rem}.pyth-feature-title{font-size:1rem;font-weight:700;color:var(--pyth-text);margin:0 0 .5rem}.pyth-feature-desc{font-size:.85rem;color:var(--pyth-text-muted);margin:0}.pyth-table-wrapper{overflow-x:auto;border-radius:12px;margin-top:1.5rem}.pyth-table{width:100%;border-collapse:collapse;background:#fff;font-size:.9rem}.pyth-table th{background:var(--pyth-primary);color:#fff;padding:.875rem 1rem;text-align:left}.pyth-table td{padding:.75rem 1rem;border-bottom:1px solid var(--pyth-border)}.pyth-table-triple{font-weight:700;color:var(--pyth-primary)}.pyth-tips-grid{display:grid;gap:1rem;margin-top:1.5rem}.pyth-tip-card{display:flex;gap:1rem;background:var(--pyth-card-bg);border-radius:12px;padding:1.25rem;border-left:4px solid var(--pyth-primary)}.pyth-tip-icon{font-size:1.5rem}.pyth-tip-title{font-size:1rem;font-weight:700;color:var(--pyth-text);margin:0 0 .5rem}.pyth-tip-text{font-size:.9rem;color:var(--pyth-text-muted);margin:0}.pyth-faqs{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.pyth-faq-item{background:var(--pyth-card-bg);border-radius:12px;padding:1.25rem}.pyth-faq-question{font-size:1rem;font-weight:700;color:var(--pyth-primary);margin:0 0 .75rem}.pyth-faq-answer{font-size:.9rem;color:var(--pyth-text-muted);margin:0;line-height:1.6}@media (max-width: 768px){.pyth-inputs-row{grid-template-columns:1fr}.pyth-summary-grid{grid-template-columns:repeat(2,1fr)}}
