:root{--c-ink:#0d0d0d;--c-charcoal:#1a1a1a;--c-steel:#e2e8f0;--c-orange:#ff4f00;--font-mono:"JetBrains Mono",monospace;--font-display:"Unbounded",sans-serif;--spacing-unit:8px;--border-radius-sm:2px;--border-radius-md:4px;--border-radius-lg:12px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--c-ink);max-width:100vw;color:var(--c-steel);font-family:var(--font-mono);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::selection{background:var(--c-orange);color:var(--c-ink)}a{color:inherit;text-decoration:none}::-webkit-scrollbar{background:var(--c-ink);width:8px}::-webkit-scrollbar-thumb{background:var(--c-charcoal);border:1px solid var(--c-charcoal)}::-webkit-scrollbar-thumb:hover{background:var(--c-orange)}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.noise-overlay{pointer-events:none;z-index:9999;opacity:.07;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px 128px;width:100%;height:100%;position:fixed;top:0;left:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;font-weight:700}.text-orange{color:var(--c-orange)}.btn{background:var(--c-orange);color:var(--c-ink);font-family:var(--font-mono);text-transform:uppercase;cursor:pointer;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);border:none;justify-content:center;align-items:center;padding:1rem 2rem;font-weight:700;transition:transform .1s,box-shadow .1s;display:inline-flex}.btn:hover{box-shadow:4px 4px 0 var(--c-charcoal);transform:translateY(-2px)}.btn:active{transform:translateY(0);box-shadow:0 0 #0000}.grid{grid-template-columns:repeat(12,1fr);gap:1rem;display:grid}
.Footer-module__bU2TmW__footer{border-top:1px solid var(--c-charcoal);background-color:var(--c-ink);z-index:10;flex-direction:column;align-items:center;gap:2rem;padding:4rem 2rem;display:flex;position:relative}.Footer-module__bU2TmW__navContainer{gap:2rem;margin-bottom:2rem;display:flex}.Footer-module__bU2TmW__linkItem{border:1px solid var(--c-charcoal);justify-content:center;align-items:center;padding:1rem;transition:all .2s;display:flex}.Footer-module__bU2TmW__linkItem:hover{border-color:var(--c-orange);background-color:#ffffff0d}.Footer-module__bU2TmW__icon{filter:grayscale();opacity:.7;transition:all .2s}.Footer-module__bU2TmW__linkItem:hover .Footer-module__bU2TmW__icon{filter:grayscale(0%);opacity:1}.Footer-module__bU2TmW__meta{font-family:var(--font-mono);color:#666;text-transform:uppercase;letter-spacing:.05em;flex-direction:column;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.Footer-module__bU2TmW__meta span:first-child{color:var(--c-steel);font-weight:700}.Footer-module__bU2TmW__bear{filter:grayscale();opacity:.5;margin-bottom:1rem;font-size:1.5rem}
.Header-module__vcZAwq__header{background-color:var(--c-ink);border-bottom:1px solid var(--c-charcoal);z-index:100;width:100%;position:relative}.Header-module__vcZAwq__headerInner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.Header-module__vcZAwq__logoLink{border:1px solid #0000;align-items:center;gap:1rem;padding:.25rem .5rem;transition:all .2s;display:flex}.Header-module__vcZAwq__logoLink:hover{border-color:var(--c-charcoal);background:#ffffff08}.Header-module__vcZAwq__logoImage{filter:grayscale()contrast(120%);opacity:.8;border-radius:0;transition:all .2s}.Header-module__vcZAwq__logoLink:hover .Header-module__vcZAwq__logoImage{filter:grayscale(0%)contrast();opacity:1}.Header-module__vcZAwq__logoText{font-family:var(--font-display);color:var(--c-steel);letter-spacing:.05em;font-size:1.2rem;font-weight:700;position:relative}.Header-module__vcZAwq__logoText:before{content:"// ";color:var(--c-orange);font-family:var(--font-mono);opacity:.5;font-size:.8em;font-weight:400}.Header-module__vcZAwq__navLinks{align-items:center;gap:2rem;display:flex}.Header-module__vcZAwq__navLink{font-family:var(--font-mono);color:#888;text-transform:uppercase;font-size:.9rem;transition:color .2s}.Header-module__vcZAwq__navLink:hover{color:var(--c-orange)}.Header-module__vcZAwq__dropdown{display:inline-block;position:relative}.Header-module__vcZAwq__dropdown:after{content:"";width:100%;height:1rem;position:absolute;top:100%;left:0}.Header-module__vcZAwq__dropdownContent{background-color:var(--c-ink);min-width:180px;box-shadow:4px 4px 0 var(--c-charcoal);border:1px solid var(--c-charcoal);z-index:1;margin-top:1rem;padding:.5rem 0;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Header-module__vcZAwq__dropdown:hover .Header-module__vcZAwq__dropdownContent{display:block}.Header-module__vcZAwq__dropdownItem{color:var(--c-steel);font-family:var(--font-mono);text-transform:uppercase;padding:12px 16px;font-size:.8rem;text-decoration:none;transition:background .1s;display:block}.Header-module__vcZAwq__dropdownItem:hover{background-color:var(--c-charcoal);color:var(--c-orange)}.Header-module__vcZAwq__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:.5rem;display:none}.Header-module__vcZAwq__hamburgerLine{background-color:var(--c-steel);width:24px;height:2px;transition:all .2s;display:block}.Header-module__vcZAwq__mobileMenu{background-color:var(--c-ink);border-bottom:2px solid var(--c-orange);flex-direction:column;width:100%;padding:1rem 2rem 2rem;display:none;position:absolute;top:100%;left:0}.Header-module__vcZAwq__mobileMenuOpen{display:flex}.Header-module__vcZAwq__mobileNavLink{font-family:var(--font-display);color:var(--c-steel);border-bottom:1px solid var(--c-charcoal);padding:1rem 0;font-size:1.5rem}.Header-module__vcZAwq__mobileGroupHeader{font-family:var(--font-mono);color:var(--c-orange);text-transform:uppercase;margin-top:2rem;margin-bottom:.5rem;font-size:.8rem}@media (max-width:768px){.Header-module__vcZAwq__navLinks{display:none}.Header-module__vcZAwq__hamburger{display:flex}.Header-module__vcZAwq__logoText{display:none}}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/13bf9871fe164e7f-s.f2220059.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/cc545e633e20c56d-s.f6f1950f.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/71b036adf157cdcf-s.bd5f4d11.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/89b21bb081cb7469-s.51c18f09.woff2)format("woff2");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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/3fe682a82f50d426-s.23358719.woff2)format("woff2");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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/70bc3e132a0a741e-s.p.15008bfb.woff2)format("woff2");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:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_10b984cf-module__s30sna__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_10b984cf-module__s30sna__variable{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}
@font-face{font-family:Unbounded;font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/d0d9446e69c4847e-s.344a0dc1.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Unbounded;font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/4e1c87b7aa9e2f2f-s.ab54a6c0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/3fd967fc5374d70a-s.fbfab8ec.woff2)format("woff2");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:Unbounded;font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/dd14639a62c56cb2-s.aaba70fa.woff2)format("woff2");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:Unbounded;font-style:normal;font-weight:200 900;font-display:swap;src:url(../media/b59689b1142d37ce-s.p.0d06c9b2.woff2)format("woff2");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:Unbounded Fallback;src:local(Arial);ascent-override:73.93%;descent-override:18.2%;line-gap-override:0.0%;size-adjust:134.59%}.unbounded_c9edec3e-module__OAnYwG__className{font-family:Unbounded,Unbounded Fallback;font-style:normal}.unbounded_c9edec3e-module__OAnYwG__variable{--font-display:"Unbounded","Unbounded Fallback"}
