:root{--color-bg: #faf9fe;--color-bg-muted: #f2effd;--color-surface: #ffffff;--color-surface-strong: #e8e4f4;--color-surface-card: #6f6789;--color-text: #1e1b2e;--color-text-strong: #3c384a;--color-text-muted: #544a70;--color-accent: #5f557f;--color-accent-soft: #d7d0e0;--color-accent-strong: #3b3650;--color-accent-pop: #1c1133;--color-accent-pop-soft: #e9c9ef;--color-on-accent: #ffffff;--color-border: #cec8f0;--color-border-soft: #e8e4f4;--color-tab-underline: #32626a;--color-teal: #2a9d8f;--color-danger: #e11d48;--focus-ring: 0 0 0 3px rgba(123, 104, 192, .35);--font-body: "Nunito", "Avenir Next", "Segoe UI", sans-serif;--font-display: "Fraunces", "Iowan Old Style", serif;--font-handwrite: "Dancing Script", "Segoe Script", cursive;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-pill: 999px;--shadow-soft: 0 12px 30px -20px rgba(123, 104, 192, .22);--shadow-button-primary: 0 4px 16px rgba(109, 40, 217, .3);--shadow-glow: 0 0 0 1px var(--color-border-soft), 0 8px 32px rgba(123, 104, 192, .12), 0 0 60px rgba(149, 108, 10, .06);--container-max: 72rem}:root[data-theme=dark]{--color-bg: #110b1a;--color-bg-muted: #1d1530;--color-surface: #16122a;--color-surface-strong: #251c3f;--color-surface-card: color-mix( in oklab, var(--color-surface) 92%, transparent );--color-text: #e2deff;--color-text-strong: #f0ecff;--color-text-muted: #a89fd0;--color-accent: #9884d7;--color-accent-soft: #3b2a6e;--color-accent-strong: #c4b5fd;--color-accent-pop: #68f5f2;--color-accent-pop-soft: #45134e;--color-on-accent: #0e0b1a;--color-border: #3b2d6e;--color-border-soft: #2a2050;--color-tab-underline: #d88ee5;--color-teal: #4ecdc4;--color-danger: #fb7185;--focus-ring: 0 0 0 3px rgba(167, 139, 250, .35);--shadow-soft: 0 12px 30px -18px rgba(0, 0, 0, .6);--shadow-button-primary: 0 4px 16px rgba(167, 139, 250, .28);--shadow-glow: 0 0 0 1px var(--color-border), 0 8px 32px rgba(167, 139, 250, .2), 0 0 60px rgba(206, 45, 212, .08)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:radial-gradient(ellipse at 25% 100%,color-mix(in oklab,var(--color-accent-pop-soft) 35%,transparent),transparent 55%),radial-gradient(ellipse at 85% 15%,color-mix(in oklab,var(--color-accent-soft) 45%,transparent),transparent 50%),var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-weight:400;line-height:1.6}body{min-height:100vh}a{color:var(--color-accent);text-underline-offset:2px}a:hover{color:var(--color-accent-strong)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus-ring)}.skip-link{position:absolute;left:var(--space-4);top:-999px;z-index:100;background:var(--color-accent);color:var(--color-on-accent);padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);font-weight:700}.skip-link:focus{top:var(--space-4)}.container{width:min(100% - 2rem,var(--container-max));margin-inline:auto}.section-heading{margin:0 0 var(--space-2);color:var(--color-text-strong);font-family:var(--font-display);font-weight:500;line-height:1.2;font-size:clamp(1.6rem,3.1vw,2.3rem)}.section-copy{margin:0;color:var(--color-text-muted);max-width:none}.stagger-in{animation:fade-up .5s ease both}.stagger-in:nth-child(2){animation-delay:80ms}.stagger-in:nth-child(3){animation-delay:.16s}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes wiggle{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(-9deg) scale(1.05)}75%{transform:rotate(9deg) scale(1.05)}}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}[data-reveal].revealed{opacity:1;transform:translateY(0)}[data-reveal][data-reveal-delay="1"]{transition-delay:80ms}[data-reveal][data-reveal-delay="2"]{transition-delay:.16s}[data-reveal][data-reveal-delay="3"]{transition-delay:.24s}[data-reveal][data-reveal-delay="4"]{transition-delay:.32s}@media(min-width:48rem){.container{width:min(100% - 3rem,var(--container-max))}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms;scroll-behavior:auto}[data-reveal]{opacity:1;transform:none;transition:none}}[data-reduced-motion=true] *,[data-reduced-motion=true] *:before,[data-reduced-motion=true] *:after{animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms;scroll-behavior:auto}[data-reduced-motion=true] [data-reveal]{opacity:1;transform:none;transition:none}body{min-height:100dvh;display:flex;flex-direction:column}.layout[data-astro-cid-37fxchfa]{position:relative;z-index:1;flex:1;min-height:100dvh;display:flex;flex-direction:column}.layout[data-astro-cid-37fxchfa]>main{flex:1 0 auto}
