.wwf-howwatch {
  --ink: #10253f;
  --ink2: #183754;
  --gold: #b98728;
  --gold2: #d7ab58;
  --paper: #fbfaf7;
  --soft: #f3efe6;
  --line: #d9d2c5;
  --muted: #657181;
  max-width: 960px;
  margin: 0 auto;
  color: #233044;
  background: #fff;
  font:
    17px/1.68 system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
}
.wwf-howwatch * {
  box-sizing: border-box;
}
.wwf-howwatch img {
  display: block;
  width: 100%;
  height: auto;
}
.wwf-howwatch a {
  color: #8b6418;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.wwf-howwatch h1,
.wwf-howwatch h2,
.wwf-howwatch h3 {
  font-family: Georgia, serif;
}
.wwf-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 330px;
  margin: 0 0 1.6em;
  overflow: hidden;
  border-top: 6px solid var(--gold);
  background: linear-gradient(135deg, #10253f, #07192c);
  color: #fff;
}
.wwf-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.25em 2.2em;
}
.wwf-eyebrow {
  margin: 0 0 0.7em;
  color: #e4ba68;
  font-size: 0.75em;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.wwf-hero h1 {
  margin: 0 0 0.35em;
  color: #fff;
  font-size: 2.55em;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.wwf-hero-copy > p:last-child {
  margin: 0;
  color: #f2c46c;
  font-weight: 700;
  line-height: 1.5;
}
.wwf-hero-image {
  min-height: 330px;
  margin: 0;
  background: #07192c;
}
.wwf-hero-image img {
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
}
.wwf-short {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  align-items: center;
  margin: 1.4em 0 1.8em;
  padding: 1.2em 1.3em;
  border: 1px solid #dbc99f;
  border-left: 5px solid var(--gold);
  background: linear-gradient(90deg, #fffdf8, #f6f1e6);
}
.wwf-short-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold2), var(--gold));
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.wwf-short strong {
  display: block;
  color: var(--ink);
  font:
    700 1.2em Georgia,
    serif;
}
.wwf-short p {
  margin: 0.12em 0 0;
}
.wwf-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}
.wwf-subhead {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 1.35em 0 0.65em;
}
.wwf-subhead h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.62em;
  line-height: 1.18;
  white-space: normal;
}
.wwf-subhead::after {
  content: "";
  height: 1px;
  flex: 1;
  min-width: 26px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.wwf-table-wrap {
  margin: 1em 0 1.6em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wwf-howwatch table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  font-size: 0.91em;
}
.wwf-howwatch th,
.wwf-howwatch td {
  padding: 0.76em;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  word-break: normal;
  hyphens: none;
}
.wwf-howwatch th {
  background: var(--ink);
  color: #fff;
}
.wwf-num {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-weight: 800;
}
.wwf-parts {
  min-width: 0;
}
.wwf-exploded {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fbf5eb;
}
.wwf-exploded-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.wwf-exploded-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wwf-tap-hint {
  padding: 0.55em 0.8em;
  background: #f7f0e4;
  color: var(--muted);
  font-size: 0.78em;
  text-align: center;
}
.wwf-hotspot {
  position: absolute;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 2px 8px rgba(16, 37, 63, 0.28);
  color: #fff;
  font: 800 0.8em system-ui;
  cursor: pointer;
  transition:
    transform 0.18s,
    background 0.18s;
}
.wwf-hotspot.is-active {
  background: var(--gold);
  transform: scale(1.12);
}
.wwf-hotspot-1 {
  top: 8%;
  left: 31%;
}
.wwf-hotspot-2 {
  top: 20%;
  left: 61%;
}
.wwf-hotspot-3 {
  top: 54%;
  left: 29%;
}
.wwf-hotspot-4 {
  top: 41%;
  left: 64%;
}
.wwf-hotspot-5 {
  top: 31%;
  left: 35%;
}
.wwf-part-copy {
  display: grid;
  gap: 0.22em;
  padding: 1em;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.wwf-part-copy.is-updated {
  background: #fff8e8;
  box-shadow: inset 4px 0 var(--gold);
}
.wwf-part-copy strong {
  color: var(--ink);
  font: 700 1.08em Georgia, serif;
}
.wwf-part-copy span {
  color: #465468;
  font-size: 0.9em;
  line-height: 1.5;
}
.wwf-part-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}
.wwf-part-buttons button,
.wwf-mode-tabs button,
.wwf-play {
  padding: 0.52em 0.8em;
  border: 1px solid #cdbf9f;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: 700 0.78em system-ui;
  cursor: pointer;
}
.wwf-part-buttons button.is-active,
.wwf-mode-tabs button[aria-selected="true"],
.wwf-play[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.wwf-energy {
  margin: 2em 0;
  padding: 1.1em 1.15em 1.25em;
  border: 1px solid #d7c497;
  border-top: 5px solid var(--gold);
  background: linear-gradient(180deg, #fff, #faf7ef);
}
.wwf-energy > .wwf-subhead {
  margin-top: 0.3em;
}
.wwf-energy > p {
  margin: 0.25em 0 1em;
}
.wwf-mode-tabs {
  display: flex;
  gap: 7px;
  margin-bottom: 1em;
}
.wwf-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}
.wwf-flow-card {
  position: relative;
  padding: 0.9em 0.65em;
  text-align: center;
  border: 1px solid var(--line);
  background: #fff;
  transition:
    transform 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.wwf-flow-card span {
  display: grid;
  width: 34px;
  height: 34px;
  margin: 0 auto 0.5em;
  place-items: center;
  border-radius: 50%;
  background: #ece6d9;
  color: var(--gold);
  font-weight: 850;
}
.wwf-flow-card strong {
  display: block;
  color: var(--ink);
  font-size: 0.9em;
}
.wwf-flow-card small {
  display: block;
  margin-top: 0.18em;
  color: var(--muted);
  font-size: 0.72em;
  line-height: 1.4;
}
.wwf-flow-card:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -14px;
  padding: 0 2px;
  transform: translateY(-50%);
  background: #fff;
  color: var(--gold);
  font-weight: 900;
}
.wwf-flow-card.is-active {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(185, 135, 40, 0.16);
  transform: translateY(-4px);
}
.wwf-flow-card.is-active span {
  background: var(--gold);
  color: #fff;
  animation: wwf-pulse 1s ease-in-out infinite;
}
.wwf-play {
  margin-top: 1em;
  border-radius: 6px;
}
.wwf-compare-visual {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 20px;
  align-items: stretch;
}
.wwf-compare-visual figure {
  margin: 0;
  border: 1px solid var(--line);
  background: #fff;
}
.wwf-compare-visual img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.wwf-compare-visual figcaption {
  padding: 0.65em 0.85em;
  color: var(--muted);
  font-size: 0.78em;
}
.wwf-compare-copy {
  padding: 1.15em;
  border-left: 4px solid var(--gold);
  background: var(--soft);
}
.wwf-compare-copy h3 {
  margin: 0.2em 0;
  color: var(--ink);
  font-size: 1.15em;
}
.wwf-compare-copy p {
  margin: 0.15em 0 1.1em;
}
.wwf-movement-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 1.1em 0 1.7em;
}
.wwf-movement-grid article {
  padding: 1em 0.85em;
  text-align: center;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  background: #fff;
}
.wwf-movement-grid strong {
  display: block;
  color: var(--ink);
}
.wwf-movement-grid p {
  margin: 0.35em 0 0;
  color: var(--muted);
  font-size: 0.84em;
  line-height: 1.45;
}
.wwf-movement-mark {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 0.65em;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--soft);
  color: var(--gold);
  font:
    700 1.5em Georgia,
    serif;
}
.wwf-note {
  position: relative;
  margin: 1.55em 0;
  padding: 1em 1.15em 1em 3.7em;
  border: 1px solid #cbd6e3;
  border-left: 4px solid var(--gold);
  background: #f6f8fb;
}
.wwf-note::before {
  content: "i";
  position: absolute;
  top: 50%;
  left: 1em;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font:
    700 20px Georgia,
    serif;
}
.wwf-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 1em 0;
}
.wwf-mini-grid article {
  padding: 1.05em;
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  background: #fff;
}
.wwf-mini-grid h3 {
  margin: 0 0 0.35em;
  color: var(--ink);
  font-size: 1.1em;
}
.wwf-mini-grid p {
  margin: 0;
}
.wwf-tool-panel {
  margin: 2em 0 1.3em;
  padding: 1.25em;
  border: 1px solid #d7c497;
  border-top: 5px solid var(--gold);
  border-radius: 10px;
  background: linear-gradient(135deg, #fff, #f7f2e7);
}
.wwf-tool-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.6em;
}
.wwf-tool-panel > p {
  margin: 0.3em 0 1em;
}
.wwf-tool-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.wwf-tool-actions a {
  display: block;
  padding: 1em;
  border: 1px solid #d6c59f;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
}
.wwf-tool-actions strong {
  display: block;
  color: var(--ink);
}
.wwf-tool-actions span {
  display: block;
  margin-top: 0.25em;
  color: #5c6877;
  font-size: 0.9em;
  line-height: 1.45;
}
.wwf-sources {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86em;
}
.wwf-howwatch button:focus-visible,
.wwf-howwatch a:focus-visible,
.wwf-table-wrap:focus-visible {
  outline: 3px solid #e3b451;
  outline-offset: 3px;
}
@keyframes wwf-pulse {
  50% {
    box-shadow: 0 0 0 8px rgba(185, 135, 40, 0);
  }
}
@media (max-width: 760px) {
  .wwf-howwatch {
    font-size: 16px;
  }
  .wwf-hero {
    grid-template-columns: 1fr;
  }
  .wwf-hero-copy {
    padding: 1.55em 1.35em;
  }
  .wwf-hero h1 {
    font-size: 2.05em;
  }
  .wwf-hero-image {
    min-height: 240px;
  }
  .wwf-split,
  .wwf-compare-visual {
    grid-template-columns: 1fr;
  }
  .wwf-flow {
    grid-template-columns: 1fr;
  }
  .wwf-flow-card:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
  }
  .wwf-movement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wwf-tool-actions,
  .wwf-mini-grid {
    grid-template-columns: 1fr;
  }
  .wwf-short {
    grid-template-columns: 55px 1fr;
  }
  .wwf-short-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wwf-howwatch * {
    animation: none !important;
    transition: none !important;
  }
}
