/*
  Real-time opportunity radar
  Visual direction: a night signal board — editorial type, acid-lime actions,
  cyan telemetry, and warm coral urgency. The radar is intentionally separate
  from the product-card language so it reads as an operating surface.
*/
:root {
  --radar-night: #080a0a;
  --radar-ink: #f4f6ef;
  --radar-muted: #94a09a;
  --radar-dim: #65716c;
  --radar-line: rgba(244, 246, 239, .14);
  --radar-line-strong: rgba(244, 246, 239, .24);
  --radar-panel: #101515;
  --radar-panel-raised: #161d1c;
  --radar-acid: #b8ff3d;
  --radar-cyan: #28d7e5;
  --radar-coral: #ff7257;
  --radar-violet: #c8a1ff;
}

/* Platform activity ribbon. Kept inside the hero and fully scoped. */
.cr-broadcast-root {
  position: absolute;
  top: 18px;
  right: clamp(18px, 3vw, 42px);
  left: clamp(18px, 3vw, 42px);
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 42px;
  padding: 0 14px;
  overflow: hidden;
  color: var(--radar-ink);
  background: rgba(7, 9, 9, .72);
  border: 1px solid rgba(244, 246, 239, .16);
  border-radius: 10px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.cr-broadcast-label { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; white-space: nowrap; font-size: 12px; }
.cr-broadcast-label strong { letter-spacing: .06em; }
.cr-broadcast-label small { padding: 3px 7px; border: 1px solid rgba(244, 246, 239, .2); border-radius: 999px; color: rgba(244, 246, 239, .62); font-size: 10px; font-weight: 800; }
.cr-broadcast-live { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--radar-acid); box-shadow: 0 0 0 4px rgba(184, 255, 61, .14); animation: broadcast-pulse 1.8s ease-in-out infinite; }
.cr-broadcast-viewport { min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.cr-broadcast-track { display: flex; align-items: center; width: max-content; animation: broadcast-marquee 30s linear infinite; }
.cr-broadcast-group { display: flex; flex: 0 0 auto; align-items: center; }
.cr-broadcast-item { display: inline-flex; align-items: center; gap: 18px; padding-right: 44px; white-space: nowrap; color: rgba(244, 246, 239, .78); font-size: 12px; font-weight: 750; }
.cr-broadcast-item::after { content: "/"; color: var(--radar-cyan); font-weight: 900; }
.cr-broadcast-viewport:hover .cr-broadcast-track,
.cr-broadcast-viewport:focus-within .cr-broadcast-track { animation-play-state: paused; }
@keyframes broadcast-marquee { to { transform: translateX(-50%); } }
@keyframes broadcast-pulse { 50% { opacity: .42; transform: scale(.72); } }

@media (max-width: 820px) {
  .cr-broadcast-root { top: 12px; right: 12px; left: 12px; gap: 10px; min-height: 40px; padding: 0 10px; }
  .cr-broadcast-label { gap: 6px; }
  .cr-broadcast-label small { display: none; }
  .cr-broadcast-viewport { flex: 1; }
  .cr-broadcast-item { padding-right: 32px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .cr-broadcast-track { animation: none; }
  .cr-broadcast-track .cr-broadcast-group[aria-hidden="true"] { display: none; }
  .cr-broadcast-live { animation: none; }
}

.cr-radar-root,
.radar-page {
  color: var(--radar-ink);
  background: var(--radar-night);
  font-family: inherit;
}

.cr-radar-root *,
.radar-page * { box-sizing: border-box; }

.cr-radar-root {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 80px) clamp(76px, 9vw, 132px);
  border-top: 1px solid var(--radar-line);
  isolation: isolate;
}

.cr-radar-root::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: min(44vw, 680px);
  height: 420px;
  pointer-events: none;
  background: radial-gradient(circle at 70% 10%, rgba(40, 215, 229, .13), transparent 58%);
}

.cr-radar-shell,
.radar-page-content { width: min(1480px, 100%); margin-inline: auto; }

.cr-radar-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--radar-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cr-radar-kicker small {
  margin-left: 4px;
  color: var(--radar-dim);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.cr-radar-live-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--radar-acid);
  box-shadow: 0 0 0 5px rgba(184, 255, 61, .13);
  animation: radar-pulse 1.8s ease-in-out infinite;
}

.cr-radar-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 18px;
}

.cr-radar-title,
.radar-page-heading h1 {
  margin: 0;
  color: var(--radar-ink);
  font-size: clamp(42px, 6.2vw, 84px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .96;
  text-wrap: balance;
}

.cr-radar-intro,
.radar-page-heading p {
  max-width: 54ch;
  margin: 16px 0 0;
  color: var(--radar-muted);
  font-size: 15px;
  line-height: 1.65;
}

.cr-radar-head-stats {
  display: flex;
  align-items: end;
  gap: 28px;
  padding-bottom: 4px;
}

.cr-radar-head-stats span { display: grid; gap: 5px; min-width: 76px; }
.cr-radar-head-stats strong { color: var(--radar-acid); font-size: 38px; font-weight: 900; line-height: .92; }
.cr-radar-head-stats small { color: var(--radar-muted); font-size: 11px; }

.cr-radar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 38px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--radar-line);
}

.cr-radar-tabs {
  display: flex;
  min-width: 0;
  gap: 8px;
  overflow-x: auto;
  padding: 3px 2px 8px;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.cr-radar-tabs::-webkit-scrollbar { display: none; }
.cr-radar-tab {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--radar-line);
  border-radius: 999px;
  color: var(--radar-muted);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  scroll-snap-align: start;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}
.cr-radar-tab:hover { color: var(--radar-ink); border-color: var(--radar-cyan); transform: translateY(-1px); }
.cr-radar-tab[aria-selected="true"] { border-color: var(--radar-acid); color: var(--radar-night); background: var(--radar-acid); }

.cr-radar-view-all,
.cr-radar-more,
.radar-page-back,
.radar-page-clear {
  border: 0;
  background: transparent;
  color: var(--radar-cyan);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}
.cr-radar-view-all:hover,
.cr-radar-more:hover,
.radar-page-clear:hover { color: var(--radar-acid); }
.cr-radar-view-all span,
.cr-radar-more span { margin-left: 5px; font-size: 16px; }

.cr-radar-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.cr-radar-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--radar-line);
  border-radius: 14px;
  background: var(--radar-panel);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.cr-radar-card:first-child { grid-column: span 2; }
.cr-radar-card:hover,
.cr-radar-card:focus-within {
  border-color: rgba(40, 215, 229, .62);
  background: var(--radar-panel-raised);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .28);
  transform: translateY(-3px);
}

.cr-radar-card-trigger {
  display: grid;
  grid-template-columns: minmax(150px, 30%) minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  min-height: 264px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  font: inherit;
  cursor: pointer;
}
.cr-radar-card-trigger::after { content: ""; position: absolute; z-index: 2; inset: 0; }
.cr-radar-card:first-child .cr-radar-card-trigger { grid-template-columns: minmax(230px, 40%) minmax(0, 1fr); min-height: 312px; }
.cr-radar-card-image-wrap { position: relative; min-width: 0; overflow: hidden; background: #111919; }
.cr-radar-card-image-wrap::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 58%, rgba(8, 10, 10, .48)); }
.cr-radar-card-image { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform 420ms cubic-bezier(.2, .8, .2, 1), filter 180ms ease; }
.cr-radar-card-image-fallback { display: grid; place-items: center; width: 100%; height: 100%; padding: 14px; color: rgba(184, 255, 61, .78); background: radial-gradient(circle at 30% 20%, rgba(40, 215, 229, .22), transparent 45%), #131c1b; font: 900 11px/1.35 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-align: center; }
.cr-radar-card-image-wrap.is-image-fallback .cr-radar-card-image { display: none; }
.cr-radar-card:hover .cr-radar-card-image { filter: saturate(1.05) contrast(1.04); transform: scale(1.045); }
.cr-radar-card-content { display: grid; grid-template-rows: auto 1fr; min-width: 0; }
.cr-radar-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-width: 0; padding: 14px 18px; background: linear-gradient(100deg, rgba(255, 114, 87, .96), rgba(229, 77, 105, .92)); }
.cr-radar-card-category { overflow: hidden; color: #fff; font-size: 11px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.cr-radar-card-urgency { flex: 0 0 auto; padding: 4px 7px; border: 1px solid rgba(255, 255, 255, .46); border-radius: 5px; color: #fff; background: rgba(83, 24, 20, .22); font-size: 10px; font-weight: 900; }
.cr-radar-card-copy { display: block; min-width: 0; padding: 18px 18px 20px; }
.cr-radar-card-countdown { display: inline-flex; max-width: 100%; margin-bottom: 11px; padding: 6px 9px; overflow: hidden; border: 1px solid rgba(255, 114, 87, .7); border-radius: 5px; color: #ffb39e; background: rgba(255, 114, 87, .1); font-size: 11px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.cr-radar-card-countdown.is-urgent,
.cr-radar-card-countdown.is-today { border-color: var(--radar-coral); color: #fff0e8; background: rgba(255, 114, 87, .25); }
.cr-radar-card-countdown.is-past { border-color: var(--radar-line); color: var(--radar-dim); background: rgba(244, 246, 239, .05); }
.cr-radar-card-title { display: -webkit-box; max-height: 2.5em; margin: 0 0 10px; overflow: hidden; color: var(--radar-ink); font-size: 20px; font-weight: 850; line-height: 1.25; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.cr-radar-card-summary { display: -webkit-box; max-height: 3.35em; margin: 0; overflow: hidden; color: var(--radar-muted); font-size: 13px; line-height: 1.67; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.cr-radar-card-meta { display: grid; gap: 5px; margin-top: 18px; color: rgba(244, 246, 239, .68); font-size: 11px; line-height: 1.4; }
.cr-radar-card-meta span { overflow-wrap: anywhere; }
.cr-radar-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; padding: 12px 18px; border-top: 1px solid var(--radar-line); color: var(--radar-dim); background: rgba(5, 7, 7, .28); font-size: 11px; }
.cr-radar-card-source { display: flex; min-width: 0; align-items: center; gap: 4px; overflow-wrap: anywhere; }
.cr-radar-card-updated { flex: 0 0 auto; color: var(--radar-cyan); font-weight: 800; }
.cr-radar-source-link { color: var(--radar-acid); font-size: 11px; font-weight: 850; text-decoration: underline; text-decoration-color: rgba(184, 255, 61, .38); text-underline-offset: 3px; }
.cr-radar-source-link:hover { color: var(--radar-cyan); }
.cr-radar-source-name { color: var(--radar-ink); font-weight: 750; }
.cr-radar-external-icon { margin-left: 3px; font-size: 14px; }

.cr-radar-actions { display: flex; justify-content: center; margin-top: 24px; }
.cr-radar-more { min-height: 46px; padding: 0 18px; border: 1px solid var(--radar-acid); border-radius: 999px; color: var(--radar-night); background: var(--radar-acid); }
.cr-radar-more:hover { color: var(--radar-night); background: var(--radar-cyan); }
.cr-radar-status { grid-column: 1 / -1; padding: 34px 20px; border: 1px dashed var(--radar-line-strong); border-radius: 12px; color: var(--radar-muted); text-align: center; }

.radar-page { min-height: 100dvh; padding: 20px clamp(18px, 4vw, 72px) 92px; }
.radar-page[hidden] { display: none !important; }
.radar-page-topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; width: min(1480px, 100%); margin: 0 auto; padding-bottom: 18px; border-bottom: 1px solid var(--radar-line); }
.radar-page-back { justify-self: start; min-height: 42px; padding: 0 14px; border: 1px solid var(--radar-line); border-radius: 999px; color: var(--radar-ink); }
.radar-page-back:hover { border-color: var(--radar-cyan); color: var(--radar-cyan); }
.radar-page-brand { display: flex; align-items: center; gap: 10px; }
.radar-page-mark { display: grid; place-items: center; flex: 0 0 52px; width: 52px; height: 52px; padding: 5px; overflow: hidden; border: 1px solid rgba(244, 246, 239, .28); border-radius: 12px; background: rgba(5, 7, 9, .82); }
.radar-page-mark img { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.radar-page-brand > div > strong, .radar-page-brand > div > span { display: block; }
.radar-page-brand > div > strong { color: var(--radar-ink); font-size: 16px; line-height: 1.1; letter-spacing: .01em; }
.radar-page-brand > div > span { margin-top: 6px; color: var(--radar-muted); font-size: 12px; letter-spacing: .04em; }
.radar-page-status { display: inline-flex; justify-self: end; align-items: center; gap: 9px; color: var(--radar-muted); font-size: 11px; }
.radar-page-content { padding-top: clamp(46px, 7vw, 96px); }
.radar-page-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.radar-page-heading h1 { max-width: 12ch; }
.radar-page-summary { display: grid; gap: 6px; min-width: 148px; padding: 18px 20px; border: 1px solid rgba(184, 255, 61, .27); border-radius: 14px; background: rgba(184, 255, 61, .055); text-align: right; }
.radar-page-summary strong { color: var(--radar-acid); font-size: 44px; line-height: .9; }
.radar-page-summary span { color: var(--radar-muted); font-size: 11px; }
.radar-page-tabs { margin-bottom: 18px; }
.radar-page-filter-shell { display: grid; grid-template-columns: minmax(0, 1fr) 180px 180px minmax(0, 1.15fr); gap: 16px; margin-bottom: 22px; padding: 18px; border: 1px solid var(--radar-line); border-radius: 14px; background: rgba(244, 246, 239, .035); }
.radar-page-filter-group { min-width: 0; }
.radar-page-filter-label { display: block; margin-bottom: 9px; color: var(--radar-muted); font-size: 11px; font-weight: 850; letter-spacing: .04em; }
.radar-page-filter-row { display: flex; min-width: 0; gap: 7px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
.radar-page-filter-row::-webkit-scrollbar { display: none; }
.radar-page-filter-chip { flex: 0 0 auto; min-height: 36px; padding: 0 12px; border: 1px solid var(--radar-line); border-radius: 999px; color: var(--radar-muted); background: transparent; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.radar-page-filter-chip:hover { border-color: var(--radar-cyan); color: var(--radar-ink); }
.radar-page-filter-chip.active { border-color: var(--radar-acid); color: var(--radar-night); background: var(--radar-acid); }
.radar-page-filter-group select { width: 100%; height: 36px; padding: 0 10px; border: 1px solid var(--radar-line); border-radius: 8px; color: var(--radar-ink); background: #111919; font: inherit; font-size: 12px; }
.radar-page-filter-group select:focus-visible { outline: 2px solid var(--radar-cyan); outline-offset: 2px; }
.radar-page-results-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; color: var(--radar-muted); font-size: 12px; }
.radar-page-list { margin-top: 0; }
.radar-page-list .cr-radar-card:first-child { grid-column: span 2; }

.cr-radar-tab:focus-visible,
.cr-radar-card-trigger:focus-visible,
.cr-radar-source-link:focus-visible,
.cr-radar-more:focus-visible,
.cr-radar-view-all:focus-visible,
.radar-page-back:focus-visible,
.radar-page-filter-chip:focus-visible,
.radar-page-clear:focus-visible,
.radar-page-detail-close:focus-visible,
.radar-page-detail-source:focus-visible,
.cr-radar-dialog-source:focus-visible { outline: 2px solid var(--radar-cyan); outline-offset: 3px; }

.cr-radar-dialog[hidden] { display: none !important; }
.cr-radar-dialog { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 20px; }
.cr-radar-dialog-backdrop { position: absolute; inset: 0; background: rgba(3, 5, 5, .78); backdrop-filter: blur(8px); }
.cr-radar-dialog-panel { position: relative; width: min(720px, 100%); max-height: min(820px, calc(100dvh - 40px)); overflow: auto; padding: 30px; border: 1px solid rgba(40, 215, 229, .42); border-radius: 18px; background: #111918; box-shadow: 0 32px 96px rgba(0, 0, 0, .48); }
.cr-radar-dialog-panel h2 { max-width: 14ch; margin: 16px 70px 24px 0; color: var(--radar-ink); font-size: clamp(28px, 5vw, 46px); line-height: 1.05; letter-spacing: -.045em; overflow-wrap: anywhere; }
.cr-radar-close { position: absolute; top: 18px; right: 18px; min-height: 40px; padding: 0 12px; border: 1px solid var(--radar-line); border-radius: 999px; color: var(--radar-ink); background: transparent; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.cr-radar-close:hover { border-color: var(--radar-cyan); color: var(--radar-cyan); }
.cr-radar-dialog-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.cr-radar-dialog-facts > div { display: grid; gap: 6px; min-width: 0; padding: 14px; border-radius: 10px; background: rgba(244, 246, 239, .055); }
.cr-radar-dialog-facts small { color: var(--radar-dim); font-size: 10px; }
.cr-radar-dialog-facts strong { color: var(--radar-ink); font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; }
.cr-radar-dialog-body { margin-top: 26px; }
.cr-radar-dialog-body h3 { margin: 22px 0 9px; color: var(--radar-ink); font-size: 15px; }
.cr-radar-dialog-body p, .cr-radar-dialog-body li { color: var(--radar-muted); font-size: 14px; line-height: 1.75; }
.cr-radar-dialog-body p { margin: 0; }
.cr-radar-dialog-body ul { margin: 0; padding-left: 18px; }
.cr-radar-dialog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--radar-line); }
.cr-radar-dialog-actions button, .cr-radar-dialog-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 16px; border: 1px solid var(--radar-line); border-radius: 999px; font: inherit; font-size: 13px; font-weight: 850; text-decoration: none; cursor: pointer; }
.cr-radar-dialog-design { border-color: var(--radar-acid) !important; color: var(--radar-night); background: var(--radar-acid); }
.cr-radar-dialog-design:hover { background: var(--radar-cyan); }
.cr-radar-dialog-gallery { color: var(--radar-ink); background: rgba(244, 246, 239, .07); }
.cr-radar-dialog-gallery:hover { border-color: var(--radar-cyan); }

@keyframes radar-pulse { 50% { opacity: .45; transform: scale(.74); } }

@media (max-width: 1100px) {
  .cr-radar-list, .radar-page-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .radar-page-filter-shell { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .cr-radar-root { padding: 52px 18px 78px; }
  .cr-radar-head { display: block; margin-top: 16px; }
  .cr-radar-title { font-size: clamp(40px, 12vw, 58px); }
  .cr-radar-intro { max-width: 34ch; font-size: 14px; }
  .cr-radar-head-stats { margin-top: 24px; }
  .cr-radar-head-stats strong { font-size: 32px; }
  .cr-radar-toolbar { display: block; margin-top: 26px; padding-bottom: 10px; }
  .cr-radar-view-all { display: none; }
  .cr-radar-tabs { margin-inline: -2px; }
  .cr-radar-tab { min-height: 40px; padding-inline: 14px; }
  .cr-radar-list, .radar-page-list { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .cr-radar-card:first-child, .radar-page-list .cr-radar-card:first-child { grid-column: auto; }
  .cr-radar-card-trigger, .cr-radar-card:first-child .cr-radar-card-trigger { grid-template-columns: 38% minmax(0, 1fr); min-height: 248px; }
  .cr-radar-card-copy { padding: 15px 14px 16px; }
  .cr-radar-card-top { padding: 12px 14px; }
  .cr-radar-card-title { font-size: 18px; }
  .cr-radar-card-summary { font-size: 12px; }
  .cr-radar-card-meta { margin-top: 14px; font-size: 10px; }
  .cr-radar-card-foot { padding: 11px 14px; }
  .radar-page { padding: 14px 18px 82px; }
  .radar-page-topbar { grid-template-columns: 1fr auto; }
  .radar-page-brand { grid-column: 1 / -1; grid-row: 1; }
  .radar-page-back { grid-column: 1; grid-row: 2; }
  .radar-page-status { grid-column: 2; grid-row: 2; }
  .radar-page-content { padding-top: 42px; }
  .radar-page-heading { display: block; margin-bottom: 28px; }
  .radar-page-heading h1 { max-width: 10ch; font-size: clamp(44px, 13vw, 64px); }
  .radar-page-summary { display: flex; align-items: baseline; justify-content: flex-start; gap: 9px; width: max-content; margin-top: 22px; padding: 12px 14px; text-align: left; }
  .radar-page-summary strong { font-size: 30px; }
  .radar-page-filter-shell { display: block; padding: 14px; }
  .radar-page-filter-group + .radar-page-filter-group { margin-top: 16px; }
  .radar-page-filter-group select { font-size: 16px; }
  .radar-page-list .cr-radar-card-trigger { min-height: 0; }
  .cr-radar-dialog { align-items: end; padding: 0; }
  .cr-radar-dialog-panel { width: 100%; max-height: calc(100dvh - 12px); padding: 26px 18px 20px; border-radius: 18px 18px 0 0; }
  .cr-radar-dialog-actions { margin-bottom: 0; }
}

@media (max-width: 460px) {
  .cr-radar-card-trigger, .cr-radar-card:first-child .cr-radar-card-trigger { grid-template-columns: 34% minmax(0, 1fr); }
  .cr-radar-card-title { font-size: 17px; }
  .cr-radar-card-countdown { margin-bottom: 8px; padding: 5px 7px; font-size: 10px; }
  .cr-radar-card-foot { align-items: flex-start; flex-direction: column; gap: 4px; }
  .cr-radar-card-updated { font-size: 10px; }
  .radar-page-brand strong { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .cr-radar-live-dot { animation: none; }
  .cr-radar-card, .cr-radar-card-image, .cr-radar-tab, .radar-page-detail, .radar-page-detail-backdrop { transition: none !important; }
}

/*
  Hero safety rail

  The default carousel is allowed to run without a media asset (the current
  local config intentionally has empty image URLs). In that state the old
  absolute-positioned controls were sitting on top of the copy and creating a
  fake poster-sized hole. Treat an empty slide as an editorial text stage:
  content ends where the copy ends, and carousel controls only return when an
  actual image is present.
*/
body.customer-app #homeView .home-hero:has(.home-hero-background[hidden]) {
  display: block;
  min-height: 0 !important;
  height: auto;
  background:
    radial-gradient(circle at 88% 12%, rgba(40, 215, 229, .12), transparent 34%),
    linear-gradient(145deg, #080b0b 0%, #0c1212 62%, #101918 100%);
}

body.customer-app #homeView .home-hero:has(.home-hero-background[hidden])::before {
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 86% 22%, rgba(184, 255, 61, .12), transparent 22%),
    linear-gradient(180deg, rgba(8, 10, 10, .08), rgba(8, 10, 10, .78));
}

body.customer-app #homeView .home-hero:has(.home-hero-background[hidden])::after {
  inset: 22px clamp(18px, 4vw, 60px);
  border-color: rgba(40, 215, 229, .2);
}

body.customer-app #homeView .home-hero:has(.home-hero-background[hidden]) .home-hero-copy {
  width: min(900px, 100%);
  min-height: 0 !important;
  padding: clamp(62px, 9vw, 112px) clamp(20px, 5vw, 80px) clamp(56px, 8vw, 96px);
  background: transparent;
}

body.customer-app #homeView .home-hero:has(.home-hero-background[hidden]) .home-hero-bg-controls {
  display: none !important;
}

body.customer-app #homeView .home-hero:has(.home-hero-background[hidden]) #homeHeroTitle {
  max-width: 12ch;
}

/* Keep the brand mark inside the support button's actual hit area. The
   default wide logo is intentionally contained here so it cannot render at
   its intrinsic 2780×820 size and read as an empty lime square. */
body.customer-app #supportChatLauncher .support-chat-launcher-logo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: left center !important;
}

/*
  Radar detail workspace

  The standalone radar is an operating surface, so the selected signal stays
  visible beside the feed on wide screens. This keeps the click action useful:
  a creator can compare opportunities without losing the context of the list.
*/
.radar-page-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr);
  gap: 18px;
  align-items: start;
}

.radar-page-list-wrap { min-width: 0; }

.radar-page-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.radar-page-list .cr-radar-card:first-child { grid-column: auto; }

.radar-page-detail {
  position: sticky;
  top: 18px;
  min-height: 520px;
  max-height: calc(100dvh - 36px);
  overflow: auto;
  padding: 22px;
  border: 1px solid var(--radar-line);
  border-radius: 14px;
  background: var(--radar-panel);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
  scrollbar-width: thin;
  scrollbar-color: var(--radar-line-strong) transparent;
}

.radar-page-detail:focus-visible { outline: 2px solid var(--radar-cyan); outline-offset: -2px; }
.radar-page-detail-backdrop,
.radar-page-detail-close { display: none; }

.radar-page-detail-empty {
  display: grid;
  place-content: center;
  justify-items: start;
  gap: 10px;
  min-height: 470px;
  color: var(--radar-muted);
}

.radar-page-detail-empty strong {
  color: var(--radar-ink);
  font-size: 18px;
}

.radar-page-detail-empty p {
  max-width: 30ch;
  margin: 0;
  color: var(--radar-muted);
  font-size: 13px;
  line-height: 1.65;
}

.radar-page-detail-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--radar-acid);
  border-radius: 12px;
  color: var(--radar-acid);
  font-size: 24px;
  font-weight: 400;
}

.radar-page-detail-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--radar-cyan);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.radar-page-detail-state {
  margin-left: auto;
  padding: 4px 8px;
  border: 1px solid rgba(184, 255, 61, .3);
  border-radius: 999px;
  color: var(--radar-acid);
  font-size: 10px;
  letter-spacing: 0;
  white-space: nowrap;
}

.radar-page-detail-state.is-urgent,
.radar-page-detail-state.is-today {
  border-color: rgba(255, 114, 87, .45);
  color: var(--radar-coral);
}

.radar-page-detail-state.is-past,
.radar-page-detail-state.is-unknown {
  border-color: var(--radar-line-strong);
  color: var(--radar-muted);
}

.radar-page-detail-head h2 {
  max-width: 15ch;
  margin: 16px 0 10px;
  color: var(--radar-ink);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}

.radar-page-detail-head p {
  margin: 0;
  color: var(--radar-muted);
  font-size: 14px;
  line-height: 1.7;
}

.radar-page-detail-media {
  aspect-ratio: 16 / 7;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 10px;
  background: #111919;
}

.radar-page-detail-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.radar-page-detail-media.is-image-fallback {
  display: grid;
  place-items: center;
  border: 1px solid var(--radar-line);
  background: #111919;
}

.radar-page-detail-media.is-image-fallback::before {
  content: "SIGNAL / DETAIL";
  color: var(--radar-dim);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
}

.radar-page-detail-media.is-image-fallback .radar-page-detail-image { display: none; }

.radar-page-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0 0;
}

.radar-page-detail-facts div {
  min-width: 0;
  padding: 12px;
  border-radius: 10px;
  background: rgba(244, 246, 239, .055);
}

.radar-page-detail-facts dt {
  color: var(--radar-dim);
  font-size: 10px;
}

.radar-page-detail-facts dd {
  margin: 6px 0 0;
  color: var(--radar-ink);
  font-size: 12px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.radar-page-detail-section {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--radar-line);
}

.radar-page-detail-label {
  display: block;
  margin-bottom: 8px;
  color: var(--radar-cyan);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.radar-page-detail-section p,
.radar-page-detail-section li {
  margin: 0;
  color: var(--radar-muted);
  font-size: 13px;
  line-height: 1.7;
}

.radar-page-detail-article p { color: var(--radar-ink); }

.radar-page-detail-section ul {
  margin: 0;
  padding-left: 18px;
}

.radar-page-detail-tags,
.cr-radar-dialog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.radar-page-detail-tags span,
.cr-radar-dialog-tags span {
  padding: 7px 9px;
  border: 1px solid rgba(184, 255, 61, .25);
  border-radius: 999px;
  color: var(--radar-ink);
  background: rgba(184, 255, 61, .06);
  font-size: 11px;
}

.radar-page-detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--radar-line);
}

.radar-page-detail-actions button,
.radar-page-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--radar-line);
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.radar-page-detail-source,
.cr-radar-dialog-source {
  grid-column: 1 / -1;
  border-color: var(--radar-acid) !important;
  color: var(--radar-night);
  background: var(--radar-acid);
}

.radar-page-detail-source:hover,
.cr-radar-dialog-source:hover { background: var(--radar-cyan); }

.radar-page-detail-source.is-disabled,
.cr-radar-dialog-source.is-disabled {
  border-color: var(--radar-line) !important;
  color: var(--radar-dim);
  background: rgba(244, 246, 239, .045);
  cursor: not-allowed;
}

.radar-page-detail-primary {
  border-color: var(--radar-acid) !important;
  color: var(--radar-night);
  background: var(--radar-acid);
}

.radar-page-detail-primary:hover { background: var(--radar-cyan); }

.radar-page-detail-secondary {
  color: var(--radar-ink);
  background: rgba(244, 246, 239, .06);
}

.radar-page-detail-secondary:hover { border-color: var(--radar-cyan); }

.cr-radar-card.is-selected {
  border-color: var(--radar-acid);
  box-shadow: 0 0 0 1px rgba(184, 255, 61, .18), 0 18px 42px rgba(0, 0, 0, .24);
}

.cr-radar-card.is-selected .cr-radar-card-title { color: var(--radar-acid); }

@media (max-width: 1100px) {
  .radar-page-workspace { grid-template-columns: 1fr; }
  .radar-page-detail {
    position: relative;
    top: auto;
    min-height: 0;
    max-height: none;
  }
  .radar-page-detail-empty { min-height: 260px; }
}

@media (max-width: 820px) {
  .radar-page-workspace { display: block; }
  .radar-page-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .radar-page-list .cr-radar-card {
    border-radius: 12px;
    box-shadow: none;
  }
  .radar-page-list .cr-radar-card-trigger,
  .radar-page-list .cr-radar-card:first-child .cr-radar-card-trigger {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .radar-page-list .cr-radar-card-image-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    flex: 0 0 auto;
  }
  .radar-page-list .cr-radar-card-image-wrap::after {
    background: linear-gradient(180deg, transparent 62%, rgba(8, 10, 10, .54));
  }
  .radar-page-list .cr-radar-card-top { padding: 9px 10px; }
  .radar-page-list .cr-radar-card-urgency { display: none; }
  .radar-page-list .cr-radar-card-copy { padding: 10px 10px 12px; }
  .radar-page-list .cr-radar-card-countdown {
    margin-bottom: 7px;
    padding: 4px 6px;
    font-size: 9px;
  }
  .radar-page-list .cr-radar-card-title {
    max-height: 2.6em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.3;
  }
  .radar-page-list .cr-radar-card-summary,
  .radar-page-list .cr-radar-card-meta { display: none; }
  .radar-page-list .cr-radar-card-foot { padding: 8px 10px; }
  .radar-page-list .cr-radar-card-source { display: block; overflow: hidden; }
  .radar-page-list .cr-radar-card-source > span:first-child { display: none; }
  .radar-page-list .cr-radar-source-name {
    display: block;
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .radar-page-detail-backdrop {
    position: fixed;
    z-index: 100003;
    inset: 0;
    display: block;
    background: rgba(3, 5, 5, .72);
    opacity: 0;
    transition: opacity 180ms ease;
  }
  .radar-page-detail-backdrop[hidden] { display: none !important; }
  .radar-page-detail-backdrop.is-open { opacity: 1; }
  .radar-page-detail {
    position: fixed;
    z-index: 100004;
    inset: auto 0 0;
    width: 100%;
    max-height: min(92dvh, 760px);
    min-height: 0;
    margin: 0;
    padding: 14px 18px max(22px, env(safe-area-inset-bottom));
    border-radius: 18px 18px 0 0;
    visibility: hidden;
    transform: translateY(calc(100% + 16px));
    transition: transform 220ms cubic-bezier(.2, .8, .2, 1), visibility 220ms;
  }
  .radar-page-detail.is-mobile-open {
    visibility: visible;
    transform: translateY(0);
  }
  .radar-page-detail-close {
    position: sticky;
    z-index: 2;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin: 0 0 -38px auto;
    padding: 0 12px;
    border: 1px solid var(--radar-line-strong);
    border-radius: 999px;
    color: var(--radar-ink);
    background: var(--radar-panel-raised);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
  }
  .radar-page-detail-empty { min-height: 260px; }
  .radar-page-detail-head { padding-right: 72px; }
  .radar-page-detail-head h2 { max-width: 12ch; font-size: 28px; }
  .radar-page-detail-facts { grid-template-columns: 1fr 1fr; }
  .radar-page-detail-actions {
    position: sticky;
    bottom: -22px;
    margin-inline: -18px;
    padding: 14px 18px max(16px, env(safe-area-inset-bottom));
    background: var(--radar-panel);
  }
  body.radar-detail-open { overflow: hidden; }
}

@media (max-width: 360px) {
  .radar-page-list { grid-template-columns: 1fr; }
  .radar-page-list .cr-radar-card-trigger,
  .radar-page-list .cr-radar-card:first-child .cr-radar-card-trigger {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 138px;
  }
  .radar-page-list .cr-radar-card-image-wrap {
    width: auto;
    height: 100%;
    aspect-ratio: auto;
  }
  .radar-page-detail-facts { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  body.customer-app #homeView .home-hero:has(.home-hero-background[hidden]) {
    margin-bottom: 0;
    padding: 0 !important;
  }

  body.customer-app #homeView .home-hero:has(.home-hero-background[hidden])::after {
    inset: 14px 14px 14px;
  }

  body.customer-app #homeView .home-hero:has(.home-hero-background[hidden]) .home-hero-copy {
    width: 100%;
    padding: 42px 20px 44px;
  }

  body.customer-app #homeView .home-hero:has(.home-hero-background[hidden]) #homeHeroTitle {
    max-width: 14ch;
    font-size: clamp(38px, 10.8vw, 50px);
    line-height: 1.06;
  }

  body.customer-app #homeView .home-hero:has(.home-hero-background[hidden]) #homeHeroDescription {
    max-width: 31ch;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
  }

  body.customer-app #homeView .home-hero:has(.home-hero-background[hidden]) .home-hero-actions {
    margin-top: 22px;
  }
}

/* Keep every customer-facing header on the same dark brand lockup. */
body.customer-app .brand-mark.has-image,
body.customer-app .home-topbar .brand-mark.has-image,
body.customer-app .catalog-brand .brand-mark.has-image,
body.customer-app .editor-shell .brand-mark.has-image,
body.customer-app .profile-topbar .brand-mark.has-image {
  border-color: rgba(244, 246, 239, .28);
  border-radius: 12px;
  background: rgba(5, 7, 9, .82);
  box-shadow: none;
}

body.customer-app #homeView .home-topbar .brand-mark.has-image {
  border-color: rgba(244, 246, 239, .28);
  border-radius: 12px;
  background: rgba(5, 7, 9, .82);
  box-shadow: none;
}

/* The current C mark carries a small chromatic star in its cut-out. */
body.customer-app .brand-mark.has-image.is-default-logo,
.radar-page-mark.is-default-logo { position: relative; }

body.customer-app .brand-mark.has-image.is-default-logo::after,
.radar-page-mark.is-default-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  pointer-events: none;
  background: linear-gradient(135deg, #28d7e5, #9f62ff 48%, #ff7257);
  clip-path: polygon(50% 0, 63% 37%, 100% 50%, 63% 63%, 50% 100%, 37% 63%, 0 50%, 37% 37%);
  filter: drop-shadow(0 0 3px rgba(40, 215, 229, .7));
  transform: translate(-50%, -50%);
}

/* Creator dual-track center: keep the existing module visible and actionable
 * without changing the surrounding home sections. */
.cr-creator-root {
  color: var(--radar-ink);
  background: var(--radar-night);
  border-top: 1px solid var(--radar-line);
  padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 80px) clamp(68px, 8vw, 112px);
}

.cr-creator-root * { box-sizing: border-box; }

.cr-creator-head,
.cr-creator-grid { width: min(1480px, 100%); margin-inline: auto; }

.cr-creator-head { margin-bottom: 22px; }

.cr-creator-title {
  margin: 0;
  color: var(--radar-ink);
  font-size: clamp(30px, 4.6vw, 58px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1;
}

.cr-creator-intro {
  max-width: 52ch;
  margin: 14px 0 0;
  color: var(--radar-muted);
  font-size: 15px;
  line-height: 1.65;
}

.cr-creator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cr-creator-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--radar-line);
  border-radius: 16px;
  background: var(--radar-panel);
}

.cr-creator-card[data-cr-creator-track="artwork"] {
  border-color: rgba(40, 215, 229, .28);
}

.cr-creator-card-label,
.cr-creator-badge {
  color: var(--radar-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cr-creator-badge {
  padding: 5px 9px;
  border: 1px solid rgba(40, 215, 229, .38);
  border-radius: 999px;
  letter-spacing: .04em;
  text-transform: none;
}

.cr-creator-card h3 {
  margin: 0;
  color: var(--radar-ink);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.cr-creator-card p {
  max-width: 48ch;
  margin: 12px 0 0;
  color: var(--radar-muted);
  font-size: 15px;
  line-height: 1.65;
}

.cr-creator-card-note {
  display: block;
  margin-top: 8px;
  color: var(--radar-dim);
  font-size: 12px;
  line-height: 1.5;
}

.cr-creator-action {
  min-height: 44px;
  margin-top: auto;
  padding: 0 18px;
  border: 1px solid var(--radar-line-strong);
  border-radius: 999px;
  color: var(--radar-night);
  background: var(--radar-acid);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.cr-creator-action:hover,
.cr-creator-action:focus-visible { background: #d0ff75; }

@media (max-width: 820px) {
  .cr-creator-root { padding: 52px 18px 78px; }
  .cr-creator-grid { grid-template-columns: 1fr; gap: 12px; }
  .cr-creator-card { min-height: 0; padding: 22px 20px; }
  .cr-creator-card h3 { font-size: clamp(24px, 7.2vw, 32px); }
  .cr-creator-card p { font-size: 14px; }
  .cr-creator-action { width: 100%; }
}

/*
 * Mobile interaction hardening
 *
 * The detail sheet is a reading surface. Keep the document behind it still,
 * and give the sheet its own vertical touch-scrolling context so a swipe
 * never falls through to the homepage.
 */
body.customer-app.radar-detail-open,
body.customer-app:has(.cr-radar-dialog:not([hidden])) {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.cr-radar-dialog {
  overscroll-behavior: contain;
}

.cr-radar-dialog-backdrop {
  touch-action: none;
}

.cr-radar-dialog-panel,
.radar-page-detail {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  scrollbar-gutter: stable;
  touch-action: pan-y;
}

@media (max-width: 820px) {
  body.customer-app #homeView .home-hero,
  body.customer-app #homeView .home-hero.hero-banner-only {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
  }

  body.customer-app #homeView .home-hero-copy,
  body.customer-app #homeView .home-hero.hero-banner-only .home-hero-copy {
    min-height: 0 !important;
  }

  .cr-radar-dialog-panel {
    max-height: calc(100dvh - 14px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .radar-page-detail {
    max-height: min(92dvh, 760px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.cr-radar-favorite {
  border: 1px solid rgba(174, 184, 180, .28);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  padding: 9px 13px;
  cursor: pointer;
  font: inherit;
}
.cr-radar-favorite:hover,
.cr-radar-favorite.is-active { border-color: #b8ff3d; color: #b8ff3d; }
.cr-radar-favorite:disabled { opacity: .6; cursor: wait; }
