:root{--font-size:15px;--font-family:"Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--line-height:1.6;--container-width:640px;--border-radius:8px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--body-background:#141311;--surface-background:#1b1a17;--text-color:#d9d6d0;--text-color-strong:#f3f1ed;--text-color-muted:#9d988f;--text-color-faint:#75716a;--border-color:#2a2824;--highlight-color:#ffc107;--badge-color:#ffd24d;--badge-background:#3a2f10}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--body-background:#f8f8f6;--surface-background:#fff;--text-color:#1a1917;--text-color-strong:#0d0c0b;--text-color-muted:#67635c;--text-color-faint:#8f8a82;--border-color:#e6e4df;--highlight-color:#8a5a00;--badge-color:#7a4f00;--badge-background:#fff1c7}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-padding-top:30px}body{font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);color:var(--text-color);background-color:var(--body-background);-webkit-font-smoothing:antialiased;padding:0 20px}body main{max-width:var(--container-width);flex-direction:column;gap:56px;margin:0 auto;padding:88px 0 48px;display:flex}@media screen and (max-width:768px){body main{gap:48px;padding:64px 0 32px}}body a{color:inherit}body ul{margin:0;padding:0;list-style:none}body b,body strong{color:var(--text-color-strong);font-weight:500}.textLink,.page404 .link{color:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--text-color-faint);text-decoration-color:var(--text-color-faint);text-underline-offset:3px;transition:color .15s,text-decoration-color .15s}.textLink:hover,.page404 .link:hover{color:var(--highlight-color);-webkit-text-decoration-color:var(--highlight-color);text-decoration-color:var(--highlight-color)}button.textLink,.page404 button.link{font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.sectionLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-color-faint);margin:0 0 12px;font-size:12px;font-weight:500}.skipLink{z-index:9999;background:var(--highlight-color);color:#111;border-radius:var(--border-radius);padding:10px 18px;font-weight:600;text-decoration:none;transition:top .15s;position:absolute;top:-100px;left:16px}.skipLink:focus{top:8px}:focus{outline:none}:focus-visible{outline:2px solid var(--highlight-color);outline-offset:2px;border-radius:3px}.page404{z-index:2;color:#e6e4df;justify-content:center;align-items:center;min-height:calc(100vh - 200px);display:flex;position:relative}.page404 .container{text-align:center}.page404 .description{text-align:left;gap:80px;max-width:550px;margin-top:50px;display:flex}@media screen and (max-width:768px){.page404 .description{flex-direction:column;gap:30px}}.page404 .description p{margin:0 0 20px}.page404 .astronaut{width:auto;height:100px;animation:3s ease-in-out infinite float}.page404 .link{text-transform:uppercase}.page404 h1{margin-top:1em;margin-bottom:10px;font-size:50px;font-weight:200}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}@media print{canvas,main,footer,.themeToggleGlobal{display:none!important}}
