@font-face{font-family:"Press Start 2P";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/press-start-2p.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Press Start 2P";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/press-start-2p-ext.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:VT323;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/vt323.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:VT323;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/vt323-ext.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}:root{--bg: #ffffff;--fg: #000000;--muted: rgba(0, 0, 0, .55);--wave: rgba(0, 0, 0, .05)}[data-theme=dark]{--bg: #0a0a0a;--fg: #ffffff;--muted: rgba(255, 255, 255, .55);--wave: rgba(255, 255, 255, .06)}*{box-sizing:border-box;margin:0;padding:0}::selection{background:var(--fg);color:var(--bg)}::-moz-selection{background:var(--fg);color:var(--bg)}html,body{background:var(--bg);color:var(--fg);font-family:VT323,monospace;overflow-x:hidden;transition:background .3s ease,color .3s ease}body{display:flex;flex-direction:column;min-height:100vh;position:relative}.waves{position:fixed;inset:0;z-index:0;pointer-events:none;width:100%;height:100%}.waves svg{width:100%;height:100%;display:block}.waves path{fill:none;stroke:var(--wave);stroke-width:.6;vector-effect:non-scaling-stroke}.wave-layer{transform-origin:center}.wave-layer-1{animation:drift-left 9s linear infinite}.wave-layer-2{animation:drift-right 12s linear infinite}.wave-layer-1 path:nth-child(odd){animation:undulate-up 4.5s ease-in-out infinite}.wave-layer-1 path:nth-child(2n){animation:undulate-down 5.5s ease-in-out infinite}.wave-layer-2 path:nth-child(odd){animation:undulate-down 6s ease-in-out infinite}.wave-layer-2 path:nth-child(2n){animation:undulate-up 5s ease-in-out infinite}@keyframes drift-left{0%{transform:translate(0)}to{transform:translate(-260px)}}@keyframes drift-right{0%{transform:translate(-260px)}to{transform:translate(0)}}@keyframes undulate-up{0%,to{transform:translateY(0)}50%{transform:translateY(-26px)}}@keyframes undulate-down{0%,to{transform:translateY(0)}50%{transform:translateY(28px)}}header{position:relative;z-index:2;padding:20px 32px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.brand-mini{font-family:"Press Start 2P",monospace;font-size:12px;letter-spacing:2px}.controls{display:flex;gap:10px}.ctrl-btn{background:none;border:1.5px solid var(--fg);color:var(--fg);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-family:"Press Start 2P",monospace;font-size:9px;cursor:pointer;letter-spacing:1px;transition:background .2s,color .2s;padding:0}.ctrl-btn:hover{background:var(--fg);color:var(--bg)}.ctrl-btn .icon{width:16px;height:16px}.ctrl-btn--text{width:auto;padding:0 12px;font-size:9px;letter-spacing:1.2px}.icon-sun,[data-theme=dark] .icon-moon{display:none}[data-theme=dark] .icon-sun{display:block}main{position:relative;z-index:1;flex:0 0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:6vh 24px 0}.logo{font-family:"Press Start 2P",monospace;font-size:clamp(32px,8vw,88px);line-height:1;letter-spacing:4px;color:var(--fg)}.logo .labs{display:block;font-size:clamp(12px,2.4vw,22px);letter-spacing:8px;margin-top:18px;opacity:.85}.tagline{margin-top:28px;font-size:clamp(16px,2vw,22px);color:var(--muted);letter-spacing:1px;max-width:560px}.terminal{margin:36px auto 0;max-width:620px;width:100%;border:1.5px solid var(--fg);background:var(--bg);text-align:left;position:relative;font-family:VT323,monospace}.terminal__bar{background:var(--fg);color:var(--bg);font-family:"Press Start 2P",monospace;font-size:8px;letter-spacing:1.5px;padding:7px 12px;display:flex;justify-content:space-between;align-items:center}.terminal__dots{display:inline-flex;gap:4px}.terminal__dots span{display:block;width:7px;height:7px;background:var(--bg);opacity:.55}.terminal__body{padding:18px 20px 20px;font-size:clamp(18px,2.1vw,22px);line-height:1.4;white-space:nowrap;overflow:hidden}.terminal__prompt{color:var(--muted)}.terminal__typed{color:var(--fg)}.terminal__cursor{display:inline-block;width:.55em;height:1em;background:var(--fg);vertical-align:-2px;margin-left:2px;animation:terminal-blink 1s step-end infinite}@keyframes terminal-blink{0%,50%{opacity:1}51%,to{opacity:0}}.terminal-cta{display:inline-block;margin-top:22px;padding:14px 22px;font-family:"Press Start 2P",monospace;font-size:10px;letter-spacing:2px;border:2px solid var(--fg);color:var(--fg);text-decoration:none;background:var(--bg);transition:background .2s,color .2s}.terminal-cta:hover{background:var(--fg);color:var(--bg)}@media(prefers-reduced-motion:reduce){.terminal__cursor{animation:none}}.services{position:relative;z-index:1;padding:48px 32px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:1200px;margin:0 auto;width:100%;flex:1 1 auto;align-content:center}.service{text-align:center;padding:0 8px}.service h2{font-family:"Press Start 2P",monospace;font-size:13px;letter-spacing:2px;margin-bottom:16px}.service p{font-size:19px;line-height:1.4;color:var(--muted)}footer{position:relative;z-index:2;padding:18px 32px;display:flex;justify-content:space-between;align-items:center;font-size:15px;color:var(--muted);flex-shrink:0}footer .pixel{font-family:"Press Start 2P",monospace;font-size:9px;letter-spacing:1.5px}.footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}.footer-links a{color:var(--muted);text-decoration:none;font-size:14px;letter-spacing:.5px}.footer-links a:hover{color:var(--fg)}.footer-email{background:none;border:none;color:var(--muted);font:inherit;font-size:15px;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px}.footer-email:hover{color:var(--fg)}.modal[hidden]{display:none}.modal{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px}.modal__backdrop{position:absolute;inset:0;background:#0000008c}[data-theme=dark] .modal__backdrop{background:#000000b3}.modal__panel{position:relative;z-index:1;background:var(--bg);color:var(--fg);border:1.5px solid var(--fg);width:100%;max-width:540px;max-height:calc(100vh - 48px);overflow-y:auto;padding:32px 28px 28px;box-shadow:0 12px 40px #0000002e}.modal__close{position:absolute;top:8px;right:12px;background:none;border:none;color:var(--fg);font-family:VT323,monospace;font-size:32px;line-height:1;cursor:pointer;padding:4px 10px}.modal__close:hover{opacity:.7}.modal__title{font-family:"Press Start 2P",monospace;font-size:16px;letter-spacing:2px;margin-bottom:14px}.modal__intro{font-size:17px;color:var(--muted);margin-bottom:22px;line-height:1.4}.contact-form .field{display:block;margin-bottom:16px}.contact-form .field__label{display:block;font-family:"Press Start 2P",monospace;font-size:9px;letter-spacing:1.5px;margin-bottom:8px;opacity:.85}.contact-form input,.contact-form textarea{width:100%;background:var(--bg);color:var(--fg);border:1.5px solid var(--fg);padding:10px 12px;font-family:VT323,monospace;font-size:18px;outline:none;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--fg);outline-offset:1px}.contact-form .hp-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.contact-form .consent{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.4;margin:8px 0 14px}.contact-form .consent input{width:auto;margin-top:4px;accent-color:var(--fg)}.contact-form .consent a{color:var(--fg);text-decoration:underline;text-underline-offset:3px}.form-info{font-size:13px;color:var(--muted);line-height:1.4;margin-bottom:18px}.form-submit{display:block;width:100%;background:var(--fg);color:var(--bg);border:1.5px solid var(--fg);padding:14px;font-family:"Press Start 2P",monospace;font-size:11px;letter-spacing:2px;cursor:pointer;transition:background .2s,color .2s}.form-submit:hover{background:var(--bg);color:var(--fg)}.form-status{margin-top:14px;font-size:16px;text-align:center}.form-status[data-status=ok]{color:var(--fg)}.form-status[data-status=error]{color:#c0392b}body.modal-open{overflow:hidden}@media(max-width:480px){.modal{padding:12px}.modal__panel{padding:28px 20px 22px}.modal__title{font-size:14px}}@media(max-width:720px){html,body{overflow-y:auto}body{height:auto;min-height:100vh}.services{grid-template-columns:repeat(2,1fr);padding:40px 20px 20px;gap:28px 16px}.service{padding:0}.service h2{font-size:11px;letter-spacing:1.5px}.service p{font-size:17px}header{padding:16px 20px}footer{flex-direction:column;gap:8px;text-align:center;padding:16px 20px}}@media(max-width:420px){.service h2{font-size:10px;letter-spacing:1px}}@media(prefers-reduced-motion:reduce){.wave-group,.wave-group path{animation:none!important}}.cookie-banner{position:fixed;bottom:16px;left:16px;right:16px;z-index:1000;max-width:880px;margin:0 auto;background:var(--bg);color:var(--fg);border:1.5px solid var(--fg);padding:16px 20px;display:flex;align-items:center;gap:18px;font-family:VT323,monospace;font-size:16px;line-height:1.4;box-shadow:0 6px 28px #0000001f}.cookie-banner__msg{flex:1;margin:0}.cookie-banner__actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.cookie-banner__more{color:var(--muted);text-decoration:underline;text-underline-offset:3px;font-size:15px}.cookie-banner__more:hover{color:var(--fg)}.cookie-banner__ok{background:var(--fg);color:var(--bg);border:1.5px solid var(--fg);padding:11px 18px;font-family:"Press Start 2P",monospace;font-size:9px;letter-spacing:1px;cursor:pointer;transition:background .2s,color .2s}.cookie-banner__ok:hover{background:var(--bg);color:var(--fg)}@media(max-width:600px){.cookie-banner{bottom:10px;left:10px;right:10px;padding:14px 16px;flex-direction:column;align-items:stretch;gap:12px}.cookie-banner__actions{justify-content:space-between}}
