:root{--color-deep-space:#0a0e27;--color-midnight-blue:#121728;--color-obsidian:#1a1f3a;--color-cyber-cyan:#00f5ff;--color-electric-purple:#b026ff;--color-neon-magenta:#ff006e;--color-matrix-green:#39ff14;--color-ghost-white:#f8f8ff;--color-smoke-gray:#a0aec0;--color-slate:#4a5568;--font-heading:var(--font-space-grotesk),var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:var(--font-jetbrains),"Fira Code","Courier New",monospace;--font-size-h1:4.5rem;--font-size-h2:3rem;--font-size-h3:2.25rem;--font-size-h4:1.5rem;--font-size-body-large:1.25rem;--font-size-body:1rem;--font-size-small:0.875rem;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-xxl:3rem;--spacing-xxxl:4rem;--duration-fast:0.15s;--duration-normal:0.3s;--duration-slow:0.6s;--duration-very-slow:1s;--easing-smooth:cubic-bezier(0.4,0,0.2,1);--easing-bounce:cubic-bezier(0.68,-0.55,0.265,1.55);--easing-elastic:cubic-bezier(0.68,-0.6,0.32,1.6);--z-background:-1;--z-base:0;--z-content:1;--z-header:100;--z-overlay:200;--z-modal:300}[data-theme=light]{--color-deep-space:#fff;--color-midnight-blue:#f5f5f5;--color-obsidian:#e5e5e5;--color-ghost-white:#1a1a1a;--color-smoke-gray:#4a5568}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{margin:0;padding:0;box-sizing:border-box}section{contain:layout style}@media (prefers-reduced-motion:no-preference){*{scroll-behavior:smooth}}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--font-size-body);line-height:1.6;color:var(--color-ghost-white);background-color:var(--color-deep-space);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}h1{font-size:var(--font-size-h1);font-weight:700}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}h4{font-size:var(--font-size-h4)}code,pre{font-family:var(--font-mono);font-size:var(--font-size-small)}a{color:var(--color-cyber-cyan);text-decoration:none;transition:color var(--duration-normal) var(--easing-smooth)}a:hover{color:var(--color-electric-purple)}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none;background:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-midnight-blue)}::-webkit-scrollbar-thumb{background:var(--color-cyber-cyan);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-electric-purple)}::selection{background-color:var(--color-cyber-cyan);color:var(--color-deep-space)}.gradient-text{background:linear-gradient(90deg,#00f5ff,#b026ff 50%,#ff006e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glassmorphism{background:rgba(18,23,40,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,245,255,.1)}@media (max-width:1024px){:root{--font-size-h1:3.5rem;--font-size-h2:2.5rem;--font-size-h3:2rem;--font-size-h4:1.25rem}}@media (max-width:768px){:root{--font-size-h1:2.5rem;--font-size-h2:2rem;--font-size-h3:1.5rem;--font-size-h4:1.125rem}}@media (max-width:480px){:root{--font-size-h1:2rem;--font-size-h2:1.5rem;--font-size-h3:1.25rem;--font-size-h4:1rem}}@media (hover:hover) and (pointer:fine){*{cursor:none!important}}@media (prefers-reduced-motion:reduce){*{cursor:auto!important}}.video-bg-container{position:absolute;z-index:-1;inset:0;overflow:hidden;background-size:cover;background-color:transparent;background-repeat:no-repeat;background-position:0 50%;background-image:none}.video-bg-container video{margin:auto;position:absolute;z-index:-1;top:50%;left:0;transform:translateY(-50%);visibility:visible;opacity:1;width:100%;height:auto}