@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-bg-deep: #0a0a0f;--color-bg-surface: #12121a;--color-bg-elevated: #1a1a26;--color-bg-hover: #222233;--color-border: #2a2a3d;--color-border-focus: #5865f2;--color-text-primary: #f8f8fc;--color-text-secondary: #a8a8b8;--color-text-muted: #6b6b7b;--color-accent: #5865f2;--color-accent-hover: #4752c4;--color-accent-glow: rgba(88, 101, 242, .4);--color-success: #23d18b;--color-error: #f23f42;--color-warning: #faa61a;--gradient-aurora: linear-gradient(135deg, #5865f2 0%, #eb459e 50%, #fee75c 100%);--gradient-subtle: linear-gradient(135deg, rgba(88, 101, 242, .1) 0%, rgba(235, 69, 158, .05) 100%);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 20px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .5);--shadow-glow: 0 0 40px var(--color-accent-glow);--font-sans: "Outfit", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .4s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg-deep);color:var(--color-text-primary);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(88,101,242,.15) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(235,69,158,.1) 0%,transparent 50%),radial-gradient(ellipse 40% 30% at 10% 80%,rgba(254,231,92,.05) 0%,transparent 50%);pointer-events:none;z-index:-1}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-hover)}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea{font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn .5s ease forwards}.animate-slide-up{animation:slideUp .6s ease forwards}.stagger-children>*{opacity:0;animation:slideUp .5s ease forwards}.stagger-children>*:nth-child(1){animation-delay:.1s}.stagger-children>*:nth-child(2){animation-delay:.2s}.stagger-children>*:nth-child(3){animation-delay:.3s}.stagger-children>*:nth-child(4){animation-delay:.4s}.stagger-children>*:nth-child(5){animation-delay:.5s}.stagger-children>*:nth-child(6){animation-delay:.6s}
