.ptt-video-watch-page {
  box-sizing: border-box;
  color: #1e293b;
  padding-bottom: 40px;
}

.ptt-video-watch-page *,
.ptt-video-watch-page *::before,
.ptt-video-watch-page *::after {
  box-sizing: inherit;
}

.ptt-video-breadcrumbs {
  color: #64748b;
  font-size: 13px;
  margin: 14px 0 18px;
}

.ptt-video-breadcrumbs a {
  color: #0369a1;
  text-decoration: none;
}

.ptt-video-breadcrumbs a:hover {
  text-decoration: underline;
}

.ptt-video-watch-main {
  margin: 0 auto;
  max-width: 1040px;
}

.ptt-video-watch-card {
  background: #fff;
  border: 1px solid #dbe4ee;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .1);
  overflow: hidden;
}

.ptt-video-watch-header {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 70%, #0369a1 100%);
  color: #e2e8f0;
  padding: 28px clamp(18px, 5vw, 46px);
}

.ptt-video-watch-kicker {
  color: #7dd3fc;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ptt-video-watch-header h1 {
  color: #fff;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.15;
  margin: 0 0 12px;
}

.ptt-video-watch-header p {
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  max-width: 820px;
}

.ptt-video-player-shell {
  background: #020617;
  display: grid;
  min-height: 220px;
  place-items: center;
}

.ptt-video-player-shell video {
  background: #000;
  display: block;
  height: auto;
  max-height: min(76vh, 760px);
  width: 100%;
}

.ptt-video-watch-card.is-widescreen .ptt-video-player-shell video {
  aspect-ratio: 16 / 9;
}

.ptt-video-watch-card.is-vertical .ptt-video-player-shell video {
  aspect-ratio: 9 / 16;
  max-width: 430px;
}

.ptt-video-watch-meta,
.ptt-video-watch-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px clamp(18px, 5vw, 46px);
}

.ptt-video-watch-meta {
  border-bottom: 1px solid #e2e8f0;
}

.ptt-video-watch-meta span {
  background: #f1f5f9;
  border-radius: 999px;
  color: #475569;
  font-size: 12px;
  font-weight: 750;
  padding: 6px 10px;
}

.ptt-video-watch-actions a {
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  color: #075985;
  font-weight: 750;
  min-height: 44px;
  padding: 11px 15px;
  text-decoration: none;
}

.ptt-video-watch-actions .ptt-video-action-primary {
  background: #0369a1;
  border-color: #0369a1;
  color: #fff;
}

.ptt-video-watch-actions a:hover {
  border-color: #0284c7;
  box-shadow: 0 4px 12px rgba(2, 132, 199, .14);
}

.ptt-video-watch-page a:focus-visible,
.ptt-video-watch-page video:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 3px;
}

@media (max-width: 600px) {
  .ptt-video-watch-page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ptt-video-watch-card {
    border-radius: 12px;
  }

  .ptt-video-watch-header {
    padding: 22px 16px;
  }

  .ptt-video-watch-header p {
    font-size: 15px;
  }

  .ptt-video-watch-meta,
  .ptt-video-watch-actions {
    padding: 14px 16px;
  }

  .ptt-video-watch-actions a {
    text-align: center;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ptt-video-watch-page *,
  .ptt-video-watch-page *::before,
  .ptt-video-watch-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
