:root{--bg-primary: #0f0f12;--bg-secondary: #1c1c21;--bg-tertiary: #2a2a30;--text-primary: #ffffff;--text-secondary: #a1a1aa;--accent-primary: #6366f1;--accent-hover: #4f46e5;--border-color: #3f3f46;--danger: #ef4444;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;background-color:var(--bg-primary);color:var(--text-primary)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#52525b}
