:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #21253a;--border: #2d3148;--text: #e2e8f0;--text-muted: #8892b0;--accent: #7c6af5;--accent-glow: rgba(124,106,245,.15);--green: #34d399;--yellow: #fbbf24;--red: #f87171;--blue: #60a5fa;--orange: #fb923c}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;font-size:14px;line-height:1.5;min-height:100vh}*{box-sizing:border-box}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;font-size:14px}input,select,textarea{font-family:inherit;font-size:14px;background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:8px 12px;outline:none}input:focus,select:focus{border-color:var(--accent)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
