:root{--bg:#0a0e1a;--bg-elevated:#111627;--card:#151b30;--border:#262d47;--gold:#d4af37;--gold-dim:#a8863f;--text:#e8e6df;--text-dim:#8b8f9e;--danger:#e0555a;--success:#4caf7d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{height:100dvh;margin:0;overflow:hidden}html.is-skyhawk-fs,html.is-skyhawk-fs body{overscroll-behavior:none;touch-action:manipulation;width:100%;height:100dvh;position:fixed;inset:0;overflow:hidden}body{background:var(--bg);color:var(--text)}a{color:var(--gold)}button{cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none;font-family:inherit}button:focus-visible{outline-offset:2px;outline:1px solid #d4af378c}a,[role=button]{-webkit-tap-highlight-color:transparent}input,select{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:20px}.muted{color:var(--text-dim)}.gold{color:var(--gold)}
