:root{color-scheme:light;--color-bg: #f5f7fb;--color-surface: #f7f9fc;--color-text: #142033;--color-text-muted: #5e6b82;--color-accent: #1456ff;--color-accent-strong: #0c3ab8;--color-success: #158567;--shadow-soft: 0 24px 50px rgba(15, 23, 40, .08);font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at top,rgba(20,86,255,.08),transparent 30%),var(--color-bg);color:var(--color-text)}body,button,input,select{font:inherit}a{color:inherit}img{max-width:100%}.calculator-layout,.calculator-grid{display:grid;gap:1rem}.calculator-card-surface{padding:1.25rem;border-radius:1.25rem;background:var(--color-surface)}.calculator-form{display:grid;gap:1rem}.calculator-form__grid{display:grid;align-items:start;gap:.9rem}.calculator-form__field{display:grid;align-content:start;gap:.45rem}.calculator-form__field label{font-weight:700;min-height:3rem;display:flex;align-items:end;line-height:1.25}.calculator-form__field span{color:var(--color-text-muted);font-size:.92rem}.calculator-form__field input,.calculator-form__field select{min-height:3rem;width:100%;padding:.8rem .95rem;border-radius:.95rem;border:1px solid rgba(20,32,51,.12);background:#fff;color:var(--color-text)}.result-panel{display:grid;gap:1rem}.result-panel__hero{padding:1.25rem;border-radius:1.25rem;background:linear-gradient(135deg,#123ec9,#1b6eff);color:#fff}.result-panel__hero p,.result-panel__hero h3{margin:0}.result-panel__hero p{opacity:.8}.result-panel__hero h3{margin-top:.5rem;font-size:clamp(2rem,4vw,2.8rem)}.result-panel__grid{display:grid;gap:.85rem}.result-panel__metric{padding:1rem;border-radius:1.1rem;background:#fff;border:1px solid rgba(20,32,51,.08)}.result-panel__metric span,.breakdown-list small{color:var(--color-text-muted)}.result-panel__metric strong{display:block;margin-top:.3rem;font-size:1.3rem}.breakdown-list{display:grid;gap:.8rem}.breakdown-list__item{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-radius:1rem;background:#fff;border:1px solid rgba(20,32,51,.08)}.breakdown-list__item strong,.breakdown-list__item small,.table-card h3,.table-card p{margin:0}.table-card{padding:1rem;border-radius:1.25rem;background:#fff;border:1px solid rgba(20,32,51,.08)}.table-card p{color:var(--color-text-muted)}.table-card table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.95rem}.table-card th,.table-card td{text-align:left;padding:.75rem 0;border-bottom:1px solid rgba(20,32,51,.08)}.table-card th:last-child,.table-card td:last-child{text-align:right}.helper-card{padding:1rem;border-radius:1.1rem;background:#fff;border:1px solid rgba(20,32,51,.08);display:grid;gap:1rem}.helper-card__header,.helper-card__summary{display:flex;justify-content:space-between;align-items:start;gap:1rem}.helper-card__header h3,.helper-card__header p{margin:0}.helper-card__header p,.helper-card__summary small{color:var(--color-text-muted)}.helper-card__list{display:grid;gap:.85rem}.helper-card__row{display:grid;gap:.75rem;align-items:end}.helper-card__summary{padding-top:.25rem;border-top:1px solid rgba(20,32,51,.08)}.helper-card__summary strong{display:block;margin-top:.25rem;font-size:1.1rem}.helper-card__button{min-height:2.75rem;padding:.7rem 1rem;border:0;border-radius:.95rem;background:var(--color-accent);color:#fff;font-weight:700;cursor:pointer}.helper-card__button--secondary{background:#1456ff1a;color:var(--color-accent-strong)}.helper-card__button--ghost{background:#fff;color:var(--color-text);border:1px solid rgba(20,32,51,.12)}.helper-card__button:disabled{opacity:.5;cursor:not-allowed}@media(min-width:860px){.calculator-grid{grid-template-columns:1.1fr .9fr;align-items:start}.calculator-form__grid,.result-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.helper-card__row{grid-template-columns:repeat(2,minmax(0,1fr)) auto}}
