@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#20201d;background:#f7f5ef;font-synthesis:none;--ink: #20201d;--muted: #6f706b;--paper: #fffefa;--line: #deddd6;--coral: #eb715d;--teal: #3e8d82;--gold: #e2aa3f;--blue: #5f83b3;--page: #f7f5ef;--raised: #eeece5;--hover: #eeece6;--shadow: rgba(30, 30, 27, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--page);transition:background-color .2s ease,color .2s ease}button,a{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid rgba(62,141,130,.32);outline-offset:3px}.app-shell{width:min(100%,820px);margin:0 auto;padding:0 22px 110px}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between}.topbar-actions{display:flex;align-items:center;gap:8px}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font:800 13px/1 Manrope,sans-serif;letter-spacing:1.1px}.brand-logo{width:40px;height:40px;display:block;border-radius:9px}.icon-button{width:42px;height:42px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:7px;background:transparent;cursor:pointer;flex:0 0 auto}.icon-button:hover{background:var(--hover)}.eyebrow{margin:0 0 8px;color:var(--muted);font:700 11px/1.2 Manrope,sans-serif;text-transform:uppercase;letter-spacing:1.2px}.dashboard-head{min-height:180px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px 0 34px}.dashboard-head h1{margin:0;max-width:570px;font:800 clamp(38px,8vw,64px)/1.02 "Manrope",sans-serif;letter-spacing:0}.dashboard-head h1 span{color:var(--teal)}.streak-chip{display:grid;grid-template-columns:auto auto;align-items:center;gap:4px 7px;min-width:108px;padding:11px 13px;border:1px solid var(--line);border-radius:7px;background:var(--paper);color:var(--coral)}.streak-chip strong{font:800 20px/1 Manrope,sans-serif}.streak-chip span{grid-column:1 / -1;color:var(--muted);font-size:11px}.review-panel{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:24px;background:var(--ink);color:#fff;border-radius:8px;box-shadow:0 12px 30px #1e1e1b1f}.review-panel.is-clear{background:#315f58}.review-copy{display:flex;gap:16px;align-items:flex-start}.panel-icon{width:48px;height:48px;display:grid;place-items:center;background:var(--coral);border-radius:7px;flex:0 0 auto}.review-panel .eyebrow{color:#bdbdb7}.review-panel h2{margin:0 0 6px;font:700 21px/1.2 Manrope,sans-serif}.review-panel p:last-child{margin:0;color:#cdcdc7;font-size:14px;line-height:1.45}.primary-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;border:0;border-radius:7px;background:var(--coral);color:#fff;font:700 14px/1 Manrope,sans-serif;cursor:pointer;white-space:nowrap}.primary-button:hover{background:#d9604f}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);margin:34px 0 58px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stats-row div{display:flex;align-items:baseline;gap:8px;padding:18px 8px}.stats-row div+div{border-left:1px solid var(--line);justify-content:center}.stats-row span{font:800 24px/1 Manrope,sans-serif}.stats-row small{color:var(--muted);font-size:12px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-heading h2{margin:0;font:800 28px/1.1 Manrope,sans-serif}.section-heading>span{color:var(--muted);font-size:13px}.chapter-list{border-top:1px solid var(--ink)}.chapter-row{width:100%;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:17px;padding:17px 4px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;cursor:pointer}.chapter-row:hover{background:#ffffff7a}.chapter-number{width:48px;height:48px;display:grid;place-items:center;border-radius:7px;color:#fff;font:800 15px/1 Manrope,sans-serif}.chapter-number.coral,.dot.coral{background:var(--coral)}.chapter-number.teal,.dot.teal{background:var(--teal)}.chapter-number.gold,.dot.gold{background:var(--gold)}.chapter-number.blue,.dot.blue{background:var(--blue)}.chapter-main{min-width:0;display:grid;gap:4px}.chapter-main strong{font:700 16px/1.3 Manrope,sans-serif}.chapter-main>span{color:var(--muted);font-size:12px}.mini-progress{width:min(220px,100%);height:3px;margin-top:5px;background:#e4e2dc;overflow:hidden}.mini-progress i{display:block;height:100%;background:var(--teal)}.bottom-nav{position:fixed;left:50%;bottom:max(12px,env(safe-area-inset-bottom));z-index:10;transform:translate(-50%);display:flex;width:min(calc(100% - 32px),390px);height:66px;padding:6px;background:#20201df5;border-radius:8px;box-shadow:0 12px 34px #0003}.bottom-nav a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;color:#a7a7a1;text-decoration:none;border-radius:5px;font-size:12px}.bottom-nav a.active{background:#3b3b37;color:#fff}.chapter-detail{padding-top:16px}.back-button{display:inline-flex;align-items:center;gap:8px;padding:10px 0;border:0;background:transparent;color:var(--muted);cursor:pointer}.chapter-hero{display:grid;grid-template-columns:74px 1fr;align-items:start;gap:22px;padding:42px 0 18px}.chapter-hero .chapter-number{width:72px;height:72px;font-size:22px}.chapter-hero h1{margin:0;font:800 clamp(35px,7vw,54px)/1.04 "Manrope",sans-serif}.phonetic{margin:10px 0 0;color:var(--teal);font-size:17px}.chapter-blurb{max-width:570px;margin:10px 0 28px 96px;color:var(--muted);font-size:17px;line-height:1.55}.chapter-actions{display:flex;align-items:center;gap:20px;margin:0 0 32px 96px}.chapter-actions>span{color:var(--muted);font-size:12px}.pattern-note{display:flex;gap:15px;margin:0 0 34px 96px;padding:18px;border-left:4px solid var(--gold);background:#fff8e7}.pattern-note>span{color:#a56f08}.pattern-note strong{font:700 14px/1.2 Manrope,sans-serif}.pattern-note p{margin:6px 0 0;color:#706348;font-size:13px;line-height:1.5}.word-list{margin-left:96px}.word-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.word-row>div{display:grid;gap:4px}.word-row strong{font:700 17px/1.2 Manrope,sans-serif}.word-row span{color:var(--muted);font-size:13px}.word-row .icon-button{width:38px;height:38px}.journey-rail{display:grid;grid-template-columns:repeat(4,1fr);margin:8px 0 44px 96px;border:1px solid var(--line);background:var(--paper)}.journey-rail span{display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;color:var(--muted);font-size:12px}.journey-rail span+span{border-left:1px solid var(--line)}.journey-rail b{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#e8e6df;font:700 11px/1 Manrope,sans-serif}.journey-rail .active{color:var(--ink);font-weight:700}.journey-rail .active b{background:var(--teal);color:#fff}.learn-section,.practice-path{margin-left:96px}.study-intro{max-width:570px;margin:-4px 0 24px;color:var(--muted);line-height:1.55}.vocab-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.vocab-card{position:relative;min-height:155px;display:flex;flex-direction:column;justify-content:center;padding:22px 64px 22px 22px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.vocab-card>strong{font:700 28px/1.25 DM Sans,sans-serif}.vocab-card .secondary-form{margin-top:7px;color:var(--teal);font-size:15px}.vocab-card p{margin:14px 0 0;color:var(--muted);font-size:13px}.vocab-card .speak{position:absolute;top:16px;right:14px;width:36px;height:36px}.study-cta{margin:24px 0 56px}.practice-path{padding-top:44px;border-top:1px solid var(--ink)}.practice-cards{display:grid;gap:10px}.practice-cards>button{width:100%;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:16px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--paper);text-align:left;cursor:pointer}.practice-cards>button:hover{border-color:var(--teal)}.practice-cards>button:disabled{opacity:.5;cursor:not-allowed}.practice-cards>button>b{width:36px;height:36px;display:grid;place-items:center;border-radius:7px;background:var(--ink);color:#fff}.practice-cards>button>span{display:grid;gap:5px}.practice-cards strong{font:700 15px/1.2 Manrope,sans-serif}.practice-cards small{color:var(--muted);font-size:12px;line-height:1.4}.quiz-shell{min-height:100vh;background:var(--raised)}.quiz-main{width:min(100%,680px);margin:0 auto;padding:24px 22px 50px}.quiz-kicker{margin-bottom:14px;color:var(--muted);text-align:center;font-size:12px}.question-card{min-height:265px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:38px 28px;border:1px solid #d4d2ca;border-radius:8px;background:var(--paper);text-align:center;box-shadow:0 14px 34px #302f2a12}.question-card h1{margin:9px 0 14px;font:800 clamp(35px,8vw,56px)/1.15 "Manrope",sans-serif;overflow-wrap:anywhere}.question-sub{margin:0;color:var(--teal);font-size:15px;line-height:1.55}.question-sub span{color:var(--muted)}.source-note{margin-top:22px;color:var(--muted);font-size:11px}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:16px}.choice{min-height:72px;display:flex;align-items:center;justify-content:center;gap:10px;padding:13px 16px;border:1px solid #cfcdc5;border-radius:8px;background:var(--paper);cursor:pointer;font-weight:600}.choice:not(:disabled):hover{border-color:var(--teal);background:#f7fffc}.choice b{font-size:22px}.choice small{display:block;margin-left:8px;color:var(--muted);font-weight:400}.choice.correct{border-color:#5e9b77;background:#e9f6ee;color:#265d3c}.choice.wrong{border-color:#c6685a;background:#fff0ed;color:#8d3529}.choice.revealed{border-color:var(--ink);background:var(--paper);color:var(--ink)}.choice.muted{opacity:.55}.feedback{display:grid;grid-template-columns:1fr auto;gap:4px 18px;align-items:center;margin-top:16px;padding:17px 18px;border-radius:8px}.feedback.correct{background:#e4f3e9;color:#275a3a}.feedback.wrong{background:#f9e5e0;color:#81382e}.feedback strong{font:700 15px/1.2 Manrope,sans-serif}.feedback span{max-width:410px;font-size:12px;line-height:1.45}.feedback .primary-button{grid-column:2;grid-row:1 / 3}.complete-screen h1 span{color:#aaa9a3;font-size:.43em;font-weight:500}.study-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--raised)}.study-topbar{width:min(100%,760px);height:76px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:18px;margin:0 auto;padding:0 22px}.study-progress{height:4px;background:#d6d3ca;overflow:hidden}.study-progress i{display:block;height:100%;background:var(--teal);transition:width .25s ease}.study-topbar>span{color:var(--muted);text-align:right;font-size:12px}.study-main{flex:1;width:min(100%,680px);display:flex;flex-direction:column;margin:0 auto;padding:25px 22px 40px}.study-context{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;color:var(--muted);font-size:12px}.dot{width:8px;height:8px;border-radius:50%}.recall-card{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:42px;border:1px solid #d4d2ca;border-radius:8px;background:var(--paper);text-align:center;box-shadow:0 16px 38px #302f2a14}.recall-card h1{max-width:540px;margin:8px 0 26px;font:800 clamp(34px,8vw,56px)/1.08 "Manrope",sans-serif;overflow-wrap:anywhere}.recall-instruction{max-width:370px;margin:auto 0 0;color:var(--muted);font-size:13px;line-height:1.5}.hint-button{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:8px 13px;border:1px solid #e1c886;border-radius:7px;background:#fff8e8;color:#745a1c;cursor:pointer}.answer-divider{width:100%;display:flex;align-items:center;gap:14px;margin:2px 0 24px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:1px}.answer-divider:before,.answer-divider:after{content:"";height:1px;flex:1;background:var(--line)}.answer-line{display:flex;align-items:center;justify-content:center;gap:13px}.answer-line strong{color:var(--teal);font:800 clamp(29px,7vw,46px)/1.15 "Manrope",sans-serif;overflow-wrap:anywhere}.memory-note{display:flex;align-items:flex-start;gap:8px;max-width:450px;margin:28px 0 0;padding:13px 15px;background:#fff8e8;color:#6d5a2d;border-radius:6px;text-align:left;font-size:13px;line-height:1.45}.memory-note svg{flex:0 0 auto;margin-top:1px}.reveal-button{align-self:center;width:min(100%,320px);margin-top:22px}.rating-area{margin-top:22px}.rating-area>p{margin:0 0 10px;color:var(--muted);text-align:center;font-size:12px}.rating-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.rating-grid button{min-height:62px;display:grid;place-items:center;gap:3px;padding:8px;border:1px solid #d1cec5;border-radius:7px;background:var(--paper);cursor:pointer}.rating-grid button:hover{border-color:var(--teal)}.rating-grid b{font:700 13px/1 Manrope,sans-serif}.rating-grid span{color:var(--muted);font-size:10px}.complete-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 22px;background:var(--ink);color:#fff;text-align:center}.completion-mark{width:70px;height:70px;display:grid;place-items:center;margin-bottom:25px;border-radius:8px;background:var(--gold);color:var(--ink)}.complete-screen .eyebrow{color:#aaa9a3}.complete-screen h1{margin:6px 0 34px;font:800 clamp(34px,8vw,56px)/1.08 "Manrope",sans-serif}.complete-stats{width:min(100%,430px);display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:34px;border-top:1px solid #45453f;border-bottom:1px solid #45453f}.complete-stats div{display:grid;gap:4px;padding:18px 8px}.complete-stats div+div{border-left:1px solid #45453f}.complete-stats strong{font:800 24px/1 Manrope,sans-serif}.complete-stats span{color:#aaa9a3;font-size:11px}.text-button{margin-top:12px;padding:12px;border:0;background:transparent;color:#c9c8c2;cursor:pointer}.method-dialog{width:min(calc(100% - 28px),640px);max-height:86vh;padding:26px;border:0;border-radius:8px;background:var(--paper);color:var(--ink);box-shadow:0 24px 80px #00000040}.method-dialog::backdrop{background:#1414129e}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.dialog-head h2{margin:0;font:800 28px/1.1 Manrope,sans-serif}.method-list{display:grid;gap:17px;margin:28px 0}.method-list>div{display:grid;grid-template-columns:30px 1fr;gap:12px}.method-list>div>span{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;background:var(--teal);color:#fff;font:700 12px/1 Manrope,sans-serif}.method-list p{display:grid;gap:4px;margin:0;color:var(--muted);font-size:13px;line-height:1.5}.method-list strong{color:var(--ink);font:700 14px/1.3 Manrope,sans-serif}.sources{display:grid;gap:9px;padding-top:18px;border-top:1px solid var(--line)}.sources strong{font:700 12px/1 Manrope,sans-serif;text-transform:uppercase;letter-spacing:1px}.sources a{color:var(--teal);font-size:12px;line-height:1.4}[data-theme=dark]{--ink: #e7e5dc;--muted: #a7aaa3;--paper: #222522;--line: #3a3d39;--coral: #d87563;--teal: #70aaa0;--gold: #d2a24c;--blue: #718fb6;--page: #171917;--raised: #1b1e1b;--hover: #2a2d29;--shadow: rgba(0, 0, 0, .28);color:var(--ink);background:var(--page)}[data-theme=dark] .brand-logo{filter:brightness(.9) saturate(.82)}[data-theme=dark] .chapter-row:hover{background:#ffffff09}[data-theme=dark] .mini-progress,[data-theme=dark] .journey-rail b{background:#343733}[data-theme=dark] .review-panel{background:#242724;box-shadow:0 12px 30px var(--shadow)}[data-theme=dark] .review-panel.is-clear{background:#294b46}[data-theme=dark] .review-panel .eyebrow,[data-theme=dark] .review-panel p:last-child{color:#b8bbb4}[data-theme=dark] .bottom-nav{background:#0d0f0df5;border:1px solid #30332f}[data-theme=dark] .bottom-nav a{color:#92968f}[data-theme=dark] .bottom-nav a.active{background:#30332f;color:#f1efe7}[data-theme=dark] .question-card,[data-theme=dark] .recall-card{border-color:var(--line);box-shadow:0 14px 34px var(--shadow)}[data-theme=dark] .choice{border-color:#444741}[data-theme=dark] .choice:not(:disabled):hover{background:#25312d}[data-theme=dark] .choice.correct{border-color:#578a69;background:#22382a;color:#a8d4b5}[data-theme=dark] .choice.wrong{border-color:#a65f52;background:#402723;color:#efb0a6}[data-theme=dark] .choice.revealed{border-color:#a9aca4}[data-theme=dark] .feedback.correct{background:#23382a;color:#acd3b7}[data-theme=dark] .feedback.wrong{background:#402824;color:#efb3aa}[data-theme=dark] .study-progress{background:#363934}[data-theme=dark] .hint-button,[data-theme=dark] .memory-note{border-color:#665a38;background:#332f22;color:#d6c38b}[data-theme=dark] .rating-grid button{border-color:#444741}[data-theme=dark] .complete-screen{background:#111311}[data-theme=dark] .method-dialog::backdrop{background:#000000b8}@media(max-width:620px){.app-shell{padding-inline:16px}.topbar{height:66px}.dashboard-head{min-height:162px;padding-top:22px}.dashboard-head h1{font-size:39px}.streak-chip{min-width:74px;padding:10px}.streak-chip span{display:none}.review-panel{grid-template-columns:1fr;padding:20px}.review-panel .primary-button{width:100%}.review-copy{gap:12px}.panel-icon{width:42px;height:42px}.review-panel h2{font-size:18px}.stats-row{margin:26px 0 48px}.stats-row div{display:grid;gap:5px;padding:14px 10px}.stats-row div+div{justify-content:stretch}.chapter-row{grid-template-columns:48px 1fr auto;gap:12px}.chapter-number{width:44px;height:44px}.chapter-hero{grid-template-columns:58px 1fr;gap:14px;padding-top:30px}.chapter-hero .chapter-number{width:56px;height:56px;font-size:18px}.chapter-hero h1{font-size:35px}.chapter-blurb,.chapter-actions,.pattern-note,.word-list,.journey-rail,.learn-section,.practice-path{margin-left:0}.journey-rail{grid-template-columns:repeat(2,1fr)}.journey-rail span:nth-child(3){border-left:0;border-top:1px solid var(--line)}.journey-rail span:nth-child(4){border-top:1px solid var(--line)}.vocab-grid,.choice-grid,.feedback{grid-template-columns:1fr}.feedback .primary-button{grid-column:1;grid-row:auto;margin-top:10px}.chapter-actions{display:grid}.chapter-actions .primary-button{width:100%}.recall-card{min-height:375px;padding:34px 20px}.rating-grid{grid-template-columns:repeat(2,1fr)}.rating-grid button{min-height:55px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
