@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700;800;900&display=swap";:root{--color-slate-50: #F8FAFC;--color-slate-100: #F1F5F9;--color-slate-200: #E2E8F0;--color-slate-300: #CBD5E1;--color-slate-400: #94A3B8;--color-slate-500: #64748B;--color-slate-600: #475569;--color-slate-700: #334155;--color-slate-800: #1E293B;--color-slate-900: #0F172A;--color-slate-950: #020617;--color-blue-50: #EFF6FF;--color-blue-100: #DBEAFE;--color-blue-200: #BFDBFE;--color-blue-300: #93C5FD;--color-blue-400: #60A5FA;--color-blue-500: #3B82F6;--color-blue-600: #2563EB;--color-blue-700: #1D4ED8;--color-blue-800: #1E40AF;--color-blue-900: #1E3A8A;--color-blue-950: #172554;--color-emerald-50: #ECFDF5;--color-emerald-100: #D1FAE5;--color-emerald-500: #10B981;--color-emerald-600: #059669;--color-emerald-700: #047857;--color-rose-50: #FFF1F2;--color-rose-100: #FFE4E6;--color-rose-500: #F43F5E;--color-rose-600: #E11D48;--color-rose-700: #BE123C;--bg-surface: #FFFFFF;--bg-surface-elevated: #F8FAFC;--bg-surface-sunken: #F1F5F9;--text-primary: #0F172A;--text-secondary: #475569;--text-tertiary: #94A3B8;--border-subtle: #E2E8F0;--border-strong: #CBD5E1;--action-primary-bg: #3B82F6;--action-primary-text: #FFFFFF;--action-primary-hover: #2563EB;--status-success-bg: #ECFDF5;--status-success-text: #10B981;--status-error-bg: #FFF1F2;--status-error-text: #F43F5E;--bg-primary: var(--bg-surface-elevated);--bg-secondary: var(--bg-surface);--bg-tertiary: var(--bg-surface-sunken);--bg-primary-light: #FFFFFF;--bg-secondary-light: #F8FAFC;--text-primary-light: #0A1929;--text-secondary-light: #4F8FC9;--border-light-legacy: rgba(10, 25, 41, .08);--success: #10B981;--warning: #F5A623;--error: #D45B5B;--font-space: "Space Grotesk", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace}body{font-family:var(--font-space);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh}@keyframes pulse-node{0%,to{transform:scale(1);opacity:.1}50%{transform:scale(1.1);opacity:.2}}@keyframes shine{0%{left:-100%}to{left:100%}}@keyframes slideIn{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes soft-pulse{0%,to{box-shadow:0 0 20px #ffffff14,inset 0 0 20px #ffffff08}50%{box-shadow:0 0 30px #ffffff1f,inset 0 0 25px #ffffff0d}}@keyframes gentle-glow{0%,to{box-shadow:0 0 15px #ffffff1a}50%{box-shadow:0 0 25px #ffffff26}}@keyframes flicker{0%,19%,21%,23%,25%,54%,56%,to{opacity:.95;box-shadow:0 0 20px #ffffff1f}20%,24%,55%{opacity:.8;box-shadow:0 0 10px #ffffff0f}}.animate-pulse-node{animation:pulse-node 4s infinite ease-in-out}.animate-slideIn{animation:slideIn .5s cubic-bezier(.19,1,.22,1)}.animate-slideUp{animation:slideUp .6s cubic-bezier(.19,1,.22,1)}.animate-fadeIn{animation:fadeIn .8s ease-out}.animate-soft-pulse{animation:soft-pulse 3s ease-in-out infinite}.animate-gentle-glow{animation:gentle-glow 2s ease-in-out infinite}.animate-flicker{animation:flicker 2s ease-in-out infinite}.satin-glow{box-shadow:0 0 20px #ffffff14,inset 0 0 20px #ffffff08}.emerald-glow{box-shadow:0 0 25px #ffffff1a}.glow-sm{box-shadow:0 0 15px #ffffff14}.glow-md{box-shadow:0 0 30px #ffffff1f,0 0 60px #e6e6e614,inset 0 0 30px #ffffff0d}.glow-lg{box-shadow:0 0 40px #ffffff26,0 0 80px #f5f5f51a,inset 0 0 40px #ffffff14}.subtle-glow{box-shadow:0 0 20px #ffffff14,inset 0 0 20px #ffffff08}.mercury-border{border:1px solid var(--border-glow);box-shadow:inset 0 0 15px #ffffff0d}.mercury-border-glow{border:1px solid var(--border-glow);box-shadow:0 0 25px #ffffff1a,inset 0 0 15px #ffffff0d}.cyber-card-shadow{box-shadow:0 0 30px #ffffff1f,0 0 60px #e6e6e614,inset 0 0 30px #ffffff0d}.weighted-transition{transition:all .4s cubic-bezier(.19,1,.22,1)}.geom-pattern{background-image:radial-gradient(circle at 1px 1px,rgba(10,52,66,.04) 1px,transparent 0);background-size:24px 24px}.glass-morphism{background:#000c;backdrop-filter:blur(12px);border:1px solid var(--border-glow);box-shadow:inset 0 0 30px #ffffff0d}h1,h2,h3,h4,h5,h6{letter-spacing:-.03em!important;font-weight:700;font-style:normal;text-transform:none;color:var(--text-primary)}img{filter:drop-shadow(0 0 1px rgba(255,255,255,.3)) drop-shadow(0 0 2px rgba(255,255,255,.2))}.shimmer-text{background:linear-gradient(90deg,var(--text-primary) 0%,var(--mercury-200) 50%,var(--text-primary) 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shine 5s linear infinite}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.scanline{position:absolute;inset:0;overflow:hidden;pointer-events:none;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.04) 50%,transparent 100%);background-size:100% 4px}.scanline:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.02),transparent);animation:scanline 8s linear infinite}.quantum-grid{background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px}.quantum-grid:hover{opacity:.08;transition:opacity .3s ease}.quantum-grid:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@media(prefers-reduced-motion:reduce){.quantum-grid:hover{transition:none}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.shadow-glow{box-shadow:0 0 30px #ffffff14}.card-shadow{box-shadow:0 0 30px #ffffff1f,0 0 60px #e6e6e614,inset 0 0 30px #ffffff0d}@media(max-width:640px){h1{font-size:2.5rem!important;line-height:1!important}h2{font-size:1.75rem!important;line-height:1!important}.p-16{padding:1.5rem!important}.p-12{padding:1.25rem!important}.p-10{padding:1rem!important}.rounded-\[4rem\],.rounded-\[3\.5rem\]{border-radius:1.5rem!important}.rounded-\[2\.5rem\]{border-radius:1.25rem!important}.gap-16{gap:1.5rem!important}.gap-12{gap:1rem!important}.space-y-16{margin-top:1.5rem!important}.space-y-12{margin-top:1.25rem!important}}@media(max-width:480px){h1,.text-5xl{font-size:2rem!important}.text-4xl{font-size:1.75rem!important}}@media(min-width:641px)and (max-width:1023px){h1{font-size:3.5rem!important;line-height:1!important}h2{font-size:2.5rem!important;line-height:1.1!important}h3{font-size:2rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.space-y-8>*+*{margin-top:2rem!important}.space-y-6>*+*{margin-top:1.5rem!important}.grid-cols-4,.grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}.xl\\:col-span-2{grid-column:span 1 / span 1!important}.xl\\:col-span-1{grid-column:span 1 / span 1!important}.xl\\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}.max-w-7xl{max-width:100%!important}}
