:root{--fg-bg:#f5f7f9;--fg-surface:#ffffff;--fg-text:#14223a;--fg-text-strong:#102941;--fg-text-muted:#5c6e80;--fg-border:#e1e7ec;--fg-accent:#147b65;--fg-accent-strong:#0d5c4c;--fg-accent-tint:#eaf6f2;--fg-paid:#e97836;--fg-paid-strong:#c24717;--fg-paid-active:#a83e12;--fg-danger:#b23a2e;--fg-warning:#a16207;--fg-disabled-bg:#edf0f3;--fg-disabled-text:#7d8b98;color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--fg-bg);color:var(--fg-text)}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--fg-bg)}button,input,select,textarea{font:inherit}a{color:inherit}img,video{max-width:100%}@media (max-width:900px){body,html{max-width:100%;overflow-x:hidden;overscroll-behavior-x:none}@supports (overflow:clip){body,html{overflow-x:clip}}}:focus-visible{outline:2px solid var(--fg-accent-strong);outline-offset:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}