/* Home 子页面（Index 仍用 index.css） */

.cod-stats-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.cod-stats-header__title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #242424;
  line-height: 1.4;
}

.cod-stats-header .cod-btn--sm {
  width: auto;
  min-height: 56px;
  padding: 12px 24px;
  font-size: 24px;
  flex-shrink: 0;
}

.cod-table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(15, 35, 95, 0.06);
}

.cod-table-wrap--scroll {
  max-height: 1000px;
  overflow-y: auto;
}

.cod-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 26px;
}

.cod-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 16px 12px;
  text-align: center;
  background: #2c5cfb;
  color: #fff;
  font-weight: 600;
}

.cod-table td {
  padding: 16px 12px;
  text-align: center;
  border-bottom: 1px solid #eef0f4;
  word-break: break-all;
}

.cod-table tr:last-child td {
  border-bottom: none;
}

.cod-table tbody tr:hover td {
  background: #f8f9fc;
}

.cod-table .cod-btn--table {
  width: auto;
  min-height: 48px;
  padding: 8px 16px;
  font-size: 22px;
  border-radius: 24px;
}

/* 404 */
.cod-error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 48px 24px;
  text-align: center;
}

.cod-error-page__img {
  width: 280px;
  max-width: 70%;
  height: auto;
  margin-bottom: 32px;
}

.cod-error-page__code {
  margin: 0 0 12px;
  font-size: 72px;
  font-weight: 700;
  color: #434e59;
  line-height: 1;
}

.cod-error-page__text {
  margin: 0;
  font-size: 28px;
  color: #8a8f99;
  line-height: 1.5;
}

.cod-error-page__message {
  margin: 28px 0 0;
  padding: 24px 28px;
  width: 100%;
  max-width: 620px;
  box-sizing: border-box;
  font-size: 28px;
  color: #434e59;
  line-height: 1.6;
  text-align: center;
  word-break: break-word;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(15, 35, 95, 0.06);
}

.cod-error-page__actions {
  margin-top: 40px;
  width: 100%;
  max-width: 360px;
}

.cod-error-page__actions .cod-btn {
  text-decoration: none;
}

/* 预约取号 */
.cod-appointment-success {
  text-align: center;
  padding: 24px 0;
}

.cod-appointment-success__title {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 600;
  color: #1f9d55;
}

.cod-appointment-success__line {
  margin: 0 0 12px;
  font-size: 28px;
  color: #242424;
  line-height: 1.5;
}

.cod-appointment-tips {
  margin-top: 20px;
}

.cod-appointment-tips__title {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 600;
  color: #242424;
}

.cod-appointment-tips__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cod-appointment-tips__list li {
  margin-bottom: 8px;
  font-size: 24px;
  color: #5c6370;
  line-height: 1.5;
}

/* 绑定手机 */
.cod-mobile-code-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.cod-mobile-code-row .cod-input {
  flex: 1;
  min-width: 0;
}

.cod-btn--code {
  width: auto;
  min-width: 180px;
  min-height: 72px;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 24px;
  flex-shrink: 0;
  background: #2c5cfb;
  color: #fff;
  border: none;
  cursor: pointer;
}

.cod-btn--code:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.cod-form-divider-tip {
  margin: 8px 0 0;
}

.cod-hidden {
  display: none !important;
}
