.login-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  padding: 6vw;
  position: relative;
  overflow: hidden;
  background: #f8f4eb url('/assets/login-truck-cover.png?v=3') center / cover no-repeat;
}
.login-page::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 48%, rgba(248,244,235,.18) 63%, rgba(248,244,235,.82) 100%);
}
.login-brand {
  position: absolute;
  z-index: 1;
  left: 4.5vw;
  top: 4.2vh;
  width: 360px;
  max-width: none;
  padding: 16px 20px 14px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 14px;
  color: #102d5c;
  background: rgba(248,244,235,.88);
  box-shadow: 0 12px 35px rgba(8,28,58,.12);
  backdrop-filter: blur(8px);
}
.login-brand img { display: block; width: 100%; height: auto; }
.login-brand > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px solid rgba(18,48,88,.13);
}
.login-brand strong { display: block; color: #102d5c; font-size: 18px; letter-spacing: 1.5px; }
.login-brand p { margin: 0; color: #9d2028; font-size: 11px; letter-spacing: 1px; white-space: nowrap; }
.login-card {
  position: relative;
  z-index: 2;
  grid-column: 2;
  justify-self: end;
  width: min(410px,100%);
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(255,255,255,.95);
  box-shadow: 0 28px 70px rgba(7,24,54,.2);
  backdrop-filter: blur(14px);
}
@media (max-width: 760px) {
  .login-page { grid-template-columns: 1fr; padding: 20px; background-position: 37% center; }
  .login-page::after { background: rgba(248,244,235,.6); }
  .login-brand { display: block; left: 20px; right: 20px; top: 22px; width: auto; padding: 10px 14px; }
  .login-brand img { width: 240px; max-width: 75%; }
  .login-brand > div { display: none; }
  .login-card { grid-column: 1; justify-self: center; margin-top: 90px; }
}
.department-categories { flex-wrap: wrap; padding-top: 2px; }
.department-categories button { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.department-categories button span { min-width: 18px; padding: 1px 5px; border-radius: 9px; background: rgba(112,128,154,.1); font-size: 9px; }
.department-categories button.active span { background: rgba(46,108,246,.12); }
.material-empty { grid-column: 1 / -1; min-height: 220px; display: grid; place-items: center; align-content: center; gap: 8px; color: #8a96a8; text-align: center; }
.material-empty .icon { width: 36px; height: 36px; padding: 8px; border-radius: 10px; color: #2e6cf6; background: #edf3ff; }
.material-empty strong { color: #40506a; font-size: 13px; }
.material-empty span { font-size: 10px; }
.material-file-picker { padding: 14px; border: 1px dashed #b9c8df; border-radius: 9px; background: #f7faff; }
.material-upload-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:9px 0 4px}.material-upload-actions label{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:9px 12px;border:1px solid #c9d5e6;border-radius:8px;background:#fff;color:#163f79;cursor:pointer}.material-upload-actions label:hover{border-color:#2d6bed;background:#edf4ff}.material-upload-actions svg{width:16px;height:16px}.material-upload-actions input{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;opacity:0;pointer-events:none}
.material-file-picker small,.field-hint { display: block; margin-top: 6px; color: #8794a8; font-size: 9px; }
.field-hint.auto { color: #2e6cf6; }
.field-hint.manual { color: #d48920; }
.material-auto-note { padding: 10px 12px; border-radius: 7px; background: #f3f7fd; color: #697991; font-size: 10px; line-height: 1.6; }
.employee-preview-link { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid #dce4ef; border-radius: 7px; color: #2e6cf6; font-size: 11px; text-decoration: none; }
.employee-preview-link .icon { width: 15px; }
.employee-app { --mblue:#2468ef; width: min(430px,100%); min-height: 100vh; margin: 0 auto; position: relative; background: #f4f6fa; color: #15233b; box-shadow: 0 0 60px rgba(9,27,57,.16); }
body:has(.employee-app) { background: #dfe5ee; }
.employee-header { height: 64px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid #e9edf3; }
.employee-header > div { display: flex; align-items: center; gap: 10px; }
.employee-header img { width: 112px; height: 42px; object-fit: contain; }
.employee-header span { padding-left: 9px; border-left: 1px solid #dfe4ed; color: #637087; font-size: 11px; }
.employee-bell { width: 38px; height: 38px; display: grid; place-items: center; position: relative; border: 0; border-radius: 12px; background: #f1f5fb; color: #455673; }
.employee-bell .icon { width: 19px; }.employee-bell i { position: absolute; top: 7px; right: 8px; width: 6px; height: 6px; border: 2px solid #fff; border-radius: 50%; background: #ef5060; }
.employee-app .employee-main { width:100%; min-height:calc(100vh - 132px); margin-left:0; padding:16px 16px 92px; }
.employee-hero { padding: 24px; border-radius: 20px; color: #fff; background: linear-gradient(135deg,#0d2855,#2468ef); box-shadow: 0 14px 32px rgba(28,82,190,.22); }
.employee-hero small { color: #bcd0fa; }.employee-hero h1 { margin: 8px 0; font-size: 24px; }.employee-hero p { margin: 0; color: #d0ddf8; font-size: 11px; }
.learning-progress { margin-top: 22px; }.learning-progress span { display: flex; justify-content: space-between; font-size: 10px; color: #dbe5fb; }.learning-progress span b { color: #fff; }.learning-progress > i,.mobile-task-list article b { display: block; height: 5px; margin-top: 8px; overflow: hidden; border-radius: 5px; background: rgba(255,255,255,.22); }.learning-progress em,.mobile-task-list article b em { display: block; height: 100%; border-radius: inherit; background: #fff; }
.employee-shortcuts { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 14px 0 22px; padding: 14px 8px; border: 1px solid #e7ebf1; border-radius: 16px; background: #fff; }
.employee-shortcuts button { border: 0; background: none; display: grid; justify-items: center; gap: 5px; color: #637087; font-size: 9px; }.employee-shortcuts button i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: var(--mblue); background: #edf3ff; }.employee-shortcuts .icon { width: 18px; }.employee-shortcuts strong { font-size: 15px; color: #1c2c46; }
.mobile-section-title,.mobile-page-title,.mobile-community-title { display: flex; justify-content: space-between; align-items: flex-end; margin: 20px 2px 12px; }.mobile-section-title h2,.mobile-page-title h1 { margin: 0; font-size: 18px; }.mobile-section-title p,.mobile-page-title p { margin: 5px 0 0; color: #8995a7; font-size: 10px; }.mobile-section-title button,.mobile-community-title button { border: 0; background: none; color: var(--mblue); font-size: 10px; }
.mobile-task-list { display: grid; gap: 10px; }.mobile-task-list article { display: grid; grid-template-columns: 42px 1fr auto; gap: 11px; align-items: center; padding: 14px; border: 1px solid #e7ebf1; border-radius: 14px; background: #fff; }.mobile-task-list article > i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--mblue); background: #edf3ff; }.mobile-task-list article .icon { width: 20px; }.mobile-task-list article h3 { margin: 4px 0; font-size: 12px; }.mobile-task-list article p,.mobile-task-list article span { margin: 0; color: #8995a7; font-size: 8px; }.mobile-task-list article b { width: 100%; height: 3px; background: #e7ecf3; }.mobile-task-list article b em { background: var(--mblue); }.mobile-task-list article > button { border: 0; border-radius: 8px; padding: 7px 9px; color: #fff; background: var(--mblue); font-size: 9px; }
.mobile-material-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: 72%; gap: 10px; overflow-x: auto; scrollbar-width: none; }.mobile-material { padding: 14px; border: 1px solid #e7ebf1; border-radius: 14px; background: #fff; }.mobile-material > div { height: 82px; display: flex; justify-content: space-between; padding: 14px; border-radius: 10px; color: var(--mblue); background: linear-gradient(135deg,#edf3ff,#dce9ff); }.mobile-material h3 { margin: 12px 0 6px; font-size: 12px; }.mobile-material p { color: #8995a7; font-size: 9px; }.mobile-material button { border: 0; padding: 0; color: var(--mblue); background: none; font-size: 10px; }
.mobile-filter-tabs { display: flex; gap: 6px; margin-bottom: 14px; }.mobile-filter-tabs button { border: 0; border-radius: 14px; padding: 7px 11px; color: #718097; background: #e9edf3; font-size: 9px; }.mobile-filter-tabs button.active { color: #fff; background: var(--mblue); }
.mobile-exam-summary,.mobile-profile-stats { display: grid; grid-template-columns: repeat(3,1fr); margin: 16px 0; padding: 16px 6px; border-radius: 14px; background: #fff; }.mobile-exam-summary span,.mobile-profile-stats span { text-align: center; color: #8995a7; font-size: 9px; border-right: 1px solid #edf0f4; }.mobile-exam-summary span:last-child,.mobile-profile-stats span:last-child { border: 0; }.mobile-exam-summary strong,.mobile-profile-stats strong { display: block; margin-bottom: 5px; color: #1b2b46; font-size: 18px; }
.mobile-exam-list,.mobile-post-list,.mobile-notices { display: grid; gap: 11px; }.mobile-exam-list article,.mobile-post-list article,.mobile-notices article { padding: 16px; border: 1px solid #e6ebf2; border-radius: 14px; background: #fff; }.mobile-exam-list article > div { display: flex; justify-content: space-between; color: var(--mblue); font-size: 9px; }.mobile-exam-list h3 { font-size: 14px; }.mobile-exam-list p { color: #8491a4; font-size: 9px; }.mobile-exam-list .btn { width: 100%; margin-top: 7px; }
.mobile-community-title { align-items: center; }.mobile-community-title button { display: flex; align-items: center; gap: 4px; padding: 8px 11px; border-radius: 9px; color: #fff; background: var(--mblue); }.mobile-community-title .icon { width: 14px; }.mobile-post-author { display: flex; gap: 9px; align-items: center; }.mobile-post-author > span { display: grid; }.mobile-post-author small { color: #8a96a8; font-size: 8px; }.mobile-post-list h3 { margin: 14px 0 7px; font-size: 14px; }.mobile-post-list article > p { color: #536178; font-size: 10px; line-height: 1.65; }.mobile-post-list footer { display: flex; gap: 24px; margin-top: 12px; padding-top: 11px; border-top: 1px solid #edf0f4; }.mobile-post-list footer button { border: 0; color: #768399; background: none; font-size: 9px; }
.mobile-notices article { display: flex; gap: 11px; }.mobile-notices article > i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; color: var(--mblue); background: #edf3ff; }.mobile-notices strong { font-size: 12px; }.mobile-notices p { margin: 6px 0; color: #66748a; font-size: 10px; }.mobile-notices small { color: #a0a9b6; font-size: 8px; }.mobile-notices .unread { border-color: #bed1fa; }
.mobile-profile-head { padding: 28px; text-align: center; border-radius: 18px; color: #fff; background: linear-gradient(135deg,#102d5c,#2867ef); }.mobile-profile-head .avatar { width: 62px; height: 62px; margin: auto; border: 3px solid rgba(255,255,255,.5); font-size: 17px; }.mobile-profile-head h2 { margin: 12px 0 5px; }.mobile-profile-head p { margin: 0; color: #c9d8f5; font-size: 10px; }.mobile-profile-menu { overflow: hidden; border-radius: 14px; background: #fff; }.mobile-profile-menu button { width: 100%; display: flex; align-items: center; gap: 11px; padding: 15px; border: 0; border-bottom: 1px solid #edf0f4; color: #42516a; background: #fff; }.mobile-profile-menu button span { flex: 1; text-align: left; font-size: 11px; }.mobile-profile-menu .icon { width: 17px; }.mobile-profile-menu .icon:last-child { color: #a3acb9; }.mobile-logout { width: 100%; margin-top: 16px; padding: 13px; border: 0; border-radius: 11px; color: #dc4d59; background: #fff; }
.mobile-empty { min-height: 170px; display: grid; place-items: center; align-content: center; gap: 10px; color: #929dad; }.mobile-empty .icon { width: 35px; }.employee-bottom { position: fixed; bottom: 0; left:calc(50% / var(--reading-zoom)); z-index: 30; box-sizing:border-box; width: min(430px,100%); height: 68px; margin:0; transform:translateX(-50%); display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); border-top: 1px solid #e3e8ef; background: rgba(255,255,255,.97); }.employee-bottom button { display: grid; place-items: center; align-content: center; gap: 4px; min-width:0; padding:0 2px; border: 0; color: #8995a7; background: none; font-size: 8px; }.employee-bottom button.active { color: var(--mblue); }.employee-bottom .icon { width: 19px; }.back-admin { position: fixed; top: 14px; left: 18px; z-index: 50; padding: 7px 10px; border-radius: 8px; color: #fff; background: #102d5c; box-shadow: 0 4px 14px rgba(10,30,60,.2); font-size: 10px; text-decoration: none; }
.mobile-games{display:grid;gap:14px}.mobile-game-card{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:center;padding:18px;border:1px solid #dfd2b7;border-radius:16px;background:#fffdf7;box-shadow:0 8px 24px rgba(26,46,76,.07)}.mobile-game-seal{display:grid;place-items:center;width:56px;height:56px;border:2px solid #a7242c;border-radius:50%;color:#a7242c;font-size:25px;font-weight:900}.mobile-game-card span{color:#a7242c;font-size:10px;font-weight:700}.mobile-game-card h3{margin:5px 0;color:#102d5c;font-size:17px}.mobile-game-card p{margin:0 0 12px;color:#7b8798;font-size:10px}.mobile-game-card .btn{width:100%;justify-content:center}
.field-filter{display:flex;align-items:center;gap:7px;padding:6px;border:1px solid #ddcfb7;border-radius:9px;background:#fffdf7}.field-filter select,.field-filter input{height:34px;padding:0 10px;border:1px solid #ded6c8;border-radius:7px;color:#17375f;background:#fff}.field-filter select{min-width:125px}.field-filter input{width:150px}.field-filter .btn{height:34px;padding:0 10px}.tool-left>.btn.active{border-color:#173f78;color:#173f78;background:#edf3fb}@media(max-width:900px){.field-filter{width:100%;flex-wrap:wrap}.field-filter input{flex:1}.toolbar .tool-left{flex-wrap:wrap}}
.learning-viewer{display:grid;gap:14px}.learning-back{justify-self:start;border:0;color:#173f78;background:none;font-weight:700}.learning-document{padding:24px 18px;border:1px solid #dfd2b7;border-radius:16px;background:#fffdf7;text-align:center}.learning-document>.icon{width:42px;color:#1e61d6}.learning-document>span{display:block;margin-top:8px;color:#a7242c;font-weight:700}.learning-document h1{margin:10px 0 6px;color:#102d5c;font-size:22px}.learning-document>p{color:#7b8798;font-size:11px}.learning-preview{min-height:280px;margin-top:22px;padding:40px 20px;display:grid;place-items:center;align-content:center;gap:12px;border:1px dashed #cdbd9e;border-radius:12px;background:#faf6ed;color:#6f6556}.learning-preview strong{color:#102d5c;font-size:18px}.learning-preview p{max-width:310px;margin:0;line-height:1.8;font-size:11px}
.material-result-title{display:flex;align-items:center;justify-content:space-between;margin:16px 4px 10px;padding:12px 14px;border-left:3px solid #9d2028;border-radius:0 9px 9px 0;background:#faf6ed}.material-result-title strong,.material-result-title span{display:block}.material-result-title strong{color:#102d5c;font:700 16px KaiTi,'STKaiti',serif}.material-result-title span{margin-top:3px;color:#817665;font-size:9px}.material-result-title button{border:0;color:#1e61d6;background:none;font-weight:700;cursor:pointer}.department-categories button.active{border-color:#9d2028!important;color:#9d2028!important;background:#fff4ef!important;box-shadow:inset 0 -2px #9d2028}
.material-publish-state{display:inline-flex!important;align-items:center;width:max-content;margin:7px 0 0!important;padding:4px 8px;border-radius:12px;font-size:9px!important;font-weight:700}.material-publish-state.published{color:#176445;background:#e5f5ed}.material-publish-state.draft{color:#8a6b36;background:#f4eee2}.material-access-actions{display:flex;align-items:center;gap:8px;margin-right:auto}.material-access-actions .text-btn{display:inline-flex;align-items:center;gap:4px}.material-access-actions .icon{width:13px;height:13px}.material-access-actions .publish,.material-access-actions .download-ready{color:#176445}.material-access-actions .upload-required{color:#a36c19}.resource.is-published{box-shadow:inset 0 3px #2e9670}.material-content-frame{width:100%;min-height:520px;border:0;border-radius:10px;background:#111}.learning-preview:has(.material-content-frame){display:block;padding:0;overflow:hidden;border-style:solid}.office-material-view{min-height:230px;display:grid;place-items:center;align-content:center;gap:12px}.office-material-view>.icon{width:46px;color:#173f78}.office-material-view .btn{color:#fff;text-decoration:none}.employee-view-only{padding:28px;text-align:center}.employee-view-only p{max-width:430px;line-height:1.8}.view-only-badge{display:inline-flex;padding:6px 12px;border-radius:16px;color:#176445!important;background:#e5f5ed;font-size:10px!important;font-weight:700}
.log-progress{display:flex;align-items:center;gap:8px;min-width:120px}.log-progress b{display:block;width:80px;height:6px;overflow:hidden;border-radius:6px;background:#e5e9ef}.log-progress i{display:block;height:100%;border-radius:6px;background:#1e61d6}.log-progress span{color:#173f78;font-weight:700}
.archive-status{min-width:64px;padding:7px 13px;border:0;border-radius:999px;font-weight:700;cursor:pointer}.archive-status.enabled{color:#087f5b;background:#e1f6ee}.archive-status.disabled{color:#a7242c;background:#fdebed}.archive-tip{margin:14px 0 0;color:#817665;font-size:10px}
.employee-archive-form{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:12px;align-items:end;margin-top:20px;padding:18px;border:1px solid #dfd2b7;border-radius:12px;background:#faf6ed}.employee-archive-form>div{grid-column:1/-1}.employee-archive-form h3{margin:0;color:#102d5c;font:700 17px KaiTi,'STKaiti',serif}.employee-archive-form p{margin:5px 0 0;color:#817665;font-size:10px}.employee-archive-form label span{display:block;margin-bottom:6px;color:#52657d;font-size:10px;font-weight:700}.employee-archive-form input{width:100%;height:42px;padding:0 12px;border:1px solid #d8cdbb;border-radius:8px;background:#fff}.employee-archive-form>.btn{height:42px;white-space:nowrap}@media(max-width:900px){.employee-archive-form{grid-template-columns:1fr 1fr}.employee-archive-form>.btn{width:100%;justify-content:center}}@media(max-width:560px){.employee-archive-form{grid-template-columns:1fr}}
.task-notice,.page-task-notice{display:grid;place-items:center;border-radius:999px;color:#fff;background:#d9363e;font-family:Arial,sans-serif;font-weight:700}.task-notice{min-width:20px;height:20px;margin-left:auto;padding:0 6px;font-size:10px;box-shadow:0 0 0 3px #fff}.page-task-notice{display:inline-grid;min-width:23px;height:23px;padding:0 7px;font-size:11px;vertical-align:middle}.employee-tasks{display:grid;gap:20px}.task-group>h2{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:#102d5c;font:700 18px KaiTi,'STKaiti',serif}.task-group>h2 span{display:grid;place-items:center;min-width:22px;height:22px;border-radius:50%;color:#a7242c;background:#fdebed;font:700 10px Arial,sans-serif}
.exam-publish-tab{display:flex!important;align-items:center;gap:6px;color:#9d2028!important;font-weight:900!important}.exam-publish-tab .icon{width:15px}.exam-file-picker{padding:14px;border:1px dashed #c7b58f;border-radius:10px;background:#faf6ed}.exam-file-picker>span,.exam-file-picker small{display:block}.exam-file-picker>span{margin-bottom:8px;color:#102d5c;font-weight:800}.exam-file-picker label{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px solid #d8cdbb;border-radius:8px;color:#173f78;background:#fff;cursor:pointer}.exam-file-picker label:hover{border-color:#9d2028;color:#9d2028}.exam-file-picker label .icon{width:17px}.exam-file-picker input{position:absolute;width:1px;height:1px;opacity:0}.exam-file-picker small{margin-top:7px;color:#817665;font-size:9px}
.exam-publish-state{display:block;width:max-content;margin-top:5px;padding:3px 7px;border-radius:10px;font-size:8px;font-weight:700}.exam-publish-state.published{color:#176445;background:#e5f5ed}.exam-publish-state.draft{color:#8a6b36;background:#f4eee2}.exam-publish-action{margin-right:7px!important;color:#176445!important}
.exam-unified-table{min-width:1250px}.exam-unified-table th{white-space:nowrap}.exam-cell-stack{display:grid;gap:5px;min-width:125px}.exam-cell-stack strong{color:#102d5c}.exam-cell-stack small{color:#7b8492;line-height:1.45}.exam-cell-stack em{color:#9d2028;font-style:normal;font-size:11px}.exam-rule-tags{display:flex;flex-wrap:wrap;gap:5px;min-width:150px}.exam-rule-tags span{padding:4px 7px;border-radius:12px;color:#173f78;background:#eef3fb;font-size:10px;white-space:nowrap}.exam-unified-table .progress-label{min-width:120px}.table-panel .pagination em{margin-left:auto;color:#887a66;font-style:normal}
.announcement-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.announcement-summary>div{display:flex;align-items:center;gap:13px;padding:18px;border:1px solid #dfd2b7;border-top:3px solid #173f78;border-radius:12px;background:#fffdf8}.announcement-summary i{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;color:#173f78;background:#eee7d8}.announcement-summary i .icon{width:21px}.announcement-summary span{color:#716858}.announcement-summary strong{display:block;color:#102d5c;font-size:24px}.announcement-panel{padding:0;overflow:hidden}.announcement-panel>.toolbar{border-bottom:1px solid #e5dac5}.announcement-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:20px}.announcement-card{overflow:hidden;border:1px solid #dfd2b7;border-radius:13px;background:#fffdf8;box-shadow:0 10px 24px rgba(50,40,22,.05)}.announcement-card.is-published{border-top:3px solid #176445}.announcement-cover{display:grid;place-items:center;align-content:center;gap:8px;height:145px;color:#173f78;background:linear-gradient(135deg,#eaf1fb,#f7ead9)}.announcement-cover .icon{width:42px;height:42px}.announcement-image{display:block;height:145px;background:#eee7d8}.announcement-image img{width:100%;height:100%;object-fit:cover}.announcement-body{padding:16px}.announcement-kicker{display:flex;justify-content:space-between;gap:8px}.announcement-kicker span{color:#9d2028;font-weight:900}.announcement-kicker em{padding:3px 7px;border-radius:10px;color:#176445;background:#e8f5ee;font-size:9px;font-style:normal}.announcement-card:not(.is-published) .announcement-kicker em{color:#8a6b36;background:#f4eee2}.announcement-body h3{margin:12px 0 8px;color:#102d5c;font-size:19px}.announcement-body p{min-height:44px;color:#6e6a62;line-height:1.7}.announcement-body>small{display:block;color:#948875}.announcement-attachment{display:flex;align-items:center;gap:6px;margin:12px 0;padding:9px;border-radius:8px;color:#173f78;background:#f0f4f9}.announcement-attachment .icon{width:15px}.announcement-publish-action{color:#176445!important;font-weight:900!important}.announcement-empty{grid-column:1/-1;display:grid;justify-items:center;gap:8px;padding:80px 20px;color:#8a806f}.announcement-empty .icon{width:42px}.announcement-file-picker{padding:14px;border:1px dashed #bdab87;border-radius:10px;background:#faf6ed}.announcement-file-picker>span,.announcement-file-picker small{display:block}.announcement-file-picker>span{margin-bottom:8px;color:#102d5c;font-weight:900}.announcement-file-picker label{position:relative;display:flex;justify-content:center;align-items:center;gap:8px;min-height:48px;border:1px solid #d7c8aa;border-radius:8px;background:#fff;cursor:pointer}.announcement-file-picker input{position:absolute;width:1px;height:1px;opacity:0}.announcement-file-picker small{margin-top:8px;color:#817665}.announcement-mobile time,.announcement-mobile a{display:block;margin-top:8px;font-size:11px}.announcement-mobile a{color:#1762d0;font-weight:800}.announcement-mobile>div>small{color:#9d2028;font-weight:900}
@media(max-width:1100px){.announcement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.announcement-summary{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.announcement-grid{grid-template-columns:1fr;padding:12px}.announcement-summary{grid-template-columns:1fr 1fr;gap:8px}.announcement-summary>div{padding:12px}.announcement-panel>.toolbar{align-items:stretch;flex-direction:column}.announcement-panel>.toolbar .tool-left,.announcement-panel>.toolbar .searchbox{width:100%}}
.game-publish-state{display:inline-flex;align-items:center;margin-left:8px;padding:4px 8px;border-radius:12px;font-size:9px;font-weight:700}.game-publish-state.published{color:#176445;background:#e5f5ed}.game-publish-state.draft{color:#8a6b36;background:#f4eee2}.game-publish-action{margin-right:auto!important;color:#176445!important}.game-card.is-published{box-shadow:inset 0 3px #2e9670,0 8px 24px rgba(16,45,92,.055)}
@media (max-width: 600px) { .employee-app { width: 100%; box-shadow: none; }.back-admin { display: none; } }
.employee-app,.employee-app button,.employee-app input,.employee-login-page,.employee-login-page button,.employee-login-page input { font-family: KaiTi,'STKaiti','Kaiti SC','Noto Serif SC',serif; font-weight: 700; }
.employee-app { background: #f8f4ea; }
.employee-app::before { content:''; position:fixed; inset:64px 0 68px; width:min(430px,100%); margin:auto; pointer-events:none; opacity:.055; background: radial-gradient(ellipse at 15% 20%,#102d5c 0 3%,transparent 3.5%),radial-gradient(ellipse at 85% 72%,#a51f2a 0 4%,transparent 4.5%); }
.employee-header { background:rgba(255,253,247,.97); border-color:#e5ded0; }
.employee-header span { color:#102d5c; font-size:13px; font-weight:700; }
.employee-hero { border:1px solid rgba(255,255,255,.25); background:linear-gradient(145deg,#102d5c 0 70%,#9d2028 70%); }
.employee-hero h1 { font-size:27px; letter-spacing:2px; }.employee-hero small,.employee-hero p,.learning-progress span { font-size:12px; }
.employee-shortcuts,.mobile-task-list article,.mobile-material,.mobile-exam-summary,.mobile-profile-stats,.mobile-exam-list article,.mobile-post-list article,.mobile-notices article,.mobile-profile-menu { border-color:#e5ded0; background:#fffdf7; }
.employee-shortcuts span,.employee-shortcuts strong,.mobile-task-list article h3,.mobile-material h3,.mobile-exam-list h3,.mobile-post-list h3,.mobile-notices strong { font-weight:700; }
.employee-shortcuts span { font-size:10px; }.mobile-task-list article h3,.mobile-material h3 { font-size:14px; }.mobile-task-list article p,.mobile-task-list article span,.mobile-material p,.mobile-exam-list p,.mobile-post-list article>p,.mobile-notices p { font-size:11px; }
.employee-bottom { border-color:#e5ded0; background:rgba(255,253,247,.98); }.employee-bottom button { font-size:10px; font-weight:700; }
.employee-login-page { min-height:100vh; position:relative; overflow:hidden; display:grid; place-items:center; padding:22px; color:#102d5c; background:#f8f4ea url('/assets/login-truck-cover.png?v=3') center/cover no-repeat; }
.employee-login-page::before { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(248,244,234,.04) 35%,rgba(248,244,234,.28) 60%,rgba(248,244,234,.78) 100%); }
.employee-login-page::after { content:''; position:absolute; inset:auto 0 0; height:7px; background:linear-gradient(90deg,#102d5c 0 62%,#9d2028 62%); }
.employee-login-card { width:min(390px,100%); position:relative; z-index:2; padding:26px 24px 22px; border:1px solid #e2d8c8; border-radius:22px; background:rgba(255,253,247,.96); box-shadow:0 24px 70px rgba(16,45,92,.15); }
.employee-login-logo { display:block; width:220px; max-width:75%; margin:0 auto 22px; }
.employee-login-heading { text-align:center; }.employee-login-heading small { display:inline-block; padding:4px 12px; color:#fff; background:#9d2028; border-radius:12px; font-size:11px; letter-spacing:3px; }.employee-login-heading h1 { margin:15px 0 8px; font-size:27px; letter-spacing:3px; }.employee-login-heading p { margin:0 0 22px; color:#7e7568; font-size:12px; letter-spacing:1px; }
.employee-login-tabs { display:grid; grid-template-columns:1fr 1fr; padding:4px; border-radius:12px; background:#eee8dd; }.employee-login-tabs button { height:38px; border:0; border-radius:9px; color:#776e61; background:transparent; font-size:13px; }.employee-login-tabs button.active { color:#fff; background:#102d5c; box-shadow:0 5px 14px rgba(16,45,92,.18); }
.login-values { position:absolute; z-index:1; left:48%; top:5%; display:flex; flex-direction:row-reverse; align-items:flex-start; gap:27px; padding:0; border:0; background:transparent; box-shadow:none; backdrop-filter:none; pointer-events:none; }
.login-values::before { content:none; display:none; }
.login-values span { writing-mode:vertical-rl; text-orientation:upright; color:#102d5c; font-family:LiSu,'隶书','SimLi','STLiti',serif; font-size:34px; font-weight:900; line-height:1.08; letter-spacing:12px; text-shadow:0 1px 2px rgba(255,253,247,.78); }
.login-values span:nth-child(2),.login-values span:nth-child(4) { color:#9d2028; }
.admin-auth-page::before { background:linear-gradient(90deg,rgba(248,244,234,.02) 32%,rgba(248,244,234,.24) 57%,rgba(248,244,234,.82) 100%); }
.admin-auth-card { border-color:rgba(226,216,200,.95); box-shadow:0 26px 72px rgba(16,45,92,.2); }
.admin-auth-switch { display:grid; grid-template-columns:1fr 1fr; gap:4px; padding:4px; border-radius:12px; background:#eee8dd; }
.admin-auth-switch span,.admin-auth-switch a { height:38px; display:grid; place-items:center; border-radius:9px; color:#776e61; font-size:13px; text-decoration:none; }
.admin-auth-switch .active { color:#fff; background:#102d5c; box-shadow:0 5px 14px rgba(16,45,92,.18); }
.admin-auth-switch a:hover { color:#9d2028; background:#fffaf0; }
.admin-auth-form button { background:linear-gradient(90deg,#102d5c 0 72%,#9d2028 72%); box-shadow:0 8px 18px rgba(16,45,92,.16); transition:filter .2s,transform .2s; }
.admin-auth-form button:hover { filter:brightness(1.06); transform:translateY(-1px); }
.employee-verify-form { margin-top:18px; }.employee-verify-form label { display:block; margin-bottom:14px; }.employee-verify-form label span { display:block; margin-bottom:7px; font-size:13px; }.employee-verify-form input { width:100%; height:48px; padding:0 13px; border:1px solid #d8cfbf; border-radius:10px; outline:none; color:#102d5c; background:#fff; font-size:15px; }.employee-verify-form input:focus { border-color:#102d5c; box-shadow:0 0 0 3px rgba(16,45,92,.1); }.employee-verify-form button { width:100%; height:48px; margin-top:4px; border:0; border-radius:10px; color:#fff; background:linear-gradient(90deg,#102d5c,#174c94); font-size:15px; letter-spacing:2px; }.employee-verify-form>p { text-align:center; color:#998f80; font-size:10px; }
.employee-qr { padding:20px 0 8px; text-align:center; }.employee-qr>div { width:190px; height:190px; margin:0 auto 12px; padding:10px; border:1px solid #d8cfbf; background:#fff; }.employee-qr img { width:100%; height:100%; }.employee-qr strong { display:block; font-size:14px; }.employee-qr p { color:#8c8274; font-size:11px; }
.admin-login-entry { display:block; margin-top:14px; text-align:center; color:#9d2028; font-size:11px; text-decoration:none; }.employee-login-slogan { display:none; }
@media(min-width:760px){.employee-login-page { grid-template-columns:minmax(0,1fr) 390px; padding:4vw 3vw; }.employee-login-card { grid-column:2; }.employee-login-slogan { display:none; }}
@media(max-width:759px){.employee-login-page { align-items:end; padding:22px 16px 28px; background-position:31% center; }.employee-login-page::before { background:linear-gradient(180deg,rgba(248,244,234,.02) 0 24%,rgba(248,244,234,.5) 53%,rgba(248,244,234,.88) 100%); }.employee-login-card { max-height:76vh; overflow:auto; padding:20px; border-radius:20px; }.employee-login-logo { width:190px; margin-bottom:14px; }.employee-login-heading h1 { margin:10px 0 5px; font-size:23px; }.employee-login-heading p { margin-bottom:15px; }}
@media(max-width:1100px){.login-values { left:47%; transform:scale(.84); transform-origin:top left; }}
@media(min-width:760px) and (max-width:900px){.login-values { display:none; }}
@media(max-width:759px){.login-values { left:50%; top:16px; display:flex; transform:translateX(-50%) scale(.66); transform-origin:top center; }}
@media(max-width:759px){.admin-auth-page::before { background:linear-gradient(180deg,rgba(248,244,234,.02) 0 22%,rgba(248,244,234,.52) 51%,rgba(248,244,234,.9) 100%); }}
@media(min-width:761px){
  .shell .sidebar { width:260px; overflow:visible; background:linear-gradient(180deg,#071a38,#0b2448 58%,#08182f); border-right:1px solid rgba(230,214,184,.16); box-shadow:8px 0 30px rgba(3,15,34,.12); transition:width .25s ease; }
  .shell .sidebar::before { content:''; position:absolute; inset:126px 0 72px; pointer-events:none; opacity:.08; background:radial-gradient(ellipse at -10% 12%,transparent 0 22%,#e8d8b7 23% 24%,transparent 25% 36%,#e8d8b7 37% 38%,transparent 39%),radial-gradient(ellipse at 110% 78%,transparent 0 20%,#9d2028 21% 22%,transparent 23% 34%,#9d2028 35% 36%,transparent 37%); }
  .shell > main { margin-left:260px; transition:margin-left .25s ease; }
  .shell .brand { height:82px; position:relative; display:flex; flex-direction:column; align-items:stretch; justify-content:center; gap:8px; padding:14px 20px; border-bottom:1px solid rgba(230,214,184,.16); background:rgba(4,18,40,.35); }
  .brand-logo { height:52px; display:grid; place-items:center; padding:5px 9px; border-radius:9px; background:#fffdf7; box-shadow:0 6px 18px rgba(0,0,0,.18); overflow:hidden; }
  .brand-logo img { width:100%; height:100%; object-fit:contain; }
  .brand-title { text-align:center; }.brand-title strong { display:block; color:#fffdf7; font-family:KaiTi,'STKaiti',serif; font-size:21px; font-weight:700; letter-spacing:3px; text-shadow:0 2px 8px rgba(0,0,0,.25); }.brand-title span { display:block; margin-top:4px; color:#cbbd9e; font-family:KaiTi,'STKaiti',serif; font-size:10px; letter-spacing:2px; }
  .nav-toggle { position:absolute; right:-15px; bottom:16px; z-index:3; width:30px; height:30px; display:grid; place-items:center; border:1px solid #d9ceb9; border-radius:50%; color:#102d5c; background:#fffdf7; box-shadow:0 4px 14px rgba(3,17,39,.2); cursor:pointer; }.nav-toggle .icon { width:15px; transform:rotate(180deg); transition:transform .25s; }
  .shell .sidebar nav { min-height:0; padding:12px 13px; overflow-y:auto; scrollbar-width:thin; scrollbar-color:rgba(230,214,184,.25) transparent; }
  .shell .nav-item { height:45px; position:relative; margin-bottom:4px; padding:0 16px; border:1px solid transparent; border-radius:10px; color:#aebbd0; font-family:KaiTi,'STKaiti',serif; font-size:15px; font-weight:700; letter-spacing:1px; }
  .shell .nav-item::before { content:''; position:absolute; left:0; top:13px; bottom:13px; width:3px; border-radius:2px; background:transparent; }
  .shell .nav-item:hover { color:#fffdf7; border-color:rgba(230,214,184,.13); background:rgba(255,253,247,.06); }
  .shell .nav-item.active { color:#fffdf7; border-color:rgba(230,214,184,.18); background:linear-gradient(90deg,rgba(157,32,40,.85),rgba(22,64,121,.72)); box-shadow:0 8px 20px rgba(0,0,0,.16); }
  .shell .nav-item.active::before { background:#e5d3ad; }
  .shell .nav-item .icon { color:#c8d3e4; }.shell .nav-item.active .icon { color:#fffdf7; }
  .shell .nav-item b { background:#9d2028; color:#fffdf7; }
  .shell .side-help { border-color:rgba(230,214,184,.14); background:rgba(255,253,247,.06); }.shell .help-icon { color:#f0dcb4; background:rgba(157,32,40,.45); }
  .shell .side-user { border-color:rgba(230,214,184,.14); background:rgba(2,14,32,.22); }
  .shell.nav-collapsed .sidebar { width:76px; }.shell.nav-collapsed > main { margin-left:76px; }.shell.nav-collapsed .brand { height:88px; padding:14px 9px; }.shell.nav-collapsed .brand-logo { width:58px; height:48px; padding:4px; }.shell.nav-collapsed .brand-logo img { width:100%; max-width:100%; object-position:center; }.shell.nav-collapsed .brand-title,.shell.nav-collapsed .nav-item span,.shell.nav-collapsed .side-help,.shell.nav-collapsed .side-user>div,.shell.nav-collapsed .logout-btn { display:none; }.shell.nav-collapsed .nav-toggle { right:-15px; bottom:28px; }.shell.nav-collapsed .nav-toggle .icon { transform:none; }.shell.nav-collapsed .sidebar nav { padding:14px 10px; }.shell.nav-collapsed .nav-item { justify-content:center; padding:0; }.shell.nav-collapsed .side-user { justify-content:center; padding:14px 10px; }
}
@media(max-width:760px){
  .shell .brand { height:76px; padding:0 11px; justify-content:center; }
  .shell .brand-logo { width:48px; height:48px; padding:4px; border-radius:9px; background:#fffdf7; overflow:hidden; }
  .shell .brand-logo img { width:100%; max-width:100%; height:100%; object-fit:contain; object-position:center; }
  .shell .brand-title,.shell .nav-toggle { display:none; }
}
.employee-app .employee-main > section { width:100%; margin:0 auto; }
.employee-app .mobile-page-title { width:100%; }
.employee-app .mobile-task-list,.employee-app .mobile-exam-list,.employee-app .mobile-post-list,.employee-app .mobile-notices,.employee-app .mobile-profile-menu { width:100%; margin-left:auto; margin-right:auto; }
.employee-app .mobile-empty { width:100%; text-align:center; }
.employee-app .mobile-profile-head,.employee-app .mobile-profile-stats { width:100%; margin-left:auto; margin-right:auto; }

/* 管理端统一中国风视觉：藏青、朱红、宣纸色 */
.shell { --blue:#173f78; --blue2:#102d5c; --bg:#f7f3e9; --panel:#fffdf7; --line:#ded4c2; --text:#0d274d; --muted:#756d61; --soft:#f4efe4; background:#f7f3e9; }
.shell > main { background-color:#f7f3e9; background-image:radial-gradient(circle at 12% 18%,rgba(157,32,40,.035) 0 2px,transparent 3px),linear-gradient(rgba(16,45,92,.018) 1px,transparent 1px); background-size:150px 150px,100% 42px; }
.shell header { border-color:#ded4c2; background:rgba(255,253,247,.96); box-shadow:0 4px 18px rgba(16,45,92,.05); }
.shell .content { font-family:'Noto Serif SC','Songti SC',SimSun,serif; }
.shell .page-head { position:relative; padding:5px 0 16px 18px; border-bottom:1px solid #ded4c2; }
.shell .page-head::before { content:''; position:absolute; left:0; top:5px; bottom:16px; width:4px; border-radius:3px; background:#9d2028; }
.shell .page-head h1,.shell .panel-title h3,.shell .section-line h3,.shell .setting-head h2,.shell .post h2 { color:#0d274d; font-family:KaiTi,'STKaiti','Noto Serif SC',serif; font-weight:700; letter-spacing:1px; }
.shell .page-head h1 { font-size:29px; letter-spacing:3px; }
.shell .crumb { color:#918474; }.shell .crumb span { color:#b8aa94; }
.shell .panel,.shell .metric-card,.shell .score-summary,.shell .material-stats>div,.shell .game-card,.shell .settings-nav { border-color:#ded4c2; background:#fffdf7; box-shadow:0 8px 24px rgba(16,45,92,.055); }
.shell .panel,.shell .metric-card,.shell .game-card { border-radius:12px; }
.shell .metric-card { border-top:3px solid #173f78; }.shell .metric-card:nth-child(even) { border-top-color:#9d2028; }
.shell .metric-top i,.shell .material-stats i,.shell .exam-name>span,.shell .avatar,.shell .learning-note>i { color:#173f78; background:#eee7d8; }
.shell .btn { border-color:#cfc2ac; color:#173f78; background:#fffdf7; font-family:KaiTi,'STKaiti',serif; font-weight:700; letter-spacing:1px; }
.shell .btn:hover { border-color:#9d2028; color:#9d2028; background:#fbf5e9; }
.shell .btn.primary { border-color:#173f78; color:#fffdf7; background:linear-gradient(135deg,#173f78,#102d5c); box-shadow:0 7px 16px rgba(16,45,92,.18); }
.shell .btn.primary:hover { border-color:#9d2028; background:linear-gradient(135deg,#9d2028,#7d1820); }
.shell th { color:#675e51; background:#f1ebdf; font-family:KaiTi,'STKaiti',serif; font-weight:700; }
.shell td { color:#253b5d; }.shell tbody tr:hover { background:#faf4e8; }
.shell .toolbar,.shell .panel-title,.shell .setting-head,.shell .form-section,.shell .post-foot { border-color:#ded4c2; }
.shell .searchbox,.shell input,.shell select,.shell textarea { border-color:#d8ccb7; background:#fffef9; }
.shell .category-row button,.shell .post-tags span { background:#eee7d8; color:#173f78; }
.shell .category-row button.active,.shell .mini-tabs button.active,.shell .community-tabs button.active { color:#9d2028; }
.shell .mini-tabs button.active::after,.shell .community-tabs button.active::after { background:#9d2028; }
.shell .game-hero { border:1px solid rgba(229,211,173,.35); background:linear-gradient(115deg,#0b2b56,#173f78 68%,#8e1e26); box-shadow:0 12px 28px rgba(16,45,92,.14); }
.shell .settings-nav button.active { color:#9d2028; background:#f1e8d8; box-shadow:inset 3px 0 #9d2028; }
.shell .badge.info,.shell .tag { color:#173f78; background:#eee7d8; }
.shell .global-search input { background:transparent; }
.shell kbd,.shell .ai-fab,.shell .ai-panel { display:none!important; }

.notification-wrap { position:relative; }
.portal-switch { display:flex; align-items:center; padding:3px; border:1px solid #d8ccb7; border-radius:10px; background:#f4eee2; }
.portal-switch a { height:31px; display:flex; align-items:center; gap:6px; padding:0 11px; border-radius:7px; color:#756d61; font:700 11px KaiTi,'STKaiti',serif; text-decoration:none; letter-spacing:1px; }
.portal-switch a.active { color:#fffdf7; background:#173f78; box-shadow:0 4px 10px rgba(16,45,92,.15); }
.portal-switch .icon { width:15px; }
.notification-trigger { width:38px; height:38px; display:grid; place-items:center; border-radius:10px; transition:.2s; }
.notification-trigger:hover,.notification-trigger.active { color:#9d2028; background:#f1e8d8; }
.notification-trigger b { position:absolute; top:0; right:0; min-width:17px; height:17px; padding:0 4px; display:grid; place-items:center; border:2px solid #fffdf7; border-radius:10px; color:#fff; background:#9d2028; font:700 9px/1 Inter,sans-serif; }
.notification-panel { position:absolute; z-index:50; top:49px; right:-8px; width:370px; overflow:hidden; border:1px solid #d8ccb7; border-radius:14px; color:#0d274d; background:#fffdf7; box-shadow:0 20px 55px rgba(16,45,92,.18); }
.notification-panel::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,#173f78 0 72%,#9d2028 72%); }
.notification-head { display:flex; align-items:center; justify-content:space-between; padding:18px 18px 13px; border-bottom:1px solid #e5dccd; }
.notification-head strong,.notification-head span { display:block; }.notification-head strong { font:700 18px KaiTi,'STKaiti',serif; letter-spacing:2px; }.notification-head span { margin-top:3px; color:#887d6d; font-size:10px; }
.notification-head button { border:0; color:#9d2028; background:transparent; font:700 11px KaiTi,'STKaiti',serif; cursor:pointer; }
.notification-list { max-height:350px; overflow:auto; }
.notification-item { position:relative; width:100%; display:flex; gap:12px; padding:14px 18px; border:0; border-bottom:1px solid #eee6d8; text-align:left; color:#233b60; background:#fffdf7; cursor:pointer; }
.notification-item:hover { background:#faf4e8; }.notification-item.unread { background:#f8f2e6; }.notification-item.unread::before { content:''; position:absolute; left:7px; top:22px; width:5px; height:5px; border-radius:50%; background:#9d2028; }
.notification-item>i { width:36px; height:36px; flex:none; display:grid; place-items:center; border-radius:10px; color:#173f78; background:#e9e0cf; }.notification-item>i .icon { width:17px; }
.notification-item>span { min-width:0; flex:1; }.notification-item strong,.notification-item small,.notification-item em { display:block; }.notification-item strong { font:700 13px KaiTi,'STKaiti',serif; letter-spacing:1px; }.notification-item small { margin:5px 0; overflow:hidden; color:#72695d; font-size:10px; line-height:1.5; text-overflow:ellipsis; white-space:nowrap; }.notification-item em { color:#a09585; font-size:9px; font-style:normal; }
.notification-foot { padding:11px 16px; text-align:center; color:#918675; background:#f4eee2; font-size:9px; }
@media(max-width:760px){.notification-panel { position:fixed; top:62px; right:12px; left:82px; width:auto; }.notification-trigger { width:34px; }}

/* 鱼头箭头与上下/左右收展 */
.admin-header { height:68px; position:sticky; top:0; padding:0; overflow:visible; transition:height .25s ease; }
.header-inner { width:100%; height:100%; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:0 30px; opacity:1; transition:opacity .18s ease; }
.admin-header .global-search{display:none!important}
.corporate-culture{min-width:0;display:flex;align-items:center;gap:13px;color:#102d5c}.corporate-culture>i{width:42px;height:42px;flex:none;display:grid;place-items:center;border:2px solid #9d2028;border-radius:50%;color:#9d2028;background:#fffaf0;font:900 22px KaiTi,'STKaiti',serif;font-style:normal;box-shadow:inset 0 0 0 3px #fff,0 4px 14px rgba(157,32,40,.12)}.culture-title{flex:none;padding-right:14px;border-right:1px solid #d8c8aa}.culture-title strong,.culture-title span{display:block}.culture-title strong{font:900 18px KaiTi,'STKaiti',serif;letter-spacing:3px}.culture-title span{margin-top:3px;color:#9d2028;font:700 8px KaiTi,'STKaiti',serif;letter-spacing:1px}.culture-lines{min-width:0;display:grid;gap:3px}.culture-lines p{margin:0;overflow:hidden;color:#635b50;font:700 9px KaiTi,'STKaiti',serif;letter-spacing:.5px;text-overflow:ellipsis;white-space:nowrap}.culture-lines b{display:inline-block;margin-right:7px;color:#9d2028;font-weight:900}.culture-lines b::after{content:'｜';margin-left:5px;color:#c9b998}@media(max-width:1180px){.culture-lines p:nth-child(3){display:none}}@media(max-width:960px){.culture-lines{display:none}.culture-title{border-right:0}}@media(max-width:700px){.corporate-culture>i{width:34px;height:34px;font-size:18px}.culture-title span{display:none}.culture-title strong{font-size:14px}.header-inner{gap:8px;padding:0 12px}}
.fish-toggle { display:grid; place-items:center; padding:0; border:1px solid #d9ceb9; color:#102d5c; background:#fffdf7; box-shadow:0 4px 14px rgba(3,17,39,.2); cursor:pointer; }
.fish-arrow { position:relative; width:17px; height:13px; display:block; border-radius:45% 65% 65% 45%; background:#9d2028; clip-path:polygon(0 50%,32% 8%,100% 0,78% 50%,100% 100%,32% 92%); transition:transform .25s ease; }
.fish-arrow::before { content:''; position:absolute; width:4px; height:4px; right:4px; top:3px; border:1px solid #fffdf7; border-radius:50%; background:#102d5c; }
.fish-arrow::after { content:''; position:absolute; right:0; top:5px; width:4px; height:3px; border-top:1px solid #fffdf7; }
.fish-arrow i { position:absolute; left:2px; top:3px; width:4px; height:7px; border-left:2px solid #e5d3ad; border-radius:50%; }
.nav-toggle.fish-toggle .fish-arrow { transform:rotate(180deg); }
.shell.nav-collapsed .nav-toggle.fish-toggle .fish-arrow { transform:none; }
.header-toggle { position:absolute; z-index:4; left:50%; bottom:-13px; width:34px; height:26px; border-radius:8px 8px 15px 15px; transform:translateX(-50%); }
.header-toggle .fish-arrow { transform:rotate(-90deg); }
.shell.header-collapsed .admin-header { height:13px; }
.shell.header-collapsed .header-inner { pointer-events:none; opacity:0; }
.shell.header-collapsed .header-toggle { bottom:-13px; }
.shell.header-collapsed .header-toggle .fish-arrow { transform:rotate(90deg); }
@media(max-width:760px){.header-inner { padding:0 15px; }.header-toggle { left:45%; }}

/* 仪表盘：管理简报、快捷入口与可执行待办 */
.dashboard-brief { min-height:132px; display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:16px; padding:24px 28px; overflow:hidden; position:relative; border:1px solid rgba(229,211,173,.38); border-radius:14px; color:#fffdf7; background:linear-gradient(115deg,#0b2b56,#173f78 68%,#8e1e26); box-shadow:0 14px 30px rgba(16,45,92,.13); }
.dashboard-brief::after { content:'学'; position:absolute; right:35%; top:-30px; color:rgba(255,253,247,.06); font:700 170px KaiTi,'STKaiti',serif; }
.dashboard-brief>div:first-child { position:relative; z-index:1; }.dashboard-brief small { color:#e5d3ad; font:700 11px KaiTi,'STKaiti',serif; letter-spacing:4px; }.dashboard-brief h2 { margin:9px 0 7px; font:700 25px KaiTi,'STKaiti',serif; letter-spacing:3px; }.dashboard-brief p { margin:0; color:#d7deea; font-size:11px; }
.brief-stats { position:relative; z-index:1; display:flex; overflow:hidden; border:1px solid rgba(255,253,247,.17); border-radius:12px; background:rgba(255,253,247,.08); backdrop-filter:blur(8px); }.brief-stats span { min-width:105px; padding:17px 15px; border-right:1px solid rgba(255,253,247,.14); text-align:center; color:#e4dfd5; font-size:10px; }.brief-stats span:last-child { border:0; }.brief-stats b { display:block; margin-bottom:5px; color:#fffdf7; font:700 22px Georgia,serif; }
.dashboard-metrics .metric-card { position:relative; color:inherit; text-decoration:none; transition:transform .2s,box-shadow .2s; }.dashboard-metrics .metric-card:hover { transform:translateY(-3px); box-shadow:0 14px 28px rgba(16,45,92,.1); }.dashboard-metrics .metric-card em { display:flex; align-items:center; gap:3px; position:absolute; right:17px; bottom:14px; color:#8c806f; font-size:9px; font-style:normal; opacity:0; transition:.2s; }.dashboard-metrics .metric-card:hover em { opacity:1; }.dashboard-metrics .metric-card em .icon { width:12px; }
.dashboard-modules { margin-top:16px; padding:18px 20px 20px; border:1px solid #ded4c2; border-radius:12px; background:#fffdf7; box-shadow:0 8px 24px rgba(16,45,92,.05); }.dashboard-section-title h3 { margin:0; color:#0d274d; font:700 16px KaiTi,'STKaiti',serif; letter-spacing:2px; }.dashboard-section-title p { margin:4px 0 14px; color:#756d61; font-size:10px; }.dashboard-modules>div:last-child { display:grid; grid-template-columns:repeat(6,1fr); gap:9px; }.dashboard-modules a { min-width:0; display:flex; align-items:center; gap:10px; padding:13px; border:1px solid #e6ddce; border-radius:10px; color:#18375f; background:#faf6ed; text-decoration:none; transition:.2s; }.dashboard-modules a:hover { border-color:#9d2028; background:#fffdf7; transform:translateY(-2px); }.dashboard-modules a>i { width:34px; height:34px; flex:none; display:grid; place-items:center; border-radius:9px; color:#173f78; background:#e9e0cf; }.dashboard-modules a>i .icon { width:16px; }.dashboard-modules a>span { min-width:0; flex:1; }.dashboard-modules a strong,.dashboard-modules a small { display:block; }.dashboard-modules a strong { font:700 12px KaiTi,'STKaiti',serif; }.dashboard-modules a small { margin-top:4px; overflow:hidden; color:#887e6e; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }.dashboard-modules a>.icon { width:12px; color:#a49988; }
.dashboard-analysis { grid-template-columns:minmax(0,2fr) minmax(300px,.8fr); }.dashboard-todos .panel-title>span { padding:4px 8px; border-radius:10px; color:#9d2028; background:#f2e4d9; font-size:9px; }.dashboard-todos .todo { color:inherit; text-decoration:none; transition:.2s; }.dashboard-todos .todo:hover { padding-left:24px; background:#faf4e8; }.dashboard-todos .todo>.icon { width:13px; }
@media(max-width:1200px){.dashboard-modules>div:last-child { grid-template-columns:repeat(3,1fr); }.dashboard-brief { align-items:flex-start; flex-direction:column; }.brief-stats { width:100%; }.brief-stats span { flex:1; }}
@media(max-width:760px){.dashboard-brief { padding:20px; }.dashboard-brief h2 { font-size:20px; }.brief-stats span { min-width:0; padding:12px 7px; }.dashboard-modules>div:last-child { grid-template-columns:1fr 1fr; }.dashboard-analysis { grid-template-columns:1fr; }}
.chart-empty,.dashboard-empty { min-height:220px; display:flex; flex-direction:column; align-items:center; justify-content:center; color:#9a8f7e; text-align:center; }
.chart-empty.compact { min-height:220px; }.chart-empty .icon,.dashboard-empty .icon { width:30px; height:30px; margin-bottom:10px; color:#b6aa97; }.chart-empty strong,.dashboard-empty strong { color:#6e6456; font:700 14px KaiTi,'STKaiti',serif; }.chart-empty span,.dashboard-empty span { margin-top:6px; font-size:9px; }
.dashboard-empty { min-height:170px; }.table-empty { padding:34px; color:#9a8f7e; text-align:center; font:700 12px KaiTi,'STKaiti',serif; }
.rank-empty { min-height:110px; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:22px; color:#9a8f7e; text-align:center; }.rank-empty .icon { width:27px; margin-bottom:8px; }.rank-empty strong { color:#6e6456; font:700 14px KaiTi,'STKaiti',serif; }.rank-empty span { margin-top:5px; font-size:9px; }

.game-hero .sector-hive { width:455px; height:150px; flex:none; display:grid; grid-template-columns:repeat(6,75px); grid-auto-rows:67px; align-content:center; margin:0!important; }
.sector-hive .hex { position:relative; inset:auto; width:82px; height:76px; padding-top:12px; color:#dbe7ff; background:rgba(42,91,171,.38); border-color:rgba(229,211,173,.24); transition:transform .2s,background .2s; }
.sector-hive .hex:nth-child(3n+2) { background:rgba(82,108,190,.42); }.sector-hive .hex:nth-child(3n) { background:rgba(132,50,77,.4); }
.sector-hive .hex:nth-child(n+7) { transform:translate(37px,-4px); }.sector-hive .hex:hover { z-index:2; color:#fff; background:#9d2028; transform:scale(1.08); }
.sector-hive .hex:nth-child(n+7):hover { transform:translate(37px,-4px) scale(1.08); }
.sector-hive .hex b { display:block; font:400 18px Georgia,serif; }.sector-hive .hex small { margin-top:4px; color:#d5dfef; font:700 10px KaiTi,'STKaiti',serif; letter-spacing:1px; }
.batch-file-summary{margin-top:9px;color:#176445;font-size:10px;font-weight:700}.batch-file-list{max-height:150px;margin-top:8px;overflow:auto;display:grid;gap:6px}.batch-file-list span{display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:7px;color:#173f78;background:#f1ebdf;font-size:9px}.batch-file-list b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.batch-file-list em{flex:none;color:#887e6e;font-style:normal}@media(max-width:640px){.material-upload-actions{grid-template-columns:1fr}.batch-file-list span{align-items:flex-start;flex-direction:column;gap:3px}}
.sector-hive .hex { cursor:pointer; }.sector-hive .hex:not(.published) { opacity:.55; filter:saturate(.45); }.sector-hive .hex.published em { position:absolute; right:12px; top:9px; width:6px; height:6px; border:1px solid #fff; border-radius:50%; background:#e5d3ad; box-shadow:0 0 0 3px rgba(229,211,173,.15); }.sector-hive .hex.active { z-index:2; color:#fff; background:#9d2028; border-color:#e5d3ad; box-shadow:0 8px 22px rgba(0,0,0,.22); }.game-entry:disabled { cursor:not-allowed; opacity:.55; box-shadow:none; }
@media(max-width:1100px){.game-hero { align-items:flex-start; flex-direction:column; gap:25px; }.game-hero .sector-hive { align-self:center; transform:scale(.92); transform-origin:center; }}
@media(max-width:650px){.game-hero .sector-hive { width:380px; transform:scale(.74); transform-origin:left center; }}
.game-play-action{display:inline-flex!important;align-items:center;gap:4px;margin-right:8px!important;color:#173f78!important;font-weight:800!important}.game-play-action .icon{width:14px}
/* 新员工入职：管理端二级导航、扫码登记与考试 */
.nav-item.group{margin-top:10px;color:#f2dfb1;border-top:1px solid rgba(255,255,255,.12);padding-top:16px}.nav-item.child{margin-left:28px;width:calc(100% - 40px);min-height:40px;font-size:14px}.nav-item.child .icon{width:17px;height:17px}.onboarding-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px}.onboarding-summary article{background:#fffdf8;border:1px solid #dfd1b6;border-top:3px solid #143c74;border-radius:14px;padding:20px;display:grid;gap:7px}.onboarding-summary span{color:#6b7485}.onboarding-summary strong{font:700 32px/1 Georgia,"STKaiti",serif;color:#102c55}.onboarding-summary small{color:#9b7445}.onboarding-admin-grid{display:grid;grid-template-columns:minmax(360px,1.05fr) minmax(380px,1fr);gap:18px;margin-bottom:18px}.onboarding-qr-card{display:grid;grid-template-columns:1fr 176px;gap:12px 24px;align-items:center;padding:26px}.onboarding-qr-card>div h2{font-size:24px;color:#102c55;margin:7px 0}.onboarding-qr-card>div p{color:#6d7481;line-height:1.8}.onboarding-qr-card>img{grid-row:1/4;grid-column:2;width:176px;border:8px solid #f5ecda;border-radius:14px}.onboarding-qr-card>a{color:#a51f2b;font-weight:700}.onboarding-switch{display:flex;align-items:center;gap:10px;font-weight:700;color:#183459}.onboarding-switch input{width:21px;height:21px;accent-color:#a51f2b}.onboarding-guide,.onboarding-config{padding:26px}.onboarding-guide h2,.onboarding-config h2{color:#102c55;margin:0 0 18px}.onboarding-guide ol{display:grid;gap:15px}.onboarding-guide li{display:flex;gap:14px;align-items:center}.onboarding-guide li>b{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#efe4ce;color:#a51f2b;font:700 18px Georgia}.onboarding-guide li span{display:grid;gap:4px}.onboarding-guide li small{color:#7b8290}.onboarding-config{display:grid;gap:14px}.onboarding-config label{display:grid;gap:7px}.onboarding-config input,.onboarding-config textarea{border:1px solid #d9ccb3;border-radius:9px;padding:11px 12px;background:#fffdf9;color:#102c55}.onboarding-table{padding:0;overflow:hidden}.onboarding-table .panel-title{padding:22px 24px 14px}.onboarding-table td{vertical-align:top}.onboarding-table td small{display:block;color:#89909c;margin-top:4px}.onboarding-table .wide-cell{max-width:340px;white-space:normal;line-height:1.6}.onboarding-score{font-size:20px;color:#a51f2b}
.public-onboarding{min-height:100vh;background:#f7f1e5;color:#102c55;padding-bottom:42px;font-family:"STKaiti","KaiTi",serif}.public-onboarding:before{content:"";display:block;height:8px;background:linear-gradient(90deg,#102f61 0 72%,#a61f2b 72%)}.public-onboarding-head{background:#fffdf8;padding:26px max(22px,calc((100% - 720px)/2));text-align:center;border-bottom:1px solid #dfd1b6}.public-onboarding-head img{width:min(270px,70vw);height:66px;object-fit:contain;margin-bottom:18px}.public-onboarding-head>span{display:block;color:#a51f2b;letter-spacing:.28em;font:700 12px Georgia}.public-onboarding-head h1{font-size:34px;margin:8px 0;color:#102f61}.public-onboarding-head p{margin:0;color:#7e705d;font-weight:700}.public-onboarding-form{width:min(720px,calc(100% - 28px));margin:22px auto;display:grid;gap:18px}.onboarding-form-section{background:#fffdf8;border:1px solid #dfd1b6;border-radius:15px;padding:22px;box-shadow:0 10px 28px rgba(61,45,21,.06)}.onboarding-form-section h2{font-size:21px;margin:0 0 20px;display:flex;align-items:center;gap:10px}.onboarding-form-section h2 span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#a51f2b;color:white}.public-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.public-form-grid label,.training-confirm{display:grid;gap:8px}.public-form-grid label.full{grid-column:1/-1}.public-form-grid label>span,.training-confirm>span{font-weight:700}.public-form-grid input,.public-form-grid select,.public-form-grid textarea{width:100%;box-sizing:border-box;border:1px solid #d7c8aa;background:#fff;border-radius:9px;padding:13px;font:700 16px "STKaiti","KaiTi",serif;color:#102c55}.training-confirm{background:#f2ead9;border-left:4px solid #a51f2b;padding:14px;margin-bottom:18px}.training-confirm strong{line-height:1.8}.signature-input small{color:#9b7445}.privacy-check{display:flex;align-items:flex-start;gap:9px;line-height:1.5;padding:0 8px}.privacy-check input{width:18px;height:18px;accent-color:#a51f2b}.public-submit{border:0;border-radius:10px;background:linear-gradient(90deg,#123d78,#a51f2b);color:#fff;padding:16px;font:700 20px "STKaiti","KaiTi",serif;box-shadow:0 9px 20px rgba(122,28,37,.18)}.exam-form fieldset{border:0;border-top:1px solid #e4dac5;margin:0;padding:22px 0 8px}.exam-form fieldset:first-of-type{border-top:0}.exam-form legend{display:flex;gap:12px;line-height:1.6;font-size:18px;font-weight:700;margin-bottom:12px}.exam-form legend b{color:#a51f2b;font:700 17px Georgia}.exam-form fieldset label{display:flex;align-items:center;gap:10px;background:#f8f3e9;border:1px solid transparent;border-radius:9px;padding:12px;margin:8px 0;cursor:pointer}.exam-form fieldset label:has(input:checked){border-color:#a51f2b;background:#fff3ed}.exam-form fieldset input{width:19px;height:19px;accent-color:#a51f2b}.public-success{text-align:center;padding:56px 24px;background:#fffdf8;border:1px solid #dfd1b6;border-radius:15px}.public-success>.icon{width:52px;height:52px;color:#168665}.public-success>small{display:block;color:#7d7567}.public-success>strong{display:block;font:700 72px/1 Georgia;color:#a51f2b;margin:12px}.public-success>strong i{font-size:20px}.public-success h2{font-size:28px}.public-success p{color:#6c7480;line-height:1.8}.public-success a{display:inline-block;margin-top:12px;background:#123d78;color:white;padding:12px 24px;border-radius:8px}.public-success.failed>.icon{color:#b98021}
@media(max-width:760px){.onboarding-summary{grid-template-columns:1fr}.onboarding-admin-grid{grid-template-columns:1fr}.onboarding-qr-card{grid-template-columns:1fr;text-align:center}.onboarding-qr-card>img{grid-row:auto;grid-column:auto;margin:auto}.public-form-grid{grid-template-columns:1fr}.public-form-grid label.full{grid-column:auto}.public-onboarding-head h1{font-size:28px}.onboarding-form-section{padding:18px}.nav-item.child{margin-left:12px;width:calc(100% - 24px)}}
.public-onboarding-head{display:block;position:static;height:auto;min-height:0;box-sizing:border-box}
.branded-qr{position:relative;grid-column:2;grid-row:1/5;width:184px;aspect-ratio:1;margin:auto;padding:0;border:8px solid #f5ecda;border-radius:14px;background:#fff;overflow:hidden;cursor:zoom-in;transition:transform .2s ease,box-shadow .2s ease}.branded-qr:hover{transform:translateY(-2px) scale(1.025);box-shadow:0 12px 28px rgba(16,44,85,.18)}.branded-qr>.qr-code{display:block;width:100%;height:100%;object-fit:contain}.branded-qr>.qr-zoom-hint{position:absolute;left:50%;bottom:6px;transform:translateX(-50%);width:auto;height:auto;padding:4px 9px;border-radius:999px;background:rgba(16,44,85,.88);box-shadow:none;color:#fff;font-size:11px;white-space:nowrap}.qr-access{display:grid;gap:5px;min-width:0}.qr-access b{font-size:13px;color:#a51f2b}.qr-access code{display:block;max-width:100%;overflow-wrap:anywhere;color:#173f78;background:#f6f0e4;border-radius:6px;padding:7px;font-size:12px}.qr-access small{color:#9a6c2d;font-weight:700}.qr-manage-link{display:inline-flex;align-items:center;gap:6px;justify-self:start;margin-top:5px;color:#173f78}.qr-manage-link .icon{width:16px}.onboarding-qr-card>a{align-self:start}
.qr-manager-backdrop{position:fixed;inset:0;z-index:3000;display:grid;place-items:center;padding:24px;background:rgba(5,22,47,.72);backdrop-filter:blur(5px)}.qr-manager{width:min(980px,96vw);max-height:94vh;overflow:auto;border:1px solid #d9c7a4;border-radius:20px;background:#fffdf8;box-shadow:0 28px 80px rgba(0,0,0,.3)}.qr-manager>header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;gap:20px;padding:22px 26px;border-bottom:1px solid #e5dac7;background:#fffdf8}.qr-manager>header small{color:#a51f2b;font-weight:700;letter-spacing:.15em}.qr-manager>header h2{margin:4px 0;color:#102c55;font-size:26px}.qr-manager>header p{margin:0;color:#6d7481}.qr-manager-body{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(420px,1.15fr);gap:26px;padding:26px}.qr-large-preview{display:flex;flex-direction:column;align-items:center;align-self:start;padding:22px;border:1px solid #dfd1b6;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(16,44,85,.08)}.qr-large-preview img{width:min(360px,75vw);aspect-ratio:1;object-fit:contain;image-rendering:auto}.qr-large-preview strong{margin-top:14px;color:#102c55;font-size:21px;text-align:center}.qr-large-preview span{margin-top:5px;color:#16805f;font-weight:700}.qr-print-settings h3{margin:0 0 12px;color:#102c55}.qr-choice-list{display:grid;gap:9px}.qr-choice-list label{display:grid;grid-template-columns:auto 56px 1fr;align-items:center;gap:12px;padding:10px 12px;border:1px solid #dfd7c8;border-radius:12px;background:#fff;cursor:pointer}.qr-choice-list label.selected{border-color:#245ca8;background:#f1f6ff;box-shadow:0 0 0 2px rgba(36,92,168,.08)}.qr-choice-list input{width:19px;height:19px;accent-color:#173f78}.qr-choice-list img{width:56px;height:56px;object-fit:contain}.qr-choice-list span{display:grid;gap:3px}.qr-choice-list strong{color:#102c55}.qr-choice-list small{color:#78808c}.qr-print-settings fieldset{display:flex;gap:18px;margin:18px 0 0;padding:14px 16px;border:1px solid #dfd1b6;border-radius:12px}.qr-print-settings legend{padding:0 7px;color:#102c55;font-weight:700}.qr-print-settings fieldset label{display:flex;align-items:center;gap:7px}.qr-print-settings fieldset input{accent-color:#173f78}.qr-cut-note{color:#8c6b3f;font-size:13px}.qr-manager>footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 26px;border-top:1px solid #e5dac7;background:#fffdf8}.qr-manager>footer>span{margin-right:auto;color:#173f78;font-weight:700}
@media(max-width:760px){.branded-qr{grid-column:auto;grid-row:auto}.qr-access{text-align:left}.qr-manager-backdrop{padding:10px}.qr-manager-body{grid-template-columns:1fr;padding:16px}.qr-large-preview img{width:min(300px,72vw)}.qr-print-settings fieldset{display:grid}.qr-manager>footer{flex-wrap:wrap}.qr-manager>footer>span{width:100%;margin:0}.qr-manager>footer .btn{flex:1}}
.onboarding-stage-nav{position:sticky;top:14px;z-index:12;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 28px;padding:12px;border:1px solid #dfd1b6;border-radius:16px;background:rgba(255,253,248,.94);box-shadow:0 10px 28px rgba(16,44,85,.08);backdrop-filter:blur(10px)}.onboarding-stage-nav button{display:flex;align-items:center;gap:12px;min-width:0;padding:13px 16px;border:0;border-radius:12px;background:#f4ecdd;color:#173f78;cursor:pointer;text-align:left}.onboarding-stage-nav button:hover{background:#173f78;color:#fff}.onboarding-stage-nav b{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#fff;color:#a51f2b;font-family:Georgia,serif}.onboarding-stage-nav span{overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.onboarding-stage{scroll-margin-top:28px;margin-bottom:48px}.onboarding-stage+.onboarding-stage{padding-top:12px;border-top:1px solid #dbc9aa}.onboarding-stage-title{display:flex;align-items:center;gap:16px;margin:0 0 18px;padding:18px 22px;border-left:4px solid #a51f2b;background:linear-gradient(90deg,#f4ecdd 0,rgba(244,236,221,0) 80%)}.onboarding-stage-title>b{font:700 34px/1 Georgia,serif;color:#a51f2b}.onboarding-stage-title small{color:#9b7445;font-weight:700;letter-spacing:.16em}.onboarding-stage-title h2{margin:2px 0;color:#102c55;font-size:25px}.onboarding-stage-title p{margin:0;color:#6d7481}.onboarding-stage .onboarding-source-table{margin-top:18px}@media(max-width:760px){.onboarding-stage-nav{position:static;grid-template-columns:1fr}.onboarding-stage-nav button{justify-content:flex-start}.onboarding-stage-title{padding:14px}.onboarding-stage-title>b{font-size:28px}}
.onboarding-summary{grid-template-columns:repeat(4,1fr)}.flow-rule-note{display:grid;gap:5px;padding:14px;border-radius:9px;background:#f5ecdb;border-left:4px solid #a51f2b}.flow-rule-note strong{color:#a51f2b}.flow-rule-note span{color:#756c5e}.public-flow{width:min(720px,calc(100% - 28px));margin:18px auto 0;display:flex;align-items:center;justify-content:center;gap:8px;background:#fffdf8;border:1px solid #dfd1b6;border-radius:12px;padding:12px 16px;box-sizing:border-box}.public-flow span{display:flex;align-items:center;gap:6px;color:#9d968b;font-weight:700;white-space:nowrap}.public-flow span b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#ece6db;color:#8c867c;font:700 13px Georgia}.public-flow span.done{color:#173f78}.public-flow span.done b{background:#173f78;color:white}.public-flow span.current{color:#a51f2b}.public-flow span.current b{background:#a51f2b}.public-flow i{width:42px;height:1px;background:#d8cdb8}.auto-score-note{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid #c6d7c7;border-radius:12px;background:#f1f8f1;color:#155b3d}.auto-score-note>.icon{width:30px;height:30px;flex:0 0 auto}.auto-score-note div{display:grid;gap:5px}.auto-score-note span{color:#547165}.same-identity-tip{margin:-8px 0 16px;padding:10px 12px;border-radius:8px;background:#f5ecdb;color:#9a6c2d;font-weight:700}.final-score-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px auto;max-width:440px}.final-score-pair span{display:grid;gap:8px;padding:16px;border-radius:10px;background:#f5ecdb;color:#756c5e}.final-score-pair strong{font-size:24px;color:#a51f2b}
@media(max-width:1050px){.onboarding-summary{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.onboarding-summary{grid-template-columns:1fr}.public-flow{gap:3px;padding:10px 7px}.public-flow span{font-size:11px;gap:3px}.public-flow span b{width:22px;height:22px}.public-flow i{width:10px}.final-score-pair{grid-template-columns:1fr}}

/* 阅读辅助：默认大字，可切换标准、超大字及高对比模式 */
:root{--reading-zoom:1}
html[data-reading-size="large"]{--reading-zoom:1.1}
html[data-reading-size="xlarge"]{--reading-zoom:1.22}
#app{width:calc(100% / var(--reading-zoom));min-height:calc(100vh / var(--reading-zoom));zoom:var(--reading-zoom)}
.reading-controls{position:fixed;right:18px;bottom:18px;z-index:2000;display:flex;align-items:center;gap:5px;padding:8px;border:1px solid #cdbd9e;border-radius:13px;background:rgba(255,253,248,.97);box-shadow:0 8px 28px rgba(16,44,85,.18);font-family:KaiTi,"STKaiti",serif;color:#102c55;backdrop-filter:blur(10px)}
.reading-controls strong{padding:0 7px;font-size:14px;white-space:nowrap}.reading-controls button{min-height:38px;padding:0 11px;border:1px solid transparent;border-radius:8px;color:#42516a;background:#f2eadb;font:700 14px KaiTi,"STKaiti",serif;cursor:pointer}.reading-controls button:hover,.reading-controls button:focus-visible{border-color:#173f78;outline:3px solid rgba(23,63,120,.18);outline-offset:1px}.reading-controls button.active{color:#fff;background:#173f78}.reading-controls button.contrast.active{background:#111;color:#fff}
#app button,#app input,#app select,#app textarea{font-size:14px}#app small{font-size:12px}#app p{line-height:1.7}.nav-item{font-size:15px}.page-head .crumb,.page-head p,.panel-title p{font-size:13px}table th{font-size:13px}table td{font-size:14px;line-height:1.55}.btn,.text-btn{font-size:14px}.metric-card span,.metric-card small,.dashboard-modules small{font-size:12px}
.employee-shortcuts button,.employee-bottom button{font-size:10px}.mobile-task-list article h3,.mobile-material h3,.mobile-notices strong{font-size:14px}.mobile-task-list article p,.mobile-task-list article span,.mobile-material p,.mobile-notices p,.mobile-exam-list p{font-size:11px}.mobile-filter-tabs button,.mobile-exam-list article>div,.mobile-profile-menu button span{font-size:12px}.mobile-section-title p,.mobile-page-title p{font-size:12px}
html[data-reading-contrast="high"] body{background:#fff}html[data-reading-contrast="high"] #app{filter:contrast(1.16)}html[data-reading-contrast="high"] :focus-visible{outline:4px solid #ffbf00!important;outline-offset:3px!important}html[data-reading-contrast="high"] .content,html[data-reading-contrast="high"] .public-onboarding,html[data-reading-contrast="high"] .employee-phone{color:#001c48}
@media(max-width:650px){.reading-controls{display:none}html[data-reading-size="xlarge"]{--reading-zoom:1.16}.public-onboarding-head h1{font-size:30px}.public-onboarding-head p{font-size:15px}.onboarding-form-section h2{font-size:23px}.public-form-grid label>span,.training-confirm>span,.privacy-check{font-size:17px}.exam-form legend{font-size:20px}.exam-form fieldset label{font-size:17px;min-height:48px}.public-submit{font-size:22px;min-height:58px}}

/* 考试题库、原文件与指定人员发布 */
.exam-manage-action{color:#173f78!important;font-weight:900!important}.exam-editor{margin-top:20px;padding:0;overflow:hidden}.exam-editor-head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 28px;border-bottom:1px solid #dfd2b7;background:linear-gradient(90deg,#fffdf8,#f6eddd)}.exam-editor-head small{color:#a7242c;font-weight:800}.exam-editor-head h2{margin:5px 0;color:#102d5c;font-size:25px}.exam-editor-head p{margin:0;color:#716858}.exam-editor-tools{display:flex;align-items:center;gap:14px;padding:18px 28px;border-bottom:1px solid #e8deca}.exam-source-upload{flex:1;display:flex;align-items:center;gap:12px;min-height:56px;padding:10px 15px;border:1px dashed #9fb4d2;border-radius:10px;color:#173f78;background:#f4f8fd;cursor:pointer}.exam-source-upload>.icon{width:24px}.exam-source-upload span{display:grid;gap:3px}.exam-source-upload small{color:#73839a}.exam-source-upload input{display:none}.exam-editor-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.75fr);gap:0}.exam-editor-grid>section{padding:25px 28px}.exam-editor-grid>section+section{border-left:1px solid #e4d8c0;background:#faf6ed}.exam-subhead{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.exam-subhead h3{margin:0;color:#102d5c;font-size:20px}.exam-subhead p{margin:5px 0 0;color:#817665}.exam-subhead>span{color:#a7242c;font-weight:800}.question-form{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:20px;padding:18px;border:1px solid #ddd0b6;border-radius:12px;background:#fffdf8}.question-form label{display:grid;gap:6px}.question-form label.full{grid-column:1/-1}.question-form label>span{font-weight:800;color:#42516a}.question-form input,.question-form textarea{width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid #d3c5ab;border-radius:8px;background:#fff;font-family:inherit}.question-form-actions{grid-column:1/-1;display:flex;gap:10px}.question-list{display:grid;gap:9px}.question-list article{display:grid;grid-template-columns:38px 1fr auto auto;gap:12px;align-items:center;padding:14px;border:1px solid #e2d7c2;border-radius:10px;background:#fff}.question-list article>b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#fff;background:#173f78}.question-list article strong{color:#102d5c}.question-list article p{margin:6px 0 0;color:#746a5c}.question-list article em{color:#a7242c;font-style:normal;font-weight:900}.assignment-actions{display:flex;gap:16px;margin-bottom:10px}.employee-assignment-list{max-height:520px;overflow:auto;display:grid;gap:7px;padding-right:5px}.employee-assignment-list label{display:flex;align-items:center;gap:10px;padding:11px;border:1px solid #e0d4be;border-radius:9px;background:#fff;cursor:pointer}.employee-assignment-list input{width:20px;height:20px;accent-color:#173f78}.employee-assignment-list span{display:grid;gap:3px}.employee-assignment-list small{color:#817665}.assignment-save{width:100%;justify-content:center;margin-top:16px}.assignment-tip{padding:11px;border-left:3px solid #a7242c;background:#f3ead9;color:#745e3f}.onboarding-question-manage{justify-content:center}.employee-exam-runner{padding-bottom:30px}.employee-exam-runner form{display:grid;gap:12px}.employee-exam-runner fieldset{margin:0;padding:16px;border:1px solid #dfd2b7;border-radius:14px;background:#fffdf8}.employee-exam-runner legend{display:flex;gap:9px;padding:0 4px;color:#102d5c;font-size:16px;font-weight:900;line-height:1.5}.employee-exam-runner legend b{color:#a7242c}.employee-exam-runner fieldset label{display:flex;align-items:center;gap:10px;margin-top:9px;padding:12px;border:1px solid #e8deca;border-radius:9px;background:#faf6ed}.employee-exam-runner fieldset label:has(input:checked){border-color:#173f78;background:#edf4ff}.employee-exam-runner fieldset input{width:20px;height:20px;accent-color:#173f78}
.employee-assignment-list label.is-assigned{border-color:#9db4d4;background:#f2f7ff}.employee-assignment-list strong{display:flex;align-items:center;gap:8px}.employee-assignment-list strong em{padding:2px 7px;border-radius:999px;background:#dfece5;color:#167557;font-size:12px;font-style:normal}.assignment-actions .danger{color:#b3212b}.assignment-actions button:disabled{opacity:.42;cursor:not-allowed}
@media(max-width:1050px){.exam-editor-grid{grid-template-columns:1fr}.exam-editor-grid>section+section{border-left:0;border-top:1px solid #e4d8c0}}@media(max-width:650px){.exam-editor-head,.exam-editor-tools{align-items:stretch;flex-direction:column;padding:18px}.exam-editor-grid>section{padding:18px}.question-form{grid-template-columns:1fr}.question-form label.full,.question-form-actions{grid-column:auto}.question-list article{grid-template-columns:34px 1fr}.question-list article button{grid-column:auto}.employee-assignment-list{max-height:380px}}

/* 人员培训档案：学习、考试、游戏与交流记录自动归集 */
.archive-auto-note{display:flex;align-items:center;gap:14px;margin:0 0 16px;padding:16px 20px;border:1px solid #dacbaa;border-left:4px solid #9d2028;border-radius:12px;color:#173f78;background:linear-gradient(90deg,#fffdf8,#f5ecdc)}.archive-auto-note>.icon{width:28px;height:28px;flex:none}.archive-auto-note div{display:grid;gap:4px}.archive-auto-note strong{font:900 17px KaiTi,"STKaiti",serif;letter-spacing:2px}.archive-auto-note span{color:#716858;font-size:13px}.archive-detail{color:#9d2028!important;font-weight:900!important}.training-profile{margin-top:18px;padding:0;overflow:hidden}.training-profile-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;border-bottom:1px solid #dfd2b7;background:linear-gradient(100deg,#102f61,#173f78 72%,#8f2028);color:#fff}.training-profile-head>div{display:flex;align-items:center;gap:14px}.training-profile-head .avatar{background:#fff5e4;color:#9d2028}.training-profile-head span{display:grid;gap:3px}.training-profile-head small{color:#e5d3ad;font-weight:800;letter-spacing:2px}.training-profile-head h2,.training-profile-head p{margin:0}.training-profile-head h2{font:900 25px KaiTi,"STKaiti",serif}.training-profile-head p{color:#d8e0ed}.profile-summary{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #e3d8c3}.profile-summary span{display:grid;gap:7px;padding:18px;text-align:center;color:#736957}.profile-summary span+span{border-left:1px solid #e3d8c3}.profile-summary strong{color:#102d5c;font:900 26px Georgia,serif}.profile-record-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:24px;background:#faf6ed}.profile-record-grid>section{min-width:0;padding:20px;border:1px solid #e1d5be;border-radius:12px;background:#fff}.profile-record-grid>section.full{grid-column:1/-1}.profile-record-grid h3{margin:0 0 15px;color:#102d5c;font:900 19px KaiTi,"STKaiti",serif;letter-spacing:2px}.profile-timeline{display:grid;gap:9px}.profile-timeline article{display:flex;gap:12px;padding:13px;border-radius:9px;background:#f8f3e9}.profile-timeline article>i{width:34px;height:34px;flex:none;display:grid;place-items:center;border-radius:9px;color:#173f78;background:#e7decd}.profile-timeline article>i .icon{width:17px}.profile-timeline article>div{min-width:0}.profile-timeline strong,.profile-timeline p,.profile-timeline small{display:block;margin:0}.profile-timeline p{margin:5px 0;color:#675f54}.profile-timeline b{color:#9d2028}.profile-timeline small{color:#938778}.profile-activity-table{overflow:auto}.profile-activity-table table{min-width:620px}.profile-activity-table th{background:#f2eadb}.profile-activity-table td,.profile-activity-table th{padding:11px 13px}
@media(max-width:760px){.training-profile-head{align-items:stretch;flex-direction:column}.profile-summary{grid-template-columns:1fr 1fr}.profile-summary span:nth-child(3){border-left:0}.profile-summary span:nth-child(n+3){border-top:1px solid #e3d8c3}.profile-record-grid{grid-template-columns:1fr;padding:14px}.profile-record-grid>section.full{grid-column:auto}.archive-auto-note{align-items:flex-start}}

/* 顶部快捷工具：刷新、通知、端口切换与员工端多语言 */
.header-actions{gap:9px}.system-refresh{width:38px;height:38px;display:grid;place-items:center;border:1px solid #d8ccb7;border-radius:10px;color:#173f78;background:#fffdf7}.system-refresh:hover{color:#9d2028;background:#f4eee2}.system-refresh .icon{width:18px}.system-refresh.refreshing .icon{animation:system-refresh-spin .7s linear infinite}@keyframes system-refresh-spin{to{transform:rotate(360deg)}}
.employee-header-tools{display:flex!important;align-items:center;gap:7px}.employee-language{display:flex!important;align-items:center;gap:2px;padding:3px;border:1px solid #d8ccb7;border-radius:10px;background:#f4eee2}.employee-language button{min-width:28px;height:28px;padding:0 6px;border:0;border-radius:7px;color:#6e665b;background:transparent;font:900 11px KaiTi,"STKaiti",serif;cursor:pointer}.employee-language button.active{color:#fffdf7;background:#173f78;box-shadow:0 3px 8px rgba(16,45,92,.18)}.employee-language button:hover:not(.active){color:#9d2028;background:#fffdf7}
@media(max-width:600px){.employee-header{padding:0 10px}.employee-header img{width:96px}.employee-header>div:first-child{gap:5px}.employee-header>div:first-child>span{display:none}.employee-header-tools{gap:4px}.employee-bell{width:34px;height:34px}.employee-language button{min-width:25px;padding:0 4px;font-size:10px}}

/* 新员工三表导入：字段说明、覆盖规则与人员汇总 */
.onboarding-import-panel{margin-bottom:18px;padding:0;overflow:hidden}.onboarding-import-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid #e2d6bf;background:linear-gradient(100deg,#fffdf8,#f5ecdc)}.onboarding-import-head h2{margin:0 0 6px;color:#102d5c;font:900 23px KaiTi,"STKaiti",serif;letter-spacing:2px}.onboarding-import-head p{margin:0;color:#716858}.onboarding-field-design{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px 24px;background:#faf6ed}.onboarding-field-design article{min-width:0;padding:16px;border:1px solid #dfd2b9;border-radius:11px;background:#fff}.onboarding-field-design strong{display:block;margin-bottom:7px;color:#102d5c;font-size:16px}.onboarding-field-design span{display:block;color:#746a5c;font-size:13px;line-height:1.7}.onboarding-consolidated{padding:20px 24px 24px}.onboarding-consolidated h3{margin:0 0 12px;color:#102d5c;font:900 19px KaiTi,"STKaiti",serif}.onboarding-consolidated>div{overflow:auto;border:1px solid #e2d6bf;border-radius:10px}.onboarding-consolidated table{min-width:980px;margin:0}.onboarding-consolidated th{background:#f2eadb}.onboarding-consolidated td,.onboarding-consolidated th{padding:12px 14px}.onboarding-stage{display:inline-flex;padding:4px 9px;border-radius:999px;background:#edf4ff;color:#173f78;font-weight:800}.onboarding-import-empty{padding:28px;text-align:center;color:#8b8173}
@media(max-width:1100px){.onboarding-field-design{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.onboarding-import-head{align-items:stretch;flex-direction:column;padding:18px}.onboarding-import-head .btn{justify-content:center}.onboarding-field-design{grid-template-columns:1fr;padding:14px}.onboarding-consolidated{padding:16px 14px}}
.onboarding-field-design b{display:block;margin-bottom:7px;color:#102d5c;font-size:16px}

/* 三类新员工入职明细的管理员手动编辑 */
.onboarding-edit{white-space:nowrap;color:#9d2028!important;font-weight:900!important}.onboarding-edit-modal{width:min(980px,calc(100vw - 32px));max-height:92vh}.onboarding-edit-modal .modal-body{display:grid;gap:18px;overflow:auto;padding:22px 26px}.onboarding-edit-section{display:grid;gap:14px}.onboarding-edit-section h3{margin:0;color:#102d5c;font:900 20px KaiTi,"STKaiti",serif;letter-spacing:2px}.onboarding-edit-modal input,.onboarding-edit-modal select,.onboarding-edit-modal textarea{width:100%;box-sizing:border-box;border:1px solid #d8c9ad;border-radius:9px;padding:11px 12px;color:#102d5c;background:#fff;font:700 14px KaiTi,"STKaiti",serif}.onboarding-edit-modal label{display:grid;gap:7px}.onboarding-edit-modal label>span{color:#61594e;font-weight:900}.onboarding-raw-fields{border:1px solid #dfd2b8;border-radius:11px;background:#faf6ed}.onboarding-raw-fields summary{padding:16px 18px;cursor:pointer;color:#173f78;font-weight:900}.onboarding-raw-fields[open] summary{border-bottom:1px solid #dfd2b8}.onboarding-raw-fields>.form-grid{padding:18px}.onboarding-source-lock{padding:12px 15px;border-left:4px solid #b07a23;border-radius:8px;background:#f5ecdb;color:#795f35;font-weight:800}
@media(max-width:650px){.onboarding-edit-modal{width:calc(100vw - 16px)}.onboarding-edit-modal .modal-body{padding:16px}.onboarding-raw-fields>.form-grid{padding:13px}}
.onboarding-import-actions{display:flex;align-items:center;gap:10px;flex:none}.onboarding-row-actions{display:flex;align-items:center;gap:7px;min-width:210px;flex-wrap:wrap}.onboarding-row-actions .text-btn{padding:4px 0;font-size:12px}.onboarding-consolidated table{min-width:1230px}
@media(max-width:650px){.onboarding-import-actions{width:100%}.onboarding-import-actions .btn{flex:1;justify-content:center;padding-left:8px;padding-right:8px}}
.onboarding-page-tools{border-bottom:1px solid #dfd3bd;padding:22px 24px;margin:0}.onboarding-page-tools h2{margin:4px 0 6px}.onboarding-page-tools p{max-width:760px}.onboarding-page-tools em{display:block;margin-top:8px;color:#856f51;font-style:normal}.onboarding-source-table{overflow:hidden}.onboarding-source-table .table-wrap{max-height:620px;overflow:auto}.onboarding-source-table table{width:max-content;min-width:100%;table-layout:auto}.onboarding-source-table th,.onboarding-source-table td{min-width:130px;max-width:300px;white-space:normal;vertical-align:top;line-height:1.55}.onboarding-source-table th{position:sticky;top:0;z-index:2;background:#f2ecdf}.onboarding-source-table th[title*="."]{min-width:280px}.onboarding-source-table .sticky-action{position:sticky;right:0;z-index:3;min-width:150px;background:#fffaf1;box-shadow:-8px 0 14px rgba(15,48,91,.06)}.onboarding-source-table thead .sticky-action{background:#f2ecdf;z-index:4}.onboarding-source-table .sticky-action small{display:block;margin-top:7px;color:#988a75}.onboarding-edit-modal .form-grid label.full textarea{min-height:92px}

/* 考生列表与逐题答题详情 */
.onboarding-result-table .table-wrap{max-height:620px}.onboarding-result-table table{width:100%;min-width:1050px}.onboarding-result-table th,.onboarding-result-table td{min-width:0;max-width:none;vertical-align:middle;padding:15px 16px}.onboarding-result-table th:nth-child(1){width:150px}.onboarding-result-table th:nth-child(2){width:110px}.onboarding-result-table th:nth-child(3){width:135px}.onboarding-result-table th:nth-child(4),.onboarding-result-table th:nth-child(5){width:92px}.onboarding-result-table th:nth-child(8){width:210px}.result-table-note{display:flex;align-items:center;gap:14px;padding:13px 24px;background:#f9f4e9;border-bottom:1px solid #e3d7c1}.result-table-note strong{color:#102d5c;font-size:16px}.result-table-note span{color:#746a5c}.candidate-name{font-size:16px;color:#102d5c}.candidate-score{font:900 18px Georgia,serif;color:#173f78}.exam-result-badge{display:inline-flex;padding:5px 10px;border-radius:999px;font-weight:900}.exam-result-badge.passed{color:#157052;background:#e7f6ef}.exam-result-badge.failed{color:#a7242c;background:#fff0ef}.result-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}.result-actions .btn.small{min-height:34px;padding:7px 12px;color:#fff;background:#173f78;border-color:#173f78}.answer-review-modal{width:min(1050px,calc(100vw - 32px));max-height:94vh;display:flex;flex-direction:column;background:#fffdf8}.answer-review-head{flex:none;background:linear-gradient(100deg,#fffdf8,#f3e8d5)}.answer-review-head small{color:#a7242c;font-weight:900;letter-spacing:.12em}.answer-review-head h2{margin-top:5px;color:#102d5c;font-size:25px}.candidate-review-summary{display:grid;grid-template-columns:repeat(4,1fr);flex:none;border-bottom:1px solid #dfd2b8;background:#f8f2e7}.candidate-review-summary span{display:grid;gap:5px;padding:16px 20px;border-right:1px solid #dfd2b8;color:#746a5c}.candidate-review-summary span:last-child{border-right:0}.candidate-review-summary strong{font-size:19px;color:#102d5c}.success-text{color:#157052!important}.danger-text{color:#a7242c!important}.answer-review-list{display:grid;gap:13px;padding:20px 24px;overflow:auto}.answer-review-item{border:1px solid #dfd2b8;border-left:5px solid #1b7a59;border-radius:12px;background:#fff;overflow:hidden}.answer-review-item.wrong{border-left-color:#b1242e}.answer-review-item.unrecorded{border-left-color:#9a8c77}.answer-review-item header{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;padding:15px 17px;background:#fbf7ef}.answer-review-item header>b{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#173f78;color:#fff;font-family:Georgia,serif}.answer-review-item header>strong{font-size:16px;line-height:1.55;color:#102d5c}.answer-review-item header>span{padding:5px 9px;border-radius:999px;color:#157052;background:#e7f6ef;font-weight:900}.answer-review-item.wrong header>span{color:#a7242c;background:#fff0ef}.answer-review-item.unrecorded header>span{color:#766d60;background:#eee9df}.answer-comparison{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px 17px}.answer-comparison p{display:grid;gap:5px;margin:0;padding:12px 14px;border-radius:9px;background:#f4f7fb}.answer-comparison p:first-child{background:#edf8f2}.answer-comparison small{color:#746a5c}.answer-comparison strong{color:#102d5c;font-size:15px}.answer-review-item.wrong .answer-comparison p:last-child{background:#fff3f1}.answer-reason{display:flex;align-items:flex-start;gap:10px;margin:0 17px 16px;padding:12px 14px;border-radius:9px;background:#fff0ed;color:#7e252b;line-height:1.65}.answer-reason b{flex:none}.answer-reason.neutral{background:#f2eee6;color:#746a5c}.question-list article small{display:block;margin-top:6px;color:#8a6946;line-height:1.5}.answer-review-modal>.modal-foot{flex:none}
@media(max-width:700px){.answer-review-modal{width:calc(100vw - 12px);max-height:97vh}.candidate-review-summary{grid-template-columns:1fr 1fr}.candidate-review-summary span:nth-child(2){border-right:0}.candidate-review-summary span:nth-child(-n+2){border-bottom:1px solid #dfd2b8}.answer-review-list{padding:12px}.answer-review-item header{grid-template-columns:38px 1fr}.answer-review-item header>span{grid-column:2;justify-self:start}.answer-comparison{grid-template-columns:1fr}.answer-reason{margin:0 12px 12px}.result-table-note{align-items:flex-start;flex-direction:column}}
.answer-review-list{grid-auto-rows:max-content;align-content:start}

/* 新人培训：考试卷与登记空表文件管理 */
.onboarding-template-manager{margin-top:6px;padding-top:18px;border-top:1px solid #e2d6c0;display:grid;gap:13px}.onboarding-template-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.onboarding-template-head h3{margin:0 0 5px;color:#102c55;font-size:18px}.onboarding-template-head p{margin:0;color:#7c8491;line-height:1.55}.onboarding-template-head>span{flex:none;padding:5px 9px;border-radius:999px;background:#f1e8d7;color:#8b642f;font-size:12px}.onboarding-template-list{display:grid;gap:10px}.onboarding-template-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px dashed #cebfa5;border-radius:12px;background:#fffdf8}.onboarding-template-card.ready{border-style:solid;border-color:#bad9ce;background:#fbfffd}.onboarding-template-icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:#edf3ff;color:#1d63d8}.onboarding-template-icon .icon{width:20px;height:20px}.onboarding-template-copy{min-width:0;display:grid;gap:3px}.onboarding-template-copy small{color:#8a7556}.onboarding-template-copy strong{color:#15345d;font-size:15px}.onboarding-template-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#5f6877}.onboarding-template-copy em{font-style:normal;color:#16805f;font-size:12px}.onboarding-template-actions{display:flex;gap:7px;align-items:center}.onboarding-template-actions .btn{min-height:36px;padding:7px 10px;font-size:13px;white-space:nowrap;cursor:pointer}.onboarding-template-actions .btn:disabled{opacity:.45;cursor:not-allowed}.onboarding-template-actions label.loading{pointer-events:none;opacity:.6}.onboarding-guide .registration-template-manager{margin-top:26px;padding-top:24px}.onboarding-guide .registration-template-manager .onboarding-template-list{margin-top:2px}
@media(max-width:1100px){.onboarding-template-card{grid-template-columns:42px minmax(0,1fr)}.onboarding-template-actions{grid-column:1/-1;justify-content:flex-end}}
@media(max-width:680px){.onboarding-template-head{display:grid}.onboarding-template-head>span{justify-self:start}.onboarding-template-card{grid-template-columns:38px minmax(0,1fr)}.onboarding-template-icon{width:38px;height:38px}.onboarding-template-actions{justify-content:stretch}.onboarding-template-actions .btn{flex:1;justify-content:center}}

/* 新人培训三板块统一为全宽纵向结构，记录完整展开 */
.onboarding-stage{display:block;width:100%;padding:0;border-radius:0;background:transparent;color:inherit;font-weight:inherit;box-sizing:border-box}.onboarding-stage-title,.onboarding-admin-grid,.onboarding-stage .onboarding-source-table{width:100%;box-sizing:border-box}.onboarding-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.onboarding-admin-grid>.panel{min-width:0}.onboarding-stage .onboarding-source-table .table-wrap{max-height:none;overflow-x:auto;overflow-y:visible}.onboarding-result-table .table-wrap{max-height:none}.onboarding-result-table table{min-width:1000px}.onboarding-result-table th:nth-child(8){width:300px}.result-actions{flex-wrap:wrap}.onboarding-delete{color:#c92c38!important;font-weight:900!important}.onboarding-delete:hover{color:#fff!important;background:#c92c38!important}.onboarding-record-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.registration-section-config{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin:0 0 22px;padding:14px;border:1px solid #e0d3bc;border-radius:11px;background:#faf6ed}.registration-section-config label{display:grid;gap:6px;color:#61594e;font-weight:900}.registration-section-config input{width:100%;height:40px;padding:0 11px;border:1px solid #d8c9ad;border-radius:8px;background:#fffdf9;color:#102c55;font-weight:800}.registration-section-config .btn{height:40px}.onboarding-stage-nav button{min-height:62px}.onboarding-stage-nav span{font-size:17px}
@media(max-width:1000px){.onboarding-admin-grid{grid-template-columns:1fr}.onboarding-result-table table{min-width:960px}}
@media(max-width:680px){.registration-section-config{grid-template-columns:1fr}.registration-section-config .btn{width:100%;justify-content:center}.onboarding-stage-nav span{font-size:15px}}
