*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0f;--bg-secondary: #12121a;--bg-card: #1a1a25;--text-primary: #f0f0f5;--text-secondary: #a0a0b0;--text-muted: #606070;--accent-red: #ef4444;--accent-orange: #f97316;--accent-yellow: #eab308;--accent-green: #22c55e;--accent-cyan: #06b6d4;--accent-blue: #3b82f6;--accent-purple: #a855f7;--accent-pink: #ec4899;--border-color: rgba(255, 255, 255, .1);--gradient-rainbow: linear-gradient(135deg, #ef4444, #f97316, #eab308, #22c55e, #3b82f6, #a855f7, #ec4899)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}code,pre{font-family:JetBrains Mono,monospace}::selection{background:var(--accent-purple);color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}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-fadeIn{animation:fadeIn .5s ease-out forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}
