.switcher.svelte-1s3em1j{position:relative;flex:none}.trigger.svelte-1s3em1j{display:flex;flex:none;gap:10px;align-items:center;height:44px;padding:0 14px 0 10px;color:var(--text-2);background:var(--surface-card-strong);border:1px solid var(--border-strong);border-radius:var(--r-input);box-shadow:var(--shadow-card);transition:all var(--dur) var(--ease)}.trigger.svelte-1s3em1j:hover{border-color:var(--blue-strong);box-shadow:var(--shadow-pop)}.t-glyph.svelte-1s3em1j{display:grid;flex:none;place-items:center;width:30px;height:30px;color:#fff;background:var(--grad-blue);border-radius:9px}.t-copy.svelte-1s3em1j{display:flex;flex-direction:column;align-items:flex-start;min-width:0;line-height:1.2}.t-kicker.svelte-1s3em1j{font-size:10px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.06em}.t-label.svelte-1s3em1j{font-size:13.5px;font-weight:650;white-space:nowrap;color:var(--text-1)}.t-chevron.svelte-1s3em1j{display:inline-flex;flex:none;transition:transform var(--dur) var(--ease)}.t-chevron.up.svelte-1s3em1j{transform:rotate(180deg)}.dismiss.svelte-1s3em1j{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;cursor:default}.menu.svelte-1s3em1j{position:absolute;top:calc(100% + 8px);right:0;z-index:50;width:min(340px,calc(100vw - 24px));max-width:calc(100vw - 24px);padding:10px;background:var(--surface-overlay);border:1px solid var(--border-soft);border-radius:var(--r-panel);box-shadow:var(--shadow-pop);animation:svelte-1s3em1j-drop .16s var(--ease)}.menu-head.svelte-1s3em1j{padding:6px 12px 10px;font-size:10.5px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.05em}.option.svelte-1s3em1j{display:flex;gap:12px;align-items:center;width:100%;padding:12px;color:var(--text-2);text-align:left;border-radius:10px;transition:background var(--dur) var(--ease)}.option.svelte-1s3em1j:hover{background:#3b82f612}.option.on.svelte-1s3em1j{color:var(--blue-strong);background:#3b82f61a}.o-glyph.svelte-1s3em1j{display:grid;flex:none;place-items:center;width:32px;height:32px;color:var(--blue-strong);background:#3b82f61f;border-radius:10px}.detail.svelte-1s3em1j{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.name.svelte-1s3em1j{font-size:13px;font-weight:600;color:var(--text-1)}.desc.svelte-1s3em1j{font-size:11.5px;line-height:1.45;color:var(--text-2)}@keyframes svelte-1s3em1j-drop{0%{opacity:0;transform:translateY(-6px)}}@media(max-width:720px){.t-kicker.svelte-1s3em1j{display:none}.menu.svelte-1s3em1j{padding:12px}.option.svelte-1s3em1j{gap:12px;padding:14px 12px}}.landing-shell{display:flex;height:100dvh;min-height:0}.landing-shell .bezel{display:flex;flex:1;min-width:0;min-height:0;background:var(--workspace-bg)}.landing-shell .shell{display:flex;flex:1;flex-direction:column;min-width:0;--shell-pad-x: clamp(20px, 5vw, 56px);padding:0 var(--shell-pad-x);overflow-x:hidden;overflow-y:auto;min-height:0;background:var(--mesh-veil),var(--workspace-bg);--text-2: #475569;--text-3: #64748b}[data-theme=dark] .landing-shell .shell{--text-2: #c5d0e3;--text-3: #9fb0cd}[data-theme=oled] .landing-shell .shell{--text-2: #ffffff;--text-3: #ffffff}.landing-shell .nav{position:sticky;top:0;z-index:40;display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;margin:0 calc(-1 * var(--shell-pad-x)) 14px;padding:14px var(--shell-pad-x) 12px;background:#fff;box-shadow:0 1px #0f172a0f}[data-theme=dark] .landing-shell .nav{background:#12192f;box-shadow:0 1px #ffffff14}[data-theme=oled] .landing-shell .nav{background:#000;box-shadow:0 1px #ffffff24}.landing-shell .links{display:flex;gap:22px;font-size:12.5px;font-weight:500;color:var(--text-2)}.landing-shell .links a:hover,.landing-shell .links a[aria-current=page]{color:var(--text-1)}.landing-shell .links a[aria-current=page]{font-weight:650}.landing-shell .nav-actions{display:flex;flex:none;gap:9px;align-items:center}.landing-shell .block{padding:16px 0;scroll-margin-top:76px;border-top:1px solid var(--border-hair)}.landing-shell .block h2{margin-bottom:14px;font-size:clamp(28px,3.2vw,46px);font-weight:700;line-height:1.1;letter-spacing:-.035em}.landing-shell .lede{max-width:60ch;margin-bottom:10px;font-size:15px;line-height:1.6;color:var(--text-2)}.landing-shell .page-intro{max-width:52rem;padding:28px 0 8px}.landing-shell .page-intro h1{margin:0 0 10px;font-size:clamp(2rem,4.6vw,3.4rem);font-weight:700;line-height:1.1;letter-spacing:-.035em}.landing-shell .page-intro>p{max-width:62ch;font-size:clamp(14px,1.6vw,1.15rem);line-height:1.65;color:var(--text-2)}.landing-shell .how{container-type:inline-size;container-name:how}.landing-shell .steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@container how (min-width: 860px){.landing-shell .steps{grid-template-columns:repeat(4,minmax(0,1fr))}}.landing-shell .step{display:flex;flex-direction:column;padding:14px;background:var(--surface-card-strong);border:1px solid var(--border-soft);border-radius:var(--r-card);box-shadow:var(--shadow-card)}.landing-shell .feature{display:flex;flex-direction:column;padding:14px;background:var(--surface-card-strong);border:1px solid var(--border-soft);border-radius:var(--r-card)}.landing-shell .step-n{display:grid;place-items:center;width:28px;height:28px;margin-bottom:8px;font-size:12px;font-weight:700;color:#fff;background:var(--grad-primary);border-radius:9px}.landing-shell .step h3,.landing-shell .feature h3,.landing-shell .surface h3{margin-bottom:5px;font-size:13.5px;font-weight:600}.page-schools,.page-parents{display:contents}.landing-shell .step p,.landing-shell .feature p,.landing-shell .surface p{font-size:12.5px;line-height:1.55;color:var(--text-2)}.landing-shell .f-glyph{display:grid;place-items:center;width:32px;height:32px;margin-bottom:8px;color:var(--blue-strong);background:#3b82f61f;border-radius:10px}.landing-shell .quotes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.landing-shell .quote{padding:14px;margin:0;background:var(--surface-card-strong);border:1px solid var(--border-soft);border-radius:var(--r-card);box-shadow:var(--shadow-card)}.landing-shell blockquote{margin:0 0 10px;font-size:13px;line-height:1.6;color:var(--text-1)}.landing-shell figcaption{display:flex;gap:10px;align-items:center;font-size:11.5px;color:var(--text-2)}.landing-shell .who{display:flex;flex-direction:column;min-width:0}.landing-shell figcaption b{font-size:12.5px;color:var(--text-1)}.landing-shell figcaption .avatar{box-shadow:0 0 0 1px var(--border-hair)}.landing-shell .surfaces{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.landing-shell .surface{display:flex;flex-direction:column;padding:14px;background:var(--surface-card-strong);border:1px solid var(--border-soft);border-radius:var(--r-card);box-shadow:var(--shadow-card);transition:all var(--dur) var(--ease)}.landing-shell .surface:hover{background:var(--surface-card-strong);box-shadow:var(--shadow-pop);transform:translateY(-2px)}.landing-shell .s-glyph{display:grid;place-items:center;width:34px;height:34px;margin-bottom:8px;color:#fff;background:var(--grad-blue);border-radius:11px;box-shadow:0 4px 12px #3b82f647}.landing-shell .s-go{display:flex;gap:5px;align-items:center;margin-top:10px;font-size:12px;font-weight:600;color:var(--blue-strong)}.landing-shell .foot{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"brand links links" "copy . invest";gap:16px 18px;align-items:center;margin:0 calc(-1 * var(--shell-pad-x));padding:16px var(--shell-pad-x);border-top:1px solid var(--border-hair)}.landing-shell .foot-brand{grid-area:brand}.landing-shell .foot-copy{grid-area:copy;font-size:11.5px;color:var(--text-3)}.landing-shell .foot-links{display:flex;flex-wrap:wrap;grid-area:links;gap:16px;align-items:center;justify-self:start;font-size:11.5px;color:var(--text-3)}.landing-shell .foot-links a:hover,.landing-shell .foot-links a[aria-current=page]{color:var(--text-1)}.landing-shell .foot-links a[aria-current=page]{font-weight:650}.landing-shell .foot-sep{width:1px;height:12px;background:var(--border-soft)}.landing-shell .foot-invest{display:inline-flex;flex:none;grid-area:invest;gap:10px;align-items:center;justify-self:end;height:52px;padding:0 26px;font-size:16px;font-weight:700;letter-spacing:-.02em;color:var(--on-accent);background:var(--grad-primary);border-radius:var(--r-btn);box-shadow:var(--shadow-accent)}.landing-shell .foot-invest :global(svg){flex:none}.landing-shell .secret{display:inline-flex;padding:0;cursor:default}@media(max-width:1000px){.landing-shell .quotes,.landing-shell .surfaces{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.landing-shell .nav{flex-wrap:nowrap;gap:10px}.landing-shell .nav .logo.lg .mark{height:32px}.landing-shell .nav .logo.lg .name{font-size:18px}.landing-shell .nav .logo.lg .tagline{margin-top:2px;font-size:7.5px}.landing-shell .nav-demo{display:none}.landing-shell .foot{grid-template-columns:minmax(0,1fr);grid-template-areas:"brand" "links" "copy" "invest"}.landing-shell .foot-invest{justify-self:end}.landing-shell .links{display:none}.landing-shell .quotes,.landing-shell .surfaces,.landing-shell .steps{grid-template-columns:minmax(0,1fr)}}
