:root{--font-d:"Segoe UI",system-ui,-apple-system,Roboto,sans-serif;--font-b:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--bg:#0b0c10;--panel:#161922;--ink:#f6f8fa;--soft:#cdd5df;--muted:#98a3b0;--line:#2a303c;--accent:#19c4b1;--accent-ink:#04231f;--acc-soft:#123531;--tax:#4fe7d5;--danger:#ff8a8a;--danger-bg:#2a1416;--shadow:0 12px 40px -18px rgba(0,0,0,0.75);--radius:14px;--hero:radial-gradient(120% 80% at 82% -20%,#123f39 0%,#0b0c10 55%);color-scheme:dark}:root[data-theme=light]{--bg:#fbfaf7;--panel:#ffffff;--ink:#0e1014;--soft:#3c424b;--muted:#697079;--line:#e7e3db;--accent:#0c8576;--accent-ink:#ffffff;--acc-soft:#dbf3ee;--tax:#0a6e62;--danger:#b42318;--danger-bg:#fef3f2;--shadow:0 12px 34px -20px rgba(20,40,36,0.35);--hero:radial-gradient(120% 80% at 82% -20%,#dbf3ee 0%,#fbfaf7 55%);color-scheme:light}@media (prefers-color-scheme:light){:root:not([data-theme]){--bg:#fbfaf7;--panel:#ffffff;--ink:#0e1014;--soft:#3c424b;--muted:#697079;--line:#e7e3db;--accent:#0c8576;--accent-ink:#ffffff;--acc-soft:#dbf3ee;--tax:#0a6e62;--danger:#b42318;--danger-bg:#fef3f2;--shadow:0 12px 34px -20px rgba(20,40,36,0.35);--hero:radial-gradient(120% 80% at 82% -20%,#dbf3ee 0%,#fbfaf7 55%);color-scheme:light}}*{box-sizing:border-box;margin:0}html{-webkit-text-size-adjust:100%}body,html{margin:0;padding:0}body{font-family:var(--font-b);background:var(--bg);color:var(--ink);font-size:1.05rem;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-d);font-weight:800;letter-spacing:-.03em;line-height:1.1;text-wrap:balance}button{font-family:inherit}a{color:var(--accent)}@media (prefers-reduced-motion:reduce){*{transition:none!important}}