:root {
  color-scheme: light;
  --bb: #2563eb;
  --bt: #059669;
  --bb-brand: #ff5a00;
  --bb-navy: #06356b;
  --bt-brand: #12b819;
  --bt-deep: #2d8500;
  --ink: #121816;
  --muted: #6f7b75;
  --line: rgba(18, 24, 22, 0.12);
  --paper: #f5f7f5;
  --white: #ffffff;
  --red: #d9480f;
  --amber: #d89b25;
  --cyan: #35d6ff;
  --pink: #f25f9c;
  --lime: #b7f06c;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  margin: 0;
}

body {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
p {
  margin: 0;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.conceptBody {
  min-height: 100vh;
}

.kicker {
  color: currentColor;
  font-size: clamp(0.72rem, 1.1vw, 0.95rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.68;
  text-transform: uppercase;
}

.screenNav {
  position: fixed;
  z-index: 20;
  top: 14px;
  left: 50%;
  display: inline-flex;
  gap: 4px;
  max-width: calc(100vw - 24px);
  padding: 4px;
  border: 1px solid rgba(18, 24, 22, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 42px rgba(18, 24, 22, 0.12);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.screenNav a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(18, 24, 22, 0.72);
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
}

.screenNav a[aria-current="page"] {
  background: var(--ink);
  color: #fff;
}

.darkNav {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(8, 13, 16, 0.62);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
}

.darkNav a {
  color: rgba(255, 255, 255, 0.78);
}

.darkNav a[aria-current="page"] {
  background: #fff;
  color: #111716;
}

.displayFrame,
.broadcastStage,
.radarStage {
  min-height: 100vh;
  padding: 64px clamp(18px, 3.2vw, 54px) clamp(18px, 3vw, 42px);
}

.displayTop,
.broadcastTop,
.radarTop {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
}

.displayTopOnlyBadge {
  justify-content: flex-end;
}

.displayTop h1,
.broadcastTop h1,
.radarTop h1 {
  margin-top: 8px;
  font-size: clamp(2.4rem, 5.6vw, 6.25rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.timeBadge,
.broadcastClock {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(18, 24, 22, 0.12);
  border-radius: 999px;
  padding: 10px 15px;
  color: rgba(18, 24, 22, 0.74);
  font-size: clamp(0.82rem, 1.2vw, 1rem);
  font-weight: 800;
  white-space: nowrap;
}

.darkBadge {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.76);
}

.blueDot::before,
.greenDot::before,
.orangeDot::before {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  content: "";
  vertical-align: -1px;
}

.blueDot::before {
  background: var(--bb);
}

.greenDot::before {
  background: var(--bt);
}

.orangeDot::before {
  background: var(--amber);
}

/* Index */

.indexTheme {
  background:
    radial-gradient(circle at 15% 10%, rgba(37, 99, 235, 0.18), transparent 34%),
    radial-gradient(circle at 88% 4%, rgba(5, 150, 105, 0.2), transparent 36%),
    linear-gradient(135deg, #f7faf9 0%, #e8efec 100%);
  color: var(--ink);
}

.conceptIndex {
  width: min(1240px, calc(100% - 36px));
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: clamp(26px, 4vw, 46px);
  margin: 0 auto;
  padding: 48px 0;
}

.indexHero {
  max-width: 860px;
}

.indexHero h1 {
  margin-top: 12px;
  font-size: clamp(2.4rem, 6vw, 6rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.indexHero p:last-child {
  max-width: 720px;
  margin-top: 18px;
  color: rgba(18, 24, 22, 0.72);
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  line-height: 1.42;
}

.conceptTiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.conceptTile {
  min-height: 255px;
  display: grid;
  align-content: space-between;
  gap: 20px;
  border: 1px solid rgba(18, 24, 22, 0.12);
  border-radius: 8px;
  padding: 22px;
  color: #fff;
  box-shadow: 0 24px 70px rgba(18, 24, 22, 0.13);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.conceptTile:hover {
  box-shadow: 0 30px 80px rgba(18, 24, 22, 0.18);
  transform: translateY(-3px);
}

.conceptTile span {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  font-weight: 900;
}

.conceptTile strong {
  display: block;
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  line-height: 1;
}

.conceptTile small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.38;
}

.pulseTile {
  background:
    linear-gradient(140deg, rgba(37, 99, 235, 0.94), rgba(5, 150, 105, 0.78)),
    #1b4ed8;
}

.pulseDarkTile {
  background:
    linear-gradient(140deg, rgba(12, 18, 17, 0.98), rgba(216, 155, 37, 0.64)),
    #111716;
}

.broadcastTile {
  background:
    linear-gradient(140deg, rgba(18, 24, 22, 0.96), rgba(214, 72, 15, 0.72)),
    #1b1714;
}

.samlekortTile {
  background:
    linear-gradient(140deg, rgba(179, 32, 24, 0.94), rgba(0, 139, 173, 0.82)),
    #b32018;
}

.radarTile {
  background:
    linear-gradient(140deg, rgba(7, 14, 17, 0.98), rgba(53, 214, 255, 0.4)),
    #071014;
}

/* Pulse */

.pulseTheme {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(244, 247, 245, 0.96) 38%),
    #eef3f1;
  color: var(--ink);
}

.pulseFrame {
  width: min(1680px, 100%);
  display: grid;
  grid-template-rows: auto minmax(190px, 0.82fr) auto minmax(210px, 0.74fr);
  gap: clamp(10px, 1.25vw, 18px);
  margin: 0 auto;
  padding-bottom: 24px;
}

.pulseHero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.56fr) minmax(0, 1fr);
  gap: clamp(12px, 1.6vw, 24px);
}

.scorePanel,
.duelCore,
.segmentCard,
.trendPanel,
.realtimePanel,
.signalStack > div {
  border: 1px solid rgba(18, 24, 22, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(18, 24, 22, 0.09);
}

.scorePanel {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  gap: 8px;
  padding: clamp(18px, 2vw, 30px);
  overflow: hidden;
  position: relative;
}

.scorePanel::after {
  position: absolute;
  inset: auto -18% -48% auto;
  width: min(300px, 45%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: currentColor;
  content: "";
  opacity: 0.08;
}

.scorePanel p {
  color: rgba(18, 24, 22, 0.62);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 900;
}

.scoreBrand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.scoreLogo {
  width: clamp(42px, 4.4vw, 62px);
  height: clamp(42px, 4.4vw, 62px);
  flex: 0 0 auto;
  object-fit: contain;
}

.scoreLogoBilbasen {
  border-radius: 8px;
}

.scoreLogoBiltorvet {
  filter: drop-shadow(0 8px 18px rgba(18, 184, 25, 0.22));
}

.scorePanel strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(2.9rem, 6.2vw, 6.6rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
  letter-spacing: 0;
}

.scorePanel span {
  color: rgba(18, 24, 22, 0.58);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  font-weight: 850;
}

.dailyLine {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  background: rgba(18, 24, 22, 0.06);
  padding: 7px 10px;
  color: rgba(18, 24, 22, 0.68);
  font-size: clamp(0.76rem, 1vw, 0.92rem);
  font-weight: 950;
  line-height: 1;
}

.scorePanel .dailyLine {
  margin-top: 4px;
}

.scoreLabel {
  display: block;
  margin-top: -4px;
}

.scoreSubMetrics {
  border-top: 1px solid rgba(18, 24, 22, 0.1);
  margin-top: 12px;
  padding-top: 14px;
}

.scoreSubMetric {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.scoreSubMetric + .scoreSubMetric {
  margin-top: 10px;
}

.scoreSubMetric span {
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  line-height: 1.1;
}

.scoreSubMetric strong {
  margin: 0;
  font-size: clamp(1.65rem, 2.4vw, 2.55rem);
  line-height: 0.95;
}

.bilbasenPanel {
  color: var(--bb);
}

.biltorvetPanel {
  color: var(--bt);
}

.duelCore {
  min-height: 190px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(18px, 2vw, 28px);
  text-align: center;
}

.duelCore span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #111816;
  color: #fff;
  padding: 8px 13px;
  font-size: clamp(0.86rem, 1.2vw, 1.05rem);
  font-weight: 900;
}

.duelCore strong {
  margin-top: 16px;
  font-size: clamp(3rem, 5.6vw, 6.4rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
  letter-spacing: 0;
}

.duelCore small {
  margin-top: 10px;
  color: rgba(18, 24, 22, 0.58);
  font-size: clamp(0.82rem, 1.1vw, 1rem);
  font-weight: 850;
  text-transform: uppercase;
}

.pulseSegments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.segmentCard {
  min-height: 124px;
  display: grid;
  gap: 12px;
  padding: clamp(14px, 1.45vw, 20px);
}

.segmentCard header,
.splitNumbers,
.segmentMetaLine,
.panelTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.segmentCard h2 {
  font-size: clamp(1.1rem, 1.8vw, 1.65rem);
  line-height: 1.1;
}

.leaderChip {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(18, 24, 22, 0.08);
  color: rgba(18, 24, 22, 0.72);
  padding: 7px 10px;
  font-size: clamp(0.72rem, 1vw, 0.86rem);
  font-weight: 900;
  white-space: nowrap;
}

.splitNumbers {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: end;
}

.splitNumbers div {
  min-width: 0;
}

.splitNumbers span {
  display: block;
  color: rgba(18, 24, 22, 0.55);
  font-size: 0.78rem;
  font-weight: 900;
}

.splitNumbers strong {
  display: block;
  margin-top: 2px;
  font-size: clamp(1.45rem, 2.45vw, 2.45rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.segmentDelta {
  font-size: clamp(1.1rem, 2vw, 2rem);
  font-weight: 950;
  line-height: 1;
}

.btAdvantage {
  color: var(--bt) !important;
}

.bbAdvantage {
  color: var(--amber) !important;
}

.segmentBar {
  height: 10px;
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(18, 24, 22, 0.08);
}

.segmentBar span:first-child {
  background: var(--bb);
}

.segmentBar span:last-child {
  background: var(--bt);
}

.pulseFooter {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.5fr);
  gap: clamp(12px, 1.4vw, 18px);
}

.trendPanel {
  min-height: 210px;
  padding: clamp(12px, 1.25vw, 16px);
}

.realtimePanel {
  min-height: 210px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
  padding: clamp(12px, 1.25vw, 16px);
}

.realtimeTitle {
  align-items: flex-start;
}

.realtimeTotal {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(18, 24, 22, 0.08);
  color: rgba(18, 24, 22, 0.72);
  padding: 6px 10px;
  font-size: clamp(0.72rem, 0.9vw, 0.84rem);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.realtimeBars {
  display: grid;
  align-content: stretch;
  gap: 7px;
  min-height: 0;
}

.realtimeDay {
  display: grid;
  grid-template-columns: minmax(44px, 0.32fr) minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 27px;
}

.realtimeDate {
  color: rgba(18, 24, 22, 0.56);
  font-size: clamp(0.68rem, 0.84vw, 0.78rem);
  font-weight: 900;
  white-space: nowrap;
}

.realtimeBarTracks {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.realtimeTrack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(46px, auto);
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.realtimeTrackLine {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(18, 24, 22, 0.08);
}

.realtimeTrackLine span {
  display: block;
  height: 100%;
  min-width: 2px;
  border-radius: inherit;
  transform-origin: left center;
}

.realtimeTrack.bb .realtimeTrackLine span {
  background: var(--bb-brand);
  color: var(--bb-brand);
}

.realtimeTrack.bt .realtimeTrackLine span {
  background: var(--bt-brand);
  color: var(--bt-brand);
}

.realtimeValue {
  color: rgba(18, 24, 22, 0.68);
  font-size: clamp(0.68rem, 0.84vw, 0.78rem);
  font-variant-numeric: tabular-nums;
  font-weight: 950;
  text-align: right;
}

.realtimeEmpty {
  min-height: 120px;
  display: grid;
  place-items: center;
  color: rgba(18, 24, 22, 0.58);
  font-size: 0.9rem;
  font-weight: 850;
  text-align: center;
}

.realtimeLegend {
  margin-top: 0;
}

.realtimeChart {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 8px;
}

.trendPanel .panelTitle,
.momentumPanel .panelTitle,
.vatBroadcast .panelTitle {
  margin-bottom: 12px;
}

.panelTitle h2 {
  font-size: clamp(1rem, 1.8vw, 1.5rem);
}

.chartModeSwitch {
  display: inline-flex;
  gap: 4px;
  flex: 0 0 auto;
  border: 1px solid rgba(18, 24, 22, 0.12);
  border-radius: 999px;
  background: #f7faf8;
  padding: 4px;
}

.chartModeSwitch button {
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(18, 24, 22, 0.62);
  padding: 6px 12px;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
}

.chartModeSwitch button.isActive {
  background: var(--ink);
  color: #fff;
}

.trendPanel svg {
  width: 100%;
  height: clamp(120px, 15vh, 150px);
  border-radius: 8px;
  background: #f7faf8;
}

.legendLine {
  display: flex;
  gap: 18px;
  margin-top: 8px;
  color: rgba(18, 24, 22, 0.62);
  font-size: 0.9rem;
  font-weight: 850;
}

.signalStack {
  display: grid;
  gap: 12px;
}

.signalStack > div {
  min-height: 0;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: clamp(10px, 1.1vw, 14px);
}

.signalStack span {
  color: rgba(18, 24, 22, 0.55);
  font-size: clamp(0.78rem, 1vw, 0.9rem);
  font-weight: 900;
  text-transform: uppercase;
}

.signalStack strong {
  font-size: clamp(1.05rem, 1.55vw, 1.65rem);
  line-height: 1.05;
}

/* Pulse Dark */

.pulseDarkTheme {
  color-scheme: dark;
  background:
    linear-gradient(145deg, rgba(13, 18, 17, 0.96) 0%, rgba(13, 18, 17, 0.9) 45%, rgba(37, 23, 12, 0.9) 100%),
    #0d1211;
  color: #f7fbf8;
}

.pulseDarkTheme .displayTop h1,
.pulseDarkTheme .panelTitle h2,
.pulseDarkTheme .segmentCard h2,
.pulseDarkTheme .splitNumbers strong,
.pulseDarkTheme .realtimeValue,
.pulseDarkTheme .signalStack strong {
  color: #fff;
}

.pulseDarkTheme .displayTop .kicker,
.pulseDarkTheme .panelTitle .kicker {
  color: rgba(255, 255, 255, 0.7);
}

.pulseDarkTheme .timeBadge {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(18, 24, 22, 0.78);
  color: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.pulseDarkTheme .scorePanel,
.pulseDarkTheme .duelCore,
.pulseDarkTheme .segmentCard,
.pulseDarkTheme .trendPanel,
.pulseDarkTheme .realtimePanel,
.pulseDarkTheme .signalStack > div {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.055)),
    rgba(11, 16, 15, 0.74);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.pulseDarkTheme .scorePanel::after {
  opacity: 0.13;
}

.pulseDarkTheme .scorePanel p,
.pulseDarkTheme .scorePanel span,
.pulseDarkTheme .duelCore small,
.pulseDarkTheme .splitNumbers span,
.pulseDarkTheme .legendLine,
.pulseDarkTheme .realtimeDate,
.pulseDarkTheme .realtimeEmpty,
.pulseDarkTheme .signalStack span {
  color: rgba(255, 255, 255, 0.62);
}

.pulseDarkTheme .bilbasenPanel {
  color: var(--bb-brand);
  background:
    radial-gradient(circle at 94% 84%, rgba(255, 90, 0, 0.2), transparent 33%),
    linear-gradient(180deg, rgba(255, 90, 0, 0.11), rgba(6, 53, 107, 0.08)),
    rgba(11, 16, 15, 0.74);
}

.pulseDarkTheme .biltorvetPanel {
  color: var(--bt-brand);
  background:
    radial-gradient(circle at 94% 84%, rgba(18, 184, 25, 0.2), transparent 33%),
    linear-gradient(180deg, rgba(18, 184, 25, 0.11), rgba(45, 133, 0, 0.08)),
    rgba(11, 16, 15, 0.74);
}

.pulseDarkTheme .scoreBrand p {
  color: rgba(255, 255, 255, 0.82);
}

.pulseDarkTheme .pulseFrame {
  position: relative;
  grid-template-rows: minmax(320px, 0.58fr) minmax(300px, 0.42fr) auto;
  align-items: stretch;
  padding-top: clamp(14px, 1.8vw, 28px);
  padding-bottom: clamp(12px, 1.8vw, 24px);
}

.pulseDarkTheme .displayTopOnlyBadge {
  grid-row: 3;
  grid-column: 1;
  position: static;
  align-self: end;
  justify-self: end;
  z-index: 30;
  display: flex;
}

.pulseDarkTheme .pulseHero {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.5fr) minmax(0, 1fr);
  min-height: 0;
}

.pulseDarkTheme .scorePanel {
  min-height: 260px;
}

.pulseDarkTheme .scorePanel > strong {
  width: 100%;
  justify-self: center;
  text-align: center;
}

.pulseDarkTheme .scorePanel > .dailyLine {
  justify-self: center;
}

.pulseDarkTheme .duelCore {
  min-height: 260px;
  display: grid;
  align-content: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.055)),
    rgba(11, 16, 15, 0.8);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 26px 80px rgba(0, 0, 0, 0.36),
    0 0 54px rgba(18, 184, 25, 0.14);
}

.pulseDarkTheme .duelCore::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 90, 0, 0.28), transparent 34%, transparent 66%, rgba(18, 184, 25, 0.28)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 42%);
  content: "";
  opacity: 0.62;
}

.pulseDarkTheme .duelCore::after {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  content: "";
  pointer-events: none;
}

.pulseDarkTheme .duelCore > * {
  position: relative;
  z-index: 1;
}

.pulseDarkTheme .duelCore p {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  font-weight: 950;
  text-transform: uppercase;
}

.pulseDarkTheme .pulseSegments {
  display: none;
}

.pulseDarkTheme .pulseFooter {
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  min-height: 0;
}

.pulseDarkTheme .pulseFooterRealtime {
  gap: clamp(8px, 1vw, 14px);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 90, 0, 0.08), transparent 30%),
    radial-gradient(circle at 84% 28%, rgba(18, 184, 25, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
    rgba(7, 10, 10, 0.92);
  box-shadow: 0 26px 78px rgba(0, 0, 0, 0.32);
  padding: clamp(6px, 0.65vw, 10px);
}

.pulseDarkTheme .pulseFooterRealtime .trendPanel,
.pulseDarkTheme .pulseFooterRealtime .realtimePanel {
  height: 100%;
  min-height: 0;
}

.pulseDarkTheme .signalStack {
  display: none;
}

.pulseDarkTheme .realtimePanel {
  min-height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  gap: 2px;
  padding: clamp(5px, 0.7vw, 9px);
}

.pulseDarkTheme .realtimeTotal {
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.82);
}

.pulseDarkTheme .realtimeTrackLine {
  background: rgba(255, 255, 255, 0.105);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.035) inset;
}

.pulseDarkTheme .realtimeTrackLine span {
  box-shadow: 0 0 18px currentColor;
}

.pulseDarkTheme .scoreSubMetrics {
  border-color: rgba(255, 255, 255, 0.12);
}

.pulseDarkTheme .scoreSubMetric strong {
  color: #fff;
}

.pulseDarkTheme .duelCore span {
  background: rgba(255, 255, 255, 0.9);
  color: #111716;
  padding: 10px 16px;
  font-size: clamp(0.95rem, 1.25vw, 1.15rem);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.pulseDarkTheme .duelCore strong {
  color: #fff;
  margin-top: 2px;
  font-size: clamp(5rem, 8vw, 9.2rem);
  text-shadow:
    0 0 24px rgba(18, 184, 25, 0.36),
    0 12px 34px rgba(0, 0, 0, 0.38);
}

.pulseDarkTheme .dailyLine,
.pulseDarkTheme .leaderChip {
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.78);
}

.pulseDarkTheme .bbAdvantage {
  color: var(--bb-brand) !important;
}

.pulseDarkTheme .btAdvantage {
  color: var(--bt-brand) !important;
}

.pulseDarkTheme .segmentBar {
  background: rgba(255, 255, 255, 0.12);
}

.pulseDarkTheme .segmentBar span:first-child {
  background: var(--bb-brand);
}

.pulseDarkTheme .segmentBar span:last-child {
  background: var(--bt-brand);
}

.pulseDarkTheme .chartModeSwitch {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

.pulseDarkTheme .chartModeSwitch button {
  color: rgba(255, 255, 255, 0.68);
}

.pulseDarkTheme .chartModeSwitch button.isActive {
  background: #fff;
  color: #111716;
}

.pulseDarkTheme .trendPanel svg {
  height: 100%;
  min-height: 0;
  border-radius: 0;
  background: transparent;
}

.motionChartArea {
  animation: chartAreaFade 900ms ease forwards;
}

.motionChartLine {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: chartLineDraw 1200ms cubic-bezier(0.2, 0.72, 0.28, 1) forwards;
}

.motionChartPoint {
  opacity: 0;
  transform-origin: center;
  animation: chartPointPop 420ms ease forwards 920ms;
}

.motionChartRunner {
  filter: drop-shadow(0 0 9px rgba(255, 255, 255, 0.34));
}

.pulseDarkTheme .trendPanel {
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0;
  border: 0;
  padding: clamp(5px, 0.7vw, 9px);
  position: relative;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.pulseDarkTheme .trendPanel > * {
  position: relative;
  z-index: 1;
}

.pulseDarkTheme .legendLine {
  margin-top: 10px;
  font-size: 1rem;
}

.pulseDarkTheme .trendPanel .panelTitle {
  margin-bottom: 0;
}

.pulseDarkTheme .pulseFooterRealtime .panelTitle {
  margin-bottom: 0;
}

.pulseDarkTheme .trendTitleCompact {
  min-height: 28px;
  justify-content: flex-start;
}

.pulseDarkTheme .greenDot::before {
  background: var(--bt-brand);
}

.pulseDarkTheme .blueDot::before {
  background: var(--bb-brand);
}

.pulseDarkTheme .orangeDot::before {
  background: var(--bb-brand);
}

@media (prefers-reduced-motion: reduce) {
  .motionChartArea,
  .motionChartLine,
  .motionChartPoint {
    animation: none;
    opacity: 1;
    stroke-dashoffset: 0;
  }

  .motionChartRunner {
    display: none;
  }
}

@keyframes chartLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes chartAreaFade {
  from {
    opacity: 0;
  }
}

@keyframes chartPointPop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Pulse V2 */

.pulseV2Frame {
  width: min(1740px, 100%);
  display: grid;
  grid-template-rows: auto minmax(190px, 0.78fr) auto minmax(220px, 0.74fr);
  gap: clamp(10px, 1.25vw, 18px);
  margin: 0 auto;
}

.pulseV2Sources {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 22px);
}

.pulseV2SourceCard,
.pulseV2SegmentCard {
  border: 1px solid rgba(18, 24, 22, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 48px rgba(18, 24, 22, 0.09);
}

.pulseV2SourceCard {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  padding: clamp(18px, 2vw, 28px);
  position: relative;
  overflow: hidden;
}

.pulseV2SourceCard::after {
  position: absolute;
  right: -12%;
  bottom: -45%;
  width: min(260px, 44%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: currentColor;
  content: "";
  opacity: 0.08;
}

.source-bilbasen {
  color: var(--amber);
}

.source-biltorvet {
  color: var(--bt);
}

.source-bilhandel {
  color: var(--cyan);
}

.sourceCardTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sourceCardTop strong {
  font-size: clamp(1.1rem, 1.8vw, 1.7rem);
  line-height: 1;
}

.sourceRank {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(18, 24, 22, 0.08);
  color: rgba(18, 24, 22, 0.72);
  padding: 7px 11px;
  font-weight: 950;
}

.sourceMetric {
  color: var(--ink);
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  font-variant-numeric: tabular-nums;
  font-weight: 950;
  line-height: 0.9;
}

.sourceSubline {
  color: rgba(18, 24, 22, 0.56);
  font-size: clamp(0.82rem, 1.1vw, 1rem);
  font-weight: 850;
}

.pulseV2Segments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.pulseV2SegmentCard {
  display: grid;
  gap: 12px;
  padding: clamp(14px, 1.45vw, 20px);
}

.pulseV2SegmentCard header,
.segmentInsight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pulseV2SegmentCard h2 {
  font-size: clamp(1.1rem, 1.75vw, 1.6rem);
}

.pulseV2SegmentCard header span {
  border-radius: 999px;
  background: rgba(18, 24, 22, 0.08);
  color: rgba(18, 24, 22, 0.72);
  padding: 7px 10px;
  font-size: clamp(0.72rem, 1vw, 0.86rem);
  font-weight: 950;
}

.rankList {
  display: grid;
  gap: 7px;
}

.rankList div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.rankList span {
  color: rgba(18, 24, 22, 0.64);
  font-size: clamp(0.8rem, 1vw, 0.94rem);
  font-weight: 950;
}

.rankList strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-variant-numeric: tabular-nums;
}

.segmentInsight {
  color: rgba(18, 24, 22, 0.62);
  font-size: clamp(0.76rem, 1vw, 0.88rem);
  font-weight: 900;
}

.segmentInsight strong {
  color: var(--ink);
}

.pulseV2Footer {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: clamp(12px, 1.4vw, 18px);
}

.pulseV2Trend svg {
  height: clamp(138px, 18vh, 190px);
}

.triLegend {
  gap: 20px;
}

.triLegendItem {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 950;
}

.triLegendItem span {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
}

/* Bilbasen V2 */

.bilbasenV2Deck {
  background:
    linear-gradient(145deg, rgba(13, 18, 17, 0.96) 0%, rgba(13, 18, 17, 0.9) 45%, rgba(37, 23, 12, 0.9) 100%),
    #0d1211;
}

.bilbasenV2Deck > .displayFrame {
  min-height: 100vh;
}

.bilbasenV2InsightSlide {
  width: min(1740px, 100%);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(12px, 1.2vw, 18px);
  align-items: stretch;
  margin: 0 auto;
  padding-top: clamp(18px, 2vw, 34px);
}

.bilbasenV2Top {
  align-items: flex-start;
}

.bilbasenV2Top h1 {
  font-size: clamp(2.2rem, 4.2vw, 4.7rem);
}

.bilbasenInsightGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 14px);
}

.bilbasenInsightPanel {
  min-height: 0;
  display: grid;
  gap: 12px;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05)),
    rgba(11, 16, 15, 0.76);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28);
  padding: clamp(14px, 1.25vw, 20px);
  overflow: hidden;
}

.bilbasenWidePanel {
  grid-column: 1 / -1;
}

.bilbasenLeaderboardPanel,
.bilbasenGeoPanel {
  grid-column: span 2;
}

.bilbasenInsightPanel .panelTitle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.bilbasenInsightPanel h2 {
  color: #fff;
  font-size: clamp(1.08rem, 1.55vw, 1.45rem);
}

.insightBadge {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.74);
  padding: 7px 10px;
  font-size: clamp(0.72rem, 0.92vw, 0.86rem);
  font-weight: 950;
  white-space: nowrap;
}

.insightHeroMetric {
  display: grid;
  gap: 5px;
}

.insightHeroMetric span,
.dealerStats span,
.insightSplitRow span,
.categoryBarRow span,
.topDealerRow small,
.geoRow em,
.dealerBand span {
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.74rem, 0.9vw, 0.86rem);
  font-weight: 900;
}

.compareTotals,
.compareRows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.compareSource,
.compareRows > div {
  min-height: 66px;
  display: grid;
  align-content: center;
  gap: 5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  padding: 10px;
}

.compareSource span,
.compareRows span,
.compareDiff span {
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.74rem, 0.9vw, 0.86rem);
  font-weight: 900;
}

.compareSource strong {
  color: #fff;
  font-size: clamp(1.9rem, 2.6vw, 2.8rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.92;
}

.compareBilbasen strong {
  color: var(--bb-brand);
}

.compareBiltorvet strong {
  color: var(--bt-brand);
}

.compareDiff {
  display: grid;
  justify-items: center;
  gap: 3px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 90, 0, 0.16), rgba(18, 184, 25, 0.15)),
    rgba(255, 255, 255, 0.055);
  padding: 11px;
  text-align: center;
}

.compareDiff strong {
  color: #fff;
  font-size: clamp(2.3rem, 3.4vw, 3.8rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
}

.compareRows strong {
  color: #fff;
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.insightHeroMetric strong {
  color: #fff;
  font-size: clamp(2.8rem, 4.2vw, 4.7rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
}

.insightSplitBars,
.categoryBars,
.topDealerList,
.geoColumns > div > div {
  display: grid;
  gap: 8px;
}

.insightSplitRow,
.categoryBarRow,
.geoRow,
.topDealerRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(84px, 0.9fr) auto;
  gap: 10px;
  align-items: center;
}

.insightSplitRow div:first-child,
.categoryBarRow div:first-child,
.geoRow div:first-child {
  min-width: 0;
}

.insightSplitRow strong,
.categoryBarRow strong,
.geoRow strong,
.topDealerRow em {
  display: block;
  color: #fff;
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
  font-style: normal;
  font-variant-numeric: tabular-nums;
  font-weight: 950;
}

.insightSplitRow em,
.categoryBarRow em {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 950;
}

.insightTrack,
.categoryTrack,
.geoRow div:nth-child(2) {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.insightTrack i,
.categoryTrack i,
.geoRow i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--bb-brand);
}

.insightSplitRow.green i {
  background: var(--bt-brand);
}

.insightSplitRow.cyan i {
  background: var(--cyan);
}

.insightSplitRow.pink i {
  background: var(--pink);
}

.categoryTrack i,
.geoRow i {
  background: linear-gradient(90deg, var(--bb-brand), var(--amber));
}

.dealerStats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.dealerStats > div {
  min-height: 68px;
  display: grid;
  align-content: center;
  gap: 5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  padding: 10px;
}

.dealerStats strong {
  color: #fff;
  font-size: clamp(1.2rem, 1.75vw, 1.75rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.dealerBands {
  height: 74px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
}

.dealerBand {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 5px;
  text-align: center;
}

.dealerBand div {
  height: 34px;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.dealerBand i {
  width: 100%;
  display: block;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, var(--cyan), rgba(53, 214, 255, 0.34));
}

.dealerBand strong {
  color: #fff;
  font-size: 0.9rem;
  font-variant-numeric: tabular-nums;
}

.topDealerRow {
  min-height: 38px;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  padding: 7px 9px;
}

.topDealerRow span {
  color: var(--bb-brand);
  font-size: 0.76rem;
  font-weight: 950;
}

.topDealerRow strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: clamp(0.84rem, 0.95vw, 0.94rem);
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.geoColumns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.2vw, 20px);
}

.geoColumns h3 {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.geoRow {
  grid-template-columns: minmax(0, 0.85fr) minmax(90px, 1fr) minmax(90px, auto);
  min-height: 30px;
}

.insightEmpty {
  min-height: 92px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.68);
  padding: 12px;
  text-align: center;
  font-weight: 850;
}

/* Broadcast */

.broadcastTheme {
  background:
    linear-gradient(135deg, #111716 0%, #1a1714 42%, #24170f 100%);
  color: #fff;
}

.broadcastStage {
  width: min(1740px, 100%);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: clamp(18px, 2.2vw, 34px);
  margin: 0 auto;
  padding-bottom: clamp(16px, 2vw, 36px);
  position: relative;
  overflow: hidden;
}

.broadcastStage::before {
  position: absolute;
  inset: 64px clamp(18px, 3.2vw, 54px) auto;
  height: 2px;
  background: linear-gradient(90deg, var(--amber), var(--bt));
  content: "";
  opacity: 0.85;
}

.broadcastTop {
  position: relative;
  z-index: 1;
  padding-top: 22px;
}

.broadcastTop h1 {
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 5.2rem);
}

.broadcastClock {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.75);
}

.slideProgress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.slideProgress span {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.slideProgress span::before {
  width: 0;
  height: 100%;
  display: block;
  background: #fff;
  content: "";
}

.slideProgress span.isActive::before {
  animation: broadcastProgress 10s linear forwards;
}

.broadcastSlide {
  display: none;
  min-height: min(66vh, 680px);
}

.broadcastSlide.isActive {
  display: grid;
  animation: slideIn 420ms ease both;
}

.matchup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.45fr) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 28px);
}

.broadcastScore,
.scoreDivider,
.broadcastCallout,
.momentumPanel,
.vatBroadcast {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.broadcastScore {
  min-height: 460px;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(22px, 2.6vw, 42px);
}

.broadcastScore span {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 950;
  opacity: 0.78;
}

.broadcastScore strong {
  font-size: clamp(4.2rem, 7.8vw, 8.6rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
  letter-spacing: 0;
}

.broadcastDaily {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  padding: 8px 12px;
  font-size: clamp(0.9rem, 1.35vw, 1.25rem);
  font-weight: 950;
}

.bilbasenScore {
  background:
    linear-gradient(135deg, rgba(216, 155, 37, 0.7), rgba(255, 255, 255, 0.07)),
    rgba(255, 255, 255, 0.07);
}

.biltorvetScore {
  background:
    linear-gradient(135deg, rgba(5, 150, 105, 0.62), rgba(255, 255, 255, 0.07)),
    rgba(255, 255, 255, 0.07);
}

.scoreDivider {
  min-height: 460px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  padding: clamp(20px, 2.4vw, 34px);
  text-align: center;
}

.scoreDivider span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #111716;
  padding: 9px 14px;
  font-weight: 950;
}

.scoreDivider strong {
  color: #fff;
  font-size: clamp(3rem, 6.2vw, 7rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.92;
  letter-spacing: 0;
}

.broadcastBtAdvantage {
  color: var(--bt) !important;
}

.broadcastBbAdvantage {
  color: var(--amber) !important;
}

.dailyUp {
  color: #6ee7b7 !important;
}

.dailyDown {
  color: #fb7185 !important;
}

.tickerLine {
  align-self: end;
  min-height: 68px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.25rem, 2.4vw, 2.6rem);
  font-weight: 850;
  white-space: nowrap;
}

.segmentBroadcast {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
}

.broadcastSlide[data-slide="1"] {
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: clamp(16px, 2vw, 28px);
}

.broadcastSegment {
  min-height: 150px;
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  padding: clamp(18px, 2vw, 30px);
}

.broadcastSegment header,
.broadcastBarLabels,
.broadcastVatRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.broadcastSegment h2 {
  font-size: clamp(1.4rem, 2.5vw, 2.8rem);
  line-height: 1;
}

.broadcastSegment header span {
  font-size: clamp(1.15rem, 2vw, 2.2rem);
  font-weight: 950;
}

.broadcastBar {
  height: clamp(24px, 3.4vw, 40px);
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.broadcastBar span:first-child {
  background: var(--amber);
}

.broadcastBar span:last-child {
  background: var(--bt);
}

.broadcastBarLabels {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.9rem, 1.4vw, 1.2rem);
  font-weight: 850;
}

.broadcastBilbasen {
  color: var(--amber) !important;
}

.broadcastBiltorvet {
  color: var(--bt) !important;
}

.broadcastCallout {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 3vw, 42px);
}

.broadcastCallout span {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.85rem, 1.2vw, 1.1rem);
  font-weight: 900;
  text-transform: uppercase;
}

.broadcastCallout strong {
  font-size: clamp(2.2rem, 4vw, 4.7rem);
  line-height: 0.96;
}

.broadcastSlide[data-slide="2"] {
  grid-template-columns: 1fr;
}

.momentumPanel,
.vatBroadcast,
.broadcastTimelinePanel {
  min-height: 500px;
  padding: clamp(20px, 2.4vw, 36px);
}

.broadcastTimelinePanel {
  display: grid;
  grid-template-rows: auto minmax(300px, 1fr) auto auto;
  gap: clamp(12px, 1.45vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.momentumPanel svg {
  height: min(48vh, 420px);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.broadcastTimelinePanel svg {
  height: min(43vh, 430px);
  min-height: 300px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.broadcastTimelineLegend {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  font-weight: 900;
}

.weeklyWinnerTable {
  display: grid;
  gap: 7px;
}

.weeklyHeader,
.weeklyRow {
  display: grid;
  grid-template-columns: minmax(120px, 1.1fr) repeat(3, minmax(90px, 0.8fr));
  gap: 12px;
  align-items: center;
}

.weeklyHeader {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.weeklyRow,
.weeklyEmpty {
  min-height: 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  padding: 9px 12px;
}

.weeklyRow span,
.weeklyRow strong {
  font-size: clamp(0.9rem, 1.15vw, 1.08rem);
  font-weight: 900;
}

.weeklyEmpty {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 850;
}

/* Broadcast V2 */

body[data-concept="broadcast-v2"] .broadcastSlide[data-slide="1"] {
  grid-template-columns: 1fr;
}

body[data-concept="broadcast-v2"] .slideProgress {
  grid-template-columns: repeat(4, 1fr);
}

body[data-concept="broadcast-v2"] .broadcastSlide[data-slide="0"] {
  align-content: stretch;
}

.broadcastV2Race {
  min-height: min(66vh, 680px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
}

.broadcastV2Score {
  min-height: min(66vh, 680px);
  display: grid;
  align-content: center;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  padding: clamp(22px, 2.6vw, 42px);
  position: relative;
}

.broadcastV2Score.source-bilbasen {
  --broadcast-photo: url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1400&q=82");
  --broadcast-tint: rgba(216, 155, 37, 0.5);
  background:
    radial-gradient(circle at 76% 66%, rgba(216, 155, 37, 0.34), transparent 34%),
    linear-gradient(135deg, rgba(216, 155, 37, 0.4), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.07);
}

.broadcastV2Score.source-biltorvet {
  --broadcast-photo: url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1400&q=82");
  --broadcast-tint: rgba(5, 150, 105, 0.5);
  background:
    radial-gradient(circle at 76% 66%, rgba(5, 150, 105, 0.34), transparent 34%),
    linear-gradient(135deg, rgba(5, 150, 105, 0.38), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.07);
}

.broadcastV2Score.source-bilhandel {
  --broadcast-photo: url("https://images.unsplash.com/photo-1533473359331-0135ef1b58bf?auto=format&fit=crop&w=1400&q=82");
  --broadcast-tint: rgba(53, 214, 255, 0.44);
  background:
    radial-gradient(circle at 76% 66%, rgba(53, 214, 255, 0.32), transparent 34%),
    linear-gradient(135deg, rgba(53, 214, 255, 0.3), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.07);
}

.broadcastV2Score::before {
  position: absolute;
  inset: 0 -18% 0 28%;
  background-image: var(--broadcast-photo);
  background-position: center;
  background-size: cover;
  content: "";
  filter: saturate(0.88) contrast(1.08);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
  opacity: 0.42;
}

.broadcastV2Score::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 17, 16, 0.98) 0 38%, rgba(14, 17, 16, 0.58) 66%, rgba(14, 17, 16, 0.22)),
    linear-gradient(135deg, var(--broadcast-tint), transparent 58%);
  content: "";
}

.broadcastV2Score span {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.7vw, 1.55rem);
  font-weight: 950;
  position: relative;
  z-index: 1;
}

.broadcastV2Score strong {
  color: #fff;
  font-size: clamp(3.8rem, 6.3vw, 7.2rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
  position: relative;
  z-index: 1;
}

.broadcastV2Score small {
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  padding: 8px 12px;
  font-size: clamp(0.86rem, 1.15vw, 1.08rem);
  font-weight: 950;
  position: relative;
  z-index: 1;
}

.broadcastV2SegmentGrid {
  min-height: min(66vh, 680px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
  width: 100%;
}

.broadcastV2Segment {
  min-height: min(66vh, 680px);
  display: grid;
  grid-template-rows: auto minmax(190px, 1fr) auto;
  align-content: stretch;
  gap: clamp(18px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  padding: clamp(22px, 2.6vw, 42px);
}

.broadcastV2Segment header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.broadcastV2Segment h2 {
  min-width: 0;
  font-size: clamp(1.7rem, 2.45vw, 2.75rem);
  line-height: 1;
}

.broadcastV2Segment header span {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.9rem, 1.2vw, 1.08rem);
  font-weight: 950;
  white-space: nowrap;
}

.broadcastV2SegmentLead {
  min-height: 210px;
  display: grid;
  align-content: center;
  gap: 12px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.05);
  padding: clamp(18px, 2.4vw, 34px);
}

.broadcastV2SegmentLead span {
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  font-weight: 950;
}

.broadcastV2SegmentLead strong {
  color: #fff;
  font-size: clamp(3.1rem, 5.2vw, 6.1rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.88;
}

.broadcastV2SegmentLead small {
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.88rem, 1.16vw, 1.05rem);
  font-weight: 900;
}

.broadcastV2Bars {
  display: grid;
  align-content: end;
  gap: clamp(18px, 2.2vh, 26px);
}

.broadcastV2Bars > div {
  display: grid;
  grid-template-columns: minmax(96px, 0.74fr) minmax(86px, 1fr) minmax(68px, auto);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.broadcastV2Bars span,
.broadcastV2Bars strong {
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  font-weight: 950;
  min-width: 0;
}

.broadcastV2Bars span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.broadcastV2Bars strong {
  text-align: right;
  white-space: nowrap;
}

.broadcastV2Bars div div {
  height: clamp(28px, 3vh, 38px);
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.broadcastV2Bars i {
  height: 100%;
  display: block;
  border-radius: 999px;
}

.weeklyHeaderV2,
.weeklyRowV2 {
  grid-template-columns: minmax(120px, 1.05fr) repeat(4, minmax(90px, 0.8fr));
}

.broadcastTechPanel {
  min-height: min(66vh, 680px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(18px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  padding: clamp(24px, 2.6vw, 42px);
}

.broadcastTechGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.broadcastTechGrid section {
  min-height: 330px;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 14px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
  padding: clamp(18px, 1.7vw, 28px);
}

.broadcastTechGrid section > span {
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  padding: 7px 10px;
  font-size: 0.82rem;
  font-weight: 950;
}

.broadcastTechGrid h3 {
  font-size: clamp(1.35rem, 2vw, 2.25rem);
  line-height: 1;
}

.broadcastTechGrid p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.94rem, 1.15vw, 1.08rem);
  font-weight: 750;
  line-height: 1.45;
}

.broadcastTechGrid code {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 2px 5px;
  font-size: 0.92em;
}

.broadcastTechGrid strong {
  color: #fff;
  font-size: clamp(0.94rem, 1.08vw, 1.03rem);
  line-height: 1.35;
}

.broadcastFormulaStrip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.broadcastFormulaStrip span {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.72);
  padding: 13px 14px;
  font-size: clamp(0.82rem, 1vw, 0.98rem);
  font-weight: 850;
  line-height: 1.35;
}

.broadcastFormulaStrip b {
  color: #fff;
}

/* Bil-kort Duel */

.duelTheme {
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(135deg, #101514 0%, #151713 34%, #21130d 100%);
}

.duelStage {
  width: min(1740px, 100%);
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(12px, 1.5vw, 22px);
  margin: 0 auto;
  padding: 70px clamp(18px, 3.2vw, 54px) clamp(14px, 1.8vw, 26px);
  overflow: hidden;
  position: relative;
}

.duelStage::before {
  position: absolute;
  inset: 64px clamp(18px, 3.2vw, 54px) auto;
  height: 2px;
  background: linear-gradient(90deg, var(--amber), var(--bt));
  content: "";
  opacity: 0.85;
}

.duelTop {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.duelTop h1 {
  color: #fff;
  font-size: clamp(2.35rem, 4.7vw, 5.25rem);
  line-height: 0.95;
}

.duelArena {
  min-height: auto;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: clamp(10px, 1.2vw, 16px);
  position: relative;
}

.duelCards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(70px, 7vw, 128px);
}

.duelRoad {
  position: absolute;
  z-index: 0;
  inset: 38% 4% auto;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.duelRoad::before {
  width: 200%;
  height: 100%;
  display: block;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0 56px, transparent 56px 118px);
  content: "";
  opacity: 0.42;
  animation: duelRoadMove 2.6s linear infinite;
}

.duelCarCard {
  min-height: min(39vh, 420px);
  display: grid;
  align-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 28px 92px rgba(0, 0, 0, 0.28);
  padding: clamp(24px, 3vw, 48px);
  position: relative;
  isolation: isolate;
}

.duelCarCard::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 76% 62%, var(--duel-glow), transparent 34%),
    linear-gradient(135deg, var(--duel-wash), rgba(255, 255, 255, 0.04));
  content: "";
}

.duelCarCard::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 16, 15, 0.98) 0 42%, rgba(13, 16, 15, 0.42)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 35%);
  content: "";
}

.duel-bilbasen {
  --duel-accent: var(--amber);
  --duel-glow: rgba(216, 155, 37, 0.34);
  --duel-wash: rgba(216, 155, 37, 0.35);
  --duel-photo: url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1400&q=82");
  animation: duelEnterLeft 780ms cubic-bezier(0.2, 0.86, 0.2, 1) both;
}

.duel-biltorvet {
  --duel-accent: var(--bt);
  --duel-glow: rgba(5, 150, 105, 0.34);
  --duel-wash: rgba(5, 150, 105, 0.34);
  --duel-photo: url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1400&q=82");
  animation: duelEnterRight 780ms cubic-bezier(0.2, 0.86, 0.2, 1) both;
}

.duelCarCard.isLeader {
  border-color: color-mix(in srgb, var(--duel-accent) 82%, rgba(255, 255, 255, 0.18));
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--duel-accent) 42%, transparent),
    0 34px 100px rgba(0, 0, 0, 0.32);
}

.duelCarCard.isLeader .duelCarVisual {
  animation:
    duelCarFloat 4.8s ease-in-out infinite,
    duelLeaderPulse 2.8s ease-in-out infinite;
}

.duelCarVisual {
  position: absolute;
  z-index: 0;
  inset: 2% -14% 0 36%;
  background-image: var(--duel-photo);
  background-position: center;
  background-size: cover;
  filter: saturate(0.88) contrast(1.05);
  mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 82%, transparent 100%);
  opacity: 0.42;
  animation: duelCarFloat 5.8s ease-in-out infinite;
}

.duelCardContent {
  display: grid;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.duelCardContent span {
  color: var(--duel-accent);
  font-size: clamp(1.25rem, 2vw, 2.1rem);
  font-weight: 950;
}

.duelCardContent strong {
  color: #fff;
  font-size: clamp(4.2rem, 8.3vw, 10rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.88;
  animation: duelNumberPop 900ms 240ms ease both;
}

.duelCardContent small {
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  padding: 9px 13px;
  font-size: clamp(0.9rem, 1.16vw, 1.12rem);
  font-weight: 950;
}

.duelCardContent em {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.9rem, 1.1vw, 1.08rem);
  font-style: normal;
  font-weight: 850;
}

.duelCenter {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(220px, 0.46fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(14, 17, 16, 0.82);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  padding: clamp(13px, 1.45vw, 19px);
  backdrop-filter: blur(16px);
  animation: duelCenterStrip 760ms 360ms cubic-bezier(0.2, 0.86, 0.2, 1) both;
}

.duelCenter span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.duelCenter strong {
  color: #fff;
  font-size: clamp(1.65rem, 2.25vw, 2.8rem);
  line-height: 1;
}

.duelCenter p {
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 850;
  text-align: right;
}

.duelTelemetry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.75fr);
  gap: clamp(16px, 2vw, 28px);
}

.duelSegments,
.duelTimeline {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 28px 92px rgba(0, 0, 0, 0.22);
  padding: clamp(14px, 1.65vw, 22px);
}

.duelSegments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.duelSegment {
  display: grid;
  gap: 10px;
}

.duelSegment header,
.duelSegmentNumbers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.duelSegment header span {
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 950;
}

.duelSegment header strong {
  font-size: clamp(0.86rem, 1.05vw, 1rem);
  font-weight: 950;
}

.duelSegmentNumbers {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.78rem, 0.95vw, 0.92rem);
  font-weight: 850;
}

.duelBar {
  height: clamp(22px, 2.5vh, 32px);
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.duelBar span {
  display: block;
  transform-origin: left;
  animation: duelBarGrow 900ms 520ms ease both;
}

.duelBarBb {
  background: var(--amber);
}

.duelBarBt {
  background: var(--bt);
}

.duelTimeline {
  display: grid;
  grid-template-rows: auto minmax(120px, 1fr) auto;
  gap: 10px;
}

.duelTimeline header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.duelTimeline h2 {
  font-size: clamp(1.35rem, 1.8vw, 2rem);
}

.duelTimeline svg {
  min-height: 132px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

/* Samlekort */

.samlekortTheme {
  background:
    repeating-linear-gradient(0deg, rgba(24, 20, 15, 0.025) 0 1px, transparent 1px 6px),
    linear-gradient(135deg, #ede7d7 0%, #f7f3e9 46%, #d8e7e4 100%);
  color: #161510;
}

.samlekortStage {
  width: min(1740px, 100%);
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: clamp(12px, 1.35vw, 22px);
  margin: 0 auto;
  padding: 72px clamp(18px, 3.2vw, 54px) clamp(18px, 2vw, 34px);
}

.samlekortTop,
.samlekortHero,
.samlekortFooter {
  display: grid;
  gap: clamp(16px, 2vw, 28px);
}

.samlekortTop {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.samlekortTop h1 {
  margin-top: 8px;
  color: #b32018;
  font-size: clamp(2.45rem, 5vw, 5.7rem);
  line-height: 0.92;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.82);
}

.samlekortUpdate {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(22, 21, 16, 0.18);
  border-radius: 999px;
  background: rgba(255, 251, 235, 0.74);
  padding: 10px 15px;
  color: rgba(22, 21, 16, 0.7);
  font-size: clamp(0.82rem, 1.05vw, 1rem);
  font-weight: 900;
  white-space: nowrap;
}

.samlekortHero {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.24fr);
  align-items: stretch;
}

.samlekortDeck {
  display: grid;
  grid-template-columns: repeat(2, minmax(270px, 1fr));
  gap: clamp(18px, 2.4vw, 38px);
  align-items: stretch;
}

.collectorCard {
  --collector-accent: #008bad;
  --collector-top: #b32018;
  --collector-photo: url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1400&q=82");
  min-height: clamp(500px, 54vh, 560px);
  display: grid;
  grid-template-rows: auto minmax(145px, 0.74fr) auto auto auto auto;
  overflow: hidden;
  border: 10px solid #f4eddb;
  border-radius: 8px;
  background: #f3dfaa;
  box-shadow:
    0 28px 68px rgba(65, 49, 28, 0.22),
    inset 0 0 0 2px rgba(22, 21, 16, 0.2);
  transform: rotate(var(--collector-tilt, -1.4deg));
}

.samlekort-bilbasen {
  --collector-accent: #008bad;
  --collector-top: #b32018;
  --collector-photo: url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1400&q=82");
  --collector-tilt: -1.2deg;
}

.samlekort-biltorvet {
  --collector-accent: #0c9f58;
  --collector-top: #c73628;
  --collector-photo: url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1400&q=82");
  --collector-tilt: 1.2deg;
}

.collectorCard.isLeader {
  box-shadow:
    0 0 0 4px rgba(216, 155, 37, 0.72),
    0 34px 78px rgba(65, 49, 28, 0.28),
    inset 0 0 0 2px rgba(22, 21, 16, 0.24);
}

.collectorTop {
  min-height: clamp(52px, 6.2vh, 70px);
  display: grid;
  grid-template-columns: auto minmax(60px, 0.18fr) auto;
  align-items: center;
  gap: 14px;
  border-bottom: 3px solid #161510;
  background: var(--collector-top);
  color: #f7f3e9;
  padding: 10px clamp(14px, 1.6vw, 24px);
}

.collectorTop strong {
  font-size: clamp(1.75rem, 3vw, 3.35rem);
  line-height: 0.88;
  text-shadow: 2px 2px 0 rgba(22, 21, 16, 0.42);
}

.collectorTop span {
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  border: 3px solid #161510;
  border-radius: 999px;
  background: #f7f3e9;
  color: #161510;
  font-size: clamp(0.92rem, 1.12vw, 1.25rem);
  font-weight: 950;
}

.collectorStripes {
  width: clamp(82px, 7vw, 112px);
  height: clamp(34px, 4vh, 46px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 3px solid #161510;
  background: #f7f3e9;
}

.collectorStripes i:nth-child(1) {
  background: #008bad;
}

.collectorStripes i:nth-child(2) {
  background: #f7f3e9;
}

.collectorStripes i:nth-child(3) {
  background: #c01b6b;
}

.collectorPhoto {
  min-height: 185px;
  border-bottom: 3px solid #161510;
  background:
    linear-gradient(180deg, rgba(22, 21, 16, 0.02), rgba(22, 21, 16, 0.22)),
    var(--collector-photo);
  background-position: center;
  background-size: cover;
  filter: saturate(0.9) contrast(1.04);
}

.collectorDivider {
  height: 14px;
  border-top: 3px solid rgba(22, 21, 16, 0.42);
  border-bottom: 3px solid rgba(22, 21, 16, 0.42);
  background:
    repeating-linear-gradient(0deg, #cdbd89 0 4px, #f5e9bf 4px 8px);
}

.collectorTitle {
  border-bottom: 3px solid rgba(22, 21, 16, 0.24);
  background: var(--collector-accent);
  color: #f7f3e9;
  padding: clamp(9px, 1vw, 12px) clamp(14px, 1.5vw, 22px);
  font-size: clamp(1.45rem, 2vw, 2.35rem);
  font-weight: 950;
  line-height: 1;
}

.collectorSpecs,
.miniCollector dl {
  display: grid;
  margin: 0;
}

.collectorSpecs {
  background: #f2dfae;
  padding: 0 clamp(12px, 1.4vw, 20px);
}

.collectorSpecs div,
.miniCollector dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 12px;
}

.collectorSpecs div {
  min-height: clamp(27px, 3.5vh, 36px);
  border-bottom: 2px solid rgba(22, 21, 16, 0.28);
  font-size: clamp(0.9rem, 1.05vw, 1.12rem);
}

.collectorSpecs dt,
.miniCollector dt {
  font-weight: 800;
}

.collectorSpecs dd,
.miniCollector dd {
  margin: 0;
  font-weight: 900;
  text-align: right;
}

.collectorFooter {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: #f2dfae;
  padding: 8px clamp(12px, 1.4vw, 20px) 11px;
  font-size: clamp(0.74rem, 0.9vw, 0.92rem);
  font-weight: 900;
}

.collectorFooter strong {
  color: #b32018;
  text-align: right;
  text-transform: uppercase;
}

.samlekortScore {
  min-height: 100%;
  display: grid;
  align-content: center;
  gap: 18px;
  border: 3px solid rgba(22, 21, 16, 0.25);
  border-radius: 8px;
  background:
    repeating-linear-gradient(0deg, rgba(22, 21, 16, 0.045) 0 1px, transparent 1px 9px),
    #fff4cf;
  box-shadow: 0 26px 58px rgba(65, 49, 28, 0.18);
  padding: clamp(18px, 2vw, 30px);
}

.samlekortScore span {
  color: rgba(22, 21, 16, 0.64);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.samlekortScore strong {
  color: #b32018;
  font-size: clamp(2.1rem, 3.4vw, 4.5rem);
  line-height: 0.92;
}

.samlekortScore p {
  color: rgba(22, 21, 16, 0.72);
  font-size: clamp(1rem, 1.18vw, 1.22rem);
  font-weight: 850;
  line-height: 1.32;
}

.samlekortStamp {
  width: min(180px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 7px double #b32018;
  border-radius: 999px;
  color: #b32018;
  font-size: clamp(1.45rem, 2vw, 2.4rem);
  font-weight: 950;
  transform: rotate(-10deg);
}

.samlekortShelf {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 16px);
}

.miniCollector {
  min-height: 176px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
  border: 6px solid #f4eddb;
  border-radius: 8px;
  background: #f2dfae;
  box-shadow: 0 18px 38px rgba(65, 49, 28, 0.14);
  padding: 12px;
}

.miniCollectorCode {
  width: 38px;
  height: 30px;
  display: grid;
  place-items: center;
  background: #b32018;
  color: #f7f3e9;
  font-weight: 950;
}

.miniCollector h2 {
  min-height: 40px;
  color: #008bad;
  font-size: clamp(1rem, 1.3vw, 1.45rem);
  line-height: 1.05;
}

.miniCollector dl {
  gap: 4px;
  color: rgba(22, 21, 16, 0.78);
  font-size: clamp(0.78rem, 0.92vw, 0.95rem);
}

.miniCollector strong {
  width: fit-content;
  background: #161510;
  color: #f7f3e9;
  padding: 6px 8px;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.samlekortFooter {
  grid-template-columns: minmax(190px, 0.22fr) minmax(0, 1fr) auto;
  align-items: center;
  border: 3px solid rgba(22, 21, 16, 0.2);
  border-radius: 8px;
  background: rgba(255, 244, 207, 0.82);
  box-shadow: 0 20px 44px rgba(65, 49, 28, 0.14);
  padding: clamp(12px, 1.35vw, 18px);
}

.samlekortFooter h2 {
  color: #b32018;
  font-size: clamp(1.35rem, 1.75vw, 2rem);
}

.samlekortFooter svg {
  min-height: 132px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  color: #161510;
}

.samlekortFooter .broadcastTimelineLegend {
  color: rgba(22, 21, 16, 0.72);
}

.vatBroadcast > div:last-child {
  display: grid;
  gap: 14px;
}

.broadcastVatRow {
  min-height: 116px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  padding: 16px;
}

.bilbasenVatRow {
  border-left: 5px solid var(--amber);
}

.biltorvetVatRow {
  border-left: 5px solid var(--bt);
}

.broadcastVatRow strong {
  font-size: clamp(1.35rem, 2.4vw, 2.7rem);
}

.broadcastVatRow span {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 850;
}

.vatMiniBar {
  width: min(230px, 34vw);
  height: 18px;
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.vatMiniBar .included {
  background: var(--amber);
}

.vatMiniBar .excluded {
  background: var(--cyan);
}

.vatMiniBar .other {
  background: rgba(255, 255, 255, 0.36);
}

/* Radar */

.radarTheme {
  background:
    radial-gradient(circle at 50% 48%, rgba(53, 214, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #071014 0%, #101312 45%, #18100f 100%);
  color: #fff;
}

.radarStage {
  width: min(1740px, 100%);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 34px);
  margin: 0 auto;
  overflow: hidden;
}

.radarTop {
  padding-top: 22px;
}

.radarTop h1 {
  font-size: clamp(2.1rem, 4.6vw, 5.6rem);
}

.radarGrid {
  min-height: min(74vh, 760px);
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(360px, 0.52fr);
  gap: clamp(18px, 2.2vw, 34px);
}

.radarMap,
.radarReadout {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.radarMap {
  min-height: 620px;
  position: relative;
  overflow: hidden;
}

.radarMap::before,
.radarMap::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.11);
  content: "";
  transform: translate(-50%, -50%);
}

.radarMap::after {
  width: 100%;
  height: 1px;
}

.radarSweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(64vw, 680px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(53, 214, 255, 0.28), transparent 58deg, transparent);
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: radarSweep 9s linear infinite;
  opacity: 0.9;
}

.radarRing {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ringOne {
  width: min(22vw, 250px);
}

.ringTwo {
  width: min(40vw, 460px);
}

.ringThree {
  width: min(58vw, 670px);
}

.radarCore {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(260px, 30vw);
  aspect-ratio: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(53, 214, 255, 0.48);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(53, 214, 255, 0.22), rgba(255, 255, 255, 0.08) 58%, transparent 100%),
    rgba(7, 16, 20, 0.82);
  text-align: center;
  transform: translate(-50%, -50%);
}

.radarCore span {
  border-radius: 999px;
  background: var(--lime);
  color: #071014;
  padding: 7px 11px;
  font-size: clamp(0.72rem, 1vw, 0.92rem);
  font-weight: 950;
}

.radarCore strong {
  margin-top: 12px;
  font-size: clamp(2.2rem, 4.8vw, 5.6rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
  letter-spacing: 0;
}

.radarCore small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 850;
  text-transform: uppercase;
}

.radarNode {
  position: absolute;
  width: min(230px, 24vw);
  min-height: 96px;
  display: grid;
  gap: 8px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(7, 16, 20, 0.72);
  padding: 15px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.radarNode span {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.75rem, 1vw, 0.95rem);
  font-weight: 900;
  text-transform: uppercase;
}

.radarNode strong {
  font-size: clamp(1.4rem, 2.6vw, 3rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.nodePassenger {
  top: 12%;
  left: 12%;
  border-color: rgba(37, 99, 235, 0.46);
}

.nodeVan {
  top: 14%;
  right: 10%;
  border-color: rgba(5, 150, 105, 0.52);
}

.nodeVatIn {
  bottom: 12%;
  left: 14%;
  border-color: rgba(216, 155, 37, 0.55);
}

.nodeVatEx {
  right: 12%;
  bottom: 14%;
  border-color: rgba(242, 95, 156, 0.5);
}

.radarReadout {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  padding: clamp(20px, 2.2vw, 34px);
}

.readoutHero {
  display: grid;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding-bottom: 20px;
}

.readoutHero span,
.readoutFooter span {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 900;
  text-transform: uppercase;
}

.readoutHero strong {
  font-size: clamp(3.2rem, 6vw, 7rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
  letter-spacing: 0;
}

.readoutHero small {
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.92rem, 1.4vw, 1.25rem);
  font-weight: 850;
}

.readoutBars {
  display: grid;
  align-content: center;
  gap: 18px;
}

.readoutBar {
  display: grid;
  gap: 9px;
}

.readoutBar header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.readoutBar header strong {
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.radarBarTrack {
  height: 16px;
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.radarBarTrack span:first-child {
  background: var(--bb);
}

.radarBarTrack span:last-child {
  background: var(--bt);
}

.readoutFooter {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 20px;
}

.readoutFooter strong {
  font-size: clamp(1.4rem, 2.2vw, 2.6rem);
  line-height: 1;
}

.positiveText {
  color: #0f8c59;
}

.negativeText {
  color: #d9480f;
}

.lightPositive {
  color: var(--lime);
}

.lightNegative {
  color: #ff9d72;
}

@keyframes broadcastProgress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes radarSweep {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes duelRoadMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-118px);
  }
}

@keyframes duelEnterLeft {
  from {
    opacity: 0;
    transform: translateX(-46px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes duelEnterRight {
  from {
    opacity: 0;
    transform: translateX(46px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes duelCarFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-10px, -4px, 0) scale(1.018);
  }
}

@keyframes duelLeaderPulse {
  0%,
  100% {
    opacity: 0.44;
  }

  50% {
    opacity: 0.58;
  }
}

@keyframes duelNumberPop {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes duelCenterPop {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes duelCenterStrip {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes duelBarGrow {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1120px) {
  .conceptTiles,
  .pulseSegments,
  .pulseHero,
  .pulseFooter,
  .pulseV2Sources,
  .pulseV2Segments,
  .pulseV2Footer,
  .bilbasenInsightGrid,
  .geoColumns,
  .matchup,
  .broadcastV2Race,
  .broadcastV2SegmentGrid,
  .broadcastTechGrid,
  .broadcastFormulaStrip,
  .duelCards,
  .duelTelemetry,
  .duelSegments,
  .samlekortHero,
  .samlekortDeck,
  .samlekortFooter,
  .broadcastSlide[data-slide="1"],
  .broadcastSlide[data-slide="2"],
  .broadcastSlide[data-slide="3"],
  .radarGrid {
    grid-template-columns: 1fr;
  }

  .pulseDarkTheme .pulseHero {
    grid-template-columns: 1fr;
  }

  .bilbasenWidePanel {
    grid-column: auto;
  }

  .bilbasenLeaderboardPanel,
  .bilbasenGeoPanel {
    grid-column: auto;
  }

  .pulseDarkTheme .pulseFooter {
    grid-template-columns: 1fr;
  }

  .bilbasenV2Theme .trendPanel,
  .bilbasenV2Theme .realtimePanel {
    min-height: 220px;
  }

  .radarGrid {
    min-height: auto;
  }

  .radarMap {
    min-height: 620px;
  }

  .broadcastScore,
  .scoreDivider,
  .momentumPanel,
  .vatBroadcast,
  .broadcastTimelinePanel,
  .broadcastV2Score,
  .broadcastV2Segment,
  .duelCarCard,
  .collectorCard {
    min-height: 260px;
  }

  .samlekortShelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .duelCenter {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .duelCenter p {
    text-align: left;
  }

  .duelRoad {
    display: none;
  }
}

@media (min-width: 1121px) and (max-height: 800px) {
  .pulseDarkTheme .pulseFrame {
    grid-template-rows: minmax(340px, 0.58fr) minmax(250px, 0.42fr) auto;
  }

  .pulseDarkTheme .trendPanel,
  .pulseDarkTheme .realtimePanel {
    min-height: 250px;
  }
}

@media (max-width: 720px) {
  .displayFrame,
  .broadcastStage,
  .radarStage,
  .samlekortStage {
    padding-top: 76px;
  }

  .screenNav {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .displayTop,
  .broadcastTop,
  .radarTop {
    align-items: flex-start;
    flex-direction: column;
  }

  .timeBadge,
  .broadcastClock {
    white-space: normal;
  }

  .duelTop,
  .samlekortTop {
    grid-template-columns: 1fr;
    align-items: flex-start;
    flex-direction: column;
  }

  .samlekortUpdate {
    white-space: normal;
  }

  .scorePanel strong,
  .broadcastScore strong,
  .readoutHero strong,
  .duelCardContent strong {
    font-size: clamp(3.2rem, 18vw, 6.6rem);
  }

  .broadcastTimelinePanel {
    grid-template-rows: auto minmax(220px, auto) auto auto;
  }

  .broadcastTimelinePanel svg {
    min-height: 220px;
  }

  .weeklyHeader {
    display: none;
  }

  .weeklyRow {
    grid-template-columns: 1fr 1fr;
  }

  .broadcastV2Bars > div {
    grid-template-columns: 1fr;
  }

  .broadcastTechGrid,
  .broadcastFormulaStrip {
    grid-template-columns: 1fr;
  }

  .broadcastTechGrid section {
    min-height: auto;
  }

  .duelSegment header,
  .duelSegmentNumbers {
    align-items: flex-start;
    flex-direction: column;
  }

  .collectorCard {
    border-width: 7px;
    transform: none;
  }

  .collectorTop {
    grid-template-columns: auto minmax(46px, 0.2fr);
  }

  .collectorStripes {
    display: none;
  }

  .collectorSpecs div {
    min-height: 34px;
  }

  .collectorFooter {
    align-items: flex-start;
    flex-direction: column;
  }

  .samlekortShelf {
    grid-template-columns: 1fr;
  }

  .samlekortFooter {
    grid-template-columns: 1fr;
  }

  .weeklyRowV2 {
    grid-template-columns: 1fr 1fr;
  }

  .radarMap {
    min-height: 720px;
  }

  .radarNode {
    width: min(210px, 42vw);
  }

  .nodePassenger {
    left: 6%;
  }

  .nodeVan {
    right: 6%;
  }

  .nodeVatIn {
    left: 6%;
  }

  .nodeVatEx {
    right: 6%;
  }
}
