:root{--ink:#23463e;--muted:#7e958e;--green:#347866;--mint:#eaf2e8;--cream:#fbf8f0;--sand:#f3ead8;--line:#dfe7dc;--yellow:#f0c56b;--red:#d96862;--white:#fff;--shadow:0 18px 55px rgba(45,69,59,.09)}
*{box-sizing:border-box}body{margin:0;background:#f7f5ef;color:var(--ink);font-family:system-ui,-apple-system,"Segoe UI","Microsoft YaHei","PingFang SC",Arial,sans-serif}button,input,label{font:inherit}.hidden{display:none!important}.app-shell{min-height:100vh;display:grid;grid-template-columns:270px 1fr}.day-rail{position:sticky;top:0;height:100vh;padding:28px 22px;background:#234d43;color:white;display:flex;flex-direction:column;z-index:20}.brand{display:flex;gap:12px;align-items:center;margin-bottom:26px}.brand>span{width:46px;height:46px;border-radius:15px;background:#f4cf7b;color:#234d43;display:grid;place-items:center;font-weight:900}.brand b{display:block;font-size:20px}.brand small{opacity:.65}.today-card{padding:18px;border-radius:20px;background:rgba(255,255,255,.1);display:grid;gap:8px}.today-card small,.rail-label{opacity:.65;font-size:12px;letter-spacing:.12em}.today-card strong{font-size:18px}.today-card>div{height:7px;background:rgba(255,255,255,.14);border-radius:9px;overflow:hidden}.today-card i{display:block;width:0;height:100%;background:#f4cf7b}.today-card span{font-size:12px;opacity:.75}.rail-label{margin:28px 8px 10px}.day-list{display:grid;gap:8px}.day-item{width:100%;border:0;border-radius:15px;background:transparent;color:white;text-align:left;padding:13px 14px;display:grid;grid-template-columns:38px 1fr auto;gap:9px;align-items:center;cursor:pointer}.day-item.active{background:white;color:var(--ink)}.day-item.locked{opacity:.35;cursor:not-allowed}.day-item>span{font-weight:800}.day-item b,.day-item small{display:block}.day-item small{font-size:11px;opacity:.6;margin-top:2px}.day-item em{font-style:normal;font-size:12px}.review-entry{margin-top:20px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:white;border-radius:16px;padding:13px;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer}.review-entry>span{font-size:24px}.review-entry div{flex:1}.review-entry b,.review-entry small{display:block}.review-entry small{opacity:.65}.review-entry em{font-style:normal}.rail-foot{margin-top:auto;display:flex;gap:8px}.rail-foot button,.rail-foot label{cursor:pointer;border:1px solid rgba(255,255,255,.18);background:transparent;color:white;border-radius:10px;padding:8px 10px;font-size:11px}
.main{padding:26px clamp(22px,4vw,64px) 70px;max-width:1700px;width:100%;margin:auto}.topbar{display:flex;align-items:center;gap:18px}.topbar>div:nth-child(2){flex:1}.topbar small{color:var(--muted);font-weight:700;letter-spacing:.13em}.topbar h1{margin:4px 0 0;font-size:24px}.menu{display:none;border:0;background:white;border-radius:12px;padding:10px}.mode-switch{display:flex;background:#e6ebe4;border-radius:14px;padding:4px}.mode-switch button{border:0;background:transparent;color:#6d827b;padding:10px 20px;border-radius:11px;font-weight:800;cursor:pointer}.mode-switch button.active{background:white;color:var(--green);box-shadow:0 4px 12px rgba(30,62,52,.08)}.intro{margin:28px 0 20px;background:linear-gradient(115deg,#eaf3e9,#fbefda);border:1px solid #e4eadf;border-radius:26px;padding:26px 30px;display:flex;align-items:center;gap:30px}.intro>div:first-child{flex:1}.eyebrow{font-size:11px;letter-spacing:.17em;color:#6e8d80;font-weight:800}.intro h2{font-size:clamp(24px,2.3vw,38px);margin:8px 0 7px}.intro p{margin:0;color:#71877f}.summary{display:flex;background:rgba(255,255,255,.65);border-radius:20px;padding:15px}.summary div{min-width:84px;text-align:center;padding:4px 17px;border-right:1px solid #dde6da}.summary div:last-child{border:0}.summary b,.summary span{display:block}.summary b{font-size:23px}.summary span{font-size:11px;color:var(--muted)}.toolbar{display:flex;align-items:center;gap:25px;margin-bottom:18px}.progress-copy{min-width:210px}.progress-copy span{font-size:13px;font-weight:800}.progress-copy>div{height:7px;background:#e2e8df;border-radius:8px;overflow:hidden;margin-top:7px}.progress-copy i{display:block;height:100%;background:#89b384;width:0}.filters{margin-left:auto;display:flex;gap:7px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:white;border-radius:20px;padding:7px 12px;color:#698078;cursor:pointer}.filter.active{background:var(--ink);color:white}.learning-card{background:white;border:1px solid var(--line);border-radius:28px;padding:clamp(20px,2.4vw,38px);box-shadow:var(--shadow)}.word-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.word-identity{display:flex;align-items:center;gap:18px}.word-index{width:58px;height:58px;border-radius:18px;background:#f5ca6e;display:grid;place-items:center;font-size:20px;font-weight:900}.word-identity small{color:var(--muted);letter-spacing:.12em;font-weight:700}.word-identity h2{font-size:34px;margin:4px 0}.word-identity p{margin:0;color:var(--muted)}.sound{border:1px solid var(--line);background:var(--cream);border-radius:14px;padding:12px 16px;color:var(--ink);font-weight:800;cursor:pointer}.word-answer{margin:23px 0 20px}.answer-display{background:#f5f8f3;border-radius:18px;padding:17px 20px;display:flex;gap:16px;align-items:baseline}.answer-display strong{font-size:26px}.answer-display span{color:var(--muted)}.answer-input{width:100%;padding:17px 20px;border:2px solid var(--line);border-radius:16px;font-size:20px;outline:0}.answer-input:focus,.sentence-input:focus{border-color:#7ba999;box-shadow:0 0 0 4px rgba(87,137,117,.1)}.scene-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.scene-card{background:#f3f6ef;border:1px solid #e1e9de;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.scene-photo{aspect-ratio:16/9;background-size:200% 200%;background-position:center;background-repeat:no-repeat;position:relative}.scene-photo:after{content:attr(data-label);position:absolute;left:12px;bottom:10px;background:rgba(255,255,255,.94);border-radius:20px;padding:6px 10px;font-size:11px;font-weight:800;color:var(--ink)}.scene-body{padding:17px;display:flex;flex-direction:column;gap:12px;flex:1}.scene-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.scene-head small{display:block;color:#86a092;letter-spacing:.13em;font-weight:800}.scene-head b{display:block;margin-top:7px;font-size:17px;line-height:1.5}.mini-sound{border:1px solid var(--line);background:white;width:38px;height:38px;border-radius:50%;cursor:pointer}.english{font-size:18px;line-height:1.45;margin:auto 0 0}.english small{display:block;font-size:13px;color:var(--muted);margin-top:5px}.sentence-input{width:100%;min-height:76px;resize:vertical;border:2px solid var(--line);border-radius:14px;padding:12px 14px;outline:0;background:white}.result{font-size:12px;font-weight:800}.result.good{color:#4e8f6f}.result.bad{color:var(--red)}.feedback{margin-top:20px;padding:15px 18px;border-radius:15px;background:#f8eedc;line-height:1.6}.feedback.good{background:#e7f3e9}.card-actions{display:flex;gap:12px;margin-top:24px}.card-actions button{padding:13px 18px;border-radius:14px;font-weight:800;cursor:pointer}.ghost,.next{border:1px solid var(--line);background:white;color:var(--ink)}.primary{border:0;background:var(--green);color:white;box-shadow:0 5px 0 #24594c}.next{margin-left:auto}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,30px);opacity:0;pointer-events:none;background:#203f37;color:white;border-radius:13px;padding:12px 18px;transition:.2s;z-index:50}.toast.show{opacity:1;transform:translate(-50%,0)}.shade{position:fixed;inset:0;background:rgba(23,43,36,.35);z-index:15}
@media(max-width:1050px){.app-shell{grid-template-columns:220px 1fr}.scene-grid{grid-template-columns:1fr}.scene-card{display:grid;grid-template-columns:280px 1fr}.scene-photo{aspect-ratio:auto;min-height:210px}.intro{align-items:flex-start}.summary{display:none}}
@media(max-width:760px){.app-shell{display:block}.day-rail{position:fixed;left:-285px;width:270px;transition:.25s}.day-rail.open{left:0}.main{padding:18px 14px 45px}.menu{display:block}.topbar{align-items:flex-start}.topbar small{font-size:9px}.topbar h1{font-size:19px}.mode-switch button{padding:9px 12px}.intro{padding:20px;margin-top:18px}.intro h2{font-size:25px}.toolbar{align-items:flex-start;flex-direction:column}.filters{margin:0}.learning-card{border-radius:22px;padding:18px}.word-identity{gap:11px}.word-index{width:48px;height:48px}.word-identity h2{font-size:26px}.sound{padding:10px;font-size:12px}.scene-card{display:block}.scene-photo{min-height:190px}.card-actions{display:grid;grid-template-columns:1fr 1fr}.primary{grid-column:1/-1;grid-row:1}.next{margin:0}.answer-display{display:block}.answer-display span{display:block;margin-top:6px}}

/* V4 keeps the original BodyWords blue-violet visual language. */
:root{--ink:#172143;--muted:#7f8baa;--green:#6255ef;--mint:#edf4ff;--cream:#f8f9ff;--sand:#eeeaff;--line:#dfe6f4;--yellow:#ffd36f;--red:#ff627d;--shadow:0 20px 55px rgba(67,82,170,.12)}
body{background:linear-gradient(145deg,#e9f8ff 0%,#eef3ff 48%,#f2efff 100%)}
.day-rail{background:rgba(255,255,255,.92);color:var(--ink);border-right:1px solid #dfe8f4;box-shadow:10px 0 35px rgba(80,104,160,.05)}
.brand>span{background:linear-gradient(145deg,#7758ef,#416fff);color:white;box-shadow:0 10px 22px rgba(93,82,237,.28)}
.brand small,.today-card span,.today-card small,.rail-label{color:#687597;opacity:1}
.today-card{background:linear-gradient(125deg,#fff1c9,#ffe4eb);border:1px solid rgba(255,255,255,.85)}
.today-card>div{background:rgba(255,255,255,.72)}.today-card i{background:linear-gradient(90deg,#6d55ef,#4275ff)}
.day-item{color:var(--ink)}.day-item.active{background:linear-gradient(135deg,#7155ee,#4275ff);color:white;box-shadow:0 12px 24px rgba(76,92,239,.22)}.day-item.locked{opacity:.34}
.review-entry{border-color:#dfe5f3;background:#f5f7ff;color:var(--ink)}.review-entry>span{color:#6856ed}.review-entry small{color:#7d89a7}.rail-foot button,.rail-foot label{border-color:#dfe5f1;background:white;color:#56617f}
.topbar small{color:#6b58eb}.mode-switch{background:#e7e8f8}.mode-switch button{color:#7883a2}.mode-switch button.active{color:#6255ef}
.intro{background:linear-gradient(115deg,rgba(255,255,255,.92),rgba(234,240,255,.94));border-color:rgba(255,255,255,.9);box-shadow:0 14px 40px rgba(72,94,159,.07)}.eyebrow{color:#21b8c0}.intro p{color:#7180a1}
.hero-start{margin-top:20px;border:0;border-radius:18px;background:linear-gradient(135deg,#7554ee,#4177ff);color:white;padding:13px 22px;display:inline-grid;grid-template-columns:auto auto;column-gap:10px;align-items:center;box-shadow:0 7px 0 #4c4dcc;cursor:pointer}.hero-start>span{grid-row:1/3;font-size:22px}.hero-start b{font-size:16px}.hero-start small{font-size:11px;opacity:.75}
.hero-actions{display:flex;align-items:stretch;gap:12px;flex-wrap:wrap}.install-app{margin-top:20px;border:1px solid #dfe5f4;border-radius:18px;background:rgba(255,255,255,.88);color:#4e5b7e;padding:12px 18px;display:inline-grid;grid-template-columns:auto auto;column-gap:9px;align-items:center;cursor:pointer;box-shadow:0 7px 18px rgba(62,79,139,.08)}.install-app>span{grid-row:1/3;width:27px;height:27px;border-radius:9px;background:#eeeaff;color:#6556ed;display:grid;place-items:center;font-size:18px;font-weight:900}.install-app b,.install-app small{display:block;text-align:left}.install-app b{font-size:14px}.install-app small{font-size:10px;color:#8490ab;margin-top:2px}
.filter.active{background:linear-gradient(135deg,#7155ee,#4773ff);border-color:transparent}.learning-card{background:rgba(255,255,255,.95);border-color:rgba(255,255,255,.92)}.word-index{background:linear-gradient(145deg,#7356ef,#4773ff);color:white;box-shadow:0 10px 22px rgba(92,80,235,.2)}.answer-display{background:linear-gradient(100deg,#f2f4ff,#eef6ff)}.scene-card{background:linear-gradient(180deg,#f7f8ff,#f1f5ff);border-color:#e0e6f5}.primary{background:linear-gradient(135deg,#7554ee,#4177ff);box-shadow:0 5px 0 #4c4dcc}
.overview-section{margin-top:28px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.9);border-radius:30px;padding:30px;box-shadow:0 18px 48px rgba(68,84,156,.07)}.overview-head{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:22px}.overview-head small{color:#6856ec;font-weight:800;letter-spacing:.13em}.overview-head h2{font-size:32px;margin:6px 0}.overview-head p{margin:0;color:#7d88a6}.search{width:min(330px,100%);display:flex;align-items:center;gap:10px;background:white;border:1px solid #e1e6f2;border-radius:16px;padding:0 15px}.search input{width:100%;border:0;outline:0;padding:14px 0;background:transparent;color:var(--ink)}.word-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.overview-card{border:1px solid #e1e6f2;background:white;border-radius:21px;overflow:hidden;padding:0;text-align:left;color:var(--ink);cursor:pointer;transition:.2s;content-visibility:auto;contain-intrinsic-size:300px}.overview-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(70,84,150,.13)}.overview-photo{aspect-ratio:4/3;background-size:cover;background-position:center;position:relative}.overview-photo>span{position:absolute;left:10px;bottom:9px;right:10px;background:rgba(255,255,255,.88);border-radius:11px;padding:6px 8px;font-size:10px}.overview-photo>i{position:absolute;right:10px;top:10px;width:13px;height:13px;border-radius:50%;background:white;border:3px solid #c8d0e6;z-index:2}.overview-photo>i.done{background:#7560ee;border-color:white}.overview-card>div:last-child{padding:14px}.overview-card b,.overview-card small,.overview-card strong{display:block}.overview-card b{font-size:17px}.overview-card small{color:#8a94af;margin:3px 0 9px}.overview-card strong{font-size:14px}.empty{padding:35px;text-align:center;color:#7d88a6}
@media(max-width:1200px){.word-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.word-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-head{display:block}.search{margin-top:18px}.overview-section{padding:18px}.hero-start{width:100%;justify-content:center}}@media(max-width:470px){.word-grid{grid-template-columns:1fr}}

.sound{display:inline-flex;align-items:center;gap:8px}.sound svg,.mini-sound svg,.overview-sound svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mini-sound{display:grid;place-items:center;color:var(--ink)}.overview-sound{position:absolute;right:9px;top:9px;width:40px;height:40px;border:1px solid rgba(218,225,241,.95);border-radius:50%;background:rgba(255,255,255,.94);color:#53627f;display:grid;place-items:center;z-index:3;cursor:pointer;box-shadow:0 5px 14px rgba(50,66,120,.12)}.overview-photo>i{left:10px;right:auto}.overview-sound:hover,.mini-sound:hover,.sound:hover{color:#6856ec;border-color:#b9b0f8}

body.modal-open{overflow:hidden}.card-modal{position:fixed;inset:0;z-index:80;background:rgba(20,32,61,.72);padding:clamp(14px,3vw,42px);display:grid;place-items:center}.modal-panel{width:min(1500px,100%);max-height:94vh;overflow:auto;background:#f6f8ff;border:1px solid rgba(255,255,255,.9);border-radius:30px;box-shadow:0 30px 90px rgba(23,34,77,.3);padding:18px}.modal-top{position:sticky;top:-18px;z-index:8;background:#f6f8ff;display:flex;align-items:center;gap:22px;padding:10px 4px 16px}.modal-top .progress-copy{flex:1}.modal-close{width:48px;height:48px;border-radius:50%;border:1px solid #dfe5f3;background:white;color:#53627f;font-size:32px;line-height:1;cursor:pointer;box-shadow:0 5px 16px rgba(50,66,120,.1)}.modal-close:hover{color:#6856ec;border-color:#b9b0f8}.card-modal .learning-card{box-shadow:none}.toolbar{justify-content:flex-end}.toolbar .filters{margin-left:0}@media(max-width:760px){.card-modal{padding:0;place-items:stretch}.modal-panel{max-height:100vh;border-radius:0;padding:12px}.modal-top{top:-12px}.card-modal .scene-grid{grid-template-columns:1fr}}

.review-hub{display:grid;grid-template-columns:minmax(210px,.85fr) 2.8fr auto;align-items:center;gap:20px;background:white;border:1px solid #e1e6f2;border-radius:24px;padding:22px 24px;margin:0 0 20px;box-shadow:0 12px 32px rgba(70,84,150,.07)}.review-hub-copy small{color:#6856ec;font-weight:900;letter-spacing:.13em}.review-hub-copy h2{margin:5px 0 4px;font-size:24px}.review-hub-copy p{margin:0;color:#7d88a6;font-size:13px;line-height:1.5}.level-groups{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.level-group{min-width:0;border:1px solid #e1e6f2;background:#f8f9fd;border-radius:16px;padding:11px;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;text-align:left;color:#24304f;cursor:pointer}.level-group>span,.pick-level strong{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#e8ebf5;font-size:12px}.level-group b,.level-group small{display:block;white-space:nowrap}.level-group b{font-size:12px}.level-group small{font-size:10px;color:#8a94af;margin-top:2px}.level-group em{font-style:normal;font-weight:900}.level-group:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(70,84,150,.1)}.review-now{border:0;border-radius:16px;background:linear-gradient(135deg,#6f59ef,#4779ff);color:white;padding:14px 18px;cursor:pointer;box-shadow:0 5px 0 #4d52c9}.review-now b,.review-now span{display:block}.review-now span{font-size:11px;opacity:.8;margin-top:3px}.level-picker{background:#f6f7fd}.picker-title{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:13px}.picker-title span{color:#7d88a6;font-size:13px}.picker-levels{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.pick-level{border:1px solid #dfe4f1;background:white;border-radius:15px;padding:10px;display:grid;grid-template-columns:auto 1fr;column-gap:8px;text-align:left;cursor:pointer;color:#24304f}.pick-level strong{grid-row:1/3}.pick-level span{font-weight:800;font-size:12px}.pick-level small{font-size:10px;color:#8a94af}.pick-level.suggested{border:2px solid #6c61ee;box-shadow:0 0 0 3px rgba(108,97,238,.1)}.level-1>span,.level-1 strong{background:#ffe4e8;color:#d54460}.level-2>span,.level-2 strong{background:#fff0d2;color:#b97816}.level-3>span,.level-3 strong{background:#e7f2ff;color:#3579c8}.level-4>span,.level-4 strong{background:#e2f4ec;color:#348368}.level-5>span,.level-5 strong{background:#e8e4ff;color:#6652d8}@media(max-width:1200px){.review-hub{grid-template-columns:1fr}.level-groups{grid-template-columns:repeat(5,1fr)}.review-now{justify-self:start}}@media(max-width:760px){.level-groups,.picker-levels{grid-template-columns:1fr 1fr}.review-hub{padding:18px}.picker-title{display:block}.picker-title span{display:block;margin-top:5px}.level-group b,.level-group small{white-space:normal}}

/* Interactive chapter scene and automatic-learning states. */
.scene-atlas{margin:0 0 20px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.95);border-radius:28px;padding:24px;box-shadow:0 16px 44px rgba(67,82,170,.08)}.atlas-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.atlas-head small{color:#6856ec;font-weight:900;letter-spacing:.13em}.atlas-head h2{font-size:28px;margin:5px 0}.atlas-head p{margin:0;color:#7d88a6}.atlas-head-actions{display:flex;align-items:center;gap:9px}.atlas-head-actions>span{border-radius:999px;background:#edf0ff;color:#6255ef;padding:9px 14px;font-size:13px;font-weight:800;white-space:nowrap}.atlas-head-actions>button{border:0;border-radius:12px;background:#253151;color:white;padding:10px 14px;font-weight:800;cursor:pointer;white-space:nowrap}.atlas-layout{display:grid;grid-template-columns:minmax(0,2.8fr) minmax(270px,.7fr);gap:18px;align-items:start}.atlas-visual{min-width:0}.atlas-image{aspect-ratio:16/9;min-height:640px;border-radius:22px;background-color:#111936;background-position:center;background-size:contain;background-repeat:no-repeat;position:relative;overflow:hidden}.atlas-image:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,23,52,.01),rgba(13,23,52,.1));pointer-events:none}.atlas-hotspot{position:absolute;z-index:2;transform:translate(-50%,-50%);border:0;background:transparent;padding:0;cursor:pointer;color:white}.atlas-hotspot i{display:block;width:14px;height:14px;margin:auto;border-radius:50%;background:#fff;border:4px solid #6558ee;box-shadow:0 0 0 4px rgba(255,255,255,.35),0 5px 14px rgba(25,34,72,.4);transition:.2s}.atlas-hotspot span{display:block;margin-top:5px;background:rgba(19,27,61,.9);border:1px solid rgba(255,255,255,.3);padding:5px 8px;border-radius:8px;font-size:11px;font-weight:800;white-space:nowrap;opacity:1;transition:.2s}.atlas-hotspot:hover span,.atlas-hotspot:focus span,.atlas-hotspot.active span{background:#fff;color:#253151;transform:scale(1.08)}.atlas-hotspot.learned i{background:#51d2a3;border-color:white}.atlas-hotspot.active i{transform:scale(1.25);background:#ffd36f}.atlas-words{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:10px}.atlas-word-chip{min-width:0;border:1px solid #e0e5f2;background:white;border-radius:11px;padding:8px 9px;text-align:left;color:#263454;cursor:pointer}.atlas-word-chip b,.atlas-word-chip span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atlas-word-chip b{font-size:12px}.atlas-word-chip span{font-size:10px;color:#8490aa;margin-top:2px}.atlas-word-chip.active{border-color:#6658ee;background:#f0efff;box-shadow:0 0 0 2px rgba(101,88,238,.09)}.atlas-word-chip.learned b:before{content:'✓ ';color:#29a878}.atlas-detail{position:sticky;top:22px;min-height:640px;background:linear-gradient(145deg,#f3f5ff,#edf7ff);border:1px solid #e0e6f5;border-radius:22px;padding:24px;display:flex;flex-direction:column;justify-content:center}.atlas-detail small{color:#6856ec;font-weight:900;letter-spacing:.1em}.atlas-detail h3{font-size:30px;margin:8px 0}.atlas-detail p{color:#6f7d9d;line-height:1.65}.atlas-detail .atlas-meaning{font-weight:800;color:#263454}.atlas-detail>div{display:flex;gap:8px;margin-top:8px}.atlas-detail button{border:1px solid #dbe1f1;background:white;border-radius:12px;padding:10px 12px;color:#263454;font-weight:800;cursor:pointer}.atlas-detail button:last-child{border:0;background:linear-gradient(135deg,#7554ee,#4177ff);color:white}.level-groups{grid-template-columns:repeat(4,1fr)}.auto-group{cursor:default}.auto-group:hover{transform:none;box-shadow:none}.word-scene-hint{color:#76839f;line-height:1.55;margin:auto 0 0}.result{margin-top:8px;font-size:13px;line-height:1.45}body.atlas-open{overflow:hidden}.scene-atlas.fullscreen{position:fixed;inset:10px;z-index:110;margin:0;padding:24px;background:#f6f8ff;overflow:auto;box-shadow:0 35px 100px rgba(15,24,55,.35)}.scene-atlas.fullscreen .atlas-layout{grid-template-columns:minmax(0,4fr) minmax(300px,1fr)}.scene-atlas.fullscreen .atlas-image{min-height:calc(100vh - 175px)}.scene-atlas.fullscreen .atlas-detail{min-height:calc(100vh - 175px)}.scene-atlas.fullscreen .atlas-words{grid-template-columns:repeat(6,minmax(0,1fr))}
@media(max-width:1050px){.atlas-layout,.scene-atlas.fullscreen .atlas-layout{grid-template-columns:1fr}.atlas-detail,.scene-atlas.fullscreen .atlas-detail{position:static;min-height:220px}.atlas-image,.scene-atlas.fullscreen .atlas-image{min-height:400px}.atlas-words,.scene-atlas.fullscreen .atlas-words{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){body{overflow-x:hidden}.main>*{max-width:100%}.topbar{flex-wrap:wrap}.topbar>div:nth-child(2),.intro>div:first-child{min-width:0}.mode-switch{width:100%;order:3}.mode-switch button{flex:1;min-width:0;font-size:12px;white-space:nowrap}.intro,.scene-atlas,.review-hub,.overview-section{width:100%;min-width:0;overflow:hidden}.intro h2,.intro p{overflow-wrap:anywhere}.atlas-head{align-items:flex-start;flex-direction:column}.atlas-head-actions{width:100%;justify-content:space-between}.atlas-image,.scene-atlas.fullscreen .atlas-image{min-height:360px}.atlas-hotspot span{font-size:8px;padding:3px 5px}.atlas-hotspot i{width:11px;height:11px;border-width:3px}.atlas-words,.scene-atlas.fullscreen .atlas-words{grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-detail{padding:18px}.level-groups{grid-template-columns:1fr 1fr}.scene-atlas.fullscreen{inset:0;border-radius:0;padding:14px}}

/* Purpose-built phone interface: the desktop site and learning state stay intact. */
.mobile-dock{display:none}
@media(max-width:760px){
  body{padding-bottom:82px;background:linear-gradient(180deg,#eef8ff 0,#f1f3ff 55%,#f7f5ff 100%)}
  .main{padding:0 12px 28px}
  .topbar{position:sticky;top:0;z-index:14;margin:0 -12px;padding:11px 12px 10px;background:rgba(244,248,255,.94);border-bottom:1px solid rgba(218,226,244,.9);backdrop-filter:blur(14px);align-items:center;gap:10px}
  .menu{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #e0e6f3;box-shadow:0 5px 14px rgba(58,76,135,.08);font-size:20px}
  .topbar>div:nth-child(2){min-width:0}.topbar small{display:block;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar h1{font-size:18px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mode-switch{order:3;width:100%;margin-left:0;padding:3px;border-radius:12px}.mode-switch button{font-size:0;width:auto;height:34px;padding:0}.mode-switch button:before{font-size:12px}.mode-switch button[data-app-mode="study"]:before{content:'学习版'}.mode-switch button[data-app-mode="exam"]:before{content:'考试版'}
  .intro{margin:12px 0;padding:18px;border-radius:22px;display:block}.intro .eyebrow{font-size:9px}.intro h2{font-size:23px;line-height:1.28;margin:7px 0}.intro p{font-size:13px;line-height:1.55}.hero-actions{display:grid;grid-template-columns:1fr}.hero-start,.install-app{width:100%;margin-top:15px;min-height:53px;border-radius:15px;justify-content:center}.install-app{margin-top:0}.summary{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;padding:10px}.summary div{min-width:0;padding:2px 5px}.summary b{font-size:18px}
  .scene-atlas{padding:17px 12px 14px;border-radius:23px;margin-bottom:12px;overflow:visible}.atlas-head{gap:12px;margin-bottom:12px}.atlas-head h2{font-size:23px;margin:4px 0}.atlas-head p{font-size:12px;line-height:1.5}.atlas-head-actions{display:grid;grid-template-columns:1fr 1fr}.atlas-head-actions>span{font-size:11px;padding:8px 8px;text-align:center}.atlas-head-actions>button{font-size:11px;padding:9px 8px}
  .atlas-layout{display:flex;flex-direction:column;gap:10px}.atlas-visual{width:100%;overflow-x:auto;overflow-y:hidden;border-radius:18px;background:#111936;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}.atlas-visual:after{content:'左右滑动查看完整图谱';position:sticky;left:10px;bottom:8px;display:inline-block;margin:0 0 8px 10px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.9);color:#53617f;font-size:10px;font-weight:800;pointer-events:none}
  .atlas-image,.scene-atlas.fullscreen .atlas-image{width:720px;min-height:405px;aspect-ratio:16/9;border-radius:18px;scroll-snap-align:start}.atlas-hotspot span{font-size:10px;padding:4px 6px}.atlas-hotspot i{width:13px;height:13px}
  .atlas-detail,.scene-atlas.fullscreen .atlas-detail{width:100%;min-height:0;padding:17px;border-radius:18px;display:grid;grid-template-columns:1fr auto;column-gap:10px;justify-content:initial}.atlas-detail small,.atlas-detail h3,.atlas-detail p{grid-column:1}.atlas-detail small{font-size:10px}.atlas-detail h3{font-size:25px;margin:4px 0}.atlas-detail p{font-size:13px;margin:4px 0;line-height:1.55}.atlas-detail>div{grid-column:1/-1;margin-top:10px}.atlas-detail button{min-height:43px;flex:1}
  .review-hub{padding:17px;border-radius:22px;gap:14px;margin-bottom:12px}.review-hub-copy h2{font-size:21px}.review-hub-copy p{font-size:12px}.level-groups{display:flex;overflow-x:auto;gap:8px;padding-bottom:3px}.level-group{min-width:145px;padding:9px}.review-now{width:100%;min-height:50px}
  .toolbar{margin:0 0 10px;padding:4px 0;display:block;overflow:hidden}.filters{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.filter{flex:0 0 auto;min-height:38px}
  .overview-section{margin-top:12px;padding:16px 12px 18px;border-radius:23px}.overview-head{margin-bottom:14px}.overview-head h2{font-size:24px}.overview-head p{font-size:12px}.search{margin-top:12px;border-radius:14px}.word-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.overview-card{border-radius:17px}.overview-photo{aspect-ratio:1/1}.overview-card>div:last-child{padding:11px}.overview-card b{font-size:15px}.overview-card small{font-size:10px;margin:2px 0 6px}.overview-card strong{font-size:12px}.overview-sound{width:36px;height:36px}
  .day-rail{left:-310px;width:min(88vw,300px);padding:22px 17px 90px;height:100dvh;overflow-y:auto;box-shadow:18px 0 50px rgba(23,33,67,.24)}.day-rail.open{left:0}.brand{margin-bottom:18px}.today-card{padding:14px}.rail-label{margin-top:18px}.day-list{gap:5px}.day-item{padding:11px}.review-entry{margin-top:12px}.rail-foot{margin-top:18px}
  .mobile-dock{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:10px;right:10px;bottom:max(9px,env(safe-area-inset-bottom));z-index:60;padding:7px 6px;background:rgba(255,255,255,.94);border:1px solid rgba(218,225,241,.95);border-radius:21px;box-shadow:0 12px 34px rgba(34,47,94,.2);backdrop-filter:blur(16px)}.mobile-dock button{border:0;background:transparent;color:#66728f;display:grid;place-items:center;gap:2px;padding:4px 1px;border-radius:14px}.mobile-dock span{font-size:18px;line-height:1}.mobile-dock b{font-size:10px}.mobile-dock .primary-dock{background:linear-gradient(135deg,#7455ee,#4276ff);color:#fff;box-shadow:0 5px 12px rgba(78,85,222,.28)}
  .card-modal{padding:0;align-items:stretch}.modal-panel{max-height:100dvh;border-radius:0;padding:10px 10px 90px}.modal-top{top:-10px;padding:5px 2px 10px}.modal-close{width:43px;height:43px}.progress-copy{min-width:0}.learning-card{padding:15px;border-radius:20px}.word-row{align-items:flex-start}.word-index{width:44px;height:44px;border-radius:14px;font-size:16px}.word-identity h2{font-size:23px}.word-identity small{font-size:9px}.word-identity p{font-size:11px}.sound{width:43px;height:43px;padding:0;display:grid;place-items:center}.sound span{display:none}.word-answer{margin:15px 0}.answer-input{font-size:17px;padding:14px}.scene-grid{gap:11px}.scene-card{border-radius:17px}.scene-photo{min-height:0;aspect-ratio:16/10}.scene-body{padding:13px}.scene-head b{font-size:15px}.card-actions{position:sticky;bottom:0;z-index:4;margin:14px -5px -5px;padding:9px 5px calc(7px + env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(255,255,255,.25),#fff 24%);grid-template-columns:1fr 1fr}.card-actions button{padding:12px 8px;font-size:12px}.card-actions .primary{grid-column:1/-1}.toast{bottom:92px;width:calc(100% - 30px);text-align:center}
  .scene-atlas.fullscreen{padding:10px 10px 90px}.scene-atlas.fullscreen .atlas-head{position:sticky;top:-10px;z-index:10;background:#f6f8ff;padding:8px 2px}.scene-atlas.fullscreen .atlas-visual{max-height:none}.scene-atlas.fullscreen .atlas-detail{min-height:0}
}
@media(max-width:380px){.main{padding-left:9px;padding-right:9px}.topbar{margin-left:-9px;margin-right:-9px}.word-grid{grid-template-columns:1fr 1fr}.overview-card>div:last-child{padding:9px}.mobile-dock{left:6px;right:6px}.atlas-image,.scene-atlas.fullscreen .atlas-image{width:660px;min-height:371px}}

/* V5 learning and exam interaction model. */
.stage-switch{display:flex;gap:5px;padding:4px;background:#e8eaf8;border-radius:14px}.stage-switch button{border:0;background:transparent;color:#7783a3;border-radius:11px;padding:9px 18px;font-weight:800;cursor:pointer}.stage-switch button.active{background:#fff;color:#6556ed;box-shadow:0 4px 12px rgba(55,69,130,.08)}.study-card-shell{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:18px;margin-top:20px}.study-visual{min-height:340px;border-radius:22px;background-size:cover;background-position:center;position:relative;overflow:hidden}.study-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(12,21,50,.55))}.study-visual span{position:absolute;z-index:2;left:18px;bottom:16px;color:#fff;font-weight:800}.study-reveal{min-height:340px;border-radius:22px;background:linear-gradient(145deg,#f2f3ff,#ecf7ff);padding:28px;display:flex;flex-direction:column;justify-content:center}.study-reveal .front-cue{color:#7c87a6;font-size:13px}.study-reveal h3{font-size:38px;margin:8px 0 2px}.study-reveal .ipa{color:#7c87a6;margin:0 0 18px}.study-reveal .study-example{font-size:17px;line-height:1.6}.study-reveal.is-covered h3,.study-reveal.is-covered .ipa,.study-reveal.is-covered .study-example{filter:blur(12px);opacity:.35;user-select:none}.study-hint{text-align:center;color:#8791ac;font-size:12px;margin:14px 0 0}.swipe-actions{align-items:stretch}.swipe-actions .ghost:first-child{border-color:#ffd4dc;color:#ce4962;background:#fff7f8}.swipe-actions .next{border:0;background:#e8f7f0;color:#278260}.mic-panel{border:1px solid #dde5f3;background:#fff;border-radius:17px;padding:14px;margin-top:14px}.mic-panel button{width:100%;border:0;border-radius:13px;background:linear-gradient(135deg,#7554ee,#4177ff);color:#fff;padding:12px;font-weight:800;cursor:pointer}.mic-panel button.listening{background:#ef5d79;animation:pulseMic 1s infinite}.speech-result{min-height:24px;color:#64728f;margin:10px 0 0;line-height:1.5}.sentence-learning-list{display:grid;gap:10px}.sentence-learning-item{border:1px solid #e0e6f3;background:#fff;border-radius:15px;padding:13px}.sentence-learning-item b,.sentence-learning-item span{display:block;line-height:1.5}.sentence-learning-item span{color:#7a86a4;font-size:13px;margin-top:3px}@keyframes pulseMic{50%{box-shadow:0 0 0 7px rgba(239,93,121,.14)}}
@media(max-width:760px){.stage-switch{width:100%;margin-bottom:9px}.stage-switch button{flex:1}.study-card-shell{grid-template-columns:1fr;gap:10px;margin-top:14px}.study-visual{min-height:230px}.study-reveal{min-height:245px;padding:21px}.study-reveal h3{font-size:32px}.study-hint{margin-top:10px}}
.study-mode-grid{display:block}
.modal-panel,.learning-card,.word-row,.word-identity,.word-identity>div,.study-card-shell,.study-reveal,.card-actions{max-width:100%;min-width:0}.modal-panel{overflow-x:hidden}.word-identity{flex:1}.word-identity h2,.word-identity p{overflow-wrap:anywhere}.sound{flex:0 0 auto}.card-actions button{min-width:0;white-space:normal}.sentence-learning-item{min-width:0;overflow-wrap:anywhere}
@media(max-width:760px){.main,.toolbar,.stage-switch,.summary{max-width:100%;min-width:0;overflow-x:hidden}.stage-switch button{min-width:0;padding:9px 6px}.summary div{min-width:0;padding-left:3px;padding-right:3px}}
.study-combined{display:grid;gap:18px}.study-word-band{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(100deg,#f2f4ff,#edf7ff);border-radius:19px;padding:18px 20px}.study-word-band small{color:#6d5aed;font-weight:900;letter-spacing:.12em}.study-word-band h3{font-size:32px;margin:4px 0}.study-word-band p{margin:0;color:#7180a0}.study-word-band button{border:1px solid #dce3f2;background:#fff;color:#263454;border-radius:13px;padding:11px 14px;font-weight:800;display:flex;align-items:center;gap:7px}.study-word-band svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.study-scenes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.study-sentence-card{border:1px solid #e0e6f3;border-radius:19px;background:#f7f9ff;overflow:hidden}.study-scene-photo{aspect-ratio:16/10;background-position:center;background-size:cover;position:relative}.study-scene-photo span{position:absolute;left:10px;bottom:9px;background:rgba(255,255,255,.9);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.study-sentence-copy{padding:14px}.study-sentence-copy>small{color:#6d5aed;font-weight:900;letter-spacing:.1em}.study-sentence-copy>b{display:block;font-size:16px;line-height:1.5;margin:7px 0 3px}.study-sentence-copy>p{color:#74809d;margin:0;line-height:1.5}.study-sentence-copy>div{display:flex;gap:7px;margin-top:11px}.sentence-mic{border:1px solid #dce3f2;background:#fff;color:#4e5c7d;border-radius:999px;padding:7px 11px;font-weight:800}.exam-overview-card>div:last-child{display:flex;flex-direction:column;gap:5px}.exam-overview-card strong{font-size:16px}.exam-overview-card small{margin:0;color:#7f8aa6}.exam-overview-card .overview-photo>i{display:none}
@media(max-width:900px){.study-scenes{grid-template-columns:1fr}.study-sentence-card{display:grid;grid-template-columns:minmax(150px,.8fr) 1.2fr}.study-scene-photo{aspect-ratio:auto;min-height:185px}}
@media(max-width:760px){.study-word-band{padding:15px}.study-word-band h3{font-size:27px}.study-word-band button{font-size:12px;padding:10px}.study-sentence-card{display:block}.study-scene-photo{aspect-ratio:16/10;min-height:0}.study-sentence-copy>b{font-size:15px}}

