:root{--bg: #f1f1ed;--surface: #ffffff;--surface-2: #f8f8f5;--surface-3: #edede8;--ink: #15171b;--ink-2: #5b616b;--ink-3: #646a74;--line: #e5e5df;--line-2: #d6d6ce;--amber: #e08a00;--amber-fill: #f2a81c;--amber-ink: #7a4a00;--amber-soft: #fdf2dc;--pos: #12785a;--pos-soft: #e2f0ea;--neg: #be342c;--neg-soft: #fbeae7;--shadow: 0 1px 2px rgba(21, 23, 27, .05), 0 10px 28px -18px rgba(21, 23, 27, .28);--shadow-lg: 0 2px 6px rgba(21, 23, 27, .06), 0 32px 64px -28px rgba(21, 23, 27, .34);--neg-line: #f0d2ce;--pos-line: #cbe4d9;--bg-soft: #e8e8e2;--bg-blur: rgba(241, 241, 237, .82);--toast-bg: #15171b;--toast-ink: #ffffff}html[data-theme=dark]{--bg: #0f1114;--surface: #181b20;--surface-2: #1f232a;--surface-3: #282d35;--ink: #f0f2f5;--ink-2: #a3aab5;--ink-3: #969da8;--line: #252a31;--line-2: #333942;--amber: #f2a81c;--amber-fill: #f2a81c;--amber-ink: #ffd991;--amber-soft: #2c2110;--pos: #3bc08d;--pos-soft: #102a21;--neg: #ff6259;--neg-soft: #2c1614;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 10px 28px -18px rgba(0, 0, 0, .8);--shadow-lg: 0 2px 6px rgba(0, 0, 0, .5), 0 32px 64px -28px rgba(0, 0, 0, .9);--neg-line: #3a1e1b;--pos-line: #1b4638;--bg-soft: #15181d;--bg-blur: rgba(15, 17, 20, .8);--toast-bg: #282d35;--toast-ink: #ffffff}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;height:100%}body{font-family:Golos Text,-apple-system,Segoe UI,sans-serif;font-feature-settings:"ss01";background:var(--bg, #f1f1ed);color:var(--ink, #15171b);-webkit-font-smoothing:antialiased;transition:background .45s ease,color .45s ease}#root{min-height:100vh}button{font:inherit;font-family:inherit;color:inherit;cursor:pointer;border:none;background:none;padding:0}input,textarea,select{font:inherit;font-family:inherit;color:inherit;outline:none}a{color:var(--ink, #15171b);text-decoration:none}a:hover{color:var(--amber, #e08a00)}::selection{background:var(--amber-soft, #fdf2dc);color:var(--amber-ink, #7a4a00)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--line-2, #d6d6ce);border-radius:9px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-track{background:transparent}.scr{scrollbar-width:none;-ms-overflow-style:none}.scr::-webkit-scrollbar{width:0;height:0;display:none}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes slidein{0%{transform:translate(-100%)}to{transform:none}}@keyframes shimmer{0%{background-position:-460px 0}to{background-position:460px 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.62)}}@keyframes popIn{0%{opacity:0;transform:scale(.94) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes focusPulse{0%{box-shadow:0 0 0 0 var(--amber-fill, #f2a81c)}40%{box-shadow:0 0 0 4px var(--amber-soft, #fdf2dc)}to{box-shadow:0 0 0 0 transparent}}.focus-target{animation:focusPulse 2.4s ease-out 1;outline:2px solid var(--amber-fill, #f2a81c);outline-offset:2px;border-radius:13px}.gate:hover:after,.gate:focus-within:after{content:attr(data-hint);position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%);max-width:260px;width:max-content;padding:7px 10px;border-radius:9px;background:var(--ink, #15171b);color:var(--surface, #fff);font-size:11.5px;line-height:1.35;font-weight:500;white-space:normal;text-align:center;z-index:20;pointer-events:none}@keyframes progressSlide{0%{left:-35%}to{left:100%}}
