:root {
  --watchlist-ink: #0b1724;
  --watchlist-panel: #10263a;
  --watchlist-cyan: #20d5dc;
  --watchlist-blue: #4f7cff;
  --watchlist-violet: #7b61ff;
  --watchlist-gold: #f6c447;
  --watchlist-red: #e53e4d;
  --watchlist-line: rgba(13,42,56,.14);
}

.watchlist-radar {
  position: relative;
  min-width: 0;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(16,27,42,.1);
  border-radius: 24px;
  color: #eefbff;
  background:
    radial-gradient(circle at 88% 8%,rgba(79,124,255,.24),transparent 24rem),
    radial-gradient(circle at 6% 100%,rgba(32,213,220,.14),transparent 22rem),
    linear-gradient(145deg,#081421,#10273b 62%,#14243a);
  box-shadow: 0 18px 48px rgba(13,35,45,.16);
}

.watchlist-radar::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(180deg,#000,transparent 72%);
  pointer-events: none;
}

.watchlist-radar > * { position: relative; }

.watchlist-radar-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,.42fr);
  gap: 28px;
  align-items: end;
  padding: 36px 36px 28px;
}

.watchlist-radar-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--watchlist-cyan);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.watchlist-radar-kicker::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--watchlist-cyan);
  box-shadow: 0 0 0 6px rgba(32,213,220,.12);
  content: "";
}

.watchlist-radar h2 {
  max-width: 820px;
  margin: 10px 0 14px;
  color: #fff;
  font-size: clamp(37px,5.4vw,66px);
  line-height: .94;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.watchlist-radar-head p {
  max-width: 760px;
  margin: 0;
  color: #c7d8df;
  line-height: 1.62;
}

.watchlist-radar-freshness {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(4,16,27,.5);
  backdrop-filter: blur(10px);
}
.watchlist-radar-freshness span { color: var(--watchlist-gold); font-size: 9px; font-weight: 950; letter-spacing: .08em; }
.watchlist-radar-freshness strong { color: #fff; font-size: 17px; }
.watchlist-radar-freshness small { color: #a9bec7; line-height: 1.45; }

.watchlist-coverage {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1px;
  margin: 0 36px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 17px;
  background: rgba(255,255,255,.16);
}
.watchlist-coverage article { min-width: 0; padding: 17px; background: rgba(4,16,27,.7); }
.watchlist-coverage article > small { display: inline-flex; padding: 5px 8px; border-radius: 999px; color: var(--watchlist-ink); background: var(--watchlist-cyan); font-size: 8px; font-weight: 950; text-transform: uppercase; }
.watchlist-coverage article.is-ready > small { background: var(--watchlist-gold); }
.watchlist-coverage article.is-pending > small { color: #fff; background: var(--watchlist-violet); }
.watchlist-coverage h3 { margin: 11px 0 5px; color: #fff; font-size: 18px; }
.watchlist-coverage p { margin: 0; color: #a9bec7; font-size: 11px; line-height: 1.4; }

.watchlist-radar-tools {
  display: grid;
  grid-template-columns: minmax(220px,.48fr) minmax(0,1fr);
  gap: 14px;
  margin: 24px 36px 0;
  padding: 15px;
  border-radius: 17px;
  background: rgba(241,248,249,.96);
}
.watchlist-radar-search { display: grid; gap: 6px; color: #596b72; font-size: 9px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.watchlist-radar-search input {
  width: 100%;
  min-height: 45px;
  padding: 10px 13px;
  border: 1px solid #b9c8cc;
  border-radius: 12px;
  color: var(--watchlist-ink);
  background: #fff;
  font: 750 14px/1.2 Arial,sans-serif;
  text-transform: none;
}
.watchlist-radar-search input:focus { outline: 3px solid rgba(79,124,255,.17); border-color: var(--watchlist-blue); }
.watchlist-radar-filters { display: flex; min-width: 0; gap: 7px; align-items: end; overflow-x: auto; scrollbar-width: thin; }
.watchlist-radar-filters button {
  min-height: 43px;
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid #b8c6ca;
  border-radius: 999px;
  color: var(--watchlist-ink);
  background: #fff;
  font: 900 10px/1 Arial,sans-serif;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .16s ease,background .16s ease,border-color .16s ease;
}
.watchlist-radar-filters button:hover,
.watchlist-radar-filters button:focus-visible { transform: translateY(-1px); border-color: var(--watchlist-blue); }
.watchlist-radar-filters button[aria-pressed="true"] { color: #fff; border-color: var(--watchlist-ink); background: var(--watchlist-ink); }

.watchlist-radar-status {
  margin: 16px 36px 0;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 13px;
  color: #bcd0d8;
  background: rgba(4,16,27,.58);
  font-size: 12px;
  font-weight: 800;
}
.watchlist-radar-status.is-error { color: #fff2d0; border-color: rgba(246,196,71,.5); }
.watchlist-radar-status.is-warning { color: #fff2d0; border-color: rgba(246,196,71,.7); background: rgba(197,138,0,.12); }

.watchlist-radar-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 13px;
  padding: 18px 36px 10px;
}

.watchlist-release-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  color: var(--watchlist-ink);
  background: #f8fbfc;
  box-shadow: 0 12px 30px rgba(0,0,0,.13);
  transition: transform .18s ease,box-shadow .18s ease;
}
.watchlist-release-card:hover { transform: translateY(-3px); box-shadow: 0 20px 38px rgba(0,0,0,.2); }
.watchlist-release-top {
  position: relative;
  display: grid;
  min-height: 126px;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 90% 8%,rgba(32,213,220,.35),transparent 9rem),
    linear-gradient(145deg,#111b31,#25476c);
}
.watchlist-release-card.is-premiere .watchlist-release-top { background: radial-gradient(circle at 90% 8%,rgba(246,196,71,.37),transparent 9rem),linear-gradient(145deg,#1a1831,#51448a); }
.watchlist-release-date { display: grid; width: 58px; height: 68px; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 14px; background: rgba(0,0,0,.18); text-align: center; }
.watchlist-release-date b { font: 900 27px/1 Georgia,serif; }
.watchlist-release-date small { font-size: 9px; font-weight: 950; text-transform: uppercase; }
.watchlist-release-top > div > small { color: var(--watchlist-cyan); font-size: 8px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.watchlist-release-card.is-premiere .watchlist-release-top > div > small { color: var(--watchlist-gold); }
.watchlist-release-top h3 { margin: 6px 0 0; color: #fff; font-size: 26px; line-height: .98; text-wrap: balance; }
.watchlist-release-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.watchlist-release-body > p { margin: 0; color: #53656d; font-size: 12px; line-height: 1.52; }
.watchlist-release-facts { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0; }
.watchlist-release-facts span { padding: 6px 8px; border-radius: 999px; color: #344951; background: #e7eff1; font-size: 9px; font-weight: 900; }
.watchlist-external-score { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; margin-top: auto; padding: 11px; border-left: 4px solid var(--watchlist-blue); border-radius: 10px; background: #ecf3ff; }
.watchlist-external-score b { color: var(--watchlist-blue); font: 900 25px/1 Georgia,serif; }
.watchlist-external-score span { color: #4e6371; font-size: 8px; font-weight: 950; line-height: 1.35; text-transform: uppercase; }
.watchlist-release-actions { display: grid; grid-template-columns: 1fr auto; gap: 7px; margin-top: 13px; }
.watchlist-release-actions a,
.watchlist-release-actions button { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 9px 11px; border: 1px solid #b9c8cc; border-radius: 10px; color: var(--watchlist-ink); background: #fff; font: 900 10px/1 Arial,sans-serif; text-decoration: none; cursor: pointer; }
.watchlist-release-actions a { color: #fff; border-color: var(--watchlist-ink); background: var(--watchlist-ink); }
.watchlist-release-actions a:hover,
.watchlist-release-actions a:focus-visible,
.watchlist-release-actions button:hover,
.watchlist-release-actions button:focus-visible { color: var(--watchlist-ink); border-color: var(--watchlist-cyan); background: var(--watchlist-cyan); }
.watchlist-release-source { margin: 10px 0 0; color: #728188; font-size: 8px; line-height: 1.4; }
.watchlist-release-source a { color: inherit; font-weight: 900; }

.watchlist-radar-more {
  display: block;
  min-height: 46px;
  margin: 12px auto 22px;
  padding: 11px 19px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.07);
  font-weight: 950;
  cursor: pointer;
}
.watchlist-radar-more[hidden] { display: none; }
.watchlist-radar-more:hover,.watchlist-radar-more:focus-visible { color: var(--watchlist-ink); border-color: var(--watchlist-cyan); background: var(--watchlist-cyan); }

.watchlist-radar-note {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 22px 36px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: #a9bec7;
  background: rgba(3,12,21,.46);
  font-size: 11px;
  line-height: 1.55;
}
.watchlist-radar-note strong { color: #fff; }
.watchlist-radar-note a { color: var(--watchlist-cyan); font-weight: 900; }
.watchlist-radar-note > a { display: inline-flex; min-height: 42px; align-items: center; padding: 10px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; text-decoration: none; white-space: nowrap; }
.watchlist-radar-note > a:hover { color: var(--watchlist-ink); background: var(--watchlist-cyan); }

.watchlist-radar-empty { grid-column: 1 / -1; padding: 38px; border: 1px dashed rgba(255,255,255,.25); border-radius: 17px; color: #c7d8df; text-align: center; }

@media (max-width:980px) {
  .watchlist-radar-head { grid-template-columns: 1fr; }
  .watchlist-coverage { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .watchlist-radar-tools { grid-template-columns: 1fr; }
  .watchlist-radar-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:640px) {
  .watchlist-radar { border-radius: 18px; }
  .watchlist-radar-head { padding: 28px 18px 22px; }
  .watchlist-radar h2 { font-size: 42px; }
  .watchlist-coverage { grid-template-columns: 1fr; margin: 0 18px; }
  .watchlist-radar-tools { margin: 20px 18px 0; }
  .watchlist-radar-status { margin-inline: 18px; }
  .watchlist-radar-grid { grid-template-columns: 1fr; padding-inline: 18px; }
  .watchlist-radar-note { grid-template-columns: 1fr; padding: 20px 18px; }
  .watchlist-radar-note > a { justify-self: start; }
}

@media print { .watchlist-radar { display: none !important; } }
