/* MTI 培养指导平台 — 共享样式 */
.mp-wrap {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: #1e293b;
  max-width: 920px;
  margin: 0 auto;
}

.mp-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  font-size: 13px;
  color: #64748b;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}

.mp-crumb a {
  color: #1e40af;
  text-decoration: none;
}

.mp-crumb a:hover {
  text-decoration: underline;
}

.mp-crumb .sep {
  color: #cbd5e1;
}

.mp-header {
  background: #1e3a8a;
  border-radius: 8px;
  padding: 24px 28px;
  margin: 0 0 24px;
  color: #fff;
}

.mp-header h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.mp-header p {
  margin: 0;
  font-size: 14px;
  opacity: 0.92;
  line-height: 1.6;
}

.mp-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.mp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

@media (max-width: 800px) {
  .mp-grid-2,
  .mp-grid-3 {
    grid-template-columns: 1fr;
  }
}

.mp-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  padding: 16px 18px;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: border-color 0.15s, background 0.15s;
}

a.mp-card:hover {
  background: #f8fafc;
  border-left-color: #1e3a8a;
}

.mp-card h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
}

.mp-card p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
}

.mp-card .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #1e40af;
  background: #eff6ff;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.mp-path {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 28px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.mp-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 14px;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
  text-decoration: none;
  color: inherit;
  align-items: start;
}

.mp-step:last-child {
  border-bottom: none;
}

a.mp-step:hover {
  background: #f8fafc;
}

.mp-step-num {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #2563eb;
  border-radius: 6px;
  padding: 6px 0;
  text-align: center;
  line-height: 1.2;
}

.mp-step-body h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
}

.mp-step-body p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}

.mp-step-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.mp-step-sub a {
  font-size: 12px;
  font-weight: 600;
  color: #1e40af;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 6px;
  padding: 6px 10px;
  text-decoration: none;
}

.mp-step-sub a:hover {
  background: #dbeafe;
}

.mp-section {
  margin: 0 0 28px;
}

.mp-section > h2 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e7eb;
}

.mp-placeholder {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
  margin: 0 0 16px;
}

.mp-placeholder strong {
  color: #334155;
}

.mp-list {
  margin: 0 0 16px;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.8;
  color: #334155;
}

.mp-qa {
  margin: 0 0 14px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.mp-qa h4 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #1e40af;
}

.mp-qa p {
  margin: 0;
  font-size: 14px;
  color: #475569;
  line-height: 1.65;
}

.mp-check {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.mp-check li {
  font-size: 14px;
  color: #334155;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-bottom: 8px;
  background: #fff;
}

.mp-check li::before {
  content: "☐ ";
  color: #94a3b8;
}

.mp-note {
  background: #eff6ff;
  border-left: 3px solid #2563eb;
  border-radius: 0 6px 6px 0;
  padding: 10px 14px;
  font-size: 13px;
  color: #1e40af;
  line-height: 1.6;
  margin: 16px 0 0;
}

.mp-table-wrap {
  overflow-x: auto;
  margin: 0 0 16px;
}

.mp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.mp-table th,
.mp-table td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.mp-table th {
  background: #f8fafc;
  font-weight: 700;
  color: #334155;
}

.mp-table td {
  color: #475569;
}

.mp-muted {
  color: #94a3b8;
  font-style: italic;
}

.mp-ai {
  margin-top: 28px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
}

.mp-ai a {
  color: #1e40af;
  font-weight: 600;
}
