/* SolveNavi video watch page v2. Scoped to this page only. */
.watch-page {
  --watch-ink: #06192b;
  --watch-panel: rgba(255,255,255,.085);
  --watch-line: rgba(255,255,255,.15);
  --watch-muted: #b9cedd;
  background: #eef4f8;
}
.watch-page .watch-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 34px 0 64px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,199,58,.2), transparent 24%),
    radial-gradient(circle at 12% 52%, rgba(25,132,205,.22), transparent 28%),
    linear-gradient(145deg, #041321 0%, #09283e 58%, #0b3650 100%);
}
.watch-page .watch-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 76%);
}
.watch-page .watch-hero .breadcrumb { margin-bottom: 17px; }
.watch-page .watch-kicker { display: inline-flex; align-items: center; gap: 9px; }
.watch-page .watch-kicker::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--sun); }
.watch-page .watch-hero h1 {
  max-width: 780px;
  margin: 12px 0 14px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.01;
  text-wrap: balance;
}
.watch-page .watch-intro { max-width: 720px; font-size: clamp(16px, 1.7vw, 18px); line-height: 1.62; }
.watch-meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.watch-meta-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #d8e8f2;
  background: rgba(3,17,29,.38);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}
.watch-page .watch-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  gap: 22px;
  margin-top: 28px;
}
.watch-page .watch-stage {
  min-height: 590px;
  padding: 19px;
  border-color: var(--watch-line);
  border-radius: 30px;
  background: linear-gradient(155deg, rgba(255,255,255,.11), rgba(255,255,255,.025));
  box-shadow: 0 28px 70px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08);
}
.watch-stage-shell {
  width: min(100%, 390px);
  padding: 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 31px;
  background: #030c14;
  box-shadow: 0 30px 64px rgba(0,0,0,.48);
}
.watch-stage-top { display: flex; align-items: center; justify-content: space-between; min-height: 35px; padding: 0 7px 7px; color: #a9c2d3; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.watch-stage-top span { display: inline-flex; align-items: center; gap: 7px; font-weight: 900; }
.watch-stage-top i { width: 7px; height: 7px; border-radius: 50%; background: #39d6a4; box-shadow: 0 0 0 5px rgba(57,214,164,.1); }
.watch-stage-top b { padding: 4px 7px; border-radius: 7px; color: #091b2b; background: var(--sun); font-size: 10px; }
.watch-page .watch-stage video {
  width: 100%;
  max-height: 66vh;
  border: 0;
  border-radius: 21px;
  box-shadow: none;
}
.watch-stage-caption { margin: 9px 6px 2px; color: #91aabc; font-size: 11px; line-height: 1.4; text-align: center; }
.watch-page .watch-checklist {
  position: relative;
  padding: 28px;
  overflow: hidden;
  border-color: var(--watch-line);
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.watch-page .watch-checklist::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,199,58,.11);
  filter: blur(4px);
  pointer-events: none;
}
.watch-page .watch-checklist h2 { max-width: 330px; margin-bottom: 18px; font-size: clamp(27px, 3vw, 35px); }
.watch-page .watch-checklist ol { gap: 8px; }
.watch-page .watch-checklist li {
  padding: 13px 13px 13px 50px;
  border-color: rgba(255,255,255,.105);
  background: rgba(1,13,23,.42);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.watch-page .watch-checklist li:hover { transform: translateX(3px); border-color: rgba(255,199,58,.32); background: rgba(1,13,23,.62); }
.watch-page .watch-local-note { margin-top: 14px; border-radius: 0 10px 10px 0; }
.watch-checklist-actions { display: grid; gap: 9px; margin-top: 17px; }
.watch-checklist-actions a { display: flex; align-items: center; justify-content: center; min-height: 45px; padding: 10px 14px; border-radius: 12px; font-size: 13px; font-weight: 900; text-decoration: none; }
.watch-primary-action { gap: 10px; color: #07192a; background: var(--sun); box-shadow: 0 12px 24px rgba(255,199,58,.16); }
.watch-primary-action:hover { color: #07192a; background: #ffdc77; }
.watch-primary-action span { font-size: 18px; line-height: 1; transition: transform .18s ease; }
.watch-primary-action:hover span { transform: translateX(3px); }
.watch-secondary-action { color: #d4e5ef; border: 1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.14); }
.watch-secondary-action:hover { color: #fff; border-color: rgba(255,255,255,.28); }
.watch-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.14);
}
.watch-flow > div { display: flex; align-items: center; gap: 12px; min-height: 86px; padding: 16px 18px; background: rgba(3,18,30,.82); }
.watch-flow b { display: grid; flex: 0 0 34px; height: 34px; place-items: center; border-radius: 10px; color: #07192a; background: var(--sun); font-size: 11px; }
.watch-flow span, .watch-flow strong, .watch-flow small { display: block; }
.watch-flow strong { color: #fff; font-size: 14px; }
.watch-flow small { margin-top: 3px; color: #9eb5c5; font-size: 11px; line-height: 1.35; }
.watch-page .watch-details { padding: 54px 0 66px; }
.watch-page .watch-detail-grid > article, .watch-page .watch-next { border-radius: 26px; box-shadow: 0 18px 46px rgba(20,48,70,.1); }
.watch-page .watch-next a { margin: 0 -8px; padding: 15px 8px; border-radius: 10px; transition: background .18s ease, transform .18s ease; }
.watch-page .watch-next a:hover { transform: translateX(3px); background: #f4f8fb; }
@media (max-width: 900px) {
  .watch-page .watch-layout { grid-template-columns: 1fr; }
  .watch-page .watch-stage { min-height: 0; }
  .watch-page .watch-checklist { order: 2; }
}
@media (max-width: 680px) {
  .watch-page .watch-hero { padding: 24px 0 42px; }
  .watch-page .watch-hero h1 { font-size: clamp(36px, 11vw, 48px); }
  .watch-page .watch-intro { line-height: 1.55; }
  .watch-meta-row { gap: 6px; margin-top: 15px; }
  .watch-meta-row span { min-height: 29px; padding: 5px 9px; font-size: 10px; }
  .watch-page .watch-layout { gap: 14px; margin-top: 21px; }
  .watch-page .watch-stage { padding: 10px; border-radius: 23px; }
  .watch-stage-shell { width: min(100%, 338px); padding: 8px; border-radius: 25px; }
  .watch-page .watch-stage video { max-height: 62vh; border-radius: 17px; }
  .watch-page .watch-checklist { padding: 21px; border-radius: 23px; }
  .watch-page .watch-checklist h2 { margin-bottom: 15px; }
  .watch-flow { grid-template-columns: 1fr; border-radius: 16px; }
  .watch-flow > div { min-height: 72px; padding: 13px 15px; }
  .watch-page .watch-details { padding: 38px 0 48px; }
}
@media (prefers-reduced-motion: reduce) {
  .watch-page .watch-checklist li, .watch-page .watch-next a, .watch-primary-action span { transition: none; }
}
