:root{--bg: #fff;--fg: #111;--tagline: #111;--subtitle: #666;--btn-primary-bg: #111;--btn-primary-fg: #fff;--btn-secondary-bg: #fff;--btn-secondary-fg: #111;--btn-secondary-border: #111}@media (prefers-color-scheme: dark){:root{--bg: #111;--fg: #fff;--tagline: #fff;--subtitle: #888;--btn-primary-bg: #fff;--btn-primary-fg: #111;--btn-secondary-bg: #111;--btn-secondary-fg: #fff;--btn-secondary-border: #fff}}html,body{margin:0;padding:0;min-height:100svh;background:var(--bg);color:var(--fg);font-family:monospace}main:where(.astro-j7pv25f6){display:flex;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;padding:0 1.5rem}.sticky-header:where(.astro-j7pv25f6){position:fixed;inset-block-start:0;inset-inline:0;z-index:20;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:blur(10px);box-shadow:0 3px 16px #00000014;transform:translateY(-120%);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.sticky-header:where(.astro-j7pv25f6).is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.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:700;font-size:2rem}@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: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:italic;text-align:center;color:var(--tagline)}.tagline:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){margin-block:1rem}.tagline:where(.astro-j7pv25f6) u:where(.astro-j7pv25f6){font-weight:700;font-size:1.1em}.hero:where(.astro-j7pv25f6){display:flex;flex-direction:column;align-items:center}.logo-container:where(.astro-j7pv25f6){position:relative;height:clamp(80px,120px + 5vw,180px);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:700;margin-block-start:1rem;margin-block-end:0;text-align:center}.subtitle:where(.astro-j7pv25f6){font-size:1.75rem;margin-block-start:1.5rem;margin-block-end:3.5rem;text-align:center;color:var(--subtitle)}.actions:where(.astro-j7pv25f6){display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-block-end:2rem}.actions:where(.astro-j7pv25f6) .button:where(.astro-j7pv25f6){width:220px;text-align:center;box-sizing:border-box}@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) .button:where(.astro-j7pv25f6){width:160px;padding:1rem 1.25rem;font-size:1.2rem}}.button:where(.astro-j7pv25f6){display:inline-block;padding:1rem 1.75rem;border-radius:999px;text-decoration:none;background:var(--btn-primary-bg);color:var(--btn-primary-fg);font-weight:600;font-size:1.5rem;transition:opacity .2s}.button:where(.astro-j7pv25f6):hover{opacity:.9}.button-secondary:where(.astro-j7pv25f6){background:var(--btn-secondary-bg);color:var(--btn-secondary-fg);border:1px solid var(--btn-secondary-border)}.button-pill:where(.astro-j7pv25f6){font-size:1rem;padding:.8rem 1.4rem}.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:1px;height:1em;background-color:var(--subtitle)}.highlight-icon:where(.astro-j7pv25f6){width:1rem;height:1rem}.scroll-hint:where(.astro-j7pv25f6){display:block;font-size:2rem;color:var(--subtitle);transform:rotate(90deg);transition:opacity .2s ease}.scroll-hint:where(.astro-j7pv25f6).is-hidden{opacity:0;pointer-events:none}.explainer:where(.astro-j7pv25f6){margin-block:10rem;font-size:2rem;line-height:2.5}.explainer-title:where(.astro-j7pv25f6){margin-block-start:0rem;margin-block-end:1rem;font-size:2rem;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.25rem}.explainer:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6),.explainer:where(.astro-j7pv25f6) ol:where(.astro-j7pv25f6){margin-block-end:4rem}.explainer:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6):has(+ol){margin-block-end:2rem}.explainer:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6):not(.roadmap li){margin-inline-start:1.8rem}.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) .done:where(.astro-j7pv25f6){text-decoration:line-through;text-decoration-color:color-mix(in srgb,var(--fg) 25%,transparent)}.roadmap:where(.astro-j7pv25f6) .done:where(.astro-j7pv25f6):before{content:"[x] "}iframe:where(.astro-j7pv25f6){width:100%;aspect-ratio:720 / 405;border:0;border-radius:.5rem;margin-block-start:2.6rem;margin-block-end:4rem}@media (max-width: 640px){.explainer:where(.astro-j7pv25f6){font-size:1.4rem;line-height:2;margin-block:4rem}.explainer-title:where(.astro-j7pv25f6){font-size:1.4rem}.explainer:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6),.explainer:where(.astro-j7pv25f6) ol:where(.astro-j7pv25f6){margin-block-end:2rem}.explainer:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6):has(+ol){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:1rem}}
