:root{color:#102a43;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{min-height:100vh}.login-page{background:linear-gradient(135deg,#eff6ff,#f8fafc);place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{background:#fff;border-radius:14px;width:100%;max-width:440px;padding:28px;box-shadow:0 14px 40px #0f172a1a}.login-panel h1{margin:0 0 8px;font-size:26px}.login-panel p{color:#486581;margin:0 0 18px}.login-form{gap:12px;display:grid}.login-form input,.login-form select,.filters input,.filters select{background:#fff;border:1px solid #d9e2ec;border-radius:8px;height:40px;padding:0 12px;font-size:14px}.login-form button,.actions button,.filters button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;height:38px;padding:0 14px}.login-form button.ghost{color:#1e3a8a;background:#eef2ff;border:1px solid #c7d2fe}.captcha-row,.forgot-row{grid-template-columns:1fr 120px;align-items:center;gap:10px;display:grid}.forgot-row span{color:#486581;font-size:13px}.error{color:#dc2626;margin:0;font-size:13px}.shell{flex-direction:column;min-height:100vh;display:flex}.topbar{z-index:50;color:#fff;background:#3a7bff;align-items:center;gap:24px;height:60px;padding-inline:max(24px,50% - 720px);display:flex;position:sticky;top:0;box-shadow:0 2px 12px #0f172a2e}.topbar-brand{white-space:nowrap;align-items:center;gap:10px;display:flex}.brand-logo{object-fit:contain;background:#fff;border-radius:7px;width:auto;height:34px;padding:3px;box-shadow:0 2px 6px #0f172a40}.brand-mark{letter-spacing:.5px;font-size:18px;font-weight:700}.page-version{z-index:40;color:#94a3b8;pointer-events:none;background:#fffc;border:1px solid #e2e8f0;border-radius:999px;padding:4px 10px;font-size:12px;position:fixed;bottom:12px;left:16px}.top-menu{flex:1;align-items:center;gap:4px;height:100%;display:flex}.top-menu-item{align-items:center;height:100%;display:flex;position:relative}.top-menu-link{color:#ffffffeb;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;height:100%;padding:0 16px;font-family:inherit;font-size:16px;font-weight:600;text-decoration:none;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.top-menu-link:hover{color:#fff;background:#ffffff26}.top-menu-link.active{color:#fff;background:#ffffff24;border-bottom-color:#fff}.menu-dropdown{background:#1e293b;border-radius:0 0 10px 10px;gap:2px;min-width:168px;padding:8px;animation:.14s ease-out menuFade;display:grid;position:absolute;top:100%;left:0;box-shadow:0 14px 32px #0f172a59}@keyframes menuFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.menu-dropdown-link{color:#cbd5e1;white-space:nowrap;border-radius:8px;padding:9px 12px;font-size:14px;text-decoration:none;display:block}.menu-dropdown-link:hover{color:#fff;background:#3b82f638}.menu-dropdown-link.active{color:#fff;background:#1d4ed8}.topbar-user{white-space:nowrap;align-items:center;gap:8px;display:flex}.topbar-user .small-btn{color:#fff;background:#fff3}.main-content{padding-inline:max(24px,50% - 720px);padding-top:20px;padding-bottom:40px}.page-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:4px;width:fit-content;margin:0 0 18px;padding:6px;display:flex;box-shadow:0 1px 3px #0f172a0a}.page-tab{color:#475569;cursor:pointer;border-radius:8px;padding:8px 18px;font-size:14px;text-decoration:none;transition:background .15s,color .15s}.page-tab:hover{color:#1e293b;background:#f1f5f9}.page-tab.active{color:#fff;background:#1d4ed8}.page-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.page-head h2{margin:0}.page-head p{color:#486581;margin:6px 0 0}.head-actions{align-items:center;gap:8px;display:flex}.badge{color:#1e40af;background:#dbeafe;border-radius:999px;padding:6px 12px;font-size:12px}.user-tag{color:#334155;background:#f1f5f9;border-radius:999px;padding:6px 10px;font-size:12px}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.card,.panel,.chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.card{gap:8px;display:grid}.card strong{font-size:24px}.card em{color:#059669;font-style:normal}.panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.panel h4{margin:0 0 12px}.panel ul{gap:8px;margin:0;padding-left:20px;display:grid}.filters{flex-wrap:wrap;gap:10px;margin-bottom:10px;display:flex}.actions{flex-wrap:wrap;gap:10px;display:flex}.tag-wrap{flex-wrap:wrap;gap:8px;display:flex}.tag{color:#3730a3;background:#eef2ff;border-radius:999px;padding:4px 10px;font-size:13px}.chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.chart-card h5{margin:0 0 10px}.bar{background:#e2e8f0;border-radius:999px;height:10px;overflow:hidden}.bar span{background:linear-gradient(90deg,#2563eb,#14b8a6);height:100%;display:block}table{border-collapse:collapse;width:100%;margin-top:12px}th,td{text-align:left;border-bottom:1px solid #e2e8f0;padding:10px 8px;font-size:14px}.small-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;height:30px;padding:0 10px}.danger{background:#dc2626}.small-btn:disabled,.filters button:disabled{cursor:not-allowed;opacity:.5}.actions-cell{gap:8px;display:flex}.tab-btn{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;height:34px;padding:0 12px}.active-tab{color:#fff;background:#1d4ed8}.report-page{gap:14px;display:grid}.report-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:stretch;gap:8px;min-height:46px;padding:6px;display:flex}.report-tab{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:8px;min-width:110px;font-size:15px;font-weight:600}.active-report-tab{color:#fff;background:#1d4ed8}.report-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;display:flex}.report-selects{flex-wrap:wrap;gap:10px;display:flex}.report-selects select{color:#334155;background:#fff;border:1px solid #d9e2ec;border-radius:8px;min-width:128px;height:40px;padding:0 12px;font-size:14px}.custom-date-range{align-items:center;gap:8px;display:flex}.custom-date-range input{color:#334155;background:#fff;border:1px solid #d9e2ec;border-radius:8px;width:150px;height:40px;padding:0 12px;font-size:14px}.custom-date-range span{color:#64748b;font-weight:600}.report-search{flex:0 0 260px;position:relative}.report-search input{color:#334155;border:1px solid #d9e2ec;border-radius:8px;width:100%;height:40px;padding:0 38px 0 12px;font-size:14px}.report-search input::placeholder{color:#94a3b8}.report-search span{color:#64748b;font-size:22px;line-height:1;position:absolute;top:8px;right:12px}.grade-filter{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 14px;font-size:14px;font-weight:600;display:flex}.grade-filter button{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600}.grade-filter button.active-grade{color:#1d4ed8;background:#dbeafe}.report-list{gap:10px;display:grid}.report-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;min-height:78px;padding:14px;display:flex}.report-item h3{color:#1e293b;margin:0 0 7px;font-size:16px;line-height:1.35}.report-item-main{min-width:0}.report-item p{color:#64748b;flex-wrap:wrap;gap:18px;margin:0;font-size:13px;font-weight:500;display:flex}.report-item p.joint-report-meta{gap:4px;display:grid}.joint-report-meta span{min-width:0}.report-school-meta{text-overflow:ellipsis;white-space:nowrap;max-width:420px;overflow:hidden}.report-item button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;flex:none;width:96px;height:36px;font-size:14px}.report-empty{color:#64748b;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:36px;font-weight:600}.report-detail-shell{gap:12px;display:grid}.report-detail-head{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;font-weight:600;display:flex}.report-frame{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;min-height:calc(100vh - 170px)}.preparation-layout{grid-template-columns:260px 1fr;gap:12px;display:grid}.preparation-left,.preparation-right{background:#fff;border:1px solid #e2e8f0;border-radius:12px}.preparation-left{padding:12px}.left-head{color:#2563eb;margin-bottom:10px;font-size:14px;font-weight:600}.tree-list{gap:12px;display:grid}.tree-node{gap:6px;display:grid}.tree-title{color:#1e293b;justify-content:space-between;font-size:14px;display:flex}.tree-title span{color:#3b82f6}.tree-child{color:#64748b;border-radius:8px;padding:5px 8px;font-size:13px}.tree-child:hover{background:#eff6ff}.preparation-right{padding:12px}.prep-toolbar{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.prep-types{flex-wrap:wrap;gap:6px;display:flex}.type-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:999px;padding:4px 10px;font-size:12px}.active-type{color:#2563eb;background:#eff6ff;border-color:#93c5fd}.prep-search{margin-bottom:10px}.prep-search input{border:1px solid #d9e2ec;border-radius:8px;width:220px;height:36px;padding:0 10px}.prep-file-list{gap:10px;display:grid}.prep-file-item{border-bottom:1px solid #f1f5f9;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;padding:10px 0;display:grid}.file-icon{color:#fff;background:#fb7185;border-radius:8px;place-items:center;width:34px;height:34px;font-size:12px;display:grid}.file-main{gap:4px;display:grid}.file-name{color:#1e293b;font-weight:600}.file-time{color:#94a3b8;font-size:12px}.file-actions{gap:8px;display:flex}.file-actions button{color:#2563eb;cursor:pointer;background:0 0;border:none}.local-resource-top{align-items:center;gap:10px;margin-bottom:12px;display:flex}.local-resource-top h4{margin:0;font-size:30px}.chip-btn{color:#2563eb;background:#eff6ff;border:none;border-radius:10px;padding:6px 12px;font-size:16px}.field-label{color:#475569;font-size:14px;line-height:40px}.book-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.book-card{background:#fff;border:1px solid #edf2f7;border-radius:10px;min-height:280px;padding:10px}.book-cover{color:#1e293b;background:linear-gradient(160deg,#fde68a,#fca5a5 36%,#c7d2fe);border-radius:8px;place-items:center;height:176px;font-size:28px;font-weight:700;display:grid}.book-name{color:#1f2937;margin-top:10px;font-size:16px;font-weight:600;line-height:1.4}.book-count{color:#94a3b8;margin-top:6px;font-size:13px}.workbook-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:10px;display:grid}.workbook-card{background:#fff;border:1px solid #eef2f7;border-radius:10px;grid-template-columns:112px 1fr;min-height:150px;display:grid;position:relative}.workbook-cover{aspect-ratio:3/4;color:#fff;background:linear-gradient(145deg,#fb923c,#f97316);border-radius:6px;align-content:space-between;width:calc(100% - 20px);margin:10px;padding:8px;display:grid}.workbook-year{font-size:18px;font-weight:700}.workbook-sub{opacity:.95;font-size:12px}.workbook-main{gap:6px;padding:10px 10px 10px 2px;display:grid}.workbook-tags{color:#9333ea;font-size:12px}.workbook-title{color:#0f172a;font-size:15px;font-weight:600;line-height:1.3}.workbook-meta,.workbook-subject{color:#94a3b8;font-size:13px}.workbook-fav{color:#60a5fa;position:absolute;bottom:8px;left:12px}.pager-row{color:#64748b;justify-content:flex-end;align-items:center;gap:8px;margin-top:10px;display:flex}.pager-btn,.pager-size{color:#475569;background:#fff;border:1px solid #dbeafe;border-radius:8px;height:30px;padding:0 10px}.active-pager{color:#2563eb;border-color:#2563eb}.elite-bank-page{gap:12px;display:grid}.elite-bank-title-row{align-items:center;gap:12px;display:flex}.elite-bank-title{color:#0f172a;font-size:28px;font-weight:700}.elite-bank-title-row select{color:#475569;background:#fff;border:1px solid #d9e2ec;border-radius:8px;min-width:88px;height:34px;padding:0 10px}.elite-bank-layout{grid-template-columns:210px 1fr;gap:12px;display:grid}.elite-bank-side,.elite-bank-main{background:#fff;border:1px solid #e2e8f0;border-radius:12px}.elite-bank-side{padding:12px}.elite-side-tabs{border-bottom:1px solid #e2e8f0;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.elite-side-tab{color:#64748b;cursor:pointer;background:0 0;border:none;height:38px;font-size:14px;font-weight:600}.active-elite-side-tab{color:#2563eb;border-bottom:2px solid #2563eb}.elite-side-tree{gap:8px;padding-top:12px;display:grid}.elite-stage-group{gap:8px;display:grid}.elite-stage-btn{color:#475569;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:14px;font-weight:600;display:flex}.active-elite-stage{color:#2563eb}.elite-stage-dot{border:1px solid #cbd5e1;border-radius:999px;width:10px;height:10px;position:relative}.active-elite-stage .elite-stage-dot{border-color:#60a5fa}.active-elite-stage .elite-stage-dot:after{content:"";background:#60a5fa;border-radius:999px;position:absolute;inset:2px}.elite-point-list{gap:6px;padding-left:18px;display:grid}.elite-point-item{text-align:left;color:#64748b;cursor:pointer;background:#f8fafc;border:none;border-radius:8px;padding:8px 10px;font-size:13px}.elite-point-item:hover{color:#2563eb;background:#eff6ff}.elite-bank-main{gap:12px;padding:12px;display:grid}.elite-bank-toolbar{gap:10px;display:grid}.elite-search{display:block;position:relative}.elite-search input{color:#334155;border:1px solid #d9e2ec;border-radius:8px;width:100%;height:40px;padding:0 38px 0 12px;font-size:14px}.elite-search span{color:#64748b;font-size:22px;line-height:1;position:absolute;top:7px;right:12px}.elite-filter-row{color:#64748b;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.elite-filter-row span{color:#94a3b8}.elite-filter-chip{color:#475569;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px}.active-elite-filter{color:#2563eb;font-weight:600}.elite-question-card{border:1px solid #e2e8f0;border-radius:10px;gap:14px;padding:16px;display:grid}.elite-question-labels{gap:8px;display:flex}.elite-question-badge{color:#fff;background:#fb923c;border-radius:6px;align-items:center;height:22px;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.elite-question-badge.light{color:#2563eb;background:#eff6ff}.elite-question-stem{color:#1e293b;margin:0;font-size:17px;line-height:1.8}.elite-question-figure{width:160px}.elite-question-figure svg{width:100%;height:auto;display:block}.elite-question-figure text{fill:#334155;font-size:12px;font-weight:600}.elite-option-list{gap:10px;display:grid}.elite-option-item{color:#334155;align-items:center;gap:10px;font-size:16px;display:flex}.elite-option-item span{color:#64748b;width:18px}.elite-option-item strong{font-weight:500}.elite-answer-row{gap:12px;display:flex}.elite-answer-chip{color:#64748b;cursor:pointer;background:#fff;border:1px solid #d9e2ec;border-radius:999px;width:32px;height:32px;font-weight:700}.active-elite-answer{color:#fff;background:#22c55e;border-color:#22c55e}.elite-solution-box{color:#4b5563;background:#f6f1d8;border:1px solid #ece4b6;border-radius:8px;padding:14px 16px;line-height:1.8}.elite-solution-box p{margin:0 0 8px}.elite-solution-box p:last-child{margin-bottom:0}.elite-knowledge-meta{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.elite-knowledge-info{gap:10px;min-width:0;display:grid}.elite-compose-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:8px;flex:none;height:32px;padding:0 16px;font-size:13px}.elite-compose-btn:hover{color:#fff;background:#2563eb}.elite-knowledge-row{color:#64748b;align-items:flex-start;gap:10px;font-size:13px;display:flex}.elite-tag-list{flex-wrap:wrap;gap:8px;display:flex}.elite-knowledge-tag{color:#64748b;background:#f1f5f9;border-radius:6px;padding:4px 10px;font-size:12px}.elite-difficulty-text{color:#64748b;font-size:13px}.elite-paper-page{gap:12px;display:grid}.elite-paper-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:16px;padding:12px 14px;display:grid}.elite-paper-search{max-width:260px}.elite-paper-filter-block{border-bottom:1px solid #eef2f7;gap:12px;padding-bottom:14px;display:grid}.elite-paper-filter-row{align-items:flex-start;gap:10px;display:flex}.elite-paper-filter-label{color:#64748b;flex:none;min-width:62px;font-size:13px;line-height:28px}.elite-paper-chip-wrap{flex-wrap:wrap;align-items:center;gap:8px 18px;display:flex}.elite-paper-chip{color:#475569;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;line-height:28px}.active-elite-paper-chip{color:#3b82f6;font-weight:600}.elite-paper-more-btn{color:#60a5fa;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;line-height:28px}.elite-paper-list{display:grid}.elite-paper-card{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:16px;padding:8px 0 14px;display:flex}.elite-paper-main{gap:10px;min-width:0;display:grid}.elite-paper-main h4{color:#1e293b;margin:0;font-size:18px}.elite-paper-tags{flex-wrap:wrap;gap:6px;display:flex}.elite-paper-tag{color:#3b82f6;background:#eef4ff;border-radius:4px;align-items:center;height:22px;padding:0 8px;font-size:12px;display:inline-flex}.elite-paper-tag.year-tag{background:#eff6ff}.elite-paper-meta{color:#94a3b8;flex-wrap:wrap;gap:18px;margin:0;font-size:13px;display:flex}.elite-paper-actions{flex:none;gap:10px;display:flex}.elite-paper-actions button{cursor:pointer;border-radius:6px;min-width:68px;height:32px;font-size:14px}.elite-paper-view-btn{color:#fff;background:#3b82f6;border:none}.elite-paper-download-btn{color:#64748b;background:#fff;border:1px solid #d9e2ec}.elite-paper-footer{justify-content:flex-end;align-items:center;gap:12px;display:flex}.elite-paper-pager{gap:8px;display:flex}.home-dashboard{gap:14px;display:grid}.home-hero{color:#fff;background:linear-gradient(95deg,#4f7bf5,#6a38c9);border-radius:10px;justify-content:space-between;padding:16px 18px;display:flex}.home-hero h2{margin:0 0 6px;font-size:34px}.home-hero p{opacity:.92;margin:0 0 10px;font-size:14px}.home-role{background:#fff3;border-radius:8px;padding:4px 10px;font-size:12px;display:inline-flex}.home-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.home-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:10px;padding:12px;display:flex}.home-icon{color:#fff;border-radius:8px;place-items:center;width:34px;height:34px;font-size:18px;display:grid}.home-icon.blue{background:#0ea5e9}.home-icon.green{background:#22c55e}.home-icon.orange{background:#f59e0b}.home-icon.purple{background:#7c3aed}.home-stat-card strong{color:#1e293b;font-size:26px;display:block}.home-stat-card p{color:#94a3b8;margin:0;font-size:13px}.home-charts{grid-template-columns:2fr 1fr;gap:10px;display:grid}.home-panel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.home-panel h4{margin:0 0 10px}.trend-svg{background:linear-gradient(#f8fbff,#fff 82%);border-radius:8px;width:100%;height:250px}.axis-text{fill:#64748b;font-size:12px}.trend-card{position:relative}.trend-tooltip{color:#fff;pointer-events:none;background:#0f172aeb;border-radius:8px;gap:2px;padding:6px 10px;font-size:12px;display:grid;position:absolute;top:8px;transform:translate(-50%);box-shadow:0 6px 20px #02061733}.trend-tooltip strong{font-size:12px}.donut-wrap{place-items:center;gap:10px;display:grid}.donut-svg{width:190px;height:190px}.donut-segment{cursor:pointer;transition:opacity .2s}.donut-segment:hover{opacity:.78}.donut-center-title{fill:#64748b;font-size:12px}.donut-center-value{fill:#0f172a;font-size:18px;font-weight:700}.donut-tooltip{color:#334155;background:#f1f5f9;border-radius:999px;padding:4px 10px;font-size:12px}.legend{color:#64748b;flex-wrap:wrap;justify-content:center;gap:12px;font-size:12px;display:flex}.legend span{cursor:pointer}.legend i{border-radius:4px;width:12px;height:6px;margin-right:4px;display:inline-block}.home-tables{grid-template-columns:1fr 1fr;gap:10px;display:grid}.home-link{color:#3b82f6;text-decoration:none}.home-analytics{gap:14px;display:grid}.panel-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.panel-head h4{margin:0}.panel-head .legend{justify-content:flex-end}.chart-note{color:#94a3b8;margin:4px 0 8px;font-size:12px}.bar-svg{background:linear-gradient(#f8fbff,#fff 82%);border-radius:8px;width:100%;height:300px}.bar-value{fill:#475569;font-size:11px;font-weight:600}.bar-value.score-value{fill:#2563eb}.dashboard-empty{min-height:520px}.ts-page{gap:10px;display:grid}.ts-filters{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:14px;display:flex}.ts-filter-group{flex-wrap:wrap;gap:10px;display:flex}.ts-filter-group select{color:#334155;background:#fff;border:1px solid #d9e2ec;border-radius:8px;min-width:128px;height:40px;padding:0 12px;font-size:14px}.ts-top-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.ts-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;display:flex}.ts-icon{color:#fff;border-radius:8px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:20px;display:grid}.ts-icon.orange{background:#f59e0b}.ts-icon.blue{background:#3b82f6}.ts-icon.green{background:#22c55e}.ts-icon.purple{background:#7c3aed}.ts-stat-card p{color:#64748b;margin:0 0 4px;font-size:13px}.ts-stat-card strong{color:#1e293b;font-size:26px;font-weight:700;display:block}.ts-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.ts-section-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.ts-section-header h3{color:#1e293b;margin:0;font-size:16px;font-weight:700}.ts-section-body{gap:16px;padding:16px;display:grid}.ts-tab-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.ts-tabs{background:#f1f5f9;border-radius:8px;align-items:stretch;gap:6px;min-height:40px;padding:4px;display:flex}.ts-tabs.small .ts-tab{min-width:72px;padding:0 10px;font-size:13px}.ts-tab{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:6px;min-width:80px;padding:0 14px;font-size:14px;font-weight:600}.ts-tab.active{color:#fff;background:#1d4ed8}.ts-sub-filters{align-items:center;gap:8px;display:flex}.ts-sub-filter{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 10px;font-size:13px;font-weight:600}.ts-sub-filter.active{color:#1d4ed8;background:#dbeafe}.ts-empty-chart{background:#fafbfc;border:1px dashed #e2e8f0;border-radius:8px;flex-direction:column;justify-content:flex-end;align-items:center;min-height:260px;padding-bottom:30px;display:flex;position:relative}.ts-empty-tooltip{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-size:12px;position:absolute;top:30px;right:40px;box-shadow:0 2px 8px #0000000a}.ts-empty-tooltip-title{margin-bottom:2px;font-weight:600}.ts-empty-tooltip-meta{color:#94a3b8}.ts-empty-bars{justify-content:center;align-items:flex-end;gap:60px;width:100%;padding:0 40px;display:flex}.ts-empty-bar-label{color:#94a3b8;font-size:12px}.ts-empty-xlabel{color:#94a3b8;margin-top:8px;font-size:12px}.ts-section-footer{justify-content:flex-end;display:flex}.ts-detail-link{color:#3b82f6;font-size:13px;font-weight:600;text-decoration:none}.ts-detail-link:hover{text-decoration:underline}.ts-bar-chart{background:linear-gradient(#fbfdff 0%,#fff 100%);border:1px solid #e2e8f0;border-radius:10px;gap:16px;padding:18px;display:grid}.ts-bar-chart-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ts-bar-chart-head strong{color:#1e293b;font-size:16px;display:block}.ts-bar-chart-head p{color:#94a3b8;margin:6px 0 0;font-size:13px}.ts-bar-chart-total{color:#2563eb;background:#eff6ff;border-radius:999px;flex:none;padding:6px 12px;font-size:12px;font-weight:600}.ts-bar-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:16px;min-height:280px;display:grid}.ts-bar-col{justify-items:center;gap:10px;display:grid}.ts-bar-value{color:#334155;font-size:13px;font-weight:700}.ts-bar-track{background:linear-gradient(#f8fafc 0%,#eff6ff 100%);border-radius:999px 999px 12px 12px;justify-content:center;align-items:flex-end;width:100%;max-width:72px;height:220px;padding:0 8px;display:flex}.ts-bar-fill{background:linear-gradient(#60a5fa 0%,#2563eb 100%);border-radius:999px 999px 12px 12px;width:100%;min-height:22px;box-shadow:0 8px 18px #2563eb33}.ts-bar-name{color:#64748b;text-align:center;font-size:12px;font-weight:500;line-height:1.5}.ts-mid-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.ts-mid-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;display:flex}.ts-mid-icon{color:#fff;border-radius:8px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:18px;display:grid}.ts-mid-icon.orange{background:#f59e0b}.ts-mid-icon.blue{background:#3b82f6}.ts-mid-icon.green{background:#22c55e}.ts-mid-stat-card p{color:#64748b;margin:0 0 4px;font-size:13px}.ts-mid-stat-card strong{color:#1e293b;font-size:24px;font-weight:700;display:block}.ts-rings-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-top:8px;display:grid}.ts-ring-col{flex-direction:column;align-items:center;gap:10px;display:flex}.ts-ring-title{color:#334155;font-size:14px;font-weight:600}.ts-ring-wrap{place-items:center;gap:10px;display:grid}.ts-ring-svg{width:160px;height:160px}.ts-ring-label{fill:#64748b;font-size:12px}.ts-ring-value{fill:#0f172a;font-size:20px;font-weight:700}.ts-ring-legend{color:#64748b;flex-wrap:wrap;justify-content:center;gap:12px;font-size:12px;display:flex}.ts-ring-legend span{align-items:center;gap:4px;display:inline-flex}.ts-ring-legend i{border-radius:50%;width:10px;height:10px;display:inline-block}.ts-completion-empty{background:#fafbfc;border:1px dashed #e2e8f0;border-radius:8px;justify-content:center;align-items:center;min-height:200px;display:flex}.ts-completion-legend{align-items:center;gap:16px;display:flex}.ts-completion-legend span{color:#64748b;align-items:center;gap:6px;font-size:13px;display:inline-flex}.ts-completion-legend i{border-radius:50%;width:10px;height:10px;display:inline-block}@media (width<=1100px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-grid,.chart-grid,.preparation-layout,.elite-bank-layout,.book-grid,.workbook-grid,.home-stats,.home-charts,.home-tables,.ts-top-stats,.ts-mid-stats,.ts-rings-row,.ts-bar-grid{grid-template-columns:1fr}}@media (width<=760px){.shell{grid-template-columns:1fr}.sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}}.workbook-foot{border-top:1px dashed #eef2f7;grid-column:1/-1;justify-content:space-between;align-items:center;gap:8px;margin:0 10px 10px;padding-top:8px;display:flex}.scope-badge{border-radius:999px;padding:3px 10px;font-size:12px;line-height:1.6}.scope-badge.none{color:#64748b;background:#f1f5f9}.scope-badge.partial{color:#4338ca;background:#eef2ff}.scope-badge.all{color:#15803d;background:#dcfce7}.scope-manage-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:8px;height:28px;padding:0 12px;font-size:13px}.scope-manage-btn:hover{color:#fff;background:#2563eb}.open-modal-overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.open-modal{background:#fff;border-radius:14px;flex-direction:column;width:min(900px,100%);max-height:min(86vh,820px);display:flex;overflow:hidden;box-shadow:0 20px 60px #0f172a40}.open-modal-head{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;padding:18px 20px 14px;display:flex}.open-modal-head h3{color:#0f172a;margin:0;font-size:17px}.open-modal-head p{color:#64748b;margin:4px 0 0;font-size:13px}.open-modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;width:30px;height:30px;font-size:14px}.open-modal-close:hover{color:#0f172a;background:#e2e8f0}.open-modal-stats{background:#f8fafc;border-bottom:1px solid #eef2f7;align-items:center;gap:14px;padding:16px 20px;display:flex}.open-stat{background:#fff;border:1px solid #eef2f7;border-radius:10px;flex-direction:column;align-items:center;min-width:76px;padding:6px 10px;display:flex}.open-stat-num{font-size:22px;font-weight:700;line-height:1.1}.open-stat-num.all{color:#0f172a}.open-stat-num.on{color:#059669}.open-stat-num.off{color:#94a3b8}.open-stat-label{color:#64748b;margin-top:2px;font-size:12px}.open-progress{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.open-progress-track{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.open-progress-fill{background:linear-gradient(90deg,#2563eb,#14b8a6);height:100%;transition:width .2s}.open-progress-text{color:#64748b;font-size:12px}.open-modal-tools{border-bottom:1px solid #eef2f7;flex-wrap:wrap;align-items:center;gap:10px;padding:14px 20px;display:flex}.open-modal-tools input{border:1px solid #e2e8f0;border-radius:8px;flex:1;min-width:160px;height:32px;padding:0 10px}.open-modal-tools select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;height:32px;padding:0 8px}.open-tools-spacer{flex:1}.open-tool-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;height:32px;padding:0 14px;font-size:13px}.open-tool-btn:hover{color:#2563eb;border-color:#2563eb}.open-tool-btn.primary{color:#fff;background:#2563eb;border-color:#2563eb}.open-tool-btn.primary:hover{color:#fff;background:#1d4ed8}.open-tool-btn.ghost{color:#64748b;background:#fff}.open-tool-btn:disabled{opacity:.5;cursor:not-allowed}.open-cols{flex:1;grid-template-columns:1fr 1fr;gap:14px;min-height:0;padding:16px 20px;display:grid;overflow:auto}.open-col{border:1px solid #eef2f7;border-radius:10px;flex-direction:column;min-height:0;display:flex;overflow:hidden}.open-col-head{justify-content:space-between;align-items:center;padding:10px 12px;font-size:13px;font-weight:600;display:flex}.open-col-head span{color:#0f172a}.open-col-head em{color:#475569;background:#f1f5f9;border-radius:999px;padding:2px 8px;font-size:12px;font-style:normal}.open-col-head.opened{background:#ecfdf5}.open-col-head.opened em{color:#047857;background:#d1fae5}.open-col-head.closed{background:#f8fafc}.open-col-body{flex-direction:column;gap:6px;padding:8px;display:flex;overflow:auto}.scope-row{background:#fff;border:1px solid #eef2f7;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.scope-row-main{flex-direction:column;gap:2px;min-width:0;display:flex}.scope-row-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.scope-row-sub{color:#94a3b8;font-size:12px}.scope-row-toggle{cursor:pointer;border:1px solid #0000;border-radius:7px;flex-shrink:0;height:28px;padding:0 12px;font-size:12px}.scope-row-toggle.on{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.scope-row-toggle.on:hover{color:#fff;background:#059669}.scope-row-toggle.off{color:#dc2626;background:#fef2f2;border-color:#fecaca}.scope-row-toggle.off:hover{color:#fff;background:#dc2626}.scope-empty{text-align:center;color:#94a3b8;padding:24px 10px;font-size:13px}.open-modal-foot{background:#f8fafc;border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.open-modal-tip{color:#94a3b8;font-size:12px}.open-modal-actions{gap:10px;display:flex}@media (width<=760px){.open-modal-stats{flex-wrap:wrap}.open-cols{grid-template-columns:1fr}.open-modal-foot{flex-direction:column;align-items:stretch}.open-modal-actions{justify-content:flex-end}}.schools-table th.num-col,.schools-table td.num-col{text-align:right;width:140px}.num-link{cursor:pointer;color:#2563eb;text-underline-offset:3px;background:0 0;border:none;padding:0;font-size:15px;font-weight:600;text-decoration:underline}.num-link:hover{color:#1d4ed8}.open-cols-wide{grid-template-columns:minmax(220px,260px) 1fr}.pick-item{cursor:pointer;color:#334155;text-align:left;background:#fff;border:1px solid #eef2f7;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:13px;display:flex}.pick-item:hover{background:#f8fbff;border-color:#93c5fd}.pick-item.active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb;font-weight:600}.pick-item em{color:#94a3b8;font-size:12px;font-style:normal}.pick-item.active em{color:#2563eb}.modal-table{border-collapse:collapse;width:100%;margin-top:0}.modal-table th,.modal-table td{text-align:left;border-bottom:1px solid #eef2f7;padding:8px 10px;font-size:13px}.modal-table th{color:#64748b;z-index:1;background:#f8fafc;font-weight:600;position:sticky;top:0}.modal-table tbody tr:hover{background:#f8fbff}.open-col-table{padding:0;overflow:auto}.open-modal-narrow{width:min(560px,100%)}.open-modal-table-wrap{flex:1;min-height:0;padding:16px 20px;overflow:auto}.wb-create-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;height:32px;padding:0 14px;font-size:14px}.wb-create-btn:hover{background:#1d4ed8}.wc-modal{width:min(520px,100%);max-height:min(90vh,760px)}.wc-body{flex-direction:column;flex:1;gap:16px;min-height:0;padding:16px 20px;display:flex;overflow:auto}.wc-step{color:#0f172a;border-bottom:1px solid #eef2f7;padding-bottom:8px;font-size:14px;font-weight:600}.wc-field{flex-direction:column;gap:6px;display:flex}.wc-label{color:#333;font-size:13px}.wc-label i{color:#ff4d4f;margin-left:2px;font-style:normal}.wc-input,.wc-select,.wc-textarea{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;height:36px;padding:0 10px;font-size:14px}.wc-textarea{resize:vertical;height:auto;padding:8px 10px;line-height:1.5}.wc-input::placeholder,.wc-textarea::placeholder{color:#94a3b8}.wc-input:focus,.wc-select:focus,.wc-textarea:focus{border-color:#2563eb;outline:none}.wc-cover-row{gap:14px;display:flex}.wc-cover-preview{color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px;flex:0 0 76px;justify-content:center;align-items:center;width:76px;height:110px;font-size:12px;display:flex;overflow:hidden}.wc-cover-preview img{object-fit:cover;width:100%;height:100%}.wc-cover-ops{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.wc-cover-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #d9e2ec;border-radius:6px;height:30px;padding:0 14px;font-size:13px}.wc-cover-btn:hover{color:#2563eb;border-color:#2563eb}.wc-cover-info{color:#94a3b8;margin:0;font-size:12px;line-height:1.7}.wc-error{color:#ff4d4f;margin:0;font-size:13px}.elite-paper-open-btn{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:6px;min-width:68px;height:32px;padding:0 14px;font-size:14px}.elite-paper-open-btn:hover{color:#fff;background:#2563eb}.elite-bank-title-row .elite-paper-open-btn{margin-left:auto}.srd-shell{max-width:1400px;margin:0 auto;padding:18px 0}.srd-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.srd-header-left{align-items:center;gap:12px;display:flex}.srd-back{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:color .15s,background .15s;display:inline-flex}.srd-back:hover{color:#475569;background:#f1f5f9}.srd-title{color:#1e293b;margin:0;font-size:18px;font-weight:700}.srd-meta{color:#94a3b8;align-items:center;gap:16px;margin-top:4px;font-size:13px;display:flex}.srd-download{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;transition:background .15s;display:inline-flex}.srd-download:hover{background:#3b82f6}.srd-main{align-items:flex-start;gap:16px;display:flex}.srd-nav{flex-shrink:0;width:180px}.srd-nav-inner{background:#f5f7fb;border-radius:10px;position:sticky;top:18px;overflow:hidden}.srd-nav-group{text-align:left;cursor:pointer;color:#475569;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:10px 16px;font-size:14px;transition:background .15s,color .15s;display:flex}.srd-nav-group:hover{background:#eef2f7}.srd-nav-group.is-leaf-active{color:#fff;background:#2563eb;font-weight:600}.srd-nav-group.is-group-active{color:#2563eb;background:#eff6ff;font-weight:600}.srd-nav-group .chev{transition:transform .15s}.srd-nav-group .chev.open{transform:rotate(90deg)}.srd-nav-children{background:#eef1f5}.srd-nav-child{text-align:left;cursor:pointer;color:#64748b;background:0 0;border:none;width:100%;padding:8px 16px 8px 32px;font-size:12px;transition:background .15s,color .15s}.srd-nav-child:hover{background:#e7ebf1}.srd-nav-child.active{color:#2563eb;background:#eff6ff;font-weight:600}.srd-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:1;min-width:0;max-height:calc(100vh - 170px);overflow-y:auto}.srd-content-inner{gap:30px;padding:22px 24px;display:grid}.srd-subject-filter{border-bottom:1px solid #eef2f7;align-items:center;gap:8px;padding-bottom:14px;display:flex}.srd-subject-filter .lbl{color:#64748b;flex-shrink:0;font-size:14px}.srd-subject-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:6px;padding:6px 16px;font-size:14px;transition:background .15s,color .15s}.srd-subject-btn:hover{background:#e2e8f0}.srd-subject-btn.active{color:#fff;background:#2563eb;font-weight:600}.srd-overview-title{color:#1e293b;margin:0 0 14px;font-size:16px;font-weight:700}.srd-overview-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:14px;display:grid}.srd-stat-card{text-align:center;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.srd-stat-value{color:#1e293b;font-size:22px;font-weight:700}.srd-stat-label{color:#94a3b8;align-items:center;gap:4px;margin-top:6px;font-size:13px;display:inline-flex}.srd-overview-foot{text-align:center;color:#cbd5e1;font-size:13px}.srd-section{gap:12px;display:grid}.srd-section-head{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.srd-section-title{color:#1e293b;align-items:center;gap:6px;margin:0;font-size:15px;font-weight:700;display:inline-flex}.srd-section-title svg,.srd-stat-label svg{color:#2563eb;cursor:help}.srd-class-select{display:inline-block;position:relative}.srd-class-select select{color:#334155;appearance:none;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;height:32px;padding:0 28px 0 10px;font-size:13px}.srd-class-select .chev-down{pointer-events:none;color:#94a3b8;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.srd-table-wrap{overflow-x:auto}.srd-table{border-collapse:collapse;border:1px solid #e2e8f0;border-radius:10px;width:100%;margin-top:0;font-size:13px;overflow:hidden}.srd-table th{color:#64748b;white-space:nowrap;text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px 12px;font-size:12px;font-weight:600}.srd-table td{color:#334155;white-space:nowrap;border-bottom:1px solid #f1f5f9;padding:10px 12px;font-size:13px}.srd-table tbody tr:last-child td{border-bottom:none}.srd-table tbody tr:hover{background:#f8fbff}.srd-table td.totals{color:#2563eb;background:#eff6ff;font-weight:600}.srd-table td.ans{color:#16a34a;font-weight:600}.srd-table td.neg{color:#ef4444;font-weight:600}.srd-table td.pos{color:#16a34a;font-weight:600}.srd-table td.zero-cell{color:#ef4444;background:#fef2f2;font-weight:600}.srd-table td.center,.srd-table th.center{text-align:center}.srd-table .row-totals{background:#eff6ff}.srd-filter-bar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.srd-tag{color:#2563eb;background:#eff6ff;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;display:inline-flex}.srd-tag .x{cursor:pointer;color:inherit;background:0 0;border:none;padding:0;display:inline-flex}.srd-tag .x:hover{color:#ef4444}.srd-clear-all{color:#94a3b8;cursor:pointer;background:0 0;border:none;margin-left:4px;font-size:12px}.srd-clear-all:hover{color:#ef4444}.srd-search{width:224px;margin-left:auto;position:relative}.srd-search input{color:#334155;border:1px solid #e2e8f0;border-radius:6px;width:100%;height:32px;padding:0 32px 0 12px;font-size:13px}.srd-search input:focus{border-color:#2563eb;outline:none}.srd-search .ico{color:#94a3b8;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.srd-pagination{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;display:flex}.srd-pagination .total{color:#94a3b8;font-size:13px}.srd-pagination .pages{align-items:center;gap:8px;display:flex}.srd-page-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 6px;font-size:13px;display:inline-flex}.srd-page-btn:disabled{color:#cbd5e1;cursor:not-allowed;background:#f8fafc}.srd-page-btn.active{color:#2563eb;border-color:#2563eb;font-weight:600}.srd-page-size{color:#94a3b8;margin-left:6px;font-size:13px}.srd-link{color:#2563eb;cursor:pointer}.srd-link:hover{color:#3b82f6}.crd-shell{max-width:1320px;margin:0 auto;padding:16px 0}.crd-head-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding:16px 20px;display:flex}.crd-head-left{align-items:center;gap:14px;min-width:0;display:flex}.crd-back{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.crd-back:hover{color:#475569;background:#f1f5f9}.crd-head-title{color:#1e293b;margin:0;font-size:18px;font-weight:700}.crd-head-sub{color:#64748b;margin-top:4px;font-size:13px}.crd-head-actions{flex-shrink:0;align-items:center;gap:20px;display:flex}.crd-action{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:14px;display:inline-flex}.crd-action:hover{color:#3b82f6;text-decoration:underline}.crd-main{align-items:flex-start;gap:16px;display:flex}.crd-nav{flex-shrink:0;width:176px}.crd-nav-inner{background:#fff;border:1px solid #e2e8f0;border-radius:12px;position:sticky;top:16px;overflow:hidden}.crd-nav-group-title{color:#94a3b8;letter-spacing:.5px;padding:12px 16px 8px;font-size:12px}.crd-nav-item{text-align:left;cursor:pointer;color:#475569;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:8px;width:100%;padding:10px 16px;font-size:14px;transition:background .15s,color .15s;display:flex}.crd-nav-item:hover{background:#f8fafc}.crd-nav-item.active{color:#2563eb;background:#eff6ff;border-left-color:#2563eb;font-weight:600}.crd-nav-item .dot{background:#cbd5e1;border-radius:50%;width:6px;height:6px}.crd-nav-item.active .dot{background:#2563eb}.crd-content{flex:1;gap:14px;min-width:0;display:grid}.crd-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.crd-section-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.crd-section-title{color:#1e293b;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:700;display:inline-flex}.crd-section-title:before{content:"";background:#2563eb;border-radius:2px;width:4px;height:16px;display:inline-block}.crd-feedback{align-items:center;gap:14px;display:inline-flex}.crd-feedback .fb{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:12px}.crd-feedback .fb:hover{color:#2563eb}.crd-overview-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.crd-stat{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px 12px}.crd-stat .v{color:#1e293b;font-size:30px;font-weight:700;line-height:1.1}.crd-stat .v.blue{color:#2563eb}.crd-stat .l{color:#64748b;margin-top:6px;font-size:13px}.crd-overview-note{color:#94a3b8;margin-top:14px;font-size:12px}.crd-table{border-collapse:collapse;width:100%;font-size:13px}.crd-table th{color:#64748b;text-align:left;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px 12px;font-size:12px;font-weight:600}.crd-table th.sort{cursor:pointer}.crd-table th .arr{margin-left:2px;font-size:10px}.crd-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:12px}.crd-table tbody tr:last-child td{border-bottom:none}.crd-table tbody tr:hover{background:#f8fbff}.crd-table td.kp{color:#475569}.crd-table td.rate-bad{color:#ef4444;font-weight:600}.crd-table td.err-opt{color:#ef4444;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;display:inline-flex}.crd-chart-wrap{width:100%}.crd-concern{align-items:flex-start;gap:18px;display:flex}.crd-concern-nav{flex-shrink:0;gap:4px;width:132px;display:grid}.crd-concern-nav .it{text-align:left;color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;width:100%;padding:9px 12px;font-size:13px}.crd-concern-nav .it:hover{background:#f8fafc}.crd-concern-nav .it.active{color:#2563eb;background:#eff6ff;border-color:#bfdbfe;font-weight:600}.crd-concern-table-wrap{flex:1;min-width:0;overflow-x:auto}@media (width<=960px){.crd-overview-grid{grid-template-columns:repeat(2,1fr)}.crd-nav{display:none}}.csa-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.csa-top-stats{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.csa-top-stat{background:#f8fafc;border:1px solid #eef2f7;border-radius:10px;padding:18px 20px}.csa-top-stat .v{color:#1e293b;font-size:26px;font-weight:700;line-height:1.1}.csa-top-stat .l{color:#64748b;align-items:center;gap:5px;margin-top:8px;font-size:13px;display:inline-flex}.csa-sec-head{align-items:center;gap:14px;margin-bottom:16px;display:flex}.csa-sec-title{color:#1e293b;flex-shrink:0;align-items:center;gap:8px;font-size:16px;font-weight:700;display:inline-flex}.csa-sec-bar{background:#2563eb;border-radius:2px;width:4px;height:16px;display:inline-block}.csa-info{color:#93c5fd;cursor:help}.csa-tabs{background:#f1f5f9;border-radius:8px;gap:4px;padding:3px;display:inline-flex}.csa-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 14px;font-size:13px}.csa-tab:hover{color:#2563eb}.csa-tab.active{color:#2563eb;background:#fff;font-weight:600;box-shadow:0 1px 3px #0f172a14}.csa-table-wrap{margin:0 -4px}.csa-table{min-width:100%}.csa-table thead th{white-space:nowrap;text-align:center}.csa-table td{text-align:center}.csa-table td.kp{text-align:left;color:#475569}.csa-table td.blue{color:#2563eb;font-weight:600}.csa-total-row td{color:#1e293b;background:#f8fbff;font-weight:700}.csa-tag{margin-left:2px;font-size:12px}.csa-chart-box{flex-direction:column;align-items:center;display:flex}.csa-chart-box .crd-chart-wrap{max-width:640px}.csa-legend{color:#64748b;align-items:center;gap:6px;margin-top:6px;font-size:12px;display:inline-flex}.csa-legend .i{border-radius:2px;width:12px;height:12px;margin:0 4px 0 10px;display:inline-block}.csa-legend .i.blue{background:#2563eb}.csa-legend .i.light{background:#93c5fd}.csa-smallq th,.csa-smallq td{text-align:center;white-space:nowrap;font-size:12.5px}.csa-smallq td.zero{color:#ef4444;font-weight:600}.csa-smallq td.total{color:#1e293b;font-weight:700}.csa-smallq td.name{text-align:left;color:#1e293b;font-weight:600}.csa-smallq td.sticky-col{background:#fff;position:sticky;left:0}.csa-smallq td.sticky-col2{background:#fff;position:sticky;left:72px}.csa-smallq thead th.sticky-col,.csa-smallq thead th.sticky-col2{z-index:2;background:#f8fafc}.csa-smallq tbody tr:hover td.sticky-col,.csa-smallq tbody tr:hover td.sticky-col2{background:#f8fbff}@media (width<=720px){.csa-top-stats{grid-template-columns:1fr}}.hd{--hd-ink:#0f2a43;--hd-muted:#64748b;--hd-line:#e4e9f0;--hd-grid:#eef2f7;--hd-bg:#f7f9fc;--hd-card:#fff;--hd-blue:#1d4ed8;--hd-sky:#0ea5e9;--hd-amber:#f59e0b;--hd-green:#10b981;--hd-red:#ef4444;color:var(--hd-ink);gap:16px;display:grid}.hd-header{color:#fff;background:linear-gradient(135deg,#0f2a43 0%,#163a5f 100%);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;padding:18px 22px;display:flex}.hd-title h2{letter-spacing:.5px;margin:0 0 4px;font-size:22px;font-weight:800}.hd-title p{color:#ffffffb8;margin:0;font-size:13px}.hd-header-right{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.hd-user{color:#ffffffd9;background:#ffffff1f;border-radius:999px;padding:4px 12px;font-size:12px}.hd-filters{flex-wrap:wrap;gap:8px;display:flex}.hd-filters label{color:#ffffffb3;align-items:center;gap:6px;font-size:12px;display:flex}.hd-filters select{height:30px;color:var(--hd-ink);cursor:pointer;background:#fffffff2;border:1px solid #fff3;border-radius:8px;padding:0 8px;font-size:13px}.hd-kpi{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.hd-kpi-card{background:var(--hd-card);border:1px solid var(--hd-line);border-radius:12px;align-items:center;gap:12px;padding:14px;transition:box-shadow .2s,transform .2s;display:flex}.hd-kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f2a4314}.hd-kpi-icon{border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.hd-kpi-value{font-variant-numeric:tabular-nums;align-items:baseline;gap:3px;display:flex}.hd-kpi-value strong{color:var(--hd-ink);letter-spacing:-.5px;font-size:26px;font-weight:800}.hd-kpi-value em{color:var(--hd-muted);font-size:12px;font-style:normal}.hd-kpi-label{color:var(--hd-muted);margin-top:2px;font-size:13px}.hd-kpi-sub{color:var(--hd-amber);font-weight:600}.hd-panel{background:var(--hd-card);border:1px solid var(--hd-line);border-radius:12px;padding:16px}.hd-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.hd-panel-head h4{color:var(--hd-ink);margin:0;font-size:15px;font-weight:700}.hd-panel-note{color:var(--hd-muted);font-size:12px}.hd-panel-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.hd-chart{width:100%}.hd-row{grid-template-columns:minmax(0,1.4fr) minmax(340px,1fr);align-items:stretch;gap:16px;display:grid}.hd-tabs{background:var(--hd-bg);border-radius:8px;gap:4px;padding:3px;display:flex}.hd-tabs button{color:var(--hd-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 12px;font-size:12px;transition:all .15s}.hd-tabs button.active{background:var(--hd-card);color:var(--hd-blue);font-weight:700;box-shadow:0 1px 3px #0f2a431a}.hd-topn-list{flex-direction:column;display:flex}.hd-topn{flex-direction:column;min-width:0;display:flex}.hd-topn-row{cursor:pointer;border-radius:8px;grid-template-columns:44px 1fr 104px 56px 56px;align-items:center;gap:8px;padding:7px 8px;font-size:13px;transition:background .15s;display:grid}.hd-topn-row:hover{background:var(--hd-bg)}.hd-topn-row.selected{box-shadow:inset 3px 0 0 var(--hd-blue);background:#eff6ff}.hd-topn-head{cursor:default;color:var(--hd-muted);letter-spacing:.5px;border-bottom:1px solid var(--hd-line);border-radius:0;padding-bottom:6px;font-size:11px}.hd-topn-head:hover{background:0 0}.hd-topn-body{flex-direction:column;max-height:320px;display:flex;overflow-y:auto}.hd-topn-body::-webkit-scrollbar{width:6px}.hd-topn-body::-webkit-scrollbar-thumb{background:var(--hd-line);border-radius:3px}.hd-rank{font-variant-numeric:tabular-nums;color:var(--hd-ink);font-size:15px;font-weight:800}.hd-topn-body .hd-topn-row:first-child .hd-rank,.hd-topn-body .hd-topn-row:nth-child(2) .hd-rank,.hd-topn-body .hd-topn-row:nth-child(3) .hd-rank{color:var(--hd-amber)}.hd-name{color:var(--hd-ink);font-weight:600}.hd-class{min-height:26px;color:var(--hd-ink);background:var(--hd-bg);border:1px solid var(--hd-line);text-align:center;border-radius:999px;justify-content:center;align-items:center;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.hd-score{font-variant-numeric:tabular-nums;min-height:26px;color:var(--hd-ink);background:var(--hd-bg);border:1px solid var(--hd-line);border-radius:999px;justify-content:center;align-items:center;padding:2px 8px;font-size:12px;font-weight:700;display:inline-flex}.hd-delta{font-variant-numeric:tabular-nums;text-align:center;background:var(--hd-bg);border:1px solid var(--hd-line);border-radius:999px;justify-content:center;align-items:center;min-height:26px;padding:2px 8px;font-size:12px;font-weight:700;display:inline-flex}.hd-delta.up{color:var(--hd-green)}.hd-delta.down{color:var(--hd-red)}.hd-delta.flat{color:var(--hd-muted)}.hd-delta.new{color:var(--hd-sky);font-size:11px}.hd-side{flex-direction:column;min-width:0;display:flex}.hd-side .hd-panel-head{align-items:flex-start}.hd-side .hd-scenarios{flex:1}.hd-modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;background:#0f2a4373;place-items:center;padding:24px;animation:.18s ease-out hdFade;display:grid;position:fixed;inset:0}@keyframes hdFade{0%{opacity:0}to{opacity:1}}.hd-modal{background:#fff;border-radius:14px;width:100%;max-width:820px;padding:22px 24px 24px;animation:.2s ease-out hdPop;box-shadow:0 24px 64px #0f2a4347}@keyframes hdPop{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.hd-modal-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.hd-modal-title h4{color:#0f2a43;margin:0 0 4px;font-size:17px;font-weight:800}.hd-modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;flex-shrink:0;width:32px;height:32px;font-size:20px;line-height:1;transition:background .15s,color .15s}.hd-modal-close:hover{color:#0f2a43;background:#e2e8f0}.hd-modal-chart{height:320px}@media (width<=960px){.hd-kpi{grid-template-columns:repeat(2,minmax(0,1fr))}.hd-row{grid-template-columns:1fr}.hd-topn-row{grid-template-columns:32px 1fr 88px 44px 44px}.hd-modal{max-width:100%}}.mf-stage{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);justify-content:center;align-items:center;min-height:100vh;padding:32px 16px;font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif;display:flex}.mf-phone{background:#0b0f17;border-radius:54px;flex-shrink:0;width:390px;height:844px;padding:13px;position:relative;box-shadow:0 36px 90px #0000008c,0 0 0 2px #2c3344,inset 0 0 0 2px #ffffff0a}.mf-island{z-index:20;background:#000;border-radius:20px;width:112px;height:32px;position:absolute;top:21px;left:50%;transform:translate(-50%)}.mf-home{z-index:20;background:#00000047;border-radius:4px;width:124px;height:4px;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.mf-screen{background:#f5f7fa;border-radius:42px;width:100%;height:100%;position:relative;overflow:hidden auto;transform:translateZ(0)}.mf-screen::-webkit-scrollbar{width:0}.ml-wrap{flex-direction:column;min-height:100%;padding:72px 24px 56px;display:flex}.ml-brand{text-align:center;margin-bottom:32px}.ml-logo{background:linear-gradient(135deg,#3a7bff,#1d4ed8);border-radius:18px;width:64px;height:64px;margin:0 auto 14px;font-size:32px;line-height:64px;box-shadow:0 10px 24px #3a7bff66}.ml-brand h1{color:#0f2a43;margin:0;font-size:22px}.ml-brand p{color:#64748b;margin:6px 0 0;font-size:13px}.ml-section-title{color:#94a3b8;margin:0 0 12px;padding-left:4px;font-size:13px}.ml-accounts{flex-direction:column;gap:12px;display:flex}.ml-account{text-align:left;cursor:pointer;background:#fff;border:1px solid #e4e9f0;border-radius:16px;align-items:center;gap:14px;width:100%;padding:14px 16px;font-family:inherit;transition:transform .12s,box-shadow .12s,border-color .12s;display:flex}.ml-account:active{border-color:#3a7bff;transform:scale(.98);box-shadow:0 8px 20px #3a7bff2e}.ml-ac-icon{color:#fff;border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:18px;font-weight:700;display:grid}.ml-ac-icon.bureau{background:linear-gradient(135deg,#3a7bff,#1d4ed8)}.ml-ac-icon.school{background:linear-gradient(135deg,#10b981,#0e9f6e)}.ml-ac-info{flex:1;min-width:0}.ml-ac-name{color:#0f2a43;font-size:16px;font-weight:700}.ml-ac-sub{color:#94a3b8;margin-top:2px;font-size:12px}.ml-ac-arrow{color:#cbd5e1;font-size:22px}.ml-foot{text-align:center;color:#94a3b8;margin-top:auto;padding-top:24px;font-size:11px}.mh{padding:52px 0 44px}.mh-topbar{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;padding:8px 16px;display:flex;position:sticky;top:0}.mh-scope{color:#0f2a43;font-size:13px;font-weight:600}.mh-logout{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:999px;padding:5px 12px;font-size:12px}.mh-title{padding:16px 16px 10px}.mh-title h2{color:#0f2a43;margin:0;font-size:20px}.mh-title p{color:#64748b;margin:4px 0 0;font-size:12px}.mh-filters{gap:8px;padding:0 16px 14px;display:flex}.mh-filters select{color:#0f2a43;background:#fff;border:1px solid #e4e9f0;border-radius:10px;flex:1;min-width:0;padding:8px 10px;font-family:inherit;font-size:13px}.mh-kpi{grid-template-columns:repeat(3,1fr);gap:8px;padding:0 16px 14px;display:grid}.mh-kpi-card{background:#fff;border-radius:12px;flex-direction:column;gap:1px;padding:9px 10px;display:flex}.mh-kpi-value strong{font-size:19px;font-weight:800}.mh-kpi-value em{color:#94a3b8;margin-left:2px;font-size:11px;font-style:normal}.mh-kpi-label{color:#64748b;font-size:11px}.mh-kpi-sub{color:#94a3b8;font-size:10px}.mh-card{background:#fff;border-radius:16px;margin:0 6px 12px;padding:12px 6px}.mh-card-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.mh-card-head h4{color:#0f2a43;margin:0;font-size:15px;font-weight:700}.mh-chart{width:100%}.mh-tabs{gap:4px;display:flex}.mh-toggle{color:#1d4ed8;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;width:100%;margin-top:10px;padding:9px;font-family:inherit;font-size:13px;font-weight:600;display:block}.mh-tab{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e4e9f0;border-radius:999px;padding:4px 10px;font-family:inherit;font-size:12px}.mh-tab.on{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.mh-list{flex-direction:column;display:flex}.mh-row{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:10px 4px;display:flex}.mh-row:last-child{border-bottom:none}.mh-row:active{background:#f8fafc}.mh-rank{color:#64748b;background:#f1f5f9;border-radius:7px;flex-shrink:0;place-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:grid}.mh-rank.top{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706)}.mh-stu{flex-direction:column;flex:1;min-width:0;display:flex}.mh-name{color:#0f2a43;font-size:14px;font-weight:600}.mh-class{color:#94a3b8;font-size:11px}.mh-score{color:#1d4ed8;font-size:15px;font-weight:800}.mh-delta{border-radius:6px;flex-shrink:0;padding:2px 6px;font-size:11px;font-weight:700}.mh-delta.up{color:#10b981;background:#e8f7f0}.mh-delta.down{color:#ef4444;background:#fee8e8}.mh-delta.flat{color:#94a3b8;background:#f1f5f9}.mh-delta.new{color:#3a7bff;background:#eaf1ff}.mh-legend{flex-direction:column;gap:6px;margin-top:8px;display:flex}.mh-legend-item{color:#64748b;align-items:center;gap:8px;font-size:12px;display:flex}.mh-legend-item i{border-radius:3px;flex-shrink:0;width:10px;height:10px}.mh-legend-item span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.mh-legend-item strong{color:#0f2a43;font-size:12px}.mh-legend-item em{color:#94a3b8;text-align:right;min-width:34px;font-size:11px;font-style:normal}.mh-modal{z-index:50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f2a4380;align-items:flex-end;display:flex;position:absolute;inset:0}.mh-modal-box{background:#fff;border-radius:20px 20px 0 0;width:100%;max-height:80%;padding:18px 16px 28px;animation:.22s ease-out mhSlideUp;overflow-y:auto}@keyframes mhSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mh-modal-head{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.mh-modal-head h4{color:#0f2a43;margin:0;font-size:16px;font-weight:800}.mh-modal-head p{color:#64748b;margin:3px 0 0;font-size:12px}.mh-modal-x{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.hd-fab-wrap{z-index:60;position:fixed;bottom:28px;right:28px}.hd-fab{cursor:pointer;color:#fff;background:linear-gradient(135deg,#3a7bff,#1d4ed8);border:none;border-radius:50%;place-items:center;width:56px;height:56px;font-size:22px;font-weight:700;transition:transform .15s,box-shadow .15s;display:grid;box-shadow:0 10px 28px #3a7bff80}.hd-fab:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 14px 32px #3a7bff99}.hd-scenarios{flex-direction:column;gap:10px;display:flex}.hd-scenario{border:1px solid var(--hd-line);background:var(--hd-card);border-radius:10px;align-items:center;gap:14px;padding:14px;display:flex}.hd-sc-type{color:#1d4ed8;background:#eaf1ff;border-radius:7px;flex-shrink:0;padding:4px 12px;font-size:13px;font-weight:700}.hd-sc-main{flex:1;min-width:0}.hd-sc-name{color:#0f2a43;font-size:14px;font-weight:600}.hd-sc-sub{color:var(--hd-muted);margin-top:2px;font-size:12px}.hd-sc-metrics{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.hd-sc-score{color:var(--hd-muted);font-size:12px}.hd-sc-score strong{color:#1d4ed8;font-size:20px;font-weight:800}.hd-sc-rank{color:#f59e0b;font-size:13px;font-weight:700}.mh-scenarios{flex-direction:column;gap:10px;display:flex}.mh-sc{background:#f8fafc;border-radius:12px;align-items:center;gap:10px;padding:12px;display:flex}.mh-sc-type{color:#1d4ed8;background:#eaf1ff;border-radius:6px;flex-shrink:0;padding:3px 9px;font-size:11px;font-weight:700}.mh-sc-main{flex:1;min-width:0}.mh-sc-name{color:#0f2a43;font-size:13px;font-weight:600;line-height:1.3}.mh-sc-sub{color:#94a3b8;margin-top:2px;font-size:11px}.mh-sc-metrics{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.mh-sc-score{color:#1d4ed8;font-size:15px;font-weight:800}.mh-sc-rank{color:#f59e0b;font-size:12px;font-weight:700}.mh-cmp-tabs{gap:4px;display:flex}.mh-cmp-tab{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e4e9f0;border-radius:999px;padding:4px 12px;font-family:inherit;font-size:12px}.mh-cmp-tab.on{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.mh-chart-wrap{flex-direction:column;gap:10px;display:flex}.mh-cmp-list{flex-direction:column;display:flex}.mh-cmp-row{border-bottom:1px solid #f1f5f9;grid-template-columns:minmax(86px,1.15fr) minmax(48px,.72fr) minmax(48px,.68fr) minmax(86px,1.1fr);align-items:center;column-gap:6px;padding:10px 2px;display:grid}.mh-cmp-row:last-child{border-bottom:none}.mh-cmp-head{border-bottom-color:#e2e8f0;padding-top:4px;padding-bottom:7px}.mh-cmp-row>span{color:#475569;text-align:center;font-size:12px;font-weight:500}.mh-cmp-head span{color:#94a3b8;font-size:10px;font-weight:600}.mh-cmp-name{text-align:left;color:#334155;white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.mh-chart-tabs{justify-content:center;gap:8px;padding-top:2px;display:flex}.mh-chart-tab{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e4e9f0;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:11px;line-height:1}.mh-chart-tab.on{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.mh-schools{flex-direction:column;gap:10px;display:flex}.mh-school{background:#f8fafc;border-radius:12px;padding:12px}.mh-school-name{color:#0f2a43;margin-bottom:8px;font-size:14px;font-weight:700}.mh-school-metrics{gap:16px;display:flex}.mh-school-metrics span{color:#94a3b8;font-size:11px}.mh-school-metrics strong{color:#1d4ed8;margin-right:3px;font-size:15px;font-weight:800}.hd-fab-close{z-index:1;color:#fff;cursor:pointer;background:#ef4444;border:2px solid #fff;border-radius:50%;place-items:center;width:20px;height:20px;padding:0;font-size:13px;line-height:1;display:grid;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #00000040}.hd-fab-close:hover{background:#dc2626}
