/* Chapter choice and two equally prominent learning modes. */
.home-controls{display:grid;gap:14px;min-width:0;width:100%;align-self:center}
.chapter-switcher{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:19px;padding:5px;border-radius:17px;background:#e8e3f2}
.chapter-tab{display:flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:9px 6px;border:2px solid transparent;border-radius:12px;background:transparent;color:#756588;font-size:1rem;font-weight:800;line-height:1.4}
.chapter-tab.active{background:#fff;border-color:#ab90d3;box-shadow:0 3px 7px #4c346120;color:#634596}
.chapter-tab .icon{width:17px;height:17px}
.chapter-heading>div{min-width:0}
.chapter-heading h2{font-size:clamp(21px,2.3vw,27px);line-height:1.5;letter-spacing:0;overflow-wrap:anywhere}
.chapter-choice{flex-shrink:0}
.learning-modes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:13px}
.learning-modes .mode-button{display:flex;flex-direction:column;justify-content:center;gap:7px;width:100%;min-width:0;min-height:120px;margin:0;padding:14px 6px;border:2px solid transparent;border-radius:18px;color:#fff;font-size:1.125rem;font-weight:800;line-height:1.5;text-align:center}
.mode-button>span{display:grid;gap:0}
.mode-button>span>span{display:block}
.mode-button>.icon{width:27px;height:27px}
.learning-modes .mode-kanji{background:linear-gradient(180deg,#9674d7,#7651bb);border-color:#ad92df;box-shadow:0 5px 0 #51378a,0 8px 15px #755ac32e}
.learning-modes .mode-words{background:linear-gradient(180deg,#36a99b,#138c85);border-color:#64beb1;box-shadow:0 5px 0 #09625f,0 8px 15px #287f7b2e}
.mode-kanji:not(:disabled):hover{background:#8260c8}
.mode-words:not(:disabled):hover{background:#21988f}
.chapter-select-view .chapter-switcher{margin-bottom:20px}
.chapter-select-view .play-heading{align-items:flex-start;line-height:1.6}
.chapter-select-view .play-heading>span{flex-shrink:0;white-space:nowrap}
.chapter-select-view .kanji-map{margin-top:17px}
@media(max-width:650px){
 .home-controls{max-width:430px;gap:11px}
 .chapter-switcher{gap:6px;margin-bottom:12px;padding:4px;border-radius:14px}
 .chapter-tab{min-height:42px;padding:7px 3px;font-size:.9375rem;border-radius:10px}
 .chapter-heading h2{font-size:21px;line-height:1.5;max-width:9em}
 .chapter-heading .chapter-label{font-size:.875rem;letter-spacing:.025em}
 .learning-modes{gap:11px}
 .learning-modes .mode-button{min-height:104px;font-size:1.0625rem;padding:9px 5px;gap:5px;border-radius:15px}
 .mode-button>.icon{width:24px;height:24px}
 .home-view .speech-bubble{margin-top:6px;margin-bottom:11px}
 .home-view .chapter-progress{margin:10px 0 13px}
}
@media(max-width:370px){
 .chapter-heading h2{font-size:19px}
 .learning-modes .mode-button{font-size:1rem}
}

/* Removing the help card gives the companions a real stage on phones. */
@media(max-width:650px){
 .home-view .adventure-scene{min-height:0;padding-top:4px}
 .home-view .character-stage{height:clamp(185px,52vw,245px);width:min(100%,410px);margin:0 auto 9px}
 .home-view .character-stage .hero-character{width:61%;height:100%;left:0;bottom:0}
 .home-view .character-stage .fox-character{width:46%;height:82%;right:0;bottom:0}
 .home-view .speech-bubble{margin:9px 0 4px}
 .home-view .title-block .eyebrow{font-size:.875rem}
 .home-view .title-block h1{font-size:clamp(21px,5.5vw,27px)}
}

.word-levels-view{width:min(100%,570px);margin:28px auto}.word-levels-view>.learning-card{margin-top:18px}
.word-levels-view h1{font-size:26px;line-height:1.5}.level-intro{font-size:16px;line-height:1.6;margin:7px 0 20px;color:#716483}
.word-level-grid{display:grid;gap:15px}.word-level-card{display:grid;grid-template-columns:46px minmax(0,1fr) 22px;align-items:center;gap:12px;text-align:left;min-height:110px;padding:15px;border:2px solid #d4c5ed;border-radius:18px;background:#f5efff;box-shadow:0 4px 0 #c7b5e4;color:#574080}
.word-level-card.level-1{background:#edf9f3;border-color:#acd9c5;box-shadow:0 4px 0 #91c5b2;color:#236b59}
.word-level-card.level-3{background:#fff5dc;border-color:#ecd18e;box-shadow:0 4px 0 #d9b85f;color:#7d571b}
.level-number{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:#fff;font-size:24px}.word-level-card b{display:block;font-size:14px;line-height:1.5}.word-level-card strong{display:block;font-size:18px;line-height:1.6}.word-level-card small{display:block;font-size:14px;line-height:1.5;font-weight:500}
.mixed-words{margin-top:23px;min-height:52px;background:#fff;border:2px solid #cec1e3;box-shadow:0 3px 0 #c6b7dc;color:#654c94}
.word-target{font-size:clamp(32px,7.2vw,58px);overflow-wrap:anywhere;padding:27px 0;line-height:1.5;letter-spacing:.015em}
.word-target.long-word{font-size:clamp(29px,6.7vw,45px)}.word-target.context-target{font-family:inherit;font-size:clamp(22px,5.5vw,28px);text-align:left;line-height:1.8}
.word-options .answer-option{white-space:normal;overflow-wrap:anywhere;font-size:clamp(16px,4.5vw,21px);line-height:1.5;min-height:50px;padding:11px}
@media(max-width:650px){.word-levels-view{margin-top:18px}.word-levels-view .learning-card{padding:20px 17px}.word-levels-view h1{font-size:23px}.word-level-card{padding:12px;gap:10px;min-height:105px}.word-level-card strong{font-size:17px}}

.atlas-sprite{object-fit:contain}
