.result-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.rokuyou-badge {
  font-size: 2rem;
  font-weight: 700;
  padding: 0.4rem 1.2rem;
  border-radius: var(--radius);
  color: #fff;
}
.rokuyou-badge.taiан  { background: #b7791f; }
.rokuyou-badge.tomobiki { background: #0ea5e9; color: #fff; }
.rokuyou-badge.sensho  { background: #16a34a; }
.rokuyou-badge.senbu   { background: #2563eb; }
.rokuyou-badge.butsumetsu { background: #dc2626; }
.rokuyou-badge.shakko  { background: #ea580c; }

.rokuyou-desc {
  font-size: 0.95rem;
  color: var(--text-sub);
  line-height: 1.6;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}
.info-table tr {
  border-bottom: 1px solid var(--border);
}
.info-table tr:last-child { border-bottom: none; }
.info-table th, .info-table td {
  padding: 0.55rem 0.5rem;
  text-align: left;
  font-size: 0.95rem;
}
.info-table th {
  width: 7rem;
  color: var(--text-sub);
  font-weight: 500;
}

.section-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text);
}

.calendar {
  overflow-x: auto;
}
.cal-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 320px;
}
.cal-table th {
  padding: 0.4rem;
  font-size: 0.8rem;
  text-align: center;
  color: var(--text-sub);
  border-bottom: 1px solid var(--border);
}
.cal-table th:first-child { color: var(--red); }
.cal-table th:last-child { color: var(--blue); }
.cal-table td {
  padding: 0.3rem 0.2rem;
  text-align: center;
  vertical-align: top;
  font-size: 0.85rem;
}
.cal-cell { min-height: 44px; }
.cal-day {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}
.cal-rokuyou {
  font-size: 0.65rem;
  color: var(--text-sub);
}
.cal-cell.is-today .cal-day {
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.cal-cell.is-sunday .cal-day { color: var(--red); }
.cal-cell.is-saturday .cal-day { color: #0ea5e9; }
.cal-cell.is-today .cal-day { color: #fff !important; }

.cal-cell.ry-taiан .cal-rokuyou { color: #b7791f; font-weight: 700; }
.cal-cell.ry-butsumetsu .cal-rokuyou { color: var(--red); font-weight: 700; }
.cal-cell.ry-tomobiki .cal-rokuyou { color: #0ea5e9; }
.cal-cell.ry-sensho .cal-rokuyou { color: #16a34a; }
.cal-cell.ry-senbu .cal-rokuyou { color: #2563eb; }
.cal-cell.ry-shakko .cal-rokuyou { color: #ea580c; }
