@import"https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800&family=Space+Grotesk:wght@600;700&display=swap";:root{color-scheme:light dark;font-family:Inter,system-ui,sans-serif;background:#ececea;color:#111;font-synthesis:none;--ink: #111111;--paper: #f4f4f2;--surface: #ffffff;--muted: #6f716f;--outline: #d9dad7;--blue: #2563eb;--blue-pressed: #174fc9;--blue-soft: #e8efff;--green: #18a765;--warm: #ffce73;--danger: #d62f3f}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100dvh;background:radial-gradient(circle at 15% 0%,rgba(37,99,235,.13),transparent 28rem),#ececea}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3,.brand-name,.level-medal strong{font-family:Space Grotesk,Inter,sans-serif}.center-screen,.auth-page{min-height:100dvh;display:grid;place-items:center;padding:max(20px,env(safe-area-inset-top)) 20px max(20px,env(safe-area-inset-bottom))}.auth-card,.message-card,.loading-card{width:min(100%,440px);border:1px solid rgba(17,17,17,.09);border-radius:30px;background:#fffffff0;box-shadow:0 20px 70px #1111111f}.auth-card{padding:24px}.auth-topline{display:flex;align-items:center;justify-content:space-between}.brand-lockup{display:inline-flex;align-items:center;gap:10px}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;background:var(--ink);color:#fff;font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700;box-shadow:0 4px #11111138}.brand-lockup--compact .brand-mark{width:44px;height:44px;border-radius:15px}.brand-name{font-size:22px;font-weight:700}.locale-switch{display:flex;gap:3px;padding:3px;border-radius:999px;background:#eeeeec}.locale-switch button{min-width:38px;min-height:34px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:12px;font-weight:800}.locale-switch button.is-active{background:#fff;color:var(--ink);box-shadow:0 2px 8px #11111114}.auth-hero{position:relative;display:grid;width:148px;height:126px;margin:28px auto 8px;place-items:center}.auth-hero__glow{position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:radial-gradient(circle,#2563eb4d,#2563eb00)}.auth-hero__book{position:relative;display:grid;width:82px;height:82px;place-items:center;transform:rotate(-7deg);border-radius:26px;background:linear-gradient(145deg,#2f6eff,#174fc9);color:#fff;font-size:42px;font-weight:900;box-shadow:0 8px #123e9f,0 18px 34px #2563eb47}.auth-hero__spark{position:absolute;color:#eaa72d;font-size:25px}.auth-hero__spark--one{top:10px;right:8px}.auth-hero__spark--two{bottom:12px;left:9px;font-size:18px}.auth-card h1{margin-top:14px;text-align:center;font-size:clamp(28px,8vw,38px);line-height:1.04;letter-spacing:-1.2px}.auth-subtitle{max-width:350px;margin:12px auto 28px;color:var(--muted);text-align:center;font-size:14px;font-weight:600;line-height:1.55}.auth-card form{display:flex;flex-direction:column}.auth-card label{margin:0 0 8px;font-size:13px;font-weight:800}.auth-card label:not(:first-child){margin-top:16px}.auth-card input{width:100%;min-height:54px;border:1.5px solid var(--outline);border-radius:16px;outline:none;background:#f8f8f6;color:var(--ink);padding:0 16px;font-size:16px;font-weight:600;transition:border-color .16s ease,box-shadow .16s ease}.auth-card input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #2563eb1f}.text-button{border:0;background:transparent;color:var(--blue);font-size:13px;font-weight:800}.forgot-button{align-self:flex-end;min-height:42px;padding:8px 0 4px 12px}.primary-button{display:flex;width:100%;min-height:56px;align-items:center;justify-content:center;border:0;border-radius:17px;background:var(--blue);color:#fff;padding:0 18px;text-decoration:none;font-size:15px;font-weight:800;box-shadow:0 5px #1746ad;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.primary-button:hover{background:var(--blue-pressed)}.primary-button:active{transform:translateY(4px);box-shadow:0 1px #1746ad}.primary-button:disabled{cursor:wait;opacity:.62}.secondary-button{width:100%;min-height:48px;margin-top:14px;border:0;background:transparent;color:var(--blue);font-size:14px;font-weight:800}.form-message{margin:6px 0 12px;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:700;line-height:1.4}.form-message--error{background:#ffedf0;color:var(--danger)}.form-message--success{background:#e9f8f0;color:#087844}.auth-footnote{margin-top:22px;color:var(--muted);text-align:center;font-size:12px;font-weight:600}.auth-footnote a{color:var(--blue);font-weight:800}.loading-card,.message-card{padding:34px 24px;text-align:center}.loading-card p,.message-card p{margin-top:16px;color:var(--muted);font-size:14px;font-weight:600;line-height:1.5}.loading-dots{display:flex;justify-content:center;gap:7px;margin-top:28px}.loading-dots span{width:9px;height:9px;border-radius:50%;background:var(--blue);animation:bounce .9s infinite alternate ease-in-out}.loading-dots span:nth-child(2){animation-delay:.14s}.loading-dots span:nth-child(3){animation-delay:.28s}@keyframes bounce{to{transform:translateY(-8px);opacity:.45}}.message-icon{display:grid;width:64px;height:64px;margin:0 auto 20px;place-items:center;border-radius:22px;background:var(--blue-soft);color:var(--blue);font-size:30px;font-weight:900}.message-card h1{font-size:28px;line-height:1.08}.message-card .primary-button{margin-top:26px}.web-app-frame{position:relative;width:min(100%,520px);min-height:100dvh;margin:0 auto;overflow:hidden;background:var(--paper);box-shadow:0 0 70px #11111124}.home-page{min-height:100dvh;padding:max(18px,env(safe-area-inset-top)) 18px calc(104px + env(safe-area-inset-bottom))}.home-header{display:flex;align-items:center;gap:12px}.home-heading{min-width:0;flex:1}.home-heading p{overflow:hidden;color:var(--muted);font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.home-heading h1{margin-top:2px;font-size:24px;letter-spacing:-.7px}.profile-chip{display:grid;width:42px;height:42px;place-items:center;border:2px solid white;border-radius:50%;background:var(--warm);color:#4a3400;font-weight:900;box-shadow:0 3px #11111129}.home-content{display:flex;flex-direction:column;gap:16px;margin-top:22px}.plan-hero{position:relative;display:grid;grid-template-columns:1fr auto;gap:14px;overflow:hidden;border-radius:27px;background:radial-gradient(circle at 95% 5%,rgba(255,206,115,.42),transparent 9rem),linear-gradient(135deg,#111a31,#172a61);color:#fff;padding:22px;box-shadow:0 6px #0a1020}.eyebrow{color:inherit;font-size:10px;font-weight:900;letter-spacing:1.2px}.plan-hero h2{max-width:270px;margin-top:10px;font-size:25px;line-height:1.05;letter-spacing:-.7px}.plan-hero p{max-width:300px;margin-top:10px;color:#ffffffba;font-size:12px;font-weight:600;line-height:1.5}.level-medal{align-self:center;display:grid;width:82px;height:82px;place-items:center;align-content:center;border:2px solid rgba(255,255,255,.2);border-radius:25px;background:#ffffff1c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.level-medal small{font-size:8px;font-weight:900;letter-spacing:1px}.level-medal strong{margin-top:1px;font-size:28px}.daily-card,.profile-summary{border:1px solid var(--outline);border-radius:23px;background:var(--surface);padding:18px;box-shadow:0 4px #11111114}.daily-card__top{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.daily-card .eyebrow,.road-title .eyebrow,.profile-summary .eyebrow{color:var(--blue)}.daily-card h3,.road-title h3{margin-top:4px;font-size:18px}.daily-card__top>strong{font-size:13px}.goal-track{height:11px;overflow:hidden;margin-top:15px;border-radius:999px;background:#e4e5e2}.goal-track span{display:block;height:100%;min-width:11px;border-radius:inherit;background:var(--blue)}.tag-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.tag-row span{border-radius:999px;background:var(--blue-soft);color:#1948ad;padding:6px 9px;font-size:10px;font-weight:800}.road-title{display:flex;align-items:end;justify-content:space-between;padding:4px 4px 0}.road-count{color:var(--muted);font-size:12px;font-weight:800}.lesson-placeholder{display:grid;grid-template-columns:96px 1fr;gap:17px;align-items:center;border:2px dashed #aeb9d4;border-radius:25px;background:#ffffffa6;padding:18px}.lesson-placeholder__art{position:relative;display:grid;width:90px;height:108px;place-items:center;border-radius:45px 45px 26px 26px;background:linear-gradient(180deg,#dce6ff,#a9c0fa)}.lesson-placeholder__art strong{display:grid;width:58px;height:58px;place-items:center;border:7px solid white;border-radius:50%;background:var(--blue);color:#fff;font-size:22px;box-shadow:0 5px #1948ad}.lesson-placeholder__art>span{position:absolute;top:7px;right:8px;color:#d28a00;font-size:20px}.status-pill{display:inline-flex;border-radius:999px;background:#e7f8ef;color:#087844;padding:5px 8px;font-size:9px;font-weight:900;letter-spacing:.8px}.lesson-placeholder h3{margin-top:8px;font-size:18px;line-height:1.12}.lesson-placeholder p{margin-top:8px;color:var(--muted);font-size:11px;font-weight:600;line-height:1.48}.bottom-nav{position:fixed;z-index:10;right:max(14px,calc((100vw - 492px)/2));bottom:max(14px,env(safe-area-inset-bottom));left:max(14px,calc((100vw - 492px)/2));display:grid;grid-template-columns:repeat(2,1fr);gap:6px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:#111111f0;padding:6px;box-shadow:0 12px 36px #11111147;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.bottom-nav button{display:flex;min-height:58px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:18px;background:transparent;color:#a9aaa7;font-size:11px;font-weight:800}.bottom-nav button span{font-size:20px}.bottom-nav button.is-active{background:#fff;color:var(--ink)}.progress-hero{position:relative;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 50% 110%,rgba(255,154,45,.65),transparent 11rem),linear-gradient(155deg,#151b38,#372044);color:#fff;padding:28px 22px;text-align:center;box-shadow:0 6px #101329}.progress-hero__spark{position:absolute;top:18px;right:23px;color:var(--warm);font-size:24px}.progress-hero>strong{display:block;margin-top:9px;font-family:Space Grotesk,sans-serif;font-size:72px;line-height:.92}.progress-hero h2{margin-top:4px;font-size:21px}.progress-hero p{margin-top:9px;color:#ffffffb8;font-size:12px;font-weight:600}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stat-grid article{border:1px solid var(--outline);border-radius:23px;background:#fff;padding:18px;box-shadow:0 4px #11111114}.stat-grid article>span{color:var(--blue);font-size:25px;font-weight:900}.stat-grid strong{display:block;margin-top:12px;font-family:Space Grotesk,sans-serif;font-size:30px}.stat-grid p{margin-top:2px;color:var(--muted);font-size:10px;font-weight:700}.profile-summary dl{display:grid;gap:0;margin:13px 0 0}.profile-summary dl>div{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ececea;padding:13px 0}.profile-summary dt{color:var(--muted);font-size:12px;font-weight:700}.profile-summary dd{margin:0;font-size:13px;font-weight:900}@media(max-width:420px){.auth-page{padding:0}.auth-card{min-height:100dvh;border:0;border-radius:0;padding:max(20px,env(safe-area-inset-top)) 20px max(20px,env(safe-area-inset-bottom));box-shadow:none}.plan-hero{grid-template-columns:1fr 70px;padding:19px}.level-medal{width:70px;height:70px;border-radius:22px}.level-medal strong{font-size:23px}.lesson-placeholder{grid-template-columns:80px 1fr;gap:13px;padding:15px}.lesson-placeholder__art{width:76px;height:98px}}@media(prefers-color-scheme:dark){:root{--paper: #0e0f10;--surface: #17191b;--muted: #a2a5a7;--outline: #303337;color:#f6f6f3;background:#090a0b}body{background:radial-gradient(circle at 15% 0%,rgba(37,99,235,.18),transparent 28rem),#090a0b}.auth-card,.message-card,.loading-card{border-color:#2a2c2f;background:#131517f5}.brand-mark{background:#f6f6f3;color:#111}.locale-switch{background:#242629}.locale-switch button.is-active{background:#3a3d40;color:#fff}.auth-card input{border-color:#383b3f;background:#0e0f10;color:#fff}.daily-card,.profile-summary,.stat-grid article{background:#17191b}.lesson-placeholder{border-color:#39435c;background:#17191ba6}.goal-track{background:#303337}.profile-summary dl>div{border-color:#2b2e31}.bottom-nav button.is-active{background:#f5f5f2;color:#111}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
