:root{color:#18211d;background:#f6f3eb;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-synthesis:none;--ink: #18211d;--muted: #6f7771;--line: #dedbd1;--paper: #fffdf8;--cream: #f6f3eb;--forest: #1e4739;--forest-2: #2f6653;--mint: #dcece4;--coral: #ec765d;--coral-soft: #f9e4dc;--amber: #d99b38;--rose: #c95d62;--shadow: 0 20px 50px rgb(43 55 48 / 8%)}*{box-sizing:border-box}html{min-width:320px;background:var(--cream)}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.app-shell.import-shell{display:block}.sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:248px;padding:32px 22px 24px;display:flex;flex-direction:column;background:#183c31;color:#eef5f0}.brand{display:flex;align-items:center;gap:12px;margin:0 8px 46px}.brand-mark,.import-brand>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#173b30;background:#f2c66d;font:800 23px/1 Georgia,serif;box-shadow:inset 0 0 0 1px #ffffff52}.brand>span:last-child,.import-brand div{display:flex;flex-direction:column;gap:2px}.brand strong,.import-brand strong{letter-spacing:.01em;font:700 19px/1.2 Georgia,serif}.brand small,.import-brand small{color:#eef5f094;font-size:11px}.sidebar nav{display:grid;gap:7px}.sidebar nav a{min-height:47px;padding:0 13px;display:flex;align-items:center;gap:13px;border-radius:12px;color:#f2f7f4b8;font-size:14px;transition:.2s ease}.sidebar nav a:hover{background:#ffffff12;color:#fff}.sidebar nav a.router-link-active{color:#193c31;background:#eef4ef;font-weight:700}.nav-icon{width:24px;text-align:center;font-size:14px;font-weight:700}.sidebar-note{margin-top:auto;padding:16px;border:1px solid rgb(255 255 255 / 10%);border-radius:14px;background:#ffffff0d}.sidebar-note .quiet-dot{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:#efc571}.sidebar-note strong{font-size:12px}.sidebar-note p{margin:7px 0 0;color:#eef5f094;font-size:11px;line-height:1.6}.app-main{grid-column:2;min-width:0}.mobile-header{display:none}.page{width:min(1160px,calc(100% - 72px));margin:0 auto;padding:48px 0 72px}.page-title{min-height:94px;margin-bottom:34px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.page-title p,.section-heading p,.journey-card p{margin:0 0 8px;color:var(--forest-2);font-size:10px;font-weight:800;letter-spacing:.2em}.page-title h1{margin:0;font:700 clamp(30px,3.2vw,46px)/1.12 Georgia,"Songti SC",serif;letter-spacing:-.035em}.page-title>div>span{display:block;margin-top:10px;color:var(--muted);font-size:13px;line-height:1.6}.date-pill,.version-chip{padding:8px 12px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:#ffffff8c;font-size:11px}.primary-button,.secondary-button,.danger-button,.text-button{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:10px;font-weight:700;font-size:13px;transition:transform .18s,opacity .18s,background .18s}.primary-button{color:#fff;background:var(--forest);box-shadow:0 7px 16px #1e473929}.primary-button.coral{background:var(--coral);box-shadow:0 7px 16px #ec765d2e}.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.primary-button:disabled{cursor:not-allowed;opacity:.38;transform:none}.primary-button.wide{width:100%;min-height:48px}.secondary-button{border:1px solid var(--line);background:#fff}.text-button{background:transparent;color:var(--muted);text-decoration:underline}.danger-button{border:1px solid #e5b6b8;color:#a84046;background:#fff}.import-page{width:min(990px,calc(100% - 40px));margin:0 auto;padding:30px 0 70px}.import-brand{display:flex;align-items:center;gap:11px;color:var(--forest)}.import-brand small{color:var(--muted)}.import-hero{max-width:720px;margin:62px auto 42px;text-align:center}.import-hero>p{color:var(--coral);font-size:10px;font-weight:800;letter-spacing:.23em}.import-hero h1{margin:12px 0 18px;font:700 clamp(38px,6vw,64px)/1.05 Georgia,"Songti SC",serif;letter-spacing:-.05em}.import-hero>span{color:var(--muted);font-size:14px;line-height:1.8}.import-steps{max-width:740px;margin:0 auto 28px;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr)}.import-steps li{position:relative;display:flex;align-items:center;gap:10px;color:#a5aaa6}.import-steps li:after{content:"";position:absolute;top:17px;right:10px;width:calc(100% - 64px);height:1px;background:var(--line);transform:translate(50%)}.import-steps li:last-child:after{display:none}.import-steps b{position:relative;z-index:1;width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--cream);font-size:12px}.import-steps span{display:flex;flex-direction:column;font-size:12px;font-weight:700}.import-steps small{margin-top:2px;font-size:9px;font-weight:500}.import-steps li.active{color:var(--forest)}.import-steps li.active b{border-color:var(--forest);color:#fff;background:var(--forest)}.import-panel,.preview-panel{max-width:740px;margin:0 auto 18px;padding:28px;border:1px solid var(--line);border-radius:20px;background:var(--paper);box-shadow:var(--shadow)}.source-instructions{display:flex;gap:18px}.step-number{flex:none;color:var(--coral);font:700 12px Georgia,serif;letter-spacing:.12em}.source-instructions h2,.preview-heading h2{margin:0 0 8px;font:700 20px Georgia,Songti SC,serif}.source-instructions p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.file-picker{margin-top:22px;min-height:86px;border:1px dashed #a9b8b0;border-radius:14px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f6faf7}.file-picker input,.file-action input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.file-picker span{color:var(--forest);font-size:13px;font-weight:800}.file-picker small{margin-top:5px;color:var(--muted);font-size:10px}.preview-heading,.preview-heading>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.preview-heading h2{margin:0}.good-chip,.bad-chip{padding:6px 10px;border-radius:999px;font-size:10px;font-weight:800}.good-chip{color:#285d4b;background:var(--mint)}.bad-chip{color:#9d3d43;background:#f7dddf}.preview-stats{margin:22px 0;display:grid;grid-template-columns:repeat(8,1fr);gap:7px}.preview-stats article{min-width:0;padding:12px 5px;border-radius:10px;text-align:center;background:#f3f1eb}.preview-stats strong{display:block;font:700 20px Georgia,serif}.preview-stats span{color:var(--muted);font-size:9px}.preview-stats .known{background:#e2efe8}.preview-stats .fuzzy{background:#f8ecd5}.preview-stats .unknown{background:#f8e2e1}.issue-box{margin:12px 0;padding:13px 15px;border-left:3px solid var(--amber);background:#fff8e9}.issue-box.fatal{border-color:var(--rose);background:#fff0f0}.issue-box strong{font-size:11px}.issue-box p{margin:5px 0 0;color:var(--muted);font-size:11px}.clean-check{color:var(--forest-2);font-size:12px}.confirm-copy{margin:20px 0 14px;display:flex;align-items:flex-start;gap:10px}.confirm-copy input{margin-top:3px;accent-color:var(--forest)}.confirm-copy span{display:flex;flex-direction:column;gap:3px}.confirm-copy strong{font-size:12px}.confirm-copy small{color:var(--muted);font-size:10px}.fresh-button{display:flex;margin:8px auto}.fresh-confirm{align-items:center;justify-content:center}.fresh-confirm>section{width:min(430px,calc(100% - 32px));padding:28px;border-radius:18px;background:var(--paper);box-shadow:var(--shadow)}.fresh-confirm>section>span{color:var(--coral);font-size:9px;font-weight:800;letter-spacing:.14em}.fresh-confirm h2{margin:9px 0;font:700 24px Georgia,Songti SC,serif}.fresh-confirm p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.fresh-confirm section>div{margin-top:22px;display:flex;justify-content:flex-end;gap:8px}.status-note,.error-note{margin:12px 0 0;font-size:12px;text-align:center}.status-note{color:var(--forest-2)}.error-note{color:var(--rose)}.today-hero{min-height:238px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;gap:32px;border-radius:24px;color:#fff;background:radial-gradient(circle at 76% 20%,rgb(255 255 255 / 9%) 0 2px,transparent 3px),linear-gradient(135deg,#173d31,#2f6652);background-size:26px 26px,auto;box-shadow:var(--shadow)}.hero-copy{max-width:650px}.hero-copy>span{color:#f0c86f;font-size:10px;font-weight:800;letter-spacing:.22em}.hero-copy h2{margin:14px 0 10px;font:700 clamp(28px,3.7vw,44px)/1.12 Georgia,"Songti SC",serif}.hero-copy p{margin:0;color:#ffffffb3;font-size:13px;line-height:1.7}.hero-ring{--progress: 0%;flex:none;width:132px;height:132px;display:grid;place-content:center;text-align:center;border-radius:50%;background:radial-gradient(circle,#285846 59%,transparent 60%),conic-gradient(#f0c66c var(--progress),rgb(255 255 255 / 16%) 0)}.hero-ring strong{font:700 30px Georgia,serif}.hero-ring span{margin-top:2px;color:#ffffff9e;font-size:9px}.task-grid{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.task-card{min-height:266px;padding:28px;border:1px solid var(--line);border-radius:20px;display:grid;grid-template-columns:auto 1fr;gap:0 20px;background:var(--paper);box-shadow:0 12px 30px #2b37300d}.task-index{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:var(--forest);background:var(--mint);font:700 11px Georgia,serif}.new-task .task-index{color:#a44938;background:var(--coral-soft)}.task-copy{min-width:0}.task-kicker{color:var(--forest-2);font-size:9px;font-weight:800;letter-spacing:.1em}.new-task .task-kicker{color:#bd5540}.task-copy h3{margin:9px 0;font:700 24px Georgia,Songti SC,serif}.task-copy p{min-height:42px;margin:0;color:var(--muted);font-size:12px;line-height:1.7}.linear-progress{height:5px;margin:21px 0 8px;overflow:hidden;border-radius:99px;background:#e9e7df}.linear-progress span{display:block;height:100%;border-radius:inherit;background:var(--forest-2)}.new-task .linear-progress span{background:var(--coral)}.task-copy>small{color:var(--muted);font-size:9px}.task-card>.primary-button{grid-column:2;justify-self:start;margin-top:22px}.gentle-note{margin-top:20px;padding:18px 22px;border:1px solid #dcd4bd;border-radius:14px;display:flex;align-items:center;gap:16px;background:#fff9e9}.gentle-note span{flex:none;color:#9b6a1c;font-size:10px;font-weight:800}.gentle-note p{margin:0;color:#6f6654;font-size:11px;line-height:1.6}.learning-page{max-width:980px}.session-progress{display:flex;align-items:baseline;gap:3px}.session-progress strong{font:700 34px Georgia,serif}.session-progress span{color:var(--muted);font-size:13px}.session-strip{margin:-16px 0 18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;color:var(--muted);font-size:10px}.session-strip>div{height:4px;overflow:hidden;border-radius:99px;background:#dedcd5}.session-strip i{display:block;height:100%;background:var(--forest-2)}.session-strip i.coral{background:var(--coral)}.direction-legend{margin:-15px 0 24px;padding:12px 16px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:10px;background:#fff9}.direction-legend span{padding:7px 11px;border-radius:999px;color:var(--muted);background:#f0eee8;font-size:9px}.direction-legend span.primary-direction{color:#8a4d36;background:#fae8de}.direction-legend strong{margin-left:4px;color:inherit;font-size:11px}.word-card{padding:34px 38px;border:1px solid var(--line);border-radius:24px;background:var(--paper);box-shadow:var(--shadow)}.word-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.content-badges{display:flex;flex-wrap:wrap;gap:6px}.content-badge,.quality-badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:9px;font-weight:800}.content-badge{color:var(--forest-2);background:var(--mint)}.quality-badge.reviewed{color:#35624f;background:#e2eee7}.quality-badge.source-backed{color:#7b5c1d;background:#f7edd5}.quality-badge.pending{color:#77756f;background:#efede7}.word-card h2{margin:12px 0 5px;font:700 clamp(42px,6vw,66px)/1 Georgia,serif;letter-spacing:-.035em}.phonetic-button{padding:0;border:0;cursor:pointer;color:var(--forest-2);background:transparent;font-size:12px}.phonetic-button span{margin-right:9px;color:var(--muted);font-family:Andika,sans-serif}.pos-chip{flex:none;padding:7px 10px;border:1px solid var(--line);border-radius:8px;color:var(--muted);font-size:10px}.recall-prompt{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.recall-prompt>span{margin-bottom:22px;color:var(--muted);font:italic 19px Georgia,serif}.recall-prompt small{margin-top:12px;color:#9a9e9a;font-size:10px}.word-details{margin-top:25px}.field-label{margin:0 0 8px;color:var(--forest-2);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.meaning-block{padding:19px 21px;border-left:3px solid var(--coral);background:#fbf1eb}.meaning-block strong{display:block;color:#442f28;font:700 21px Georgia,Songti SC,serif}.meaning-block span,.detail-grid span,.phonics-note span{display:block;margin-top:6px;color:var(--muted);font-size:11px;line-height:1.6}.detail-grid{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.detail-grid section,.phonics-note{padding:17px;border:1px solid var(--line);border-radius:12px;background:#fff}.detail-grid strong{display:block;font:600 14px Georgia,Songti SC,serif;line-height:1.5}.phonics-note{margin-top:14px}.word-image{margin:14px 0 0;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#edf1ed}.word-image img,.image-skeleton,.image-fallback{width:100%;height:190px;object-fit:cover}.image-skeleton,.image-fallback{display:grid;place-content:center;text-align:center;color:var(--muted);font-size:10px;background:linear-gradient(120deg,#ebefeb,#f7f7f1,#ebefeb)}.image-fallback span{color:#1e473933;font:700 80px Georgia,serif}.image-fallback p{margin:-10px 0 0}.word-image figcaption{min-height:32px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);background:#fff;font-size:8px}.word-image figcaption a{text-decoration:underline}.rating-panel{margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}.rating-panel>p{margin:0 0 10px;color:var(--muted);font-size:10px;text-align:center}.rating-panel>div{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.rating-panel button{min-height:59px;cursor:pointer;border:1px solid var(--line);border-radius:11px;background:#fff}.rating-panel button:hover{transform:translateY(-1px)}.rating-panel strong,.rating-panel span{display:block}.rating-panel strong{font-size:13px}.rating-panel span{margin-top:3px;color:var(--muted);font-size:8px}.rating-panel .rating-known{border-color:#b7d4c4;color:#2e684f;background:#eff7f2}.rating-panel .rating-fuzzy{border-color:#e7ce9e;color:#9d6816;background:#fff8e8}.rating-panel .rating-unknown{border-color:#e6b5b7;color:#a8454a;background:#fff0f0}.source-line{display:block;margin-top:12px;color:#9b9d99;font-size:8px;text-align:right}.complete-card{min-height:450px;padding:50px;border:1px solid var(--line);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--paper);box-shadow:var(--shadow)}.complete-card>span{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;color:var(--forest);background:var(--mint);font-size:24px}.complete-card h2{margin:18px 0 8px;font:700 30px Georgia,Songti SC,serif}.complete-card p{max-width:480px;margin:0 0 22px;color:var(--muted);font-size:12px;line-height:1.7}.completion-summary{width:min(420px,100%);margin-bottom:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.completion-summary>div{padding:13px;border:1px solid var(--line);border-radius:11px;background:#f8f6f1}.completion-summary strong,.completion-summary span{display:block}.completion-summary strong{font:700 23px Georgia,serif}.completion-summary span{margin-top:3px;color:var(--muted);font-size:9px}.completion-actions{display:flex;align-items:center;justify-content:center;gap:9px}.journey-card{padding:32px 36px;border-radius:20px;display:flex;align-items:center;justify-content:space-between;color:#fff;background:linear-gradient(135deg,#183c31,#2b604e)}.journey-card p{color:#efc672}.journey-card h2{margin:0 0 8px;font:700 24px Georgia,Songti SC,serif}.journey-card h2 strong{color:#f4c66f;font-size:38px}.journey-card span{color:#ffffffa6;font-size:11px}.journey-number{font:700 50px Georgia,serif}.journey-number small{font-size:18px}.category-progress-section{margin-top:20px;display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.category-progress-section article{padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--paper)}.category-progress-section span,.category-progress-section small{display:block;color:var(--muted);font-size:9px}.category-progress-section strong{display:block;margin:7px 0;font:700 21px Georgia,serif}.mastery-section,.calendar-section,.history-section,.settings-card{margin-top:20px;padding:28px;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.section-heading h2{margin:0;font:700 21px Georgia,Songti SC,serif}.section-heading>span{color:var(--muted);font-size:10px}.mastery-bar{height:10px;margin:25px 0 17px;overflow:hidden;display:flex;border-radius:99px;background:#e9e7df}.mastery-bar i{height:100%}.known{background:#4b8c6c}.fuzzy{background:#dda744}.unknown{background:#ce6469}.mastery-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mastery-stats article{padding:12px;border-radius:10px;background:#f6f4ef}.mastery-stats i{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%}.mastery-stats strong{font:700 21px Georgia,serif}.mastery-stats span{margin-left:6px;color:var(--muted);font-size:10px}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.calendar-weekdays{margin:22px 0 8px;text-align:center;color:var(--muted);font-size:9px}.calendar-grid button{min-height:58px;padding:8px;border:2px solid transparent;border-radius:9px;cursor:pointer;display:flex;align-items:flex-end;justify-content:space-between;color:#999e9a;background:#f1efe9}.calendar-grid button:hover{border-color:#a6bbae}.calendar-grid button.active{color:#275543;background:#dcece4}.calendar-grid button.medium{color:#fff;background:#76a88f}.calendar-grid button.strong{color:#fff;background:#2f6653}.calendar-grid button.selected{border-color:#e99971;box-shadow:0 0 0 2px #e999712e}.calendar-grid span{font-size:10px}.calendar-grid small{font:700 12px Georgia,serif}.selected-day-card{margin-top:16px;padding:15px 17px;border:1px solid var(--line);border-radius:12px;display:grid;grid-template-columns:minmax(180px,1.5fr) repeat(7,1fr);align-items:center;gap:12px;background:#f8f6f1}.selected-day-card>div span,.selected-day-card>div strong{display:block}.selected-day-card>div span{color:var(--muted);font-size:8px}.selected-day-card>div strong{margin-top:4px;font-size:11px}.selected-day-card p{margin:0;font-size:9px}.selected-day-card p strong{display:block;margin-top:3px;font:700 16px Georgia,serif}.selected-day-card .rest-day-copy{grid-column:2 / -1;color:var(--muted)}.next-suggestion{margin-top:20px;padding:24px 28px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#fff;background:#244f40}.next-suggestion p{margin:0 0 5px;color:#efc672;font-size:9px;font-weight:800;letter-spacing:.12em}.next-suggestion h2{margin:0 0 6px;font:700 20px Georgia,Songti SC,serif}.next-suggestion span{color:#ffffffb3;font-size:10px}.history-list{margin-top:17px;display:grid;gap:6px}.history-list article{min-height:43px;padding:0 12px;display:grid;grid-template-columns:1.4fr repeat(6,1fr);align-items:center;border-radius:9px;background:#f7f5f0;font-size:9px}.history-list strong{font-size:10px}.known-text{color:#377457}.fuzzy-text{color:#a16c18}.unknown-text{color:#ad454a}.empty-inline{margin-top:18px;padding:24px;color:var(--muted);background:#f7f5f0;text-align:center;font-size:11px}.category-progress-grid{margin-bottom:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.category-progress-grid button{padding:18px 20px;border:1px solid var(--line);border-radius:14px;cursor:pointer;text-align:left;background:var(--paper)}.category-progress-grid button:hover,.category-progress-grid button.active{border-color:#7ea28f;background:#eef6f1}.category-progress-grid span,.category-progress-grid small{display:block;color:var(--muted);font-size:9px}.category-progress-grid strong{display:block;margin:6px 0;font:700 22px Georgia,serif}.wordbook-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.wordbook-overview>div{padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--paper)}.wordbook-overview span,.wordbook-overview small{display:block;color:var(--muted);font-size:9px}.wordbook-overview strong{display:block;margin:6px 0;font:700 24px Georgia,serif}.wordbook-toolbar{margin:20px 0 10px;display:flex;justify-content:space-between;gap:15px}.category-tabs{display:flex;gap:7px}.category-tabs button{min-height:41px;padding:0 14px;border:1px solid var(--line);border-radius:9px;cursor:pointer;background:var(--paper);font-size:11px}.category-tabs button small{margin-left:4px;color:var(--muted);font-size:8px}.category-tabs button.active{border-color:var(--forest);color:#fff;background:var(--forest)}.category-tabs button.active small{color:#fff9}.search-box{min-width:250px;padding:0 12px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;gap:8px;background:#fff}.search-box input{width:100%;border:0;outline:none;background:transparent;font-size:11px}.word-list{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--paper)}.word-list>button{position:relative;width:100%;min-height:58px;padding:0 17px;border:0;border-bottom:1px solid #e7e4dc;cursor:pointer;display:grid;grid-template-columns:70px 1.2fr 1.5fr 70px;align-items:center;text-align:left;background:transparent}.word-list>button:last-child{border-bottom:0}.word-list>button:hover{background:#f6faf7}.row-index{color:#a2a6a2;font:500 9px ui-monospace,monospace}.row-term{display:flex;flex-direction:column}.row-term strong{font:700 15px Georgia,serif}.row-term small{margin-top:3px;color:var(--muted);font-size:8px}.row-meaning{color:#585f5b;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-status{justify-self:end;min-width:48px;padding:4px 6px;border-radius:999px;text-align:center;color:#777d79;background:#eceae4;font-size:8px}.row-status.known{color:#317052;background:#dcece4}.row-status.fuzzy{color:#996515;background:#f7ead0}.row-status.unknown{color:#a24247;background:#f6dfe0}.favorite-star{position:absolute;right:5px;color:#d99b38;font-size:9px}.note-mark{position:absolute;right:18px;color:#547466;font-size:10px}.pagination{margin-top:13px;display:flex;align-items:center;justify-content:center;gap:14px;color:var(--muted);font-size:9px}.pagination button{padding:7px 11px;border:1px solid var(--line);border-radius:7px;cursor:pointer;background:#fff;font-size:9px}.pagination button:disabled{cursor:default;opacity:.35}.drawer-backdrop{position:fixed;inset:0;z-index:50;padding:24px;display:flex;justify-content:flex-end;background:#0e191473;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.word-drawer{position:relative;width:min(660px,100%);height:100%;padding:25px;overflow-y:auto;border-radius:20px;background:var(--cream)}.drawer-close{position:sticky;z-index:2;top:0;float:right;width:34px;height:34px;border:0;border-radius:50%;cursor:pointer;color:#fff;background:var(--forest);font-size:22px}.word-drawer .word-card{padding:28px}.drawer-actions{margin-top:12px;padding:18px;border:1px solid var(--line);border-radius:14px;display:grid;gap:10px;background:#fff}.drawer-actions label{display:grid;gap:6px;color:var(--muted);font-size:10px}.drawer-actions textarea{padding:10px;border:1px solid var(--line);border-radius:8px;resize:vertical;outline-color:var(--forest-2)}.settings-page{max-width:900px}.setting-row{min-height:70px;padding:0 4px;border-bottom:1px solid #e6e3db;display:flex;align-items:center;justify-content:space-between;gap:20px}.setting-row:last-child{border-bottom:0}.setting-row>span{display:flex;flex-direction:column;gap:4px}.setting-row strong{font-size:12px}.setting-row small,.data-explain{color:var(--muted);font-size:10px;line-height:1.6}.setting-row select{padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:11px}.setting-row input[type=checkbox]{width:38px;height:20px;accent-color:var(--forest)}.import-record{margin-top:20px;padding:18px;border-radius:12px;display:grid;gap:4px;background:#edf5f0}.import-record span{color:var(--forest-2);font-size:10px;font-weight:800}.import-record strong{font-size:13px}.import-record p{margin:2px 0 0;color:var(--muted);font-size:10px}.data-actions{margin-top:20px;display:flex;gap:9px}.file-action{position:relative;cursor:pointer}.data-explain code{padding:2px 5px;border-radius:4px;color:#4f5f57;background:#eeece6}.danger-card{display:flex;align-items:center;justify-content:space-between;gap:24px;border-color:#e7cacc}.danger-card strong{font-size:12px}.danger-card p{margin:5px 0 0;color:var(--muted);font-size:10px}.page-enter-active,.page-leave-active{transition:opacity .16s,transform .16s}.page-enter-from,.page-leave-to{opacity:0;transform:translateY(5px)}@media(max-width:900px){.app-shell{display:block}.sidebar{position:static;width:auto;height:auto;padding:12px 16px;display:block}.sidebar .brand,.sidebar-note{display:none}.sidebar nav{display:flex;overflow-x:auto}.sidebar nav a{flex:none;min-height:40px;padding:0 12px}.app-main{min-width:0}.mobile-header{height:56px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--paper)}.mobile-brand{display:flex;align-items:center;gap:8px}.mobile-brand span{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--forest);font-family:Georgia,serif}.mobile-brand strong{font:700 15px Georgia,serif}.page{width:min(100% - 32px,780px);padding-top:30px}.task-grid{grid-template-columns:1fr}.history-list article{grid-template-columns:1.3fr repeat(3,1fr)}.history-list article span:nth-last-child(-n+2){display:none}}@media(max-width:640px){.page-title{min-height:auto;margin-bottom:24px;align-items:flex-start}.page-title h1{font-size:30px}.page-title>div>span{font-size:11px}.date-pill{display:none}.today-hero{padding:28px;flex-direction:column;align-items:flex-start}.hero-ring{width:100px;height:100px;align-self:flex-end}.task-card{padding:21px;grid-template-columns:auto 1fr}.word-card{padding:24px 19px;border-radius:18px}.word-card h2{font-size:42px}.detail-grid{grid-template-columns:1fr}.rating-panel>div{grid-template-columns:1fr}.rating-panel button{min-height:50px}.word-image img,.image-skeleton,.image-fallback{height:150px}.preview-stats{grid-template-columns:repeat(4,1fr)}.import-steps span{display:none}.import-steps li{justify-content:center}.import-steps li:after{width:calc(100% - 34px)}.import-panel,.preview-panel{padding:20px}.wordbook-overview{grid-template-columns:1fr}.wordbook-toolbar{flex-direction:column}.category-tabs{overflow-x:auto}.category-tabs button{flex:none}.search-box{min-height:42px;min-width:0}.word-list>button{grid-template-columns:40px 1.1fr 62px}.row-meaning{display:none}.journey-card{padding:25px}.journey-number{display:none}.calendar-grid article{min-height:43px;padding:6px}.mastery-stats{gap:5px}.mastery-stats article{padding:9px 6px}.history-list article{grid-template-columns:1.3fr 1fr 1fr}.history-list article span:nth-of-type(n+3){display:none}.danger-card{align-items:flex-start;flex-direction:column}}.wordbook-filter-panel{margin:20px 0 10px;padding:16px 18px 10px;border:1px solid var(--line);border-radius:14px;background:var(--paper)}.wordbook-filter-row{display:flex;align-items:flex-end;gap:24px}.wordbook-filter-row+.wordbook-filter-row{margin-top:14px;padding-top:14px;border-top:1px solid #ebe8e0}.wordbook-filter-group{min-width:0;margin:0;padding:0;border:0}.wordbook-filter-group legend{margin-bottom:7px;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.08em}.filter-chips{display:flex;flex-wrap:wrap;gap:6px}.filter-chips button{min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:8px;cursor:pointer;color:#4d5651;background:#fff;font-size:10px}.filter-chips button:hover{border-color:#97b3a5}.filter-chips button.active{border-color:var(--forest);color:#fff;background:var(--forest)}.status-filter-group{flex:1 1 auto}.favorite-only-filter{min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:8px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap;background:#fff;color:#555d59;font-size:10px}.favorite-only-filter input{width:14px;height:14px;accent-color:var(--forest)}.favorite-only-filter span{color:#d99b38}.wordbook-filter-panel .search-box{align-self:stretch;min-height:38px}.filter-result-line{min-height:27px;padding-top:9px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:9px}.clear-filters{padding:3px 0;border:0;cursor:pointer;color:var(--forest-2);background:transparent;font-size:9px;text-decoration:underline;text-underline-offset:2px}.word-list>button{grid-template-columns:62px minmax(150px,1.2fr) minmax(130px,1.5fr) 70px 58px;gap:10px}.quality-badge{justify-self:end;min-width:60px;padding:4px 6px;border-radius:999px;text-align:center;font-size:8px}.quality-badge.reviewed{color:#2f6a4e;background:#dcece4}.quality-badge.source-backed{color:#496578;background:#e3edf3}.quality-badge.pending{color:#936419;background:#f7ead0}.word-list-empty{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--muted);text-align:center}.word-list-empty strong{color:#4e5752;font-size:12px}.word-list-empty span{font-size:10px}.training-page{max-width:980px}.training-card{padding:32px 38px;border:1px solid var(--line);border-radius:22px;background:var(--paper);box-shadow:var(--shadow)}.training-meta{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:9px}.training-prompt{min-height:215px;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.training-prompt>span{color:var(--forest-2);font-size:9px;font-weight:800;letter-spacing:.12em}.training-prompt h2{margin:16px 0 8px;font:700 34px Georgia,Songti SC,serif}.training-prompt p{margin:0;color:var(--muted);font-size:10px}.training-answer{max-width:680px;margin:0 auto}.training-answer>label{display:block;margin-bottom:8px;color:var(--muted);font-size:9px;font-weight:700}.training-answer>div{display:grid;grid-template-columns:1fr auto;gap:9px}.training-answer input{min-height:50px;padding:0 15px;border:1px solid #aab9b1;border-radius:10px;outline-color:var(--forest-2);background:#fff;font:600 18px Georgia,serif}.training-feedback{max-width:680px;margin:18px auto 0;padding:16px 18px;border-radius:12px}.training-feedback.correct{color:#2b604a;background:#e8f3ec}.training-feedback.incorrect{color:#943f43;background:#fae9e9}.training-feedback strong{font-size:12px}.training-feedback p{margin:5px 0;font-size:11px}.training-feedback small{color:#715b5c;font-size:9px;line-height:1.6}.training-feedback .text-button{min-height:28px;padding:0 7px;color:inherit;font-size:9px}.training-state-card{min-height:440px}@media(max-width:900px){.wordbook-filter-row{align-items:stretch;flex-wrap:wrap}.wordbook-filter-row-secondary .search-box{flex:1 1 240px}}@media(max-width:640px){.wordbook-filter-panel{padding:14px}.wordbook-filter-row{display:grid;gap:12px}.wordbook-filter-row-secondary{grid-template-columns:1fr auto}.status-filter-group,.wordbook-filter-row-secondary .search-box{grid-column:1 / -1}.favorite-only-filter{grid-column:1 / -1;justify-content:center}.word-list>button{grid-template-columns:38px minmax(0,1fr) 58px 52px;gap:6px;padding:0 10px}.word-list .row-meaning{display:none}.row-term small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quality-badge{min-width:54px}}:root{color:#101828;background:#fff;font-family:Inter,SF Pro Text,PingFang SC,Microsoft YaHei,system-ui,sans-serif;--ink: #101828;--muted: #667085;--line: #e4e7ec;--paper: #ffffff;--cream: #ffffff;--forest: #4f378b;--forest-2: #6941c6;--mint: #f4f3ff;--coral: #6941c6;--coral-soft: #f4f3ff;--amber: #dc6803;--rose: #d92d20;--shadow: 0 1px 2px rgb(16 24 40 / 5%)}html{min-width:1024px;background:#fff}body{min-width:1024px;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{color:#344054}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgb(127 86 217 / 24%);outline-offset:2px}.app-shell{grid-template-columns:224px minmax(0,1fr);background:#fff}.sidebar{width:224px;padding:30px 20px;color:#344054;background:#fff;border-right:1px solid var(--line)}.brand{gap:12px;margin:0 8px 38px}.brand-mark,.import-brand>span{width:44px;height:44px;padding:0;border-radius:12px;color:#fff;background:#4f378b;object-fit:cover;box-shadow:none}.brand strong,.import-brand strong{color:#101828;font:700 20px/1.25 Inter,PingFang SC,system-ui,sans-serif;letter-spacing:-.02em}.brand small,.import-brand small{color:#667085;font-size:11px}.sidebar nav{gap:6px}.sidebar nav a{min-height:48px;padding:0 12px;gap:12px;border-radius:8px;color:#344054;font-size:14px;font-weight:500;transition:color .16s ease,background-color .16s ease}.sidebar nav a:hover{color:#344054;background:#f9fafb}.sidebar nav a.router-link-active{color:#42307d;background:#f4f3ff;font-weight:600}.nav-icon{width:20px;height:20px;flex:none}.app-main{grid-column:2;background:#fff}.page{width:min(1120px,calc(100% - 80px));padding:42px 0 64px}.page-title{min-height:76px;margin-bottom:30px;align-items:flex-end}.page-title p,.section-heading p,.journey-card p{margin-bottom:6px;color:#6941c6;font-size:10px;letter-spacing:.12em}.page-title h1{color:#101828;font:700 32px/1.25 Inter,PingFang SC,system-ui,sans-serif;letter-spacing:-.035em}.page-title>div>span{margin-top:8px;color:#667085;font-size:13px}.date-pill,.version-chip{padding:7px 10px;border-color:#d0d5dd;border-radius:7px;color:#475467;background:#fff;font-size:11px}.primary-button,.secondary-button,.danger-button,.text-button{min-height:40px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:600;box-shadow:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.primary-button,.primary-button.coral{color:#fff;background:#4f378b;box-shadow:0 1px 2px #10182814}.primary-button:hover,.primary-button.coral:hover{background:#42307d;box-shadow:0 1px 3px #1018281f;transform:none}.secondary-button{border-color:#d0d5dd;color:#344054;background:#fff;box-shadow:0 1px 2px #1018280d}.secondary-button:hover{border-color:#98a2b3;background:#f9fafb;transform:none}.danger-button{border-color:#fecdca;color:#b42318;background:#fff}.text-button{color:#6941c6}.today-page{width:min(1120px,calc(100% - 80px));padding-top:44px}.today-heading{min-height:40px;margin-bottom:30px;display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.today-heading h1{margin:0;color:#101828;font-size:31px;font-weight:700;line-height:1.25;letter-spacing:-.035em}.today-heading time{flex:none;padding-top:8px;color:#344054;font-size:14px;font-weight:500}.today-workspace{padding:0 38px;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.today-workspace>h2{margin:0;padding:32px 0 6px;color:#101828;font-size:17px;font-weight:650}.today-task-row{min-height:250px;display:grid;grid-template-columns:48px minmax(340px,1fr) 260px 156px;align-items:center;gap:24px}.today-task-row+.today-task-row{border-top:1px solid var(--line)}.today-task-row .task-index{width:46px;height:46px;transform:translateY(-48px);color:#4f378b;background:#f4f3ff;font:650 15px/1 Inter,system-ui,sans-serif}.today-task-row .task-copy{align-self:center}.task-label-line{display:flex;align-items:center;gap:10px}.task-label-line strong{color:#101828;font-size:14px;font-weight:650}.task-label-line span{padding:3px 8px;border:1px solid #e4e7ec;border-radius:6px;color:#475467;background:#f9fafb;font-size:11px;line-height:1.4}.today-task-row .task-copy h3{margin:28px 0 12px;color:#101828;font:650 24px/1.35 Inter,PingFang SC,system-ui,sans-serif;letter-spacing:-.025em}.today-task-row .task-copy p{min-height:0;margin:0;color:#667085;font-size:12px;line-height:1.75}.today-task-row .task-copy b{color:#344054}.task-progress{min-width:0}.task-progress small{display:block;margin-bottom:14px;color:#475467;font-size:11px}.task-progress .linear-progress{height:7px;margin:0;background:#f2f4f7}.task-progress .linear-progress span{background:#7f56d9}.today-task-row .task-action{width:100%;min-height:46px;white-space:nowrap}.today-task-row .secondary-button.task-action{border-color:#4f378b;color:#4f378b}.today-support{margin-top:40px;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(480px,1.6fr);gap:38px}.today-support h2{margin:0 0 22px;color:#101828;font-size:15px;font-weight:650}.memory-rule{padding:10px 28px 0 16px;border-right:1px solid var(--line)}.memory-rule p{margin:0 0 8px;color:#667085;font-size:12px;line-height:1.65}.week-calendar{padding-top:10px}.week-days{display:grid;grid-template-columns:repeat(7,minmax(46px,1fr));gap:12px}.week-days>div{display:grid;justify-items:center;gap:10px}.week-days span{color:#667085;font-size:11px}.week-days strong{width:46px;height:46px;display:grid;place-items:center;border:1px solid #d0d5dd;border-radius:8px;color:#344054;background:#fff;font-size:13px;font-weight:600}.week-days .today span{color:#4f378b;font-weight:650}.week-days .today strong{border-color:#4f378b;color:#fff;background:#4f378b;box-shadow:0 1px 2px #10182814}.import-panel,.preview-panel,.word-card,.training-card,.complete-card,.settings-card,.mastery-section,.calendar-section,.history-section,.wordbook-filter-panel,.category-progress-grid button,.wordbook-overview>div,.category-progress-section article{border-color:var(--line);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.settings-card,.mastery-section,.calendar-section,.history-section{padding:26px}.section-heading h2{color:#101828;font:650 19px/1.35 Inter,PingFang SC,system-ui,sans-serif}.journey-card,.next-suggestion{border:1px solid #e9e4f5;border-radius:10px;color:#42307d;background:#f9f7ff;box-shadow:none}.journey-card p,.next-suggestion p{color:#6941c6}.journey-card h2,.journey-card h2 strong,.journey-number,.next-suggestion h2{color:#42307d;font-family:Inter,PingFang SC,system-ui,sans-serif}.journey-card span,.next-suggestion span{color:#667085}.word-card{padding:32px}.word-card h2,.complete-card h2,.training-prompt h2,.training-answer input,.row-term strong,.session-progress strong,.category-progress-grid strong,.wordbook-overview strong,.category-progress-section strong,.mastery-stats strong,.selected-day-card strong,.calendar-grid small{font-family:Inter,PingFang SC,system-ui,sans-serif}.word-card h2{letter-spacing:-.04em}.phonetic-button{display:inline-flex;align-items:center;gap:6px}.phonetic-button .phonetic-text{margin-right:4px}.inline-icon,.filter-icon,.drawer-actions .secondary-button svg{width:16px;height:16px;flex:none}.content-badge,.quality-badge,.pos-chip,.row-status,.good-chip,.bad-chip{border-radius:6px}.recall-prompt,.meaning-block,.detail-grid>section,.phonics-note,.rating-panel,.training-prompt,.selected-day-card,.history-list article,.mastery-stats article{border-color:var(--line);border-radius:8px;background:#f9fafb}.session-strip{color:#475467}.session-strip .linear-progress,.mastery-bar,.linear-progress{background:#f2f4f7}.rating-panel button{border-radius:8px;box-shadow:none}.rating-known{border:1px solid #abefc6;color:#067647;background:#ecfdf3}.rating-fuzzy{border:1px solid #fedf89;color:#b54708;background:#fffaeb}.rating-unknown{border:1px solid #fecdca;color:#b42318;background:#fef3f2}.category-progress-grid button:hover,.category-progress-grid button.active,.filter-chips button.active,.category-tabs button.active{border-color:#7f56d9;color:#42307d;background:#f4f3ff}.category-tabs button.active small{color:#6941c6}.wordbook-filter-panel{padding:18px}.wordbook-filter-panel .search-box{align-self:flex-end;height:38px}.filter-chips button,.category-tabs button,.pagination button,.search-box,.favorite-only-filter,.setting-row select,.training-answer input,.drawer-actions textarea{border-color:#d0d5dd;border-radius:8px;background:#fff}.filter-chips button:hover{border-color:#98a2b3}.word-list{border-color:var(--line);border-radius:10px;box-shadow:var(--shadow)}.word-list>button{border-bottom-color:#eaecf0}.word-list>button:hover{background:#f9fafb}.drawer-backdrop{background:#10182873;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.word-drawer{border-radius:10px 0 0 10px;background:#f9fafb}.drawer-close{display:inline-grid;place-items:center;color:#475467;background:#fff;border:1px solid #d0d5dd}.drawer-close svg{width:18px;height:18px}.favorite-star,.note-mark{width:13px;height:13px}.calendar-grid button{border-radius:8px;background:#f9fafb}.calendar-grid button.active{color:#42307d;background:#f4f3ff}.calendar-grid button.medium{color:#42307d;background:#e9d7fe}.calendar-grid button.strong{color:#fff;background:#6941c6}.calendar-grid button.selected{border-color:#7f56d9;box-shadow:0 0 0 2px #7f56d92e}.training-feedback.correct{color:#067647;background:#ecfdf3}.training-feedback.incorrect{color:#b42318;background:#fef3f2}.import-hero h1,.source-instructions h2,.preview-heading h2,.fresh-confirm h2{font-family:Inter,PingFang SC,system-ui,sans-serif}.file-picker{border-color:#b7a4df;border-radius:10px;background:#fafaff}.file-picker span,.import-brand{color:#4f378b}@media(max-width:1200px){.page,.today-page{width:calc(100% - 56px)}.today-workspace{padding:0 30px}.today-task-row{grid-template-columns:46px minmax(280px,1fr) minmax(150px,190px) 144px;gap:18px}.today-task-row .task-progress,.today-task-row .task-action{min-width:0}.today-support{grid-template-columns:.8fr 1.4fr;gap:24px}.week-days{gap:7px}}.learning-page{max-width:1040px;padding-top:18px;padding-bottom:40px}.learning-page .page-title{min-height:48px;margin-bottom:8px;align-items:center}.learning-page .page-title p{display:none}.learning-page .page-title h1{font-size:24px}.learning-page .page-title>div>span{margin-top:3px;font-size:10px;line-height:1.4}.learning-page .session-progress strong{font-size:27px}.learning-page .direction-legend{margin:0 0 8px;padding:6px 10px}.learning-page .direction-legend span{padding:4px 9px}.learning-page .session-strip{margin:0 0 8px}.word-card{padding:0;overflow:hidden;border-radius:16px}.word-drawer .word-card{padding:0}.word-card-top{position:relative;min-height:168px;padding:28px 32px}.word-card-top.has-answer{height:248px;min-height:248px;padding:0;display:grid;grid-template-columns:minmax(0,56%) minmax(280px,44%);grid-template-rows:248px;align-items:stretch;gap:0;background:#fff}.word-hero-copy{position:relative;z-index:3;min-width:0}.word-card-top.has-answer .word-hero-copy{padding:26px 0 20px 32px}.word-card h2{margin:12px 0 7px;color:#101828;font-size:clamp(48px,5vw,64px);line-height:.98}.word-card-top.has-answer h2{margin-top:15px}.word-card .phonetic-button{color:#6941c6}.word-card .pos-chip{align-self:flex-start}.word-card .meaning-block{max-width:520px;margin-top:18px;padding:0 24px 0 14px;border:0;border-left:3px solid #7f56d9;border-radius:0;background:transparent}.word-card .meaning-block .field-label{margin-bottom:5px}.word-card .meaning-block strong{overflow-wrap:anywhere;color:#344054;font:650 19px/1.35 Inter,PingFang SC,system-ui,sans-serif}.word-card .meaning-block span{max-width:480px;margin-top:4px;color:#667085;font-size:10px;line-height:1.45}.word-card .word-image{position:relative;min-width:0;height:248px;min-height:248px;margin:0;overflow:hidden;border:0;border-radius:0;background:#f4f3ff}.word-card .word-image:before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(90deg,#ffffff 0%,rgb(255 255 255 / 94%) 8%,rgb(255 255 255 / 62%) 23%,rgb(255 255 255 / 12%) 48%,transparent 68%)}.word-card .word-image img,.word-card .image-skeleton,.word-card .image-fallback{width:100%;height:248px;min-height:248px;object-fit:cover}.word-card.is-revealed .word-image img,.word-card.is-revealed .image-skeleton,.word-card.is-revealed .image-fallback{animation:word-card-visual-in .38s ease-out both}.word-card .image-skeleton,.word-card .image-fallback{padding:0 18px 0 54px;color:#667085;background:linear-gradient(120deg,#f4f3ff,#fafaff,#f4f3ff)}.word-card .image-fallback span{color:#6941c62e}.word-card .word-image figcaption{position:absolute;z-index:2;right:9px;bottom:9px;left:auto;min-height:24px;max-width:calc(100% - 72px);padding:4px 7px;gap:8px;border:1px solid rgb(255 255 255 / 55%);border-radius:5px;color:#475467;background:#ffffffd1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.word-details{margin:0;padding:14px 24px 16px;border-top:1px solid #eaecf0;background:#fff}.word-card .detail-grid{margin:0;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:10px}.word-card .detail-grid>section,.word-card .phonics-note{min-width:0;padding:11px 14px;border-radius:8px;background:#f9fafb}.word-card .detail-grid strong{overflow-wrap:anywhere;color:#101828;font:600 13px/1.4 Inter,PingFang SC,system-ui,sans-serif}.word-card .detail-grid span,.word-card .phonics-note span{margin-top:4px;color:#667085;font-size:10px;line-height:1.45}.word-card .phonics-note{margin-top:10px;display:grid;grid-template-columns:170px minmax(0,1fr);align-items:center;gap:12px}.word-card .phonics-note .field-label,.word-card .phonics-note span{margin:0}.word-card .rating-panel{margin-top:11px;padding:11px 0 0;border-radius:0;background:transparent}.word-card .rating-panel>p{margin-bottom:8px}.word-card .rating-panel>div{gap:8px}.word-card .rating-panel button{min-height:54px;padding:7px 12px;display:flex;align-items:center;justify-content:center;gap:9px;text-align:left}.word-card .rating-panel .rating-symbol{width:22px;height:22px;flex:none;margin:0;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;color:inherit;font-size:15px;font-weight:700;line-height:1}.word-card .rating-panel .rating-copy{display:flex;flex-direction:column;gap:2px;margin:0;color:inherit;font-size:inherit}.word-card .rating-panel strong{display:block;font-size:12px;line-height:1.2}.word-card .rating-panel small{color:#667085;font-size:8px;line-height:1.2}.word-card .rating-panel>small{display:block;margin-top:7px;color:#98a2b3;text-align:center}.word-card .rating-panel>p[aria-live]{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.word-card .source-line{margin-top:6px;overflow:hidden;color:#98a2b3;text-overflow:ellipsis;white-space:nowrap}.word-card .recall-prompt{min-height:294px;margin:0 24px 24px;border:1px solid #eaecf0;background:#fafaff}@keyframes word-card-visual-in{0%{opacity:0;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.word-card.is-revealed .word-image img,.word-card.is-revealed .image-skeleton,.word-card.is-revealed .image-fallback{animation:none}}
