:root{--bg:#0e0e1c;--surface:#13131f;--card:#16162a;--border:#1f1f35;--green:#00ff94;--green-dim:#00cc76;--red:#ef4444;--text:#e8f0ff;--text-2:#7d92b8;--text-3:#6b7fa3;--font:"Inter", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:4px}body{background:var(--bg);color:var(--text-2);font-family:var(--font);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.7;overflow-x:hidden}h1,h2,h3{color:var(--text);letter-spacing:-.03em;line-height:1.08}h1{font-size:clamp(2.2rem,6vw,4.4rem);font-weight:900}h2{font-size:clamp(1.7rem,4.4vw,3rem);font-weight:800}h3{font-size:1.15rem;font-weight:700}b{color:var(--text)}a{color:var(--green);text-decoration:none}.kicker{color:var(--green);letter-spacing:.22em;text-transform:uppercase;font-size:.72rem;font-weight:700}.btn{border:1px solid var(--green);color:var(--green);cursor:pointer;border-radius:10px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-block}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00ff9440}.btn-solid{background:var(--green);color:#04130c}.btn-wide{width:100%;padding:.95rem;font-size:1.05rem}#gl,#poster-fallback{z-index:0;width:100vw;height:100vh;position:fixed;inset:0}#poster-fallback{background:radial-gradient(ellipse 70% 55% at 50% 45%, #14203a 0%, var(--bg) 70%);place-items:center;display:grid}.css-pulse{background:var(--green);width:14px;height:14px;box-shadow:0 0 30px var(--green);border-radius:50%;animation:2.2s ease-out infinite cssPulse}@keyframes cssPulse{0%{box-shadow:0 0 0 0 #00ff948c, 0 0 30px var(--green)}to{box-shadow:0 0 0 90px #00ff9400, 0 0 30px var(--green)}}#nav{z-index:10;background:linear-gradient(#0e0e1cd9,#0e0e1c00);justify-content:space-between;align-items:center;padding:.9rem clamp(1rem,4vw,3rem);display:flex;position:fixed;top:0;left:0;right:0}.brand{color:var(--text);letter-spacing:.06em;align-items:center;gap:.6rem;font-weight:900;display:flex}main{z-index:1;position:relative}#preloader{z-index:100;background:var(--bg);place-items:center;transition:opacity .6s;display:grid;position:fixed;inset:0}#preloader.done{opacity:0;pointer-events:none}.preloader-ring{border:1px solid #00ff9466;border-top-color:var(--green);border-radius:50%;width:120px;height:120px;animation:1.1s linear infinite spin;position:absolute}@keyframes spin{to{transform:rotate(360deg)}}footer{z-index:1;background:var(--surface);border-top:1px solid var(--border);padding:3rem clamp(1rem,4vw,3rem) 1.5rem;position:relative}.foot-grid{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.foot-brand{color:var(--text);align-items:center;gap:.6rem;font-weight:800;display:flex}.foot-tag{color:var(--text-3);margin-top:.4rem;font-size:.85rem}.foot-contact{flex-direction:column;gap:.5rem;font-size:.95rem;display:flex}.foot-legal{color:var(--text-3);margin-top:2.5rem;font-size:.8rem}.wrap{max-width:1080px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}.wrap.narrow{max-width:720px}.beat{position:relative}#hero{height:220vh}#hero .pin-inner{flex-direction:column;justify-content:center;gap:1.4rem;max-width:1080px;height:100vh;margin:0 auto;padding:clamp(4rem,8vh,6rem) clamp(1rem,4vw,2rem) 0;display:flex;position:sticky;top:0}.hero-sub{max-width:560px;font-size:clamp(1rem,2vw,1.2rem)}.scroll-cue{color:var(--text-3);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:1rem;margin-top:2.5rem;font-size:.8rem;display:flex}.cue-line{background:linear-gradient(90deg, var(--green), transparent);width:70px;height:1px;animation:1.8s ease-in-out infinite cueSlide;display:inline-block}@keyframes cueSlide{50%{opacity:.4;transform:translate(14px)}}.chapter{height:240vh}.chapter .pin-inner{grid-template-columns:minmax(0,5fr) minmax(0,6fr);align-items:center;gap:clamp(1.5rem,5vw,5rem);max-width:1080px;height:100vh;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);display:grid;position:sticky;top:0}.chapter-copy{flex-direction:column;gap:1rem;display:flex}.wave{border:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#16162ab3;border-radius:14px;align-items:center;gap:4px;height:110px;padding:1rem;display:flex}.wave span{background:var(--green);opacity:.85;transform-origin:50%;border-radius:2px;flex:1;height:70%}.coords{color:var(--text);border:1px solid var(--border);background:#16162ab3;border-radius:999px;margin-top:1rem;padding:.45rem 1.1rem;font-size:.9rem;display:inline-block}.classes{flex-direction:column;gap:.55rem;list-style:none;display:flex}.classes li{color:var(--text-2);grid-template-columns:90px 1fr 42px;align-items:center;gap:.8rem;font-size:.85rem;display:grid}.classes .bar{background:#1f1f35e6;border-radius:999px;height:8px;overflow:hidden}.classes .fill{background:var(--green-dim);border-radius:999px;width:0;height:100%;display:block}.classes .pct{text-align:right;font-variant-numeric:tabular-nums}.classes .pct:after{content:"%";color:var(--text-3)}.classes.locked-state li:not([data-class=crime]){opacity:.3}.classes.locked-state li[data-class=crime] .cname{color:var(--green);font-weight:800}.classes.locked-state li[data-class=crime] .fill{background:var(--green);box-shadow:0 0 18px #00ff9499}body.no-js .classes .fill{width:8%}body.no-js .classes li[data-class=crime] .fill{width:96%}.console{border:1px solid var(--border);border-left:3px solid var(--green);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#16162ad9;border-radius:14px;flex-direction:column;gap:.7rem;max-width:420px;padding:1.4rem;display:flex}.console-head{color:var(--text-3);letter-spacing:.25em;font-size:.7rem}.console .row{color:var(--text);font-size:.95rem}.console .row-class{color:var(--green);font-size:1.3rem;font-weight:900}.console .row-class em{color:var(--text-2);margin-left:.6rem;font-size:.8rem;font-style:normal;font-weight:400}.dispatch-btn{background:var(--green);color:#04130c;cursor:default;border:0;border-radius:9px;margin-top:.5rem;padding:.7rem;font-size:.95rem;font-weight:800}.stamps{flex-direction:column;gap:1rem;list-style:none;display:flex}.stamps li{border-left:2px solid var(--border);align-items:baseline;gap:1.2rem;padding-left:1.2rem;display:flex}.stamps b{color:var(--green);font-variant-numeric:tabular-nums;font-size:1.5rem}.stamps span{color:var(--text)}.resolved-kicker{color:var(--text-2);text-transform:none;letter-spacing:0;margin-top:1.6rem;font-size:1rem;font-weight:400}.solid{background:var(--surface);border-top:1px solid var(--border);padding:clamp(4rem,10vh,7rem) 0}#pivot{background:linear-gradient(var(--surface), var(--bg))}#pivot .lead,#pilot .lead{max-width:640px;margin-top:1rem;font-size:1.1rem}.offer-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem;margin:2.5rem 0;display:grid}.offer{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.5rem}.offer h3{margin-bottom:.6rem}.offer p{font-size:.92rem}.commercial{background:#00ff940a;border:1px solid #00ff944d;border-radius:14px;margin:2rem 0;padding:1.6rem}.big-line{color:var(--text);font-size:clamp(1.1rem,2.6vw,1.5rem);font-weight:700}.anchor-note{color:var(--text-3);margin-top:.5rem;font-size:.85rem}.proof{flex-wrap:wrap;gap:.7rem;margin:1.5rem 0;list-style:none;display:flex}.proof li{color:var(--text);border:1px solid var(--border);background:var(--card);border-radius:999px;padding:.4rem 1rem;font-size:.82rem}.proof li:before{content:"✓ ";color:var(--green)}.honest{color:var(--text-2);font-size:.95rem;font-style:italic}#pilot-form{flex-direction:column;gap:1.1rem;margin-top:2.2rem;display:flex}#pilot-form label{color:var(--text);flex-direction:column;gap:.4rem;font-size:.9rem;font-weight:600;display:flex}#pilot-form small{color:var(--text-3);font-weight:400}#pilot-form input,#pilot-form select{background:var(--card);border:1px solid var(--border);color:var(--text);font:inherit;border-radius:10px;outline:none;padding:.75rem .9rem}#pilot-form input:focus,#pilot-form select:focus{border-color:var(--green)}.form-error{color:#ffb4b4;background:#ef44441a;border:1px solid #ef444466;border-radius:10px;padding:.7rem 1rem;font-size:.9rem}.form-note{color:var(--text-3);text-align:center;font-size:.8rem}.form-success{text-align:center;background:#00ff940f;border:1px solid #00ff9466;border-radius:14px;margin-top:2rem;padding:2rem}.form-success h3{color:var(--green);margin-bottom:.5rem}#faq details{border-bottom:1px solid var(--border);padding:1.1rem 0}#faq summary{color:var(--text);cursor:pointer;justify-content:space-between;align-items:center;font-weight:700;list-style:none;display:flex}#faq summary::-webkit-details-marker{display:none}#faq summary:after{content:"+";color:var(--green);font-size:1.3rem;font-weight:400}#faq details[open] summary:after{content:"−"}#faq details p{max-width:620px;padding-top:.7rem;font-size:.95rem}@media (max-width:768px){.chapter .pin-inner{grid-template-columns:1fr;align-content:center;gap:2rem}#hero{height:180vh}.chapter{height:200vh}.stamps b{font-size:1.2rem}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/web/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/web/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/web/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/web/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/web/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/web/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/web/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/web/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/web/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/web/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/web/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/web/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/web/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/web/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/web/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2)format("woff2"),url(/web/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/web/assets/inter-cyrillic-700-normal-CjBOestx.woff2)format("woff2"),url(/web/assets/inter-cyrillic-700-normal-DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/web/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2)format("woff2"),url(/web/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/web/assets/inter-greek-700-normal-C3JjAnD8.woff2)format("woff2"),url(/web/assets/inter-greek-700-normal-BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/web/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2)format("woff2"),url(/web/assets/inter-vietnamese-700-normal-BZaoP0fm.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/web/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2)format("woff2"),url(/web/assets/inter-latin-ext-700-normal-TidjK2hL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/web/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/web/assets/inter-latin-700-normal-BLAVimhd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/web/assets/inter-cyrillic-ext-900-normal-buRuWz4h.woff2)format("woff2"),url(/web/assets/inter-cyrillic-ext-900-normal-BUlv-ou0.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/web/assets/inter-cyrillic-900-normal-CjyCg421.woff2)format("woff2"),url(/web/assets/inter-cyrillic-900-normal-BAVML7y5.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/web/assets/inter-greek-ext-900-normal-voj7phVX.woff2)format("woff2"),url(/web/assets/inter-greek-ext-900-normal-LVqH4fM3.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/web/assets/inter-greek-900-normal-Clii5heL.woff2)format("woff2"),url(/web/assets/inter-greek-900-normal-7n5hB3DA.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/web/assets/inter-vietnamese-900-normal-C4P836tE.woff2)format("woff2"),url(/web/assets/inter-vietnamese-900-normal-DBSPUrC7.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/web/assets/inter-latin-ext-900-normal-ty8Tfvw5.woff2)format("woff2"),url(/web/assets/inter-latin-ext-900-normal-DG9wZIMw.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:900;src:url(/web/assets/inter-latin-900-normal-D4nM5aha.woff2)format("woff2"),url(/web/assets/inter-latin-900-normal-EUCDUbiG.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
