/* Chinese Auspicious Hours — RT-CHN-091 · deep-indigo "hours" theme */
.cah-form { display: flex; flex-direction: column; gap: 14px; }

.cah-disclaimer {
  padding: 10px 14px; background: #EEF2FF; border-left: 3px solid #4F46E5;
  border-radius: 0 6px 6px 0; font-size: 12.5px; color: #3730A3; line-height: 1.5;
}

.cah-inputs {
  display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end;
  padding: 16px; background: var(--rt-surface-2); border: 1px solid var(--rt-hairline);
  border-radius: 8px;
}
@media (max-width: 560px) { .cah-inputs { grid-template-columns: 1fr; } }

.cah-field label {
  font-family: var(--rt-font-mono); font-size: 11px; color: var(--rt-ink-muted);
  text-transform: uppercase; letter-spacing: .04em; font-weight: 600;
  display: block; margin-bottom: 4px;
}
.cah-field input {
  padding: 10px 12px; border: 1px solid var(--rt-hairline); border-radius: 6px;
  font-size: 15px; background: #fff; width: 100%;
}
.cah-field input:focus {
  outline: none; border-color: #4F46E5; box-shadow: 0 0 0 3px rgba(79,70,229,.14);
}

.cah-actions { display: flex; gap: 8px; }
.cah-btn {
  padding: 10px 18px; font-size: 13px; border-radius: 6px; cursor: pointer;
  font-family: var(--rt-font-mono); text-transform: uppercase; letter-spacing: .04em;
  font-weight: 600; white-space: nowrap;
}
.cah-btn-go { background: #3730A3; color: #fff; border: 1px solid #312e81; }
.cah-btn-go:hover { background: #312e81; }
.cah-btn-reset { background: #fff; color: #3730A3; border: 1px solid rgba(79,70,229,.4); }
.cah-btn-reset:hover { background: #EEF2FF; }

.cah-results { margin-top: 4px; }
.cah-empty {
  padding: 16px; text-align: center; color: var(--rt-ink-muted); font-style: italic;
  background: var(--rt-bg-inset); border-radius: 8px;
}

.cah-table-wrap {
  overflow-x: auto; border: 1px solid rgba(79,70,229,.22); border-radius: 10px;
}
.cah-table { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 560px; }
.cah-table thead th {
  background: #EEF2FF; color: #3730A3; font-family: var(--rt-font-mono);
  font-size: 11px; text-transform: uppercase; letter-spacing: .04em; font-weight: 700;
  text-align: left; padding: 10px 12px; border-bottom: 1px solid rgba(79,70,229,.22);
  white-space: nowrap;
}
.cah-table tbody td {
  padding: 10px 12px; border-bottom: 1px solid var(--rt-hairline);
  vertical-align: top; color: var(--rt-ink, #1a1814); line-height: 1.5;
}
.cah-table tbody tr:last-child td { border-bottom: none; }

.cah-c-hour { white-space: nowrap; }
.cah-hour-name {
  display: block; font-family: var(--rt-font-sans); font-size: 16px; font-weight: 600;
  color: #312e81;
}
.cah-hour-gz {
  display: block; font-family: var(--rt-font-mono); font-size: 11px;
  color: var(--rt-ink-muted); margin-top: 2px;
}
.cah-c-range { font-family: var(--rt-font-mono); font-size: 12.5px; color: var(--rt-ink-muted); white-space: nowrap; }
.cah-c-yi { color: #166534; }
.cah-c-ji { color: #9d174d; }
.cah-c-chong { color: var(--rt-ink-muted); }
.cah-c-star { font-variant-numeric: tabular-nums; color: #3730A3; white-space: nowrap; }
.cah-sha { display: inline-block; margin-left: 6px; font-size: 12px; color: var(--rt-ink-muted); }

.cah-row-now { background: #EEF2FF; }
.cah-row-now .cah-hour-name { color: #3730A3; }
.cah-now-tag {
  display: inline-block; margin-top: 4px; padding: 1px 7px; border-radius: 999px;
  background: #3730A3; color: #fff; font-family: var(--rt-font-mono); font-size: 9.5px;
  text-transform: uppercase; letter-spacing: .05em; font-weight: 700;
}
