:root { color-scheme: dark; }
body { margin: 0; background: #0b0b0c; color: #f3f3f2; font-family: "IBM Plex Sans", sans-serif; }
* { box-sizing: border-box; }
a { color: inherit; text-underline-offset: .2em; }
.watch-wrap { width: min(1040px, calc(100% - 40px)); margin: 0 auto; }
.watch-breadcrumb { padding: 24px 0 10px; color: #aaa; font-size: 13px; }
.watch-wrap h1 { margin: 0 0 22px; font: 500 clamp(28px, 4vw, 44px)/1.12 Fraunces, Georgia, serif; }
.watch-wrap h2 { margin: 0 0 14px; font: 500 25px/1.2 Fraunces, Georgia, serif; }
.watch-wrap p { color: #b9b9bd; line-height: 1.65; }
.watch-player { margin: 0; }
.watch-player video { display: block; width: 100%; height: auto; aspect-ratio: 16/9; background: #171718; border: 1px solid #29292c; border-radius: 10px; }
.watch-player figcaption { padding: 12px 0; color: #aaa; font-size: 13px; }
.watch-details { display: grid; grid-template-columns: 1.1fr 1fr; gap: 42px; padding: 30px 0 36px; }
.watch-prompt { padding: 20px; background: #171718; border-left: 2px solid #b8b8bc; color: #f3f3f2 !important; }
.watch-record { min-width: 0; padding: 22px; border: 1px solid #29292c; border-radius: 8px; }
.watch-record dl { margin: 0; font-size: 14px; }
.watch-record dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid #29292c; }
.watch-record dt { color: #aaa; }
.watch-record dd { margin: 0; text-align: right; font-variant-numeric: tabular-nums; }
.watch-record p, .watch-record a { font-size: 13px; }
.watch-source { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 42px; padding: 32px 0; border-top: 1px solid #29292c; }
.watch-source img { width: 100%; height: auto; border-radius: 8px; }
.watch-next { padding: 34px; margin: 24px 0 36px; background: #171718; border: 1px solid #29292c; border-radius: 10px; }
.watch-next p { max-width: 70ch; }
.watch-next .btn { display: inline-flex; align-items: center; min-height: 44px; padding: 12px 18px; color: #171718; background: #d0d0d2; border-radius: 7px; text-decoration: none; font-weight: 600; }
.watch-related { padding: 0 0 38px; line-height: 1.7; }
.watch-related ul { padding-left: 20px; }
.watch-related li { margin: 6px 0; color: #aaa; }
.watch-related a { color: #f3f3f2; }
.watch-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; max-width: 1040px; margin: 0 auto; padding: 28px 20px; border-top: 1px solid #29292c; color: #aaa; font-size: 13px; }
.watch-footer nav { display: flex; gap: 20px; }
:focus-visible { outline: 2px solid #eee; outline-offset: 4px; }
@media (max-width: 650px) {
  .watch-details, .watch-source { grid-template-columns: 1fr; gap: 22px; }
  .watch-next { padding: 24px; }
  .watch-breadcrumb { padding-top: 18px; }
  .watch-record dl div { gap: 12px; }
}
