.calendar-main {
  min-height: 100vh;
  padding: 118px 0 96px;
}

.calendar-hero {
  padding: 24px 0 18px;
}

.calendar-hero-title-row {
  margin-top: 14px;
}

.calendar-mode-switch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 780px);
  gap: 10px;
}

.calendar-mode-switch button {
  position: relative;
  display: block;
  height: 72px;
  min-height: 72px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: transparent url("./assets/icons/calendar-mode-idle.svg") center / 100% 100% no-repeat;
  box-shadow: none;
  color: #f1ede8;
  cursor: pointer;
  isolation: isolate;
  text-align: center;
  transition: color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.forecast-workspace {
  padding-bottom: 86px;
}

.calendar-workspace[hidden],
.forecast-workspace[hidden] {
  display: none;
}

.forecast-promo {
  display: grid;
  width: min(100%, 780px);
  min-height: 60px;
  align-items: center;
  grid-template-columns: 210px minmax(280px, 1fr) 160px;
  gap: 8px;
}

.forecast-promo-brand {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
}

.forecast-promo-brand img {
  display: block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  object-fit: contain;
}

.forecast-promo-label {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  color: #fff;
  white-space: nowrap;
}

.forecast-promo-label strong {
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.forecast-promo-label small {
  color: #fff;
  font-family: var(--display);
  font-size: 7px;
  line-height: 1;
  letter-spacing: 0.11em;
}

.forecast-promo > p {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 16px;
  border: 1px solid rgba(239, 19, 13, 0.78);
  border-radius: 999px;
  background: #0b0b0b;
  box-shadow: 0 0 8px rgba(239, 19, 13, 0.34);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.forecast-promo > button {
  display: grid;
  min-height: 50px;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--red);
  border-radius: 999px;
  background: var(--red);
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.forecast-promo > button small {
  color: #fff;
  font-family: var(--display);
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.12em;
}

.forecast-promo > button:hover {
  border-color: var(--red-dark);
  background: var(--red-dark);
  color: #fff;
  box-shadow: none;
}

.forecast-promo > button:focus-visible {
  outline: 2px solid #171311;
  outline-offset: 3px;
  box-shadow: none;
}

.forecast-disclaimer {
  max-width: 80ch;
  margin: 22px 0 0;
  color: #aaa39c;
  line-height: 1.75;
}

.forecast-list {
  margin-top: 26px;
  background: #f1ede8;
  color: #0a0a0a;
}

.forecast-item {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(210px, 0.72fr) minmax(230px, 0.82fr) minmax(180px, 0.58fr);
  align-items: center;
  gap: 24px;
  min-height: 156px;
  padding: 24px 26px;
  border-bottom: 2px solid #0a0a0a;
}

.forecast-artist {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
}

.forecast-avatar {
  display: grid;
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 900;
}

.forecast-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forecast-item-main {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.forecast-item-main strong {
  font-size: clamp(20px, 2.2vw, 31px);
  line-height: 1.05;
  text-wrap: balance;
}

.forecast-item-main span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 7px 15px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.forecast-item-meta {
  display: grid;
  gap: 12px;
}

.forecast-item-meta span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.3);
}

.forecast-item-meta small {
  color: #6b655f;
  font-size: 12px;
}

.forecast-item-meta strong {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.15;
  text-align: right;
}

.forecast-note {
  display: flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: rgba(10, 10, 10, 0.045);
  overflow: hidden;
}

.forecast-note p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #1b1917;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forecast-note > span {
  flex: 0 0 auto;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.forecast-note > span::after {
  margin-left: 6px;
  color: #8d8781;
  content: "|";
}

.forecast-item-actions {
  display: grid;
  gap: 9px;
}

.forecast-item-actions > button,
.forecast-item-actions > a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 15px;
  border: 1px solid #0a0a0a;
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.forecast-item-actions > button:first-child {
  border-color: var(--red);
  background: var(--red);
}

.forecast-item-actions > a {
  border-color: var(--orange);
}

.forecast-item-actions > .is-muted {
  border-color: #b8b1aa;
  background: transparent;
  color: #6e6862;
  cursor: not-allowed;
}

.forecast-source {
  margin: 14px 0 0;
  color: #817b75;
  font-size: 12px;
  text-align: right;
}

.forecast-empty {
  padding: 54px 24px;
  color: #5e5954;
  text-align: center;
}

.calendar-mode-switch button:hover {
  color: #fff;
  transform: translateY(-2px);
}

.calendar-mode-switch button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.calendar-mode-switch button > span:last-child {
  position: absolute;
  inset: 0 7% 0 29%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.calendar-mode-switch button strong {
  display: block;
  color: inherit;
  font-size: 21px;
  letter-spacing: 0.025em;
  line-height: 1;
  white-space: nowrap;
}

.calendar-mode-switch button small {
  display: block;
  margin-top: 5px;
  color: var(--red);
  font-family: var(--display);
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.calendar-mode-icon {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.calendar-mode-switch button[aria-selected="true"] {
  background-image: url("./assets/icons/calendar-mode-active.svg");
  color: #fff;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.36), 0 0 28px rgba(239, 19, 13, 0.2);
}

.calendar-mode-switch button[aria-selected="true"] small {
  color: var(--red);
}

.calendar-search {
  display: flex;
  width: min(100%, 780px);
  min-height: 58px;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 0 10px 0 20px;
  border: 1px solid rgba(239, 19, 13, 0.42);
  border-radius: 14px;
  background: #111;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.calendar-search:focus-within {
  border-color: var(--orange);
  background: #151515;
}

.calendar-search svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-width: 1.8;
}

.calendar-search input {
  min-width: 0;
  min-height: 56px;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--paper);
  font-size: 17px;
}

.calendar-search input::placeholder {
  color: #918b85;
  opacity: 1;
}

.calendar-search input::-webkit-search-cancel-button {
  display: none;
}

.calendar-search button {
  min-width: 66px;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: var(--orange);
  color: #090909;
  cursor: pointer;
  font-weight: 700;
}

.calendar-search button[hidden] {
  display: none;
}

.calendar-search-status {
  min-height: 22px;
  margin: 10px 0 0;
  color: #aaa49e;
  font-size: 13px;
}

.calendar-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: start;
  gap: 20px;
}

.calendar-panel,
.calendar-agenda {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-lg);
  background: #111;
  overflow: hidden;
}

.calendar-toolbar {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.calendar-toolbar span,
.calendar-agenda > div:first-child > span {
  color: var(--orange);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.calendar-search-status:empty {
  display: none;
}

.calendar-toolbar h2,
.calendar-agenda h2 {
  margin: 5px 0 0;
  font-size: 25px;
}

.calendar-period {
  display: grid;
  gap: 8px;
}

.calendar-category-legend {
  display: flex;
  min-height: 14px;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  color: #b8b2ac;
  font-size: 11px;
  line-height: 1.25;
}

.calendar-category-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #b8b2ac;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.calendar-category-legend i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--orange);
}

.calendar-selectors {
  display: flex;
  align-items: center;
  gap: 8px;
}

.calendar-selectors label {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border: 1px solid rgba(239, 19, 13, 0.28);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.055);
}

.calendar-selectors select {
  min-width: 72px;
  border: 0;
  background: transparent;
  color: var(--paper);
  font-size: 18px;
  font-weight: 750;
  outline: 0;
}

.calendar-selectors label:first-child select {
  min-width: 92px;
}

.calendar-selectors option {
  background: #181818;
}

.calendar-selectors b {
  color: #928c86;
  font-size: 12px;
  font-weight: 500;
}

.calendar-actions {
  display: flex;
  gap: 7px;
}

.calendar-actions button {
  min-width: 44px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(239, 19, 13, 0.28);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper);
  cursor: pointer;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.calendar-actions button:hover {
  background: var(--orange);
  color: var(--ink);
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays {
  gap: clamp(6px, 0.8vw, 12px);
  padding: 16px 18px 3px;
  color: #d8d4cf;
  font-size: clamp(11px, 1vw, 16px);
  text-align: center;
}

.calendar-weekdays span {
  padding: 8px 2px;
  white-space: nowrap;
}

.calendar-grid {
  gap: clamp(7px, 0.8vw, 12px);
  padding: 10px 18px 22px;
  background: #181818;
}

.calendar-day {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1;
  place-items: center;
  padding: 0;
  border: 2px solid #6f6f6f;
  border-radius: 50%;
  background: #0b0b0b;
  color: var(--paper);
  cursor: pointer;
  text-align: center;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.calendar-day:hover,
.calendar-day:focus-visible {
  border-color: var(--orange);
  transform: translateY(-2px);
}

.calendar-day.is-selected {
  border-color: var(--orange);
  background: var(--orange);
  color: #090909;
}

.calendar-day.has-events:not(.is-selected) {
  border-color: var(--orange);
}

.calendar-day.has-events.is-search-match {
  border-color: var(--red);
  box-shadow:
    0 0 0 2px rgba(241, 23, 17, 0.38),
    0 0 18px rgba(241, 23, 17, 0.72),
    0 0 34px rgba(241, 23, 17, 0.34);
}

.calendar-day.has-events.is-search-match:not(.is-selected) {
  color: #fff;
}

html[data-theme="light"] .calendar-day.has-events.is-search-match:not(.is-selected) {
  color: var(--paper);
}

.calendar-day.is-outside {
  opacity: 0.35;
}

.calendar-day.is-today:not(.is-selected) {
  border-color: var(--red);
}

.calendar-number {
  display: inline-block;
  font-family: var(--display);
  font-size: clamp(19px, 1.8vw, 29px);
  font-weight: 900;
  line-height: 1;
}

.calendar-day-events {
  position: absolute;
  bottom: 15%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 4px;
  translate: -50% 0;
}

.calendar-day-events span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.calendar-day-events span[data-category="thai"],
.calendar-category-legend i[data-category="thai"] { background: #a855f7; }
.calendar-day-events span[data-category="chinese"],
.calendar-category-legend i[data-category="chinese"] { background: #f45a8d; }
.calendar-day-events span[data-category="western"],
.calendar-category-legend i[data-category="western"] { background: #5b9cff; }
.calendar-day-events span[data-category="other"],
.calendar-category-legend i[data-category="other"] { background: #a8a29c; }

.calendar-day-events small {
  color: inherit;
  font-size: 9px;
}

.calendar-day.is-selected .calendar-day-events span {
  background: #090909;
}

.calendar-agenda {
  position: sticky;
  top: 96px;
  min-height: 520px;
  max-height: calc(100vh - 116px);
  padding: 20px;
  overflow-y: auto;
}

.calendar-agenda > p {
  margin: 14px 0 22px;
  color: var(--muted);
  font-size: 12px;
}

.agenda-list {
  display: grid;
  gap: 18px;
}

.agenda-group {
  --category-color: var(--orange);
  display: grid;
  gap: 9px;
}

.agenda-group[data-category="thai"] { --category-color: #a855f7; }
.agenda-group[data-category="chinese"] { --category-color: #f45a8d; }
.agenda-group[data-category="western"] { --category-color: #5b9cff; }
.agenda-group[data-category="other"] { --category-color: #a8a29c; }

.agenda-group > header {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid color-mix(in srgb, var(--category-color) 48%, transparent);
}

.agenda-group > header h3 {
  margin: 0;
  color: var(--paper);
  font-size: 14px;
}

.agenda-group > header h3::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--category-color);
  content: "";
  vertical-align: 1px;
}

.agenda-group > header span {
  color: var(--category-color);
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0;
}

.agenda-group-list {
  display: grid;
  gap: 8px;
}

.agenda-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 180ms ease, background-color 180ms ease, translate 180ms ease;
}

.agenda-card:hover {
  border-color: color-mix(in srgb, var(--category-color) 58%, transparent);
  background: color-mix(in srgb, var(--category-color) 9%, transparent);
  translate: 0 -2px;
}

.agenda-card span {
  color: var(--category-color);
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.agenda-card-top {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.agenda-card-top .agenda-card-status {
  padding: 4px 9px;
  border: 1px solid rgba(239, 19, 13, 0.38);
  border-radius: 999px;
  background: rgba(239, 19, 13, 0.1);
  color: #ff514c;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.agenda-card strong {
  grid-column: 1;
  font-size: 15px;
  line-height: 1.4;
}

.agenda-card small {
  grid-column: 1;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.agenda-card .agenda-card-go {
  display: grid;
  width: 64px;
  min-width: 64px;
  min-height: 27px;
  grid-column: 2;
  grid-row: 2 / 4;
  place-items: center;
  align-self: center;
  border-radius: 999px;
  box-shadow: none;
  filter: none;
}

.agenda-card .agenda-card-go img {
  display: block;
  width: 100%;
  height: auto;
}

.agenda-empty {
  padding: 44px 12px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  color: #79736d;
  font-size: 12px;
  text-align: center;
}

.agenda-toggle {
  display: none;
}

@media (max-width: 1240px) {
  .forecast-item {
    grid-template-columns: minmax(250px, 1fr) minmax(210px, 0.75fr) minmax(185px, 0.55fr);
  }
  .forecast-note { grid-column: 1 / 3; }
  .forecast-item-actions { grid-column: 3; grid-row: 1 / 3; }
}

@media (max-width: 980px) {
  .calendar-main { padding-top: 88px; padding-bottom: 48px; }
  .calendar-hero { padding: 8px 0 10px; }
  .calendar-hero .catalog-kicker { display: none; }
  .calendar-hero-title-row { margin-top: 0; }
  .calendar-mode-switch { width: 100%; }
  .calendar-mode-switch button { height: 60px; min-height: 60px; }
  .calendar-search { width: 100%; min-height: 50px; margin-top: 12px; }
  .calendar-search input { min-height: 48px; }
  .calendar-search-status { min-height: 0; margin-top: 6px; }
  .calendar-workspace { grid-template-columns: 1fr; gap: 10px; }
  .calendar-toolbar { min-height: 0; align-items: flex-start; flex-direction: column; gap: 10px; padding: 12px 14px; }
  .calendar-period { width: 100%; gap: 6px; }
  .calendar-period > [data-calendar-period-kicker] { display: none; }
  .calendar-category-legend { flex-wrap: wrap; gap: 4px 12px; }
  .calendar-selectors { width: 100%; }
  .calendar-selectors label { flex: 1; justify-content: center; }
  .calendar-actions { width: 100%; }
  .calendar-actions button { min-height: 44px; flex: 1; }
  .calendar-agenda { position: static; min-height: 0; max-height: none; padding: 14px; }
  .calendar-agenda > p { margin: 5px 0 12px; }
  .calendar-agenda h2 { margin-top: 3px; font-size: 22px; }
  .agenda-list { gap: 12px; }
  .agenda-list:not(.is-expanded) .agenda-card.is-mobile-overflow,
  .agenda-list:not(.is-expanded) .agenda-group.is-mobile-overflow-group { display: none; }
  .agenda-toggle {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 19, 13, 0.42);
    border-radius: var(--radius-md);
    background: transparent;
    color: var(--red);
    cursor: pointer;
    font-size: 14px;
    font-weight: 750;
  }
  .agenda-toggle:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }
  .forecast-promo { grid-template-columns: minmax(180px, 0.9fr) minmax(260px, 1.4fr) minmax(140px, 0.7fr); }
  .forecast-item { grid-template-columns: minmax(0, 1fr) minmax(190px, auto); }
  .forecast-note { grid-column: 1 / -1; }
  .forecast-item-actions { display: flex; grid-column: 1 / -1; grid-row: auto; flex-wrap: wrap; }
  .forecast-item-actions > button,
  .forecast-item-actions > a { min-width: 170px; }
}

@media (max-width: 680px) {
  .calendar-main { padding-top: 84px; padding-bottom: 32px; }
  .calendar-hero { padding-top: 4px; }
  .calendar-mode-switch { width: 100%; min-width: 0; }
  .calendar-mode-switch { gap: 8px; }
  .calendar-mode-switch button { height: 48px; min-height: 48px; padding: 0; }
  .calendar-mode-switch button > span:last-child { inset: 0 4% 0 25%; }
  .calendar-mode-switch button strong { font-size: clamp(12px, 3.5vw, 16px); }
  .calendar-mode-switch button small { margin-top: 2px; font-size: 6px; }
  .calendar-search { min-height: 48px; margin-top: 10px; padding-left: 15px; }
  .calendar-search input { min-height: 46px; font-size: 15px; }
  .calendar-search button { min-width: 56px; padding-inline: 10px; }
  .calendar-selectors { width: 100%; }
  .calendar-selectors label { flex: 1; justify-content: center; }
  .calendar-selectors select { min-width: 0; font-size: 16px; }
  .calendar-actions { width: 100%; }
  .calendar-actions button { flex: 1; }
  .calendar-weekdays { gap: 5px; padding: 14px 8px 2px; font-size: 9px; }
  .calendar-weekdays span { padding-inline: 0; }
  .calendar-grid { gap: 5px; padding: 8px 8px 18px; }
  .calendar-number { font-size: clamp(15px, 4.8vw, 20px); }
  .calendar-day-events { bottom: 10%; gap: 2px; }
  .calendar-day-events span { width: 3px; height: 3px; }
  .forecast-promo {
    min-height: 0;
    grid-template-columns: minmax(90px, 0.78fr) minmax(0, 1.65fr) minmax(82px, 0.72fr);
    gap: 4px;
  }
  .forecast-promo-brand { width: 100%; height: 48px; gap: 5px; padding-inline: 6px; }
  .forecast-promo-brand img { width: 20px; height: 20px; flex-basis: 20px; }
  .forecast-promo-label { gap: 2px; }
  .forecast-promo-label strong { font-size: 12px; }
  .forecast-promo-label small { font-size: 5px; letter-spacing: 0.08em; }
  .forecast-promo > p { min-height: 48px; padding-inline: 4px; font-size: clamp(9.5px, 2.65vw, 12px); text-align: center; white-space: nowrap; }
  .forecast-promo > button { min-height: 48px; font-size: 14px; }
  .forecast-promo > button small { display: none; }
  .forecast-disclaimer { margin-top: 14px; font-size: 12px; }
  .forecast-item { grid-template-columns: 1fr; gap: 16px; padding: 20px 16px; }
  .forecast-avatar { width: 70px; height: 70px; flex-basis: 70px; font-size: 22px; }
  .forecast-item-main strong { font-size: 21px; }
  .forecast-item-main span { min-height: 34px; padding: 7px 13px; font-size: 15px; }
  .forecast-note { min-height: 42px; gap: 5px; padding: 8px 10px; }
  .forecast-note p { font-size: 13px; }
  .forecast-note > span::after { margin-left: 5px; }
  .forecast-item-meta, .forecast-note, .forecast-item-actions { grid-column: 1 / -1; }
  .forecast-item-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .forecast-item-actions > button,
  .forecast-item-actions > a { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .agenda-card { transition: none; }
}
