*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0d0d0f;--bg-secondary:#141419;--bg-tertiary:#1a1a22;--bg-card:rgba(26,26,34,0.6);--purple-primary:#a855f7;--purple-secondary:#7c3aed;--purple-dim:rgba(168,85,247,0.15);--purple-glow:rgba(168,85,247,0.3);--orange-primary:#f97316;--orange-secondary:#ea580c;--orange-dim:rgba(249,115,22,0.15);--text-primary:#e8e8ed;--text-secondary:#a1a1aa;--text-muted:#71717a;--border-color:rgba(168,85,247,0.2);--border-hover:rgba(168,85,247,0.4);--success:#22c55e;--error:#ef4444;--warning:#f59e0b}body,html{min-height:100vh;background:var(--bg-primary);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}body{background:linear-gradient(145deg,var(--bg-primary) 0,#12121a 50%,#0f0f14 100%);background-attachment:fixed}a{color:var(--purple-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--orange-primary)}button{cursor:pointer;font-family:inherit}code{padding:.2em .4em;border-radius:4px;font-size:.9em}code,pre{font-family:JetBrains Mono,Fira Code,monospace;background:var(--bg-tertiary)}pre{border:1px solid var(--border-color);border-radius:8px;padding:1rem;overflow-x:auto;font-size:.85rem;line-height:1.5}pre code{background:transparent;padding:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--purple-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--purple-primary)}::selection{background:var(--purple-dim);color:var(--text-primary)}input,textarea{font-family:inherit}