/* ======================================================================== */
/* PART 3: 行事曆系統 */
/* ======================================================================== */
.schedule-calendar-page { margin: 24px 0 40px; }
.schedule-archive-shell--calendar-page {
  display: grid;
  gap: 22px;
  margin-bottom: 0;
}
.schedule-calendar-page .schedule-search-container--archive {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(234, 223, 210, 0.7);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,249,243,0.92) 100%);
  box-shadow: 0 8px 20px rgba(100, 70, 30, 0.035);
}
.schedule-calendar-page .schedule-search-container--archive .schedule-search-form {
  width: 100%;
}
.schedule-calendar-page .search-input-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.schedule-calendar-page .schedule-search-input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid #e3d6c8;
  border-radius: 14px;
  background: #fffdf9;
  color: #4f4032;
  font-size: 0.95rem;
}
.schedule-calendar-page .schedule-search-input::placeholder {
  color: #a18973;
}
.schedule-calendar-page .schedule-search-input:focus {
  outline: none;
  border-color: #d2b499;
  box-shadow: 0 0 0 4px rgba(199, 131, 75, 0.12);
}
.schedule-calendar-page .schedule-search-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #cfb193;
  border-radius: 14px;
  background: #c7834b;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(157, 98, 48, 0.18);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.schedule-calendar-page .schedule-search-button:hover {
  background: #b9743d;
  transform: translateY(-1px);
}
.schedule-archive-nav-content {
  display: grid;
  gap: 0;
}
.schedule-archive-nav-disclosure {
  display: grid;
  gap: 14px;
  margin: 0;
}
.schedule-archive-nav-disclosure__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid #e6d8ca;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,247,238,0.96) 100%);
  color: #8b5a31;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}
.schedule-archive-nav-disclosure__toggle::-webkit-details-marker {
  display: none;
}
.schedule-archive-nav-disclosure__toggle::marker {
  content: "";
}
.schedule-archive-nav-disclosure__toggle-icon {
  line-height: 1;
  font-size: 1rem;
  transition: transform 0.2s ease;
}
.schedule-archive-nav-disclosure__text--collapse {
  display: none;
}
.schedule-archive-nav-disclosure[open] .schedule-archive-nav-disclosure__text--expand {
  display: none;
}
.schedule-archive-nav-disclosure[open] .schedule-archive-nav-disclosure__text--collapse {
  display: inline;
}
.schedule-archive-nav-disclosure[open] .schedule-archive-nav-disclosure__toggle-icon {
  transform: rotate(180deg);
}
.schedule-archive-shell--calendar-page .schedule-quick-nav-panel,
.schedule-archive-shell--calendar-page .rtlist-navigation { margin-bottom: 0; }
.schedule-calendar-page-shell {
  display: grid;
  gap: 24px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.schedule-calendar-page-hero { display: flex; flex-direction: column; gap: 14px; margin-bottom: 0; }
.schedule-calendar-page-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(190, 122, 61, 0.1);
  color: #a76630;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.schedule-page-title--calendar {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
}
.schedule-calendar-page-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.schedule-calendar-page-fact {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(234, 223, 210, 0.68);
  color: #6b5a49;
  font-size: 0.92rem;
  font-weight: 600;
}
.schedule-description--calendar {
  margin-bottom: 0;
  max-width: 78ch;
}
.schedule-calendar-page .rtlist-navigation { margin: 0; }
.schedule-calendar-page .top-buttons,
.schedule-calendar-page .month-buttons {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  gap: 12px;
  padding: 4px 0 6px;
}
.schedule-calendar-page .schedule-quick-nav-row__header { margin: 0 0 10px; }
.schedule-calendar-page .filter-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid #e6d8ca;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.96);
  color: #7a5c46;
  box-shadow: none;
}
.schedule-calendar-page .filter-button:hover {
  background: #fff5ec;
  color: #9f6230;
  border-color: #e3c5a8;
  box-shadow: 0 4px 10px rgba(100, 70, 30, 0.05);
}
.schedule-calendar-page .filter-button.active {
  background: #fff1e4;
  color: #9a5d2c;
  border-color: #e7c9aa;
  box-shadow: none;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .search-input-group {
  position: relative;
  gap: 0;
  max-width: none;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-container--archive {
  margin-bottom: 14px;
  padding: 17px 18px 18px;
  border-color: #eadfd2;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,250,245,0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-input {
  min-height: auto;
  padding: 14px 54px 14px 22px;
  border-color: #e3d7ca;
  background: linear-gradient(180deg, #fffefc 0%, #fffaf5 100%);
  color: #4f4032;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-input::placeholder {
  color: #9a8572;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-input:focus {
  border-color: #d2b499;
  box-shadow: 0 0 0 3px rgba(201, 164, 126, 0.18);
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-button {
  position: absolute;
  right: 32px;
  width: auto;
  height: auto;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #8d705a;
  box-shadow: none;
  transform: none;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-button:hover {
  background: #fff3e8;
  color: #a5652e;
  border-color: #ead8c7;
  transform: none;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-quick-nav-panel {
  border-color: rgba(234, 223, 210, 0.68);
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,251,247,0.9) 100%);
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-quick-nav-panel__eyebrow {
  background: rgba(190, 122, 61, 0.08);
  color: #a76630;
  border-color: rgba(234, 223, 210, 0.68);
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-quick-nav-panel__title {
  color: #34281d;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-quick-nav-panel__copy,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-quick-nav-row__label {
  color: #796857;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-quick-nav-panel__chip {
  background: #ffffff;
  border-color: rgba(234, 223, 210, 0.66);
  color: #6b5a49;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button {
  background: rgba(255, 255, 255, 0.96);
  color: #7a5c46;
  border-color: #e6d8ca;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button:hover {
  background: #fff5ec;
  color: #9f6230;
  border-color: #e3c5a8;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button.active {
  background: #fff1e4;
  color: #9a5d2c;
  border-color: #e7c9aa;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .all-button.active,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .year-button.active {
  background: rgba(255, 255, 255, 0.96);
  color: #7a5c46;
  border-color: #e6d8ca;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .calendar-button.active {
  background: #fff1e4;
  color: #9a5d2c;
  border-color: #e7c9aa;
}
.schedule-calendar-page .schedule-archive-shell--calendar-page.schedule-archive-shell--terminal-nav {
  display: block;
  gap: 0;
  margin-bottom: 20px;
  padding: 18px 22px;
  border-color: #e6e7ec;
  background: linear-gradient(135deg, rgba(255, 252, 253, 0.98) 0%, rgba(252, 253, 255, 0.98) 42%, rgba(247, 249, 253, 0.98) 100%);
  box-shadow: none;
}
.schedule-calendar-page .schedule-archive-shell--calendar-page.schedule-archive-shell--terminal-nav > .schedule-calendar-page-shell {
  margin-top: 22px;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .rtlist-navigation {
  margin: 0 0 14px;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .rtlist-navigation:last-child {
  margin-bottom: 0;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .top-buttons,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .month-buttons {
  gap: 0;
  padding: 6px 0;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button {
  margin-right: 12px;
}
.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button:last-child {
  margin-right: 0;
}
.calendar-container--page { margin-top: 0; }
.schedule-calendar-wrapper { background: linear-gradient(180deg, #fffefd 0%, #fff9f3 100%); border: 1px solid rgba(234, 223, 210, 0.68); border-radius: 24px; padding: 24px; box-shadow: 0 10px 24px rgba(100, 70, 30, 0.042); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; overflow: hidden; max-width: 100%;}
.widget .schedule-calendar-wrapper { padding: 15px; box-shadow: 0 4px 12px rgba(100, 70, 30, 0.03); }
.calendar-toolbar { display: flex; justify-content: space-between; align-items: stretch; padding-bottom: 18px; border-bottom: 1px solid rgba(239, 227, 214, 0.82); margin-bottom: 22px; flex-wrap: wrap; gap: 14px; }
.widget .calendar-toolbar { flex-direction: column; gap: 10px; }
.calendar-toolbar__group { display: flex; align-items: center; gap: 12px; min-width: 0; }
.calendar-toolbar__group--nav {
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(234, 223, 210, 0.68);
}
.calendar-toolbar__group--summary {
  margin-left: auto;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,248,239,0.9) 100%);
  border: 1px solid rgba(234, 223, 210, 0.68);
  text-align: right;
}
.calendar-toolbar__eyebrow {
  color: #a76630;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.calendar-toolbar__copy {
  color: #6b5a49;
  font-size: 0.9rem;
  line-height: 1.5;
}
.calendar-nav { background-color: rgba(255, 255, 255, 0.94); border: 1px solid #e2d5c7; color: #8d705a; border-radius: 50%; width: 36px; height: 36px; font-size: 20px; cursor: pointer; transition: all 0.2s ease; display: flex; justify-content: center; align-items: center; }
.widget .calendar-nav { width: 32px; height: 32px; font-size: 18px; }
.calendar-nav:hover:not(:disabled) { background-color: #fff5ec; border-color: #dcc3aa; color: #9a5d2c; }
.calendar-nav:disabled { opacity: 0.4; cursor: not-allowed; }
.calendar-select-container { position: relative; min-width: min(100%, 240px); }
.calendar-select-container::after { content: ''; position: absolute; top: 50%; right: 15px; width: 6px; height: 6px; border-style: solid; border-color: #8d705a; border-width: 0 2px 2px 0; transform: translateY(-75%) rotate(45deg); pointer-events: none; transition: transform 0.2s ease; }
#calendar-jump-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #fffdf9; border: 1px solid #e0d4c6; border-radius: 12px; padding: 8px 30px 8px 15px; font-size: 16px; font-weight: 600; color: #5f4d3d; cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s; min-width: 150px; width: 100%; }
.widget #calendar-jump-select { font-size: 14px; padding: 6px 25px 6px 12px; min-width: 120px; }
#calendar-jump-select:hover { border-color: #d2b499; }
#calendar-jump-select:focus { outline: none; border-color: #d2b499; box-shadow: 0 0 0 3px rgba(201, 164, 126, 0.16); }
.calendar-slider-wrapper { width: 100%; overflow: hidden; padding: 8px; border-radius: 22px; background: rgba(255, 255, 255, 0.7); border: 1px solid rgba(234, 223, 210, 0.58); }
.calendar-slider { display: flex; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.calendar-slide { width: 100%; flex-shrink: 0; }
.calendar-header { text-align: center; margin-bottom: 15px; display: flex; flex-direction: column; gap: 6px; }
.calendar-header h3 { font-size: 22px; font-weight: 700; color: #34281d; margin: 0; }
.widget .calendar-header h3 { font-size: 18px; }
.calendar-mobile-caption {
  margin: 0;
  color: #7a6754;
  font-size: 0.92rem;
  line-height: 1.5;
}
.schedule-calendar-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.schedule-calendar-table th { font-weight: 700; color: #7c6957; padding: 10px 4px; font-size: 14px; text-align: center; }
.widget .schedule-calendar-table th { font-size: 12px; padding: 6px 2px; }
.schedule-calendar-table td { border: 1px solid #f1e7db; vertical-align: top; min-height: 100px; transition: background-color 0.3s; padding: 6px; background: rgba(255, 255, 255, 0.74); }
.widget .schedule-calendar-table td { min-height: 80px; padding: 3px; }
.schedule-calendar-table td:hover { background-color: #fff7ef; }
.schedule-calendar-table .sc-other-month { background: rgba(250, 244, 237, 0.78); }
.sc-day-number { font-size: 13px; font-weight: 600; color: #4f4032; margin-bottom: 5px; text-align: right; }
.widget .sc-day-number { font-size: 12px; }
.sc-today .sc-day-number { background-color: #c7834b; color: #fff; border-radius: 50%; width: 24px; height: 24px; display: inline-flex; justify-content: center; align-items: center; float: right; box-shadow: 0 6px 12px rgba(157, 98, 48, 0.2); }
.widget .sc-today .sc-day-number { width: 20px; height: 20px; font-size: 11px; }
.sc-day-events { display: flex; flex-direction: column; gap: 5px; }
.sc-event .sc-event-link { display: block; color: #2f251b; font-size: 12px; font-weight: 600; padding: 4px 6px; border-radius: 8px; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: transform 0.2s, box-shadow 0.2s; }
.widget .sc-event .sc-event-link { font-size: 10px; padding: 2px 4px; }
.sc-event a.sc-event-link:hover { transform: translateY(-1px); box-shadow: 0 4px 10px rgba(100, 70, 30, 0.12); }
.sc-event .sc-event-link.is-link-disabled { cursor: default; opacity: 0.78; }
.sc-day-events .events-list-container { max-height: 90px; overflow: hidden; transition: max-height 0.5s ease-in-out; }
.sc-day-events.is-expanded .events-list-container { max-height: 1000px; }
.sc-more-toggle { background: #fff4e8; border: 1px solid #eadac9; color: #9a5d2c; cursor: pointer; font-size: 12px; font-weight: 700; padding: 7px 10px; width: 100%; margin-top: 5px; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; transition: background-color 0.2s, border-color 0.2s; }
.widget .sc-more-toggle { font-size: 11px; }
.sc-more-toggle:hover { background-color: #fff0df; border-color: #dfc1a4; }
.sc-more-arrow { display: inline-block; transition: transform 0.3s ease-in-out; font-size: 10px; }
.sc-day-events.is-expanded .sc-more-arrow { transform: rotate(180deg); }
.calendar-other-list-wrapper { padding: 4px 12px 0; max-height: 400px; overflow-y: auto; }
.widget .calendar-other-list-wrapper { max-height: 300px; padding: 0 5px; }
.calendar-other-list { list-style: none; padding: 0; margin: 0; }
.calendar-other-list li { margin-bottom: 10px; }
.calendar-other-list li.no-events { color: #999; text-align: center; padding: 20px 0; font-style: italic; }
.widget .calendar-other-list li.no-events { padding: 15px 0; font-size: 14px; }
.calendar-other-list .sc-event .sc-event-link { font-size: 14px; padding: 8px 12px; }
.widget .calendar-other-list .sc-event .sc-event-link { font-size: 12px; padding: 6px 10px; }
.calendar-other-list .year-group > h4, .calendar-other-list .month-group > h4 { font-size: 18px; font-weight: 700; color: #5f4d3d; border-bottom: 1px solid #eadfd2; padding-bottom: 10px; margin: 20px 0 15px 0; }
.widget .calendar-other-list .year-group > h4 { font-size: 16px; margin: 15px 0 10px 0; }
.calendar-other-list .year-group:first-child > h4 { margin-top: 0; }
.calendar-other-list .month-group > h4 { font-size: 16px; border-bottom-width: 1px; margin-bottom: 10px; padding-left: 15px; }
.widget .calendar-other-list .month-group > h4 { font-size: 14px; padding-left: 10px; }
.calendar-other-list ul { list-style: none; padding-left: 0; }
.calendar-other-list .month-group ul { padding-left: 15px; }
.widget .calendar-other-list .month-group ul { padding-left: 10px; }
.schedule-calendar-mobile { display: none; }
.calendar-slide-mobile {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffefc 0%, #fff9f3 100%);
  border: 1px solid #eadfd2;
}
.sc-event{ margin-bottom: 5px; }
@media (max-width: 768px) {
.schedule-calendar-desktop { display: none; }
.schedule-calendar-mobile { display: block; }
.schedule-archive-shell--calendar-page { padding: 20px 18px 18px; border-radius: 20px; }
.calendar-toolbar { flex-direction: column; gap: 12px; }
.calendar-toolbar__group,
.calendar-toolbar__group--summary {
  width: 100%;
}
.calendar-toolbar__group--summary {
  margin-left: 0;
  align-items: flex-start;
  text-align: left;
}
.schedule-calendar-wrapper { padding: 18px; }
.widget .schedule-calendar-wrapper { padding: 10px; }
.calendar-select-container { flex: 1 1 auto; min-width: 0; }
.schedule-calendar-page .top-buttons,
.schedule-calendar-page .month-buttons { gap: 10px; padding: 6px 0 10px; }
.schedule-calendar-page .filter-button { padding: 8px 14px; font-size: 0.86rem; }
}
@media (max-width: 480px) {
.widget .schedule-calendar-wrapper { padding: 8px; }
.widget .calendar-header h3 { font-size: 16px; }
.widget #calendar-jump-select { font-size: 13px; min-width: 100px; }
.schedule-calendar-page-facts { gap: 8px; }
.schedule-calendar-page .filter-button { padding: 7px 12px; font-size: 0.82rem; }
.schedule-calendar-wrapper { padding: 16px; }
}

/* ======================================================================== */
/* PART 7: 關聯大專題卡片 & 相關文章列表 */
/* ======================================================================== */
.major-topic-card { display: flex; background-color: #fff; border-radius: 12px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); margin-bottom: 40px; overflow: hidden; text-decoration: none; color: inherit; border: 1px solid #e7eaf3; }
.major-topic-card .card-image { flex: 0 0 300px; }
.major-topic-card .card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.major-topic-card .card-content { flex: 1; padding: 25px 30px; }
.major-topic-card .card-eyebrow { font-size: 0.9em; color: #888; margin-bottom: 8px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }
.major-topic-card .card-title { margin: 0 0 10px 0; font-size: 1.8em; font-weight: 700; }
.major-topic-card .card-title a { text-decoration: none; color: inherit; }
.major-topic-card .card-description { margin-bottom: 0; color: #555; }
@media (max-width: 768px) {
.major-topic-card { flex-direction: column; }
.major-topic-card .card-image { flex-basis: auto; width: 100%; height: 220px; }
}

.related-posts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; }
.related-post-card { background: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.07); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; text-decoration: none; }
.related-post-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.related-post-card .card-image { height: 160px; background-color: #f0f0f0; }
.related-post-card .card-image img { width: 100%; height: 100%; object-fit: cover; }
.related-post-card .card-content { padding: 15px 20px; }
.related-post-card .card-title { margin: 0; font-size: 1.1em; color: #333; line-height: 1.4; }

/* ======================================================================== */
/* PART 9 & 11: 資訊卡 */
/* ======================================================================== */
.term-info-box-wrapper { background: #f9f9f9; border: 1px solid #eee; border-radius: 8px; margin: 24px 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; box-shadow: 0 4px 12px rgba(0,0,0,0.1); overflow: hidden; font-size: 1rem; isolation: isolate; }
.term-info-box-wrapper:hover { box-shadow: 0 6px 16px rgba(0,0,0,0.15); }
.term-info-box-wrapper,
.term-info-box-wrapper * {
word-break: normal !important;
overflow-wrap: break-word;
word-wrap: break-word;
}
.term-info-box-wrapper h2, .term-info-box-wrapper h3, .term-info-box-wrapper h4 { min-width: unset !important; min-height: unset !important; clear: none !important; margin: 0 !important; padding: 0 !important; background: transparent !important; color: inherit !important; }
.term-info-box-wrapper a { text-decoration: none !important; color: #d20243 !important; background: transparent !important; }
.term-info-box-static-title { display: flex; justify-content: space-between; align-items: flex-start; padding: 20px 24px; border-bottom: 1px solid #e0e0e0; background: linear-gradient(180deg, #ffffff, #f9f9f9); gap: 16px; }
.term-info-box-static-title__content { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.term-info-box-guide-stack { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.term-info-box-guide-chip-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; min-width: 0; }
.term-info-box-guide-kind { display: inline-flex; align-items: center; width: fit-content; padding: 6px 12px; border-radius: 999px; background: rgba(210, 2, 67, 0.08); color: #b40039; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.term-info-box-static-title h2 { font-size: 2rem; font-weight: 700; color: #111; line-height: 1.3; }
.term-info-box-guide-subtitle { margin: 0; font-size: 1.12rem; color: #1f2937; }
.term-info-box-guide-caption { margin: -2px 0 0; font-size: 0.98rem; color: #526070; }
.term-info-box-guide-badges { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; min-width: 0; }
.term-info-box-guide-badge { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 14px; border-radius: 999px; border: 1px solid #efd9c8; background: #fff7ef; color: #9f5f2b; font-size: 0.88rem; font-weight: 700; }
.term-info-box-guide-copyright { margin: 0; font-size: 0.95rem; color: #64748b; }
.term-info-box-intro-meta { display: flex; flex-wrap: wrap; gap: 10px 12px; align-items: center; }
.term-info-box-archive-link { display: inline-flex; align-items: center; background-color: #f1f1f1; color: #333 !important; padding: 8px 16px; border-radius: 8px; font-weight: 500; font-size: 1rem; white-space: nowrap; transition: background-color 0.2s ease; flex-shrink: 0; }
.term-info-box-archive-link:hover { background-color: #e0e0e0; }
.term-info-box-archive-link-icon { margin-right: 8px; font-weight: bold; line-height: 1; }
.term-info-box-section-nav { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px 30px 0; }
.term-info-box-section-nav__link { display: inline-flex; align-items: center; justify-content: center; min-width: 112px; padding: 9px 16px; border: 1px solid #ecd7c4; border-radius: 999px; background: linear-gradient(180deg, #fff8f1 0%, #fff3e7 100%); color: #9b6139 !important; font-size: 0.92rem; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,0.72); }
.term-info-box-section-nav__link:hover { border-color: #ddb48e; background: linear-gradient(180deg, #fff6ee 0%, #ffe9d7 100%); }
.term-info-box-guide-updated { display: flex; justify-content: flex-end; gap: 6px; margin-top: 24px; color: #64748b; font-size: 0.95rem; }
.term-info-box-wrapper--editorial-guide { background: linear-gradient(180deg, #fffdfa 0%, #fff8f2 100%); border-color: rgba(234, 223, 206, 0.8); box-shadow: 0 14px 34px rgba(97, 61, 31, 0.06); }
.term-info-box-wrapper--editorial-guide .term-info-box-collapsible-content { max-height: none; overflow: visible; padding: 24px 30px 30px; }
.term-info-box-wrapper--editorial-guide .term-info-box-collapsible-content::after { display: none; }
.term-info-box-wrapper--editorial-guide .term-info-box-toggle-trigger { display: none; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--with-toggle .term-info-box-collapsible-content {
  max-height: 540px;
  overflow: hidden;
  padding-bottom: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--with-toggle .term-info-box-collapsible-content::after {
  display: block;
  background: linear-gradient(to bottom, rgba(255, 251, 245, 0), rgba(255, 248, 242, 0.96) 82%);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--with-toggle .term-info-box-toggle-trigger {
  display: flex;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--with-toggle.is-expanded .term-info-box-collapsible-content {
  max-height: 20000px;
  padding-bottom: 24px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--with-toggle.is-expanded .term-info-box-collapsible-content::after {
  opacity: 0;
}
.term-info-box-wrapper--editorial-guide .term-info-box-header { align-items: stretch; margin-bottom: 0; }
.term-info-box-wrapper--editorial-guide .term-info-box-image img { width: 100%; height: 100%; min-height: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 22px; box-shadow: 0 18px 38px rgba(34, 25, 13, 0.18); }
.term-info-box-wrapper--editorial-guide .term-info-box-guide-story-copy { border-left: none; padding: 18px 20px; border-radius: 18px; background: linear-gradient(180deg, rgba(255, 248, 239, 0.92) 0%, rgba(255,255,255,0.96) 100%); color: #564230; }
.term-info-box-wrapper--link-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.term-info-box-wrapper--link-card:hover {
  box-shadow: none;
}
.term-info-box-link-card {
  display: grid;
  grid-template-columns: minmax(184px, 236px) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(234, 223, 206, 0.9);
  background: linear-gradient(180deg, #fffdfa 0%, #fff8f2 100%);
  box-shadow: 0 16px 34px rgba(97, 61, 31, 0.07);
  color: inherit !important;
}
.term-info-box-wrapper .term-info-box-link-card,
.term-info-box-wrapper .term-info-box-link-card:hover {
  color: inherit !important;
  text-decoration: none !important;
}
.term-info-box-link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(97, 61, 31, 0.11);
}
.term-info-box-link-card--no-image {
  grid-template-columns: 1fr;
}
.term-info-box-link-card__media {
  width: 100%;
  max-width: 236px;
}
.term-info-box-link-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5.5;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(34, 25, 13, 0.16);
}
.term-info-box-link-card__body {
  display: grid;
  gap: 14px;
  align-content: center;
  min-width: 0;
}
.term-info-box-link-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.term-info-box-link-card__headline {
  display: grid;
  gap: 8px;
}
.term-info-box-link-card__title {
  margin: 0;
  color: #251910;
  font-size: clamp(1.72rem, 2.4vw, 2.32rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.term-info-box-link-card__subtitle {
  margin: 0;
  color: #7d6957;
  font-size: 1rem;
  font-weight: 500;
}
.term-info-box-link-card__summary {
  margin: 0;
  color: #5f4c3e;
  font-size: 0.98rem;
  line-height: 1.82;
}
.term-info-box-link-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  padding-top: 2px;
}
.term-info-box-link-card__meta {
  color: #8a725d;
  font-size: 0.88rem;
  font-weight: 600;
}
.term-info-box-link-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8b5728;
  font-weight: 700;
}
.term-info-box-link-card__cta-arrow {
  font-size: 1.18rem;
  line-height: 1;
}
.term-info-box-guide-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.92fr); gap: 30px; align-items: start; }
.term-info-box-guide-layout--no-aside { grid-template-columns: minmax(0, 1fr); }
.term-info-box-guide-main,
.term-info-box-guide-aside { display: grid; gap: 20px; }
.term-info-box-wrapper--editorial-guide .term-info-box-section { margin-top: 0; }
.term-info-box-wrapper--editorial-guide .term-info-box-section h4,
.term-info-box-guide-aside-card h4 { display: flex; align-items: center; gap: 10px; font-size: 1.6rem; font-weight: 800; color: #8a5627; letter-spacing: -0.02em; border-bottom: none; padding-bottom: 0; margin: 0 0 16px !important; }
.term-info-box-guide-story-card,
.term-info-box-guide-aside-card,
.term-info-box-wrapper--editorial-guide .term-info-box-section .content { border-radius: 22px; border: 1px solid rgba(239, 222, 207, 0.72); background: rgba(255,255,255,0.95); box-shadow: 0 8px 22px rgba(73, 44, 16, 0.055); }
.term-info-box-guide-story-card { padding: 0; overflow: hidden; }
.term-info-box-guide-story-card .term-info-box-header { padding: 28px; gap: 28px; }
.term-info-box-guide-story-card .term-info-box-image { display: grid; gap: 10px; align-content: start; padding: 0; }
.term-info-box-image-source { color: #87715d; font-size: 0.82rem; line-height: 1.65; }
.term-info-box-image-source a { color: #9b6139 !important; font-weight: 700; }
.term-info-box-image-source a:hover { color: #7d4d2b !important; }
.term-info-box-guide-story-card .term-info-box-details { display: grid; align-content: start; gap: 18px; min-width: 0; padding: 24px 26px; }
.term-info-box-guide-hero-copy { display: grid; gap: 14px; }
.term-info-box-guide-hero-headline { display: grid; gap: 8px; min-width: 0; max-width: 100%; }
.term-info-box-guide-hero-title { margin: 0; color: #251910; font-size: clamp(2.1rem, 3vw, 3rem); line-height: 1.14; letter-spacing: -0.015em; overflow-wrap: anywhere; word-break: normal; text-wrap: balance; }
.term-info-box-guide-hero-subtitle { margin: 0; color: #746252; font-size: 1.1rem; font-weight: 500; line-height: 1.55; overflow-wrap: anywhere; word-break: normal; }
.term-info-box-guide-hero-notes { display: grid; gap: 6px; }
.term-info-box-guide-hero-caption { margin: 0; color: #655243; font-size: 0.98rem; line-height: 1.75; }
.term-info-box-guide-hero-link { display: inline-flex; align-items: center; justify-content: space-between; width: fit-content; min-width: 180px; padding: 12px 16px; border-radius: 14px; border: 1px solid #ead6c2; background: linear-gradient(180deg, #ffffff 0%, #fff7ef 100%); color: #744523 !important; font-weight: 700; box-shadow: 0 8px 18px rgba(73, 44, 16, 0.05); }
.term-info-box-guide-hero-link__arrow { color: #b0713b; font-size: 1.18rem; line-height: 1; }
.term-info-box-guide-story-copy { display: grid; gap: 14px; }
.term-info-box-guide-story-copy__head { display: flex; align-items: center; gap: 8px; padding-bottom: 12px; border-bottom: 1px solid rgba(212, 200, 184, 0.7); }
.term-info-box-guide-story-copy__title { color: #5d452f; font-family: "Noto Serif TC", Georgia, serif; font-size: 1.02rem; font-weight: 700; letter-spacing: 0.02em; }
.term-info-box-guide-story-copy__body > *:last-child { margin-bottom: 0; }
.term-info-box-guide-facts { display: grid; gap: 10px; margin: 0; }
.term-info-box-guide-facts__item { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 12px; align-items: start; padding-bottom: 10px; border-bottom: 1px dashed rgba(181, 135, 93, 0.22); }
.term-info-box-guide-facts__item:last-child { padding-bottom: 0; border-bottom: none; }
.term-info-box-guide-facts dt { margin: 0; color: #946239; font-size: 0.92rem; font-weight: 700; }
.term-info-box-guide-facts dd { margin: 0; color: #1f1b17; font-size: 1rem; font-weight: 600; line-height: 1.6; }
.term-info-box-guide-note-card { background: linear-gradient(135deg, rgba(255, 251, 245, 0.96) 0%, rgba(255,255,255,0.98) 100%); }
.term-info-box-guide-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }
.term-info-box-guide-info-grid__item { display: grid; gap: 6px; padding-right: 6px; }
.term-info-box-guide-info-grid__label { color: #8e653f; font-size: 0.88rem; font-weight: 700; }
.term-info-box-guide-info-grid__value { color: #1f1b17; font-weight: 600; line-height: 1.7; }
.term-info-box-guide-info-grid--music { gap: 14px 22px; }
.term-info-box-guide-info-grid__item--music {
  padding-right: 0;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(181, 135, 93, 0.22);
  align-content: start;
}
.term-info-box-guide-info-grid__item--music:last-child,
.term-info-box-guide-info-grid__item--music:nth-last-child(2):nth-child(odd) { border-bottom: none; padding-bottom: 0; }
.term-info-box-guide-info-grid__item--music .term-info-box-guide-info-grid__label {
  max-width: 22ch;
  line-height: 1.55;
}
.term-info-box-guide-info-grid__value--music {
  color: #5f4c3e;
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1.85;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  text-wrap: pretty;
}
.term-info-box-guide-info-grid--cast { gap: 12px 18px; }
.term-info-box-guide-info-grid__item--cast { padding-right: 0; padding-bottom: 10px; border-bottom: 1px dashed rgba(181, 135, 93, 0.22); }
.term-info-box-guide-info-grid__item--cast:last-child,
.term-info-box-guide-info-grid__item--cast:nth-last-child(2):nth-child(odd) { border-bottom: none; padding-bottom: 0; }
.term-info-box-guide-info-grid__value--cast { color: #1f1b17; font-size: 0.96rem; font-weight: 600; line-height: 1.8; }
.term-info-box-guide-cast-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; }
.term-info-box-guide-cast-list__item { padding: 0 0 10px; border-bottom: 1px dashed rgba(181, 135, 93, 0.22); }
.term-info-box-guide-cast-list__item:last-child,
.term-info-box-guide-cast-list__item:nth-last-child(2):nth-child(odd) { border-bottom: none; padding-bottom: 0; }
.term-info-box-guide-cast-line { display: block; color: #5f4c3e; font-size: 0.96rem; font-weight: 600; line-height: 1.85; }
.term-info-box-guide-meta-stack { display: grid; gap: 12px; margin-bottom: 14px; }
.term-info-box-guide-meta-row { display: grid; gap: 4px; padding-bottom: 12px; border-bottom: 1px dashed rgba(181, 135, 93, 0.22); }
.term-info-box-guide-meta-row:last-child { padding-bottom: 0; border-bottom: none; }
.term-info-box-guide-meta-row__label { color: #8e653f; font-size: 0.9rem; font-weight: 700; }
.term-info-box-guide-meta-row__value { color: #1f1b17; font-weight: 600; line-height: 1.6; }
.term-info-box-guide-broadcast-note { color: #b26622; }
.term-info-box-guide-people-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.term-info-box-guide-people-list__item { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px dashed rgba(181, 135, 93, 0.22); }
.term-info-box-guide-people-list__item:last-child { border-bottom: none; padding-bottom: 0; }
.term-info-box-guide-people-list__badge { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 14px; background: linear-gradient(180deg, #f6e5d6 0%, #f0d4bd 100%); color: #8a5627; font-size: 1rem; font-weight: 800; }
.term-info-box-guide-people-list__copy { display: grid; gap: 2px; }
.term-info-box-guide-people-list__copy strong { color: #1f1b17; font-size: 0.98rem; }
.term-info-box-guide-people-list__copy span { color: #665548; font-size: 0.95rem; }
.term-info-box-guide-links-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.term-info-box-guide-links-grid__item { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 14px 16px; border-radius: 16px; border: 1px solid #eadccc; background: linear-gradient(180deg, #ffffff 0%, #fff9f2 100%); color: #1f1b17 !important; font-weight: 700; box-shadow: 0 8px 20px rgba(73, 44, 16, 0.05); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.term-info-box-guide-links-grid__item:hover { transform: translateY(-2px); border-color: #ddb38f; box-shadow: 0 14px 28px rgba(73, 44, 16, 0.11); }
.term-info-box-guide-links-grid__arrow { color: #b0713b; font-size: 1.2rem; line-height: 1; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-story-card .term-info-box-header { grid-template-columns: minmax(250px, 340px) minmax(0, 1fr); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-section-nav {
display: flex;
flex-wrap: nowrap;
gap: 12px;
overflow-x: auto;
overflow-y: hidden;
padding: 20px 30px 0;
margin: 0;
-webkit-overflow-scrolling: touch;
overscroll-behavior-x: contain;
scrollbar-width: none;
scroll-snap-type: x proximity;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-section-nav::-webkit-scrollbar { display: none; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-section-nav__link {
flex: 0 0 auto;
min-width: 0;
white-space: nowrap;
scroll-snap-align: start;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-collapsible-content { padding-top: 20px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-layout { grid-template-columns: minmax(0, 1fr) minmax(284px, 336px); gap: 30px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-layout--no-aside { grid-template-columns: minmax(0, 1fr); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-main,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-aside { gap: 24px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-aside-card { border-radius: 24px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-story-card { border-radius: 26px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-links-grid__item { min-height: 72px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block {
  margin: 28px 0;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffdfa 0%, #fffcf8 50%, #fff6ee 100%);
  border: 1px solid rgba(229, 218, 201, 0.9);
  box-shadow: 0 12px 30px rgba(97, 61, 31, 0.05), 0 2px 8px rgba(97, 61, 31, 0.02);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block:hover {
  border-color: rgba(210, 160, 110, 0.5);
  box-shadow: 0 16px 36px rgba(97, 61, 31, 0.08), 0 2px 10px rgba(97, 61, 31, 0.03);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-section-nav { padding-inline: 24px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-collapsible-content { padding-inline: 24px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-story-card .term-info-box-header { grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); gap: 22px; padding: 24px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-story-card .term-info-box-details { padding: 20px 22px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-hero-title { font-size: clamp(1.9rem, 2.7vw, 2.55rem); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-facts__item { grid-template-columns: 110px minmax(0, 1fr); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-aside { grid-template-columns: 1fr; gap: 18px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-links-grid { grid-template-columns: 1fr; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-story-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-aside-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-section:not(.term-info-box-section--hero) .content {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-story-card:hover,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-aside-card:hover,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-section:not(.term-info-box-section--hero) .content:hover {
  transform: translateY(-2px);
  border-color: rgba(210, 160, 110, 0.6);
  box-shadow: 0 12px 28px rgba(73, 44, 16, 0.08), 0 2px 6px rgba(73, 44, 16, 0.02);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal {
  background: #fff;
  border-color: #e5e7eb;
  border-radius: 28px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.025);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-collapsible-content { padding: 30px 32px 38px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-layout { grid-template-columns: minmax(0, 1fr) minmax(284px, 336px); gap: 30px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-layout--no-aside { grid-template-columns: minmax(0, 1fr); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-main,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside { gap: 20px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-card { display: grid; gap: 18px; padding: 0; border: none; background: transparent; box-shadow: none; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-card .term-info-box-header {
  grid-template-columns: minmax(216px, 258px) minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  align-items: start;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.028), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 258px;
  padding: 0;
  border-radius: 18px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-image picture {
  display: block;
  width: 100%;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-image-source {
  padding-top: 2px;
  color: #8a725d;
  font-size: 0.8rem;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  align-self: flex-start;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-card .term-info-box-details { align-content: start; align-self: start; gap: 22px; min-width: 0; padding: 0; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-hero-copy { display: grid; gap: 14px; min-width: 0; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-stack { display: grid; gap: 12px; min-width: 0; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-hero-headline { order: 1; display: grid; gap: 10px; min-width: 0; max-width: 100%; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-chip-row { order: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; min-width: 0; margin-top: -1px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-hero-notes { order: 3; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-hero-link { order: 4; width: fit-content; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-kind {
  min-height: 30px;
  padding: 5px 11px;
  background: #faf1e5;
  color: #9f6530;
  border: 1px solid #ead7c3;
  font-size: 0.74rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-hero-title {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  font-size: clamp(1.88rem, 2.35vw, 2.65rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.018em;
  color: #24180f;
  overflow-wrap: anywhere;
  word-break: normal;
  text-wrap: balance;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-hero-subtitle {
  color: #7a6655;
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  font-size: 1.04rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: normal;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-badges { gap: 8px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-badge {
  min-height: 34px;
  padding: 6px 13px;
  border-radius: 999px;
  border-color: #e8d8c8;
  background: #fff9f3;
  color: #84614a;
  font-size: 0.83rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-facts { gap: 0; padding-top: 2px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-facts__item {
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid rgba(231, 218, 204, 0.9);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-facts dt {
  color: #9c7350;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-facts dd {
  color: #251c14;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.7;
  text-wrap: pretty;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-copy {
  min-height: 100%;
  gap: 12px;
  padding: 26px 28px;
  border: 1px solid rgba(232, 221, 208, 0.78);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.98) 0%, rgba(255, 255, 255, 0.99) 100%);
  box-shadow: 0 6px 16px rgba(100, 70, 30, 0.028);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-copy__head { margin-bottom: 0; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-copy__title {
  color: #5b4430;
  font-size: 1.08rem;
  font-weight: 700;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-copy__body {
  color: #3b3024;
  font-size: 1rem;
  line-height: 1.92;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-source-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-media-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-copyright-card {
  background: linear-gradient(135deg, rgba(255, 251, 245, 0.96) 0%, rgba(255,255,255,0.99) 100%);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-source-card a {
  font-weight: 700;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-main > .term-info-box-section:not(.term-info-box-section--hero) {
  display: grid;
  gap: 12px;
  padding: 22px 26px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.022);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-main > .term-info-box-section:not(.term-info-box-section--hero) > h4 {
  margin: 0 !important;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.98);
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  font-size: 1.14rem;
  font-weight: 800;
  color: #7b5a40;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-main > .term-info-box-section:not(.term-info-box-section--hero) > .content {
  display: grid;
  gap: 10px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__item {
  padding-right: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(212, 200, 184, 0.7);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid--music {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__item--music {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  align-items: start;
  padding: 0 0 12px;
  border-bottom: 1px dashed rgba(212, 200, 184, 0.7);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__item--music:last-child,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__item--music:nth-last-child(2):nth-child(odd) {
  padding-bottom: 0;
  border-bottom: none;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__item--music .term-info-box-guide-info-grid__label {
  color: #8e653f;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.7;
  max-width: 20ch;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__value--music {
  color: #5f4c3e;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.9;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid--cast {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__value--cast {
  color: #1f2937;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  white-space: normal;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-cast-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-cast-line {
  color: #5f4c3e;
  font-size: 0.94rem;
  line-height: 1.8;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__item--cast,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-cast-list__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  align-items: start;
  padding: 0 0 10px;
  border-bottom: 1px dashed rgba(212, 200, 184, 0.7);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__item--cast:last-child,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-cast-list__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__item--cast .term-info-box-guide-info-grid__label {
  color: #8e653f;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.7;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-cast-line {
  display: block;
  text-align: left;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-author-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-theme-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-source-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-media-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-copyright-card {
  display: grid;
  gap: 10px;
  align-content: start;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-author__copy { gap: 5px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-author__name { font-size: 1.02rem; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-author__meta { font-size: 0.9rem; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card {
  padding: 20px 22px;
  border-radius: 22px;
  border-color: rgba(226, 232, 240, 0.92);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.024);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card h4 {
  margin: 0 0 12px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.98);
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  color: #7b5a40;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card > .content {
  display: grid;
  gap: 12px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-watch-list {
  gap: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-watch-row {
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-watch-row:first-child {
  padding-top: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-watch-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-watch-row__label {
  display: inline-flex;
  align-items: center;
  color: #7a8797;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-watch-row__label::after {
  content: "：";
  margin-left: 1px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-watch-row__value {
  color: #1f2937;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.56;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-rating-card__score strong {
  font-size: clamp(3.4rem, 5.8vw, 4.8rem);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-rating-card__score span {
  font-size: 1.9rem;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-rating-card__votes {
  color: #7e6652;
  font-size: 1rem;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-people-list__item {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-people-list__copy {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 4px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-people-list__copy strong {
  font-size: 1rem;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-people-list__copy span {
  justify-self: start;
  text-align: left;
  white-space: normal;
  font-size: 0.94rem;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-links-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-links-grid__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 64px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(232, 221, 208, 0.82);
  background: linear-gradient(180deg, rgba(255, 254, 252, 0.98) 0%, rgba(255, 246, 236, 0.92) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.42;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-links-grid__item > span:first-child {
  min-width: 0;
  color: #2c2318;
  font-weight: 700;
  white-space: normal;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-links-grid__arrow {
  align-self: center;
  color: #ae7440;
  font-size: 1.12rem;
  line-height: 1;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide {
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  max-width: none;
  min-width: 0;
  gap: 12px;
  box-sizing: border-box;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-main > .term-info-box-section--related-posts-guide > h4 {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  box-sizing: border-box;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-related-posts-card {
  display: grid;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  min-width: 0;
  gap: 12px;
  box-sizing: border-box;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts {
  display: grid;
  justify-self: stretch;
  gap: 12px;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__body {
  display: grid;
  justify-self: stretch;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  gap: 12px;
  box-sizing: border-box;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__list {
  align-items: stretch;
  justify-self: stretch;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  box-sizing: border-box;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__cards {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: stretch;
  justify-self: stretch;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  gap: 0;
  margin-top: 0;
  box-sizing: border-box;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__separator {
  display: block !important;
  grid-column: 1 / -1;
  width: 100%;
  height: 1px;
  margin: 18px 0;
  background: rgba(226, 232, 240, 0.95);
  pointer-events: none;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__separator--hidden {
  display: none !important;
}

.schedule-terminal-related-posts__separator--hidden {
  display: none !important;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__item--hidden {
  display: none !important;
}

.schedule-terminal-related-posts__item--hidden {
  display: none !important;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__actions {
  display: grid;
  justify-items: center;
  padding-top: 6px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: min(100%, 248px);
  max-width: 320px;
  padding: 13px 20px;
  border: 1px dashed #dcc4a8;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.98) 0%, rgba(255, 255, 255, 0.99) 100%);
  color: #7d5330;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(100, 70, 30, 0.08), inset 0 1px 0 rgba(255,255,255,0.78);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__load-more:hover {
  border-color: #d3ad84;
  background: linear-gradient(180deg, rgba(255, 247, 238, 0.99) 0%, rgba(255, 252, 247, 0.99) 100%);
  color: #714726;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(100, 70, 30, 0.1), inset 0 1px 0 rgba(255,255,255,0.82);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__load-more-label,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__load-more-meta {
  display: inline-flex;
  align-items: center;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__load-more-meta {
  min-height: 24px;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(191, 118, 60, 0.11);
  color: #9f6230;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__load-more:disabled {
  opacity: 0.72;
  cursor: default;
  transform: none;
  box-shadow: 0 8px 18px rgba(100, 70, 30, 0.06), inset 0 1px 0 rgba(255,255,255,0.74);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  position: relative;
  margin: 0;
  padding: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__cards > .postcard.ex:only-child {
  max-width: none !important;
  width: 100% !important;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a {
  display: grid !important;
  grid-template-columns: minmax(184px, 232px) minmax(0, 1fr) !important;
  gap: 0 18px;
  align-items: stretch;
  width: 100% !important;
  max-width: none !important;
  min-height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a:hover {
  transform: none;
  border-color: rgba(211, 183, 154, 0.92);
  box-shadow: none;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--no-thumb {
  grid-template-columns: minmax(0, 1fr) !important;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_thumbnail {
  flex: 0 0 auto !important;
  width: 100% !important;
  min-width: 184px !important;
  height: auto !important;
  margin-right: 0 !important;
  min-height: 136px !important;
  aspect-ratio: auto !important;
  border-radius: 13px;
  overflow: hidden;
  background: #f1f5f9;
  align-self: stretch;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_thumbnail img,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_thumbnail picture {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_thumbnail img {
  object-fit: cover;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_content {
  display: flex;
  flex-direction: column;
  grid-template-rows: none;
  align-content: start;
  align-self: stretch;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 0 0 12px !important;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--no-thumb .postcard_content {
  padding: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--title-only .postcard_content {
  justify-content: flex-start;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_title {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_title h3 {
  margin: 0;
  color: #2c2318;
  font-size: clamp(1.04rem, 0.98rem + 0.24vw, 1.12rem);
  font-weight: 800;
  line-height: 1.48;
  display: block;
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_excerpt {
  display: block;
  width: 100%;
  text-align: left;
  color: #6f5d4c;
  font-size: 0.78rem;
  line-height: 1.66;
  padding-top: 1px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_excerpt p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--excerpt-lines-desktop, 3);
  overflow: hidden;
  text-align: left;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px 8px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  color: #8b745f;
  font-size: 0.76rem;
  line-height: 1.58;
  text-align: left;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_meta--align-left {
  justify-content: flex-start;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_meta-item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_meta-separator {
  color: #ccb6a0;
}
@media (min-width: 1181px) {
  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--no-thumb-desktop {
    grid-template-columns: minmax(0, 1fr);
    padding: 18px 20px;
  }

  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--no-thumb-desktop .postcard_content {
    padding: 0;
  }

  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--title-only-desktop .postcard_content {
    justify-content: flex-start;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--no-thumb-tablet {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px 16px 18px;
  }

  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--no-thumb-tablet .postcard_content {
    padding: 0;
  }

  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--title-only-tablet .postcard_content {
    justify-content: flex-start;
  }

  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_excerpt p,
  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_excerpt p {
    -webkit-line-clamp: var(--excerpt-lines-tablet, 3);
  }
}

@media (max-width: 768px) {
  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--no-thumb-mobile {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px 16px 18px;
  }

  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--no-thumb-mobile .postcard_content {
    padding: 0;
  }

  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--title-only-mobile .postcard_content {
    align-self: stretch;
    justify-content: center;
    gap: 9px;
    padding: 4px 0 6px !important;
  }

  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--title-only-mobile {
    gap: 14px;
  }

  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--title-only-mobile .postcard_title h3 {
    line-height: 1.64;
  }
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .content {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .schedule-terminal-related-posts {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .schedule-terminal-related-posts__body {
  display: grid;
  gap: 8px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts #arte-t6-t {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin-top: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts #arte-t6-t .postcard.ex {
  min-width: 0;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts #arte-t6-t .postcard.ex > a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #efe4d6;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: color 0.2s ease;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts #arte-t6-t .postcard.ex:last-child > a {
  padding-bottom: 0;
  border-bottom: none;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts #arte-t6-t .postcard.ex > a.schedule-terminal-related-posts__link--no-thumb {
  gap: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_thumbnail {
  width: 80px;
  min-width: 80px;
  flex: 0 0 80px;
  aspect-ratio: 4 / 3;
  min-height: 60px;
  border-radius: 12px;
  overflow: hidden;
  background: #f7efe6;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_thumbnail img,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_thumbnail picture {
  display: block;
  width: 100%;
  height: 100%;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_thumbnail img {
  object-fit: cover;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_content {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 0;
  flex: 1 1 auto;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_title h3 {
  margin: 0;
  color: #2c2318;
  font-size: 0.86rem;
  line-height: 1.44;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_excerpt {
  display: block;
  width: 100%;
  text-align: left;
  color: #6f5d4c;
  font-size: 0.77rem;
  line-height: 1.58;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_excerpt p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--excerpt-lines-desktop, 3);
  overflow: hidden;
  text-align: left;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
  color: #8b745f;
  font-size: 0.72rem;
  line-height: 1.45;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_meta-item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_meta-separator {
  color: #ccb6a0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .pagination-container {
  margin-top: 2px;
}
.term-info-box-guide-media-card { display: grid; gap: 14px; }
.term-info-box-guide-media-card iframe,
.term-info-box-guide-media-card video {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 14px;
  background: #000;
}
.term-info-box-guide-media-card iframe {
  aspect-ratio: 16 / 9;
  min-height: 220px;
}
.term-info-box-guide-media-card figure,
.term-info-box-guide-media-card p:last-child {
  margin-bottom: 0;
}
.term-info-box-guide-legal {
  display: grid;
  gap: 6px;
  margin-top: 22px;
  padding: 18px 20px 0;
  border-top: 1px solid rgba(232, 221, 208, 0.92);
}
.term-info-box-guide-legal__label {
  color: #8d7157;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.term-info-box-guide-legal__copy {
  margin: 0;
  color: #6f5c4c;
  font-size: 0.98rem;
  line-height: 1.7;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-story-card--list-first .term-info-box-header { grid-template-columns: 1fr; }
.term-info-box-details--list-first { grid-template-columns: minmax(0, 1fr) minmax(260px, 0.84fr); grid-template-areas: "hero facts" "desc desc"; align-items: start; }
.term-info-box-details--list-first .term-info-box-guide-hero-copy { grid-area: hero; }
.term-info-box-details--list-first .term-info-box-guide-facts { grid-area: facts; }
.term-info-box-guide-story-card--list-first .term-info-box-guide-story-copy { order: 2; }
.term-info-box-guide-author-card,
.term-info-box-guide-theme-card,
.term-info-box-guide-source-card,
.term-info-box-guide-copyright-card { background: linear-gradient(135deg, rgba(255, 251, 245, 0.96) 0%, rgba(255,255,255,0.99) 100%); }
.term-info-box-guide-author { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 20px; align-items: center; }
.term-info-box-guide-author.no-image { grid-template-columns: 1fr; }
.term-info-box-guide-author__media img { width: 82px; height: 82px; border-radius: 999px; object-fit: cover; box-shadow: 0 12px 28px rgba(73, 44, 16, 0.12); }
.term-info-box-guide-author__copy { display: grid; gap: 6px; }
.term-info-box-guide-author__name { color: #1f1b17; font-size: 1.08rem; }
.term-info-box-guide-author__meta { color: #7b6351; font-size: 0.95rem; font-weight: 600; }
.term-info-box-guide-author__bio p:last-child,
.term-info-box-guide-theme-card p:last-child,
.term-info-box-guide-source-card p:last-child { margin-bottom: 0; }
.term-info-box-guide-rating-card { display: grid; gap: 10px; text-align: center; }
.term-info-box-guide-rating-card__score { display: inline-flex; align-items: baseline; justify-content: center; gap: 6px; color: #1f1b17; }
.term-info-box-guide-rating-card__score strong { font-size: clamp(2.8rem, 6vw, 4rem); line-height: 1; }
.term-info-box-guide-rating-card__score span { font-size: 1.4rem; font-weight: 700; color: #655243; }
.term-info-box-guide-rating-card__stars { color: #f4a624; font-size: 1.45rem; letter-spacing: 0.08em; }
.term-info-box-guide-rating-card__votes { margin: 0; color: #655243; font-weight: 600; }
.term-info-box-guide-watch-list { display: grid; gap: 12px; }
.term-info-box-guide-watch-row { display: grid; gap: 5px; padding-bottom: 12px; border-bottom: 1px dashed rgba(181, 135, 93, 0.22); }
.term-info-box-guide-watch-row:last-child { padding-bottom: 0; border-bottom: none; }
.term-info-box-guide-watch-row__label { color: #8e653f; font-size: 0.9rem; font-weight: 700; }
.term-info-box-guide-watch-row__value { color: #1f1b17; font-size: 1rem; font-weight: 600; line-height: 1.65; }
.term-info-box-guide-divider { border: 0; border-top: 1px dashed rgba(181, 135, 93, 0.22); margin: 16px 0; }
.term-info-box-guide-people-list__avatar { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 22px rgba(73, 44, 16, 0.12); }
.term-info-box-guide-people-list__avatar img { width: 100%; height: 100%; object-fit: cover; }
.term-info-box-guide-people-list__item { grid-template-columns: 58px minmax(0, 1fr); }
.term-info-box-guide-copyright-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.term-info-box-guide-copyright-list li { margin: 0; color: #554131; line-height: 1.7; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal {
  --schedule-terminal-section-nav-color: #9a5d2c;
  --schedule-terminal-updated-meta-color: #7a6858;
  --schedule-terminal-story-color: #9a5d2c;
  --schedule-terminal-rating-color: #f4a624;
  --schedule-terminal-author-color: #9b6b79;
  --schedule-terminal-broadcast-color: #8f6a48;
  --schedule-terminal-theme-color: #5f7b63;
  --schedule-terminal-cast-color: #8f6a48;
  --schedule-terminal-staff-color: #8f6a48;
  --schedule-terminal-music-color: #9a5d2c;
  --schedule-terminal-links-color: #5f7b63;
  --schedule-terminal-media-color: #6b7888;
  --schedule-terminal-related-posts-color: #8f6a48;
  --schedule-terminal-cover-source-color: #7a6858;
  --schedule-terminal-legal-color: #7a6858;
  --schedule-terminal-source-color: #6b7888;
  --schedule-terminal-copyright-color: #7a6858;
  --schedule-terminal-current-color: #9a5d2c;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section-nav {
  border-color: color-mix(in srgb, var(--schedule-terminal-section-nav-color) 20%, #fff 80%);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section-nav__link {
  border-color: color-mix(in srgb, var(--schedule-terminal-section-nav-color) 24%, #fff 76%);
  color: var(--schedule-terminal-section-nav-color);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section-nav__link:hover,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section-nav__link:focus-visible {
  background: color-mix(in srgb, var(--schedule-terminal-section-nav-color) 10%, #fff 90%);
  border-color: color-mix(in srgb, var(--schedule-terminal-section-nav-color) 36%, #fff 64%);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal #section-story,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-story"] { --schedule-terminal-current-color: var(--schedule-terminal-story-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-rating"] { --schedule-terminal-current-color: var(--schedule-terminal-rating-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-author"] { --schedule-terminal-current-color: var(--schedule-terminal-author-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-broadcast"] { --schedule-terminal-current-color: var(--schedule-terminal-broadcast-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-theme"] { --schedule-terminal-current-color: var(--schedule-terminal-theme-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-cast"] { --schedule-terminal-current-color: var(--schedule-terminal-cast-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-staff"] { --schedule-terminal-current-color: var(--schedule-terminal-staff-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-song"] { --schedule-terminal-current-color: var(--schedule-terminal-music-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-links"] { --schedule-terminal-current-color: var(--schedule-terminal-links-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-media"] { --schedule-terminal-current-color: var(--schedule-terminal-media-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal #section-related-posts,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-related-posts"] { --schedule-terminal-current-color: var(--schedule-terminal-related-posts-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-source"] { --schedule-terminal-current-color: var(--schedule-terminal-source-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-copyright"] { --schedule-terminal-current-color: var(--schedule-terminal-copyright-color); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section:not(.term-info-box-section--hero) h4,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card h4 {
  color: var(--schedule-terminal-current-color);
  border-bottom-color: color-mix(in srgb, var(--schedule-terminal-current-color) 58%, #fff 42%);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-story"] .term-info-box-guide-kind,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-story"] .term-info-box-guide-story-copy__title,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-watch-row__label,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__label {
  color: var(--schedule-terminal-current-color);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal [data-section-owner="section-story"] .term-info-box-guide-story-copy,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section:not(.term-info-box-section--hero) > .content,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card {
  border-color: color-mix(in srgb, var(--schedule-terminal-current-color) 20%, #fff 80%);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-image-source {
  color: var(--schedule-terminal-cover-source-color);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-updated,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-updated__label,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-updated__value {
  color: var(--schedule-terminal-updated-meta-color);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-legal {
  border-top-color: color-mix(in srgb, var(--schedule-terminal-legal-color) 24%, #fff 76%);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-legal__label,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-legal__copy {
  color: var(--schedule-terminal-legal-color);
}
.term-info-box-collapsible-content { position: relative; max-height: 280px; overflow: hidden; transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1); padding: 20px 24px 0; }
.term-info-box-wrapper.is-expanded .term-info-box-collapsible-content { max-height: 20000px; padding-bottom: 24px; }
.term-info-box-collapsible-content::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 100px; background: linear-gradient(to bottom, rgba(249, 249, 249, 0), #f9f9f9 90%); pointer-events: none; transition: opacity 0.4s ease; }
.term-info-box-wrapper.is-expanded .term-info-box-collapsible-content::after { opacity: 0; }
.term-info-box-toggle-trigger { display: flex; align-items: center; justify-content: center; width: 100%; padding: 15px 24px; background: transparent; border: none; border-top: 1px solid #e0e0e0; font-size: 1rem; font-weight: 500; color: #d20243; cursor: pointer; transition: all 0.3s ease; }
.term-info-box-toggle-trigger:hover { background-color: rgba(210, 2, 67, 0.1); color: #b5023a; }
.term-info-box-toggle-trigger .toggle-arrow { display: inline-block; margin-left: 10px; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.term-info-box-wrapper.is-expanded .term-info-box-toggle-trigger .toggle-arrow { transform: rotate(180deg); }
.term-info-box-wrapper .text-collapse { display: none; }
.term-info-box-wrapper.is-expanded .text-expand { display: none; }
.term-info-box-wrapper.is-expanded .text-collapse { display: inline; }
.term-info-box-collapsible-content p, .term-info-box-collapsible-content li { line-height: 1.7; color: #333; font-size: 1rem; margin: 0 0 1em; }
.term-info-box-header { display: grid; grid-template-columns: 300px 1fr; gap: 24px; align-items: flex-start; margin-bottom: 24px; }
.term-info-box-header.no-image { grid-template-columns: 1fr; }
.term-info-box-image img { width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.term-info-box-details h3.subtitle { font-size: 1.5rem; font-weight: 700; color: #111; border-bottom: 3px solid #d20243; padding-bottom: 8px; margin: 0 0 20px !important; }
.term-info-box-details .description { border-left: 4px solid #d20243; padding-left: 16px; color: #333; line-height: 1.7; margin-bottom: 0; }
.term-info-box-section { margin-top: 40px; }
.term-info-box-section:last-child { margin-bottom: 0; }
.term-info-box-section h4 { font-size: 1.5rem; font-weight: 700; color: #111; border-bottom: 3px solid #d20243; padding-bottom: 8px; margin: 0 0 20px !important; }
.term-info-box-split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.term-info-box-studio-info { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #eee; font-size: 1rem; }
.term-info-box-section .content { background-color: #fdfdfd; padding: 20px; border: 1px solid #eee; border-radius: 8px; }
.term-info-box-section .content p > strong { display: block; margin-bottom: 0.5em; color: #111; font-size: 1.05em; }
.term-info-box-section ul { list-style: none; padding: 0; }
.term-info-box-section ul li a { display: block; padding: 10px 15px; background: #fdfdfd; border: 1px solid #eee; border-radius: 6px; transition: all 0.3s ease; }
.term-info-box-copyright { text-align: center; font-size: 0.9rem; color: #777; margin-top: 40px; padding: 15px; border-top: 1px solid #e0e0e0; }
.music-grid-container { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.music-divider { border: 0; border-top: 1px solid #eee; margin: 20px 0; }
.term-info-box-meta-chip,
.broadcast-date-badge { display: inline-flex; align-items: center; gap: 6px; background-color: #f2f2f2; color: #555555; font-size: 0.9rem; padding: 6px 12px; border-radius: 999px; border: 1px solid #e2e8f0; }
.term-info-box-meta-copy,
.broadcast-note-info,
.broadcast-weekly-info { margin: 0; font-size: 0.92rem; color: #556070; line-height: 1.6; }
.broadcast-grid-container { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.broadcast-group-label strong { display: block; margin-bottom: 0.5em; color: #111; font-size: 1.05em; }
.broadcast-list { display: flex; flex-direction: column; gap: 8px; padding-left: 0; }
.broadcast-list-item { line-height: 1.6; }
@media (max-width: 768px) {
.term-info-box-static-title { flex-direction: column; align-items: flex-start; gap: 12px; }
.term-info-box-static-title h2 { font-size: 1.6rem; }
.term-info-box-guide-subtitle { font-size: 1rem; }
.term-info-box-guide-caption { font-size: 0.95rem; }
.term-info-box-section-nav { padding: 16px 16px 0; gap: 10px; }
.term-info-box-section-nav__link { min-width: 0; flex: 1 1 140px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-section-nav { padding: 16px 18px 0; gap: 10px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-section-nav__link { flex: 0 0 auto; }
.term-info-box-collapsible-content { padding: 16px; }
.term-info-box-wrapper--editorial-guide .term-info-box-collapsible-content { padding: 18px 18px 22px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-collapsible-content { padding-top: 18px; }
.term-info-box-guide-layout { grid-template-columns: 1fr; gap: 18px; }
.term-info-box-header { grid-template-columns: 1fr; gap: 16px; }
.term-info-box-image { max-width: 280px; margin: 0 auto; }
.term-info-box-guide-story-card .term-info-box-header { padding: 18px; }
.term-info-box-guide-story-card .term-info-box-details { padding: 6px 0 0; }
.term-info-box-details--list-first { grid-template-columns: 1fr; grid-template-areas: "hero" "facts" "desc"; }
.term-info-box-guide-author { grid-template-columns: 1fr; }
.term-info-box-guide-author__media { justify-self: start; }
.term-info-box-guide-hero-title { font-size: 1.92rem; }
.term-info-box-guide-hero-subtitle { font-size: 1rem; }
.term-info-box-guide-hero-link { width: 100%; min-width: 0; }
.term-info-box-split-layout { grid-template-columns: 1fr; }
.term-info-box-section h4 { font-size: 1.3rem; }
.term-info-box-wrapper--editorial-guide .term-info-box-section h4,
.term-info-box-guide-aside-card h4 { font-size: 1.32rem; }
.term-info-box-guide-facts__item { grid-template-columns: 1fr; gap: 4px; }
.term-info-box-guide-info-grid { grid-template-columns: 1fr; }
.term-info-box-guide-links-grid { grid-template-columns: 1fr; }
.term-info-box-guide-rating-card__score strong { font-size: 2.8rem; }
.term-info-box-guide-rating-card__score span { font-size: 1.2rem; }
.term-info-box-link-card { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
.term-info-box-link-card__media { max-width: 280px; margin: 0 auto; }
.term-info-box-link-card__body { gap: 12px; }
.term-info-box-link-card__title { font-size: 1.84rem; }
.term-info-box-link-card__footer { align-items: flex-start; }
.broadcast-grid-container { grid-template-columns: 1fr; }
.music-grid-container { grid-template-columns: 1fr; }
.term-info-box-guide-info-grid--music { grid-template-columns: 1fr; gap: 12px; }
.term-info-box-guide-info-grid__item--music,
.term-info-box-guide-info-grid__item--music:nth-last-child(2):nth-child(odd) { border-bottom: 1px dashed rgba(181, 135, 93, 0.22); padding-bottom: 12px; }
.term-info-box-guide-info-grid__item--music:last-child { border-bottom: none; padding-bottom: 0; }
.term-info-box-guide-updated { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 1180px) {
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-layout { grid-template-columns: 1fr; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-aside { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 336px);
  gap: 28px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-layout {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 308px);
  gap: 24px;
}
.schedule-calendar-page .weekly-schedule-toolbar {
  grid-template-columns: 1fr;
}
.schedule-calendar-page .weekly-schedule-toolbar__facts {
  justify-content: flex-start;
}
}

@media (max-width: 1040px) {
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-layout,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-layout {
  grid-template-columns: 1fr;
  gap: 22px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-main,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--taxonomy-schedule .term-info-box-guide-aside,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-main,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside {
  gap: 20px;
}
}

@media (max-width: 920px) {
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-story-card .term-info-box-header { grid-template-columns: 1fr; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-image { max-width: 320px; width: 100%; margin: 0 auto; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-block .term-info-box-guide-aside { grid-template-columns: 1fr; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-collapsible-content { padding: 24px 20px 28px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-layout { grid-template-columns: 1fr; gap: 20px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-card .term-info-box-header { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-image { max-width: 320px; width: 100%; margin: 0 auto; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-copy { gap: 10px; padding: 18px 20px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-main > .term-info-box-section:not(.term-info-box-section--hero) { gap: 10px; padding: 20px 22px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-main > .term-info-box-section:not(.term-info-box-section--hero) > .content { gap: 8px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid { gap: 10px 18px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--music-guide .content { gap: 10px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--music-guide .term-info-box-guide-info-grid--music {
  gap: 10px 18px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--music-guide .term-info-box-guide-info-grid__item--music {
  gap: 5px;
  padding-bottom: 10px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--music-guide .term-info-box-guide-info-grid__value--music {
  font-size: 0.93rem;
  line-height: 1.82;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-author { grid-template-columns: 74px minmax(0, 1fr); gap: 16px; align-items: start; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-author.no-image { grid-template-columns: 1fr; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-author__media img { width: 68px; height: 68px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card { padding: 20px 22px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-watch-row {
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 8px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-people-list__copy { grid-template-columns: 1fr; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-people-list__copy span { justify-self: start; text-align: left; white-space: normal; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-links-grid { grid-template-columns: 1fr; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-media-card iframe { min-height: 200px; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid--cast { grid-template-columns: 1fr; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-cast-list { grid-template-columns: 1fr; }
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__actions {
  justify-items: stretch;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__load-more {
  width: 100%;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a {
  grid-template-columns: minmax(108px, 34%) minmax(0, 1fr) !important;
  gap: 14px;
  border-radius: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_thumbnail {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 96px !important;
  aspect-ratio: auto !important;
  border-radius: 12px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_content {
  grid-template-rows: auto auto auto;
  gap: 8px;
  padding: 0 0 4px !important;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_excerpt p {
  -webkit-line-clamp: var(--excerpt-lines-mobile, 2);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__item--cast,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-cast-list__item {
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__value--cast {
  text-align: left;
  white-space: normal;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_thumbnail {
  width: 74px;
  min-width: 74px;
  flex-basis: 74px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_excerpt p {
  -webkit-line-clamp: var(--excerpt-lines-mobile, 2);
}
}
@media (max-width: 720px) {
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--music-guide .term-info-box-guide-info-grid--music {
  grid-template-columns: 1fr;
  gap: 10px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--music-guide .term-info-box-guide-info-grid__item--music,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--music-guide .term-info-box-guide-info-grid__item--music:nth-last-child(2):nth-child(odd) {
  gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(212, 200, 184, 0.7);
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--music-guide .term-info-box-guide-info-grid__item--music:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--music-guide .term-info-box-guide-info-grid__item--music .term-info-box-guide-info-grid__label {
  max-width: none;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--music-guide .term-info-box-guide-info-grid__value--music {
  font-size: 0.92rem;
  line-height: 1.76;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-facts__item {
  grid-template-columns: 1fr;
  gap: 4px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__cards {
  gap: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a {
  grid-template-columns: 96px minmax(0, 1fr) !important;
  gap: 12px;
  border-radius: 0;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a.schedule-terminal-related-posts__link--no-thumb {
  padding: 16px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_thumbnail {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 84px !important;
  aspect-ratio: auto !important;
  border-radius: 11px;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_content {
  gap: 7px;
  padding: 0 0 3px !important;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_title h3 {
  font-size: 0.99rem;
  line-height: 1.52;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_meta {
  margin-top: 0;
  gap: 4px 8px;
  padding-top: 9px;
  font-size: 0.74rem;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_excerpt {
  font-size: 0.76rem;
  line-height: 1.66;
}
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .schedule-terminal-related-posts__load-more {
  padding: 12px 14px;
  font-size: 0.88rem;
}
}

/* ======================================================================== */
/* PART 9-B: 資訊卡相關文章 — 覆寫 hd-layout-compact-list 外部衝突 */
/* ======================================================================== */
/*
 * 相關文章列表容器帶有 .hd-layout-compact-list（由通用 article-list 系統加入），
 * 該 class 的 !important 規則（60px 縮圖、隱藏摘要等）會破壞導讀模式的版面。
 * 以下使用更高特異度覆寫，確保資訊卡內的相關文章使用自己的佈局。
 */

/* --- 主欄相關文章（term-info-box-section--related-posts-guide 內） --- */
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .hd-layout-compact-list .postcard {
  display: block !important;
  align-items: stretch !important;
  padding: 0 !important;
  border-bottom: none !important;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .hd-layout-compact-list .postcard_thumbnail {
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 136px !important;
  border-radius: 13px !important;
  margin-right: 0 !important;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .hd-layout-compact-list .postcard_content {
  padding: 0 0 12px !important;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .hd-layout-compact-list .postcard_title h3 {
  font-size: clamp(1.04rem, 0.98rem + 0.24vw, 1.12rem) !important;
  line-height: 1.48 !important;
  -webkit-line-clamp: unset !important;
  max-height: none !important;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .hd-layout-compact-list .postcard_excerpt {
  display: block !important;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .hd-layout-compact-list .postcard_meta {
  font-size: 0.76rem !important;
  margin-top: 0 !important;
}

/* --- 側欄相關文章（term-info-box-guide-aside-card--related-posts 內） --- */
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .hd-layout-compact-list .postcard {
  display: block !important;
  align-items: stretch !important;
  padding: 0 !important;
  border-bottom: none !important;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .hd-layout-compact-list .postcard_thumbnail {
  flex: 0 0 80px !important;
  width: 80px !important;
  min-width: 80px !important;
  height: auto !important;
  min-height: 60px !important;
  border-radius: 12px !important;
  margin-right: 0 !important;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .hd-layout-compact-list .postcard_content {
  padding: 0 !important;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .hd-layout-compact-list .postcard_title h3 {
  font-size: 0.86rem !important;
  line-height: 1.44 !important;
  -webkit-line-clamp: unset !important;
  max-height: none !important;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .hd-layout-compact-list .postcard_excerpt {
  display: block !important;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .hd-layout-compact-list .postcard_meta {
  font-size: 0.72rem !important;
  margin-top: 0 !important;
}

/* --- 導讀模式左右欄：1041-1180px 容器寬度防溢出已在上方 @media (max-width: 1180px) 處理 --- */

/* 920px 以下的相關文章 postcard 需要覆寫 compact-list 行動版尺寸 */
@media (max-width: 920px) {
  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .hd-layout-compact-list .postcard_thumbnail {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 96px !important;
    border-radius: 12px !important;
  }

  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .hd-layout-compact-list .postcard_thumbnail {
    width: 74px !important;
    min-width: 74px !important;
    flex-basis: 74px !important;
  }
}

@media (max-width: 720px) {
  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .hd-layout-compact-list .postcard_thumbnail {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 84px !important;
    border-radius: 11px !important;
  }

  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .hd-layout-compact-list .postcard_title h3 {
    font-size: 0.99rem !important;
    line-height: 1.52 !important;
    -webkit-line-clamp: 2 !important;
    max-height: none !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .hd-layout-compact-list .postcard_excerpt {
    font-size: 0.76rem !important;
    line-height: 1.66 !important;
  }
}

/* ======================================================================== */
/* PART 13: 每週新番日曆 */
/* ======================================================================== */
.weekly-schedule-container { background: linear-gradient(180deg, #fffefd 0%, #fff8f1 100%); padding: 24px; border-radius: 22px; border: 1px solid rgba(234, 223, 210, 0.68); margin: 24px 0; box-shadow: 0 10px 24px rgba(100, 70, 30, 0.04); }
.weekly-schedule-filter-form { display: flex; gap: 12px; align-items: center; margin-bottom: 20px; flex-wrap: wrap; position: relative; padding: 16px; border-radius: 18px; background: rgba(255, 255, 255, 0.84); border: 1px solid rgba(234, 223, 210, 0.66); }
.weekly-schedule-filter-form select { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 8px 35px 8px 16px !important; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%238d705a' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; }
.weekly-schedule-filter-form select, .ws-weekly-nav a, .ws-monthly-nav a, .ws-view-toggle-btn, .ws-monthly-filter-btn { min-height: 42px; padding: 9px 16px; border: 1px solid #e2d5c7; background-color: rgba(255, 255, 255, 0.98); color: #6b5a49; font-weight: 600; border-radius: 12px; cursor: pointer; transition: all 0.2s ease-in-out; text-decoration: none; display: inline-flex; align-items: center; }
.weekly-schedule-filter-form select:hover, .ws-weekly-nav a:hover, .ws-monthly-nav a:hover, .ws-view-toggle-btn:hover, .ws-monthly-filter-btn:hover { background-color: #fff4e8; border-color: #dfc1a4; color: #9a5d2c; }
.weekly-schedule-filter-form select.active, .ws-weekly-nav a.active, .ws-monthly-nav a.active, .ws-view-toggle-btn.active, .ws-monthly-filter-btn.active { background-color: #fff1e4; color: #9a5d2c; border-color: #e7c9aa; box-shadow: none; }
.weekly-schedule-filter-form button { min-height: 42px; padding: 9px 16px; border-radius: 12px; border: 1px solid #cfb193; background-color: #c7834b; color: #fff; cursor: pointer; box-shadow: 0 8px 18px rgba(157, 98, 48, 0.18); }
.weekly-schedule-filter-form button:hover { background-color: #b9743d; }
.ws-weekly-nav, .ws-monthly-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding: 14px 16px; border-radius: 18px; background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,249,243,0.92) 100%); border: 1px solid rgba(234, 223, 210, 0.66); }
.ws-weekly-nav a, .ws-monthly-nav a { gap: 8px; }
.ws-weekly-nav-date-range, .ws-monthly-nav-date-range { font-weight: 700; font-size: 1.1em; color: #34281d; flex-grow: 1; text-align: center; padding: 0 10px; }
.ws-monthly-nav { margin-top: 5px; }
.weekly-schedule-no-results { text-align: center; padding: 24px; color: #816c57; grid-column: 1 / -1; background: linear-gradient(180deg, #fffdfa 0%, #fff6ee 100%); border: 1px dashed #eadccd; border-radius: 16px; }
.ws-view-switcher, .ws-monthly-filter { display: flex; gap: 6px; margin-bottom: 20px; background-color: rgba(255, 255, 255, 0.86); border-radius: 16px; padding: 6px; justify-content: center; border: 1px solid rgba(234, 223, 210, 0.64); }
.ws-view-container, .ws-monthly-view-pane { display: none; }
.ws-view-container.active, .ws-monthly-view-pane.active { display: block; }
.weekly-schedule-calendar { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.weekly-day-column { background: linear-gradient(180deg, #fffefc 0%, #fff9f3 100%); border: 1px solid rgba(234, 223, 210, 0.64); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 6px 16px rgba(100, 70, 30, 0.03); }
.weekly-day-header { background: #fff4e8; padding: 13px 16px; font-size: 1.04rem; font-weight: 700; color: #8f5528; border-bottom: 1px solid #ead8c7; }
.weekly-items-list { padding: 10px; list-style: none; margin: 0; }
.weekly-item-container a, .ws-monthly-item a { text-decoration: none; color: inherit; flex-grow: 1; min-width: 0; }
.weekly-item-container, .ws-monthly-item { --schedule-item-accent: #d9c7b6; position: relative; display: flex; align-items: flex-start; gap: 8px; padding: 12px; margin-bottom: 8px; border-radius: 12px; border-left: 4px solid var(--schedule-item-accent, #d9c7b6); background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, color-mix(in srgb, var(--schedule-item-accent, #d9c7b6) 10%, #fff) 100%); box-shadow: 0 6px 14px rgba(100, 70, 30, 0.06); text-decoration: none; color: #222; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; cursor: pointer; }
.weekly-item-container:hover, .ws-monthly-item:hover { transform: translateY(-2px); background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, color-mix(in srgb, var(--schedule-item-accent, #d9c7b6) 14%, #fff) 100%); box-shadow: 0 10px 20px rgba(100, 70, 30, 0.08); }
.item-content { flex-grow: 1; min-width: 0; }
.item-time { display: block; font-size: 0.88rem; font-weight: 700; color: #9a5d2c; margin-bottom: 5px; }
.item-title { line-height: 1.46; font-weight: 600; color: #33271d; }
.ws-monthly-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.ws-monthly-table th { background: #fff5ec; padding: 10px 5px; font-weight: 700; text-align: center; color: #7f624a; border-bottom: 2px solid #ead9c8; }
.ws-monthly-table td { border: 1px solid rgba(240, 230, 218, 0.82); vertical-align: top; height: auto !important; min-height: 100px; padding: 4px; background: rgba(255,255,255,0.78); }
.ws-day-number { text-align: right; font-size: 0.9em; font-weight: 600; color: #4f4032; margin-bottom: 4px; }
.ws-day-events { display: flex; flex-direction: column; gap: 4px; }
.ws-monthly-item { padding: 8px 6px; font-size: 0.8em; }
.item-special-label { color:#d20243; opacity: 0.9; }
.ws-more-btn { background: #fff4e8; border: 1px solid #ead8c7; color: #9a5d2c; font-size: 0.8em; font-weight: 700; text-align: center; width: 100%; padding: 6px 8px; margin-top: 4px; border-radius: 10px; cursor: pointer; }
.ws-more-btn:hover { background: #fff0df; }
.ws-monthly-item.ws-item-hidden, .weekly-item-container.ws-item-hidden { display: none; }
.item-expand-toggle { -webkit-tap-highlight-color: transparent; flex-shrink: 0; width: 24px; height: 24px; margin-top: 0; border: 1px solid #ead8c7; background: #fff9f2; border-radius: 50%; cursor: pointer; transition: all 0.3s ease; display: none; position: relative; }
.item-expand-toggle::before { content: ''; position: absolute; top: 8px; left: 8px; width: 8px; height: 8px; border-left: 2px solid #8d705a; border-bottom: 2px solid #8d705a; transform: rotate(-45deg); transition: transform 0.3s ease; }
.item-expand-toggle:hover { background: #fff0df; }
.item-expand-toggle.is-expanded::before { transform: rotate(135deg); }
.weekly-item-container.is-truncated .item-expand-toggle, .ws-monthly-item.is-truncated .item-expand-toggle { display: block; }
.item-title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; height: calc(1.4em * 2); transition: all 0.3s ease-in-out; }
.ws-monthly-item .item-title { height: auto; -webkit-line-clamp: 1; }
.item-title.is-expanded { -webkit-line-clamp: unset; height: auto; max-height: 500px; }
.schedule-calendar-page .weekly-schedule-container {
  background: linear-gradient(180deg, rgba(255, 255, 253, 0.98) 0%, rgba(255, 249, 243, 0.96) 100%);
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(234, 223, 210, 0.68);
  box-shadow: 0 10px 24px rgba(100, 70, 30, 0.04);
}
.schedule-calendar-page .weekly-schedule-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
  gap: 20px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(234, 223, 210, 0.66);
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,249,243,0.92) 100%);
}
.schedule-calendar-page .weekly-schedule-toolbar__intro {
  display: grid;
  gap: 8px;
}
.schedule-calendar-page .weekly-schedule-toolbar__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(190, 122, 61, 0.1);
  color: #a76630;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.schedule-calendar-page .weekly-schedule-toolbar__title {
  color: #34281d;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.3;
}
.schedule-calendar-page .weekly-schedule-toolbar__copy {
  margin: 0;
  color: #6b5a49;
  font-size: 0.94rem;
  line-height: 1.6;
}
.schedule-calendar-page .weekly-schedule-toolbar__facts {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  gap: 10px;
}
.schedule-calendar-page .weekly-schedule-toolbar__fact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(234, 223, 210, 0.66);
  background: rgba(255,255,255,0.96);
  color: #6b5a49;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}
.schedule-calendar-page .weekly-schedule-filter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 16px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(234, 223, 210, 0.66);
}
.schedule-calendar-page .ws-filter-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.schedule-calendar-page .ws-filter-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.schedule-calendar-page .ws-filter-field__label {
  color: #8f6b4f;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.schedule-calendar-page .ws-filter-field--month-picker[hidden] {
  display: none !important;
}
.schedule-calendar-page .ws-filter-actions {
  display: flex;
  align-items: flex-end;
}
.schedule-calendar-page .ws-filter-actions button {
  width: 100%;
  white-space: nowrap;
}
/* Calendar control parity: make weekly/monthly controls use the same pill rhythm as schedule archive nav. */
.schedule-calendar-page .weekly-schedule-filter-form select,
.schedule-calendar-page .ws-weekly-nav a,
.schedule-calendar-page .ws-monthly-nav a,
.schedule-calendar-page .ws-view-toggle-btn,
.schedule-calendar-page .ws-monthly-filter-btn {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgba(230, 217, 202, 0.78);
  background: rgba(255, 255, 255, 0.96);
  color: #7a5c46;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.3;
  box-shadow: none;
  justify-content: center;
  white-space: nowrap;
}
.schedule-calendar-page .weekly-schedule-filter-form select:hover,
.schedule-calendar-page .ws-weekly-nav a:hover,
.schedule-calendar-page .ws-monthly-nav a:hover,
.schedule-calendar-page .ws-view-toggle-btn:hover,
.schedule-calendar-page .ws-monthly-filter-btn:hover {
  background: #fff5ec;
  color: #9f6230;
  border-color: #e3c5a8;
}
.schedule-calendar-page .weekly-schedule-filter-form select.active,
.schedule-calendar-page .ws-weekly-nav a.active,
.schedule-calendar-page .ws-monthly-nav a.active,
.schedule-calendar-page .ws-view-toggle-btn.active,
.schedule-calendar-page .ws-monthly-filter-btn.active {
  background: #fff1e4;
  color: #9a5d2c;
  border-color: #e7c9aa;
  box-shadow: none;
}
.schedule-calendar-page .weekly-schedule-filter-form button {
  min-height: 42px;
  padding: 9px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #cf8950 0%, #bf763c 100%);
  border-color: #cfb193;
  box-shadow: 0 8px 18px rgba(157, 98, 48, 0.18);
  font-size: 0.86rem;
  font-weight: 700;
}
.schedule-calendar-page .ws-view-switcher,
.schedule-calendar-page .ws-monthly-filter {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 14px;
  padding: 4px 4px 10px 2px;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.schedule-calendar-page .ws-view-switcher::-webkit-scrollbar,
.schedule-calendar-page .ws-monthly-filter::-webkit-scrollbar {
  height: 6px;
}
.schedule-calendar-page .ws-view-switcher::-webkit-scrollbar-track,
.schedule-calendar-page .ws-monthly-filter::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.schedule-calendar-page .ws-view-switcher::-webkit-scrollbar-thumb,
.schedule-calendar-page .ws-monthly-filter::-webkit-scrollbar-thumb {
  background: #d4b393;
  border-radius: 10px;
}
.schedule-calendar-page .ws-view-switcher::-webkit-scrollbar-thumb:hover,
.schedule-calendar-page .ws-monthly-filter::-webkit-scrollbar-thumb:hover {
  background: #b88e68;
}
.schedule-calendar-page .ws-view-toggle-btn,
.schedule-calendar-page .ws-monthly-filter-btn {
  flex: 0 0 auto;
  margin-right: 12px;
}
.schedule-calendar-page .ws-view-toggle-btn:last-child,
.schedule-calendar-page .ws-monthly-filter-btn:last-child {
  margin-right: 0;
}
.schedule-calendar-page .ws-weekly-nav,
.schedule-calendar-page .ws-monthly-nav {
  display: none;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #fff8f1);
  border: 1px solid rgba(234, 223, 210, 0.66);
}
.schedule-calendar-page .ws-weekly-nav.is-active,
.schedule-calendar-page .ws-monthly-nav.is-active {
  display: flex;
}
.schedule-calendar-page .ws-weekly-nav-date-range,
.schedule-calendar-page .ws-monthly-nav-date-range {
  color: #34281d;
}
.schedule-calendar-page .weekly-schedule-calendar {
  gap: 18px;
}
.schedule-calendar-page .weekly-day-column {
  border-radius: 18px;
  border: 1px solid rgba(234, 223, 210, 0.64);
  background: linear-gradient(180deg, #fffefc 0%, #fff9f3 100%);
  box-shadow: 0 6px 16px rgba(100, 70, 30, 0.03);
}
.schedule-calendar-page .weekly-day-header {
  padding: 14px 16px;
  background: #fff4e8;
  color: #8f5528;
  border-bottom: 1px solid #ead8c7;
}
.schedule-calendar-page .weekly-item-container,
.schedule-calendar-page .ws-monthly-item {
  padding: 13px 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, color-mix(in srgb, var(--schedule-item-accent, #d9c7b6) 10%, #fff) 100%);
  box-shadow: 0 6px 14px rgba(100, 70, 30, 0.06);
}
.schedule-calendar-page .item-time {
  color: #9a5d2c;
  font-weight: 700;
}
.schedule-calendar-page .item-title { color: #33271d; }
.schedule-calendar-page .ws-monthly-table th {
  background: #fff5ec;
  color: #7f624a;
  border-bottom-color: #ead9c8;
}
.schedule-calendar-page .ws-monthly-table td {
  border-color: rgba(240, 230, 218, 0.82);
  background: rgba(255, 255, 255, 0.82);
}
.schedule-calendar-page .weekly-schedule-empty-state {
  margin: 18px 14px 14px;
  padding: 16px 14px;
  border-radius: 14px;
  border: 1px dashed #eadccd;
  background: rgba(255, 252, 247, 0.92);
  color: #8a7159;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
.ws-monthly-table thead { display: none; }
.ws-monthly-table .ws-day-number { display: none; }
.ws-monthly-table, .ws-monthly-table tbody, .ws-monthly-table tr, .ws-monthly-table td { display: block; width: 100%; }
.ws-monthly-table td { border: none; padding: 10px; min-height: unset; background: transparent; }
.ws-monthly-table tr { margin-bottom: 15px; border: 1px solid #eadfd2; border-radius: 14px; overflow: hidden; background: linear-gradient(180deg, #fffefc 0%, #fff9f3 100%); }
.ws-monthly-table td:not(:empty)::before { content: attr(data-date); display: block; font-weight: 700; font-size: 1.02em; color: #4f4032; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #eadfd2; }
.ws-monthly-table td:empty { display: none; }
.schedule-page-title--calendar { font-size: 1.8rem; }
.schedule-calendar-page .weekly-schedule-container { padding: 16px; border-radius: 18px; }
.schedule-calendar-page .schedule-search-container--archive { padding: 14px 16px; }
.schedule-calendar-page .weekly-schedule-toolbar {
  grid-template-columns: 1fr;
  padding: 16px;
}
.schedule-calendar-page .weekly-schedule-toolbar__facts {
  justify-content: flex-start;
}
.schedule-calendar-page .weekly-schedule-filter-form {
  padding: 12px;
  grid-template-columns: 1fr;
  align-items: stretch;
}
.schedule-calendar-page .ws-filter-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.schedule-calendar-page .weekly-schedule-filter-form select,
.schedule-calendar-page .weekly-schedule-filter-form button { width: 100%; }
.schedule-calendar-page .ws-weekly-nav,
.schedule-calendar-page .ws-monthly-nav { gap: 10px; align-items: stretch; }
}
@media (max-width: 520px) {
.schedule-calendar-page .schedule-search-container--archive { padding: 12px; border-radius: 18px; }
.schedule-calendar-page .search-input-group { gap: 8px; }
.schedule-calendar-page .schedule-search-input { min-height: 44px; padding: 11px 14px; }
.schedule-calendar-page .schedule-search-button { width: 44px; height: 44px; border-radius: 12px; }
  .schedule-calendar-page .ws-filter-fields { grid-template-columns: 1fr; }
  .ws-weekly-nav .ws-nav-text, .ws-monthly-nav .ws-nav-text { display: none; }
  .schedule-calendar-page .ws-weekly-nav.is-active,
  .schedule-calendar-page .ws-monthly-nav.is-active { display: grid; grid-template-columns: auto 1fr auto; }
  .schedule-calendar-page .ws-view-toggle-btn,
  .schedule-calendar-page .ws-monthly-filter-btn {
    margin-right: 10px;
    padding: 8px 14px;
    font-size: 0.82rem;
  }
  .ws-weekly-nav a, .ws-monthly-nav a { padding: 10px 12px; justify-content: center; }
  .ws-weekly-nav-date-range, .ws-monthly-nav-date-range { font-size: 1em; padding: 10px 0; }
}

/* Calendar terminal nav parity lock: match schedule archive controls exactly. */
.schedule-calendar-page .schedule-archive-shell--terminal-nav .top-buttons,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .month-buttons {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  gap: 0;
  padding: 4px 0 10px;
}

.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  margin-right: 12px;
  border: 1px solid rgba(230, 217, 202, 0.78);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.8em;
  text-decoration: none;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.96);
  color: #7a5c46;
  box-shadow: none;
}

.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button:last-child {
  margin-right: 0;
}

.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button:hover {
  background: #fff5ec;
  color: #9f6230;
  border-color: #e3c5a8;
  box-shadow: 0 4px 10px rgba(100, 70, 30, 0.05);
}

.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button.active,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .calendar-button.active {
  background: #fff1e4;
  color: #9a5d2c;
  border-color: #e7c9aa;
  box-shadow: none;
}

.schedule-calendar-page .schedule-archive-shell--terminal-nav .all-button.active,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .year-button.active {
  background: rgba(255, 255, 255, 0.96);
  color: #7a5c46;
  border-color: rgba(230, 217, 202, 0.78);
  box-shadow: none;
}

.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-input {
  border-radius: 16px;
  font-size: 0.96rem;
}

@media (max-width: 768px) {
  .schedule-calendar-page .schedule-archive-shell--terminal-nav .top-buttons,
  .schedule-calendar-page .schedule-archive-shell--terminal-nav .month-buttons {
    gap: 0;
    padding: 4px 0 10px;
  }

  .schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button {
    padding: 8px 16px;
    margin-right: 12px;
    font-size: 0.85rem;
  }
}

@media (max-width: 520px) {
  .schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-container--archive {
    padding: 14px;
    border-radius: 20px;
  }

  .schedule-calendar-page .schedule-archive-shell--terminal-nav .search-input-group {
    gap: 0;
  }

  .schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-input {
    min-height: auto;
    padding: 10px 45px 10px 12px;
    font-size: 16px;
  }

  .schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-button {
    right: 28px;
    width: auto;
    height: auto;
    padding: 8px;
    border-radius: 999px;
  }
}

@media (max-width: 480px) {
  .schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button {
    padding: 6px 12px;
    margin-right: 10px;
    font-size: 0.8rem;
  }
}

/* Calendar top shell parity: nav and hero share the same archive shell rhythm. */
.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav {
  margin: 0 0 20px;
  padding: 18px 22px;
  border-color: #e6e7ec;
  background: linear-gradient(135deg, rgba(255, 252, 253, 0.98) 0%, rgba(252, 253, 255, 0.98) 42%, rgba(247, 249, 253, 0.98) 100%);
  box-shadow: none;
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-search-container--archive {
  margin: 0 0 14px;
  padding: 17px 18px 18px;
  border-color: #eadfd2;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,250,245,0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .search-input-group {
  position: relative;
  gap: 0;
  max-width: none;
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-search-input {
  min-height: auto;
  padding: 14px 54px 14px 22px;
  border-color: #e3d7ca;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffefc 0%, #fffaf5 100%);
  color: #4f4032;
  font-size: 0.96rem;
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-search-button {
  position: absolute;
  right: 32px;
  width: auto;
  height: auto;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #8d705a;
  box-shadow: none;
  transform: none;
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-quick-nav-panel {
  margin-bottom: 12px;
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .rtlist-navigation {
  margin: 0 0 14px;
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .rtlist-navigation:last-of-type {
  margin-bottom: 14px;
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .top-buttons,
.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .month-buttons {
  gap: 0;
  padding: 6px 4px 10px 2px;
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .filter-button {
  padding: 9px 16px;
  margin-right: 12px;
  border-color: rgba(230, 217, 202, 0.78);
  font-size: 0.86rem;
  line-height: 1.8em;
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .filter-button:last-child {
  margin-right: 0;
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-archive-hero,
.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav :not(:first-child).schedule-archive-hero {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px dashed rgba(226, 232, 240, 0.9);
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-page-title--calendar {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -0.03em;
  color: #0f172a;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-calendar-page-facts {
  gap: 10px;
  margin-top: 2px;
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-calendar-page-fact {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d2dbe5;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-calendar-page-fact:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #0f172a;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(15, 23, 42, 0.05);
}

@media (max-width: 768px) {
  .schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav {
    padding: 18px 16px;
  }

  .schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-search-container--archive {
    padding: 14px;
  }

  .schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .filter-button {
    padding: 8px 16px;
    margin-right: 12px;
    font-size: 0.85rem;
  }
}

@media (max-width: 520px) {
  .schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-search-input {
    padding: 10px 45px 10px 12px;
    font-size: 16px;
  }

  .schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-search-button {
    right: 28px;
  }
}

@media (max-width: 480px) {
  .schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .filter-button {
    padding: 6px 12px;
    margin-right: 10px;
    font-size: 0.8rem;
  }
}

.anime-schedule-card {
  display: grid;
  grid-template-columns: minmax(180px, 320px) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 28px);
  margin: 24px 0;
  padding: clamp(16px, 3vw, 28px);
  border: 1px solid #e5ecf5;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.anime-schedule-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 16px;
}

.anime-schedule-card__eyebrow {
  margin: 0 0 6px;
  color: #b40039;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.anime-schedule-card__title {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.anime-schedule-card__title a {
  color: inherit;
  text-decoration: none;
}

.anime-schedule-card__subtitle {
  margin: 0 0 16px;
  color: #526070;
}

.anime-schedule-card__facts {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.anime-schedule-card__facts div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
}

.anime-schedule-card__facts dt {
  color: #64748b;
  font-weight: 700;
}

.anime-schedule-card__facts dd {
  margin: 0;
}

.anime-schedule-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 16px;
  background: #111827;
}

.anime-schedule-single {
  --anime-schedule-accent: #d20243;
  --anime-schedule-ink: #172033;
  --anime-schedule-muted: #5b6678;
  --anime-schedule-line: #e5ecf5;
  margin: 32px 0 44px;
  color: var(--anime-schedule-ink);
}

.anime-schedule-single__hero {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid var(--anime-schedule-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 10%, rgba(210, 2, 67, 0.11), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 62%, #fff7fa 100%);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.09);
}

.anime-schedule-single__poster img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.anime-schedule-single__summary {
  align-self: center;
}

.anime-schedule-single__eyebrow {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(210, 2, 67, 0.1);
  color: #ad0037;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.anime-schedule-single__summary h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.08;
}

.anime-schedule-single__subtitle {
  margin: 0 0 18px;
  color: var(--anime-schedule-muted);
  font-size: 1.06rem;
}

.anime-schedule-single__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.anime-schedule-single__facts div {
  padding: 11px 13px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.anime-schedule-single__facts dt {
  margin-bottom: 4px;
  color: #7b8797;
  font-size: 0.78rem;
  font-weight: 800;
}

.anime-schedule-single__facts dd {
  margin: 0;
  font-weight: 700;
}

.anime-schedule-single__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.anime-schedule-single__links a,
.anime-schedule-platform a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--anime-schedule-accent);
  color: #fff !important;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none !important;
}

.anime-schedule-single__section {
  margin-top: 24px;
  padding: clamp(16px, 2.4vw, 26px);
  border: 1px solid var(--anime-schedule-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.anime-schedule-single__section h3 {
  margin: 0 0 16px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.anime-schedule-single__section--video .anime-schedule-card__media {
  min-height: 260px;
}

.anime-schedule-platform-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.anime-schedule-platform {
  padding: 16px;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.anime-schedule-platform h4 {
  margin: 0 0 8px;
  font-size: 1.06rem;
}

.anime-schedule-platform p {
  margin: 0 0 10px;
  color: var(--anime-schedule-muted);
}

.anime-schedule-platform p span {
  display: inline-block;
  margin-left: 8px;
  color: var(--anime-schedule-ink);
  font-weight: 700;
}

.anime-schedule-platform__note {
  font-size: 0.92rem;
}

.anime-schedule-series-list {
  display: grid;
  gap: 10px;
}

.anime-schedule-series-list__item {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  color: var(--anime-schedule-ink) !important;
  text-decoration: none !important;
}

.anime-schedule-series-list__item:hover,
.anime-schedule-series-list__item:focus {
  border-color: #93c5fd;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.1);
}

.anime-schedule-series-list__item.is-current {
  border-color: var(--anime-schedule-accent);
  background: #fff7fa;
}

.anime-schedule-series-list__label {
  font-weight: 850;
}

.anime-schedule-series-list__meta {
  color: var(--anime-schedule-muted);
  font-size: 0.92rem;
}

.anime-schedule-change-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.anime-schedule-change-list li {
  display: grid;
  gap: 5px;
  padding: 13px 15px;
  border-radius: 16px;
  background: #f8fbff;
  border-left: 4px solid var(--anime-schedule-accent);
}

.anime-schedule-change-list em {
  color: var(--anime-schedule-muted);
  font-style: normal;
}

.anime-schedule-single__text {
  color: #344054;
  line-height: 1.75;
}

.anime-schedule-single__text > :last-child {
  margin-bottom: 0;
}

.anime-schedule-single__copyrights {
  margin-top: 22px;
  padding: 14px 16px;
  border-top: 1px solid var(--anime-schedule-line);
  color: #768195;
  font-size: 0.9rem;
  text-align: center;
}

@media (max-width: 760px) {
  .anime-schedule-card {
    grid-template-columns: 1fr;
  }

  .anime-schedule-card__image img {
    min-height: 180px;
  }

  .anime-schedule-single__hero,
  .anime-schedule-single__facts {
    grid-template-columns: 1fr;
  }

  .anime-schedule-single__poster img {
    min-height: 220px;
  }
}

/* Anime schedule / calendar medium-gray tone. Keep this late to override legacy warm rules. */
.schedule-calendar-page .schedule-search-container--archive,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-container--archive,
.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-search-container--archive,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-quick-nav-panel {
  border-color: #d8dde5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 250, 252, 0.94) 100%);
  box-shadow: none;
}

.schedule-calendar-page .schedule-archive-shell--calendar-page.schedule-archive-shell--terminal-nav,
.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav {
  border-color: #d1d5db;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 46%, rgba(241, 245, 249, 0.98) 100%);
  box-shadow: none;
}

.schedule-calendar-page .schedule-calendar-page-eyebrow,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-quick-nav-panel__eyebrow {
  background: rgba(107, 114, 128, 0.1);
  color: #4b5563;
  border-color: rgba(156, 163, 175, 0.4);
}

.schedule-calendar-page .schedule-page-title--calendar,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-quick-nav-panel__title {
  color: #1f2937;
}

.schedule-calendar-page .schedule-calendar-page-subtitle,
.schedule-calendar-page .schedule-calendar-page-fact,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-quick-nav-panel__copy,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-quick-nav-row__label {
  color: #6b7280;
}

.schedule-calendar-page .schedule-search-input,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-input,
.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-search-input {
  border-color: #d1d5db;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #374151;
}

.schedule-calendar-page .schedule-search-input::placeholder,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-input::placeholder {
  color: #9ca3af;
}

.schedule-calendar-page .schedule-search-input:focus,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-input:focus {
  border-color: #9ca3af;
  box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.16);
}

.schedule-calendar-page .schedule-search-button,
.weekly-schedule-filter-form button {
  border-color: #9ca3af;
  background: #6b7280;
  color: #fff;
  box-shadow: none;
}

.schedule-calendar-page .schedule-search-button:hover,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-search-button:hover,
.schedule-calendar-page > .schedule-archive-shell.schedule-archive-shell--terminal-nav .schedule-search-button:hover,
.weekly-schedule-filter-form button:hover {
  background: #4b5563;
  color: #fff;
  border-color: #4b5563;
  transform: none;
}

.schedule-calendar-page .schedule-archive-nav-disclosure__toggle,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .schedule-quick-nav-panel__chip,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .all-button.active,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .year-button.active,
.calendar-nav,
.weekly-schedule-filter-form select,
.ws-weekly-nav a,
.ws-monthly-nav a,
.ws-view-toggle-btn,
.ws-monthly-filter-btn {
  background: rgba(255, 255, 255, 0.96);
  color: #4b5563;
  border-color: #d1d5db;
  box-shadow: none;
}

.schedule-calendar-page .schedule-archive-nav-disclosure__toggle:hover,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button:hover,
.calendar-nav:hover:not(:disabled),
.weekly-schedule-filter-form select:hover,
.ws-weekly-nav a:hover,
.ws-monthly-nav a:hover,
.ws-view-toggle-btn:hover,
.ws-monthly-filter-btn:hover,
.sc-more-toggle:hover,
.ws-more-btn:hover {
  background: #f3f4f6;
  color: #374151;
  border-color: #9ca3af;
}

.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button.active,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .calendar-button.active,
.weekly-schedule-filter-form select.active,
.ws-weekly-nav a.active,
.ws-monthly-nav a.active,
.ws-view-toggle-btn.active,
.ws-monthly-filter-btn.active {
  background: #e5e7eb;
  color: #374151;
  border-color: #9ca3af;
  box-shadow: none;
}

.calendar-select-container::after,
.item-expand-toggle::before {
  border-color: #6b7280;
}

#calendar-jump-select:hover,
#calendar-jump-select:focus {
  border-color: #9ca3af;
  box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.16);
}

.sc-today .sc-day-number {
  background-color: #6b7280;
  color: #fff;
  box-shadow: none;
}

.sc-more-toggle,
.ws-more-btn {
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #4b5563;
}

.ws-monthly-table th {
  background: #f3f4f6;
  color: #374151;
  border-bottom-color: #d1d5db;
}

.calendar-other-list .year-group > h4,
.calendar-other-list .month-group > h4,
.ws-monthly-table tr,
.ws-monthly-table td:not(:empty)::before {
  border-color: #d1d5db;
}

.ws-monthly-table tr {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.item-time,
.calendar-toolbar__eyebrow,
.schedule-calendar-page .schedule-calendar-page-fact strong {
  color: #4b5563;
}

/* Terminal schedule guide intro: align the story/intro card with the neutral schedule nav tone. */
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-copy {
  border-color: #e5e7eb;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
  color: #374151;
  box-shadow: none;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-copy__head {
  border-bottom-color: #e5e7eb;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-copy__title {
  color: #1f2937;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-copy__body {
  color: #374151;
}

/* Terminal schedule guide neutral pass: remove legacy warm card colors from the whole block. */
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-story-card .term-info-box-header,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-main > .term-info-box-section:not(.term-info-box-section--hero),
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-source-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-media-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-copyright-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-author-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-theme-card {
  border-color: #e5e7eb;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.97) 100%);
  box-shadow: none;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-image img {
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-image-source,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-hero-subtitle,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-updated,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-updated__label,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-updated__value {
  color: #64748b;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-kind,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-badge {
  border-color: #cbd5e1;
  background: #f1f5f9;
  color: #475569;
  box-shadow: none;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-hero-title,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-facts dd,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-watch-row__value,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-info-grid__value,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-source-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-media-card,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-copyright-card {
  color: #1f2937;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-facts__item,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-watch-row,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-divider {
  border-color: #e5e7eb;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard.ex > a,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts #arte-t6-t .postcard.ex > a {
  border-bottom-color: #e5e7eb;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_thumbnail,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_thumbnail {
  background: #f1f5f9;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_title h3,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_title h3 {
  color: #1f2937;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_excerpt,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_meta,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_excerpt,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_meta {
  color: #64748b;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_meta,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_meta {
  border-top-color: #e5e7eb;
}

.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-section--related-posts-guide .postcard_meta-separator,
.term-info-box-wrapper--editorial-guide.term-info-box-wrapper--context-terminal .term-info-box-guide-aside-card--related-posts .postcard_meta-separator {
  color: #cbd5e1;
}

/* Keep active schedule nav items warmer than the neutral shell for stronger wayfinding. */
.schedule-calendar-page .schedule-archive-shell--terminal-nav .filter-button.active,
.schedule-calendar-page .schedule-archive-shell--terminal-nav .calendar-button.active,
.weekly-schedule-filter-form select.active,
.ws-weekly-nav a.active,
.ws-monthly-nav a.active,
.ws-view-toggle-btn.active,
.ws-monthly-filter-btn.active {
  background: #fff3e5;
  color: #9a3412;
  border-color: #f0c79a;
  box-shadow: none;
}
.schedule-reminder-feedback {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(34, 113, 177, 0.18);
    background: rgba(34, 113, 177, 0.08);
    color: #1d4f75;
    font-size: 14px;
    line-height: 1.6;
}

.schedule-reminder-feedback--error {
    border-color: rgba(185, 28, 28, 0.2);
    background: rgba(185, 28, 28, 0.08);
    color: #8a1f1f;
}
