:root{color:#1f2937;background:#eef6fb;font-family:Noto Sans SC,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.64}h1,h2,h3,p{margin:0}.auth-page{display:grid;grid-template-columns:minmax(360px,560px) minmax(360px,440px);align-items:center;justify-content:center;min-height:100vh;gap:28px;padding:48px;background:radial-gradient(circle at 16% 18%,rgba(255,222,233,.85),transparent 31%),radial-gradient(circle at 84% 20%,rgba(181,255,252,.85),transparent 28%),linear-gradient(135deg,#fff7fb,#e8fbff 46%,#f4fff7)}.brand-panel{width:100%;text-align:center}.brand-mark{display:grid;width:72px;height:72px;margin:0 auto 28px;place-items:center;border:1px solid rgba(255,255,255,.8);border-radius:22px;background:#38a8ff;box-shadow:0 22px 48px #38a8ff47;color:#fff;font-size:32px;font-weight:900}.eyebrow{color:#0f766e;font-size:14px;font-weight:800;letter-spacing:0}h1{max-width:650px;margin:14px 0 0;color:#102033;font-size:54px;line-height:1.08;letter-spacing:0}.brand-copy{max-width:590px;margin:24px auto 0;color:#4f6377;font-size:18px;line-height:1.8}.highlight-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px}.highlight-row span{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border:1px solid rgba(56,168,255,.22);border-radius:999px;background:#ffffffb3;color:#28506f;font-size:14px;font-weight:800;box-shadow:0 10px 28px #2d527014}.auth-card,.glass-card{border:1px solid rgba(255,255,255,.88);border-radius:24px;background:#ffffffeb;box-shadow:0 28px 70px #304e702e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-card{width:100%;justify-self:center;padding:34px}.auth-header{text-align:center}.auth-header h2{margin:8px 0 0;color:#1f2937;font-size:26px;line-height:1.25;letter-spacing:0}.auth-header p:last-child{margin:10px auto 0;color:#64748b;font-size:14px;line-height:1.7}.segmented-control{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-top:26px;padding:4px;border-radius:14px;background:#eef2f7}.segmented-control button{min-height:42px;border:0;border-radius:11px;background:transparent;color:#667085;font-size:14px;font-weight:900}.segmented-control button.active{background:#fff;color:#2563eb;box-shadow:0 8px 18px #324a731f}.auth-form{display:grid;gap:16px;margin-top:24px}.auth-form label{display:grid;gap:8px}.auth-form span,.dialog-copy{color:#526173;font-size:14px;font-weight:700}.auth-form input,.field{width:100%;min-height:50px;padding:0 16px;border:1px solid #dfe7ef;border-radius:14px;outline:0;background:#fff;color:#1f2937}.auth-form input:focus,.field:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa38}.primary-action,.danger-action,.secondary-action,.soft-button,.ghost-button,.mini-button,.link-button,.back-button{border:0;font-weight:900}.primary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;margin-top:4px;border-radius:14px;background:#3b82f6;box-shadow:0 16px 30px #3b82f63d;color:#fff}.primary-action:hover{background:#2563eb}.primary-action.baby-action{background:#5eead4;box-shadow:0 16px 30px #14b8a62e;color:#134e4a}.primary-action.baby-action:hover,.primary-action.baby-action:focus-visible{background:#2dd4bf}.primary-action.register{background:#22c55e;box-shadow:0 16px 30px #22c55e33}.primary-action.compact{min-height:42px;margin:0;padding:0 18px}.primary-action.full{width:100%}.danger-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:14px;background:#dc2626;color:#fff;box-shadow:0 14px 26px #dc26262e}.danger-action:hover,.danger-action:focus-visible{background:#b91c1c}.secondary-action,.soft-button,.ghost-button{min-height:42px;padding:0 16px;border:1px solid #dfe7ef;border-radius:14px;background:#fff;color:#4b5563}.soft-button{display:inline-flex;align-items:center;gap:8px;background:#f3f6fa}.ghost-button{background:transparent}.loading-button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.42);border-top-color:#fff;border-radius:999px;animation:spin .72s linear infinite}.loading-spinner.dark{border-color:#4b556338;border-top-color:#4b5563}@keyframes spin{to{transform:rotate(360deg)}}.link-button,.back-button{padding:0;background:transparent;color:#2563eb;font-size:14px}.form-message{min-height:22px;color:#4b5563;font-size:14px;line-height:1.6}.form-message.success{color:#15803d}.form-message.error{color:#dc2626}.word-save-toast{position:fixed;top:20px;right:20px;z-index:100;display:grid;width:min(360px,calc(100vw - 32px));grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 14px;border:1px solid #bbf7d0;border-radius:15px;background:#f0fdf4fa;box-shadow:0 18px 45px #15803d33;color:#166534;animation:word-toast-in .22s ease-out}.word-save-toast>span{display:grid;width:30px;height:30px;place-items:center;border-radius:999px;background:#22c55e;color:#fff;font-size:17px;font-weight:900}.word-save-toast strong{font-size:13px}.word-save-toast p{margin-top:2px;color:#4b7a5d;font-size:11px;line-height:1.45}.word-save-toast button{width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:#65a30d;font-size:20px;line-height:1}.word-save-toast button:hover,.word-save-toast button:focus-visible{outline:0;background:#dcfce7}@keyframes word-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.app-shell{min-height:100vh;background:linear-gradient(135deg,#ffdee9e6,#b5fffce6),#f0f4f8}.top-nav{position:sticky;top:0;z-index:10;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid #edf2f7;background:#fffffff0;box-shadow:0 6px 20px #2a436514;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-title{display:flex;align-items:center;gap:12px;color:#1f2937;font-size:20px;font-weight:900}.app-logo{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#3b82f6;color:#fff;font-weight:900}.nav-actions,.parent-header>div,.row-actions,.dialog-actions{display:flex;align-items:center;gap:10px}.top-nav .soft-button,.top-nav .ghost-button{white-space:nowrap}.current-child-button{border-color:#99f6e4;background:#f0fdfa;color:#0f766e}.current-child-button:hover,.current-child-button:focus-visible{border-color:#5eead4;background:#ccfbf1;outline:0}.current-child-avatar{display:grid;width:24px;height:24px;place-items:center;border-radius:8px;background:#5eead4;color:#134e4a;font-size:12px;font-weight:900}.page-content{width:min(100%,944px);margin:0 auto;padding:24px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.upload-card{position:relative;display:flex;width:100%;min-height:248px;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin-bottom:24px;border:2px dashed #bfdbfe;border-radius:24px;background:#ffffffeb;box-shadow:0 28px 70px #304e702e;color:#475569}.upload-card:hover{border-color:#60a5fa}.upload-card strong{color:#1f2937;font-size:22px}.upload-card small{color:#2563eb;font-weight:800}.upload-card em{color:#dc2626;font-size:12px;font-style:normal;font-weight:800}.upload-file-name{max-width:min(100%,420px);overflow:hidden;color:#64748b;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.upload-model{position:absolute;right:18px;bottom:14px;color:#94a3b8;font-size:12px;font-weight:700}.upload-card.is-disabled small{color:#dc2626}.upload-icon{display:grid;width:80px;height:80px;place-items:center;border-radius:999px;background:#dbeafe;color:#2563eb;font-size:30px;font-weight:900}.metric-grid,.subject-grid,.type-grid,.reward-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.metric-card{padding:24px}.metric-card p{color:#64748b;font-size:14px}.metric-card>div{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:8px 0 14px}.metric-card strong{color:#eab308;font-size:40px;line-height:1}.metric-card:nth-child(2) strong{color:#3b82f6}.metric-card small{color:#94a3b8;font-size:20px}.metric-card .metric-error{display:block;margin:-6px 0 10px;color:#dc2626;font-size:12px;font-weight:800}.metric-card span{border-radius:999px;background:#fef3c7;color:#a16207;padding:4px 8px;font-size:12px;font-weight:800}.progress-track{width:96px;height:8px;overflow:hidden;border-radius:999px;background:#e5e7eb}.progress-track span{display:block;height:100%;border-radius:inherit;background:#3b82f6}.detail-panel,.white-section,.page-panel,.ai-stream-panel,.ai-result{margin-top:24px}.ai-stream-panel,.ai-result{margin-bottom:24px}.ai-stream-panel{padding:24px;border-left:8px solid #3b82f6;border-radius:20px;background:#fff;box-shadow:0 18px 42px #344a661a}.ai-stream-head{display:flex;justify-content:space-between;gap:16px}.ai-stream-head h3{color:#1f2937;font-size:18px}.ai-stream-head p{margin-top:6px;color:#64748b;font-size:14px}.ai-stream-head>span{align-self:start;border-radius:999px;background:#dbeafe;color:#2563eb;padding:6px 10px;font-size:13px;font-weight:900;white-space:nowrap}.ai-stream-content{margin-top:18px;padding:16px;border:1px solid #dbeafe;border-radius:14px;background:#f8fbff;color:#64748b;font-size:14px;line-height:1.7}.ai-stream-content.has-content{max-height:280px;overflow:auto;color:#334155}.ai-stream-content pre{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}.ai-stream-sections{display:grid;gap:14px}.ai-stream-section{min-width:0}.ai-stream-section+.ai-stream-section{padding-top:14px;border-top:1px solid #dbeafe}.ai-stream-section strong{display:block;margin-bottom:8px;color:#2563eb;font-size:12px}.ai-stream-section.result-stream strong{color:#15803d}.detail-panel{padding:24px}.white-section{padding:24px;border:1px solid #fee2e2;border-radius:20px;background:#fff;box-shadow:0 18px 42px #344a661a}.white-section>p,.panel-copy{margin-top:8px;color:#64748b;font-size:14px;line-height:1.7}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.panel-header h3{color:#1f2937;font-size:18px}.panel-header span{border-radius:999px;background:#eff6ff;color:#2563eb;padding:5px 10px;font-size:12px;font-weight:900;white-space:nowrap}.row-stack{display:grid;gap:10px}.list-row,.task-row,.history-row,.empty-row,.wrong-card{border:1px solid #eef2f7;border-radius:14px;background:#fff}.empty-row{padding:14px 16px;color:#64748b;font-size:14px;font-weight:800}.empty-row.error-row{color:#dc2626}.list-row,.task-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px}.task-row.is-deleted{background:#f1f5f9;color:#94a3b8;opacity:.72}.task-row.is-deleted .row-actions{pointer-events:none}.deleted-task-title{color:#94a3b8;text-decoration:line-through;text-decoration-thickness:2px}.task-row.is-deleted small{color:#94a3b8}.list-row strong,.task-row strong,.wrong-card strong{color:#1f2937;font-size:14px}.list-row span,.task-row small{display:block;margin-top:5px;color:#64748b;font-size:12px}.score-plus{color:#16a34a}.score-minus{color:#dc2626}.required-tag{display:inline-flex;margin-left:8px;padding:2px 7px;border:1px solid #fee2e2;border-radius:999px;background:#fef2f2;color:#dc2626;font-size:10px;vertical-align:middle}.status-pill,.mini-button{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:900;line-height:1;white-space:nowrap}.status-pill.done{background:#dcfce7;color:#15803d}.status-pill.active{background:#fef3c7;color:#a16207}.status-pill.idle{background:#f1f5f9;color:#64748b}.mini-button{background:#eff6ff;color:#2563eb}.mini-button.warning{background:#fffbeb;color:#b45309}.mini-button.danger{background:#fef2f2;color:#dc2626}.subject-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px}.subject-card{min-height:112px;padding:18px;border:1px solid #e0f2fe;border-radius:16px;background:#f8fbff;text-align:left}.subject-card strong,.subject-card span,.subject-card small{display:block}.subject-card strong{color:#0f172a;font-size:18px}.subject-card span{margin-top:12px;color:#dc2626;font-weight:900}.subject-card small{margin-top:5px;color:#64748b}.report-card{padding:24px;border-left:8px solid #22c55e;border-radius:20px;background:#fff;box-shadow:0 18px 42px #344a661a}.report-head{display:flex;justify-content:space-between;gap:16px}.report-head p{margin-top:6px;color:#64748b;font-size:14px}.report-head span{align-self:start;border-radius:999px;background:#dcfce7;color:#15803d;padding:6px 10px;font-size:13px;font-weight:900}.formula-box{display:grid;gap:10px;margin:18px 0;padding:16px;border-radius:14px;background:#f8fafc;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:18px}.formula-box p{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:baseline;line-height:1.45}.formula-box b{font-size:12px}.mistake-list{display:grid;gap:14px;margin:18px 0}.analysis-list-title{margin-top:18px;color:#1f2937;font-size:16px}.analysis-image-preview{margin:18px 0 0;overflow:hidden;border:1px solid #dbeafe;border-radius:16px;background:#f8fafc}.analysis-image-preview img{display:block;width:100%;max-height:420px;object-fit:contain}.analysis-image-preview figcaption{padding:18px;color:#dc2626;font-size:13px;font-weight:800;text-align:center}.analysis-question-list{display:grid;gap:16px;margin-top:14px}.analysis-question-card{display:grid;gap:14px;padding:16px;border:1px solid #dbeafe;border-radius:18px;background:#f8fbff}.analysis-question-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.analysis-question-head span,.analysis-question-head b{display:inline-flex;width:fit-content;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:900}.analysis-question-head span{background:#dbeafe;color:#2563eb}.analysis-question-head b{flex:0 0 auto;background:#eff6ff;color:#1d4ed8}.analysis-question-head h5{margin-top:8px;color:#0f172a;font-size:17px}.analysis-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.analysis-field{min-width:0;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#ffffffc2}.analysis-field span{display:block;margin-bottom:5px;color:#64748b;font-size:11px;font-weight:900}.analysis-field p{overflow-wrap:anywhere;color:#1f2937;font-size:13px;font-weight:800;line-height:1.55}.mistake-card{display:grid;gap:12px;padding:16px;border:1px solid #fecaca;border-radius:16px;background:snow}.mistake-card.is-correct{border-color:#bbf7d0;background:#f8fff9}.mistake-question{display:grid;gap:8px}.mistake-question span{width:fit-content;border-radius:999px;background:#fee2e2;color:#dc2626;padding:4px 9px;font-size:12px;font-weight:900}.mistake-card.is-correct .mistake-question span{background:#dcfce7;color:#15803d}.mistake-question p{color:#dc2626;font-size:18px;font-weight:900;line-height:1.45;overflow-wrap:anywhere}.mistake-card.is-correct .mistake-question p{color:#15803d}.mistake-question b{color:#991b1b;font-size:13px}.mistake-card.is-correct .mistake-question b{color:#166534}.analysis-reason{color:#64748b;font-size:13px;font-weight:800;line-height:1.6}.mistake-confirm-button{display:inline-flex;align-items:center;justify-content:center;justify-self:start;min-height:34px;margin-top:18px;border:none;border-radius:999px;background:#22c55e;color:#fff;padding:0 18px;font-size:13px;font-weight:900;box-shadow:0 10px 20px #22c55e2e}.mistake-confirm-button:hover,.mistake-confirm-button:focus-visible{background:#16a34a}.solution-reminder{display:grid;gap:6px;padding:14px 16px;border:1px solid #bbf7d0;border-radius:14px;background:#f0fdf4}.solution-reminder strong{color:#15803d;font-size:15px}.solution-reminder p{color:#475569;font-size:14px;line-height:1.6}.type-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px}.type-grid article{padding:16px;border:1px solid #dbeafe;border-radius:14px;background:#f8fbff}.type-grid strong,.type-grid span{display:block}.type-grid span{margin-top:8px;color:#64748b;font-size:13px;line-height:1.6}.page-panel{padding:24px}.back-button{margin-bottom:18px;color:#64748b}.wrong-card{padding:18px}.wrong-filter-row{display:flex;justify-content:flex-end;gap:8px;margin:12px 0 16px}.wrong-filter-row button{min-height:34px;padding:0 14px;border:0;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:13px;font-weight:900}.wrong-filter-row button.active{background:#2563eb;color:#fff;box-shadow:0 10px 20px #2563eb2e}.wrong-filter-row button:hover,.wrong-filter-row button:focus-visible{background:#dbeafe;color:#2563eb;outline:0}.wrong-filter-row button.active:hover,.wrong-filter-row button.active:focus-visible{background:#1d4ed8;color:#fff}.wrong-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-top:14px}.wrong-card-head:first-child{margin-top:0}.wrong-card-head strong{flex:1;min-width:0;color:#1f2937;font-size:18px;line-height:1.55}.wrong-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.wrong-card-action-group{display:inline-flex;align-items:center;flex-shrink:0;gap:8px}.similar-question-actions{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.similar-question-button{flex:0 1 auto;min-height:34px;padding:0 14px;border:0;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:13px;font-weight:900}.similar-question-button:hover,.similar-question-button:focus-visible{background:#ffedd5;outline:0}.similar-question-result-list{display:grid;gap:10px;margin-top:12px}.similar-question-result{display:grid;gap:10px;padding:12px;border:1px solid #fed7aa;border-radius:12px;background:#fffaf3}.similar-question-result>strong{color:#c2410c;font-size:13px}.similar-question-result pre,.similar-question-error{margin:0;overflow:auto;color:#475569;font-family:inherit;font-size:13px;font-weight:800;line-height:1.65;white-space:pre-wrap}.similar-question-error{color:#dc2626}.generated-question-list{display:grid;gap:10px}.generated-question-card{display:grid;gap:8px;padding:12px;border:1px solid #ffedd5;border-radius:10px;background:#fff}.generated-question-card p{margin:0;color:#334155;font-size:13px;line-height:1.65}.generated-question-card b{color:#0f172a}.generated-question-toggle{justify-self:start;min-height:30px;padding:0 12px;border:0;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:900}.generated-question-toggle:hover,.generated-question-toggle:focus-visible{background:#dbeafe;outline:0}.generated-question-detail{display:grid;gap:8px;padding:10px;border-radius:8px;background:#f8fafc}.generated-question-meta{display:flex;flex-wrap:wrap;gap:8px}.generated-question-meta span{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:12px;font-weight:900}.wrong-subquestion-button{min-height:30px;padding:0 12px;border:0;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:900}.wrong-subquestion-button:hover,.wrong-subquestion-button:focus-visible{background:#dbeafe;outline:0}.wrong-master-button{min-height:30px;padding:0 12px;border:0;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:900}.wrong-master-button:hover,.wrong-master-button:focus-visible{background:#bbf7d0;outline:0}.wrong-master-button:disabled{background:#ecfdf5;color:#16a34a;opacity:.72}.wrong-action-error{margin-top:10px;color:#dc2626;font-size:13px;font-weight:800}.wrong-items-panel{display:grid;gap:10px;margin-top:12px;padding:12px;border:1px solid #e0f2fe;border-radius:12px;background:#f8fbff;color:#64748b;font-size:13px;font-weight:800}.wrong-items-panel.error{border-color:#fecaca;background:#fef2f2;color:#dc2626}.wrong-item-card{padding:12px;border:1px solid #e5edf7;border-radius:10px;background:#fff}.wrong-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.wrong-item-head span{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:900}.wrong-item-head b{color:#a16207;font-size:12px}.wrong-item-card p{margin:0;color:#1f2937;font-size:14px;font-weight:900;line-height:1.6}.wrong-item-card small{display:block;margin-top:7px;color:#64748b;font-size:13px;font-weight:700;line-height:1.6}.wrong-card p{margin-top:10px;color:#475569;font-size:14px;line-height:1.7}.wrong-card small{display:block;margin-top:10px;color:#94a3b8;font-size:12px;font-weight:800}.wrong-question-image{margin:0 0 16px;overflow:hidden;border:1px solid #dbeafe;border-radius:14px;background:#f8fbff;box-shadow:inset 0 0 0 1px #ffffffb8}.wrong-question-image img{display:block;width:100%;max-height:360px;object-fit:contain}.wrong-question-image figcaption{padding:14px;color:#dc2626;font-size:13px;font-weight:800;text-align:center}.parent-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.parent-header h2{font-size:26px}.learning-tools{margin:24px 0;padding:20px;border:1px solid #c7d2fe;border-radius:22px;background:radial-gradient(circle at 92% 15%,rgba(196,181,253,.52),transparent 32%),linear-gradient(135deg,#f5f3ff,#eef2ff 58%,#ecfeff);box-shadow:0 18px 42px #4f46e51c}.learning-tools-heading,.memory-section-heading,.memory-hero,.memory-child-picker{display:flex;align-items:center;justify-content:space-between;gap:18px}.learning-tools-heading{margin-bottom:14px}.learning-tools-heading>div>span,.memory-kicker,.memory-section-heading>div>span{color:#6366f1;font-size:11px;font-weight:900;letter-spacing:.12em}.learning-tools-heading h3{margin-top:3px;color:#312e81;font-size:17px}.memory-entry-card{display:grid;width:100%;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px;border:1px solid rgba(255,255,255,.92);border-radius:18px;background:#ffffffe6;color:#334155;text-align:left;box-shadow:0 12px 28px #4338ca1a;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.memory-entry-card:hover,.memory-entry-card:focus-visible{border-color:#a5b4fc;outline:0;box-shadow:0 16px 34px #4338ca29;transform:translateY(-2px)}.memory-entry-icon{display:grid;width:62px;height:62px;place-items:center;border-radius:18px;background:linear-gradient(145deg,#6366f1,#8b5cf6);color:#fff;font-family:Georgia,serif;font-size:24px;font-weight:900;box-shadow:0 12px 24px #6366f142}.memory-entry-copy{display:grid;gap:5px}.memory-entry-copy>strong{color:#1e1b4b;font-size:18px}.memory-entry-copy>small{color:#64748b;line-height:1.6}.memory-entry-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:3px}.memory-entry-tags i{padding:3px 7px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:10px;font-style:normal;font-weight:800}.memory-entry-arrow{color:#4f46e5;font-size:13px;font-weight:900;white-space:nowrap}.memory-page{width:min(100%,1000px)}.memory-back-button{display:inline-flex;align-items:center;gap:7px;margin:4px 0 18px;padding:0;border:0;background:transparent;color:#475569;font-size:14px;font-weight:900}.memory-back-button:hover,.memory-back-button:focus-visible{color:#4f46e5;outline:0}.memory-hero{padding:30px;border-radius:24px;background:radial-gradient(circle at 78% 12%,rgba(196,181,253,.46),transparent 32%),linear-gradient(135deg,#312e81,#4338ca 58%,#0f766e 140%);color:#fff;box-shadow:0 22px 48px #312e8138}.memory-hero-copy h2{margin-top:8px;font-size:28px}.memory-hero-copy p{max-width:600px;margin-top:10px;color:#e0e7ff;font-size:14px;line-height:1.75}.memory-kicker{color:#c7d2fe}.memory-today{display:grid;min-width:138px;gap:3px;padding:17px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:#ffffff1a;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.memory-today small,.memory-today span{color:#e0e7ff;font-size:12px}.memory-today strong{font-size:28px}.memory-schedule{display:grid;grid-template-columns:repeat(6,1fr);margin-top:18px;padding:18px 20px;border:1px solid #e0e7ff;border-radius:20px;background:#fff;box-shadow:0 14px 32px #344a6614}.memory-schedule>div{position:relative;display:grid;justify-items:center;gap:7px;color:#94a3b8}.memory-schedule>div:not(:last-child):after{position:absolute;top:14px;left:calc(50% + 19px);width:calc(100% - 38px);height:2px;background:#e2e8f0;content:""}.memory-schedule span{z-index:1;display:grid;width:30px;height:30px;place-items:center;border-radius:999px;background:#f1f5f9;font-size:12px;font-weight:900}.memory-schedule small{font-size:11px;font-weight:800}.memory-schedule .is-current{color:#4f46e5}.memory-schedule .is-current span{background:#4f46e5;color:#fff;box-shadow:0 6px 14px #4f46e547}.memory-entry-section{border-color:#e0e7ff}.memory-section-heading{align-items:flex-start}.memory-section-heading h3{margin-top:4px;color:#1e293b;font-size:21px}.memory-section-heading p{margin-top:6px;color:#64748b;font-size:13px;line-height:1.65}.memory-section-heading>b{padding:6px 10px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:12px;white-space:nowrap}.memory-child-picker{justify-content:flex-start;margin:22px 0 14px;padding-top:18px;border-top:1px solid #eef2f7}.memory-child-picker>strong{color:#475569;font-size:13px;white-space:nowrap}.memory-child-picker .task-child-filter{margin:0}.memory-child-picker>span{color:#94a3b8;font-size:13px}.memory-child-picker .memory-inline-error{color:#dc2626}.memory-date-filter{display:inline-flex;min-width:0;align-items:center;gap:8px;margin-left:auto;color:#475569;font-size:13px;font-weight:800;white-space:nowrap}.memory-date-filter input{height:36px;min-width:145px;padding:0 10px;border:1px solid #cbd5e1;border-radius:10px;outline:0;background:#fff;color:#334155;font:inherit}.memory-date-filter input:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf829}.daily-word-history{margin-top:18px;padding:16px;border:1px solid #dbeafe;border-radius:18px;background:#f8fbff}.daily-word-history-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.daily-word-history-heading>div>span{color:#0284c7;font-size:10px;font-weight:900;letter-spacing:.1em}.daily-word-history-heading h4{margin-top:3px;color:#0f172a;font-size:17px}.daily-word-history-heading p{margin-top:4px;color:#64748b;font-size:11px;line-height:1.5}.daily-word-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:13px}.daily-word-summary>span{display:flex;min-height:42px;align-items:center;justify-content:center;gap:6px;border:1px solid #dbeafe;border-radius:11px;background:#fff;color:#64748b;font-size:11px;font-weight:800}.daily-word-summary strong{color:#0369a1;font-size:17px}.daily-word-list{display:grid;gap:8px;max-height:420px;margin-top:10px;overflow-y:auto}.daily-word-list>article{padding:11px 12px;border:1px solid #e2e8f0;border-radius:13px;background:#fff}.daily-word-main{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.daily-word-main>div{display:flex;min-width:0;align-items:baseline;flex-wrap:wrap;gap:3px 8px}.daily-word-main>div>strong{color:#172554;font-family:Georgia,Times New Roman,serif;font-size:18px}.daily-word-main>div>span{color:#6366f1;font-size:11px}.daily-word-main p{flex-basis:100%;color:#64748b;font-size:11px;line-height:1.5}.daily-word-main>b{flex:0 0 auto;padding:4px 8px;border-radius:999px;font-size:10px}.daily-word-main>b.is-pending{background:#f1f5f9;color:#64748b}.daily-word-main>b.is-learning{background:#e0f2fe;color:#0369a1}.daily-word-main>b.is-mastered{background:#dcfce7;color:#15803d}.daily-word-review-stats{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.daily-word-review-stats>span{padding:3px 7px;border-radius:7px;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:700}.daily-word-review-stats strong{color:#334155}.daily-word-dates{display:flex;justify-content:space-between;gap:12px;margin-top:8px;padding-top:7px;border-top:1px dashed #e2e8f0;color:#94a3b8;font-size:10px}.parent-word-plan{margin-top:18px;padding:16px;border:1px solid #e0e7ff;border-radius:18px;background:#fafaff}.parent-word-plan-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.parent-word-plan-heading>div>span{color:#6366f1;font-size:10px;font-weight:900;letter-spacing:.1em}.parent-word-plan-heading h4{margin-top:3px;color:#1e1b4b;font-size:17px}.parent-word-plan-heading>small{color:#94a3b8;font-size:11px;font-weight:800}.parent-word-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:13px}.parent-word-tabs button{display:flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 10px;border:1px solid #dbe3f0;border-radius:12px;background:#fff;color:#64748b;font-size:12px;font-weight:900}.parent-word-tabs button strong{display:grid;min-width:23px;height:23px;place-items:center;padding:0 5px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px}.parent-word-tabs button:hover,.parent-word-tabs button:focus-visible,.parent-word-tabs button.active{border-color:#a5b4fc;outline:0;background:#eef2ff;color:#4338ca}.parent-word-tabs button.active strong{background:#4f46e5;color:#fff}.parent-word-list-empty{margin-top:10px;padding:24px 14px;border:1px dashed #dbe3f0;border-radius:13px;background:#ffffffb8;color:#94a3b8;font-size:12px;font-weight:800;text-align:center}.parent-word-list{display:grid;gap:7px;max-height:300px;margin-top:10px;overflow-y:auto}.parent-word-list>article{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.parent-word-list-main{display:flex;min-width:0;align-items:baseline;flex-wrap:wrap;gap:3px 8px}.parent-word-list-main strong{color:#1e1b4b;font-family:Georgia,Times New Roman,serif;font-size:17px}.parent-word-list-main span{color:#6366f1;font-size:11px}.parent-word-list-main p{flex-basis:100%;overflow:hidden;color:#64748b;font-size:11px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.parent-word-list-meta{display:grid;flex:0 0 auto;justify-items:end;gap:4px}.parent-word-list-meta b{padding:3px 7px;border-radius:999px;font-size:10px}.parent-word-list-meta .is-added{background:#dcfce7;color:#15803d}.parent-word-list-meta .is-overdue{background:#ffedd5;color:#c2410c}.parent-word-list-meta .is-review{background:#e0e7ff;color:#4338ca}.parent-word-list-meta small{color:#94a3b8;font-size:9px;white-space:nowrap}.memory-entry-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px;padding:20px;border:1px solid #e0e7ff;border-radius:18px;background:#fafaff}.memory-field{display:grid;align-content:start;gap:7px}.memory-field-full{grid-column:1 / -1}.memory-field>span{color:#334155;font-size:13px;font-weight:900}.memory-field input,.memory-field textarea{width:100%;border:1px solid #dbe3f0;border-radius:12px;outline:0;background:#fff;color:#1e293b;font:inherit}.memory-field input{min-height:46px;padding:0 13px}.memory-field textarea{min-height:76px;padding:11px 13px;line-height:1.65;resize:vertical}.memory-field input::placeholder,.memory-field textarea::placeholder{color:#a5b0c1}.memory-field input:focus,.memory-field textarea:focus{border-color:#818cf8;box-shadow:0 0 0 4px #818cf824}.word-entry-dialog-body{max-height:calc(100vh - 140px);overflow-y:auto;padding:0 4px 2px 0}.memory-entry-form.is-dialog-form{margin-top:16px}.word-entry-dialog-actions{position:sticky;bottom:0;margin-top:16px;padding-top:14px;border-top:1px solid #eef2f7;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.word-review-section{margin-top:24px;padding:24px;border:1px solid #c7d2fe;border-radius:22px;background:radial-gradient(circle at 92% 8%,rgba(196,181,253,.38),transparent 30%),linear-gradient(145deg,#f5f3ff,#eef2ff 55%,#f0fdfa 125%);box-shadow:0 18px 42px #4338ca1c}.word-review-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.word-review-heading>div:first-child>span{color:#6366f1;font-size:11px;font-weight:900;letter-spacing:.12em}.word-review-heading h3{margin-top:4px;color:#1e1b4b;font-size:22px}.word-review-heading p{margin-top:7px;color:#64748b;font-size:13px;line-height:1.65}.word-review-total{display:grid;min-width:92px;justify-items:center;gap:2px;padding:12px 16px;border:1px solid #c7d2fe;border-radius:16px;background:#ffffffbf}.word-review-total strong{color:#4f46e5;font-size:26px}.word-review-total small{color:#64748b;font-size:11px;font-weight:800}.word-plan-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.word-plan-metrics>div{display:flex;align-items:baseline;justify-content:center;gap:7px;padding:11px;border:1px solid rgba(199,210,254,.85);border-radius:13px;background:#ffffffb8}.word-plan-metrics strong{color:#4338ca;font-size:19px}.word-plan-metrics span{color:#64748b;font-size:12px;font-weight:800}.word-plan-metrics .has-overdue{border-color:#fed7aa;background:#fff7ed}.word-plan-metrics .has-overdue strong,.word-plan-metrics .has-overdue span{color:#c2410c}.word-plan-empty,.word-plan-complete{margin-top:16px;padding:40px 20px;border:1px solid rgba(199,210,254,.9);border-radius:18px;background:#ffffffc7;color:#64748b;font-size:14px;font-weight:700;text-align:center}.word-plan-complete{display:grid;justify-items:center;gap:7px}.word-plan-complete>span{display:grid;width:48px;height:48px;place-items:center;border-radius:999px;background:#ccfbf1;color:#0f766e;font-size:22px;font-weight:900}.word-plan-complete strong{color:#134e4a;font-size:18px}.word-plan-complete p{color:#64748b;font-size:13px;line-height:1.6}.word-study-card{margin-top:16px;overflow:hidden;border:1px solid #c7d2fe;border-radius:20px;background:#fff;box-shadow:0 14px 32px #4338ca1a}.word-study-status{display:flex;align-items:center;gap:8px;padding:13px 16px;border-bottom:1px solid #eef2ff;background:#fafaff}.word-study-status>span,.word-study-status>b{padding:4px 8px;border-radius:999px;font-size:10px;font-weight:900}.word-study-status .is-new{background:#dcfce7;color:#15803d}.word-study-status .is-review{background:#e0e7ff;color:#4338ca}.word-study-status>b{background:#ffedd5;color:#c2410c}.word-study-status>small{margin-left:auto;color:#94a3b8;font-size:11px;font-weight:800}.word-study-front{display:grid;min-height:170px;place-items:center;align-content:center;gap:9px;padding:28px;text-align:center}.word-study-front h4{color:#1e1b4b;font-family:Georgia,Times New Roman,serif;font-size:36px;line-height:1.1;letter-spacing:.06em;overflow-wrap:anywhere}.word-study-front p{color:#6366f1;font-size:16px;font-weight:700}.word-reveal-button{display:grid;width:fit-content;min-width:176px;min-height:46px;place-items:center;align-content:center;gap:2px;margin:0 auto;padding:9px 24px;border:0;border-radius:12px;background:#4f46e5;color:#fff;font-size:14px;font-weight:900;line-height:1.2;box-shadow:0 8px 18px #4f46e533}.word-reveal-button:hover,.word-reveal-button:focus-visible{background:#4338ca;outline:0}.word-reveal-button small{color:#c7d2fe;font-size:10px}.word-spelling-panel{margin:0 16px 14px;padding:12px 16px;border:1px solid #e0e7ff;border-radius:15px;background:#fafaff}.word-spelling-inline-form{display:flex;justify-content:center}.word-spelling-inline{display:flex;align-items:flex-end;justify-content:center;gap:12px;color:#1e1b4b;font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:700;line-height:1.15}.word-spelling-slots{display:inline-flex;align-items:flex-end;gap:8px}.word-spelling-inline input{width:.95em;min-width:.95em;height:1.18em;padding:0 0 2px;border:0;border-bottom:3px solid #3730a3;border-radius:0;outline:0;background:transparent;color:#1e1b4b;font:inherit;line-height:1;text-align:center;caret-color:#4f46e5}.word-spelling-inline input:focus{border-bottom-color:#6366f1;box-shadow:0 2px #6366f133}.word-spelling-result{margin-top:8px;padding:8px 10px;border-radius:10px;font-size:11px;font-weight:800}.word-spelling-result.is-incorrect{background:#fef2f2;color:#dc2626}.word-knowledge-sheet{padding:16px 20px 14px;background:#fff;color:#1f2937}.word-knowledge-headline{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px 10px;line-height:1.55}.word-knowledge-headline>span{align-self:center;color:#4f46e5;font-size:12px}.word-knowledge-headline>strong{color:#111827;font-family:Georgia,Times New Roman,serif;font-size:27px}.word-knowledge-headline>b{color:#334155;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:500}.word-knowledge-headline>p{color:#1f2937;font-size:15px;font-weight:700}.word-example-line{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:start;gap:6px;margin-top:7px;padding-left:24px}.word-example-line>span{display:grid;height:22px;place-items:center;border-radius:6px;background:#eef2ff;color:#4f46e5;font-size:10px;font-weight:900}.word-example-line p{display:flex;flex-wrap:wrap;gap:4px 9px;color:#334155;font-size:14px;line-height:1.65}.word-example-line strong{font-family:Georgia,Times New Roman,serif;font-weight:600}.word-example-line em{color:#64748b;font-style:normal}.word-knowledge-sections{display:grid;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid #e5e7eb}.word-knowledge-section{display:grid;grid-template-columns:108px minmax(0,1fr);align-items:start;gap:10px}.word-knowledge-section h5{display:flex;align-items:center;gap:5px;margin:0;color:#1e1b4b;font-size:14px;line-height:1.65}.word-knowledge-section h5 span{color:#4f46e5;font-size:13px}.word-knowledge-section>div{min-width:0;padding-left:10px;border-left:2px solid #e0e7ff}.word-knowledge-section p,.word-knowledge-section small{display:block;color:#334155;font-size:13px;line-height:1.7;white-space:pre-wrap}.word-knowledge-section small{margin-top:2px;color:#64748b}.word-rating-panel{padding:12px 16px 14px;border-top:1px solid #eef2ff;background:#fafaff}.word-rating-panel>p{margin-bottom:10px;color:#475569;font-size:12px;font-weight:900;text-align:center}.word-rating-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.word-rating-button{display:grid;min-height:52px;place-items:center;align-content:center;gap:3px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#475569}.word-rating-button:hover:not(:disabled),.word-rating-button:focus-visible:not(:disabled){border-color:#818cf8;outline:0;background:#eef2ff}.word-rating-button strong{font-size:13px}.word-rating-button small{color:#94a3b8;font-size:9px}.word-rating-button.rating-again strong{color:#dc2626}.word-rating-button.rating-hard strong{color:#c2410c}.word-rating-button.rating-good strong{color:#15803d}.word-rating-button.rating-easy strong{color:#0369a1}.word-review-message{margin-top:12px;padding:10px 12px;border-radius:12px;font-size:12px;font-weight:800}.word-review-message.success{background:#ecfdf5;color:#047857}.word-review-message.error{background:#fef2f2;color:#dc2626}.parent-task-actions{display:flex;justify-content:flex-end;margin-top:14px}.parent-task-actions+.white-section{margin-top:14px}.task-child-filter{display:flex;align-items:center;gap:8px;margin:2px 0 14px;overflow-x:auto;padding:2px 0;scrollbar-width:none}.task-child-filter::-webkit-scrollbar{display:none}.task-child-filter button{min-height:34px;flex:0 0 auto;padding:0 14px;border:1px solid #dbe7f3;border-radius:999px;background:#f8fafc;color:#64748b;cursor:pointer;font-size:13px;font-weight:900}.task-child-filter button:hover,.task-child-filter button:focus-visible{border-color:#bfdbfe;background:#eff6ff;color:#2563eb;outline:0}.task-child-filter button.active{border-color:#93c5fd;background:#dbeafe;color:#1d4ed8;box-shadow:0 8px 18px #2563eb1f}.child-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.child-card{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:12px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc}.child-avatar{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:12px;background:#dbeafe;color:#2563eb;font-size:14px;font-weight:900}.child-card-content{flex:1;min-width:0}.child-card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.child-card strong{color:#1f2937;font-size:14px}.child-card-actions{display:flex;flex:0 0 100%;justify-content:flex-end;gap:8px;padding-top:10px;border-top:1px solid #e5e7eb}.child-card-button{min-height:32px;padding:0 12px;border:1px solid #bfdbfe;border-radius:10px;background:#fff;color:#2563eb;cursor:pointer;font-size:12px;font-weight:900;white-space:nowrap}.child-card-button:hover,.child-card-button:focus-visible{background:#eff6ff}.child-card-button.danger{border-color:#fecaca;color:#dc2626}.child-card-button.danger:hover,.child-card-button.danger:focus-visible{background:#fef2f2}.child-delete-preview .child-avatar{border-radius:12px}.history-row{display:grid;gap:12px;padding:16px;background:#f8fafc}.history-row-button{width:100%;border:1px solid #eef2f7;color:inherit;cursor:pointer;font:inherit;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.history-row-button:hover,.history-row-button:focus-visible{border-color:#bfdbfe;box-shadow:0 14px 28px #2563eb1a;transform:translateY(-1px)}.history-row-button:focus-visible{outline:3px solid rgba(59,130,246,.22);outline-offset:2px}.history-row>div:first-child{display:flex;justify-content:space-between;gap:12px}.history-row span,.history-metrics{color:#64748b;font-size:13px}.history-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.history-progress{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.history-progress .progress-track{width:100%;height:10px;border:1px solid #dbeafe;background:#eef6ff;box-shadow:inset 0 1px 2px #2563eb1a}.history-progress .progress-track span{background:linear-gradient(90deg,#22c55e,#3b82f6);box-shadow:0 0 10px #3b82f638}.history-progress>span{min-width:40px;color:#2563eb;font-size:12px;font-weight:900;text-align:right}.history-detail-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;padding:14px;border:1px solid #e0f2fe;border-radius:14px;background:#f8fafc;color:#64748b;font-size:13px;font-weight:800}.history-detail-summary strong{color:#1f2937;text-align:center}.history-detail-summary span:last-child{color:#16a34a;text-align:right}.detail-progress{margin-bottom:14px}.history-task-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid #eef2f7;border-radius:14px;background:#fff}.history-task-row.is-deleted{background:#f1f5f9;color:#94a3b8;opacity:.72}.history-task-row strong{color:#1f2937;font-size:14px}.history-task-row small{display:block;margin-top:5px;color:#64748b;font-size:12px}.reward-grid{margin-top:16px}.reward-section{padding-top:26px}.reward-section .panel-header{margin-bottom:16px}.reward-section .panel-header h3{font-size:24px}.reward-card{display:grid;gap:14px;padding:16px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 12px 28px #0f172a0f;transition:box-shadow .2s ease,transform .2s ease}.reward-card:hover{box-shadow:0 18px 34px #0f172a1a;transform:translateY(-1px)}.reward-card-main{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.reward-icon{display:grid;width:44px;height:44px;place-items:center;border:1px solid #fde68a;border-radius:16px;background:#fffbeb;color:#92400e;font-size:22px;font-weight:900}.reward-card b{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border:1px solid #fde68a;border-radius:999px;background:#fffbeb;color:#a16207;font-size:12px;white-space:nowrap}.reward-card strong{display:block;overflow-wrap:anywhere;color:#1f2937;font-size:16px;line-height:1.4}.reward-actions{display:flex;align-items:center;gap:8px}.reward-redeem-button{display:inline-flex;flex:1;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid #22c55e;border-radius:12px;background:#22c55e;color:#fff;cursor:pointer;font-weight:900;box-shadow:0 10px 18px #22c55e24}.reward-redeem-button:hover,.reward-redeem-button:focus-visible{background:#16a34a}.reward-redeem-button:disabled{border-color:#bbf7d0;background:#ecfdf5;color:#15803d;cursor:default;box-shadow:none}.reward-icon-button{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#64748b;cursor:pointer;font-size:16px;font-weight:900}.reward-icon-button:hover,.reward-icon-button:focus-visible{border-color:#bfdbfe;background:#eff6ff;color:#2563eb}.reward-icon-button.danger:hover,.reward-icon-button.danger:focus-visible{border-color:#fecaca;background:#fef2f2;color:#dc2626}.reward-message{margin-top:12px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:20px;background:#0f172a6b}.dialog{width:min(100%,420px);padding:24px;border-radius:20px;background:#fff;box-shadow:0 30px 80px #0f172a47}.dialog.wide{width:min(100%,720px)}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.dialog-head h3{font-size:20px}.dialog-head button{width:32px;height:32px;border:0;border-radius:10px;background:#f8fafc;color:#64748b;font-size:24px;line-height:1}.dialog .field,.dialog-copy{margin-top:12px}.dialog-actions{justify-content:end;margin-top:18px}.child-selection-list{display:grid;gap:10px;margin-top:18px}.child-selection-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:72px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;color:#334155;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.child-selection-option:hover,.child-selection-option:focus-visible{border-color:#99f6e4;box-shadow:0 10px 24px #0d94881a;outline:0;transform:translateY(-1px)}.child-selection-option.is-selected{border-color:#2dd4bf;background:#f0fdfa;box-shadow:0 0 0 3px #2dd4bf29}.child-selection-avatar,.child-selection-empty-icon{display:grid;place-items:center;border-radius:14px;background:#ccfbf1;color:#0f766e;font-weight:900}.child-selection-avatar{width:44px;height:44px}.child-selection-copy{display:grid;gap:4px}.child-selection-copy strong{color:#1f2937;font-size:16px}.child-selection-copy small{color:#64748b;font-size:12px;font-weight:700}.child-selection-check{display:grid;width:24px;height:24px;place-items:center;border:1px solid #cbd5e1;border-radius:999px;color:transparent;font-size:13px;font-weight:900}.child-selection-option.is-selected .child-selection-check{border-color:#14b8a6;background:#14b8a6;color:#fff}.child-selection-empty{display:grid;justify-items:center;gap:6px;margin-top:18px;padding:24px 16px;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc;color:#64748b;text-align:center}.child-selection-empty-icon{width:48px;height:48px;margin-bottom:4px}.child-selection-empty strong{color:#334155}.child-selection-empty p{font-size:13px;line-height:1.6}.delete-reward-preview{display:flex;align-items:center;gap:12px;margin-top:14px;padding:14px;border:1px solid #fee2e2;border-radius:16px;background:#fff7f7}.delete-reward-preview strong,.delete-reward-preview b{display:block}.delete-reward-preview strong{color:#1f2937;font-size:15px}.delete-reward-preview b{margin-top:4px;color:#dc2626;font-size:12px}.redeem-reward-preview{border-color:#bbf7d0;background:#f0fdf4}.redeem-reward-preview b{color:#15803d}.redeem-confirm-action{background:#22c55e;box-shadow:0 14px 26px #22c55e2e}.redeem-confirm-action:hover,.redeem-confirm-action:focus-visible{background:#16a34a}.dialog-toolbar,.pagination-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.dialog-toolbar{margin:6px 0 14px;color:#64748b;font-size:13px;font-weight:800}.pagination-row{margin-top:16px}.pagination-row span{color:#64748b;font-size:13px;font-weight:800}.task-editor{margin-top:14px;overflow:hidden;border:1px solid #f3f4f6;border-radius:12px}.task-child-field{display:flex;align-items:center;gap:12px;margin-top:14px;padding:10px 12px;border:1px solid #e7eef7;border-radius:14px;background:#f8fbff}.task-child-label{flex:0 0 auto;color:#526173;font-size:13px;font-weight:800}.task-child-control{position:relative;display:block;width:min(100%,240px);margin-left:auto}.task-child-trigger{display:flex;width:100%;height:40px;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border:1px solid #cfe0f2;border-radius:11px;background:#fff;box-shadow:0 5px 14px #2a43650f;color:#334155;cursor:pointer;font-size:13px;font-weight:800;text-align:left}.task-child-trigger:hover,.task-child-trigger:focus-visible,.task-child-trigger[aria-expanded=true]{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd3d;outline:0}.task-child-trigger:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.task-child-chevron{width:8px;height:8px;flex:0 0 8px;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}.task-child-chevron.is-open{transform:translateY(2px) rotate(225deg)}.task-child-menu{position:absolute;top:calc(100% + 7px);right:0;left:0;z-index:5;display:grid;gap:3px;padding:6px;border:1px solid #dbe7f3;border-radius:12px;background:#fff;box-shadow:0 18px 38px #2a43652e}.task-child-option{display:flex;width:100%;min-height:38px;align-items:center;justify-content:space-between;gap:12px;padding:0 11px;border:0;border-radius:9px;background:transparent;color:#475569;cursor:pointer;font-size:13px;font-weight:800;text-align:left}.task-child-option:hover,.task-child-option:focus-visible{background:#f1f5f9;outline:0}.task-child-option.is-selected{background:#eaf3ff;color:#2563eb}.task-child-check{color:#2563eb;opacity:0}.task-child-option.is-selected .task-child-check{opacity:1}.task-editor-head,.task-draft{display:grid;grid-template-columns:minmax(0,1fr) 82px 58px;column-gap:8px;align-items:center}.task-editor-head{padding:8px 16px;background:#f9fafb;color:#6b7280;font-size:12px;font-weight:800;text-align:center}.task-editor-head span:first-child{text-align:left}.task-editor-list .task-draft+.task-draft{border-top:1px solid #f3f4f6}.child-editor-head,.child-draft{grid-template-columns:minmax(0,1fr) 58px}.child-limit-row{border:0}.child-slot-copy{margin-top:10px;color:#94a3b8;font-size:12px;font-weight:700}.task-draft{padding:12px 16px}.task-draft .field{height:34px;min-height:34px;padding:0 10px;border-color:#e5e7eb;border-radius:8px;font-size:13px}.task-draft .field:focus{box-shadow:0 0 0 3px #93c5fd73}.task-draft-points:focus-within{border-color:transparent;box-shadow:none}.task-draft-points .field:focus{box-shadow:0 0 0 3px #93c5fd73}.task-draft-points{display:block}.task-draft-points .number-field{width:100%;height:34px;min-height:34px;min-width:0;padding:0 10px;border:1px solid #e5e7eb;border-radius:8px;text-align:center}.check-label{display:inline-flex;align-items:center;justify-content:center;height:34px;gap:6px;color:#4b5563;font-size:12px;font-weight:800}.task-draft-delete{justify-self:end;display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;font-size:12px;font-weight:800;line-height:1}.task-draft-delete:hover,.task-draft-delete:focus-visible{background:#f9fafb;color:#4b5563}@media(max-width:920px){.auth-page{grid-template-columns:1fr;gap:28px;align-items:start;padding:32px 20px}.brand-panel{width:min(100%,560px);margin:0 auto}h1{font-size:40px}.brand-copy{font-size:16px}.auth-card{max-width:560px;margin:0 auto}.subject-grid,.type-grid,.history-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.top-nav,.parent-header,.ai-stream-head,.report-head,.list-row,.task-row{align-items:stretch;flex-direction:column}.top-nav,.parent-header{align-items:flex-start}.nav-actions,.parent-header>div,.parent-task-actions,.row-actions{width:100%;flex-wrap:wrap}.parent-task-actions{justify-content:flex-end}.task-child-field{align-items:stretch;flex-direction:column;gap:8px}.task-child-control{width:100%;margin-left:0}.page-content{padding:18px 14px 28px}.metric-grid,.analysis-field-grid,.subject-grid,.type-grid,.reward-grid,.history-metrics,.child-list{grid-template-columns:1fr}.analysis-question-head{flex-direction:column}.metric-card>div{align-items:start;flex-direction:column}.row-actions{justify-content:flex-start}.wrong-card-actions{align-items:flex-start;flex-direction:column}.wrong-filter-row{justify-content:flex-start;flex-wrap:wrap}.wrong-card-action-group{flex-wrap:wrap}.similar-question-actions{width:100%}.similar-question-button{flex:1 1 150px}.history-detail-summary{grid-template-columns:1fr}.history-detail-summary strong,.history-detail-summary span:last-child{text-align:left}.history-task-row{align-items:flex-start;flex-direction:column}.reward-actions{width:100%}.memory-entry-card{grid-template-columns:auto 1fr}.memory-entry-arrow{grid-column:2}.memory-hero,.memory-section-heading,.memory-child-picker{align-items:flex-start;flex-direction:column}.memory-date-filter{width:100%;margin-left:0}.memory-date-filter input{flex:1}.daily-word-history-heading,.daily-word-dates{align-items:flex-start;flex-direction:column}.daily-word-history-heading .memory-date-filter{margin-top:2px}.memory-today{width:100%}.memory-schedule{grid-template-columns:repeat(3,1fr);gap:18px 0}.memory-schedule>div:nth-child(3):after{display:none}.memory-entry-form{grid-template-columns:1fr;padding:16px}.memory-section-heading>.primary-action{width:100%}.parent-word-tabs{grid-template-columns:1fr}.parent-word-tabs button{justify-content:space-between}.parent-word-list>article{align-items:flex-start;flex-direction:column}.parent-word-list-meta{width:100%;grid-auto-flow:column;justify-content:space-between}.memory-field-full{grid-column:auto}.word-review-heading{align-items:flex-start;flex-direction:column}.word-review-total{width:100%}.word-rating-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.auth-page{padding:24px 14px}.brand-mark{width:58px;height:58px;margin-bottom:18px;border-radius:18px;font-size:26px}h1{font-size:32px}.highlight-row{gap:8px;margin-top:24px}.highlight-row span{min-height:34px;font-size:13px}.auth-card,.dialog,.white-section,.detail-panel,.page-panel{padding:20px 16px;border-radius:20px}.learning-tools{padding:16px}.memory-entry-card{grid-template-columns:1fr}.memory-entry-icon{width:52px;height:52px}.memory-entry-arrow{grid-column:1}.memory-hero{padding:24px 20px}.memory-hero-copy h2{font-size:24px}.word-review-section{padding:20px 16px}.word-plan-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.word-knowledge-sheet{padding:14px}.word-knowledge-headline>strong{font-size:24px}.word-example-line{padding-left:0}.word-knowledge-section{grid-template-columns:1fr;gap:3px}.word-knowledge-section>div{margin-left:18px}.word-study-front h4{font-size:34px}}
