:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#10233f;background:#f3f7fb;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.app-shell{min-height:100vh;padding:32px}.hero-card{width:min(1120px,100%);margin:0 auto;background:#fff;border-radius:24px;padding:32px;box-shadow:0 20px 60px #10233f1f}.hero-header{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.preview-box{min-width:260px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:6px}.preview-box span,.preview-box small,.summary-card span{color:#4a6485}.preview-box strong,.summary-card strong{font-size:1.35rem}.eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:#3b82f6;font-weight:700}h1{margin:0 0 12px;font-size:clamp(2rem,5vw,3.2rem)}h2{margin:0 0 16px;font-size:1.2rem}.lead{margin:0 0 18px;font-size:1.05rem;color:#36506f}.calc-form{display:grid;gap:28px;margin-top:28px}.field-grid,.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}label{display:grid;gap:8px;font-weight:600}input{border:1px solid #cbd5e1;border-radius:12px;padding:12px 14px;font:inherit}.form-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}button{border:none;border-radius:12px;padding:14px 18px;font:inherit;font-weight:700;color:#fff;background:#2563eb;cursor:pointer}button:disabled{opacity:.6;cursor:wait}.summary-card{margin-top:28px;border-top:1px solid #e2e8f0;padding-top:28px}.summary-header{display:flex;justify-content:space-between;align-items:baseline;gap:16px;flex-wrap:wrap;margin-bottom:18px}.kpi-grid article{border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:grid;gap:8px}error-text{margin:0;color:#b91c1c;font-weight:600}.inline-note{font-size:.85rem;color:#64748b;margin-top:-8px;margin-left:4px}.label-with-tooltip{display:inline-flex;align-items:center;gap:6px}.icon-wrapper{position:relative}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#94a3b8;color:#fff;font-size:.7rem;font-weight:700;cursor:help}.tooltip-text{visibility:hidden;opacity:0;position:absolute;bottom:125%;left:50%;transform:translate(-50%);background:#1e293b;color:#fff;padding:8px 12px;border-radius:8px;font-size:.8rem;font-weight:400;white-space:nowrap;z-index:100;transition:opacity .2s ease,visibility .2s ease;box-shadow:0 4px 12px #00000026}.icon-wrapper:hover .tooltip-text,.icon-wrapper:focus .tooltip-text{visibility:visible;opacity:1}
