@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg: #f5f7fb;--sidebar: #101828;--sidebar-2: #182236;--surface: #ffffff;--surface-2: #f1f5f9;--surface-3: #e8eef8;--text: #111827;--text-invert: #f8fafc;--muted: #64748b;--muted-invert: #a8b3c7;--line: #d7deeb;--accent: #2563eb;--accent-soft: #dbeafe;--teal: #0f9f8f;--success: #059669;--danger: #dc2626;--warning: #d97706;--shadow: 0 16px 42px rgba(15, 23, 42, .09);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}@media (prefers-color-scheme: dark){:root{--bg: #0e1524;--sidebar: #0a1020;--sidebar-2: #121a2c;--surface: #151f31;--surface-2: #1d2940;--surface-3: #25334d;--text: #eef4ff;--text-invert: #eef4ff;--muted: #9cadc7;--muted-invert: #9cadc7;--line: #2d3a54;--accent-soft: rgba(37, 99, 235, .18);--shadow: 0 16px 42px rgba(0, 0, 0, .24)}}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{border:0}a{color:inherit}.app-page{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh;background:var(--bg)}.report-page{min-height:100vh;padding:24px;background:var(--bg)}.report-shell{display:grid;gap:18px;width:min(1120px,100%);margin:0 auto}.app-sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:18px;height:100vh;padding:20px;color:var(--text-invert);background:var(--sidebar);border-right:1px solid rgba(255,255,255,.08)}.brand-block,.account-panel,.report-brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-mark,.avatar{display:grid;place-items:center;width:44px;height:44px;flex:0 0 auto;border-radius:8px;font-weight:800}.brand-mark{color:#fff;background:linear-gradient(135deg,var(--accent),var(--teal))}.brand-title{font-size:18px;font-weight:800}.brand-subtitle{color:var(--muted-invert);font-size:13px}.account-panel,.daily-panel{padding:14px;border-radius:8px;background:var(--sidebar-2);border:1px solid rgba(255,255,255,.08)}.avatar{background:#f8fafc;color:#182236}.account-name{font-weight:800}.app-nav{display:grid;gap:6px}.nav-item{display:flex;align-items:center;gap:10px;min-height:42px;padding:10px 12px;border-radius:8px;color:var(--muted-invert);background:transparent;cursor:pointer;text-align:left;font-weight:700}.nav-item:hover,.nav-item.is-active{color:#fff;background:#ffffff17}.nav-dot{width:8px;height:8px;border-radius:999px;background:currentColor}.daily-panel{display:grid;gap:10px;margin-top:auto}.daily-head,.section-head,.stat-main,.task-title-row,.settings-row,.parent-surface,.parent-code{display:flex;align-items:center;justify-content:space-between;gap:16px}.workspace{display:grid;gap:18px;align-content:start;padding:24px}.workspace-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px;border-radius:8px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.workspace-header h1,.surface h2,.task-title-row h2,.subject-row h3{margin:0}.workspace-header h1{margin-top:4px;font-size:clamp(24px,3vw,34px)}.workspace-header p,.surface p,.subject-row p,.task-title-row p{margin:6px 0 0;color:var(--muted)}.eyebrow{color:var(--teal);font-size:12px;font-weight:800;text-transform:uppercase}.header-actions,.actions,.session-actions,.subject-summary{display:flex;flex-wrap:wrap;gap:10px}.btn,.subject-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:9px 14px;border-radius:8px;color:var(--text);background:var(--surface-2);border:1px solid var(--line);cursor:pointer;text-decoration:none;font-weight:800;white-space:nowrap}.btn.primary{color:#fff;background:var(--accent);border-color:var(--accent)}.btn.success{color:#fff;background:var(--success);border-color:var(--success)}.btn.ghost{background:transparent}.btn:disabled{opacity:.55;cursor:not-allowed}.section-stack{display:grid;gap:16px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric,.surface{border-radius:8px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.metric{display:grid;gap:6px;padding:16px}.metric strong{font-size:30px;line-height:1}.metric-label{color:var(--muted);font-size:13px;font-weight:800}.surface{padding:18px}.content-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:16px;align-items:stretch}.section-head{margin-bottom:14px}.section-head h2,.surface h2{font-size:18px}.subject-list,.stat-list,.attempt-list,.topic-list{display:grid;gap:10px}.subject-row,.stat-row,.attempt-row{border-radius:8px;background:var(--surface-2);border:1px solid transparent}.subject-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:16px}.subject-row.is-selected{background:var(--accent-soft);border-color:#2563eb6b}.subject-pill,.topic-chip,.chip,.result-badge{display:inline-flex;align-items:center;border-radius:999px;font-size:13px;font-weight:800}.subject-pill{color:var(--accent);background:var(--accent-soft);border-color:#2563eb47}.topic-list{display:flex;flex-wrap:wrap}.topic-chip{min-height:30px;padding:5px 10px;color:#8a4b00;background:#fff3d4}@media (prefers-color-scheme: dark){.topic-chip{color:#ffd98a;background:#d977062e}}.toggle{width:46px;height:26px;padding:3px;border-radius:999px;background:#94a3b8;cursor:pointer;flex:0 0 auto}.toggle span{display:block;width:20px;height:20px;border-radius:999px;background:#fff;transition:transform .16s ease}.toggle.is-on{background:var(--accent)}.toggle.is-on span{transform:translate(20px)}.settings-row{align-items:flex-start}.goal-control{display:grid;gap:6px;min-width:160px}.goal-control label{color:var(--muted);font-size:13px;font-weight:800}.goal-control input{width:100%;padding:10px 12px;color:var(--text);background:var(--surface-2);border:1px solid var(--line);border-radius:8px}.task-surface{min-height:420px}.task-empty{display:grid;place-items:center;min-height:320px;text-align:center}.task-empty p{max-width:520px}.task-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.chip{min-height:28px;padding:5px 9px;color:var(--muted);background:var(--surface-2);border:1px solid var(--line)}.task-title-row{align-items:flex-start;margin-bottom:16px}.session-score{min-width:84px;padding:8px 10px;border-radius:8px;color:var(--success);background:#0596691f;text-align:center;font-weight:800}.prompt{margin-bottom:18px;padding:16px;border-radius:8px;background:var(--surface-2);white-space:pre-wrap;line-height:1.58;font-size:17px}.task-materials{display:grid;gap:12px;margin-bottom:18px}.material-card{padding:14px;border-radius:8px;background:var(--surface);border:1px solid var(--line)}.material-title,.matching-title{margin-bottom:10px;font-weight:800}.material-intro{margin:0;color:var(--text);line-height:1.55}.material-list,.matching-column{display:grid;gap:8px}.matching-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(220px,.75fr);gap:12px}.material-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;padding:10px;border-radius:8px;background:var(--surface-2);line-height:1.45}.material-key{display:grid;place-items:center;min-width:28px;height:28px;padding:0 7px;border-radius:999px;color:#fff;background:var(--teal);font-weight:800}.options{display:grid;gap:10px}.text-answer{display:grid;gap:8px}.text-answer label{color:var(--muted);font-size:13px;font-weight:800;text-transform:uppercase}.text-answer input{min-height:52px;width:100%;padding:0 14px;border-radius:8px;color:var(--text);background:var(--surface);border:1px solid var(--line);font:inherit}.text-answer input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb2e}.option{display:flex;align-items:flex-start;gap:10px;width:100%;min-height:52px;padding:13px;border-radius:8px;color:var(--text);background:var(--surface);border:1px solid var(--line);cursor:pointer;text-align:left}.option:hover{border-color:#2563eb73}.option.is-selected{background:var(--accent-soft);border-color:var(--accent)}.option-key{display:grid;place-items:center;min-width:28px;height:28px;border-radius:999px;color:#fff;background:var(--accent);font-weight:800}.option-body{display:grid;gap:6px}.option-details{display:grid;gap:3px;color:var(--muted);font-size:13px;line-height:1.35}.feedback{margin-top:16px;padding:14px;border-radius:8px;border:1px solid var(--line)}.feedback.good{background:#0596691f}.feedback.bad{background:#dc26261f}.stat-row{display:grid;gap:8px;padding:14px}.stat-main span{color:var(--accent);font-weight:800}.attempt-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:12px}.result-badge{min-width:78px;justify-content:center;min-height:28px;padding:5px 8px}.result-badge.good{color:var(--success);background:#0596691f}.result-badge.bad{color:var(--danger);background:#dc26261f}.progress-bar{height:8px;overflow:hidden;border-radius:999px;background:#94a3b847}.progress-fill{width:var(--value);height:100%;background:linear-gradient(90deg,var(--accent),var(--teal))}.empty-state{padding:14px;color:var(--muted);background:var(--surface-2);border:1px dashed var(--line);border-radius:8px}.parent-code strong{display:block;margin-top:4px;font-size:28px}.muted{color:var(--muted);font-size:14px}@media (max-width: 1040px){.app-page{grid-template-columns:1fr}.app-sidebar{position:static;height:auto}.app-nav{grid-template-columns:repeat(5,minmax(0,1fr))}.daily-panel{margin-top:0}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.workspace{padding:14px}.workspace-header,.section-head,.settings-row,.parent-surface,.parent-code,.subject-row{flex-direction:column;align-items:stretch}.header-actions,.actions,.session-actions{width:100%}.btn,.subject-pill{width:100%;white-space:normal}.app-nav,.metric-grid,.content-grid,.attempt-row,.matching-grid{grid-template-columns:1fr}}
