@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;700&display=swap";:root{--primary-color: #00E5FF;--primary-light: #6CFFFF;--primary-dark: #00B2CC;--secondary-color: #6B4BFF;--accent-color: #8B5CF6;--background-dark: #0A0B1E;--background-light: #111226;--background-primary: #111226;--background-secondary: #1A1B2E;--background-gradient: linear-gradient(135deg, var(--background-dark) 0%, var(--background-light) 100%);--glass-background: rgba(0, 229, 255, .03);--glass-background-heavy: rgba(0, 229, 255, .07);--glass-border: rgba(0, 229, 255, .1);--text-primary: #E2F4FF;--text-secondary: #94A3B8;--success-color: #0CECA5;--error-color: #FF4E6E;--card-background: rgba(0, 229, 255, .03);--border-color: rgba(0, 229, 255, .1);--shadow-sm: 0 2px 4px 0 rgba(0, 229, 255, .1);--shadow-md: 0 4px 6px -1px rgba(0, 229, 255, .15);--shadow-lg: 0 10px 15px -3px rgba(0, 229, 255, .2);--glow-sm: 0 0 10px rgba(0, 229, 255, .2);--glow-md: 0 0 20px rgba(0, 229, 255, .3);--glow-lg: 0 0 30px rgba(0, 229, 255, .4);--shimmer-gradient: linear-gradient( 90deg, transparent, rgba(0, 229, 255, .05), transparent )}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--background-dark);background-image:var(--background-gradient);min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1;margin-top:64px;position:relative}main:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,rgba(0,229,255,.08),transparent 60%),radial-gradient(circle at bottom left,rgba(107,75,255,.08),transparent 60%);pointer-events:none;z-index:-1}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-dark)}::-webkit-scrollbar-thumb{background:#00e5ff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%{box-shadow:var(--glow-sm)}50%{box-shadow:var(--glow-md)}to{box-shadow:var(--glow-sm)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in{animation:fadeIn .3s ease-out forwards}.glow{animation:glow 2s ease-in-out infinite}.shimmer{animation:shimmer 15s infinite linear;background:var(--shimmer-gradient);background-size:1000px 100%}@media (max-width: 768px){main{margin-top:56px}}
