:root{--navy:#223554;--navy2:#304a70;--blue:#5d97df;--bg:#f4f7fb;--card:#fff;--line:#e2e8f0;--text:#17243c;--muted:#6f7d92;--green:#4eae71;--red:#c45b53;--amber:#d39a3a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.wrap{max-width:1150px;margin:auto;padding:28px}.top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.brand{font-size:22px;font-weight:900;color:var(--navy)}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:0 8px 22px rgba(27,44,69,.05)}.card h3{margin:0 0 8px}.pill{display:inline-flex;padding:5px 8px;border-radius:99px;background:#edf4ff;color:#4d73a6;font-size:11px;font-weight:800}.btn{border:0;border-radius:10px;padding:10px 14px;background:var(--navy);color:white;font-weight:850;cursor:pointer}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.secondary{background:#eaf0f6;color:#526278}.btn.danger{background:#fff0ee;color:#a94e47}.input{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:white;color:var(--text);outline:0}.input:focus{border-color:#98b5d8;box-shadow:0 0 0 3px rgba(93,151,223,.12)}.textarea{min-height:180px;resize:vertical}.stack{display:grid;grid-gap:12px;gap:12px}.login{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{width:min(420px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px}.login-card h1{margin:6px 0 20px}.error{background:#fff0ee;color:#a74f48}.error,.success{padding:10px 12px;border-radius:10px;font-size:12px}.success{background:#e8f6ec;color:#3e7d53}.progress{height:7px;background:#e8edf3;border-radius:99px;overflow:hidden}.progress span{height:100%;display:block;background:var(--blue)}table{width:100%;border-collapse:collapse}td,th{padding:11px 12px;border-bottom:1px solid var(--line);text-align:left;font-size:12px}th{font-size:10px;color:var(--muted);text-transform:uppercase}.nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.nav a{padding:8px 11px;border-radius:9px;background:#fff;border:1px solid var(--line);font-size:12px;font-weight:750}.admin-shell{min-height:100vh}.admin-sidebar{position:fixed;inset:0 auto 0 0;width:232px;background:linear-gradient(180deg,#2a4062,#1e2c48);padding:22px 14px;color:white;display:flex;flex-direction:column;justify-content:space-between;z-index:30}.admin-brand{display:flex;align-items:center;gap:11px;padding:4px 9px}.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(145deg,#a9d4ff,#f0f8ff);color:#284b75;display:grid;place-items:center;font-weight:950}.admin-brand b,.admin-brand small{display:block}.admin-brand small{font-size:9px;color:#bcc8d9;margin-top:2px}.admin-sidebar nav{display:grid;grid-gap:7px;gap:7px;margin-top:42px}.side-nav{width:100%;border:0;background:transparent;color:#d7deea;padding:12px 14px;border-radius:10px;text-align:left;font-weight:800}.side-nav span{display:inline-block;width:24px}.side-nav.active,.side-nav:hover{background:#456d99;color:white}.sidebar-bottom{display:grid;grid-gap:5px;gap:5px;padding:12px;color:#bdc8d8;font-size:10px}.sidebar-bottom b{color:#fff;font-size:12px}.sidebar-bottom .btn{margin-top:8px;background:rgba(255,255,255,.1);padding:8px 10px}.admin-main{margin-left:232px;min-height:100vh}.admin-topbar{height:82px;position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(244,247,251,.95);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);padding:16px 32px;display:flex;justify-content:space-between;align-items:center}.eyebrow{display:block;color:#74839a;font-size:9px;letter-spacing:.14em;font-weight:950}.admin-topbar h1{font-size:23px;margin:3px 0 0}.admin-profile{display:flex;align-items:center;gap:9px}.profile-dot{width:40px;height:40px;border-radius:50%;background:var(--navy);color:white;display:grid;place-items:center;font-size:11px;font-weight:900}.admin-profile b,.admin-profile small{display:block}.admin-profile b{font-size:11px}.admin-profile small{font-size:9px;color:var(--muted);margin-top:2px}.admin-content{max-width:1420px;margin:auto;padding:28px 32px 50px}.hero-admin{min-height:220px;border:1px solid var(--line);background:linear-gradient(120deg,#fff,#edf4fb);border-radius:24px;padding:32px 36px;display:grid;grid-template-columns:1fr 220px;align-items:center;overflow:hidden;box-shadow:0 12px 32px rgba(31,48,73,.05)}.hero-admin h2{font-size:33px;line-height:1.16;margin:8px 0 10px;max-width:780px}.hero-admin p{color:var(--muted);line-height:1.6;max-width:760px}.hero-orb{width:150px;height:150px;border-radius:42px;background:linear-gradient(145deg,#cde6ff,#edf6ff);box-shadow:18px 22px 50px rgba(66,104,151,.18),inset -8px -8px 20px rgba(95,134,179,.12),inset 8px 8px 20px rgba(255,255,255,.9);display:grid;place-items:center;color:#456b98;font-size:35px;font-weight:950;transform:rotate(-8deg);justify-self:center}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-top:17px}.metric-card{background:white;border:1px solid var(--line);border-radius:16px;padding:17px;box-shadow:0 7px 20px rgba(29,47,73,.04)}.metric-card span{font-size:10px;color:var(--muted)}.metric-card strong{display:block;font-size:27px;margin-top:8px}.admin-two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:17px;gap:17px;margin-top:17px}.panel-card{background:white;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 8px 22px rgba(29,47,73,.04)}.panel-card h3{margin:4px 0 10px}.panel-list{display:grid}.overview-row{border:0;border-top:1px solid #edf1f5;background:transparent;padding:13px 0;display:flex;justify-content:space-between;gap:12px;align-items:center;text-align:left}.overview-row:first-child{border-top:0}.overview-row b,.overview-row small{display:block}.overview-row b{font-size:11px}.overview-row small{font-size:9px;color:var(--muted);margin-top:3px}.row-score{font-weight:900;color:#416893}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:20px}.page-head h2{font-size:32px;margin:4px 0 6px}.page-head p{margin:0;color:var(--muted);font-size:11px}.toolbar{display:flex;gap:10px;margin-bottom:14px}.toolbar .input:first-child{max-width:360px}.input.compact{width:auto;min-width:155px;padding:9px 10px}.table-card{background:white;border:1px solid var(--line);border-radius:17px;overflow:auto;box-shadow:0 8px 22px rgba(29,47,73,.035)}.table-card table{min-width:720px}.table-card tr:last-child td{border-bottom:0}.user-cell{display:flex;align-items:center;gap:9px}.mini-avatar{width:34px;height:34px;border-radius:50%;background:#edf4fb;color:#4c6f99;display:grid;place-items:center;font-size:9px;font-weight:900}.status-pill{display:inline-flex;padding:5px 8px;border-radius:99px;font-size:8px;font-weight:900;text-transform:capitalize}.status-pill.good{background:#e3f5e8;color:#3f8957}.status-pill.neutral{background:#eef1f5;color:#6e7a8e}.status-pill.role-admin{background:#eee8ff;color:#7058bb}.status-pill.role-leader{background:#e7f1ff;color:#3d73af}.status-pill.role-user{background:#eef1f5;color:#68758a}.text-btn{border:0;background:transparent;color:#466d9c;font-size:10px;font-weight:900;padding:3px}.text-btn.danger{color:var(--red)}.content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:15px;gap:15px}.content-tile{background:white;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 9px 24px rgba(29,47,73,.04)}.tile-top{display:flex;justify-content:space-between;gap:8px;align-items:center}.tag{display:inline-flex;padding:5px 8px;border-radius:99px;background:#edf4ff;color:#5077a9;font-size:8px;font-weight:900}.content-tile h3{font-size:17px;margin:14px 0 7px}.content-tile>p{font-size:10px;line-height:1.5;color:var(--muted);min-height:30px}.dual-metric{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:14px}.dual-metric>div{background:#f7f9fc;border-radius:11px;padding:10px}.dual-metric b,.dual-metric small{display:block}.dual-metric b{font-size:18px}.dual-metric small{font-size:8px;color:var(--muted);margin-top:2px}.mini-bar{height:6px;background:#e9edf3;border-radius:99px;overflow:hidden;margin-top:10px}.mini-bar span{display:block;height:100%;background:var(--green)}.tile-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.top-gap{margin-top:17px}.block-muted{display:block;color:var(--muted);font-size:8px;margin-top:2px}.progress-line{height:7px;background:#e9edf3;border-radius:99px;overflow:hidden;min-width:100px}.progress-line span{display:block;height:100%;background:var(--blue)}.modal-root{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:18px}.modal-backdrop{position:absolute;inset:0;background:rgba(14,24,40,.6);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-card{position:relative;z-index:1;width:min(620px,96vw);max-height:90vh;overflow:auto;background:white;border-radius:22px;padding:25px;box-shadow:0 32px 90px rgba(10,20,35,.3)}.modal-card.wide{width:min(1000px,96vw)}.modal-card.extra-wide{width:min(1120px,97vw)}.modal-card h2{font-size:24px;margin:5px 0 18px}.modal-x{position:absolute;right:14px;top:14px;width:34px;height:34px;border:0;border-radius:50%;background:#eef2f6;color:#586579;font-size:20px}.form-stack{display:grid;grid-gap:13px;gap:13px}.form-stack label,.question-editor label{display:grid;grid-gap:6px;gap:6px;font-size:10px;font-weight:850;color:#5c697c}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.checkbox-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.checkbox-grid label{display:flex;align-items:center;gap:7px;background:#f7f9fb;border:1px solid var(--line);padding:10px;border-radius:10px;font-size:10px}.action-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.action-row.spread{justify-content:space-between}.divider{height:1px;background:var(--line);margin:3px 0}.notice{padding:10px 12px;border-radius:10px;background:#fff6e7;color:#8b6728;font-size:10px}.tracking-summary{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.tracking-summary .metric-card strong{font-size:21px}.modal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 10px}.modal-table{max-height:430px}.manager-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding-bottom:14px}.manager-toolbar b,.manager-toolbar small{display:block}.manager-toolbar small{font-size:9px;color:var(--muted);margin-top:2px}.question-list{display:grid;margin-top:8px}.question-row{display:grid;grid-template-columns:36px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #edf1f5}.q-no{width:31px;height:31px;border-radius:9px;background:#edf4fb;color:#4a6d97;display:grid;place-items:center;font-size:10px;font-weight:900}.question-row b,.question-row small{display:block}.question-row b{font-size:11px}.question-row small{font-size:8px;color:var(--muted);margin-top:3px}.question-editor{display:grid;grid-gap:11px;gap:11px;background:#f8fafc;border:1px solid var(--line);border-radius:15px;padding:16px;margin-top:16px}.csv-box{margin-top:18px;border:1px dashed #b8c6d8;background:#fafcff;border-radius:15px;padding:16px}.csv-box h3{margin:4px 0 5px}.csv-box p{font-size:10px;color:var(--muted)}.csv-box input[type=file]{margin:8px 0 12px;font-size:10px}.csv-preview{margin-top:12px;border-radius:12px;padding:12px;display:grid;grid-gap:7px;gap:7px}.csv-preview.good-box{background:#ebf8ef;color:#3b7950}.csv-preview.error-box{background:#fff0ee;color:#a14d46}.csv-preview small{display:block;font-size:9px}.preview-list{display:grid;grid-gap:7px;gap:7px}.preview-list>div{background:rgba(255,255,255,.65);border-radius:8px;padding:8px}.preview-list b,.preview-list small{display:block}.toast{position:fixed;right:24px;bottom:24px;z-index:120;background:#213452;color:white;padding:11px 15px;border-radius:11px;font-size:10px;box-shadow:0 12px 30px rgba(20,33,52,.2);opacity:0;transform:translateY(8px);transition:.18s}.toast.show{opacity:1;transform:none}@media(max-width:1050px){.admin-sidebar{width:82px}.admin-brand>div:last-child,.side-nav:not(.active){font-size:0}.side-nav{text-align:center;font-size:18px}.side-nav span{width:auto}.sidebar-bottom b,.sidebar-bottom span{display:none}.admin-main{margin-left:82px}.content-grid,.metric-grid{grid-template-columns:repeat(2,1fr)}.admin-two-col,.hero-admin{grid-template-columns:1fr}.hero-orb{display:none}}@media(max-width:720px){.wrap{padding:18px}.grid{grid-template-columns:1fr}.admin-topbar{padding:14px 17px}.admin-content{padding:20px 15px}.hero-admin{padding:24px}.hero-admin h2{font-size:27px}.metric-grid,.tracking-summary{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}.page-head{align-items:stretch}.page-head,.toolbar{flex-direction:column}.input.compact,.toolbar .input:first-child{max-width:none;width:100%}.checkbox-grid,.form-grid{grid-template-columns:1fr}.manager-toolbar{align-items:flex-start;flex-direction:column}.question-row{grid-template-columns:34px 1fr}.question-row>.action-row{grid-column:2}.modal-toolbar{align-items:stretch;flex-direction:column}}.staff-shell{min-height:100vh}.staff-sidebar{position:fixed;inset:0 auto 0 0;width:232px;background:linear-gradient(180deg,#2a4062,#1e2c48);padding:22px 14px;color:white;display:flex;flex-direction:column;justify-content:space-between;z-index:30}.staff-brand{display:flex;align-items:center;gap:11px;padding:3px 8px}.staff-brandmark{width:42px;height:42px;border-radius:12px;background:linear-gradient(145deg,#b9ddff,#edf7ff);color:#244970;display:grid;place-items:center;font-weight:950;box-shadow:inset -4px -4px 10px rgba(71,105,144,.12),inset 4px 4px 10px rgba(255,255,255,.9)}.staff-brand small,.staff-brand strong{display:block}.staff-brand small{font-size:9px;color:#c2ccdc;margin-top:2px}.staff-nav{display:grid;grid-gap:7px;gap:7px;margin-top:46px}.staff-nav a{padding:12px 13px;border-radius:10px;color:#d5deea;font-size:11px;font-weight:850}.staff-nav a span{display:inline-block;width:22px;text-align:center;margin-right:6px}.staff-nav a.active,.staff-nav a:hover{background:#456c99;color:white}.staff-sidebar-bottom{padding:8px;color:#bcc8da}.staff-sidebar-bottom b,.staff-sidebar-bottom small{display:block}.staff-sidebar-bottom small{font-size:9px}.staff-sidebar-bottom b{font-size:11px;color:white;margin:2px 0 9px}.staff-sidebar-bottom .btn{background:rgba(255,255,255,.1);padding:8px 10px;font-size:9px}.staff-main{margin-left:232px;min-height:100vh}.staff-topbar{height:82px;position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(244,247,251,.95);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);padding:16px 32px;display:flex;justify-content:space-between;align-items:center}.staff-topbar h1{font-size:23px;margin:3px 0 0}.staff-profile{display:flex;align-items:center;gap:9px}.staff-profile b,.staff-profile small{display:block}.staff-profile b{font-size:11px}.staff-profile small{font-size:9px;color:var(--muted);margin-top:2px}.staff-content{max-width:1380px;margin:auto;padding:28px 32px 50px}.staff-hero{min-height:235px;border:1px solid var(--line);background:linear-gradient(120deg,#fff,#edf4fb);border-radius:24px;padding:30px 36px;display:grid;grid-template-columns:1fr 260px;align-items:center;overflow:hidden;box-shadow:0 12px 32px rgba(31,48,73,.05)}.staff-hero h2{font-size:34px;line-height:1.14;margin:8px 0 10px}.staff-hero p{color:var(--muted);line-height:1.6;max-width:700px}.staff-hero img{width:235px;max-height:205px;object-fit:contain;justify-self:center;filter:drop-shadow(0 18px 24px rgba(36,61,93,.16))}.hero-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.hero-chips span{background:#fff;border:1px solid var(--line);padding:7px 10px;border-radius:99px;font-size:9px;font-weight:850;color:#52657f}.staff-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-top:17px}.staff-metric{background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px;box-shadow:0 7px 20px rgba(29,47,73,.04)}.staff-metric small,.staff-metric span{display:block;color:var(--muted);font-size:9px}.staff-metric strong{display:block;font-size:26px;margin:7px 0 3px}.staff-section{margin-top:30px;scroll-margin-top:100px}.staff-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:14px}.staff-section-head h2{margin:4px 0 0;font-size:25px}.staff-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:15px;gap:15px}.staff-content-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 9px 24px rgba(29,47,73,.04);min-height:230px}.staff-content-card img{width:78px;height:78px;object-fit:contain;float:right;margin:-3px -2px 7px 10px}.staff-card-meta{display:flex;justify-content:space-between;gap:8px;align-items:center;color:var(--muted);font-size:8px}.staff-content-card h3{clear:both;font-size:17px;margin:13px 0 7px}.staff-content-card>p{font-size:10px;color:var(--muted);line-height:1.5;min-height:31px}.staff-status{display:inline-flex;padding:5px 8px;border-radius:99px;font-size:8px;font-weight:900}.staff-status.unread{background:#eef1f5;color:#6f7a8c}.staff-status.read{background:#e9f2ff;color:#4678b4}.staff-status.understood{background:#e2f5e8;color:#3f8957}.staff-link{display:block;color:#426c9e;font-size:9px;font-weight:900;margin-top:12px}.staff-progress{height:7px;background:#e9edf3;border-radius:99px;overflow:hidden;margin-top:13px}.staff-progress span{display:block;height:100%;background:var(--blue)}.progress-label{display:flex;justify-content:space-between;align-items:center;margin-top:7px;font-size:9px;color:var(--muted)}.staff-back{display:inline-flex;color:#456d9d;font-size:10px;font-weight:900;margin-bottom:14px}.reading-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;max-width:900px;margin:auto;box-shadow:0 10px 28px rgba(30,48,73,.045)}.reading-head{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:9px}.reading-card h1{font-size:32px;line-height:1.18;margin:14px 0 8px}.reading-summary{font-size:14px;color:#65758a;line-height:1.6;border-bottom:1px solid var(--line);padding-bottom:20px}.reading-body{white-space:pre-wrap;font-size:13px;line-height:1.8;color:#43546b;padding:20px 0}.understand-panel{border-top:1px solid var(--line);margin-top:12px;padding-top:22px}.understand-copy h3{margin:4px 0 5px}.understand-copy p{font-size:10px;color:var(--muted);margin:0 0 12px}.understand-check{display:flex;gap:10px;padding:13px;border:1px solid var(--line);background:#f8fafc;border-radius:13px;margin-bottom:12px}.understand-check.done{background:#eef9f1;border-color:#cae8d2}.understand-check input{width:20px;height:20px;margin-top:1px}.understand-check b,.understand-check small{display:block}.understand-check b{font-size:11px}.understand-check small{font-size:9px;color:var(--muted);margin-top:3px}.compact-message{margin-top:10px;font-size:9px}.quiz-page-head{max-width:900px;margin:0 auto 15px}.quiz-page-head h1{font-size:31px;margin:5px 0 8px}.quiz-page-head p{margin:0;color:var(--muted);font-size:11px}.quiz-result-card,.quiz-runner-card{max-width:900px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 10px 28px rgba(30,48,73,.045)}.quiz-runner-top{display:flex;justify-content:space-between;gap:14px;align-items:center}.quiz-runner-top b{display:block;font-size:12px;margin-top:4px}.autosave{font-size:9px;font-weight:850;color:#7d8899}.autosave.saving{color:#8b6728}.autosave.saved{color:#3f8957}.autosave.error{color:#a74f48}.quiz-progress{height:8px;background:#e8edf3;border-radius:99px;overflow:hidden;margin-top:15px}.quiz-progress span{display:block;height:100%;background:var(--blue);transition:width .2s}.quiz-progress-copy{display:flex;justify-content:space-between;margin-top:5px;color:var(--muted);font-size:9px}.question-palette{display:flex;gap:6px;flex-wrap:wrap;margin:17px 0}.question-palette button{width:30px;height:30px;border:1px solid var(--line);border-radius:8px;background:white;color:#788498;font-size:9px;font-weight:900}.question-palette button.answered{background:#e9f2ff;color:#4678b4;border-color:#cddff4}.question-palette button.current{outline:2px solid #557cae;outline-offset:1px}.quiz-question-block{border-top:1px solid var(--line);padding-top:20px}.question-number{font-size:9px;font-weight:900;color:#728097}.quiz-question-block h2{font-size:22px;line-height:1.35;margin:7px 0 17px}.quiz-options{display:grid;grid-gap:10px;gap:10px}.quiz-option{display:grid;grid-template-columns:34px 1fr;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--line);background:#fff;border-radius:13px;padding:11px 12px;text-align:left;color:var(--text)}.quiz-option:hover{border-color:#b5c7dd;background:#fbfdff}.quiz-option.selected{border-color:#7ea6d8;background:#edf5ff}.quiz-option>span{width:31px;height:31px;border-radius:9px;background:#eef2f7;display:grid;place-items:center;color:#5d6d84;font-size:10px;font-weight:950}.quiz-option.selected>span{background:#5d97df;color:#fff}.quiz-option b{font-size:11px;line-height:1.4}.quiz-nav-row{display:flex;justify-content:space-between;gap:10px;margin-top:18px}.quiz-error{margin-top:13px}.quiz-result-card{text-align:center}.result-ring{width:112px;height:112px;border-radius:50%;margin:20px auto 14px;display:grid;place-items:center;font-size:30px;font-weight:950;background:#eef1f5;color:#657186;box-shadow:inset 0 0 0 9px white,0 8px 26px rgba(33,51,80,.08)}.result-ring.pass{background:#dff3e5;color:#3e8755}.result-ring.fail{background:#fff0ee;color:#a5524b}.quiz-result-card h2{font-size:25px;margin:8px 0}.quiz-result-card>p{font-size:11px;color:var(--muted)}.quiz-result-card>small{display:block;color:var(--muted);font-size:9px}.quiz-result-actions{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:18px}.quiz-result-card .error,.quiz-result-card .notice{margin-top:13px;text-align:left}@media(max-width:1050px){.staff-sidebar{width:82px}.staff-brand>div:last-child,.staff-nav a{font-size:0}.staff-nav a span{font-size:18px;width:auto;margin:0}.staff-nav a{text-align:center}.staff-sidebar-bottom b,.staff-sidebar-bottom small{display:none}.staff-main{margin-left:82px}.staff-card-grid,.staff-metric-grid{grid-template-columns:repeat(2,1fr)}.staff-hero{grid-template-columns:1fr}.staff-hero img{display:none}}@media(max-width:720px){.staff-topbar{padding:14px 17px}.staff-content{padding:20px 15px}.staff-hero{padding:24px}.staff-hero h2{font-size:27px}.staff-card-grid{grid-template-columns:1fr}.reading-card{padding:20px}.quiz-page-head h1,.reading-card h1{font-size:26px}.quiz-runner-top{align-items:flex-start;flex-direction:column}.quiz-nav-row{align-items:stretch;flex-direction:column}.quiz-nav-row .btn{width:100%}}.staff-see-all{color:#426c9e;font-size:10px;font-weight:900;padding:7px 0}.staff-see-all:hover{text-decoration:underline}.staff-list-head{margin-bottom:13px}.staff-list-head h2{font-size:29px;margin:5px 0 6px}.staff-list-head p{margin:0;color:var(--muted);font-size:10px}.staff-filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.staff-filter-tabs a{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#66758a;font-size:9px;font-weight:900;transition:.15s}.staff-filter-tabs a:hover{border-color:#bfd0e4;color:#426c9e}.staff-filter-tabs a.active{background:#274264;border-color:#274264;color:#fff}.staff-empty{border:1px dashed #cfd8e4;border-radius:16px;background:#fff;padding:30px;color:var(--muted);font-size:11px;text-align:center}