@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/notosans-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/notosans-latin-ext.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}:root{--color-bg:#f2f2f2;--color-surface:#fff;--color-text:#111;--color-text-muted:#6e6e6e;--color-border:#d9d9d9;--color-accent:#000;--color-accent-contrast:#fff;--color-success:#15803d;--color-success-soft:#ecfdf3;--color-danger:#b91c1c;--color-danger-soft:#fef2f2;--color-warning:#f97316;--color-warning-contrast:#fff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Noto Sans,system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}:root:not([data-theme=light]){--color-bg:#121212;--color-surface:#1a1a1a;--color-text:#f5f5f5;--color-text-muted:#a3a3a3;--color-border:#3d3d3d;--color-accent:#fff;--color-accent-contrast:#000;--color-success:#4ade80;--color-success-soft:#123120;--color-danger:#f87171;--color-danger-soft:#3a1414}}:root[data-theme=dark]{--color-bg:#121212;--color-surface:#1a1a1a;--color-text:#f5f5f5;--color-text-muted:#a3a3a3;--color-border:#3d3d3d;--color-accent:#fff;--color-accent-contrast:#000;--color-success:#4ade80;--color-success-soft:#123120;--color-danger:#f87171;--color-danger-soft:#3a1414}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text)}#root{justify-content:center;min-height:100dvh;display:flex}.app-shell{background:var(--color-surface);border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);flex-direction:column;width:100%;max-width:480px;min-height:100dvh;display:flex}.app-main{padding:max(20px, env(safe-area-inset-top)) 20px calc(20px + env(safe-area-inset-bottom));flex-direction:column;flex:1;display:flex}.nav-bar{z-index:5;background:var(--color-surface);border-top:1px solid var(--color-border);padding-bottom:env(safe-area-inset-bottom);display:flex;position:sticky;bottom:0}.nav-bar button{min-height:58px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 4px;font-family:inherit;font-size:.75rem;display:flex}.nav-bar button.active,.count-options button.active{color:var(--color-accent-contrast);background:var(--color-accent);font-weight:700}.nav-bar-icon{display:block}button{font-family:inherit}.btn{cursor:pointer;border:none;border-radius:12px;width:100%;min-height:52px;padding:12px 16px;font-size:1.05rem;font-weight:700;display:block}.btn-primary{background:var(--color-accent);color:var(--color-accent-contrast)}.btn-secondary{color:var(--color-accent);border:2px solid var(--color-accent);background:0 0}.btn:disabled{opacity:.5;cursor:not-allowed}.quiz-topbar{justify-content:flex-end;margin-bottom:4px;display:flex}.dialog-topbar{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.dialog-topbar .quiz-topbar{margin-bottom:0}.dialog-audio-toggle{border:2px solid var(--color-border);background:var(--color-surface);height:36px;color:var(--color-text-muted);white-space:nowrap;cursor:pointer;border-radius:18px;flex-shrink:0;align-items:center;gap:6px;padding:0 12px;font-size:.8rem;font-weight:700;line-height:1;display:flex}.dialog-audio-toggle svg{flex-shrink:0;width:18px;height:18px}.dialog-audio-toggle--marked{background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent)}.listening-topbar{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.listening-topbar .quiz-topbar{margin-bottom:0}.listening-topbar-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.answer-wait-picker{background:var(--color-surface);border:2px solid var(--color-border);border-radius:18px;flex-shrink:0;gap:4px;padding:4px;display:flex}.answer-wait-picker-option{min-width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:14px;padding:0 6px;font-size:.8rem;font-weight:700;line-height:1}.answer-wait-picker-option--active{background:var(--color-accent);color:var(--color-accent-contrast)}.btn-icon{border:2px solid var(--color-border);background:var(--color-surface);width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-weight:700;line-height:1;display:flex}.btn-icon svg{width:18px;height:18px}.btn-icon:disabled{opacity:.3;cursor:not-allowed}.btn-icon--sm{width:32px;height:32px;font-size:1rem}.btn-icon--inverted{background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent)}.btn-icon--lg{width:64px;height:64px}.btn-icon--lg svg{width:28px;height:28px}.quiz-progress{text-align:center;color:var(--color-text-muted);margin-bottom:24px;font-size:1rem;font-weight:700}.quiz-question-row{justify-content:center;align-items:flex-start;gap:10px;margin-bottom:28px;display:flex}.quiz-question{text-align:center;margin:0;font-size:1.6rem;font-weight:600;line-height:1.3}.answer-input{border:2px solid var(--color-border);background:var(--color-surface);width:100%;min-height:56px;color:var(--color-text);border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:1.15rem}.answer-input:focus{border-color:var(--color-accent);outline:none}.answer-input.correct{border-color:var(--color-success);background:var(--color-success-soft)}.answer-input.incorrect{border-color:var(--color-danger);background:var(--color-danger-soft)}.feedback{text-align:center;margin-bottom:16px;font-size:1.1rem;font-weight:700}.feedback.correct{color:var(--color-success)}.feedback.incorrect{color:var(--color-danger)}.feedback-answer{text-align:center;color:var(--color-text-muted);margin-bottom:16px;font-size:1rem}.feedback-answer strong{color:var(--color-text);font-size:1.2rem}.btn-explain{margin-bottom:12px}.quiz-tally{text-align:center;color:var(--color-text-muted);margin-top:20px;font-size:1rem}.tally-correct{color:var(--color-success);font-weight:700}.tally-incorrect{color:var(--color-danger);font-weight:700}.spacer{flex:1}.modal-overlay{z-index:10;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:var(--color-surface);text-align:center;border-radius:16px;width:100%;max-width:340px;max-height:80vh;padding:24px;overflow-y:auto}.modal-overlay--fullscreen{padding:0}.modal-card--fullscreen{width:100%;max-width:none;height:100%;max-height:none;padding:24px;padding-top:max(24px, env(safe-area-inset-top));padding-right:max(24px, env(safe-area-inset-right));padding-bottom:max(24px, env(safe-area-inset-bottom));padding-left:max(24px, env(safe-area-inset-left));border-radius:0;position:relative;overflow-y:auto}.modal-close{top:max(12px, env(safe-area-inset-top));right:max(12px, env(safe-area-inset-right));position:fixed}.modal-verb{text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;font-size:1.6rem;font-weight:800}.modal-meaning{color:var(--color-text-muted);margin:0 0 20px;font-size:1.1rem}.modal-title{margin:0 0 8px;font-size:1.3rem;font-weight:800}.modal-message{color:var(--color-text-muted);margin:0 0 20px;font-size:1rem}.results-title{text-align:center;letter-spacing:.05em;margin:8px 0 24px;font-size:1.2rem;font-weight:800}.results-score{text-align:center;margin-bottom:4px;font-size:2.6rem;font-weight:800}.results-percent{text-align:center;color:var(--color-text-muted);margin-bottom:24px;font-size:1.3rem}.results-breakdown{text-align:center;margin-bottom:32px;font-size:1.05rem}.results-actions{flex-direction:column;gap:12px;margin-top:auto;display:flex}.settings-section{margin-bottom:28px}.settings-section h2{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0 0 12px;font-size:.95rem}.option-row{border-bottom:1px solid var(--color-border);cursor:pointer;align-items:center;gap:12px;min-height:48px;display:flex}.option-row:last-child{border-bottom:none}.option-row input{width:20px;height:20px;accent-color:var(--color-accent)}.option-row label,.option-row span{cursor:pointer;flex:1;font-size:1rem}.count-options{gap:10px;display:flex}.count-options button{border:2px solid var(--color-border);background:var(--color-surface);min-height:48px;color:var(--color-text);cursor:pointer;border-radius:10px;flex:1;font-size:1rem;font-weight:700}.count-options button.active{border-color:var(--color-accent)}.verb-search-input{border:2px solid var(--color-border);background:var(--color-surface);width:100%;min-height:48px;color:var(--color-text);border-radius:12px;margin-bottom:16px;padding:10px 14px;font-size:1rem}.verb-search-input:focus{border-color:var(--color-accent);outline:none}.verb-list{margin:0;padding:0;list-style:none}.verb-list-item{text-align:left;border:none;border-bottom:1px solid var(--color-border);cursor:pointer;width:100%;color:var(--color-text);background:0 0;padding:14px 4px}.verb-list-item strong{text-transform:uppercase;letter-spacing:.03em;font-size:1.05rem;display:block}.verb-list-item span{color:var(--color-text-muted);font-size:.9rem;display:block}.verb-list-item .regularity-badge{color:var(--color-accent-contrast);margin:6px 0 0;font-size:.75rem;display:inline-block}.back-button{color:var(--color-accent);cursor:pointer;text-align:left;background:0 0;border:none;margin-bottom:16px;padding:0;font-size:1rem;font-weight:700}.regularity-badge{background:var(--color-accent);color:var(--color-accent-contrast);border-radius:999px;margin-bottom:24px;padding:4px 10px;font-size:.8rem;font-weight:700;display:inline-block}.tense-block{margin-bottom:24px}.tense-block h2{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text);margin:0 0 10px;font-size:1rem}.tense-nav{justify-content:center;align-items:center;gap:16px;margin-bottom:10px;display:flex}.tense-nav h2{margin:0}.tense-nav-arrow{color:var(--color-text);font-size:1.1rem}.conjugation-table{border-collapse:collapse;width:100%}.conjugation-table td{border-bottom:1px solid var(--color-border);padding:6px 4px;font-size:1rem}.conjugation-table td:first-child{color:var(--color-text-muted);width:30%}.conjugation-table td:nth-child(2){font-weight:600}.conjugation-table td:nth-child(3){color:var(--color-text-muted);font-size:.9rem;font-style:italic}.conjugation-table tr.highlight td{background:var(--color-accent);color:var(--color-accent-contrast)}.empty-state{text-align:center;color:var(--color-text-muted);margin-top:40px;font-size:1rem}.quiz-kind-picker{flex-direction:column;gap:14px;display:flex}.quiz-kind-picker h2{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0 0 4px;font-size:.95rem}.quiz-kind-option{text-align:left;border:2px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;border-radius:12px;flex-direction:column;gap:6px;padding:16px;display:flex}.quiz-kind-option:hover,.quiz-kind-option:focus-visible{border-color:var(--color-accent)}.quiz-kind-option-title{font-size:1.1rem;font-weight:700}.quiz-kind-option-description{color:var(--color-text-muted);font-size:.9rem}.lesson-option{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.lesson-option-select{text-align:left;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;gap:4px;padding:0;display:flex}.listening-screen{flex-direction:column;flex:1;min-height:0;display:flex}.listening-screen--idle{flex:1;justify-content:center;align-items:center}.listening-screen--idle .btn{width:auto;min-width:200px}.listening-idle-actions{justify-content:center;align-items:center;gap:24px;display:flex}.listening-progress-bar-wrapper{margin-top:12px;margin-bottom:24px}.progress-bar-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.progress-bar-count{min-width:1.5em;color:var(--color-text-muted);text-align:center;flex-shrink:0;font-size:.85rem;font-weight:700}.progress-bar{background:var(--color-border);border-radius:999px;flex:1;height:22px;position:relative;overflow:hidden;box-shadow:0 3px 6px #0000004d}.progress-bar-fill{background:var(--color-accent);border-radius:999px;height:100%;transition:width .3s;position:absolute;top:0;left:0}.progress-bar-center-label{color:#fff;mix-blend-mode:difference;white-space:nowrap;font-size:.65rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.listening-stage{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.listening-stage-title{text-align:center;color:var(--color-text-muted);margin:0;font-size:1.1rem;font-weight:700}.listening-stage-counter{visibility:visible;opacity:1;flex-direction:column;align-items:center;gap:16px;transition:opacity .15s ease-in-out;display:flex}.listening-stage-counter--hidden{visibility:hidden;opacity:0}.listening-stage-icon{background:var(--color-accent);width:112px;height:112px;color:var(--color-accent-contrast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2.5rem;font-weight:800;line-height:1;animation:1.6s ease-in-out infinite listening-audio-pulse;display:flex}@keyframes listening-audio-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.listening-stage-icon,.listening-stage-sentence,.dialog-bubble--live,.dialog-bubble-tag-spinner{animation:none}}.listening-stage-label{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0;font-size:1rem;font-weight:700}.listening-stage-sentence{color:var(--color-bg);background:var(--color-text);text-align:center;border-radius:16px;max-width:90%;margin:0;padding:20px 28px;font-size:1.6rem;font-weight:500;animation:1.6s ease-in-out infinite listening-audio-pulse}.dialog-chat-log{box-sizing:border-box;flex-direction:column;flex:1;gap:10px;width:100%;max-width:480px;min-height:0;margin:0 auto;padding:16px;display:flex;overflow:hidden auto}.dialog-bubble{background:var(--color-surface);max-width:78%;color:var(--color-text);border:1px solid var(--color-border);border-radius:14px;padding:10px 14px;font-size:.95rem;font-weight:500;line-height:1.35;position:relative}.dialog-bubble--left{border-bottom-left-radius:4px;align-self:flex-start}.dialog-bubble--right{border-bottom-right-radius:4px;align-self:flex-end}.dialog-bubble--live{animation:1.6s ease-in-out infinite listening-audio-pulse}.dialog-bubble--active{background:var(--color-warning);color:var(--color-warning-contrast);border-color:var(--color-warning)}.dialog-bubble-tag{background:var(--color-text);min-width:20px;height:20px;color:var(--color-bg);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px}.dialog-bubble--left .dialog-bubble-tag{right:-8px}.dialog-bubble--right .dialog-bubble-tag{left:-8px}.dialog-bubble-tag--bottom{top:auto;bottom:-8px}.dialog-bubble-tag-spinner{animation:1s linear infinite dialog-tag-spin}@keyframes dialog-tag-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
