.cs-calc-shell{max-width:920px;margin:0 auto;padding:96px 20px 64px;color:#e5e7eb}.cs-calc-shell [hidden]{display:none!important}.cs-calc-shell h1{font-size:clamp(2rem,6vw,3.5rem);line-height:1.05;margin:.4rem 0 1rem;color:#fff}.cs-calc-shell .cs-calc-lead{max-width:720px;color:#cbd5e1;line-height:1.7}.cs-calc-card{margin-top:28px;padding:clamp(18px,4vw,32px);border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.05)}.cs-calc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cs-calc-shell label{display:grid;gap:6px;font-size:.82rem;font-weight:800}.cs-calc-shell input,.cs-calc-shell select{width:100%;min-width:0;min-height:46px;padding:10px 12px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:#fff;color:#111827;font:inherit}.cs-calc-members{display:grid;gap:10px;margin:20px 0}.cs-calc-member{min-width:0;display:grid;grid-template-columns:1.3fr 1.1fr .7fr auto;gap:10px;align-items:end;border:0;padding:0;margin:0}.cs-calc-remove{width:46px;height:46px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:transparent;color:#fff;font-size:1.25rem}.cs-calc-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.cs-calc-buttons button{min-height:46px;padding:10px 16px;border:0;border-radius:10px;background:#6366f1;color:#fff;font:inherit;font-weight:800;cursor:pointer}.cs-calc-buttons button.secondary{background:transparent;border:1px solid rgba(255,255,255,.25)}.cs-calc-output{margin-top:24px}.cs-calc-summary,.cs-calc-results article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.1)}.cs-calc-summary{border-radius:12px 12px 0 0;background:rgba(99,102,241,.12)}.cs-calc-results article{border-top:0}.cs-calc-results article:last-child{border-radius:0 0 12px 12px}.cs-calc-results article div{display:grid}.cs-calc-results small{color:#94a3b8}.cs-calc-status{min-height:1.5em;margin-top:12px;color:#cbd5e1}.cs-calc-note{margin-top:24px;padding:14px;border-left:4px solid #22c55e;background:rgba(34,197,94,.08);line-height:1.6}@media(max-width:640px){.cs-calc-shell{padding-left:12px;padding-right:12px}.cs-calc-grid,.cs-calc-member{grid-template-columns:1fr}.cs-calc-remove{width:100%}.cs-calc-summary,.cs-calc-results article{align-items:flex-start;flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){.cs-calc-shell *{scroll-behavior:auto!important;transition:none!important}}