:root{--bg: #0e1116;--surface: #161b23;--surface-2: #1e2530;--border: #2a3342;--text: #eceff4;--muted: #8b94a3;--accent: #ffb23e;--accent-press: #e69a26;--accent-ink: #1a1206;--ok: #5dd39e;--danger: #ff6b6b;--radius: 14px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,system-ui,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh;padding-bottom:76px}h1,h2,h3{font-family:Unbounded,Inter,sans-serif;letter-spacing:-.01em}h1{font-size:20px;font-weight:700}h2{font-size:16px;font-weight:700}h3{font-size:14px;font-weight:500}.page{padding:16px;display:flex;flex-direction:column;gap:14px}.muted{color:var(--muted);font-size:13px}.dayline{background:linear-gradient(135deg,#20180a 0%,var(--surface) 55%);border:1px solid #3a2d12;border-radius:var(--radius);padding:14px;display:flex;align-items:center;gap:12px}.dayline .flame{font-family:Unbounded,sans-serif;font-size:22px;font-weight:700;color:var(--accent);min-width:64px;text-align:center}.dayline .flame small{display:block;font-family:Inter;font-size:11px;color:var(--muted);font-weight:400}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.card+.card{margin-top:0}.row{display:flex;align-items:center;justify-content:space-between;gap:10px}.stack{display:flex;flex-direction:column;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:var(--accent-ink);border:none;border-radius:12px;padding:12px 16px;font-size:15px;font-weight:600;font-family:Inter;cursor:pointer;width:100%}.btn:active{background:var(--accent-press)}.btn:disabled{opacity:.45}.btn.ghost{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.btn.small{width:auto;padding:8px 14px;font-size:13px}.badge{font-size:12px;padding:3px 9px;border-radius:99px;background:var(--surface-2);color:var(--muted);border:1px solid var(--border)}.badge.free{color:var(--ok);border-color:#234436}.badge.locked{color:var(--accent);border-color:#3a2d12}.progressbar{height:5px;background:var(--surface-2);border-radius:99px;overflow:hidden}.progressbar>div{height:100%;background:var(--accent);border-radius:99px;transition:width .3s}input,textarea{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px;color:var(--text);font-family:Inter;font-size:15px}input:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}.tabbar{position:fixed;bottom:0;left:0;right:0;display:flex;background:var(--surface);border-top:1px solid var(--border);padding:6px 4px calc(6px + env(safe-area-inset-bottom))}.tabbar button{flex:1;background:none;border:none;color:var(--muted);font-family:Inter;font-size:10.5px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px 0}.tabbar button .ico{font-size:19px}.tabbar button.active{color:var(--accent)}.chat{display:flex;flex-direction:column;gap:8px}.msg{max-width:86%;padding:10px 13px;border-radius:14px;white-space:pre-wrap;font-size:14px}.msg.user{align-self:flex-end;background:var(--accent);color:var(--accent-ink);border-bottom-right-radius:4px}.msg.assistant{align-self:flex-start;background:var(--surface-2);border-bottom-left-radius:4px}.onb{min-height:calc(100vh - 76px);display:flex;flex-direction:column;justify-content:center;gap:18px;padding:24px}.onb h1{font-size:24px;line-height:1.25}.onb .step{color:var(--accent);font-family:Unbounded;font-size:12px}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
