@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@700;800&display=swap";:root{--bg:#0a0a0a;--green:#00ff41;--green-dim:#00ff4126;--green-glow:#00ff414d;--text:#b0b0b0;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:var(--bg);color:var(--green);font-family:JetBrains Mono,monospace}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--green-dim);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--green)}*{scrollbar-width:thin;scrollbar-color:var(--green-dim) var(--bg)}html,body,#root{height:100%}.header{z-index:99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--green-dim);opacity:0;background:#0a0a0af2;justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 24px;display:flex;position:fixed;top:0;left:0}.header-logo-slot{flex-shrink:0;min-width:80px;min-height:24px}.header-nav{align-items:center;gap:1.5rem;display:flex}.header-nav button{color:var(--green);letter-spacing:.05em;cursor:pointer;background:0 0;border:none;padding:.4rem .6rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:text-shadow .2s}.header-nav button:hover{text-shadow:0 0 8px var(--green-glow)}@media (width<=768px){.header-nav{display:none}}.hero{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100vh;display:flex}.hero-title{z-index:100;letter-spacing:.15em;transform-origin:0 0;align-items:center;margin:0;font-size:clamp(3rem,10vw,8rem);font-weight:800;display:flex;position:fixed;top:50%;left:50%}.hero-line{gap:.05em;display:flex}.hero-gap{width:.6em}.hero-char{text-shadow:0 0 10px var(--green-glow), 0 0 40px var(--green-glow);display:inline-block}.hero-sub{letter-spacing:.5em;color:var(--green);text-shadow:0 0 8px var(--green-glow);opacity:0;margin-top:25vh;font-size:clamp(.8rem,2vw,1.2rem);font-weight:700}.split-section{scroll-snap-align:start;height:100vh;position:relative}.split-section-wrapper{opacity:0}.split-col--text{z-index:1;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:55%;display:flex;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.split--reverse .split-col--text{align-items:flex-end;left:auto;right:0}.split-col--image{z-index:0;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;inset:0 0 0 45%;overflow:hidden}.split--reverse .split-col--image{left:0;right:43%}.split-col-bg{background:var(--bg);position:absolute;inset:0}.split-cubes-bg{position:absolute;inset:0}.split-cubes-bg .default-animation{aspect-ratio:auto;width:100%;height:100%}.split-text-content{z-index:1;pointer-events:none;margin-top:20%;padding:4rem;position:relative}.split-section:not(.split--reverse) .split-col-bg,.split-section:not(.split--reverse) .split-cubes-bg{clip-path:polygon(0% 0%,98% 0%,87.5% 100%,0% 100%)}.split--reverse .split-col-bg,.split--reverse .split-cubes-bg{clip-path:polygon(10.5% 0%,100% 0%,100% 100%,21% 100%)}.split-num{color:var(--green);opacity:.4;margin-bottom:1rem;font-size:.8rem;font-weight:700}.split-title{color:var(--green);text-shadow:0 0 10px var(--green-glow);margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800}.split-text{color:var(--text);max-width:480px;font-family:system-ui,sans-serif;font-size:.95rem;line-height:1.8}.split-text+.split-text{margin-top:1rem}.split-img-placeholder{width:100%;height:100%;position:relative;overflow:hidden}.split-img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=768px){.split-section{flex-direction:column;height:auto;min-height:100vh;padding:6rem 1.5rem 3rem;display:flex}.split--reverse{flex-direction:column}.split-col--text,.split-col--image{z-index:auto;width:auto;padding:1.5rem 0;position:relative;inset:auto}.split-col--text{justify-content:flex-start;align-items:flex-start}.split-col--image{order:-1;height:40vh}.split-col-bg,.split-cubes-bg{clip-path:none!important}.split-img-placeholder{width:100%;height:100%}.split-divider{display:none}}:root{--col-gap:5%;--row-gap:5%;--cube-perspective:100000000px;--cube-face-border:1px solid #fff;--cube-face-bg:#120f17}.default-animation{aspect-ratio:1;width:50%;height:auto;position:relative}.default-animation--scene{column-gap:var(--col-gap);row-gap:var(--row-gap);width:100%;height:100%;perspective:var(--cube-perspective);grid-auto-rows:1fr;display:grid}.cube{width:100%;height:100%;transform-style:preserve-3d;position:relative}.cube:before{content:"";position:absolute;inset:-36px}.default-animation .cube-face{background:var(--cube-face-bg);border:var(--cube-face-border);opacity:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.default-animation .cube-face--top{transform:translateY(-50%)rotateX(90deg)}.default-animation .cube-face--bottom{transform:translateY(50%)rotateX(-90deg)}.default-animation .cube-face--left{transform:translate(-50%)rotateY(-90deg)}.default-animation .cube-face--right{transform:translate(50%)rotateY(90deg)}.default-animation .cube-face--back,.default-animation .cube-face--front{transform:rotateY(-90deg)translate(50%)rotateY(90deg)}@media (width<=768px){.default-animation{width:90%}}
