:root{--bg-deep: #0a0a0f;--bg-base: #0f172a;--bg-surface: #1a1a2e;--bg-surface-elevated: #2a1147;--purple-deep: #8118BE;--purple-mid: #b344e0;--purple-light: #c77dff;--purple-bright: #d946ef;--text-primary: #ffffff;--text-body: #e2e8f0;--text-muted: #94a3b8;--text-dim: #64748b;--text-faint: #475569;--border-subtle: rgba(255, 255, 255, .08);--border-soft: rgba(255, 255, 255, .12)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-deep);color:var(--text-body);letter-spacing:-.01em}#root{min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#ffffff08}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}@keyframes gradientRotate{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}
