@import "https://fonts.googleapis.com/css2?family=Oxanium:wght@700;800&family=Outfit:wght@400;600;700&family=Cascadia+Code&display=swap";
:root{--bg-body:#0a0a0f;--bg:#1e1e1e;--bg-card:#2a2a2a;--bg-card-alt:#313131;--bg-input:#3c3c3c;--bg-deepest:#0d0d0f;--accent:#9333ea;--accent-light:#a855f7;--accent-hover:#7a27d1;--accent-green:#8fb000;--accent-green-hover:#729000;--border:#3a3a3a;--border-focus:#9333ea;--text-primary:#c8c8c8;--text-secondary:#9a9a9a;--text-muted:#6b7280;--text-active:#fff;--color-success:#89d185;--color-warning:#cca700;--color-danger:#f44747;--color-info:#a855f7;--shadow-accent:#9333ea4d;--shadow-green:#8fb0004d;--card-bg-accent:#9333ea14;--card-border-accent:#9333ea4d;--font-heading:"Oxanium", sans-serif;--font-body:"Outfit", sans-serif;--font-mono:"Cascadia Code", Consolas, monospace;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease}html,body{max-width:100vw;height:100%;overflow-x:hidden}body{background:var(--bg-body);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none}input,textarea{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;outline:none}code,pre{font-family:var(--font-mono)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}::selection{color:var(--text-active);background:#9333ea4d}@keyframes forgePulse{0%,to{filter:drop-shadow(0 0 5px #9333ea80)drop-shadow(0 0 10px #9333ea40);transform:scale(1)}50%{filter:drop-shadow(0 0 14px #9333eaf2)drop-shadow(0 0 28px #9333ea8c);transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.gradient-text{background:linear-gradient(135deg, var(--accent), var(--accent-green));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-title{font-family:var(--font-heading);text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:800}.section-subtitle{text-align:center;color:var(--text-secondary);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.05rem}
