/* 校招宝改版升级 · 新页面样式（2026-08-23） */

/* ========== 首页升级入口卡片 ========== */
.upgrade-entry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.ue-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%);
  border-radius: 12px;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
  border: 1px solid #e0e7ff;
}
.ue-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(59,91,253,.15); }
.ue-ic { font-size: 24px; flex-shrink: 0; }
.ue-card b { display: block; font-size: 14px; color: #1e293b; margin-bottom: 2px; }
.ue-card small { font-size: 11px; color: #64748b; }
.ue-assess { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-color: #fcd34d; }
.ue-board { background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%); border-color: #93c5fd; }
.ue-offer { background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%); border-color: #86efac; }

@media (max-width: 640px) {
  .upgrade-entry { grid-template-columns: 1fr; }
}

/* ========== 定位测评页 ========== */
.assess-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 16px;
}
.assess-progress { margin-bottom: 24px; }
.ap-bar {
  height: 6px;
  background: #e2e8f0;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}
.ap-fill {
  height: 100%;
  background: linear-gradient(90deg, #3b5bfd, #6366f1);
  border-radius: 3px;
  transition: width .3s;
}
.ap-steps {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #94a3b8;
}
.ap-steps span.on { color: #3b5bfd; font-weight: 600; }

.assess-step .form-group {
  margin-bottom: 20px;
}
.assess-step label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}
.assess-step .req { color: #ef4444; }
.assess-step input[type="text"],
.assess-step input[type="number"] {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color .2s;
}
.assess-step input:focus {
  outline: none;
  border-color: #3b5bfd;
}

.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip {
  padding: 7px 14px;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  font-size: 13px;
  color: #475569;
  cursor: pointer;
  transition: all .15s;
}
.chip:hover { border-color: #3b5bfd; color: #3b5bfd; }
.chip.on {
  background: #3b5bfd;
  color: #fff;
  border-color: #3b5bfd;
}

.intern-row {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
  align-items: center;
}
.intern-row input {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  min-width: 0;
}
.intern-del {
  background: none;
  border: none;
  color: #ef4444;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 8px;
}

.assess-summary {
  background: #f8fafc;
  border-radius: 12px;
  padding: 16px;
  margin-top: 16px;
}
.assess-summary h4 { margin: 0 0 12px; font-size: 14px; color: #1e293b; }
.summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.summary-grid > div {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.summary-grid span { color: #64748b; }
.summary-grid b { color: #1e293b; }

.assess-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  justify-content: flex-end;
}
.assess-actions .btn { min-width: 120px; }

/* ========== 匹配结果页 ========== */
.matches-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 16px;
}
.matches-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.matches-stats {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #64748b;
}
.matches-stats b { font-size: 16px; }

.layer-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.lt {
  padding: 8px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  font-size: 13px;
  color: #475569;
  cursor: pointer;
  white-space: nowrap;
  transition: all .15s;
}
.lt:hover { border-color: #3b5bfd; }
.lt.on {
  background: #3b5bfd;
  color: #fff;
  border-color: #3b5bfd;
}

.match-list { display: flex; flex-direction: column; gap: 12px; }
.match-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px;
  transition: box-shadow .15s;
}
.match-card:hover { box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.mc-top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.mc-score {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}
.mc-score small { font-size: 10px; font-weight: 400; opacity: .9; }
.mc-info { flex: 1; min-width: 0; }
.mc-co { font-size: 15px; font-weight: 600; color: #1e293b; margin-bottom: 2px; }
.mc-pos { font-size: 13px; color: #475569; margin-bottom: 6px; }
.mc-meta { display: flex; gap: 10px; font-size: 12px; color: #64748b; flex-wrap: wrap; align-items: center; }
.mc-meta .tag {
  padding: 2px 8px;
  background: #f1f5f9;
  border-radius: 10px;
  font-size: 11px;
}
.mc-layer {
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}
.mc-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.mc-reason {
  padding: 4px 10px;
  background: #f8fafc;
  border-radius: 8px;
  font-size: 11px;
  color: #64748b;
}
.mc-actions {
  display: flex;
  gap: 8px;
}
.mc-actions .btn { padding: 7px 14px; font-size: 13px; }

/* ========== 投递作战室 ========== */
.board-wrap {
  padding: 16px;
  overflow-x: auto;
}
.board-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 20px;
  max-width: 720px;
}
.bs-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
.bs-item b { display: block; font-size: 22px; color: #1e293b; }
.bs-item span { font-size: 11px; color: #64748b; }

.board-columns {
  display: flex;
  gap: 12px;
  min-width: 900px;
}
.board-col {
  flex: 1;
  min-width: 140px;
  background: #f8fafc;
  border-radius: 12px;
  padding: 10px;
}
.bc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 4px 10px;
  border-bottom: 2px solid;
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
}
.bc-count {
  background: #fff;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  color: #64748b;
}
.bc-cards { display: flex; flex-direction: column; gap: 8px; min-height: 60px; }
.bc-empty {
  text-align: center;
  font-size: 12px;
  color: #cbd5e1;
  padding: 20px 0;
}
.bc-card {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #e2e8f0;
  transition: box-shadow .15s;
}
.bc-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.bcc-co { font-size: 13px; font-weight: 600; color: #1e293b; margin-bottom: 2px; }
.bcc-pos { font-size: 12px; color: #475569; margin-bottom: 6px; }
.bcc-meta { display: flex; gap: 8px; font-size: 11px; color: #64748b; margin-bottom: 8px; flex-wrap: wrap; }
.bcc-actions { display: flex; gap: 6px; }
.bcc-link {
  font-size: 11px;
  color: #3b5bfd;
  text-decoration: none;
  padding: 4px 8px;
  background: #eff4ff;
  border-radius: 6px;
}
.bcc-edit {
  font-size: 11px;
  color: #64748b;
  background: #f1f5f9;
  border: none;
  padding: 4px 8px;
  border-radius: 6px;
  cursor: pointer;
}
.board-tip {
  margin-top: 16px;
  padding: 12px 16px;
  background: #fef3c7;
  border-radius: 10px;
  font-size: 13px;
  color: #92400e;
  max-width: 720px;
}
.board-tip a { color: #b45309; font-weight: 600; }

/* ========== Offer决策工具 ========== */
.offer-compare-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 16px;
}
.oc-intro {
  text-align: center;
  margin-bottom: 20px;
}
.oc-intro h3 { margin: 0 0 6px; font-size: 18px; color: #1e293b; }
.oc-intro p { margin: 0; font-size: 13px; color: #64748b; }

.oc-offers { display: flex; flex-direction: column; gap: 14px; }
.oc-offer-card {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  position: relative;
}
.oc-idx {
  display: inline-block;
  padding: 4px 12px;
  background: #3b5bfd;
  color: #fff;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.oc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.oc-field { display: flex; flex-direction: column; gap: 4px; }
.oc-field label { font-size: 12px; color: #64748b; font-weight: 500; }
.oc-field input, .oc-field select {
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
}
.oc-fit { grid-column: 1 / -1; }
.oc-fit input[type="range"] { width: calc(100% - 40px); display: inline-block; vertical-align: middle; }
.fit-val { display: inline-block; width: 36px; text-align: right; font-size: 13px; font-weight: 600; color: #3b5bfd; }
.oc-del {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fef2f2;
  color: #ef4444;
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
}

.oc-weights {
  margin-top: 20px;
  background: #f8fafc;
  border-radius: 14px;
  padding: 16px;
}
.oc-weights h4 { margin: 0 0 12px; font-size: 14px; color: #1e293b; }
.oc-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.wp {
  padding: 6px 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  font-size: 12px;
  color: #475569;
  cursor: pointer;
  transition: all .15s;
}
.wp:hover { border-color: #3b5bfd; }
.wp.on { background: #3b5bfd; color: #fff; border-color: #3b5bfd; }
.oc-sliders { display: flex; flex-direction: column; gap: 10px; }
.oc-slider {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oc-slider label { width: 90px; font-size: 13px; color: #475569; flex-shrink: 0; }
.oc-slider input[type="range"] { flex: 1; }
.w-val { width: 40px; text-align: right; font-size: 13px; font-weight: 600; color: #3b5bfd; }

/* 对比结果 */
.oc-result {
  margin-top: 24px;
}
.oc-result h3 { margin: 0 0 16px; font-size: 18px; color: #1e293b; }
.oc-ranked {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.oc-rank-card {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  position: relative;
}
.oc-rank-card.recommended {
  border-color: #16a34a;
  background: linear-gradient(135deg, #f0fdf4 0%, #fff 100%);
  box-shadow: 0 2px 12px rgba(22,163,74,.1);
}
.oc-badge {
  position: absolute;
  top: -10px;
  left: 16px;
  background: #16a34a;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}
.oc-rank-num {
  position: absolute;
  top: -10px;
  left: 16px;
  background: #64748b;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}
.oc-rank-co { font-size: 16px; font-weight: 700; color: #1e293b; margin-bottom: 2px; }
.oc-rank-pos { font-size: 13px; color: #64748b; margin-bottom: 10px; }
.oc-rank-score {
  font-size: 32px;
  font-weight: 800;
  color: #3b5bfd;
  margin-bottom: 12px;
}
.oc-rank-score small { font-size: 14px; font-weight: 400; color: #94a3b8; }
.oc-dim-bars { display: flex; flex-direction: column; gap: 6px; }
.oc-dim-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.oc-dim-bar > span { width: 50px; color: #64748b; flex-shrink: 0; }
.odb-track {
  flex: 1;
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
}
.odb-fill {
  height: 100%;
  background: linear-gradient(90deg, #3b5bfd, #6366f1);
  border-radius: 4px;
  transition: width .3s;
}
.oc-dim-bar b { width: 30px; text-align: right; color: #1e293b; }

.oc-tips {
  margin-top: 20px;
  background: #fffbeb;
  border-radius: 12px;
  padding: 16px;
}
.oc-tips h4 { margin: 0 0 10px; font-size: 14px; color: #92400e; }
.oc-tip {
  font-size: 13px;
  color: #78350f;
  padding: 6px 0;
  border-bottom: 1px solid #fde68a;
}
.oc-tip:last-child { border-bottom: none; }
.oc-actions { margin-top: 16px; display: flex; gap: 10px; }

/* 通用 */
.loading {
  text-align: center;
  padding: 60px 20px;
  color: #64748b;
  font-size: 14px;
}

/* 响应式 */
@media (max-width: 640px) {
  .board-stats { grid-template-columns: repeat(3, 1fr); }
  .oc-grid { grid-template-columns: 1fr; }
  .matches-stats { gap: 10px; font-size: 12px; }
}

/* ========== 首页入口卡片（6个） ========== */
.upgrade-entry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.ue-matches { background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%); border-color: #c4b5fd; }
.ue-prep { background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%); border-color: #f9a8d4; }
.ue-intel { background: linear-gradient(135deg, #cffafe 0%, #a5f3fc 100%); border-color: #67e8f9; }

@media (max-width: 640px) {
  .upgrade-entry { grid-template-columns: repeat(2, 1fr); }
}

/* ========== 准备中心 /prep ========== */
.prep-wrap { max-width: 720px; margin: 0 auto; padding: 16px; }
.prep-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.pt {
  padding: 8px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  font-size: 13px;
  color: #475569;
  cursor: pointer;
  white-space: nowrap;
  transition: all .15s;
}
.pt:hover { border-color: #3b5bfd; }
.pt.on { background: #3b5bfd; color: #fff; border-color: #3b5bfd; }

.prep-jd textarea, .prep-pkg input, .prep-mock input, .prep-mock select {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
  box-sizing: border-box;
  font-family: inherit;
  resize: vertical;
}
.prep-jd textarea:focus, .prep-pkg input:focus, .prep-mock input:focus { outline: none; border-color: #3b5bfd; }

.jd-result {
  margin-top: 16px;
  background: #f8fafc;
  border-radius: 12px;
  padding: 16px;
}
.jd-result h4 { margin: 0 0 10px; font-size: 15px; }
.jd-summary { font-size: 14px; color: #1e293b; margin-bottom: 12px; line-height: 1.6; }
.jd-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.jd-tag { padding: 4px 10px; background: #eff4ff; color: #3b5bfd; border-radius: 12px; font-size: 12px; }
.jd-skills h5 { margin: 12px 0 8px; font-size: 13px; color: #475569; }

.pkg-result { margin-top: 16px; }
.pkg-header { font-size: 16px; font-weight: 600; color: #1e293b; margin-bottom: 8px; }
.pkg-meta { font-size: 12px; color: #64748b; font-weight: 400; margin-left: 8px; }
.pkg-stats { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; font-size: 12px; color: #64748b; }
.pkg-stats span { padding: 4px 10px; background: #f1f5f9; border-radius: 12px; }
.pkg-section { margin-bottom: 16px; }
.pkg-section h5 { margin: 0 0 8px; font-size: 14px; color: #1e293b; }
.pkg-q { display: flex; align-items: center; gap: 8px; padding: 8px 0; border-bottom: 1px solid #f1f5f9; font-size: 13px; }
.pq-num { width: 24px; height: 24px; background: #3b5bfd; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }
.pq-text { flex: 1; color: #334155; }
.pq-type { font-size: 11px; color: #94a3b8; background: #f1f5f9; padding: 2px 8px; border-radius: 8px; }
.pkg-interview, .pkg-guide { padding: 10px; background: #f8fafc; border-radius: 8px; margin-bottom: 8px; }
.pkg-interview b, .pkg-guide b { font-size: 13px; color: #1e293b; }
.pkg-interview p, .pkg-guide p { font-size: 12px; color: #64748b; margin: 4px 0 0; line-height: 1.5; }
.pi-type { display: inline-block; padding: 2px 8px; background: #3b5bfd; color: #fff; border-radius: 8px; font-size: 11px; margin-right: 8px; }

/* 模拟面试 */
.mock-setup { background: #f8fafc; border-radius: 12px; padding: 16px; margin-bottom: 16px; }
.mock-questions h4 { margin: 0 0 16px; font-size: 16px; }
.mock-q { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 14px; margin-bottom: 12px; }
.mq-head { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.mq-num { background: #3b5bfd; color: #fff; padding: 2px 10px; border-radius: 10px; font-size: 12px; font-weight: 600; }
.mq-type { font-size: 11px; color: #64748b; background: #f1f5f9; padding: 2px 8px; border-radius: 8px; }
.mq-tips { font-size: 11px; color: #f59e0b; }
.mq-text { font-size: 14px; color: #1e293b; margin-bottom: 10px; line-height: 1.6; }
.mq-answer { width: 100%; padding: 10px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 13px; box-sizing: border-box; font-family: inherit; resize: vertical; margin-bottom: 8px; }
.mq-actions { display: flex; align-items: center; gap: 12px; }
.mq-score { font-size: 14px; font-weight: 600; color: #16a34a; }
.mq-feedback { margin-top: 10px; padding: 10px; background: #f0fdf4; border-radius: 8px; font-size: 12px; color: #166534; line-height: 1.6; }
.mq-feedback p { margin: 4px 0; }
.btn-sm { padding: 5px 12px; font-size: 12px; }

/* ========== 情报中心 /intel ========== */
.intel-wrap { max-width: 720px; margin: 0 auto; padding: 16px; }
.intel-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.it {
  padding: 8px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  font-size: 13px;
  color: #475569;
  cursor: pointer;
  white-space: nowrap;
  transition: all .15s;
}
.it:hover { border-color: #3b5bfd; }
.it.on { background: #3b5bfd; color: #fff; border-color: #3b5bfd; }

/* 每日情报 */
.daily-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 20px; }
.ds-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 12px; text-align: center; }
.ds-card b { display: block; font-size: 22px; color: #3b5bfd; }
.ds-card span { font-size: 11px; color: #64748b; }
.daily-section { margin-bottom: 20px; }
.daily-section h4 { margin: 0 0 10px; font-size: 15px; color: #1e293b; }
.daily-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  margin-bottom: 6px;
  text-decoration: none;
  color: #1e293b;
  font-size: 13px;
  transition: border-color .15s;
}
.daily-item:hover { border-color: #3b5bfd; }
.di-meta { font-size: 11px; color: #94a3b8; }
.di-expire { border-left: 3px solid #f59e0b; }
.di-deadline { font-size: 11px; color: #f59e0b; font-weight: 600; }

/* 爆料 */
.intel-submit textarea, .intel-submit input {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
  box-sizing: border-box;
  font-family: inherit;
}
.intel-submit textarea { resize: vertical; }
.submit-tip { font-size: 12px; color: #64748b; margin: 0 0 16px; }

.intel-item {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 8px;
}
.ii-type { display: inline-block; padding: 2px 8px; background: #eff4ff; color: #3b5bfd; border-radius: 8px; font-size: 11px; margin-right: 8px; }
.intel-item b { font-size: 13px; color: #1e293b; }
.intel-item p { font-size: 13px; color: #475569; margin: 6px 0; line-height: 1.6; }
.ii-time { font-size: 11px; color: #94a3b8; }

/* 同岗进度 */
.prog-result { margin-top: 16px; background: #f8fafc; border-radius: 12px; padding: 16px; }
.prog-header { font-size: 15px; font-weight: 600; color: #1e293b; margin-bottom: 8px; }
.prog-count { font-size: 13px; color: #64748b; margin-bottom: 12px; }
.prog-count b { color: #3b5bfd; font-size: 16px; }
.prog-stages { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.ps-item { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 8px 14px; text-align: center; }
.ps-item span { display: block; font-size: 11px; color: #64748b; }
.ps-item b { font-size: 18px; color: #1e293b; }
.prog-recent h5 { margin: 0 0 8px; font-size: 13px; color: #475569; }
.pr-item { display: flex; gap: 10px; padding: 6px 0; border-bottom: 1px solid #e2e8f0; font-size: 12px; color: #64748b; }
.pr-item span:first-child { color: #3b5bfd; font-weight: 600; width: 60px; flex-shrink: 0; }
.pr-item span:last-child { margin-left: auto; }

@media (max-width: 640px) {
  .daily-stats { grid-template-columns: repeat(2, 1fr); }
}

/* ========== 新版首页 /home-v2 ========== */
.v2-home {
  min-height: 100vh;
  background: #fafbfc;
  color: #1e293b;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
.v2-loading {
  text-align: center;
  padding: 100px 20px;
  color: #64748b;
  font-size: 16px;
}

/* 顶部导航 */
.v2-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #f1f5f9;
}
.v2-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.v2-logo {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  text-decoration: none;
}
.v2-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.v2-nav-links a {
  font-size: 14px;
  color: #475569;
  text-decoration: none;
  transition: color .15s;
}
.v2-nav-links a:hover { color: #3b5bfd; }
.v2-nav-old {
  padding: 6px 14px;
  background: #f1f5f9;
  border-radius: 8px;
  font-size: 12px !important;
}

/* Hero区域 */
.v2-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 24px 100px;
  text-align: center;
}
.v2-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.v2-hero-badge {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #92400e;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
}
.v2-hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}
.v2-hero-accent {
  background: linear-gradient(135deg, #3b5bfd, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.v2-hero-desc {
  font-size: 18px;
  color: #64748b;
  line-height: 1.7;
  margin: 0 0 36px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.v2-hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.v2-hero-note {
  font-size: 13px;
  color: #94a3b8;
}

/* 按钮 */
.v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
  border: none;
}
.v2-btn-primary {
  background: linear-gradient(135deg, #3b5bfd, #6366f1);
  color: #fff;
  box-shadow: 0 4px 14px rgba(59,91,253,.3);
}
.v2-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59,91,253,.4);
}
.v2-btn-ghost {
  background: #fff;
  color: #3b5bfd;
  border: 1.5px solid #e2e8f0;
}
.v2-btn-ghost:hover {
  border-color: #3b5bfd;
  background: #f8faff;
}
.v2-btn-lg {
  padding: 16px 36px;
  font-size: 17px;
}

/* Hero装饰背景 */
.v2-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.v2-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}
.v2-blob-1 {
  width: 400px; height: 400px;
  background: #3b5bfd;
  top: -100px; left: -100px;
  animation: v2-float 8s ease-in-out infinite;
}
.v2-blob-2 {
  width: 350px; height: 350px;
  background: #8b5cf6;
  top: 50px; right: -80px;
  animation: v2-float 10s ease-in-out infinite reverse;
}
.v2-blob-3 {
  width: 300px; height: 300px;
  background: #06b6d4;
  bottom: -100px; left: 30%;
  animation: v2-float 12s ease-in-out infinite;
}
@keyframes v2-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -30px) scale(1.1); }
}

/* 实时数据条 */
.v2-stats {
  position: relative;
  z-index: 3;
  margin-top: -60px;
  padding: 0 24px;
}
.v2-stats-inner {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 32px 24px;
}
.v2-stat {
  text-align: center;
  border-right: 1px solid #f1f5f9;
}
.v2-stat:last-child { border-right: none; }
.v2-stat-num {
  font-size: 36px;
  font-weight: 800;
  color: #3b5bfd;
  line-height: 1;
  margin-bottom: 8px;
}
.v2-stat-label {
  font-size: 13px;
  color: #64748b;
}

/* 6大模块 */
.v2-modules {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}
.v2-section-head {
  text-align: center;
  margin-bottom: 48px;
}
.v2-section-head h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px;
}
.v2-section-head p {
  font-size: 16px;
  color: #64748b;
  margin: 0;
}
.v2-modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.v2-module-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #f1f5f9;
  transition: all .25s;
  overflow: hidden;
}
.v2-module-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
  border-color: transparent;
}
.v2-module-icon {
  font-size: 40px;
  margin-bottom: 16px;
}
.v2-module-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 12px;
}
.v2-module-amber .v2-module-tag { background: #fef3c7; color: #92400e; }
.v2-module-violet .v2-module-tag { background: #ede9fe; color: #6d28d9; }
.v2-module-blue .v2-module-tag { background: #dbeafe; color: #1e40af; }
.v2-module-pink .v2-module-tag { background: #fce7f3; color: #be185d; }
.v2-module-cyan .v2-module-tag { background: #cffafe; color: #155e75; }
.v2-module-green .v2-module-tag { background: #dcfce7; color: #166534; }
.v2-module-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}
.v2-module-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 16px;
}
.v2-module-arrow {
  font-size: 13px;
  font-weight: 600;
  color: #3b5bfd;
  opacity: 0;
  transform: translateX(-8px);
  transition: all .2s;
}
.v2-module-card:hover .v2-module-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* 今日新增+即将截止 */
.v2-jobs {
  background: #fff;
  padding: 60px 24px;
}
.v2-jobs-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.v2-jobs-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.v2-jobs-head h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.v2-jobs-more {
  font-size: 13px;
  color: #3b5bfd;
  text-decoration: none;
}
.v2-jobs-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.v2-job-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #f8fafc;
  border-radius: 12px;
  text-decoration: none;
  transition: background .15s;
}
.v2-job-item:hover { background: #f1f5f9; }
.v2-job-expire { border-left: 3px solid #f59e0b; }
.v2-job-co {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  min-width: 100px;
}
.v2-job-pos {
  font-size: 13px;
  color: #475569;
  flex: 1;
}
.v2-job-meta {
  display: flex;
  gap: 8px;
  font-size: 11px;
  color: #94a3b8;
}
.v2-job-batch {
  padding: 2px 8px;
  background: #e2e8f0;
  border-radius: 8px;
  color: #475569;
}
.v2-job-deadline {
  color: #f59e0b !important;
  font-weight: 600;
}
.v2-empty {
  text-align: center;
  padding: 40px 20px;
  color: #94a3b8;
  font-size: 14px;
}

/* 底部CTA */
.v2-cta {
  padding: 80px 24px;
  text-align: center;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  position: relative;
  overflow: hidden;
}
.v2-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(59,91,253,.3), transparent 50%),
              radial-gradient(circle at 70% 50%, rgba(139,92,246,.3), transparent 50%);
}
.v2-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}
.v2-cta h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
}
.v2-cta p {
  font-size: 17px;
  color: #cbd5e1;
  line-height: 1.7;
  margin: 0 0 36px;
}
.v2-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* 页脚 */
.v2-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 48px 24px 24px;
}
.v2-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
}
.v2-footer-brand .v2-logo {
  color: #fff;
  margin-bottom: 8px;
  display: block;
}
.v2-footer-brand p {
  font-size: 13px;
  margin: 0;
}
.v2-footer-links {
  display: flex;
  gap: 48px;
}
.v2-footer-col h4 {
  font-size: 13px;
  font-weight: 600;
  color: #e2e8f0;
  margin: 0 0 12px;
}
.v2-footer-col a {
  display: block;
  font-size: 13px;
  color: #94a3b8;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color .15s;
}
.v2-footer-col a:hover { color: #fff; }
.v2-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid #1e293b;
  font-size: 12px;
  text-align: center;
}

/* 响应式 */
@media (max-width: 900px) {
  .v2-modules-grid { grid-template-columns: repeat(2, 1fr); }
  .v2-jobs-inner { grid-template-columns: 1fr; }
  .v2-hero-title { font-size: 36px; }
  .v2-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .v2-stat { border-right: none; border-bottom: 1px solid #f1f5f9; padding-bottom: 16px; }
  .v2-stat:nth-child(3), .v2-stat:nth-child(4) { border-bottom: none; }
  .v2-footer-inner { flex-direction: column; }
  .v2-footer-links { gap: 32px; flex-wrap: wrap; }
}
@media (max-width: 600px) {
  .v2-nav-links { gap: 12px; }
  .v2-nav-links a:not(.v2-nav-old) { display: none; }
  .v2-modules-grid { grid-template-columns: 1fr; }
  .v2-hero-title { font-size: 28px; }
  .v2-hero-desc { font-size: 15px; }
  .v2-cta h2 { font-size: 28px; }
  .v2-section-head h2 { font-size: 24px; }
  .v2-stat-num { font-size: 28px; }
}
