:root{color:#121829;font-synthesis:none;text-rendering:optimizelegibility;--brand-purple:#7c6bee;--brand-red:#e6536f;--brand-yellow:#ebcb45;--brand-teal:#5cc9fa;--brand-green:#99bb4b;--primary:var(--brand-purple);--primary-action:#7160e2;--primary-dark:#5d4dcc;--primary-soft:#e9e5ff;--accent:var(--brand-yellow);--completed:var(--brand-yellow);--completed-soft:#fff8d6;--review:var(--brand-teal);--review-soft:#ddf4fd;--finish:#f59e0b;--danger:#dc2626;--danger-soft:#fef2f2;--text:#121829;--muted:#5e6577;--surface:#fff;--surface-soft:#f1f3f6;--background:#f9fafb;--border:#d1d5db;--subtle-border:#e5e7eb;--locked-background:#e5e7eb;--locked-icon:#9ca3af;--shadow:0 2px 8px #00000014;--radius:12px;background:#f9fafb;font-family:Inter,ui-rounded,SF Pro Rounded,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--background);min-width:320px;min-height:100%}body{background:var(--background);min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--primary-dark)}img{max-width:100%}h1,h2,h3,p{margin-top:0}:focus-visible{outline:3px solid var(--primary);outline-offset:3px}.app-layout{min-height:100vh}.sidebar{border-right:1px solid var(--border);z-index:20;background:#fffffff0;flex-direction:column;width:236px;padding:28px 20px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar nav{gap:8px;margin-top:42px;display:grid}.app-content{min-height:100vh;margin-left:236px}.page{width:min(1040px,100%);margin:0 auto;padding:42px clamp(22px,5vw,64px) 80px}.bottom-nav{display:none}.nav-link{min-height:48px;color:var(--muted);border-radius:13px;align-items:center;gap:13px;padding:0 15px;font-weight:700;text-decoration:none;display:flex}.nav-icon{fill:none;stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:23px;height:23px}.nav-link:hover{background:var(--surface-soft);color:var(--text)}.nav-link--active{background:var(--primary-soft);color:var(--primary-dark)}.child-badge{background:var(--completed-soft);color:#665311;text-align:center;border-radius:12px;margin-top:auto;padding:10px 12px;font-weight:750}.brand{align-items:center;line-height:0;display:inline-flex}.brand__logo{width:168px;height:auto;display:block}.brand--compact .brand__logo{width:145px}.connectivity-banner{z-index:50;background:var(--finish);color:var(--text);text-align:center;padding:10px 18px;font-weight:700;position:sticky;top:0}.page-header{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.page-header h1{letter-spacing:-1px;margin:0 0 7px;font-size:clamp(28px,5vw,40px)}.page-header p{color:var(--muted);max-width:640px;margin:0}.page-header__action{flex:none}.card{border:1px solid var(--subtle-border);border-radius:var(--radius);box-shadow:var(--shadow);background:#fffffff7;padding:clamp(18px,4vw,28px)}.card+.card{margin-top:18px}.card h2{font-size:20px}.grid{gap:18px;display:grid}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.stack{gap:16px;display:grid}.inline{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.muted{color:var(--muted)}.danger{color:var(--danger)}.button{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:10px 18px;font-weight:800;text-decoration:none;transition:transform .15s,background .15s,opacity .15s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:default}.button--primary{background:var(--primary-action);color:#fff;box-shadow:0 7px 16px #7c6bee38}.button--primary:hover:not(:disabled){background:var(--primary-dark)}.button--secondary{color:var(--text);background:var(--surface);border:1px solid var(--border)}.button--danger{color:#fff;background:var(--danger)}.button--ghost{color:var(--text);border:1px solid var(--border);background:0 0}.button--wide{width:100%}.field{gap:7px;display:grid}.field__label{color:var(--text);font-size:14px;font-weight:800}.field__hint{color:var(--muted);font-size:12px}.field input,.field select,.field textarea{border:1px solid var(--border);width:100%;min-height:47px;color:var(--text);background:#fff;border-radius:10px;padding:10px 12px}.field textarea{min-height:110px}.form-error{background:var(--danger-soft);color:var(--danger);border:1px solid #fecaca;border-radius:10px;padding:11px 13px}.form-success{background:var(--completed-soft);color:#665311;border:1px solid var(--completed);border-radius:10px;padding:11px 13px}.auth-page{place-items:center;min-height:100vh;padding:34px 18px;display:grid}.auth-layout{gap:22px;width:min(460px,100%);display:grid}.auth-header{text-align:center;justify-items:center;gap:16px;display:grid}.auth-header h1{margin:0;font-size:clamp(25px,7vw,34px)}.auth-header .brand__logo{width:156px}.auth-header p{color:var(--muted);margin:0;line-height:1.55}.auth-card{padding:clamp(22px,6vw,34px)}.auth-actions{gap:11px;display:grid}.divider{color:var(--muted);align-items:center;gap:12px;font-size:13px;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-links{flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:14px;display:flex}.google-button-slot{place-items:center;min-height:44px;display:grid;overflow:hidden}.social-button--apple{color:#fff;box-shadow:none;background:#000}.social-button--apple:hover:not(:disabled){background:#1f2937}.social-button__icon{fill:currentColor;width:20px;height:20px}.state-panel{text-align:center;min-height:260px;color:var(--muted);place-content:center;justify-items:center;gap:15px;padding:30px;display:grid}.state-panel h2,.state-panel p{margin:0}.state-panel--error{color:var(--danger)}.blocking-state{text-align:center;place-content:center;justify-items:center;gap:14px;min-height:100vh;padding:24px;display:grid}.blocking-state p{max-width:520px;color:var(--muted)}.state-panel__icon{color:#fff;background:var(--danger);border-radius:50%;place-items:center;width:44px;height:44px;font-size:24px;font-weight:900;display:grid}.spinner{border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.metric{text-align:center;background:var(--surface-soft);border-radius:14px;align-content:center;min-height:104px;padding:16px;display:grid}.metric strong{color:var(--primary-dark);font-size:clamp(23px,4vw,32px)}.metric span{color:var(--muted);font-size:13px;font-weight:700}.progress{appearance:none;background:var(--locked-background);border:0;border-radius:99px;width:100%;height:10px;overflow:hidden}.progress::-webkit-progress-bar{background:var(--locked-background);border-radius:99px}.progress::-webkit-progress-value{background:var(--primary);border-radius:99px}.progress::-moz-progress-bar{background:var(--primary);border-radius:99px}.toggle-row{border-bottom:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;gap:18px;min-height:64px;padding:11px 0;display:flex}.toggle-row:last-child{border-bottom:0}.toggle-row>span{gap:4px;display:grid}.toggle-row small{color:var(--muted);line-height:1.4}.toggle-row input{width:44px;height:25px;accent-color:var(--primary)}.toggle-row--disabled{opacity:.55;cursor:default}.avatar{object-fit:cover;background:var(--surface-soft);border:3px solid #fff;border-radius:50%;width:78px;height:78px;box-shadow:0 2px 10px #0000001f}.avatar-grid{grid-template-columns:repeat(auto-fill,minmax(74px,1fr));gap:12px;display:grid}.avatar-option{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:16px;padding:7px}.avatar-option--selected{border-color:var(--primary);background:var(--primary-soft)}.topic-list,.stage-list{gap:12px;display:grid}.list-row{border:1px solid var(--border);color:inherit;background:#fff;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:15px;text-decoration:none;display:grid}.list-row__icon{background:var(--primary-soft);border-radius:12px;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.list-row strong,.list-row small{display:block}.list-row small{color:var(--muted);margin-top:3px}.romanization{flex-wrap:wrap;justify-content:center;gap:2px 8px;display:inline-flex}.romanization__segment{justify-items:center;display:inline-grid}.romanization__segment>span:last-child{color:var(--muted);font-size:.72em}.romanization--compact .romanization__segment>span:last-child{font-size:.66em}.practice-hero{background:linear-gradient(135deg, #fff 0 52%, var(--primary-soft) 100%);grid-template-columns:1.35fr .85fr;align-items:center;gap:28px;padding:clamp(26px,6vw,48px);display:grid}.practice-hero h2{margin:8px 0;font-size:clamp(26px,4vw,36px)}.practice-hero p{color:var(--muted)}.practice-hero__copy{justify-items:start;gap:10px;display:grid}.practice-hero__progress{background:#ffffffbf;border-radius:16px;gap:12px;padding:22px;display:grid}.practice-start{justify-content:space-between;min-width:min(100%,260px);min-height:58px;margin-top:8px;font-size:18px}.eyebrow{color:var(--primary-dark);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.practice-metrics,.profile-metrics{margin:18px 0}.section-block{margin-top:30px}.recent-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;display:grid}.recent-item{text-align:center;box-shadow:none;justify-items:center;gap:10px;padding:12px;display:grid}.recent-item img,.recent-item__placeholder{aspect-ratio:1;object-fit:cover;background:var(--surface-soft);border-radius:13px;place-items:center;width:90px;display:grid}.stage-card{grid-template-columns:auto 1fr auto;align-items:center;gap:18px;display:grid}.stage-card__icon{background:var(--review-soft);color:#357c98;border-radius:50%;place-items:center;width:52px;height:52px;font-weight:900;display:grid}.stage-card--completed .stage-card__icon{background:var(--completed-soft);color:#665311}.stage-card--locked .stage-card__icon{background:var(--locked-background);color:var(--locked-icon)}.stage-card .progress::-webkit-progress-value{background:var(--review)}.stage-card .progress::-moz-progress-bar{background:var(--review)}.stage-card__body h2{margin:0}.stage-card__body p{color:var(--muted);margin:8px 0}.stage-card__body>.button{margin-top:8px;padding-inline:0}.unlock-criteria{background:var(--surface-soft);border-radius:12px;gap:9px;margin-top:10px;padding:12px;display:grid}.unlock-criterion{color:var(--muted);grid-template-columns:20px 22px 1fr;align-items:start;gap:8px;display:grid}.unlock-criterion--met{color:var(--text)}.unlock-criterion__state{color:var(--muted);font-weight:900}.unlock-criterion--met .unlock-criterion__state{color:var(--primary-dark)}.unlock-criterion__icon{text-align:center}.unlock-criterion strong,.unlock-criterion small{display:block}.unlock-criterion small{color:var(--muted);margin-top:2px}.status{text-transform:uppercase;letter-spacing:.05em;border-radius:99px;padding:5px 9px;font-size:11px;font-weight:900}.status--completed{background:var(--completed-soft);color:#665311}.status--unlocked{background:var(--primary-soft);color:var(--primary-dark)}.status--locked{background:var(--surface-soft);color:var(--muted)}.profile-identity{align-items:center;gap:18px;display:flex}.profile-identity h2,.profile-identity p{margin:0}.avatar--placeholder{background:var(--primary-soft);color:var(--primary-dark);place-items:center;font-size:30px;font-weight:900;display:grid}.metrics--inside .metric{min-height:86px;padding:10px}.card-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.card-heading h2,.card-heading p{margin-bottom:4px}.concept-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.concept-card{border:1px solid var(--border);text-align:center;border-radius:13px;gap:7px;padding:10px;display:grid}.concept-card img{aspect-ratio:1;object-fit:cover;border-radius:9px;width:100%}.concept-card small{color:var(--muted);text-transform:capitalize}.concept-card--mastered{border-color:var(--completed);background:var(--completed-soft)}.round-page{align-content:start;gap:24px;max-width:1100px;min-height:100vh;margin:0 auto;padding:22px clamp(15px,4vw,48px) 50px;display:grid}.round-page--gate,.round-complete{text-align:center;place-content:center;justify-items:center;max-width:560px}.round-page--gate h1,.round-page--gate p{margin-bottom:8px}.round-start{min-width:220px;min-height:62px;font-size:20px}.round-header{border-bottom:1px solid var(--border);grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding-bottom:15px;display:grid}.round-header .button{justify-self:end}.round-mode{color:var(--muted);text-transform:capitalize;font-size:13px;font-weight:800}.game-board{justify-items:center;gap:22px;width:100%;display:grid}.game-instruction{text-align:center;justify-items:center;gap:11px;width:min(720px,100%);display:grid}.game-instruction h1{margin:0;font-size:clamp(23px,5vw,34px)}.game-instruction>span{color:var(--muted);font-weight:800}.game-instruction .progress{width:min(420px,100%)}.pair-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(10px,3vw,24px);width:min(820px,100%);display:grid}.pair-column{align-content:start;gap:11px;display:grid}.pair-tile{border:2px solid var(--border);min-height:108px;color:var(--text);cursor:pointer;background:#fff;border-radius:15px;place-items:center;padding:10px;display:grid;overflow:hidden}.pair-tile:disabled{cursor:default}.pair-tile--selected{border-color:var(--primary);background:var(--primary-soft)}.pair-tile--empty{opacity:0}.pair-tile img{object-fit:contain;width:100%;height:94px}.pair-tile strong{font-size:clamp(16px,3vw,22px)}.audio-symbol{color:var(--primary);font-size:25px;font-weight:900}.image-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;width:min(800px,100%);display:grid}.game-choice{border:2px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:15px;transition:border .14s,transform .14s,background .14s;position:relative}.game-choice:hover:not(:disabled){border-color:var(--primary);transform:translateY(-2px)}.game-choice:disabled{cursor:default}.image-choice{min-height:160px;padding:10px}.image-choice img{object-fit:contain;border-radius:10px;width:100%;height:clamp(130px,24vw,220px)}.game-choice--selected{border-color:var(--primary);background:var(--primary-soft)}.game-choice--correct{border-color:var(--completed)!important;background:var(--completed-soft)!important}.game-choice--wrong{animation:.25s linear shake;border-color:var(--danger)!important;background:var(--danger-soft)!important}@keyframes shake{25%{transform:translate(-5px)}75%{transform:translate(5px)}}.question-image{aspect-ratio:1.1;object-fit:contain;border:1px solid var(--border);background:#fff;border-radius:18px;width:min(330px,75vw);padding:10px}.text-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(680px,100%);display:grid}.text-choice{place-items:center;min-height:82px;padding:13px;display:grid}.text-choice strong{font-size:clamp(17px,3vw,24px)}.conversation-board{justify-self:center;max-width:760px}.conversation-scene{object-fit:contain;background:#fff;border-radius:16px;width:min(500px,100%);max-height:280px}.conversation-avatar{object-fit:cover;background:var(--surface-soft);border-radius:50%;flex:none;width:48px;height:48px}.conversation-avatar--fallback{place-items:center;font-weight:900;display:grid}.chat{gap:14px;width:100%;display:grid}.chat-row{align-items:end;gap:10px;width:100%;display:flex}.chat-row--learner{justify-content:flex-end}.chat-bubble{border:1px solid var(--border);max-width:min(520px,80%);color:var(--text);text-align:left;cursor:pointer;background:#fff;border-radius:18px 18px 18px 4px;gap:6px;padding:15px 17px;display:grid}.chat-bubble--learner{background:var(--primary-soft);border-radius:18px 18px 4px}.reply-list{gap:10px;width:100%;display:grid}.reply-choice{place-items:center;gap:5px;min-height:64px;padding:12px 16px;display:grid}.grammar-prompt{border:1px solid var(--border);min-width:min(520px,100%);min-height:70px;color:var(--text);cursor:pointer;background:#fff;border-radius:14px;place-items:center;gap:7px;padding:14px;display:grid}.grammar-prompt strong{font-size:clamp(20px,4vw,29px)}.grammar-image{width:min(280px,70vw)}.round-complete__mark{background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:90px;height:90px;font-size:48px;font-weight:900;display:grid;box-shadow:0 12px 28px #7c6bee40}.round-complete h1{margin-bottom:0;font-size:38px}.completion-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(380px,100%);display:grid}.completion-metrics>div{border:1px solid var(--border);background:var(--surface);border-radius:14px;place-content:center;gap:3px;min-height:88px;padding:14px;display:grid}.completion-metrics strong{color:var(--primary-dark);font-size:28px}.completion-metrics span,.completion-progress small{color:var(--muted)}.completion-progress{background:var(--surface);border:1px solid var(--border);text-align:left;border-radius:15px;gap:10px;width:min(440px,100%);padding:18px;display:grid}.completion-progress__heading{justify-content:space-between}.completion-progress progress{width:100%;accent-color:var(--primary)}.completion-highlights{text-align:left;gap:7px;width:min(440px,100%);display:grid}.completion-highlights p{color:var(--primary-dark);margin:0;font-weight:700}.completion-unlock{background:var(--completed-soft);color:#665311;border-radius:13px;width:min(440px,100%);margin:0;padding:13px;font-weight:800}.completion-actions{gap:12px;width:min(440px,100%);display:grid}.completion-actions .button{min-height:58px}.submission-note{background:var(--completed-soft);color:#665311;border-radius:10px;max-width:600px;padding:13px}@media (max-width:760px){.sidebar{display:none}.app-content{margin-left:0;padding-bottom:72px}.page{padding:26px 16px 36px}.bottom-nav{z-index:40;min-height:68px;padding:5px max(5px, env(safe-area-inset-right)) max(5px, env(safe-area-inset-bottom)) max(5px, env(safe-area-inset-left));border-top:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;inset:auto 0 0}.bottom-nav:has(.nav-link:nth-child(3):last-child){grid-template-columns:repeat(3,1fr)}.bottom-nav .nav-link{border-radius:10px;align-content:center;place-items:center;gap:2px;min-height:57px;padding:4px;display:grid}.bottom-nav .nav-icon{width:22px;height:22px}.bottom-nav small{font-size:10px}.page-header{align-items:start}.page-header__action{max-width:45%}.grid--2,.grid--3{grid-template-columns:1fr}.metrics{grid-template-columns:repeat(3,1fr)}.practice-hero{grid-template-columns:1fr}.stage-card{grid-template-columns:auto 1fr}.stage-card>.button{grid-column:1/-1}.round-page{padding-top:12px}}@media (max-width:430px){.metrics{grid-template-columns:1fr}.metric{min-height:82px}.page-header{display:grid}.page-header__action{max-width:none}.text-choice-grid{grid-template-columns:1fr}.image-choice-grid{gap:8px}.image-choice{min-height:125px;padding:6px}.image-choice img{height:125px}.pair-tile{min-height:88px}.pair-tile img{height:75px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
