html,body{width:100%;height:100%;height:100dvh;background:var(--bg);overflow:hidden;overscroll-behavior:none;touch-action:none}.hero{width:100%;height:100vh;height:100dvh;overflow:hidden}#bytecode-canvas{display:block;width:100%;height:100%;animation:canvas-unblur 1.1s ease-out}@keyframes canvas-unblur{0%{filter:blur(2px)}to{filter:blur(0)}}.site-footer{position:fixed;left:0;right:0;bottom:0;padding:1rem 1.5rem calc(1rem + env(safe-area-inset-bottom));display:flex;justify-content:center}.site-footer-links{display:flex;align-items:center;gap:1.5rem;font-family:Courier New,monospace;font-size:.8125rem}.site-footer-links a{color:var(--text-muted);text-decoration:none;touch-action:auto}.site-footer-links a:hover{color:var(--nav-link-hover)}.site-footer-links .lang-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;font:inherit;color:var(--text-muted);cursor:pointer;touch-action:auto;padding-right:.875rem;background:transparent url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6"><path d="M1 1.5l3 3 3-3" fill="none" stroke="%2364748b"/></svg>') no-repeat right center}.site-footer-links .lang-select:hover{color:var(--nav-link-hover)}.site-footer-links .lang-select option{background:var(--option-bg);color:var(--option-text)}
