.hcalc{background:var(--surface);border:1px solid var(--rule);border-radius:22px;padding:40px clamp(20px,5vw,52px) 34px;box-shadow:0 1px 2px #0a0a0b0a,0 20px 60px -30px #0a0a0b38;color:var(--ink)}.hc-c{position:absolute;width:0;height:0;overflow:hidden}.hc-chip{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:5px 12px;border-radius:999px;color:var(--gold-deep);background:var(--gold-soft);margin-bottom:16px}.hc-h1{font-family:var(--display);font-size:clamp(26px,4vw,40px);font-weight:500;letter-spacing:-.02em;line-height:1.08;margin:0}.hc-rule{width:60px;height:2px;background:var(--gold);margin:16px 0 14px}.hc-sub{color:var(--ink-mute);max-width:64ch;font-size:15px;line-height:1.55;margin:0}.hc-layout{display:grid;grid-template-columns:300px 1fr;gap:40px;margin-top:30px}@media(max-width:880px){.hc-layout{grid-template-columns:1fr;gap:26px}}.hc-ctl-group{margin-bottom:22px}.hc-ctl-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:9px}.hc-ctl-label{font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft)}.hc-ctl-value{font-size:15px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--ink)}.hcalc input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:22px;background:transparent;cursor:pointer}.hcalc input[type=range]::-webkit-slider-runnable-track{height:5px;border-radius:3px;background:linear-gradient(to right,var(--accent) 0 var(--fill,50%),var(--surface-3) var(--fill,50%) 100%)}.hcalc input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--accent);border:3px solid var(--surface);box-shadow:0 1px 5px #0a0a0b4d;margin-top:-7.5px}.hcalc input[type=range]::-moz-range-track{height:5px;border-radius:3px;background:var(--surface-3)}.hcalc input[type=range]::-moz-range-progress{height:5px;border-radius:3px;background:var(--accent)}.hcalc input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--accent);border:3px solid var(--surface);box-shadow:0 1px 5px #0a0a0b4d}.hc-ctl-note{font-size:12px;color:var(--gold-deep);margin-top:7px;display:none}.hc-seg{display:flex;border:1px solid var(--rule);border-radius:10px;overflow:hidden;background:var(--surface)}.hc-seg button{flex:1;padding:9px 4px;font-size:12.5px;font-weight:600;font-family:inherit;background:transparent;color:var(--ink-2);border:none;cursor:pointer;transition:background .15s}.hc-seg button+button{border-left:1px solid var(--rule)}.hc-seg button[aria-pressed=true]{background:var(--accent);color:var(--accent-ink)}.hc-check-row{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--ink-2);cursor:pointer}.hc-check-row input{width:16px;height:16px;accent-color:var(--accent)}.hc-hero-panel{background:var(--accent);border-radius:16px;padding:26px 28px 22px;color:var(--accent-ink)}.hc-hero-label{font-size:10.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-soft)}.hc-hero{font-family:var(--display);font-size:clamp(40px,5.5vw,58px);font-weight:600;letter-spacing:-.02em;line-height:1.02;margin-top:8px}.hc-hero-sub{font-size:14px;opacity:.82;margin-top:10px}.hc-hero-sub s{opacity:.6}.hc-verdict{font-size:13.5px;margin-top:16px;padding:11px 14px;border-radius:8px;background:color-mix(in srgb,var(--accent-ink) 8%,transparent);border-left:3px solid var(--gold)}.hc-cta{display:flex;align-items:center;gap:12px;margin-top:16px;padding:12px 14px;border-radius:12px;background:var(--accent-ink);color:var(--accent);text-decoration:none;transition:transform .12s ease}.hc-cta:hover{transform:translateY(-1px)}.hc-logo{flex:none}.hc-logo-mac{width:22px;height:22px;border-radius:5px;-o-object-fit:contain;object-fit:contain}.hc-logo-eight{display:none;height:14px;width:auto}.hcalc.is-8lends .hc-logo-mac{display:none}.hcalc.is-8lends .hc-logo-eight{display:block}.hc-cta-text{display:flex;flex-direction:column;line-height:1.15;flex:1}.hc-cta-main{font-family:var(--sans);font-weight:700;font-size:14.5px}.hc-cta-bonus{font-size:12px;font-weight:700;color:var(--gold-deep);margin-top:2px;animation:hc-bonus-glow 2.4s ease-in-out infinite}.hc-cta-arrow{flex:none;font-weight:700;opacity:.7}@keyframes hc-bonus-glow{0%,to{text-shadow:0 0 0 rgba(197,142,46,0)}50%{text-shadow:0 0 10px rgba(197,142,46,.6)}}@media(prefers-reduced-motion:reduce){.hc-cta-bonus{animation:none}}.hcalc.is-8lends{--accent: #6366f1;--accent-deep: #5457d8;--accent-soft: #e0e2fb}.hcalc.is-8lends .hc-hero-panel{background:radial-gradient(ellipse at bottom right,rgba(124,58,237,.3),transparent 55%),radial-gradient(ellipse at top left,rgba(59,130,246,.26),transparent 55%),radial-gradient(circle at 32% 28%,#1a2348,#0b1020 60%,#06080f)}.hc-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}@media(max-width:560px){.hc-tiles{grid-template-columns:1fr 1fr}}.hc-tile{background:var(--surface);border:1px solid var(--rule);border-top:2px solid var(--gold);border-radius:12px;padding:13px 15px}.hc-t-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft)}.hc-t-value{font-family:var(--display);font-size:23px;font-weight:600;margin-top:4px;color:var(--ink);white-space:nowrap}.hc-t-value.is-range{font-size:17px;letter-spacing:-.03em}.hc-t-hint{font-size:11.5px;color:var(--ink-soft);margin-top:3px}.hc-panel{margin-top:38px}.hc-panel h3,.hc-duo h3{font-family:var(--display);font-size:20px;font-weight:500;color:var(--ink);margin:0}.hc-p-sub{font-size:12.5px;color:var(--ink-soft);margin-top:3px}.hc-legend{display:flex;flex-wrap:wrap;gap:16px;margin:14px 0 6px;font-size:12.5px;color:var(--ink-2)}.hc-key{display:inline-flex;align-items:center;gap:7px}.hc-swatch-line{width:18px;height:0;border-top:2.5px solid;border-radius:2px}.hc-swatch-band{width:18px;height:10px;border-radius:2px;background:color-mix(in srgb,var(--accent) 12%,transparent)}.hc-chart-wrap{position:relative}.hc-chart-wrap svg{display:block;width:100%}.hc-tooltip{position:absolute;pointer-events:none;display:none;z-index:5;background:var(--surface);border:1px solid var(--rule);border-radius:10px;box-shadow:0 8px 28px #10173f2e;padding:10px 13px;font-size:12.5px;min-width:180px}.hc-tt-title{font-weight:700;margin-bottom:5px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft)}.hc-tt-row{display:flex;align-items:center;gap:7px;margin-top:3px}.hc-tt-key{width:12px;border-top:2.5px solid;border-radius:2px;flex:none}.hc-tt-name{color:var(--ink-2);flex:1}.hc-tt-val{font-weight:700;font-variant-numeric:tabular-nums}.hc-duo{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:38px}@media(max-width:880px){.hc-duo{grid-template-columns:1fr;gap:30px}}.hc-rows{margin-top:16px}.hc-row{margin-bottom:14px}.hc-r-head{display:flex;justify-content:space-between;gap:12px;font-size:13px;margin-bottom:5px}.hc-r-name{color:var(--ink-2)}.hc-r-val{font-weight:700;font-variant-numeric:tabular-nums}.hc-r-val.hc-neg{color:#b4442f}.hc-r-track{height:12px;position:relative}.hc-r-bar{height:12px;border-radius:0 4px 4px 0;min-width:2px}.hc-row.hc-total{border-top:1px solid var(--gold);padding-top:12px}.hc-row.hc-total .hc-r-name,.hc-row.hc-total .hc-r-val{font-weight:700;color:var(--ink)}.hc-ctl-hint{font-size:11.5px;color:var(--ink-soft);line-height:1.45;margin-top:7px}.hc-details{margin-top:20px;border-top:1px solid var(--rule);padding-top:14px}.hc-details summary{cursor:pointer;font-size:13.5px;font-weight:600;color:var(--ink-2)}.hc-assumptions{font-size:13px;color:var(--ink-2);margin-top:12px;max-width:76ch;line-height:1.55}.hc-assumptions p{margin-bottom:8px}.hc-foot{margin-top:24px;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft);text-align:center}
