@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--color-bg:#fbf7f0;--color-bg-raised:#fff;--color-ink:#262220;--color-ink-soft:#5c554e;--color-primary:#574b90;--color-primary-soft:#ece8f7;--color-accent:#e3966b;--color-line:#e8e1d4;--font-display:"Fraunces", ui-serif, Georgia, serif;--font-body:"Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;--content-width:1080px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.55}h1,h2,h3{font-family:var(--font-display);color:var(--color-ink);margin:0;font-weight:500;line-height:1.15}p{margin:0}a{color:inherit}button{font-family:inherit}#app{min-height:100vh}.nav.svelte-1o2bohz{z-index:10;background:color-mix(in srgb, var(--color-bg) 88%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-line);position:sticky;top:0}.inner.svelte-1o2bohz{max-width:var(--content-width);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:18px 24px;display:flex}.wordmark.svelte-1o2bohz{font-family:var(--font-display);color:var(--color-ink);font-size:22px;font-weight:600}.links.svelte-1o2bohz{gap:28px;font-size:15px;font-weight:500;display:flex}.links.svelte-1o2bohz a:where(.svelte-1o2bohz){color:var(--color-ink-soft);text-decoration:none;transition:color .15s}.links.svelte-1o2bohz a:where(.svelte-1o2bohz):hover{color:var(--color-ink)}.actions.svelte-1o2bohz{align-items:center;gap:16px;display:flex}.account.svelte-1o2bohz{align-items:center;gap:10px;display:flex}.avatar.svelte-1o2bohz{border-radius:50%;width:28px;height:28px}.name.svelte-1o2bohz{color:var(--color-ink-soft);text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:14px;font-weight:500;overflow:hidden}.signin-wrap.svelte-1o2bohz{position:relative}.signin-error.svelte-1o2bohz{width:240px;color:var(--color-accent);background:var(--color-bg-raised);border:1px solid var(--color-line);text-align:left;border-radius:12px;padding:10px 14px;font-size:13px;position:absolute;top:calc(100% + 8px);right:0}.signin.svelte-1o2bohz,.signout.svelte-1o2bohz{border:1px solid var(--color-line);cursor:pointer;color:var(--color-ink);background:0 0;border-radius:999px;padding:9px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:border-color .15s}.signin.svelte-1o2bohz:hover,.signout.svelte-1o2bohz:hover{border-color:var(--color-primary)}.cta.svelte-1o2bohz{background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s}.cta.svelte-1o2bohz:hover{transform:translateY(-1px);box-shadow:0 6px 16px #574b9040}@media (width<=720px){.links.svelte-1o2bohz,.name.svelte-1o2bohz{display:none}}.diagram.svelte-1dt0247{width:100%;max-width:420px;height:auto}line.svelte-1dt0247,path.svelte-1dt0247{stroke-dasharray:var(--len);fill:none}.axis-v.svelte-1dt0247,.axis-h.svelte-1dt0247{stroke:var(--color-ink-soft);stroke-width:2px;stroke-linecap:round}.axis-v.svelte-1dt0247{animation:7s ease-out infinite svelte-1dt0247-draw-axis-v}.axis-h.svelte-1dt0247{animation:7s ease-out infinite svelte-1dt0247-draw-axis-h}.curve.svelte-1dt0247{stroke:var(--color-primary);stroke-width:3px;stroke-linecap:round;animation:7s ease-out infinite svelte-1dt0247-draw-curve}.tangent.svelte-1dt0247{stroke:var(--color-accent);stroke-width:3px;stroke-linecap:round;animation:7s ease-out infinite svelte-1dt0247-draw-tangent}.point.svelte-1dt0247{fill:var(--color-accent);transform-origin:220px 147px;animation:7s ease-out infinite svelte-1dt0247-pop-point}.label.svelte-1dt0247{font-family:var(--font-body);fill:var(--color-ink-soft);font-size:15px;font-weight:600;animation:7s ease-out infinite svelte-1dt0247-fade-label}@keyframes svelte-1dt0247-draw-axis-v{0%,2%{stroke-dashoffset:var(--len)}12%,90%{stroke-dashoffset:0}92%,to{stroke-dashoffset:var(--len)}}@keyframes svelte-1dt0247-draw-axis-h{0%,6%{stroke-dashoffset:var(--len)}16%,90%{stroke-dashoffset:0}92%,to{stroke-dashoffset:var(--len)}}@keyframes svelte-1dt0247-draw-curve{0%,20%{stroke-dashoffset:var(--len)}45%,90%{stroke-dashoffset:0}92%,to{stroke-dashoffset:var(--len)}}@keyframes svelte-1dt0247-draw-tangent{0%,50%{stroke-dashoffset:var(--len)}62%,90%{stroke-dashoffset:0}92%,to{stroke-dashoffset:var(--len)}}@keyframes svelte-1dt0247-pop-point{0%,62%{opacity:0;transform:scale(.4)}68%,90%{opacity:1;transform:scale(1)}92%,to{opacity:0;transform:scale(.4)}}@keyframes svelte-1dt0247-fade-label{0%,68%{opacity:0;transform:translateY(4px)}76%,88%{opacity:1;transform:translateY(0)}92%,to{opacity:0;transform:translateY(4px)}}@media (prefers-reduced-motion:reduce){line.svelte-1dt0247,path.svelte-1dt0247,.point.svelte-1dt0247,.label.svelte-1dt0247{stroke-dashoffset:0;opacity:1;animation:none;transform:none}}.hero.svelte-qzo0r3{padding:64px 24px 40px}.inner.svelte-qzo0r3{max-width:var(--content-width);grid-template-columns:1.1fr 1fr;align-items:center;gap:48px;margin:0 auto;display:grid}.eyebrow.svelte-qzo0r3{letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);margin-bottom:14px;font-size:14px;font-weight:600}h1.svelte-qzo0r3{letter-spacing:-.01em;font-size:56px}.subhead.svelte-qzo0r3{color:var(--color-ink-soft);max-width:46ch;margin-top:20px;font-size:19px}.actions.svelte-qzo0r3{align-items:center;gap:20px;margin-top:32px;display:flex}.primary.svelte-qzo0r3{background:var(--color-primary);color:#fff;border-radius:999px;padding:13px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s}.primary.svelte-qzo0r3:hover{transform:translateY(-1px);box-shadow:0 8px 20px #574b9047}.secondary.svelte-qzo0r3{color:var(--color-ink-soft);font-size:16px;font-weight:600;text-decoration:none}.visual.svelte-qzo0r3{background:var(--color-bg-raised);border:1px solid var(--color-line);border-radius:28px;justify-content:center;align-items:center;padding:32px;display:flex}@media (width<=860px){.inner.svelte-qzo0r3{grid-template-columns:1fr}h1.svelte-qzo0r3{font-size:40px}.visual.svelte-qzo0r3{order:-1}}.mission.svelte-1k6gp83{padding:64px 24px}.inner.svelte-1k6gp83{text-align:center;max-width:640px;margin:0 auto}.spark.svelte-1k6gp83{width:32px;height:32px;margin-bottom:18px;animation:3.2s ease-in-out infinite svelte-1k6gp83-twinkle}.spark.svelte-1k6gp83 path:where(.svelte-1k6gp83){fill:var(--color-accent)}h2.svelte-1k6gp83{font-size:30px}@keyframes svelte-1k6gp83-twinkle{0%,to{opacity:.55;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.spark.svelte-1k6gp83{animation:none}}.why.svelte-18l60iu{background:var(--color-primary-soft);padding:72px 24px}.inner.svelte-18l60iu{text-align:center;max-width:680px;margin:0 auto}h2.svelte-18l60iu{font-size:32px}p.svelte-18l60iu{color:var(--color-ink-soft);margin-top:20px;font-size:18px}.diagram.svelte-80249k{width:100%;max-width:200px;height:auto}.faint.svelte-80249k{fill:none;stroke:var(--color-ink-soft);stroke-width:2px;stroke-linecap:round;opacity:.28}.faint-node.svelte-80249k{fill:var(--color-ink-soft);opacity:.28}.start.svelte-80249k{fill:var(--color-ink-soft)}.chosen.svelte-80249k{fill:none;stroke:var(--color-primary);stroke-width:3px;stroke-linecap:round;stroke-dasharray:var(--len);animation:6s ease-out infinite svelte-80249k-draw-chosen}.goal.svelte-80249k{fill:var(--color-accent);transform-origin:195px 90px;animation:6s ease-out infinite svelte-80249k-pop-goal}@keyframes svelte-80249k-draw-chosen{0%,10%{stroke-dashoffset:var(--len)}38%,90%{stroke-dashoffset:0}92%,to{stroke-dashoffset:var(--len)}}@keyframes svelte-80249k-pop-goal{0%,40%{opacity:0;transform:scale(.3)}46%,90%{opacity:1;transform:scale(1)}92%,to{opacity:0;transform:scale(.3)}}@media (prefers-reduced-motion:reduce){.chosen.svelte-80249k,.goal.svelte-80249k{stroke-dashoffset:0;opacity:1;animation:none;transform:none}}.diagram.svelte-1wjw8z{width:100%;max-width:200px;height:auto}.track.svelte-1wjw8z{stroke:var(--color-line);stroke-width:3px}.node.svelte-1wjw8z{fill:var(--color-bg-raised);stroke:var(--color-primary);stroke-width:2.5px}.check.svelte-1wjw8z{fill:none;stroke:var(--color-accent);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.check.svelte-1wjw8z:first-of-type{stroke-dasharray:34;animation:6s ease-out infinite svelte-1wjw8z-draw-check-1}.check.svelte-1wjw8z:nth-of-type(2){stroke-dasharray:34;animation:6s ease-out infinite svelte-1wjw8z-draw-check-2}.check.svelte-1wjw8z:nth-of-type(3){stroke-dasharray:34;animation:6s ease-out infinite svelte-1wjw8z-draw-check-3}@keyframes svelte-1wjw8z-draw-check-1{0%,4%{stroke-dashoffset:34px}14%,90%{stroke-dashoffset:0}92%,to{stroke-dashoffset:34px}}@keyframes svelte-1wjw8z-draw-check-2{0%,30%{stroke-dashoffset:34px}40%,90%{stroke-dashoffset:0}92%,to{stroke-dashoffset:34px}}@keyframes svelte-1wjw8z-draw-check-3{0%,56%{stroke-dashoffset:34px}66%,90%{stroke-dashoffset:0}92%,to{stroke-dashoffset:34px}}@media (prefers-reduced-motion:reduce){.check.svelte-1wjw8z{stroke-dashoffset:0;animation:none}}.diagram.svelte-13andxq{width:100%;max-width:190px;height:auto}.baseline.svelte-13andxq{stroke:var(--color-line);stroke-width:3px}.bar.svelte-13andxq{transform-box:fill-box;transform-origin:bottom}.first.svelte-13andxq{fill:var(--color-primary);animation:6s ease-out infinite svelte-13andxq-grow}.second.svelte-13andxq{fill:var(--color-accent);opacity:.75;animation:6s ease-out .15s infinite svelte-13andxq-grow}.third.svelte-13andxq{fill:var(--color-accent);opacity:.55;animation:6s ease-out .3s infinite svelte-13andxq-grow}.star.svelte-13andxq{fill:var(--color-accent);transform-box:fill-box;transform-origin:50%;animation:6s ease-out infinite svelte-13andxq-pop-star}@keyframes svelte-13andxq-grow{0%,8%{transform:scaleY(0)}26%,88%{transform:scaleY(1)}92%,to{transform:scaleY(0)}}@keyframes svelte-13andxq-pop-star{0%,30%{opacity:0;transform:scale(.2)}38%,88%{opacity:1;transform:scale(1)}92%,to{opacity:0;transform:scale(.2)}}@media (prefers-reduced-motion:reduce){.bar.svelte-13andxq,.star.svelte-13andxq{opacity:1;animation:none;transform:none}}.diagram.svelte-1hlbgz3{width:100%;max-width:170px;height:auto}.grid.svelte-1hlbgz3{fill:none;stroke:var(--color-ink-soft);stroke-width:1.2px;opacity:.25}.axis.svelte-1hlbgz3{stroke:var(--color-ink-soft);stroke-width:1.2px;opacity:.25}.data.svelte-1hlbgz3{fill:var(--color-primary);fill-opacity:.3;stroke:var(--color-primary);stroke-width:2px;transform-box:fill-box;transform-origin:50%;animation:6s ease-out infinite svelte-1hlbgz3-fill-in}@keyframes svelte-1hlbgz3-fill-in{0%,10%{opacity:0;transform:scale(.15)}38%,88%{opacity:1;transform:scale(1)}92%,to{opacity:0;transform:scale(.15)}}@media (prefers-reduced-motion:reduce){.data.svelte-1hlbgz3{opacity:1;animation:none;transform:none}}.for-students.svelte-15vnh0i{padding:88px 24px}.inner.svelte-15vnh0i{max-width:var(--content-width);margin:0 auto}.eyebrow.svelte-15vnh0i{text-align:center;letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);margin-bottom:14px;font-size:14px;font-weight:600}h2.svelte-15vnh0i{text-align:center;max-width:620px;margin:0 auto;font-size:32px}.lede.svelte-15vnh0i{text-align:center;max-width:560px;color:var(--color-ink-soft);margin:20px auto 0;font-size:17px}.grid.svelte-15vnh0i{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:56px;display:grid}.card.svelte-15vnh0i{background:var(--color-bg-raised);border:1px solid var(--color-line);border-radius:20px;flex-direction:column;padding:24px;display:flex}.art.svelte-15vnh0i{justify-content:center;align-items:center;height:130px;margin-bottom:8px;display:flex}h3.svelte-15vnh0i{margin-bottom:8px;font-size:18px}.card.svelte-15vnh0i p:where(.svelte-15vnh0i){color:var(--color-ink-soft);font-size:15px}@media (width<=980px){.grid.svelte-15vnh0i{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.grid.svelte-15vnh0i{grid-template-columns:1fr}}.diagram.svelte-mq1zuq{width:100%;max-width:210px;height:auto}.frame.svelte-mq1zuq{fill:var(--color-bg-raised);stroke:var(--color-line);stroke-width:2px}.title.svelte-mq1zuq,.mini-curve.svelte-mq1zuq,.content-line.svelte-mq1zuq,.content-line-2.svelte-mq1zuq{fill:none;stroke-linecap:round}.title.svelte-mq1zuq{stroke:var(--color-primary);stroke-width:4px;stroke-dasharray:var(--len);--start:8%;--end:20%;animation:6s ease-out infinite svelte-mq1zuq-draw}.mini-curve.svelte-mq1zuq{stroke:var(--color-primary);stroke-width:2.5px;stroke-dasharray:var(--len);animation:6s ease-out infinite svelte-mq1zuq-draw-curve}.mini-dot.svelte-mq1zuq{fill:var(--color-accent);transform-box:fill-box;transform-origin:50%;animation:6s ease-out infinite svelte-mq1zuq-pop-dot}.content-line.svelte-mq1zuq{stroke:var(--color-ink-soft);stroke-width:2.5px;opacity:.5;stroke-dasharray:var(--len);animation:6s ease-out infinite svelte-mq1zuq-draw-content-1}.content-line-2.svelte-mq1zuq{stroke:var(--color-ink-soft);stroke-width:2.5px;opacity:.5;stroke-dasharray:var(--len);animation:6s ease-out infinite svelte-mq1zuq-draw-content-2}.spark.svelte-mq1zuq{fill:var(--color-accent);transform-box:fill-box;transform-origin:50%;animation:6s ease-out infinite svelte-mq1zuq-pop-spark}@keyframes svelte-mq1zuq-draw{0%,8%{stroke-dashoffset:var(--len)}20%,88%{stroke-dashoffset:0}92%,to{stroke-dashoffset:var(--len)}}@keyframes svelte-mq1zuq-draw-curve{0%,24%{stroke-dashoffset:var(--len)}38%,88%{stroke-dashoffset:0}92%,to{stroke-dashoffset:var(--len)}}@keyframes svelte-mq1zuq-pop-dot{0%,38%{opacity:0;transform:scale(.3)}44%,88%{opacity:1;transform:scale(1)}92%,to{opacity:0;transform:scale(.3)}}@keyframes svelte-mq1zuq-draw-content-1{0%,46%{stroke-dashoffset:var(--len)}56%,88%{stroke-dashoffset:0}92%,to{stroke-dashoffset:var(--len)}}@keyframes svelte-mq1zuq-draw-content-2{0%,58%{stroke-dashoffset:var(--len)}68%,88%{stroke-dashoffset:0}92%,to{stroke-dashoffset:var(--len)}}@keyframes svelte-mq1zuq-pop-spark{0%,70%{opacity:0;transform:scale(.2)}78%,88%{opacity:1;transform:scale(1)}92%,to{opacity:0;transform:scale(.2)}}@media (prefers-reduced-motion:reduce){.title.svelte-mq1zuq,.mini-curve.svelte-mq1zuq,.mini-dot.svelte-mq1zuq,.content-line.svelte-mq1zuq,.content-line-2.svelte-mq1zuq,.spark.svelte-mq1zuq{stroke-dashoffset:0;opacity:1;animation:none;transform:none}.content-line.svelte-mq1zuq,.content-line-2.svelte-mq1zuq{opacity:.5}}.for-teachers.svelte-1wudqnr{background:var(--color-primary-soft);padding:88px 24px}.inner.svelte-1wudqnr{max-width:var(--content-width);grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin:0 auto;display:grid}.eyebrow.svelte-1wudqnr{letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);margin-bottom:14px;font-size:14px;font-weight:600}h2.svelte-1wudqnr{font-size:30px}.body.svelte-1wudqnr{color:var(--color-ink-soft);max-width:44ch;margin-top:16px;font-size:17px}.art.svelte-1wudqnr{background:var(--color-bg-raised);border:1px solid var(--color-line);border-radius:24px;justify-content:center;align-items:center;padding:24px;display:flex}@media (width<=860px){.inner.svelte-1wudqnr{grid-template-columns:1fr}.art.svelte-1wudqnr{order:-1}}.vision.svelte-1pu8pfz{padding:88px 24px}.inner.svelte-1pu8pfz{max-width:var(--content-width);margin:0 auto}.eyebrow.svelte-1pu8pfz{text-align:center;letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);margin-bottom:14px;font-size:14px;font-weight:600}h2.svelte-1pu8pfz{text-align:center;max-width:620px;margin:0 auto;font-size:32px}.lede.svelte-1pu8pfz{text-align:center;max-width:560px;color:var(--color-ink-soft);margin:20px auto 0;font-size:17px}.horizons.svelte-1pu8pfz{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.horizon.svelte-1pu8pfz{border-left:2px solid var(--color-line);padding:28px 24px 24px;position:relative}.label.svelte-1pu8pfz{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px;font-size:13px;font-weight:700;display:block}h3.svelte-1pu8pfz{margin-bottom:10px;font-size:19px}.horizon.svelte-1pu8pfz p:where(.svelte-1pu8pfz){color:var(--color-ink-soft);font-size:15.5px}@media (width<=780px){.horizons.svelte-1pu8pfz{grid-template-columns:1fr}}.placeholder.svelte-16vsgkj{justify-content:center;align-items:center;min-height:70vh;padding:64px 24px;display:flex}.card.svelte-16vsgkj{text-align:center;background:var(--color-bg-raised);border:1px solid var(--color-line);border-radius:28px;max-width:480px;padding:48px 40px}.avatar.svelte-16vsgkj{border-radius:50%;width:56px;height:56px;margin-bottom:20px}.eyebrow.svelte-16vsgkj{letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);margin-bottom:10px;font-size:14px;font-weight:600}h1.svelte-16vsgkj{margin-bottom:16px;font-size:28px}.card.svelte-16vsgkj p:where(.svelte-16vsgkj):not(.eyebrow){color:var(--color-ink-soft);font-size:16px}.loading.svelte-1tlt04p{color:var(--color-ink-soft);text-align:center}.onboarding.svelte-dgfno6{justify-content:center;align-items:center;min-height:70vh;padding:64px 24px;display:flex}.onboarding-error.svelte-dgfno6{min-height:70vh;color:var(--color-accent);justify-content:center;align-items:center;padding:64px 24px;display:flex}.early-access.svelte-1g12oe3{padding:88px 24px}.card.svelte-1g12oe3{text-align:center;background:var(--color-bg-raised);border:1px solid var(--color-line);border-radius:28px;max-width:620px;margin:0 auto;padding:56px 40px}.card.svelte-1g12oe3 h2:where(.svelte-1g12oe3){font-size:28px}.card.svelte-1g12oe3 p:where(.svelte-1g12oe3){color:var(--color-ink-soft);margin-top:16px;font-size:16px}form.svelte-1g12oe3{text-align:left;flex-direction:column;gap:12px;margin-top:28px;display:flex}input.svelte-1g12oe3,textarea.svelte-1g12oe3{box-sizing:border-box;border:1px solid var(--color-line);background:var(--color-bg);width:100%;color:var(--color-ink);border-radius:12px;padding:12px 16px;font-family:inherit;font-size:15px}input.svelte-1g12oe3:focus,textarea.svelte-1g12oe3:focus{outline:2px solid var(--color-primary);outline-offset:1px}textarea.svelte-1g12oe3{resize:vertical;min-height:84px}.cta.svelte-1g12oe3{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:999px;margin-top:4px;padding:13px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-block}.cta.svelte-1g12oe3:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #574b9047}.cta.svelte-1g12oe3:disabled{opacity:.7;cursor:default}.error.svelte-1g12oe3{color:var(--color-accent);margin-top:4px;font-size:14px}.footer.svelte-1g12oe3{text-align:center;padding:32px 24px 48px}.footer.svelte-1g12oe3 p:where(.svelte-1g12oe3){color:var(--color-ink-soft);font-size:14px}.copyright.svelte-1g12oe3{opacity:.75;margin-top:8px;font-size:13px}
