:root{--bg: #0e1621;--surface: #17212b;--surface-2: #1d2a35;--surface-3: #22303c;--border: #243240;--text: #eef2f5;--muted: #7d8b99;--accent: #3390ec;--accent-press: #2b7fd4;--green: #34c759;--orange: #f0a13a;--red: #ff5c5c;--radius: 12px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,system-ui,Segoe UI,Roboto,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}#root{max-width:480px;margin:0 auto;min-height:100vh;background:var(--bg);padding-bottom:64px}@media (min-width: 880px){#root{max-width:none;padding-bottom:0}}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit}input,select{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:8px 10px;font-size:16px;outline:none}input:focus,select:focus{border-color:var(--accent)}input::placeholder{color:var(--muted)}select option{background:var(--surface-2);color:var(--text)}a{color:var(--accent)}.pos{color:var(--green)}.neg{color:var(--red)}.warn{color:var(--orange)}.muted{color:var(--muted)}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:flex-end;justify-content:center;z-index:20}.sheet{background:var(--surface);width:100%;max-width:480px;border:1px solid var(--border);border-top-left-radius:16px;border-top-right-radius:16px;overflow-y:auto}@media (min-width: 880px){.sheet-overlay{align-items:center;padding:16px}.sheet{border-radius:16px;max-width:520px}}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{text-align:left;padding:8px;border-bottom:1px solid var(--border);color:var(--muted);font-weight:600;white-space:nowrap}.data-table td{padding:8px;border-bottom:1px solid var(--border);color:var(--text)}.data-table tbody tr:last-child td{border-bottom:none}
