:root{--bg:#f7f0e6;--surface:#fffdf8;--surface-2:#f1e6d8;--text:#2e241f;--muted:#75665e;--line:#e2d4c3;--primary:#b75d3d;--primary-strong:#93442d;--primary-soft:#f5dfd5;--amber:#d8913f;--green:#4f7c65;--green-soft:#e2efe7;--shadow:0 18px 48px #5c3f2b1a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg:#1d1917;--surface:#29221e;--surface-2:#352b26;--text:#f7eee7;--muted:#c3b3a9;--line:#493a32;--primary:#e39a79;--primary-strong:#f2b497;--primary-soft:#4a2f27;--amber:#efb86d;--green:#91c5a8;--green-soft:#263b31;--shadow:0 18px 50px #00000038;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}button,input{font:inherit}button{color:inherit}.loading-screen{text-align:center;place-content:center;justify-items:center;min-height:100svh;padding:24px;display:grid}.loading-screen h1{margin:18px 0 4px;font-size:30px}.loading-screen p{color:var(--muted);max-width:360px;line-height:1.7}.login-screen{min-height:100svh;padding:max(24px, env(safe-area-inset-top)) 20px max(24px, env(safe-area-inset-bottom));background:radial-gradient(circle at 12% 12%, var(--primary-soft), transparent 33%), radial-gradient(circle at 88% 84%, var(--green-soft), transparent 30%), var(--bg);place-items:center;display:grid}.login-card{border:1px solid var(--line);background:var(--surface);width:min(430px,100%);box-shadow:var(--shadow);border-radius:28px;padding:34px}.login-card>.brand-mark{margin-bottom:24px}.login-card h1{letter-spacing:-.035em;margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(31px,8vw,43px)}.login-intro{color:var(--muted);margin:12px 0 24px;line-height:1.65}.login-form{gap:15px;display:grid}.login-form>label:not(.remember-row){color:var(--muted);gap:7px;font-size:12px;font-weight:750;display:grid}.login-form input:not([type=checkbox]){border:1px solid var(--line);background:var(--bg);width:100%;height:52px;color:var(--text);border-radius:14px;outline:none;padding:0 14px;font-size:16px}.login-form input:not([type=checkbox]):focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.remember-row{cursor:pointer;align-items:center;gap:11px;padding:4px 2px;display:flex}.remember-row input{width:19px;height:19px;accent-color:var(--primary)}.remember-row span{gap:2px;display:grid}.remember-row strong{font-size:13px}.remember-row small,.login-note{color:var(--muted);font-size:11px}.login-form>button{background:var(--primary);color:#fff9f4;cursor:pointer;border:0;border-radius:15px;min-height:52px;font-weight:800}.login-form>button:disabled{cursor:default;opacity:.65}.login-error{background:color-mix(in srgb, #c5423b 13%, var(--surface));color:var(--primary-strong);border-radius:12px;margin:0;padding:11px 13px;font-size:13px;line-height:1.5}.login-note{text-align:center;margin-top:18px;display:block}.app-shell{min-height:100svh;padding-bottom:92px}.topbar{z-index:20;height:70px;padding:max(10px, env(safe-area-inset-top)) 22px 10px;background:color-mix(in srgb, var(--bg) 88%, transparent);border-bottom:1px solid color-mix(in srgb, var(--line) 70%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.brand{cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:18px;font-weight:760;display:flex}.brand-mark{background:var(--primary);color:#fff9f4;width:64px;height:64px;box-shadow:var(--shadow);border-radius:21px 21px 21px 8px;place-items:center;font-family:Georgia,serif;font-size:35px;font-weight:700;display:grid}.brand-mark.small{width:36px;height:36px;box-shadow:none;border-radius:12px 12px 12px 5px;font-size:20px}.sync-pill{background:var(--surface-2);color:var(--muted);cursor:pointer;border:0;border-radius:999px;padding:7px 11px;font-size:12px}.sync-pill.synced{background:var(--green-soft);color:var(--green)}.sync-pill.syncing:before{content:"";background:var(--amber);border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.content{width:min(760px,100%);margin:0 auto;padding:28px 20px 48px}.welcome{padding:18px 2px 22px}.eyebrow{color:var(--primary);letter-spacing:.07em;margin:0 0 9px;font-size:13px;font-weight:760}.welcome h1{letter-spacing:-.04em;margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(35px,9vw,55px)}.welcome>p:last-child{color:var(--muted);margin:12px 0 0;line-height:1.7}.total-learning-progress{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:15px;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:12px;padding:12px 16px;display:flex;box-shadow:0 6px 20px #5234230a}.total-learning-progress>span{font-size:12px;font-weight:750}.total-learning-progress strong{color:var(--primary);font-family:Georgia,serif;font-size:22px}.total-learning-progress small{color:var(--muted);font-size:13px;font-weight:650}.daily-overview{border:1px solid var(--line);background:var(--line);box-shadow:var(--shadow);border-radius:20px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.daily-overview div{background:var(--surface);text-align:center;flex-direction:column;gap:5px;min-width:0;padding:18px 12px;display:flex}.daily-overview strong{color:var(--primary);font-family:Georgia,serif;font-size:28px}.daily-overview span{color:var(--muted);font-size:11px;line-height:1.35}.action-grid{gap:13px;margin-top:20px;display:grid}.action-card{border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;border-radius:20px;grid-template-columns:50px 1fr auto;align-items:center;gap:15px;width:100%;padding:18px;transition:transform .18s,border-color .18s;display:grid;box-shadow:0 8px 28px #5234230d}.action-card:hover{border-color:var(--primary);transform:translateY(-2px)}.action-card .action-icon{border-radius:15px;place-items:center;width:50px;height:50px;font-family:Georgia,serif;font-size:20px;font-weight:700;display:grid}.action-card.learn .action-icon{background:var(--primary-soft);color:var(--primary)}.action-card.review .action-icon{background:var(--green-soft);color:var(--green)}.action-card.test .action-icon{background:color-mix(in srgb, var(--amber) 18%, var(--surface));color:var(--amber)}.action-card strong,.action-card small{display:block}.action-card strong{margin-bottom:5px;font-size:17px}.action-card small{color:var(--muted);line-height:1.4}.action-card b{color:var(--muted);font-size:30px;font-weight:300}.source-note{color:var(--muted);text-align:center;margin:21px 8px 0;font-size:11px;line-height:1.6}.section-heading{align-items:center;gap:13px;margin-bottom:15px;display:flex}.section-heading>button{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:13px;width:42px;height:42px}.section-heading div{flex:1;justify-content:space-between;align-items:baseline;gap:10px;display:flex}.section-heading span{font-size:22px;font-weight:800}.section-heading small{color:var(--muted)}.progress-track{background:var(--surface-2);border-radius:99px;height:7px;margin:0 2px 18px;overflow:hidden}.progress-track span{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--amber));height:100%;transition:width .3s;display:block}.word-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:25px;padding:24px;position:relative;overflow:hidden}.word-card:after{content:"";background:var(--primary-soft);opacity:.6;border-radius:50%;width:130px;height:130px;position:absolute;top:-70px;right:-65px}.word-card-top{z-index:1;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.level{background:var(--primary-soft);min-width:37px;color:var(--primary);border-radius:8px;justify-content:center;margin-right:8px;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex}.level-c1,.level-c2{background:color-mix(in srgb, var(--amber) 18%, var(--surface));color:var(--amber)}.part-of-speech,.coverage{color:var(--muted);font-size:12px}.word-card h2{overflow-wrap:anywhere;margin:28px 0 3px;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,11vw,62px);line-height:1.03}.phonetic{color:var(--muted);margin:5px 0 13px}.audio-row{gap:8px;margin:12px 0 20px;display:flex}.audio-button{border:1px solid var(--line);background:var(--surface-2);cursor:pointer;border-radius:999px;padding:8px 12px;font-size:12px}.meaning-block{background:var(--primary-soft);border-radius:16px;padding:17px 18px}.meaning-block strong{color:var(--primary-strong);font-size:18px;line-height:1.55;display:block}.meaning-block p{color:var(--text);margin:8px 0 0;line-height:1.55}.meaning-sense-list{gap:10px;display:grid}.meaning-sense-list>div{grid-template-columns:minmax(80px,auto) 1fr;align-items:baseline;gap:12px;display:grid}.meaning-sense-list span{color:var(--primary-strong);text-transform:lowercase;font-size:12px;font-weight:800}.example-block{border-left:3px solid var(--amber);margin-top:18px;padding-left:16px}.example-block p{margin:5px 0;line-height:1.55}.example-block p:last-child{color:var(--muted)}.detail-line{color:var(--muted);gap:12px;margin:16px 0 0;line-height:1.6;display:flex}.detail-line span{color:var(--text);flex:none;font-weight:750}.year-list{border-top:1px solid var(--line);color:var(--muted);margin:19px 0 0;padding-top:16px;font-size:12px;line-height:1.6}.review-note{color:var(--muted);text-align:center;margin:14px 0 0;font-size:12px}.learning-note{color:var(--muted);text-align:center;margin:14px 0 0;font-size:12px;line-height:1.5}.binary-actions{grid-template-columns:1fr 1.25fr;gap:12px;margin-top:17px;display:grid}.binary-actions button,.empty-state button,.answer-form button,.feedback button{cursor:pointer;border:0;border-radius:16px;min-height:52px;padding:12px 18px;font-weight:780}.binary-actions button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.binary-actions button:disabled{cursor:default;opacity:.72}.primary,.empty-state button,.answer-form button,.feedback button{background:var(--primary);color:#fff9f4}.secondary{background:var(--surface);border:1px solid var(--line)!important}.empty-state{border:1px solid var(--line);background:var(--surface);text-align:center;border-radius:25px;justify-items:center;padding:68px 22px;display:grid}.empty-state>span{background:var(--green-soft);width:68px;height:68px;color:var(--green);border-radius:22px;place-items:center;font-family:Georgia,serif;font-size:30px;display:grid}.empty-state h2{margin:22px 0 8px}.empty-state p{color:var(--muted);margin:0 0 22px;line-height:1.6}.empty-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.empty-actions .secondary{color:var(--text)}.review-flashcard{border:1px solid var(--line);background:var(--surface);width:100%;min-height:min(430px,58svh);box-shadow:var(--shadow);cursor:pointer;border-radius:25px;place-items:center;padding:28px;display:grid}.review-flashcard strong{overflow-wrap:anywhere;font-family:Georgia,Times New Roman,serif;font-size:clamp(43px,13vw,76px);line-height:1.05}.question-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:25px;padding:24px}.attempt-label{background:var(--surface-2);color:var(--muted);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.question-card h2{margin:21px 0 5px;font-size:20px}.question-en{color:var(--muted);margin:0}.definition-zh{margin:20px 0 4px;font-size:18px;font-weight:750}.definition-en{color:var(--muted);margin:0;line-height:1.55}.question-prompt{letter-spacing:.02em;text-align:center;overflow-wrap:anywhere;margin:30px 0;font-family:Georgia,serif;font-size:clamp(31px,9vw,48px);font-weight:700}.option-list{gap:10px;display:grid}.option-list button{border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;border-radius:14px;align-items:flex-start;gap:12px;width:100%;padding:15px;line-height:1.5;display:flex}.option-list button:hover{border-color:var(--primary);background:var(--primary-soft)}.option-list button span{background:var(--surface-2);width:25px;height:25px;color:var(--muted);border-radius:8px;flex:none;place-items:center;font-size:11px;font-weight:800;display:grid}.answer-form{gap:11px;display:grid}.answer-form input{border:1px solid var(--line);background:var(--bg);width:100%;height:54px;color:var(--text);border-radius:14px;outline:none;padding:0 15px;font-size:16px}.answer-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.feedback{border-radius:15px;margin-top:16px;padding:16px;line-height:1.55}.feedback.retry{background:color-mix(in srgb, var(--amber) 14%, var(--surface));color:var(--text)}.feedback.complete{background:var(--green-soft)}.feedback p{margin:4px 0}.feedback button{width:100%;margin-top:12px}.settings-view{gap:14px;display:grid}.settings-view .section-heading{margin-bottom:2px}.settings-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;padding:21px}.settings-card h2{margin:0 0 7px;font-size:17px}.settings-card p{color:var(--muted);margin:5px 0;line-height:1.65}.setting-title{justify-content:space-between;align-items:center;display:flex}.setting-title strong{color:var(--primary);font-family:Georgia,serif;font-size:31px}.target-number{border:1px solid var(--line);background:var(--bg);width:82px;height:52px;color:var(--primary);text-align:center;border-radius:14px;padding:0 10px;font-family:Georgia,serif;font-size:27px;font-weight:750}.settings-card input[type=range]{width:100%;accent-color:var(--primary);margin-top:18px}.range-labels{color:var(--muted);justify-content:space-between;font-size:11px;display:flex}.schedule-editor{gap:12px;display:grid}.schedule-phase{border:1px solid var(--line);background:var(--bg);border-radius:15px;grid-template-columns:minmax(130px,1fr) auto auto;align-items:center;gap:10px;padding:14px;display:grid}.schedule-phase>div{gap:3px;display:grid}.schedule-phase>div span{color:var(--muted);font-size:12px}.schedule-phase label{color:var(--muted);white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:flex}.schedule-phase input{border:1px solid var(--line);background:var(--surface);width:60px;height:40px;color:var(--text);text-align:center;border-radius:10px;padding:0 7px}.schedule-phase.continuing{grid-template-columns:1fr auto}.schedule-preview{background:var(--green-soft);border-radius:14px;gap:7px;padding:15px;display:grid}.schedule-preview span{color:var(--green);font-size:12px;font-weight:750}.schedule-preview strong{line-height:1.6}.vocabulary-access,.account-access{justify-content:space-between;align-items:center;gap:16px;display:flex}.account-access strong{color:var(--text)}.settings-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.settings-actions button,.settings-actions a,.vocabulary-toolbar a,.load-more{background:var(--primary);color:#fff9f4;cursor:pointer;border:0;border-radius:12px;padding:11px 14px;font-size:13px;font-weight:750;text-decoration:none}.settings-actions a{border:1px solid var(--line);background:var(--surface-2);color:var(--text)}.pairing{text-align:center;justify-items:center;display:grid}.pairing img{border-radius:14px;width:min(280px,82vw);margin:13px 0}.pairing small{color:var(--muted)}.schedule{font-weight:700;color:var(--text)!important}.vocabulary-view{gap:15px;display:grid}.vocabulary-toolbar{border:1px solid var(--line);background:var(--surface);border-radius:18px;grid-template-columns:1fr auto auto;gap:10px;padding:14px;display:grid}.vocabulary-toolbar input,.vocabulary-toolbar select{border:1px solid var(--line);background:var(--bg);min-width:0;height:45px;color:var(--text);border-radius:12px;outline:none;padding:0 12px}.vocabulary-toolbar input:focus,.vocabulary-toolbar select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.vocabulary-toolbar a{white-space:nowrap;place-items:center;display:grid}.vocabulary-list{gap:10px;display:grid}.vocabulary-row{border:1px solid var(--line);background:var(--surface);border-radius:17px;padding:17px 18px}.vocabulary-row-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.vocabulary-row h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:24px}.vocabulary-row .level{margin:0}.vocabulary-senses{gap:7px;margin:13px 0;display:grid}.vocabulary-senses p{grid-template-columns:minmax(95px,auto) 1fr;gap:10px;margin:0;line-height:1.55;display:grid}.vocabulary-senses span{color:var(--primary);font-size:12px;font-weight:800}.vocabulary-row small{color:var(--muted);line-height:1.5}.load-more{justify-self:center;min-width:180px}.compact-empty{padding:44px 22px}.developer-shell{background:var(--bg);min-height:100svh}.developer-topbar{z-index:30;min-height:72px;padding:max(11px, env(safe-area-inset-top)) 28px 11px;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:space-between;align-items:center;gap:18px;display:flex;position:sticky;top:0}.developer-brand{align-items:center;gap:11px;display:flex}.developer-brand>div{gap:2px;display:grid}.developer-brand strong{font-size:17px}.developer-brand small{color:var(--muted);font-size:11px}.developer-top-actions{align-items:center;gap:8px;display:flex}.developer-top-actions>span{color:var(--muted);margin-right:7px;font-size:12px}.developer-top-actions button,.developer-error button{background:var(--primary);color:#fff9f4;cursor:pointer;border:0;border-radius:11px;min-height:38px;padding:8px 13px;font-size:12px;font-weight:750}.developer-top-actions button.quiet{border:1px solid var(--line);background:var(--surface);color:var(--text)}.developer-top-actions button:disabled{opacity:.58;cursor:default}.developer-layout{grid-template-columns:245px minmax(0,1fr);width:min(1380px,100%);margin:0 auto;display:grid}.developer-sidebar{border-right:1px solid var(--line);min-height:calc(100svh - 72px);padding:28px 18px}.developer-sidebar-heading{color:var(--muted);justify-content:space-between;align-items:center;padding:0 7px 13px;font-size:12px;font-weight:750;display:flex}.developer-sidebar-heading strong{background:var(--surface-2);min-width:25px;color:var(--text);text-align:center;border-radius:8px;padding:4px 7px}.developer-student-list{gap:8px;display:grid}.developer-student-list button{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:15px;grid-template-columns:39px 1fr;align-items:center;gap:11px;width:100%;padding:10px;display:grid}.developer-student-list button>span{background:var(--surface-2);width:39px;height:39px;color:var(--primary);border-radius:12px;place-items:center;font-family:Georgia,serif;font-size:18px;font-weight:800;display:grid}.developer-student-list button>div{gap:3px;min-width:0;display:grid}.developer-student-list button strong{text-overflow:ellipsis;overflow:hidden}.developer-student-list button small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.developer-student-list button.active{border-color:var(--line);background:var(--surface);box-shadow:0 7px 24px #5234230f}.developer-student-list button.active>span{background:var(--primary-soft);color:var(--primary-strong)}.developer-privacy-note{color:var(--muted);margin:24px 8px 0;font-size:10px;line-height:1.65}.developer-main{min-width:0;padding:38px clamp(20px,4vw,55px) 70px}.developer-loading,.developer-error{min-height:45svh;color:var(--muted);text-align:center;place-content:center;justify-items:center;gap:13px;display:grid}.developer-error p{margin:0}.developer-hero{justify-content:space-between;align-items:end;gap:22px;margin-bottom:25px;display:flex}.developer-hero p{color:var(--primary);letter-spacing:.08em;margin:0 0 6px;font-size:12px;font-weight:800}.developer-hero h1{letter-spacing:-.04em;margin:0 0 6px;font-family:Georgia,Songti SC,serif;font-size:clamp(36px,6vw,56px)}.developer-hero span,.developer-hero small{color:var(--muted);font-size:11px}.developer-hero>div:last-child{justify-items:end;gap:4px;display:grid}.developer-hero>div:last-child strong{font-size:13px}.developer-metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.developer-metrics>div,.developer-mini-metrics>div{border:1px solid var(--line);background:var(--surface);border-radius:17px;min-width:0;padding:17px;box-shadow:0 7px 24px #5234230a}.developer-metrics span,.developer-mini-metrics span{color:var(--muted);margin-bottom:9px;font-size:10px;font-weight:750;display:block}.developer-metrics strong,.developer-mini-metrics strong{color:var(--primary);font-family:Georgia,serif;font-size:clamp(20px,2.4vw,29px);line-height:1}.developer-metrics small{color:var(--muted);margin-left:4px;font-size:10px}.developer-tabs{border:1px solid var(--line);background:var(--surface);border-radius:15px;gap:7px;margin:25px 0 15px;padding:6px;display:flex}.developer-tabs button{min-height:41px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;flex:1;padding:8px 12px;font-size:12px;font-weight:750}.developer-tabs button.active{background:var(--primary-soft);color:var(--primary-strong)}.developer-panel-stack{gap:14px;display:grid}.developer-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;min-width:0;padding:23px;box-shadow:0 8px 30px #5234230b}.developer-card-heading{justify-content:space-between;align-items:start;gap:20px;margin-bottom:22px;display:flex}.developer-card-heading p{color:var(--primary);letter-spacing:.07em;margin:0 0 4px;font-size:10px;font-weight:800}.developer-card-heading h2{margin:0;font-size:18px}.developer-card-heading>small{max-width:280px;color:var(--muted);text-align:right;font-size:10px;line-height:1.55}.developer-two-column{grid-template-columns:1.35fr .85fr;gap:14px;display:grid}.activity-chart{align-items:stretch;gap:clamp(5px,1.3vw,15px);min-height:220px;padding:8px 2px 0;display:flex;overflow-x:auto}.activity-bar-column{flex:1;grid-template-rows:28px 1fr 22px;justify-items:center;gap:5px;min-width:38px;display:grid}.activity-bar-column>span{color:var(--muted);white-space:nowrap;align-self:end;font-size:8px}.activity-bar-column>div{background:var(--surface-2);border-radius:9px;align-items:end;width:min(28px,72%);height:150px;display:flex;overflow:hidden}.activity-bar-column i{background:linear-gradient(180deg, var(--amber), var(--primary));border-radius:9px;width:100%;display:block}.activity-bar-column small{color:var(--muted);white-space:nowrap;font-size:9px}.time-breakdown{gap:15px;display:grid}.time-breakdown>div>div{justify-content:space-between;gap:12px;margin-bottom:7px;font-size:11px;display:flex}.time-breakdown strong{font-size:11px}.time-breakdown i{background:var(--surface-2);border-radius:999px;height:6px;display:block;overflow:hidden}.time-breakdown b{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--amber));height:100%;display:block}.compact-data-list{gap:3px;display:grid}.compact-data-list>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:11px 0;font-size:12px;display:flex}.compact-data-list>div:last-child{border-bottom:0}.compact-data-list span{color:var(--muted)}.compact-data-list strong{color:var(--green)}.developer-empty{border:1px dashed var(--line);min-height:130px;color:var(--muted);text-align:center;border-radius:15px;place-items:center;padding:20px;font-size:12px;line-height:1.6;display:grid}.developer-mini-metrics{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.developer-table-wrap{overflow-x:auto}.developer-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:11px}.developer-table th,.developer-table td{border-bottom:1px solid var(--line);text-align:left;padding:13px 12px}.developer-table th{color:var(--muted);letter-spacing:.04em;font-size:9px}.developer-table tbody tr:last-child td{border-bottom:0}.developer-table td:not(:first-child),.developer-table th:not(:first-child){text-align:right}.developer-word-toolbar{justify-content:space-between;gap:13px;margin-bottom:15px;display:flex}.developer-filter-buttons{flex-wrap:wrap;gap:6px;display:flex}.developer-filter-buttons button{border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:10px;padding:8px 11px;font-size:10px;font-weight:750}.developer-filter-buttons button.active{background:var(--primary-soft);color:var(--primary-strong);border-color:#0000}.developer-word-toolbar input{border:1px solid var(--line);background:var(--bg);width:min(240px,100%);min-height:39px;color:var(--text);border-radius:11px;outline:none;padding:0 12px}.developer-word-toolbar input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.developer-word-list{gap:8px;display:grid}.developer-word-list article{border:1px solid var(--line);background:var(--bg);border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:14px 15px;display:flex}.developer-word-list h3{margin:0 0 5px;font-family:Georgia,serif;font-size:19px}.developer-word-list p{color:var(--muted);margin:0;font-size:11px;line-height:1.45}.developer-word-status{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px 8px;max-width:50%;display:flex}.developer-word-status>span{border-radius:8px;padding:5px 8px;font-size:9px;font-weight:800}.developer-word-status>span.mastered{background:var(--green-soft);color:var(--green)}.developer-word-status>span.learning{background:var(--primary-soft);color:var(--primary-strong)}.developer-word-status>span.due{background:color-mix(in srgb, var(--amber) 18%, var(--surface));color:var(--amber)}.developer-word-status small{color:var(--muted);font-size:9px}.developer-list-note{color:var(--muted);text-align:center;margin:8px 0 0;font-size:10px}.bottom-nav{z-index:30;left:50%;bottom:max(10px, env(safe-area-inset-bottom));border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:22px;grid-template-columns:repeat(5,1fr);width:min(520px,100% - 24px);padding:7px;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 16px 46px #2719122b}.bottom-nav button{min-width:0;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:15px;justify-items:center;gap:3px;padding:8px 4px;font-size:10px;display:grid}.bottom-nav button span{font-family:Georgia,serif;font-size:17px;font-weight:700}.bottom-nav button.active{background:var(--primary-soft);color:var(--primary-strong)}@media (width>=720px){.content{padding-top:42px}.action-grid{grid-template-columns:repeat(3,1fr)}.action-card{grid-template-columns:1fr;align-content:start;min-height:205px}.action-card b{display:none}.daily-overview div{padding:22px}.word-card{padding:32px}}@media (width<=620px){.schedule-phase{grid-template-columns:1fr 1fr}.schedule-phase>div{grid-column:1/-1}.schedule-phase.continuing{grid-template-columns:1fr}.vocabulary-access,.account-access{flex-direction:column;align-items:stretch}.settings-actions{justify-content:flex-start}.vocabulary-toolbar{grid-template-columns:1fr 1fr}.vocabulary-toolbar input{grid-column:1/-1}.developer-topbar{align-items:flex-start;padding-inline:16px}.developer-top-actions{flex-wrap:wrap;justify-content:flex-end}.developer-top-actions>span{text-align:right;width:100%;margin:0}.developer-layout{display:block}.developer-sidebar{border-right:0;min-height:auto;padding:17px 16px 4px}.developer-student-list{display:flex;overflow-x:auto}.developer-student-list button{min-width:210px}.developer-privacy-note{margin:12px 7px}.developer-main{padding:21px 16px 55px}.developer-hero{align-items:start}.developer-hero>div:last-child{display:none}.developer-metrics{grid-template-columns:repeat(2,1fr)}.developer-tabs{overflow-x:auto}.developer-tabs button{min-width:95px}.developer-two-column{grid-template-columns:1fr}.developer-card{padding:18px}.developer-card-heading{gap:7px;display:grid}.developer-card-heading>small{text-align:left}.developer-mini-metrics{grid-template-columns:1fr}.developer-word-toolbar{flex-direction:column;align-items:stretch}.developer-word-toolbar input{width:100%}.developer-word-list article{flex-direction:column;align-items:flex-start}.developer-word-status{justify-content:flex-start;max-width:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
