.watch-shell {
  max-width: 980px;
}

.watch-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.watch-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid var(--ios-separator);
  background: rgba(255, 255, 255, 0.6);
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
}

.watch-link:active {
  transform: scale(0.98);
}

.watch-error {
  border-radius: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 59, 48, 0.35);
  background: rgba(255, 59, 48, 0.14);
  color: #7a1916;
  font-weight: 700;
}

.watch-avatars {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.vs-pill {
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(118, 118, 128, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: rgba(60, 60, 67, 0.8);
}

.spectator-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--ios-separator);
  margin-top: 12px;
}

.spectator-footer .secondary-btn {
  min-height: 42px;
  padding: 10px 12px;
}

.spectator-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(7, 11, 22, 0.6);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  z-index: 50;
}

.spectator-overlay-card {
  width: min(520px, 100%);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  padding: 18px 16px;
  display: grid;
  gap: 10px;
  text-align: center;
}

.spectator-overlay-card h3 {
  margin: 0;
}

.spectator-overlay-card p {
  margin: 0;
}

.category-static-title {
  font-size: 1.75rem;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.2;
  margin-top: 8px;
}
