@charset "UTF-8";:root,[data-theme=light]{--bg: #fafaf7;--bg-2: #f3f1ea;--ink: #0a0a0a;--ink-2: #2a2a2a;--mute: #6a6a6a;--line: rgba(10, 10, 10, .12);--line-d: rgba(10, 10, 10, .06);--accent: #ff5722;--good: #1a8f4a;--warn: #c46a00;--mono: "JetBrains Mono", ui-monospace, monospace;--sans: "Inter", system-ui, sans-serif}[data-theme=dark]{--bg: #0c0d10;--bg-2: #14161b;--ink: #f2f2ee;--ink-2: #c8c8c0;--mute: #8a8a82;--line: rgba(242, 242, 238, .14);--line-d: rgba(242, 242, 238, .06);--accent: #ff7a47;--good: #4ade80;--warn: #fbbf24}[data-theme=dark] ::selection{background:var(--ink);color:var(--bg)}[data-theme=dark] .portrait .img-wrap img{filter:grayscale(1) contrast(1.1) brightness(.9)}[data-theme=dark] .portrait:hover .img-wrap img{filter:grayscale(0) contrast(1) brightness(1)}[data-theme=dark] .portrait .crt{mix-blend-mode:screen;background:repeating-linear-gradient(0deg,rgba(255,255,255,.04) 0,rgba(255,255,255,.04) 1px,transparent 1px,transparent 3px)}html,body{transition:background-color .4s ease,color .4s ease}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--ink);font-family:var(--mono);font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}::selection{background:var(--ink);color:var(--bg)}img{max-width:100%;display:block}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes blink{0%,50%{opacity:1}50.01%,to{opacity:0}}@keyframes scan{0%{top:-2px;opacity:0}10%{opacity:.7}90%{opacity:.7}to{top:100%;opacity:0}}@keyframes rec-blink{0%,to{opacity:1}50%{opacity:.2}}@keyframes drift{0%{background-position:0 0}to{background-position:18px 18px}}@keyframes glitch-tick{0%,96%,to{transform:translate(0)}97%{transform:translate(-1px,1px)}98%{transform:translate(2px,-1px)}99%{transform:translate(-1px)}}@keyframes party-shake{0%,to{transform:translate(0)}25%{transform:translate(-1px,1px)}50%{transform:translate(1px,-1px)}75%{transform:translate(-1px,-1px)}}@keyframes body-strobe{0%{filter:hue-rotate(0deg) saturate(1)}to{filter:hue-rotate(20deg) saturate(1.2)}}@keyframes laser-sweep-1{0%,to{transform:rotate(-45deg);opacity:.9}50%{transform:rotate(45deg);opacity:.7}}@keyframes laser-sweep-2{0%,to{transform:rotate(50deg);opacity:.85}50%{transform:rotate(-50deg);opacity:1}}@keyframes laser-sweep-3{0%,to{transform:rotate(-30deg);opacity:.8}50%{transform:rotate(60deg);opacity:.95}}@keyframes laser-sweep-4{0%,to{transform:rotate(35deg);opacity:.9}50%{transform:rotate(-55deg);opacity:.7}}@keyframes laser-sweep-5{0%,to{transform:rotate(-60deg);opacity:.75}50%{transform:rotate(20deg);opacity:1}}@keyframes laser-sweep-6{0%,to{transform:rotate(15deg);opacity:.85}50%{transform:rotate(-40deg);opacity:.7}}@keyframes disco-spin{0%{background-position:0% 50%;filter:hue-rotate(0deg)}to{background-position:200% 50%;filter:hue-rotate(360deg)}}@keyframes disco-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes disco-twinkle{0%,to{opacity:1;transform:rotate(0)}50%{opacity:.55;transform:rotate(8deg)}}@keyframes halo-pulse{0%,to{opacity:.4;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.15)}}@keyframes speckle-drift{0%,to{transform:translate(0) scale(1);opacity:.5}25%{transform:translate(12px,-8px) scale(1.3);opacity:.9}50%{transform:translate(-10px,10px) scale(.8);opacity:.6}75%{transform:translate(8px,6px) scale(1.2);opacity:.85}}@keyframes disco-flash{0%{opacity:.3;background:radial-gradient(circle at 30% 0%,rgba(255,57,200,.25),transparent 60%)}50%{opacity:.5;background:radial-gradient(circle at 70% 0%,rgba(0,240,255,.25),transparent 60%)}to{opacity:.4;background:radial-gradient(circle at 50% 0%,rgba(255,230,0,.25),transparent 60%)}}@keyframes confetti-fall{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(110vh) rotate(720deg);opacity:.6}}.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.reveal.is-in{opacity:1;transform:translateY(0)}.shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}@media (max-width: 880px){.shell{grid-template-columns:1fr}}.main{padding:48px 56px 80px;max-width:1100px;min-width:0}@media (max-width: 720px){.main{padding:32px 20px 60px}}section{margin-bottom:96px;scroll-margin-top:24px}.sec-head{display:flex;align-items:baseline;gap:18px;padding-bottom:12px;margin-bottom:32px;position:relative}.sec-head .num{font-size:11px;letter-spacing:.15em;color:var(--accent);font-weight:600}.sec-head h2{font-family:var(--sans);font-size:28px;font-weight:500;letter-spacing:-.02em}.sec-head .meta{margin-left:auto;font-size:10px;letter-spacing:.18em;color:var(--mute);text-transform:uppercase}.sec-head:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:var(--ink);transform-origin:left;transform:scaleX(0);transition:transform .9s cubic-bezier(.2,.8,.2,1)}.sec-head.is-in:after{transform:scaleX(1)}.blink{animation:blink 1.05s steps(2) infinite}h1 .blink{display:inline-block;width:.5em;height:.85em;background:var(--ink);vertical-align:-.05em;margin-left:.05em}.ticker{position:fixed;bottom:12px;right:16px;font-family:var(--mono);font-size:9px;letter-spacing:.2em;color:var(--mute);pointer-events:none;z-index:1;opacity:.7;text-transform:uppercase}.ticker .blink{animation-duration:1s}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border:1px solid var(--ink);background:var(--bg);font-family:var(--mono);font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:500;transition:background .15s ease,color .15s ease;position:relative;overflow:hidden}.btn:after{content:"\2192";transition:transform .2s ease}.btn:hover:after{transform:translate(3px)}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .5s ease}.btn:hover:before{left:100%}.btn:hover,.btn.solid{background:var(--ink);color:var(--bg)}.btn.solid:hover{background:var(--accent);border-color:var(--accent)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
