:root{--navy-900: #0e2340;--navy-800: #143059;--navy-primary: #1e3a5f;--gold: #c9a24b;--gold-soft: #d8b567;--ok: #1a9c5b;--alert: #dc2626;--ink: #0f172a;--muted: #64748b}*{box-sizing:border-box}body{margin:0;background:#eef1f6;color:var(--ink)}.admin-shell{min-height:100vh}.admin-sider{border-right:none;box-shadow:1px 0 #0003;position:sticky;top:0;height:100vh;overflow:auto;background:var(--navy-900)}.brand{height:64px;padding:0 18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d8b567,#c9a24b);color:#12294a;font-weight:800;font-size:20px;box-shadow:0 4px 12px #c9a24b59;flex-shrink:0}.brand-title{font-size:16px;font-weight:700;line-height:1.2;color:#fff;letter-spacing:.5px}.brand-sub{margin-top:2px;color:#ffffff80;font-size:12px}.admin-sider .ant-menu{border-inline-end:none!important;padding:10px 0;background:transparent}.admin-sider .ant-menu-item-selected{position:relative}.admin-sider .ant-menu-item-selected:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:0 3px 3px 0;background:var(--gold)}.admin-header{height:64px;padding:0 24px;background:#fff;border-bottom:1px solid #edf1f7;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10;box-shadow:0 1px 3px #0f172a0a}.admin-header-heading{display:flex;flex-direction:column;justify-content:center}.admin-breadcrumb{font-size:12px;color:#94a3b8;line-height:1.2;margin-bottom:2px}.page-heading{margin:0!important;font-weight:600!important;line-height:1.25!important}.admin-user{display:flex;align-items:center;gap:10px;padding:5px 12px 5px 6px;border-radius:999px;background:#f6f8fc;border:1px solid #eef2f7}.admin-user-avatar{background:linear-gradient(135deg,#23456f,#12294a)!important}.admin-user-meta{display:flex;align-items:center;gap:8px}.admin-user-name{font-size:14px;font-weight:600;color:#1e293b}.admin-user-role{margin:0!important}.admin-content{padding:24px;background:#f4f6fb}.page-stack{display:flex;flex-direction:column;gap:16px;max-width:1440px;margin:0 auto}.toolbar{min-height:56px;padding:14px 18px;border-radius:12px;background:#fff;border:1px solid #eef2f7;box-shadow:0 1px 2px #0f172a0a;display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-content .page-stack>.ant-table-wrapper{background:#fff;border:1px solid #eef2f7;border-radius:12px;padding:6px 18px 12px;box-shadow:0 1px 2px #0f172a0a}.admin-content .page-stack>.ant-table-wrapper .ant-table{background:transparent}.admin-content .ant-table-thead>tr>th{font-weight:600}.admin-content .ant-pagination{padding:4px 2px 0}.stat-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.stat-mini{position:relative;background:#fff;border:1px solid #eaeef4;border-radius:12px;padding:14px 16px 14px 18px;box-shadow:0 1px 2px #0f172a0a;overflow:hidden}.stat-mini:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--navy-primary)}.stat-mini.green:before{background:var(--ok)}.stat-mini.gold:before{background:var(--gold)}.stat-mini.alert:before{background:var(--alert)}.stat-mini-label{font-size:12.5px;color:var(--muted);margin-bottom:6px}.stat-mini-value{font-size:24px;font-weight:700;line-height:1.1;color:var(--navy-primary);font-variant-numeric:tabular-nums}.stat-mini.green .stat-mini-value{color:var(--ok)}.stat-mini.gold .stat-mini-value{color:#b7791f}.stat-mini.alert .stat-mini-value{color:var(--alert)}.stat-mini-unit{font-size:14px;font-weight:600;margin-left:2px}@media(max-width:960px){.stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}.dashboard{gap:18px}.dash-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-radius:12px;color:#fff;background:radial-gradient(600px 200px at 90% 0%,rgba(201,162,75,.22),transparent 70%),linear-gradient(120deg,#0e2340,#17335c 60%,#1e3a5f);box-shadow:0 8px 24px #0e23403d}.dash-toolbar-main{display:flex;flex-direction:column;gap:4px}.dash-toolbar-title{font-size:20px;font-weight:700;letter-spacing:.5px}.dash-toolbar-sub{font-size:12.5px;color:#ffffffa8}.dash-toolbar .ant-btn{border-color:#ffffff59;color:#fff;background:#ffffff14}.dash-toolbar .ant-btn:hover{border-color:var(--gold)!important;color:var(--gold)!important;background:#ffffff1f!important}.kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.kpi-card{position:relative;background:#fff;border:1px solid #eaeef4;border-radius:12px;padding:20px 20px 18px;box-shadow:0 1px 2px #0f172a0a;overflow:hidden}.kpi-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--navy-primary)}.kpi-card.green:before{background:var(--ok)}.kpi-card.gold:before{background:var(--gold)}.kpi-card.alert:before{background:var(--alert)}.kpi-label{font-size:13px;color:var(--muted);margin-bottom:10px}.kpi-value{font-size:32px;font-weight:700;line-height:1.1;color:var(--navy-primary);font-variant-numeric:tabular-nums}.kpi-card.green .kpi-value{color:var(--ok)}.kpi-card.gold .kpi-value{color:#b7791f}.kpi-card.alert .kpi-value{color:var(--alert)}.kpi-unit{font-size:15px;font-weight:600;margin-left:2px}.kpi-caption{margin-top:8px;font-size:12.5px;color:#94a3b8}.dash-panels{display:grid;grid-template-columns:1.35fr 1fr;gap:16px}.dash-panel{background:#fff;border:1px solid #eaeef4;border-radius:12px;padding:20px 22px 22px;box-shadow:0 1px 2px #0f172a0a}.dash-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.dash-panel-title{font-size:16px;font-weight:700;color:#1e293b;position:relative;padding-left:12px}.dash-panel-title:before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:4px;border-radius:3px;background:var(--gold)}.bar-row{display:grid;grid-template-columns:92px 1fr auto;align-items:center;gap:14px;padding:11px 0}.bar-row+.bar-row{border-top:1px solid #f1f5f9}.bar-label{font-size:14px;color:#334155;font-weight:500}.bar-track{height:12px;border-radius:999px;background:#eef1f6;overflow:hidden}.bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#1e3a5f,#2c5488);transition:width .6s ease;min-width:4px}.bar-fill.gold{background:linear-gradient(90deg,#c9a24b,#d8b567)}.bar-meta{font-size:13px;color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums}.bar-meta b{color:#1e293b}@media(max-width:1200px){.kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dash-panels{grid-template-columns:1fr}}@media(max-width:720px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-toolbar{flex-direction:column;align-items:stretch}}.dashboard-v2{gap:18px}.dash-row{display:grid;gap:18px}.row-hero,.row-stats{grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr)}.dash-card{background:#fff;border:1px solid #eaeef4;border-radius:14px;padding:20px 22px;box-shadow:0 1px 2px #0f172a0a}.dash-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dash-card-title{font-size:16px;font-weight:700;color:#1e293b;position:relative;padding-left:12px}.dash-card-title:before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:4px;border-radius:3px;background:var(--gold)}.dash-card-sub{font-size:12.5px;color:#94a3b8}.welcome-banner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 26px;border-radius:14px;overflow:hidden;color:#fff;background:radial-gradient(520px 220px at 88% -10%,rgba(201,162,75,.3),transparent 70%),linear-gradient(120deg,#0e2340,#17335c 55%,#1e3a5f);box-shadow:0 10px 28px #0e234042}.welcome-content{position:relative;z-index:1;max-width:480px}.welcome-hi{font-size:21px;font-weight:800;letter-spacing:.5px}.welcome-sub{margin:8px 0 12px;font-size:13px;line-height:1.6;color:#ffffffb8}.welcome-chips{display:flex;gap:22px;margin-bottom:14px}.welcome-chip{display:flex;flex-direction:column;gap:2px}.welcome-chip-value{font-size:19px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.welcome-chip-label{font-size:12px;color:#fff9}.welcome-btn{border:none!important;color:#1e3a5f!important;font-weight:600;background:var(--gold)!important;box-shadow:0 6px 16px #c9a24b59}.welcome-btn:hover{background:#d8b567!important;color:#0e2340!important}.welcome-art{position:relative;z-index:1;width:150px;flex:none}.welcome-art svg{width:100%;height:auto}.calendar-card{display:flex;flex-direction:column;padding:16px 18px}.calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.calendar-title{font-size:15px;font-weight:700;color:#1e293b}.calendar-nav{display:flex;gap:6px}.calendar-nav button{width:26px;height:26px;border-radius:7px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:11px;transition:all .15s}.calendar-nav button:hover{border-color:var(--navy-primary);color:var(--navy-primary)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.calendar-weekday{text-align:center;font-size:12px;color:#94a3b8;padding-bottom:4px;font-weight:600}.calendar-cell{height:32px;display:flex;align-items:center;justify-content:center;font-size:12.5px;color:#475569;border-radius:8px;font-variant-numeric:tabular-nums}.calendar-cell.empty{visibility:hidden}.calendar-cell.today{color:#fff;font-weight:700;background:linear-gradient(135deg,#1e3a5f,#2c5488);box-shadow:0 4px 10px #1e3a5f52}.stats-card{display:flex;flex-direction:column}.area-chart{width:100%;height:260px}.chart-grid{stroke:#eef2f7;stroke-width:1}.chart-line{stroke:#3b6ea5;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.chart-dot{fill:#fff;stroke:#3b6ea5;stroke-width:2}.chart-dot.peak{fill:var(--gold);stroke:#fff;stroke-width:2.5}.chart-xlabel{fill:#94a3b8;font-size:12px}.chart-tip{fill:#1e3a5f}.chart-tip-text{fill:#fff;font-size:12px;font-weight:700}.chart-empty{padding:40px 0;text-align:center;color:#94a3b8;font-size:13px}.leader-card,.leader-list{display:flex;flex-direction:column}.leader-row{display:flex;align-items:center;gap:12px;padding:10px 0}.leader-row+.leader-row{border-top:1px solid #f1f5f9}.leader-rank{width:22px;height:22px;flex:none;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#94a3b8;background:#f1f5f9}.leader-rank.r1{color:#fff;background:var(--gold)}.leader-rank.r2{color:#fff;background:#94a3b8}.leader-rank.r3{color:#fff;background:#cd9b6a}.leader-avatar{width:32px;height:32px;flex:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;background:linear-gradient(135deg,#1e3a5f,#2c5488)}.leader-name{flex:1;min-width:0;font-size:13.5px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leader-score{font-size:14px;font-weight:700;color:var(--navy-primary);font-variant-numeric:tabular-nums}.course-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.course-card{border:1px solid #eef2f7;border-radius:12px;overflow:hidden;background:#fff;transition:box-shadow .2s,transform .2s}.course-card:hover{box-shadow:0 8px 22px #0f172a1a;transform:translateY(-2px)}.course-thumb{position:relative;height:92px;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:800;color:#ffffffeb}.course-thumb.c0{background:linear-gradient(135deg,#1e3a5f,#3b6ea5)}.course-thumb.c1{background:linear-gradient(135deg,#b7791f,#d8b567)}.course-thumb.c2{background:linear-gradient(135deg,#1a9c5b,#34c17b)}.course-thumb.c3{background:linear-gradient(135deg,#2c5488,#4b7bb5)}.course-tag{position:absolute;top:8px;right:8px;margin:0}.course-body{padding:12px 14px 14px}.course-title{font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.course-meta{margin:6px 0 10px;font-size:12px;color:#94a3b8}.course-progress{display:flex;align-items:center;gap:8px}.course-progress-track{flex:1;height:6px;border-radius:999px;background:#eef1f6;overflow:hidden}.course-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#c9a24b,#d8b567)}.course-progress-text{font-size:11.5px;color:#64748b;white-space:nowrap}@media(max-width:1200px){.row-hero,.row-stats{grid-template-columns:1fr}.course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.course-grid{grid-template-columns:1fr}.welcome-art{display:none}}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.switch-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.upload-field{width:100%}.upload-preview{object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}.inline-editor{padding:16px;border:1px solid #e5e7eb;border-radius:6px;background:#f8fafc}.option-section-head,.option-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.question-option-card{display:flex;flex-direction:column;gap:12px}.option-correct-field{margin-bottom:0}.question-thumb{width:56px;height:42px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}.question-text-cell{display:flex;flex-direction:column;gap:4px;max-width:420px}.rich-editor{border:1px solid #d9d9d9;border-radius:6px;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.rich-editor:focus-within{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1f}.rich-toolbar{padding:8px 12px;border-bottom:1px solid #f0f0f0;background:#fafafa;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.rich-editor-shell{position:relative}.rich-editor-placeholder{position:absolute;top:12px;left:12px;color:#94a3b8;pointer-events:none}.rich-editor-surface{min-height:220px;padding:12px;outline:none;line-height:1.7;font-size:14px}.rich-editor-surface img{display:block;max-width:100%;height:auto;margin:8px 0;border-radius:6px}.rich-editor-footnote{padding:0 12px 12px;color:#64748b;font-size:12px}.question-picker-field{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fafcff}.question-picker-summary{display:flex;align-items:center;justify-content:space-between;gap:12px}.selected-question-list{display:flex;flex-wrap:wrap;gap:8px}.question-picker-toolbar{min-height:auto;padding:0;border-radius:0;background:transparent}.question-tree-panel{min-height:360px;max-height:520px;overflow:auto;padding:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.site-form{max-width:920px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:0;padding:24px;background:radial-gradient(1100px 620px at 12% 8%,rgba(59,130,246,.18),transparent 60%),radial-gradient(900px 620px at 88% 92%,rgba(37,99,235,.16),transparent 60%),linear-gradient(135deg,#0b1b3a,#12275a 48%,#1d4ed8)}.login-brand-panel{width:440px;min-height:480px;padding:48px 44px;border-radius:20px 0 0 20px;color:#fff;background:linear-gradient(160deg,#ffffff1a,#ffffff05),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M0 39.5H40M39.5 0V40' fill='none' stroke='%23ffffff' stroke-opacity='0.06' stroke-width='1'/%3E%3C/svg%3E");border:1px solid rgba(255,255,255,.1);border-right:none;display:flex;flex-direction:column;justify-content:space-between;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.login-brand-lockup{display:flex;align-items:center;gap:14px}.login-brand-lockup .login-logo{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#ffffff29;border:1px solid rgba(255,255,255,.28);color:#fff;font-weight:700;font-size:26px}.login-brand-name{font-size:24px;font-weight:700;letter-spacing:1px}.login-brand-tag{margin-top:4px;font-size:12.5px;color:#ffffffb8}.login-brand-copy h2{margin:0 0 12px;font-size:28px;font-weight:700;line-height:1.3}.login-brand-copy p{margin:0;font-size:14px;line-height:1.9;color:#ffffffc7;max-width:320px}.login-brand-foot{font-size:12px;color:#ffffff8c}.login-card{width:400px;min-height:480px;border-radius:0 20px 20px 0;box-shadow:0 30px 80px #02081773;display:flex;align-items:center}.login-card .ant-card-body{width:100%;padding:44px 40px}.login-head{margin-bottom:28px}.login-title{margin:0 0 6px!important;font-weight:700!important}@media(max-width:860px){.login-brand-panel{display:none}.login-card{border-radius:20px;width:420px}}.student-portal{min-height:100vh;background:#f1f5f9;padding:0 24px 24px}.student-topbar{height:64px;padding:0 24px;margin:0 -24px 20px;border-bottom:1px solid #e2e8f0;background:#fffffff0;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.student-topbar-title{font-size:22px;font-weight:700;color:#0f172a;line-height:1}.student-topbar-right{display:flex;align-items:center;gap:16px}.student-topbar-user{color:#334155;font-size:14px;font-weight:500}.student-exam-shell{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.student-exam-overview{background:linear-gradient(135deg,#1d4ed8,#2563eb 58%,#60a5fa);border-radius:8px;padding:28px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.student-exam-overview-main{max-width:680px}.student-exam-overview-eyebrow,.student-exam-overview-title,.student-exam-overview-desc{color:#fff!important}.student-exam-overview-eyebrow{font-size:13px;opacity:.84}.student-exam-overview-title{margin:10px 0 12px!important}.student-exam-overview-desc{max-width:620px;margin:0!important;font-size:14px;line-height:1.8;opacity:.9}.student-exam-overview-stats{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:12px;min-width:320px}.student-exam-stat-card{padding:18px 20px;border-radius:8px;background:#ffffff29;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;gap:8px;color:#fff}.student-exam-stat-label{font-size:13px;opacity:.84}.student-exam-stat-value{font-size:28px;line-height:1}.student-exam-highlight{background:#fff;border:1px solid #dbe5f1;border-radius:8px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 10px 24px #0f172a0d}.student-exam-highlight-main{min-width:0;flex:1}.student-exam-highlight-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.student-exam-highlight-label{color:#64748b!important;font-size:13px}.student-exam-highlight-title{margin:0 0 12px!important}.student-exam-highlight-meta{display:flex;flex-wrap:wrap;gap:12px 18px;color:#64748b;font-size:14px}.student-exam-highlight-action{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0}.student-exam-start-btn{min-width:120px;border-radius:6px}.student-exam-start-btn.ant-btn-primary{background:#fff;color:#2563eb}.student-exam-start-btn.ant-btn-primary:not(:disabled):hover{background:#eff6ff!important;color:#1d4ed8!important}.student-exam-body{background:#fff;border-radius:6px;padding:24px;min-height:58vh}.student-exam-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.student-exam-record-list{display:flex;flex-direction:column;gap:14px}.student-exam-record-item{border-radius:6px;border:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff);padding:20px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 8px 20px #0f172a0a}.student-exam-record-content{min-width:0;flex:1;display:flex;flex-direction:column;gap:8px}.student-exam-record-title{margin:0!important}.student-exam-record-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.student-exam-record-tags{display:flex;flex-wrap:wrap;gap:8px}.student-exam-record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}.student-exam-record-time,.student-exam-record-meta{color:#64748b!important}.student-exam-record-action{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.student-exam-record-status{display:flex;align-items:center;justify-content:flex-end}.student-exam-record-btn{min-width:120px;border-radius:6px}.student-exam-work-head{background:#fff;border:1px solid #dbe5f1;border-radius:8px;padding:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;box-shadow:0 10px 24px #0f172a0d}.student-exam-work-head-main{min-width:0;flex:1}.student-exam-work-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.student-exam-work-back{padding-left:0!important;color:#2563eb!important}.student-exam-work-title{margin:0 0 12px!important}.student-exam-work-meta{display:flex;flex-wrap:wrap;gap:12px 18px;color:#64748b;font-size:14px}.student-exam-work-summary{display:flex;gap:12px;flex-shrink:0}.student-exam-work-stat{min-width:132px;padding:16px 18px;border-radius:8px;border:1px solid #dbe5f1;background:#f8fbff;display:flex;flex-direction:column;gap:8px}.student-exam-work-stat-label{color:#64748b;font-size:13px}.student-exam-work-stat-value{color:#0f172a;font-size:22px;line-height:1.1}.student-exam-work-card,.student-exam-question-panel{background:#fff;border-radius:8px;padding:24px;box-shadow:0 10px 24px #0f172a0d;border:1px solid #e2e8f0}.student-exam-question-layout{display:flex;flex-direction:column;gap:16px}.student-exam-question-top,.student-exam-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.student-exam-question-image{margin:18px 0 20px}.student-exam-question-image img{max-width:100%;border-radius:6px}.student-exam-question-body{display:flex;flex-direction:column;gap:16px}.student-exam-question-title{margin-bottom:0!important}.student-exam-option-list{display:flex;flex-direction:column;gap:12px}.student-option-card{padding:14px 16px;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:12px;cursor:pointer;background:#fff}.student-option-card.is-selected{border-color:#2563eb;background:#eff6ff}.student-option-main,.student-option-inline{display:flex;align-items:flex-start;gap:10px}.student-option-key{min-width:26px;font-weight:700;color:#2563eb}.student-exam-analysis{padding:14px 16px;border-radius:6px;background:#f8fafc;border:1px solid #e5e7eb}@media(max-width:900px){.form-grid,.form-grid.three,.switch-row{grid-template-columns:1fr}.toolbar{align-items:stretch;flex-direction:column}.student-exam-overview,.student-exam-highlight,.student-exam-work-head,.student-exam-work-summary,.student-exam-record-item{flex-direction:column;align-items:stretch}.student-exam-overview-stats,.student-exam-record-grid{grid-template-columns:1fr;min-width:0}.student-exam-highlight-action{justify-content:flex-start}.student-exam-record-action{width:100%;justify-content:flex-start}.student-exam-record-btn{min-width:0}}@media(max-width:640px){.student-portal{padding:0 16px 16px}.student-topbar{height:auto;padding:14px 16px;margin:0 -16px 16px;align-items:flex-start;gap:12px;flex-direction:column}.student-topbar-right{width:100%;justify-content:space-between}}
