@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&display=swap";:root{--color-orange:#ff9500;--color-orange-dark:#e68600;--color-orange-light:#ffb340;--color-bg:#fafafa;--color-bg-alt:#fff;--color-bg-dark:#111;--color-text:#1a1a1a;--color-text-secondary:#666;--color-text-on-dark:#fafafa;--color-border:#e5e5e5;--color-kids-pink:#ff6b9d;--color-kids-purple:#a855f7;--color-kids-blue:#3b82f6;--color-kids-green:#22c55e;--font-stack:-apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-accent:"Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"SF Mono", SFMono-Regular, ui-monospace, Menlo, monospace;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--max-width:1200px;--max-width-narrow:800px;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-stack);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;line-height:1.6}body{min-height:100dvh}img{max-width:100%;height:auto;display:block}a{color:var(--color-orange);text-decoration:none}a:hover{color:var(--color-orange-dark)}h1,h2,h3,h4{font-family:var(--font-accent);letter-spacing:-.03em;font-weight:700;line-height:1.1}h1{font-size:clamp(2.75rem,6vw,4.5rem)}h2{font-size:clamp(1.875rem,4vw,2.75rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}p{max-width:65ch;margin-inline:auto}.container{max-width:var(--max-width);padding-inline:var(--space-lg);margin-inline:auto}.container--narrow{max-width:var(--max-width-narrow);padding-inline:var(--space-lg);margin-inline:auto}.section{padding-block:var(--space-4xl)}.section--spacious{padding-block:calc(var(--space-4xl) * 1.5)}.section--alt{background:var(--color-bg-alt)}.section--warm{background:#fff8f0}.section--dark{color:#f0f0f0;background:#111}.section--dark .text-secondary{color:#999}.section--dark a{color:var(--color-orange)}.text-center{text-align:center}.text-secondary{color:var(--color-text-secondary)}.btn{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-sm);cursor:pointer;border:none;font-size:1rem;font-weight:600;transition:background .2s,transform .1s;display:inline-flex}.btn:active{transform:scale(.98)}.btn--orange{background:var(--color-orange);color:#fff}.btn--orange:hover{background:var(--color-orange-dark);color:#fff}:where(a,button,[role=button],[role=tab],input,select,textarea,summary,[tabindex]):focus-visible{outline:2px solid var(--color-orange);outline-offset:2px;border-radius:4px}.skip-link{z-index:1000;padding:var(--space-sm) var(--space-md);background:var(--color-orange);color:#fff;border-radius:var(--radius-sm);font-weight:600;text-decoration:none;position:fixed;inset-block-start:-10rem;inset-inline-start:var(--space-sm)}.skip-link:focus,.skip-link:focus-visible{color:#fff;outline:2px solid var(--color-orange-dark);outline-offset:2px;inset-block-start:var(--space-sm)}@media (prefers-color-scheme:dark){:root:not([data-theme]){--color-bg:#111;--color-bg-alt:#1a1a1a;--color-text:#f0f0f0;--color-text-secondary:#999;--color-border:#2a2a2a}}:root[data-theme=dark]{--color-bg:#111;--color-bg-alt:#1a1a1a;--color-text:#f0f0f0;--color-text-secondary:#999;--color-border:#2a2a2a}@media (prefers-color-scheme:dark){:root:not([data-theme]) .section--warm{background:#1a1400}}:root[data-theme=dark] .section--warm{background:#1a1400}.screenshot-dark{display:none!important}@media (prefers-color-scheme:dark){:root:not([data-theme]) .screenshot-light{display:none!important}:root:not([data-theme]) .screenshot-dark{display:block!important}}:root[data-theme=dark] .screenshot-light{display:none!important}:root[data-theme=dark] .screenshot-dark{display:block!important}:root[data-theme=light] .screenshot-dark{display:none!important}:root[data-theme=light] .screenshot-light{display:block!important}::view-transition-old(root){z-index:1;animation:none}::view-transition-new(root){z-index:2;animation:.6s ease-out theme-reveal}@keyframes theme-reveal{0%{clip-path:circle(0% at var(--toggle-x,95%) var(--toggle-y,2rem))}to{clip-path:circle(150% at var(--toggle-x,95%) var(--toggle-y,2rem))}}@media (prefers-reduced-motion:reduce){::view-transition-new(root){animation:none}}.gradient-text{background:linear-gradient(135deg,#ff9500,#ff6b35);-webkit-text-fill-color:transparent;background-clip:text}.animate-on-scroll{opacity:0;filter:blur(6px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),filter .6s cubic-bezier(.16,1,.3,1);transform:translateY(40px)scale(.97)}.animate-on-scroll.is-visible{opacity:1;filter:blur();transform:translateY(0)scale(1)}.animate-on-scroll.stagger-1{transition-delay:.1s}.animate-on-scroll.stagger-2{transition-delay:.2s}.animate-on-scroll.stagger-3{transition-delay:.3s}.animate-on-scroll.stagger-4{transition-delay:.4s}.animate-on-scroll.stagger-5{transition-delay:.5s}@media (prefers-reduced-motion:reduce){.animate-on-scroll{opacity:1;filter:none;transition:none;transform:none}}
