/* 영화 상세 — mono 톤 (site-common 골드 토큰 오버라이드, layout 각짐 스타일) */

.ti .md-theme {
  --site-font-family: "Spoqa Han Sans Neo", sans-serif;
  --brand-gold: #666;
  --brand-gold-mid: #555;
  --brand-gold-soft: #ccc;
  --brand-bronze: #5a5a5a;
  --brand-bronze-deep: #333;
  --brand-ink: #111;
  --brand-walnut: #2a2a2a;
  --bg: #fafafa;
  --bg-elevated: #ffffff;
  --text: #1a1a1a;
  --muted: #5a5a5a;
  --line: #c8c8c8;
  --pill-bg: #ececec;
  --accent: #333;
  --accent-hover: #111;
  --accent-secondary: #5a5a5a;
  --tab-active: #111;
  --tab-inactive-bg: #e8e8e8;
  --tab-inactive-text: #666;
  --menu-card: #ececec;
  --shadow: rgba(0, 0, 0, 0.08);
  --shadow-deep: rgba(0, 0, 0, 0.2);
  --radius: 0;
  --radius-sm: 0;
  color: var(--text);
  background: var(--bg-elevated);
  font-family: var(--site-font-family);
  line-height: 1.5;
}

.ti .md-theme a {
  color: inherit;
  text-decoration: none;
}

.ti .md-theme .section-movie-detail {
  padding: 8px 8px 32px;
  max-width: 1040px;
  margin: 0 auto;
}

.ti .md-theme .section-title {
  color: var(--text);
}

.ti .md-theme .section-title::after {
  color: var(--muted);
}

.ti .md-theme .ref-note a {
  color: #333;
  text-decoration: underline;
}

.ti .md-theme .np-back a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ti .md-theme .np-back a:hover {
  color: #000;
}

.ti .md-theme .ref-note a:hover {
  color: #000;
}

.ti .md-theme .movie-detail-box {
  border-radius: 0;
  border-color: #b0b0b0;
  background: #fff;
}

.ti .md-theme .movie-detail-poster.md-poster {
  max-width: 100%;
  max-height: none;
  border-radius: 0;
}

.ti .md-theme .movie-detail-tab {
  border-radius: 0;
}

.ti .md-theme .movie-detail-tab:focus-visible {
  outline-color: #333;
}

.ti .md-theme .movie-detail-trailer-frame {
  border-radius: 0;
  background: #1a1a1a;
}

.ti .md-theme .movie-detail-time-badge {
  border-radius: 0;
  border: 1px solid #b0b0b0;
  background: #fafafa;
}

.ti .md-theme a.movie-detail-time-badge:hover {
  border-color: #111;
  background: #f0f0f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.ti .md-theme a.movie-detail-time-badge:hover .badge-date,
.ti .md-theme a.movie-detail-time-badge:hover .badge-time {
  color: #000;
}

.ti .md-theme .movie-detail-time-badge .badge-date {
  color: #111;
}

.ti .md-theme .md2-booking-btn {
  border-radius: 0;
  border: 1px solid #4a4a4a;
  background: #fff;
  color: #111;
}

.ti .md-theme .md2-booking-btn:hover {
  background: #f0f0f0;
  border-color: #111;
  color: #000;
  box-shadow: none;
  transform: none;
}

.ti .md-theme .md2-booking-btn:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}
