:root{--bg: #fff;--fg: #000;--tagline: #000;--subtitle: #555;--btn-primary-bg: #000;--btn-primary-fg: #fff;--btn-primary-inner-border: #fff;--btn-secondary-bg: #fff;--btn-secondary-fg: #000;--btn-secondary-border: #000;--accent: #e63946;--border: 3px solid #000}@media(prefers-color-scheme:dark){:root{--bg: #0a0a0a;--fg: #fff;--tagline: #fff;--subtitle: #999;--btn-primary-bg: #fff;--btn-primary-fg: #000;--btn-primary-inner-border: #000;--btn-secondary-bg: #0a0a0a;--btn-secondary-fg: #fff;--btn-secondary-border: #fff;--border: 3px solid #fff}}@keyframes pull-to-center{0%{translate:0 0}to{translate:calc(-1 * var(--offset-x) - 20px) calc(-1 * var(--offset-y) + 20px)}}.bg-icons:where(.astro-j7pv25f6){position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;mask-image:radial-gradient(circle at center,black 0%,black 70%,transparent 95%)}.bg-icon:where(.astro-j7pv25f6){position:absolute;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;font-size:1.8rem;background:var(--bg);border:var(--border);box-shadow:3px 3px 0 var(--fg);opacity:.7;top:calc(50vh + var(--offset-y));left:calc(50vw + var(--offset-x));transform:rotate(var(--rotation))}@supports (animation-timeline: scroll()){.bg-icon:where(.astro-j7pv25f6){animation:pull-to-center linear forwards;animation-timeline:scroll(root);animation-range:0vh var(--range)}}@media(max-width:900px){.bg-icon:where(.astro-j7pv25f6){width:2.8rem;height:2.8rem;font-size:1.4rem}}@media(max-width:640px){.bg-icons:where(.astro-j7pv25f6){display:none}}html,body{margin:0;padding:0;min-height:100svh;background:var(--bg);color:var(--fg);font-family:monospace}main:where(.astro-j7pv25f6){position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;padding:0 1.5rem}@keyframes lower-header{0%{translate:0 -100%;opacity:0;pointer-events:none}to{translate:0 0;opacity:1;pointer-events:auto}}.sticky-header:where(.astro-j7pv25f6){position:fixed;inset-block-start:0;inset-inline:0;z-index:20;background:var(--bg);border-block-end:var(--border);translate:0 -100%;opacity:0;pointer-events:none}@supports (animation-timeline: scroll()){.sticky-header:where(.astro-j7pv25f6){animation:lower-header linear forwards;animation-timeline:scroll(root);animation-range:70vh 100vh}}.sticky-inner:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;padding:1rem 2rem;gap:1rem}.sticky-brand:where(.astro-j7pv25f6){display:flex;align-items:center;gap:1.5rem;font-weight:900;font-size:2rem}@media(min-width:1024px){.sticky-header:where(.astro-j7pv25f6){background:transparent;border-block-end:none}}@media(max-width:640px){.sticky-brand:where(.astro-j7pv25f6) span:where(.astro-j7pv25f6){display:none}}.sticky-logo:where(.astro-j7pv25f6){width:40px;height:40px}.sticky-actions:where(.astro-j7pv25f6){display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.icon-link:where(.astro-j7pv25f6){color:var(--fg);display:inline-flex;align-items:center;justify-content:center}.icon-link:where(.astro-j7pv25f6):hover{background:var(--fg);color:var(--bg)}.icon:where(.astro-j7pv25f6){width:2.2rem;height:2.2rem}.fold:where(.astro-j7pv25f6){display:flex;flex-direction:column;min-height:100svh;width:100%}.tagline:where(.astro-j7pv25f6){flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:clamp(2rem,1rem + 4.1vw,4rem);font-style:normal;text-align:center;color:var(--tagline)}.tagline:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){margin-block:.5rem;line-height:1.1}.tagline:where(.astro-j7pv25f6) u:where(.astro-j7pv25f6){font-weight:900;font-size:1.2em;text-decoration:none;background:var(--fg);color:var(--bg);padding-inline:.15em;margin-inline-end:-.15rem;display:inline-block;transform:rotate(2deg)}.tagline:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6):first-child u:where(.astro-j7pv25f6){transform:rotate(-2deg)}.tagline:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6):last-child u:where(.astro-j7pv25f6){transform:rotate(-2deg);background:var(--accent);color:#fff}.hero:where(.astro-j7pv25f6){display:flex;flex-direction:column;align-items:center}.logo-container:where(.astro-j7pv25f6){position:relative;height:clamp(80px,120px + 5vw,140px);aspect-ratio:1 / 1;margin-block-end:1.5rem}.logo:where(.astro-j7pv25f6){width:100%;height:100%}.logo-glitch:where(.astro-j7pv25f6){position:absolute;inset:0;width:100%;height:100%;opacity:.4;animation:glitch 10s infinite;animation-delay:-7s}@keyframes glitch{0%,95%{display:none;transform:translate(0);filter:none}96%{display:initial;transform:translate(-6px,3px);filter:drop-shadow(4px 0 #f00) drop-shadow(-4px 0 #0ff)}97%{display:initial;transform:translate(6px,-3px);filter:drop-shadow(-4px 0 #f00) drop-shadow(4px 0 #0ff)}97.5%{display:initial;transform:translate(-3px,6px);filter:drop-shadow(3px 0 #f00) drop-shadow(-3px 0 #0ff)}98%{display:initial;transform:translate(3px,-6px);filter:drop-shadow(-3px 0 #f00) drop-shadow(3px 0 #0ff)}98.5%{display:initial;transform:translate(-6px,-3px);filter:drop-shadow(4px 0 #f00) drop-shadow(-4px 0 #0ff)}99%{display:initial;transform:translate(6px,3px);filter:drop-shadow(-4px 0 #f00) drop-shadow(4px 0 #0ff)}99%,to{display:none;transform:translate(0);filter:none}}.title:where(.astro-j7pv25f6){font-size:3rem;font-weight:900;margin-block-start:2rem;margin-block-end:0rem;text-align:center}.subtitle:where(.astro-j7pv25f6){font-size:1.75rem;margin-block-start:1rem;margin-block-end:4.5rem;text-align:center;color:var(--subtitle)}.actions:where(.astro-j7pv25f6){display:flex;gap:1rem;flex-wrap:nowrap;justify-content:center;margin-block-end:2rem}.actions:where(.astro-j7pv25f6) .button:where(.astro-j7pv25f6){min-width:180px;text-align:center;box-sizing:border-box}.actions:where(.astro-j7pv25f6).cta .button:where(.astro-j7pv25f6){min-width:240px}@media(max-width:640px){.logo-container:where(.astro-j7pv25f6){height:80px;margin-block-end:1rem}.title:where(.astro-j7pv25f6){font-size:2rem}.subtitle:where(.astro-j7pv25f6){font-size:1.25rem;margin-block-start:1rem;margin-block-end:2rem}.actions:where(.astro-j7pv25f6){align-self:stretch}.actions:where(.astro-j7pv25f6) .button:where(.astro-j7pv25f6){flex:1;min-width:0;padding:1rem 1.25rem;font-size:1.2rem}.actions:where(.astro-j7pv25f6):not(.cta) .button:where(.astro-j7pv25f6){font-size:1rem}.actions:where(.astro-j7pv25f6).cta .button:where(.astro-j7pv25f6){min-width:0}}.button:where(.astro-j7pv25f6){display:inline-block;padding:1rem 1.75rem;text-decoration:none;background:var(--btn-primary-bg);color:var(--btn-primary-fg);font-weight:800;font-size:1.5rem;text-transform:uppercase;border:var(--border);outline:2px solid var(--btn-primary-inner-border);outline-offset:-5px;box-shadow:4px 4px 0 var(--fg);transform:translate(-2px,-2px);transition:transform .1s linear,box-shadow .1s linear}.button:where(.astro-j7pv25f6):hover{transform:translate(0);box-shadow:2px 2px 0 var(--fg)}.button-secondary:where(.astro-j7pv25f6){background:var(--btn-secondary-bg);color:var(--btn-secondary-fg);border:var(--border)}.button-header:where(.astro-j7pv25f6){font-size:1rem;padding:.8rem 1.4rem;box-shadow:2px 2px 0 var(--fg);transform:translate(-1px,-1px)}.button-header:where(.astro-j7pv25f6):hover{box-shadow:1px 1px 0 var(--fg);transform:translate(0)}.additional-info:where(.astro-j7pv25f6){font-size:.7em;font-weight:400;text-transform:none;margin-block-start:.25rem}.highlights:where(.astro-j7pv25f6){display:flex;align-items:center;gap:1.3rem;flex-wrap:wrap;justify-content:center;margin-block-end:3rem;width:100%;color:var(--subtitle);font-size:1rem}.highlight-item:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:.8rem;justify-content:center;text-align:center}.highlight-item:where(.astro-j7pv25f6):first-child{width:90px;justify-content:flex-end}.highlight-item:where(.astro-j7pv25f6):last-child{width:90px;justify-content:flex-start}.highlights:where(.astro-j7pv25f6) div:where(.astro-j7pv25f6)[role=separator]{width:2px;height:1.2em;background-color:var(--fg)}.highlight-icon:where(.astro-j7pv25f6){width:1rem;height:1rem}.scroll-hint:where(.astro-j7pv25f6){display:block;font-size:2.5rem;color:var(--subtitle);transform:rotate(90deg);transition:opacity .1s linear;animation:bounce 8s infinite;animation-delay:8s}@keyframes bounce{0%{translate:0 -100vh;scale:1.5;animation-timing-function:cubic-bezier(.33,0,.66,0)}3%{translate:0 0;scale:1.5;animation-timing-function:cubic-bezier(.33,1,.66,1)}6%{translate:0 -22px;scale:1.4;animation-timing-function:cubic-bezier(.33,0,.66,0)}9%{translate:0 0;scale:1.3;animation-timing-function:cubic-bezier(.33,1,.66,1)}11.5%{translate:0 -10px;scale:1.2;animation-timing-function:cubic-bezier(.33,0,.66,0)}14%{translate:0 0;scale:1.1;animation-timing-function:cubic-bezier(.33,1,.66,1)}15.5%{translate:0 -4px;scale:1.05;animation-timing-function:cubic-bezier(.33,0,.66,0)}17%{translate:0 0;scale:1}18%,to{translate:0 0;scale:1}}.scroll-hint:where(.astro-j7pv25f6).is-hidden{opacity:0;pointer-events:none}.explainer:where(.astro-j7pv25f6){margin-block-start:10rem;margin-block-end:2rem;font-size:1.7rem;line-height:2}.explainer:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){margin-block-start:4.5rem;margin-block-end:1.5rem;font-size:2rem;line-height:2}.explainer:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6):first-child{margin-block-start:0}.explainer:where(.astro-j7pv25f6)>:where(.astro-j7pv25f6){margin-block-end:3rem}.explainer:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6):has(+ol),.explainer:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6):has(+ul){margin-block-end:2rem}.explainer:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6):not(.roadmap li){margin-inline-start:0rem;padding-inline-start:1.5rem}.explainer:where(.astro-j7pv25f6) .actions:where(.astro-j7pv25f6){line-height:normal}.explainer:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):not(.button){color:var(--fg);text-decoration:underline;text-decoration-style:dashed;text-underline-offset:.2em}.explainer:where(.astro-j7pv25f6) blockquote:where(.astro-j7pv25f6){margin-inline-start:1rem;padding-inline-start:2rem;border-inline-start:var(--border);font-style:italic}.sr-only:where(.astro-j7pv25f6){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.roadmap:where(.astro-j7pv25f6){list-style:none;padding-inline-start:0}.roadmap:where(.astro-j7pv25f6) .todo:where(.astro-j7pv25f6):before{content:"[ ] "}.roadmap:where(.astro-j7pv25f6) .in-progress:where(.astro-j7pv25f6):before{content:"[⋯] "}.roadmap:where(.astro-j7pv25f6) .in-progress:where(.astro-j7pv25f6):after{content:" 🚧"}.roadmap:where(.astro-j7pv25f6) .done:where(.astro-j7pv25f6){text-decoration:line-through;text-decoration-thickness:3px;text-decoration-color:color-mix(in srgb,var(--fg) 40%,transparent)}.roadmap:where(.astro-j7pv25f6) .done:where(.astro-j7pv25f6):before{content:"[x] "}iframe:where(.astro-j7pv25f6){width:100%;aspect-ratio:720 / 405;border:var(--border)}@media(max-width:640px){.explainer:where(.astro-j7pv25f6){font-size:1.4rem;line-height:2;margin-block:4rem}.explainer:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){margin-block-start:3rem;font-size:1.4rem}.explainer:where(.astro-j7pv25f6)>:where(.astro-j7pv25f6){margin-block-end:2rem}.explainer:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6):has(+ol),.explainer:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6):has(+ul){margin-block-end:1rem}iframe:where(.astro-j7pv25f6){margin-block-start:1rem;margin-block-end:2rem}.explainer:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6):not(.roadmap li){margin-inline-start:-1.5rem;padding-inline-start:.5rem}}.footer:where(.astro-j7pv25f6){position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:3rem 1.5rem;margin-block-start:4rem;border-block-start:var(--border);font-size:1rem;color:var(--subtitle)}.footer-links:where(.astro-j7pv25f6){display:flex;gap:2rem}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){display:inline-block;width:5rem;text-align:center;color:var(--fg);text-decoration:none}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{text-decoration:underline}.footer-license:where(.astro-j7pv25f6){margin:0}
