:root{--bg: #EEF2F8;--surface: #FFFFFF;--surface-2: #EDF1F7;--surface-3: #F6F8FC;--border: #E5EAF1;--text-1: #0B1220;--text-2: #5B6573;--text-3: #98A2B3;--gold: #E8A93B;--gold-2: #F2C24E;--gold-grad: linear-gradient(180deg, #F4C95A 0%, #E29E10 100%);--gold-strong: #8A5A09;--on-gold: #1A1205;--up: #F6465D;--down: #3D7EFF;--buy: #F6465D;--sell: #3D7EFF;--radius-card: 16px;--radius-pill: 12px;--radius-sm: 10px;--tabbar-h: 64px;--maxw: 460px;--shadow-card: 0 1px 2px rgba(16, 24, 40, .04), 0 1px 8px rgba(16, 24, 40, .03)}:root[data-theme=dark]{--bg: #0B0E11;--surface: #161A1E;--surface-2: #1E242B;--surface-3: #11161B;--border: #232A31;--text-1: #EAECEF;--text-2: #A7B0BB;--text-3: #6B7580;--gold-strong: #C8860D;--on-gold: #0B0E11;--shadow-card: none}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text-1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Noto Sans CJK,Inter,system-ui,sans-serif;font-size:15px;line-height:1.45}#root{max-width:var(--maxw);margin:0 auto;min-height:100%;background:var(--bg);position:relative}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit;font-size:15px}ul{margin:0;padding:0;list-style:none}.app-scroll{padding-bottom:env(safe-area-inset-bottom,0px)}.app-scroll.has-tabbar{padding-bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom,0px))}.card{background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.pill{border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-1);font-weight:600}.pill--active{background:var(--gold-strong);color:#fff}.up{color:var(--up)}.down{color:var(--down)}.muted{color:var(--text-3)}.boot-screen{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-3);font-size:15px}#tv-attr-logo{display:none!important}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}@keyframes flash-up{0%{background-color:color-mix(in srgb,var(--up) 32%,transparent)}to{background-color:transparent}}@keyframes flash-down{0%{background-color:color-mix(in srgb,var(--down) 32%,transparent)}to{background-color:transparent}}.flash-up{animation:flash-up .6s ease-out}.flash-down{animation:flash-down .6s ease-out}
