:root{--bg: #ffffff;--bg-2: #fafafa;--bg-3: #f5f5f5;--fg: #0a0a0a;--fg-2: #171717;--muted: #525252;--muted-2: #737373;--muted-3: #a3a3a3;--line: #e5e5e5;--line-2: #ededed;--accent: #0a0a0a;--accent-purple: #7c3aed;--accent-purple-light: #a855f7;--success: #16a34a}[data-theme=dark]{--bg: #0a0a0a;--bg-2: #111111;--bg-3: #171717;--fg: #fafafa;--fg-2: #ededed;--muted: #a3a3a3;--muted-2: #737373;--muted-3: #525252;--line: #262626;--line-2: #1f1f1f;--accent: #fafafa;--accent-purple: #a855f7;--accent-purple-light: #c084fc;--success: #4ade80}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:Geist,system-ui,-apple-system,sans-serif;font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}.mono{font-family:Geist Mono,ui-monospace,Menlo,monospace}a{color:inherit;text-decoration:none;touch-action:manipulation;cursor:pointer}button{font-family:inherit;touch-action:manipulation}::selection{background:var(--fg);color:var(--bg)}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{50%{opacity:0}}@keyframes shimmer{0%{transform:translate(-200%)}to{transform:translate(200%)}}@keyframes gradient-x{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.gradient-bar{height:3px;background:linear-gradient(90deg,#7c3aed,#a855f7,#c084fc,#e8d5ff,#a855f7,#7c3aed);background-size:300% 300%;animation:gradient-x 3s ease infinite}
