:root{--navy:#0f172a;--blue:#2563eb;--soft:#f8fafc;--line:#dbe3ef;--text:#0f172a;--muted:#64748b}*{box-sizing:border-box}body{color:var(--text);background:#f5f3ee;margin:0;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}button,.btn,.tab,.tree-item{cursor:pointer}.header{background:var(--navy);color:#fff;justify-content:space-between;align-items:center;padding:22px 32px;display:flex}.header p{color:#cbd5e1;margin:4px 0 0}.btn{border:0;border-radius:12px;padding:12px 16px;font-weight:800}.btn.primary{color:#fff;background:#4f46e5}.btn.ghost{color:#0f172a;background:#e2e8f0}.layout{grid-template-columns:290px 1fr;gap:18px;padding:18px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}.sidebar h3{margin-top:0}.library-search{margin-bottom:10px}.library-node{margin:3px 0}.library-node-toggle{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;padding:8px;font-weight:800;display:flex}.library-node-toggle:hover{background:var(--soft)}.library-node-toggle span{width:14px;color:var(--muted);text-align:center}.library-node-children{border-left:2px solid #e2e8f0;margin-left:10px;padding-left:8px}.sidebar .tree-item{padding:8px 10px}.tree-item{border-radius:10px;margin:4px 0;padding:10px 12px;display:block}.tree-item:hover,.tree-item.active{color:#1d4ed8;background:#dbeafe}.sub{border-left:2px solid #e2e8f0;margin-left:18px;padding-left:12px}.dashboard{grid-template-columns:1.3fr .9fr;gap:16px;display:grid}.hero{background:#eff6ff;border-color:#bfdbfe}.concept-title{justify-content:space-between;align-items:start;gap:16px;display:flex}.mastery{background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;min-width:145px;padding:14px}.bar{background:#e2e8f0;border-radius:999px;height:10px;overflow:hidden}.bar span{background:var(--blue);height:100%;display:block}.tabs{flex-wrap:wrap;gap:8px;margin:16px 0;display:flex}.tab{background:#e2e8f0;border:0;border-radius:10px;padding:10px 14px;font-weight:800;transition:all .15s}.tab:hover{background:#cbd5e1}.tab.active{color:#fff;background:#0f172a}.concept-tabs{border-bottom:1px solid var(--line);flex-wrap:nowrap;align-items:center;gap:4px;height:48px;margin:8px 0 12px;overflow-x:auto}.concept-tabs .tab{white-space:nowrap;flex:none;justify-content:center;align-items:center;height:40px;padding:0 14px;display:inline-flex}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:16px}.muted{color:var(--muted)}input,textarea,select{border:1px solid var(--line);width:100%;font:inherit;border-radius:12px;padding:12px}textarea{min-height:110px}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.stack{gap:12px;display:grid}@media (max-width:900px){.layout,.dashboard,.grid{grid-template-columns:1fr}.header{display:block}.sidebar{order:2}}
