@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: #FFFFFF;--color-bg-dark: #111111;--color-text: #1A1A1A;--color-text-secondary: #666666;--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);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}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);line-height:1.1;font-weight:700;letter-spacing:-.03em}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);margin-inline:auto;padding-inline:var(--space-lg)}.container--narrow{max-width:var(--max-width-narrow);margin-inline:auto;padding-inline:var(--space-lg)}.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{background:#111;color:#f0f0f0}.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{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-sm);font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:background .2s,transform .1s}.btn:active{transform:scale(.98)}.btn--orange{background:var(--color-orange);color:#fff}.btn--orange:hover{background:var(--color-orange-dark);color:#fff}@media(prefers-color-scheme:dark){:root:not([data-theme]){--color-bg: #111111;--color-bg-alt: #1A1A1A;--color-text: #F0F0F0;--color-text-secondary: #999999;--color-border: #2A2A2A}}:root[data-theme=dark]{--color-bg: #111111;--color-bg-alt: #1A1A1A;--color-text: #F0F0F0;--color-text-secondary: #999999;--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){animation:none;z-index:1}::view-transition-new(root){animation:theme-reveal .6s ease-out;z-index:2}@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-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.animate-on-scroll{opacity:0;transform:translateY(40px) scale(.97);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)}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.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;transform:none;filter:none;transition:none}}.sticky-showcase{padding-block:var(--space-4xl)}.sticky-showcase__inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-2xl)}.sticky-showcase__device{position:relative;max-width:280px;width:100%}.sticky-showcase__frame{position:absolute;inset:0;opacity:0;transition:opacity .5s ease-out;pointer-events:none}.sticky-showcase__frame:first-child{position:relative}.sticky-showcase__frame.is-active{opacity:1;pointer-events:auto}.sticky-showcase__content{display:flex;flex-direction:column}.sticky-showcase__block{padding:var(--space-2xl) 0}.sticky-showcase__block h2{margin-block-end:var(--space-sm)}.sticky-showcase__block p{margin-block-end:var(--space-md);color:var(--color-text-secondary);max-width:none;margin-inline:0}.showcase__link{color:var(--color-orange);font-weight:600;font-size:.9375rem}.showcase__link:hover{color:var(--color-orange-dark)}@media(min-width:768px){.sticky-showcase__inner{flex-direction:row;align-items:flex-start;gap:var(--space-3xl)}.sticky-showcase__device{position:sticky;top:calc(50vh - 300px);flex-shrink:0}.sticky-showcase__content{flex:1}.sticky-showcase__block{min-height:80vh;display:flex;flex-direction:column;justify-content:center}}.nav:where(.astro-isizhlqm){position:sticky;top:0;z-index:100;background:transparent;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);border-block-end:1px solid transparent;transition:background .3s,backdrop-filter .3s,-webkit-backdrop-filter .3s,border-color .3s}.nav:where(.astro-isizhlqm)[data-scrolled]{background:#fafafad9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-block-end-color:var(--color-border)}.nav__inner:where(.astro-isizhlqm){display:flex;align-items:center;justify-content:space-between;height:64px}.nav__logo:where(.astro-isizhlqm){display:flex;align-items:center;gap:var(--space-sm);color:var(--color-text);font-family:var(--font-accent);font-weight:700;font-size:1.125rem}.nav__logo:where(.astro-isizhlqm):hover{color:var(--color-text)}.nav__logo-icon:where(.astro-isizhlqm){width:28px;height:auto}.nav__links:where(.astro-isizhlqm){display:none;gap:var(--space-xl)}.nav__link:where(.astro-isizhlqm){color:var(--color-text-secondary);font-weight:500;font-size:.9375rem;transition:color .2s}.nav__link:where(.astro-isizhlqm):hover,.nav__link--active:where(.astro-isizhlqm){color:var(--color-orange)}.nav__actions:where(.astro-isizhlqm){display:flex;align-items:center;gap:var(--space-sm)}.nav__cta:where(.astro-isizhlqm){display:none;padding:var(--space-xs) var(--space-md);font-size:.875rem;border-radius:100px}.nav__beta-badge:where(.astro-isizhlqm){border:1.5px solid var(--color-orange);color:var(--color-orange);font-weight:700;font-size:.75rem;letter-spacing:.03em}.nav__theme-toggle:where(.astro-isizhlqm){display:flex;align-items:center;justify-content:center;background:none;border:1px solid var(--color-border);border-radius:50%;width:36px;height:36px;color:var(--color-text);cursor:pointer;transition:background .2s,border-color .2s,transform .3s}.nav__theme-toggle:where(.astro-isizhlqm):hover{background:var(--color-bg-alt);border-color:var(--color-text-secondary)}.nav__theme-toggle:where(.astro-isizhlqm):active{transform:scale(.9) rotate(15deg)}.nav__theme-icon--moon:where(.astro-isizhlqm){display:none}.nav__menu-btn:where(.astro-isizhlqm){display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--color-text);cursor:pointer;padding:var(--space-xs)}.nav__mobile-menu:where(.astro-isizhlqm){display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-md) var(--space-lg) var(--space-lg);border-block-end:1px solid var(--color-border);background:var(--color-bg)}.nav__mobile-menu:where(.astro-isizhlqm)[hidden]{display:none}.nav__mobile-link:where(.astro-isizhlqm){color:var(--color-text);font-weight:500;padding:var(--space-sm) 0;font-size:1.0625rem}.nav__mobile-cta:where(.astro-isizhlqm){margin-block-start:var(--space-sm);border-radius:100px;text-align:center}@media(prefers-color-scheme:dark){:root:not([data-theme]) .nav:where(.astro-isizhlqm)[data-scrolled]{background:#111111d9}:root:not([data-theme]) .nav__theme-icon--sun:where(.astro-isizhlqm){display:none}:root:not([data-theme]) .nav__theme-icon--moon:where(.astro-isizhlqm){display:flex}}:root[data-theme=dark] .nav:where(.astro-isizhlqm)[data-scrolled]{background:#111111d9}:root[data-theme=dark] .nav__theme-icon--sun:where(.astro-isizhlqm){display:none}:root[data-theme=dark] .nav__theme-icon--moon:where(.astro-isizhlqm){display:flex}:root[data-theme=light] .nav__theme-icon--sun:where(.astro-isizhlqm){display:flex}:root[data-theme=light] .nav__theme-icon--moon:where(.astro-isizhlqm){display:none}@media(min-width:768px){.nav__links:where(.astro-isizhlqm){display:flex}.nav__cta:where(.astro-isizhlqm){display:inline-flex}.nav__menu-btn:where(.astro-isizhlqm){display:none}}.footer:where(.astro-yyiefoc7){position:relative;border-block-start:1px solid var(--color-border);padding-block:var(--space-2xl);color:var(--color-text-secondary);font-size:.875rem}.footer__inner:where(.astro-yyiefoc7){display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.footer__links:where(.astro-yyiefoc7){display:flex;gap:var(--space-lg);flex-wrap:wrap;justify-content:center}.footer__links:where(.astro-yyiefoc7) a:where(.astro-yyiefoc7){color:var(--color-text-secondary)}.footer__links:where(.astro-yyiefoc7) a:where(.astro-yyiefoc7):hover{color:var(--color-orange)}.footer__copy:where(.astro-yyiefoc7){text-align:center}.footer__btn:where(.astro-yyiefoc7){margin-block-start:var(--space-md);background:none;border:1px solid var(--color-border);color:var(--color-text-secondary);font-size:.6875rem;padding:var(--space-xs) var(--space-md);border-radius:100px;cursor:pointer;opacity:.4;transition:opacity .3s,border-color .3s;font-weight:500;letter-spacing:.02em}.footer__btn:where(.astro-yyiefoc7):hover{opacity:.7;border-color:var(--color-text-secondary)}#page-confetti:where(.astro-yyiefoc7){position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:9999}
