html{color-scheme:dark}html[data-theme=light]{color-scheme:light}:root,html[data-theme=dark]{--accent-cyan-rgb: 0, 240, 255;--accent-magenta-rgb: 255, 0, 170;--accent-purple-rgb: 139, 92, 246;--accent-green-rgb: 0, 255, 136;--accent-orange-rgb: 255, 165, 0;--accent-red-rgb: 255, 107, 107;--surface-rgb: 255, 255, 255;--shadow-rgb: 0, 0, 0;--overlay-rgb: 6, 6, 15;--accent-cyan: rgb(var(--accent-cyan-rgb));--accent-magenta: rgb(var(--accent-magenta-rgb));--accent-purple: rgb(var(--accent-purple-rgb));--accent-green: rgb(var(--accent-green-rgb));--accent-orange: rgb(var(--accent-orange-rgb));--accent-red: rgb(var(--accent-red-rgb));--bg-primary: #06060f;--bg-secondary: #0b0b18;--bg-tertiary: #0a0a20;--text-primary: rgba(var(--surface-rgb), .92);--text-secondary: rgba(var(--surface-rgb), .5);--text-muted: rgba(var(--surface-rgb), .25);--text-inverse: #06060f;--glass: rgba(var(--surface-rgb), .04);--glass-strong: rgba(var(--surface-rgb), .08);--border: rgba(var(--surface-rgb), .08);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--ease-out: cubic-bezier(.22, 1, .36, 1)}html[data-theme=light]{--surface-rgb: 6, 6, 15;--shadow-rgb: 0, 0, 0;--overlay-rgb: 255, 255, 255;--bg-primary: #f8f9fc;--bg-secondary: #ffffff;--bg-tertiary: #f0f1f7;--text-primary: rgba(var(--surface-rgb), .9);--text-secondary: rgba(var(--surface-rgb), .55);--text-muted: rgba(var(--surface-rgb), .3);--text-inverse: #ffffff;--glass: rgba(var(--surface-rgb), .03);--glass-strong: rgba(var(--surface-rgb), .07);--border: rgba(var(--surface-rgb), .08)}.text-gradient-cyan{background:linear-gradient(135deg,var(--accent-cyan),var(--accent-purple));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.text-gradient-magenta{background:linear-gradient(135deg,var(--accent-magenta),var(--accent-orange));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 15% 20%,rgba(var(--accent-cyan-rgb),.07) 0%,transparent 60%),radial-gradient(ellipse 60% 80% at 85% 80%,rgba(var(--accent-purple-rgb),.07) 0%,transparent 60%),radial-gradient(ellipse 70% 50% at 50% 50%,rgba(var(--accent-magenta-rgb),.04) 0%,transparent 70%);z-index:-2;pointer-events:none}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(var(--surface-rgb),.025) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--surface-rgb),.025) 1px,transparent 1px);background-size:48px 48px;z-index:-1;pointer-events:none;mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%)}h1,h2,h3,h4,h5,h6{-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0}a{color:var(--accent-cyan);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}::selection{background:rgba(var(--accent-magenta-rgb),.4);color:var(--text-primary)}*{scrollbar-width:thin;scrollbar-color:rgba(var(--surface-rgb),.15) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:rgba(var(--surface-rgb),.15);border-radius:100px}*::-webkit-scrollbar-thumb:hover{background:rgba(var(--surface-rgb),.25)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:0ms!important;transition-duration:0ms!important}}@keyframes pc-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pc-stagger-item{opacity:0;animation:pc-fade-up .36s cubic-bezier(.22,1,.36,1) forwards}.pc-stagger-item:nth-child(1){animation-delay:0ms}.pc-stagger-item:nth-child(2){animation-delay:60ms}.pc-stagger-item:nth-child(3){animation-delay:.12s}.pc-stagger-item:nth-child(4){animation-delay:.18s}.pc-stagger-item:nth-child(5){animation-delay:.24s}.pc-stagger-item:nth-child(6){animation-delay:.3s}.pc-stagger-item:nth-child(7){animation-delay:.36s}.pc-stagger-item:nth-child(8){animation-delay:.42s}.pc-stagger-item:nth-child(n+9){animation-delay:.48s}@keyframes pc-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes pc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes pc-glow{0%,to{box-shadow:0 0 rgba(var(--accent-cyan-rgb),.4)}50%{box-shadow:0 0 0 12px rgba(var(--accent-cyan-rgb),0)}}@keyframes pc-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pc-scale-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes pc-halo{0%{box-shadow:0 0 rgba(var(--accent-cyan-rgb),.5)}70%{box-shadow:0 0 0 18px rgba(var(--accent-cyan-rgb),0)}to{box-shadow:0 0 rgba(var(--accent-cyan-rgb),0)}}@property --pc-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes pc-conic{to{--pc-angle: 360deg}}@keyframes pc-gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.pc-gradient-shift{background:linear-gradient(120deg,var(--accent-cyan),var(--accent-magenta),var(--accent-purple),var(--accent-cyan));background-size:300% 300%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:pc-gradient-shift 8s ease-in-out infinite}[data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}[data-reveal][data-revealed=true]{opacity:1;transform:translateY(0)}[data-reveal=scale]{transform:scale(.96)}[data-reveal=scale][data-revealed=true]{transform:scale(1)}
