: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-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{line-height:1.2;font-weight:700;letter-spacing:-.02em}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}p{max-width:65ch}.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--alt{background:var(--color-bg-alt)}.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{--color-bg: #111111;--color-bg-alt: #1A1A1A;--color-text: #F0F0F0;--color-text-secondary: #999999;--color-border: #2A2A2A}}.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(20px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.is-visible{opacity:1;transform:translateY(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;transition:none}}.nav:where(.astro-isizhlqm){position:sticky;top:0;z-index:100;background:#fafafad9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-block-end:1px solid 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-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:28px;border-radius:6px}.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__cta:where(.astro-isizhlqm){display:none;padding:var(--space-xs) var(--space-md);font-size:.875rem;border-radius:100px}.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){.nav:where(.astro-isizhlqm){background:#111111d9}.nav__mobile-menu:where(.astro-isizhlqm){background:var(--color-bg)}}@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){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}
