:root{--black: #000000;--void: #050b18;--carbon: #0a1222;--graphite: #131c30;--white: #f5f7fb;--text-primary: #eef2f9;--text-secondary: rgba(238, 242, 249, .7);--text-muted: rgba(238, 242, 249, .46);--accent: #55a2ff;--accent-bright: #d9eaff;--accent-soft: rgba(85, 162, 255, .2);--accent-glow: rgba(85, 162, 255, .55);--hairline: rgba(255, 255, 255, .12);--hairline-bright: rgba(255, 255, 255, .28);--surface: rgba(255, 255, 255, .02);--surface-hover: rgba(255, 255, 255, .045);--font-display: "Archivo", "Inter", sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--container: 1240px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:dark}body{font-family:var(--font-body);background:var(--void);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:var(--accent);color:var(--void)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.container{width:min(var(--container),100% - 3rem);margin-inline:auto}.section{position:relative;padding:clamp(5rem,10vw,9rem) 0;border-top:1px solid var(--hairline)}.section-tag{display:flex;align-items:baseline;gap:1rem;font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.34em;text-transform:uppercase;color:var(--text-muted);margin-bottom:2rem}.section-tag .idx{color:var(--accent-bright)}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4.2vw,3.4rem);font-weight:800;font-stretch:112%;letter-spacing:-.015em;line-height:1.04;text-transform:uppercase;margin-bottom:1.4rem;text-wrap:balance}.section-lead{font-size:clamp(1rem,1.3vw,1.1rem);color:var(--text-secondary);max-width:60ch;text-wrap:pretty}.dim{color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;padding:1rem 2.2rem;font-family:var(--font-mono);font-size:.82rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;cursor:pointer;border-radius:0;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .3s ease}.btn-primary{color:var(--void);background:var(--white);border:1px solid var(--white)}.btn-primary:hover{background:transparent;color:var(--white);border-color:var(--accent-bright);box-shadow:0 0 28px var(--accent-soft),inset 0 0 18px #55a2ff1a}.btn-ghost{color:var(--text-primary);background:transparent;border:1px solid var(--hairline-bright)}.btn-ghost:hover{border-color:var(--accent-bright);background:var(--surface-hover);box-shadow:0 0 24px var(--accent-soft)}.panel{background:var(--surface);border:1px solid var(--hairline);border-radius:0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .9s var(--ease-out-expo),transform .9s var(--ease-out-expo);transition-delay:var(--reveal-delay, 0s)}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}.cosmic[data-astro-cid-tpyvx6ch]{position:fixed;inset:0;z-index:0;overflow:hidden;background:var(--void)}canvas[data-astro-cid-tpyvx6ch]{position:absolute;inset:0;width:100%;height:100%}.vignette[data-astro-cid-tpyvx6ch]{position:absolute;inset:0;background:radial-gradient(ellipse 130% 100% at 50% 35%,transparent 60%,rgba(0,0,0,.62))}.grain[data-astro-cid-tpyvx6ch]{position:absolute;inset:0;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E")}.site[data-astro-cid-37fxchfa]{position:relative;z-index:2;display:flex;flex-direction:column;min-height:100svh}.site[data-astro-cid-37fxchfa] main{flex:1;display:flex;flex-direction:column}.nav[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;right:0;z-index:100;padding:0;background:#000000d1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--hairline)}.nav-inner[data-astro-cid-dmqpwcec]{display:flex;align-items:stretch;justify-content:space-between;gap:2rem;height:60px}.brand[data-astro-cid-dmqpwcec]{display:inline-flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--text-primary);font-family:var(--font-mono);font-weight:500;letter-spacing:.26em;font-size:.8rem}.brand-mark[data-astro-cid-dmqpwcec]{width:9px;height:9px;border-radius:50%;background:var(--black);border:1.5px solid var(--accent-bright);box-shadow:0 0 10px var(--accent-glow)}.nav-tag[data-astro-cid-dmqpwcec]{display:inline-flex;align-items:center;font-family:var(--font-mono);font-size:.66rem;font-weight:500;letter-spacing:.3em;color:var(--text-muted)}@media(max-width:640px){.nav-tag[data-astro-cid-dmqpwcec]{display:none}}.hero[data-astro-cid-bbe6dxrz]{position:relative;flex:1;display:flex;align-items:center;padding:6rem 0;overflow:hidden}.hero-inner[data-astro-cid-bbe6dxrz]{position:relative;z-index:2}.hero-eyebrow[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.9rem;font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.26em;color:var(--text-muted);margin-bottom:2.4rem}.tick[data-astro-cid-bbe6dxrz]{width:34px;height:1px;background:linear-gradient(90deg,var(--accent),var(--hairline-bright))}.hero-title[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);font-size:clamp(3rem,8vw,6.6rem);font-weight:800;font-stretch:112%;line-height:.96;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:2.2rem}.hero-strike[data-astro-cid-bbe6dxrz]{color:var(--accent);text-shadow:0 0 46px var(--accent-glow)}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:clamp(1rem,1.4vw,1.15rem);font-weight:300;color:var(--text-secondary);max-width:52ch;text-wrap:pretty}.lens-note[data-astro-cid-bbe6dxrz]{position:absolute;top:50%;right:4vw;transform:translateY(-50%);display:flex;align-items:center;gap:1rem;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.3em;color:var(--text-muted);writing-mode:vertical-rl;z-index:2;pointer-events:none}.lens-line[data-astro-cid-bbe6dxrz]{width:1px;height:44px;background:linear-gradient(180deg,transparent,var(--accent-glow))}.hero-meta[data-astro-cid-bbe6dxrz]{position:absolute;bottom:1.8rem;left:max(calc((100vw - var(--container)) / 2),1.5rem);display:flex;gap:2.6rem;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.22em;color:var(--text-muted);z-index:2}.meter[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:.55rem}.meter[data-astro-cid-bbe6dxrz] i[data-astro-cid-bbe6dxrz]{position:relative;width:84px;height:2px;background:var(--hairline)}.meter[data-astro-cid-bbe6dxrz] i[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;inset:0 auto 0 0;width:0;background:linear-gradient(90deg,var(--accent),var(--accent-bright));transition:width 1.4s var(--ease-out-expo) .5s}.hero-meta[data-astro-cid-bbe6dxrz].is-visible .meter[data-astro-cid-bbe6dxrz] i[data-astro-cid-bbe6dxrz]:after{width:var(--w)}@media(max-width:900px){.lens-note[data-astro-cid-bbe6dxrz],.hero-meta[data-astro-cid-bbe6dxrz]{display:none}}.footer[data-astro-cid-sz7xmlte]{position:relative;padding:2.2rem 0;border-top:1px solid var(--hairline);background:transparent}.footer-inner[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.22em;color:var(--text-muted)}.footer-brand[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.7rem;color:var(--text-primary);font-weight:500}.brand-mark[data-astro-cid-sz7xmlte]{width:8px;height:8px;border-radius:50%;background:var(--black);border:1.5px solid var(--accent-bright);box-shadow:0 0 8px var(--accent-glow)}@media(max-width:700px){.footer-inner[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center}}
