:root{--bg:#0f0f1a;--bg-card:#1a1a2e;--bg-card-hover:#22223a;--text:#e8e8f0;--text-muted:#8888a0;--accent:#6c5ce7;--green:#00b894;--blue:#0984e3;--orange:#fdcb6e;--red:#d63031;--border:#2d2d44;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}body{overscroll-behavior:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}
