:root{--bg: #0c1117;--surface: #131920;--surface-2: #1a2332;--surface-3: #202d40;--border: #1e2d3d;--border-2: #273548;--border-3: #344561;--text: #e2e8f0;--text-2: #7e8fa3;--text-3: #3e4e61;--accent: #2e7cf6;--accent-dim: rgba(46, 124, 246, .1);--accent-border: rgba(46, 124, 246, .25);--accent-hover: rgba(46, 124, 246, .18);--danger: #e55353;--danger-dim: rgba(229, 83, 83, .1);--danger-border: rgba(229, 83, 83, .28);--warning: #d97706;--success: #10b981;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color:var(--text);background-color:var(--bg);color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-3)}
