*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0f0f;--surface: #1a1a1a;--surface2: #242424;--surface3: #2e2e2e;--border: #333;--text: #f0f0f0;--text2: #999;--text3: #666;--accent: #8b5cf6;--accent2: #7c3aed;--accent-glow: rgba(139,92,246,.15);--danger: #ef4444;--success: #22c55e;--radius: 12px;--radius-sm: 8px}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);height:100dvh;overflow:hidden}#root{height:100dvh;display:flex;flex-direction:column}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}
