*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0f;--bg-card: #12121a;--bg-hover: #1a1a2e;--border: #2a2a3e;--text: #e4e4ef;--text-dim: #8888a0;--accent: #7c3aed;--accent-hover: #6d28d9;--green: #10b981;--red: #ef4444;--yellow: #f59e0b;--blue: #3b82f6}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;overflow:hidden;height:100vh}#root{height:100vh;display:flex;flex-direction:column}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:8px 12px;outline:none;transition:border-color .2s}input:focus,select:focus{border-color:var(--accent)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a3a5e}
