.landing{max-width:1120px;margin:0 auto;padding:0 max(var(--space-2xl),env(safe-area-inset-right)) 0 max(var(--space-2xl),env(safe-area-inset-left));--landing-section: clamp(56px, 7vw, 96px)}.landing ::selection{background:var(--primary);color:var(--text)}.landing a{color:inherit;text-decoration:none;text-underline-offset:.3em}.landing button{font:inherit;cursor:pointer}.landing-header,.landing-brand,.language-switch,.landing-footer{display:flex;align-items:center}.landing-header{justify-content:space-between;min-height:104px;gap:var(--space-lg)}.landing-brand{gap:var(--space-md);font-size:27px;font-weight:800;letter-spacing:-.04em}.brand-roman{font-size:13px;font-weight:500;letter-spacing:.04em;color:var(--muted)}.language-switch{gap:var(--space-xs)}.language-switch button{min-height:44px;padding:var(--space-sm) var(--space-md);border:1px solid transparent;border-radius:999px;background:transparent;color:var(--muted);font-size:13px}.language-switch button[aria-pressed=true]{border-color:var(--surface-2);background:var(--surface);color:var(--text)}.language-switch button:hover{color:var(--text)}.landing-intro{display:grid;grid-template-columns:1.05fr 1fr;align-items:end;gap:var(--space-3xl);padding:var(--landing-section) 0}.landing-intro h1{font-size:clamp(64px,7.5vw,96px);line-height:1.12;letter-spacing:-.04em;margin:0;font-weight:800;word-break:keep-all}.landing-intro h1 span{color:var(--primary-text)}.landing[lang=ja] .landing-intro h1{font-size:clamp(44px,5.4vw,68px);line-height:1.35}.landing-intro-copy{padding-bottom:var(--space-xs)}.landing-intro-copy p:first-child{color:var(--text);font-size:20px;font-weight:600}.landing-intro-copy p{color:var(--muted);font-size:16px;line-height:1.85;white-space:pre-line;margin:0 0 var(--space-lg);word-break:keep-all}.landing-explore{display:inline-flex;align-items:center;gap:var(--space-md);min-height:44px;font-size:14px}.landing-explore:hover{text-decoration:underline}.landing svg{width:24px;height:24px;flex-shrink:0}.landing-subjects{scroll-margin-top:var(--space-3xl)}.subjects-heading{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-lg);padding-bottom:var(--space-2xl)}.subjects-heading h2{margin:0;font-size:20px;letter-spacing:-.025em}.subjects-heading p{margin:0;font-size:14px;color:var(--muted)}.subject-link{display:grid;grid-template-columns:112px 1fr auto;align-items:center;gap:var(--space-3xl);padding:var(--space-3xl) var(--space-2xl);border-top:1px solid var(--surface-2);transition:background-color .2s ease}.subject-link:last-child{border-bottom:1px solid var(--surface-2)}.subject-link:hover{background:var(--surface)}.subject-letter{font-size:64px;line-height:1;color:var(--primary-text);text-align:center}.subject-info{display:grid;gap:var(--space-sm)}.subject-title{font-size:26px;font-weight:700;letter-spacing:-.03em}.subject-description{font-size:15px;line-height:1.5;color:var(--muted)}.subject-audience{font-size:12px;color:var(--muted);margin-top:var(--space-xs)}.subject-action{display:flex;align-items:center;gap:var(--space-lg);font-size:14px}.subject-action svg{transition:transform .2s cubic-bezier(.16,1,.3,1)}.subject-link:hover .subject-action svg{transform:translate(4px)}.landing-belief{padding:var(--landing-section) 0;max-width:700px}.landing-belief h2{font-size:clamp(22px,3vw,30px);margin:0 0 var(--space-lg);letter-spacing:-.03em;word-break:keep-all}.landing-belief p{font-size:15px;color:var(--muted);line-height:1.8;margin:0;word-break:keep-all}.landing-footer{border-top:1px solid var(--surface-2);padding:var(--space-2xl) 0 max(var(--space-2xl),env(safe-area-inset-bottom));gap:var(--space-lg);justify-content:space-between;color:var(--muted);font-size:12px}.landing-footer span{font-size:18px;font-weight:700;color:var(--text)}.landing-footer p{margin:0}.landing-update{background:var(--surface);border:1px solid var(--surface-2);padding:var(--space-lg);margin-bottom:var(--space-lg);display:flex;justify-content:space-between;align-items:center;gap:var(--space-lg)}.landing-update button{border:0;background:var(--primary);color:var(--text);padding:var(--space-md);border-radius:var(--radius)}.subject-home{display:inline-flex;align-items:center;min-height:44px;color:var(--muted);font-size:13px;text-decoration:underline;text-underline-offset:.3em}@media(max-width:700px){.landing-header{min-height:88px}.brand-roman{display:none}.landing-intro{grid-template-columns:1fr;gap:var(--space-3xl);padding-top:var(--space-3xl)}.landing-intro h1{font-size:72px}.landing[lang=ja] .landing-intro h1{font-size:clamp(40px,9vw,60px)}.landing-intro-copy p:first-child{font-size:17px}.landing-intro-copy p{font-size:14px}.subjects-heading{display:block}.subjects-heading h2{font-size:19px}.subjects-heading p{margin-top:var(--space-sm)}.subject-link{grid-template-columns:56px 1fr;gap:var(--space-lg);padding:var(--space-2xl) 0}.subject-letter{font-size:44px;align-self:start;padding-top:var(--space-xs)}.subject-title{font-size:23px}.subject-description{font-size:13px}.subject-action{grid-column:2;justify-content:space-between;font-size:13px}.landing-footer{align-items:start}}:root{--bg: #0f1020;--surface: #1b1c3a;--surface-2: #26284d;--primary: #6a45f5;--primary-text: #a78bff;--primary-press: #5730c8;--text: #f4f4ff;--muted: #a4a6c8;--correct: #3ddc84;--wrong: #ff5c7c;--track: #14152b;--radius: 16px;--space-2xs: 2px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 20px;--space-2xl: 24px;--space-3xl: 32px;--screen-top: max(20px, calc(env(safe-area-inset-top) + 12px) )}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation}:focus-visible{outline:3px solid #ffffff;outline-offset:2px}:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overscroll-behavior:none}.app{max-width:480px;margin:0 auto;min-height:100%;display:flex;flex-direction:column;position:relative}.screen{flex:1;display:flex;flex-direction:column;padding:var(--screen-top) max(20px,env(safe-area-inset-right)) calc(var(--space-2xl) + env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));gap:var(--space-xl)}.home{justify-content:flex-start}.home-topbar{display:flex;align-items:center;justify-content:space-between;min-height:44px}.home-head{text-align:center}.sfx-toggle,.search-btn{background:var(--surface);border:none;border-radius:50%;width:44px;height:44px;font-size:20px;cursor:pointer}.logo{font-family:inherit;font-weight:700;font-size:28px;margin:0 0 var(--space-xs)}.progress-backup summary{cursor:pointer;min-height:44px;padding-block:var(--space-md);color:var(--text);font-weight:700}.backup-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.backup-actions>button{flex:1 1 140px}.tagline{color:var(--muted);margin:0}.overall{color:var(--muted);font-size:14px;margin:var(--space-md) 0 0;font-variant-numeric:tabular-nums}.overall strong{color:var(--primary-text)}.banner{background:color-mix(in srgb,var(--wrong) 12%,var(--bg));color:var(--wrong);border:1px solid color-mix(in srgb,var(--wrong) 30%,var(--bg));border-radius:12px;padding:12px 14px;font-size:14px;text-align:center}.banner.update{display:block;width:100%;background:color-mix(in srgb,var(--primary) 14%,var(--bg));color:var(--primary-text);border:1px solid color-mix(in srgb,var(--primary) 34%,var(--bg));font-family:inherit;font-weight:600;cursor:pointer;min-height:44px}.deck-switch{display:flex;gap:var(--space-sm);background:var(--surface);border-radius:999px;padding:5px;overflow-x:auto;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,transparent,#000 6% 94%,transparent);mask-image:linear-gradient(to right,transparent,#000 6% 94%,transparent);scroll-behavior:smooth}.deck-switch::-webkit-scrollbar{display:none}.deck-tab{flex:0 0 auto;border:none;background:transparent;color:var(--muted);font-size:14px;font-weight:700;min-height:44px;padding:0 14px;border-radius:999px;cursor:pointer;white-space:nowrap}.deck-tab.active{background:var(--primary);color:#fff}@media(min-width:520px){.deck-switch{flex-wrap:wrap;overflow-x:visible;justify-content:center;-webkit-mask-image:none;mask-image:none;border-radius:var(--radius)}}.deck-panel{display:flex;flex-direction:column;gap:var(--space-md)}.cat-select{display:flex;align-items:center;gap:var(--space-md);background:var(--surface);border-radius:12px;padding:8px 14px}.cat-select-label{color:var(--muted);font-size:13px;font-weight:700;flex:0 0 auto}.cat-select select{flex:1;min-width:0;background:var(--surface-2);color:var(--text);border:none;border-radius:8px;min-height:44px;padding:0 12px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer}.progress-card{background:var(--surface);border-radius:var(--radius);padding:20px}.progress-label{display:flex;justify-content:space-between;font-weight:600;margin-bottom:var(--space-md);font-variant-numeric:tabular-nums}.progress-bar{height:14px;background:var(--track);border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 2px #0006;display:flex}.progress-bar.slim{height:8px;flex:1}.progress-fill{height:100%;flex:0 0 auto;background:var(--primary);border-radius:999px;transition:width .3s ease}.progress-fill.learning{background:repeating-linear-gradient(135deg,var(--primary-text) 0 3px,transparent 3px 7px),var(--track)}.complete-title{margin:0;font-size:22px;font-weight:800}.complete-delta{margin:-8px 0 0;color:var(--muted);font-size:14px;font-variant-numeric:tabular-nums}.complete-delta strong{color:var(--primary-text)}.progress-legend{display:flex;gap:var(--space-lg);margin:var(--space-md) 0 0;padding:0;list-style:none;color:var(--muted);font-size:13px;font-variant-numeric:tabular-nums}.progress-legend li{display:flex;align-items:center;gap:var(--space-sm)}.progress-legend li:before{content:"";width:9px;height:9px;border-radius:50%;flex:0 0 auto}.legend-learned:before{background:var(--primary)}.legend-learning:before{background:repeating-linear-gradient(135deg,var(--primary-text) 0 2px,transparent 2px 4px),var(--track)}.progress-sub{color:var(--muted);font-size:13px;margin-top:var(--space-md)}.btn-primary,.btn-ghost{position:relative;border:none;border-radius:var(--radius);font-size:17px;font-weight:700;padding:16px;min-height:56px;cursor:pointer;width:100%}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 0 var(--primary-press)}.btn-primary:active{transform:translateY(2px);box-shadow:0 2px 0 var(--primary-press)}.btn-ghost{background:transparent;color:var(--muted);box-shadow:none}.link{position:relative;background:none;border:none;color:var(--muted);font-size:26px;cursor:pointer;padding:0;width:48px;height:48px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.home-actions{display:flex;flex-direction:column;gap:var(--space-md)}.home-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--space-md)}.tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2xs);border:1px solid var(--surface-2);border-radius:14px;background:var(--surface);color:var(--text);font-weight:700;padding:var(--space-md);min-height:56px;cursor:pointer}.tile:active{transform:translateY(1px)}.tile:disabled{opacity:.5;cursor:not-allowed}.tile-title{font-size:15px}.tile-sub{font-size:12px;font-weight:400;color:var(--muted);font-variant-numeric:tabular-nums}.mode-toggle{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);width:100%;border:1px solid var(--surface-2);border-radius:var(--radius);background:var(--surface);color:var(--muted);font-size:15px;font-weight:600;padding:13px 16px;min-height:52px;cursor:pointer}.mode-toggle.on{border-color:var(--primary);color:#fff}.mode-toggle:disabled{opacity:.5;cursor:not-allowed}.mode-toggle-text small{color:var(--muted);font-weight:400}.mode-toggle-state{flex:0 0 auto;font-variant-numeric:tabular-nums;color:var(--muted)}.mode-toggle.on .mode-toggle-state{color:var(--primary-text)}.lesson,.listen-play{min-height:100dvh;overflow-y:auto;overscroll-behavior:none}.lesson-top{display:flex;align-items:center;gap:var(--space-md)}.lesson-top .link:disabled{opacity:.25;cursor:default}.counter{color:var(--muted);font-size:13px;min-width:34px;text-align:right;font-variant-numeric:tabular-nums}.nav-arrow{position:relative;font-size:24px;line-height:1;padding:0 4px}.nav-arrow:disabled{opacity:.25;cursor:default}.key-hint{display:none}@media(hover:hover)and (pointer:fine){.key-hint{display:inline-block;padding:0 4px;border:1px solid currentColor;border-radius:4px;font-family:inherit;font-size:10px;line-height:1.5;font-variant-numeric:tabular-nums;opacity:.5}button .key-hint{position:absolute;margin:0}.btn-primary .key-hint,.btn-ghost .key-hint{top:50%;right:10px;transform:translateY(-50%)}.opt .key-hint{top:6px;left:10px}.link .key-hint,.nav-arrow .key-hint,.listen-jump .key-hint{top:auto;bottom:100%;left:50%;right:auto;transform:translate(-50%)}.lesson-top,.listen-jump-row{padding-top:18px}}.card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);text-align:center}.quiz-prompt{flex:1;min-height:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg)}.quiz-continue{width:100%;min-height:56px;flex:0 0 auto}.quiz-answer{width:100%;max-width:340px;background:var(--surface);border-radius:var(--radius);padding:14px 16px;display:flex;flex-direction:column;align-items:center;gap:var(--space-sm)}.quiz-answer-head{margin:0;font-size:14px;font-weight:700;color:var(--correct)}.quiz-answer.missed .quiz-answer-head{color:var(--wrong)}.quiz-answer-head strong{color:var(--text);font-size:18px}.quiz-answer-reading{margin:0;display:flex;align-items:baseline;gap:var(--space-md)}.answer-hangul{font-size:26px;font-weight:700;color:var(--primary-text)}.answer-romaji{font-size:15px;color:var(--muted)}.quiz-answer-meaning{margin:0;font-size:15px;color:var(--text)}.answer-replay{width:auto;min-height:44px;padding:10px 18px;margin-top:var(--space-xs);font-size:15px;border-radius:999px;background:var(--surface-2);color:var(--text)}@media(hover:hover)and (pointer:fine){.answer-replay .key-hint{position:static;margin-left:8px}}.listen-card .speaking{color:var(--primary-text);transition:color .15s ease}.listen-status{color:var(--muted);font-size:14px;min-height:20px}.listen-controls{display:flex;align-items:center;justify-content:center;gap:var(--space-lg);margin:var(--space-sm) 0 var(--space-md)}.listen-controls .nav-arrow{font-size:32px}.listen-play-btn{min-width:140px}.listen-skip{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);margin:0 0 var(--space-lg)}.listen-jump{position:relative;border:1px solid var(--surface-2);background:transparent;color:var(--text);border-radius:8px;min-height:44px;min-width:44px;padding:0 12px;font-size:14px;font-variant-numeric:tabular-nums;cursor:pointer}.listen-options{display:flex;flex-direction:column;gap:var(--space-md)}.listen-opt{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);color:var(--muted);font-size:14px}.seg{display:flex;gap:var(--space-xs)}.seg-item{border:1px solid var(--surface-2);background:transparent;color:var(--text);border-radius:8px;min-height:44px;min-width:44px;padding:0 10px;font-size:14px;cursor:pointer}.seg-item.on{background:var(--primary);border-color:var(--primary);color:#fff}.listen-chip{border:1px solid var(--surface-2);background:transparent;color:var(--text);border-radius:10px;min-height:44px;padding:10px 14px;font-size:14px;text-align:left;cursor:pointer}.listen-chip.on{border-color:var(--primary-text);color:var(--primary-text)}.listen-chip:disabled{opacity:.4;cursor:default}.prompt-label{color:var(--muted);margin:0}.glyph.big{font-size:110px;line-height:1;font-weight:600}.glyph.word{font-size:56px;line-height:1.1;font-weight:600;text-align:center;max-width:340px;overflow-wrap:anywhere}.glyph.sentence{font-size:30px;line-height:1.4;font-weight:600;text-align:center;max-width:340px}.cloze-sentence{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-2xs)}.cloze-gap{color:var(--primary-text);border-bottom:3px solid var(--primary-text);letter-spacing:2px;padding:0 4px}.cloze-fill{color:var(--primary-text);border-bottom:3px solid var(--primary-text);padding:0 4px}.pattern{background:var(--surface-2);color:var(--primary-text);font-weight:700;font-size:15px;padding:8px 14px;border-radius:999px;text-align:center}.romaji{font-size:28px;color:var(--primary-text);font-weight:700}.screen-title{margin:0;flex:1;font-size:16px;font-weight:700;color:var(--text)}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.kana-reading{font-size:22px;color:var(--text);font-weight:600;text-align:center;max-width:340px;overflow-wrap:anywhere}.ko-reading{font-size:19px;color:var(--muted);font-weight:600;text-align:center;max-width:340px}.meaning{font-size:20px;color:var(--text)}.big-audio{font-size:40px;width:96px;height:96px;flex:0 0 auto;padding:0;line-height:1;display:grid;place-items:center;border-radius:50%;background:var(--surface)}.options{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md);margin-top:var(--space-sm)}.opt{position:relative;background:var(--surface);color:var(--text);border:2px solid transparent;border-radius:var(--radius);font-size:17px;line-height:1.3;font-weight:700;padding:14px 12px;min-height:60px;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:transform .05s,background .15s}.opt:active{transform:scale(.97)}.opt-mark{position:absolute;top:3px;right:5px;font-size:12px;font-weight:900}.opt.correct{background:var(--correct);color:#04210f;border-color:var(--correct);animation:pop .28s ease-out}.opt.correct .opt-mark{color:#04210f}.opt.wrong .opt-mark{color:#2b0410}@keyframes pop{0%{transform:scale(1)}45%{transform:scale(1.06)}to{transform:scale(1)}}.opt.wrong{background:var(--wrong);color:#2b0410;border-color:var(--wrong);animation:shake .3s}.opt.dim{opacity:.4}.opt.selected{border-color:var(--primary);background:var(--surface-2)}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:24px;z-index:20}.modal{background:var(--surface);border-radius:var(--radius);padding:24px 20px;width:100%;max-width:320px;display:flex;flex-direction:column;gap:var(--space-md);text-align:center}.modal-title{font-size:19px;font-weight:700;margin:0}.modal-body{color:var(--muted);margin:0 0 var(--space-sm)}.complete{align-items:center;justify-content:center;text-align:center}.celebrate{font-size:72px}.score{font-size:20px;color:var(--muted)}.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-sm);max-width:320px;margin:var(--space-xs) 0 var(--space-sm)}.chip{background:var(--surface);border-radius:10px;padding:6px 12px;font-size:18px;font-weight:600}.chip.miss{background:#ff5c7c2e;color:var(--wrong)}.complete-actions{width:100%;max-width:280px;display:flex;flex-direction:column;gap:var(--space-sm)}.complete-actions .btn-primary,.complete-actions .btn-ghost{max-width:none}.search{justify-content:flex-start;gap:var(--space-lg)}.search-top{display:flex;align-items:center;gap:var(--space-sm)}.search-input{flex:1;min-width:0;background:var(--surface);border:1px solid var(--surface-2);border-radius:var(--radius);color:#fff;font-size:16px;padding:13px 16px;min-height:52px}.search-input::placeholder{color:var(--muted)}.search-hint{color:var(--muted);font-size:15px;line-height:1.7;text-align:center;margin-top:var(--space-3xl)}.search-hint code{background:var(--surface);border-radius:6px;padding:2px 6px;font-size:14px}.search-count{color:var(--muted);font-size:13px;margin:0;font-variant-numeric:tabular-nums}.search-results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm);overflow-y:auto}.search-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);background:var(--surface);border-radius:12px;padding:12px 14px}.search-row-main{display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--space-xs) var(--space-md);min-width:0}.search-kana{font-size:22px;font-weight:700}.search-romaji{color:var(--muted);font-size:14px}.search-meaning{font-size:14px;flex-basis:100%}.search-row-side{display:flex;align-items:center;gap:var(--space-sm);flex:0 0 auto}.search-badge{background:var(--surface-2);color:var(--muted);border-radius:999px;font-size:12px;padding:4px 10px;white-space:nowrap}.search-speak{background:none;border:none;font-size:20px;cursor:pointer;min-width:44px;min-height:44px;padding:0;flex:0 0 auto;display:grid;place-items:center}.jlpt-part-tag{align-self:flex-start;color:var(--muted);font-size:14px;font-weight:700;letter-spacing:.04em}.jlpt-prompt{font-size:22px;line-height:1.6;font-weight:700;text-align:center;margin:var(--space-sm) 0}.jlpt-passage,.jlpt-script-fallback{width:100%;background:var(--surface-2);border-radius:var(--radius);padding:16px;font-size:16px;line-height:1.8;white-space:pre-wrap;text-align:left}.jlpt-script-fallback{color:var(--muted);font-size:15px}.jlpt-segments{display:flex;flex-wrap:wrap;gap:var(--space-sm);justify-content:center;margin-bottom:var(--space-xs)}.jlpt-nav{display:flex;gap:var(--space-md);width:100%}.jlpt-nav .btn-primary,.jlpt-nav .btn-ghost{flex:1}.jlpt-levels{display:flex;flex-direction:column;gap:var(--space-md);width:100%}.jlpt-level{flex:none;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--space-md);padding:14px 18px;background:var(--surface);border-radius:var(--radius)}.jlpt-level-name{font-size:22px;font-weight:800}.jlpt-level-soon{color:var(--muted);font-size:13px;font-weight:700}.jlpt-level-actions{display:flex;gap:var(--space-sm)}.jlpt-level-btn{border:none;border-radius:999px;background:var(--primary);color:#fff;font-size:15px;font-weight:700;padding:10px 18px;min-height:44px;cursor:pointer;white-space:nowrap}.jlpt-level-btn.ghost{background:var(--surface-2);color:var(--text)}.jlpt-result-title{margin:0;font-size:15px;font-weight:700;color:var(--muted)}.jlpt-score-hero{display:flex;flex-direction:column;align-items:center;gap:var(--space-2xs)}.jlpt-score-big{font-size:56px;font-weight:800;line-height:1;color:var(--text);font-variant-numeric:tabular-nums}.jlpt-score-of{font-size:24px;font-weight:700;color:var(--muted)}.jlpt-score-pct{font-size:20px;font-weight:700;color:var(--primary-text);font-variant-numeric:tabular-nums}.jlpt-passline{margin:var(--space-sm) 0 0;font-size:13px;color:var(--muted);line-height:1.5}.jlpt-hero{width:100%;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);padding:16px 18px;background:var(--surface);border-radius:var(--radius);text-align:center}.jlpt-hero-title{margin:0;font-size:17px;font-weight:800}.jlpt-hero-sub{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.jlpt-bars{display:flex;flex-direction:column;gap:var(--space-lg);width:100%}.jlpt-bar-row{display:grid;grid-template-columns:88px 1fr 48px;align-items:center;gap:var(--space-md)}.jlpt-bar-label{font-size:14px;font-weight:700}.jlpt-bar-weak{color:var(--wrong);font-weight:800}.jlpt-bar-val{font-size:14px;color:var(--muted);text-align:right}.progress-fill.weak{background:var(--wrong)}.jlpt-timer{color:var(--muted);font-size:13px;font-variant-numeric:tabular-nums;flex:0 0 auto}.jlpt-nav-toggle{flex:0 0 auto;background:var(--surface);color:var(--muted);border:none;border-radius:999px;min-height:44px;padding:0 12px;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;cursor:pointer}.jlpt-q{justify-content:flex-start;padding-top:8px;gap:var(--space-lg)}.jlpt-audio-hint{color:var(--muted);font-size:13px;margin:0}.jlpt-passage{max-height:40vh;overflow-y:auto}.jlpt-duration{color:var(--muted);font-size:14px;margin:-6px 0 0;font-variant-numeric:tabular-nums}.jlpt-nav-modal{width:100%;max-width:360px}.jlpt-nav-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--space-sm);width:100%;margin:var(--space-xs) 0 var(--space-md)}.jlpt-nav-cell{aspect-ratio:1;min-width:44px;min-height:44px;border:2px solid var(--surface-2);border-radius:10px;background:var(--surface);color:var(--muted);font-size:14px;font-weight:700;cursor:pointer;font-variant-numeric:tabular-nums}.jlpt-nav-cell.done{background:var(--primary);border-color:var(--primary);color:#fff}.jlpt-nav-cell.current{border-color:var(--text);color:var(--text)}.jlpt-nav-cell.done.current{color:#fff;border-color:var(--text)}.jlpt-review{justify-content:flex-start}.jlpt-review-item{flex:none;align-items:stretch;text-align:left;gap:var(--space-md);padding:16px;background:var(--surface);border-radius:var(--radius)}.jlpt-review-item .jlpt-prompt{text-align:left;font-size:19px;margin:0}.jlpt-review-item .jlpt-part-tag{margin:0}.jlpt-review-skip{color:var(--wrong);font-size:13px;font-weight:700;margin:0}.learn{justify-content:flex-start}.learn-top,.reader-top{display:flex;align-items:center;gap:var(--space-md)}.learn-title{font-size:22px;font-weight:800;margin:0}.learn-intro{color:var(--muted);font-size:14px;line-height:1.6;margin:-8px 0 0}.learn-weeks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-md)}.learn-week-card{width:100%;display:flex;flex-direction:column;gap:var(--space-sm);text-align:left;background:var(--surface);border:none;border-radius:var(--radius);padding:16px;color:var(--text);cursor:pointer}.learn-week-card:active{background:var(--surface-2)}.learn-week-head{display:flex;justify-content:space-between;align-items:center}.learn-week-no{color:var(--primary-text);font-size:13px;font-weight:800;letter-spacing:.04em}.learn-week-count{color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.learn-week-name{font-size:19px;font-weight:800}.learn-week-sub{color:var(--muted);font-size:14px;line-height:1.5}.learn-week-goal{color:var(--text);font-size:13px;line-height:1.5;margin-top:var(--space-2xs);opacity:.85}.reader{justify-content:flex-start}.reader-head-text{display:flex;flex-direction:column;gap:var(--space-2xs);min-width:0}.reader-week{margin:0;font-size:15px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reader-page-no{color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.reader .progress-bar.slim{flex:none}.reader-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px}.reader-nav{display:flex;gap:var(--space-md)}.reader-nav .btn-primary,.reader-nav .btn-ghost{flex:1}.md{text-align:left;line-height:1.7;font-size:16px}.md-h1{font-size:22px;font-weight:800;margin:4px 0 12px}.md-h2{font-size:18px;font-weight:800;margin:22px 0 8px;color:var(--text)}.md-h3{font-size:16px;font-weight:700;margin:16px 0 6px;color:var(--muted)}.md-p{margin:10px 0}.md-list{margin:10px 0;padding-left:20px;display:flex;flex-direction:column;gap:var(--space-sm)}.md-list li{line-height:1.6}.md strong{color:var(--text);font-weight:800}.md code{background:var(--surface-2);border-radius:6px;padding:1px 6px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.92em}.md-hr{border:none;border-top:1px solid var(--surface-2);margin:20px 0}.md-callout{margin:14px 0;padding:12px 14px;background:var(--surface);border:1px solid color-mix(in srgb,var(--primary) 30%,var(--surface));border-radius:var(--radius)}.md-callout strong{color:var(--primary-text)}.md-callout p{margin:4px 0;color:var(--text);font-size:15px}.md-table-wrap{overflow-x:auto;margin:14px 0;-webkit-overflow-scrolling:touch}.md-table{width:100%;border-collapse:collapse;font-size:14px}.md-table th,.md-table td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--surface-2);vertical-align:top}.md-table th{background:var(--surface);color:var(--muted);font-weight:700;white-space:nowrap}.md-table tr:last-child td{border-bottom:none}.home-about{margin:var(--space-3xl) 0 var(--space-sm);padding-top:var(--space-2xl);border-top:1px solid var(--surface-2);color:var(--muted);font-size:13.5px;line-height:1.75}.home-about h2{margin:0 0 var(--space-md);color:var(--text);font-size:15px;font-weight:700}.home-about p{margin:0 0 var(--space-md)}.home-about strong{color:var(--text);font-weight:700}.home-about-links{margin:0 0 var(--space-lg);padding:0;list-style:none;display:flex;flex-direction:column;gap:var(--space-sm)}.home-about-links a{color:var(--text);text-decoration:none;border-bottom:1px solid var(--primary);padding-bottom:1px}.home-about-meta{margin:0;font-size:12.5px;color:var(--muted)}.screen-loading{min-height:100%;background:var(--bg)}
