body.drtv-darts-battle-route .drtv-battle-shell{visibility:visible;opacity:1;transition:opacity .16s ease}
/*
 * DRTV Darts Battle 0.8.2 — canonical red/blue arena, contained mobile rails, delayed sticky summary and champion loader.
 * Shared Rail owns width, gutters and safe areas. Battle owns only its presentation.
 */
.drtv-darts-battle-page,
.drtv-battle-shell {
  --battle-red: #ff1738;
  --battle-red-deep: #9d001d;
  --battle-blue: #1689ff;
  --battle-blue-deep: #003e9c;
  --battle-bg: #05070b;
  --battle-panel: #0f141d;
  --battle-panel-2: #151b25;
  --battle-panel-3: #1a2230;
  --battle-line: rgba(255,255,255,.11);
  --battle-line-strong: rgba(255,255,255,.18);
  --battle-muted: #96a2b4;
  --battle-soft: #cbd3df;
  --battle-radius: 24px;
  color: #fff;
  background: var(--battle-bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.drtv-darts-battle-route { background: var(--battle-bg); }
.drtv-darts-battle-page { margin: 0; padding: 0; }
.drtv-battle-shell { position: relative; overflow: clip; background: linear-gradient(180deg,#05070b,#080b11 48%,#05070b); }
.drtv-battle-shell *, .drtv-battle-shell *::before, .drtv-battle-shell *::after { box-sizing: border-box; }
.drtv-battle-shell img { display: block; max-width: 100%; }
.drtv-battle-hero,
.drtv-battle-arena-live,
.battle-arena-matchup,
.battle-arena-matchup__grid,
.drtv-battle-picker,
.drtv-battle-output,
.drtv-battle-output > *,
.cardish,
.battle-bottom-grid,
.battle-similar,
.battle-recommended,
.battle-share-showcase,
.battle-specs,
.battle-iq-full { min-width:0; max-width:100%; }
.drtv-battle-output { overflow:visible; }
.section-head > div { min-width:0; max-width:100%; }
.section-head h2,.section-head h3 { max-width:100%; overflow-wrap:anywhere; word-break:normal; }
.drtv-battle-shell a { color: inherit; text-decoration: none; }
.drtv-battle-shell h1,
.drtv-battle-shell h2,
.drtv-battle-shell h3,
.drtv-battle-shell h4,
.drtv-battle-shell strong { color: #fff; }
.drtv-battle-shell p { color: var(--battle-muted); }
.drtv-battle-content-rail { padding-top: clamp(26px,4vw,56px); padding-bottom: clamp(58px,7vw,104px); }

/* Full-width opening arena */
.drtv-battle-arena-stage {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 7% 34%, rgba(255,23,56,.30), transparent 27%),
    radial-gradient(circle at 93% 34%, rgba(22,137,255,.29), transparent 28%),
    linear-gradient(90deg, rgba(157,0,29,.22), transparent 42%, transparent 58%, rgba(0,62,156,.22)),
    linear-gradient(180deg,#080b12 0%,#05070b 100%);
}
.drtv-battle-arena-stage::before {
  content: "VS";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: rgba(255,255,255,.022);
  font-size: clamp(260px,36vw,620px);
  font-weight: 1000;
  letter-spacing: -.12em;
  line-height: .7;
  text-shadow: -60px 0 100px rgba(255,23,56,.15), 60px 0 100px rgba(22,137,255,.15);
}
.drtv-battle-arena-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .42;
  background:
    linear-gradient(112deg,transparent 0 27%,rgba(255,255,255,.03) 27.15% 27.5%,transparent 27.7% 72%,rgba(255,255,255,.025) 72.15% 72.5%,transparent 72.7%),
    repeating-linear-gradient(90deg,transparent 0 144px,rgba(255,255,255,.014) 145px,transparent 146px);
}
.drtv-battle-arena-stage__lights { position:absolute; inset:0; pointer-events:none; }
.drtv-battle-arena-stage__lights::before,
.drtv-battle-arena-stage__lights::after { content:""; position:absolute; top:-15%; width:36%; height:78%; filter:blur(34px); opacity:.32; transform:skewX(-12deg); }
.drtv-battle-arena-stage__lights::before { left:-10%; background:linear-gradient(160deg,rgba(255,23,56,.75),transparent 70%); }
.drtv-battle-arena-stage__lights::after { right:-10%; background:linear-gradient(200deg,rgba(22,137,255,.75),transparent 70%); }
.drtv-battle-hero { position:relative; padding:clamp(22px,3.2vw,46px) 0 clamp(30px,4vw,56px); }
.drtv-battle-hero__head { display:flex; align-items:center; justify-content:space-between; gap:22px; margin-bottom:clamp(24px,3vw,38px); }
.drtv-battle-hero__brand { display:flex; align-items:center; gap:18px; min-width:0; }
.drtv-battle-logo__img { width:clamp(150px,17vw,250px); height:auto; max-height:92px; object-fit:contain; }
.drtv-battle-hero__eyebrow,
.battle-section-eyebrow,
.battle-share-showcase__eyebrow,
.battle-iq-full__eyebrow { display:block; margin-bottom:6px; color:#ff6077; font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.drtv-battle-topbar__subtitle { margin:0; max-width:640px; color:var(--battle-soft); font-size:clamp(14px,1.15vw,18px); line-height:1.45; }
.drtv-battle-live-counts { display:inline-flex; align-items:center; gap:8px; min-height:40px; padding:9px 15px; border:1px solid rgba(255,255,255,.16); border-radius:999px; background:rgba(4,7,12,.84); box-shadow:0 12px 28px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.07); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); color:#eef3fa; font-size:11px; font-weight:1000; letter-spacing:.09em; text-transform:uppercase; white-space:nowrap; }
@keyframes drtvBattleLivePulse { 0%,100%{transform:scale(1);box-shadow:0 0 0 4px rgba(255,23,56,.10),0 0 18px rgba(255,23,56,.7)} 50%{transform:scale(1.14);box-shadow:0 0 0 7px rgba(255,23,56,.035),0 0 26px rgba(255,23,56,.95)} }
.drtv-battle-live-counts__dot { width:9px; height:9px; border-radius:50%; background:var(--battle-red); box-shadow:0 0 14px rgba(255,23,56,.45); animation:drtvBattleLivePulse 1.9s ease-in-out infinite; }
.drtv-battle-live-counts__sep { color:rgba(255,255,255,.28); }

.drtv-battle-arena-live { min-height:320px; }
.drtv-battle-arena-placeholder,
.battle-arena-matchup__grid { display:grid; grid-template-columns:minmax(0,1fr) 92px minmax(0,1fr); align-items:stretch; gap:clamp(12px,2vw,24px); }
.drtv-battle-arena-placeholder__corner { min-height:280px; display:grid; place-content:center; text-align:center; gap:8px; border:1px solid var(--battle-line); border-radius:28px; background:rgba(9,13,20,.74); }
.drtv-battle-arena-placeholder__corner--red { border-color:rgba(255,23,56,.32); box-shadow:inset 0 0 80px rgba(255,23,56,.08); }
.drtv-battle-arena-placeholder__corner--blue { border-color:rgba(22,137,255,.32); box-shadow:inset 0 0 80px rgba(22,137,255,.08); }
.drtv-battle-arena-placeholder__corner span { color:var(--battle-muted); font-size:11px; font-weight:900; letter-spacing:.11em; }
.drtv-battle-arena-placeholder__corner strong { font-size:clamp(22px,3vw,38px); }
/* One canonical DRTV Battle VS mark, scaled to each context. */
.drtv-battle-arena-placeholder__vs,
.drtv-battle-arena-loader__vs,
.battle-arena-vs,
.pick-vs,
.battle-specs-matchup__vs,
.drtv-battle-sticky__versus span {
  color:#fff;
  border-style:solid;
  border-color:#fff;
  border-radius:50%;
  background:linear-gradient(135deg,var(--battle-red) 0 48.7%,#fff 49.2% 50.8%,var(--battle-blue) 51.3% 100%);
  box-shadow:0 14px 34px rgba(0,0,0,.42),0 0 26px rgba(255,255,255,.07);
  font-weight:1000;
}
.drtv-battle-arena-placeholder__vs,
.battle-arena-vs { align-self:center; justify-self:center; display:grid; place-items:center; }
.drtv-battle-arena-placeholder__vs { width:76px; aspect-ratio:1; border-width:3px; font-size:22px; }

/* Lightweight arena champion loader: one embedded SVG mask, no image request or animation library. */
.drtv-battle-arena-loader { min-height:320px; display:grid; place-content:center; justify-items:center; gap:14px; padding:30px; text-align:center; }
.drtv-battle-arena-loader__eyebrow { color:#eef3fa; font-size:11px; font-weight:1000; letter-spacing:.16em; text-transform:uppercase; }
.drtv-battle-arena-loader__status { color:var(--battle-muted); font-size:11px; font-weight:800; letter-spacing:.04em; }
.drtv-battle-arena-loader__duel { display:grid; grid-template-columns:112px 58px 112px; align-items:center; gap:14px; }
.drtv-battle-arena-loader__vs { position:relative; z-index:2; display:grid; place-items:center; width:54px; aspect-ratio:1; border-width:2px; font-size:15px; animation:drtvBattleChampionVs 1.7s ease-in-out infinite; }
.drtv-battle-loader-champion { position:relative; display:block; width:108px; height:124px; border:1px solid rgba(255,255,255,.14); border-radius:30px 30px 22px 22px; background:radial-gradient(circle at 50% 34%,rgba(255,255,255,.16),transparent 35%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(4,7,12,.82)); box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 20px 46px rgba(0,0,0,.42); }
.drtv-battle-loader-champion::before { content:""; position:absolute; inset:10px; border-radius:24px 24px 18px 18px; opacity:.95; }
.drtv-battle-loader-champion::after { content:""; position:absolute; inset:14px 18px 8px; background:linear-gradient(180deg,#fff,#aeb8c8 58%,#697588); -webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20100%20120%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M50%204c-18%200-32%2014-32%2032v7H9l6%2017h5v12c0%2013%208%2025%2020%2031v7H26c-12%200-22%204-26%2010h100c-4-6-14-10-26-10H60v-7c12-6%2020-18%2020-31V60h5l6-17h-9v-7C82%2018%2068%204%2050%204ZM15%2034h70v13H15zm12%2013h46v16H27zm20%200h6v30h-6zM32%2076c10%207%2026%207%2036%200v12c-10%209-26%209-36%200zM7%208l21%2027H18L0%2017zm86%200L72%2035h10l18-18z%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat; mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20100%20120%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M50%204c-18%200-32%2014-32%2032v7H9l6%2017h5v12c0%2013%208%2025%2020%2031v7H26c-12%200-22%204-26%2010h100c-4-6-14-10-26-10H60v-7c12-6%2020-18%2020-31V60h5l6-17h-9v-7C82%2018%2068%204%2050%204ZM15%2034h70v13H15zm12%2013h46v16H27zm20%200h6v30h-6zM32%2076c10%207%2026%207%2036%200v12c-10%209-26%209-36%200zM7%208l21%2027H18L0%2017zm86%200L72%2035h10l18-18z%27%2F%3E%3C%2Fsvg%3E") center/contain no-repeat; filter:drop-shadow(0 8px 10px rgba(0,0,0,.42)); }
.drtv-battle-loader-champion--red { border-color:rgba(255,23,56,.38); box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 20px 46px rgba(0,0,0,.42),0 0 42px rgba(255,23,56,.20); animation:drtvBattleChampionRed 1.8s ease-in-out infinite; }
.drtv-battle-loader-champion--red::before { background:radial-gradient(circle at 50% 34%,rgba(255,123,141,.74),rgba(255,23,56,.30) 48%,rgba(157,0,29,.15) 72%,transparent 73%); }
.drtv-battle-loader-champion--blue { border-color:rgba(22,137,255,.38); box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 20px 46px rgba(0,0,0,.42),0 0 42px rgba(22,137,255,.20); animation:drtvBattleChampionBlue 1.8s ease-in-out infinite; }
.drtv-battle-loader-champion--blue::before { background:radial-gradient(circle at 50% 34%,rgba(126,190,255,.76),rgba(22,137,255,.30) 48%,rgba(0,62,156,.15) 72%,transparent 73%); }
.drtv-battle-loader-champion--blue::after { transform:scaleX(-1); }
.drtv-battle-arena-loader__bar { position:relative; width:min(330px,72vw); height:5px; overflow:hidden; border-radius:999px; background:rgba(255,255,255,.08); }
.drtv-battle-arena-loader__bar span { position:absolute; inset:0 auto 0 0; width:38%; border-radius:inherit; background:linear-gradient(90deg,var(--battle-red),#fff 50%,var(--battle-blue)); animation:drtvBattleLoadBar 1.45s cubic-bezier(.45,0,.2,1) infinite; }
@keyframes drtvBattleChampionRed { 0%,100%{transform:translate3d(-3px,1px,0)} 50%{transform:translate3d(3px,-3px,0)} }
@keyframes drtvBattleChampionBlue { 0%,100%{transform:translate3d(3px,1px,0)} 50%{transform:translate3d(-3px,-3px,0)} }
@keyframes drtvBattleChampionVs { 0%,100%{transform:scale(1);filter:brightness(1)} 50%{transform:scale(1.06);filter:brightness(1.16)} }
@keyframes drtvBattleLoadBar { 0%{left:-42%} 100%{left:104%} }
.drtv-battle-arena-error { min-height:240px; display:grid; place-content:center; gap:8px; text-align:center; }
.drtv-battle-arena-error strong { font-size:24px; }
.drtv-battle-arena-error span { color:var(--battle-muted); }
.battle-arena-matchup { position:relative; }
.battle-arena-matchup__topline { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:12px; color:var(--battle-muted); font-size:11px; font-weight:900; letter-spacing:.10em; text-transform:uppercase; }
.battle-arena-matchup__topline span { color:#fff; }
.battle-arena-matchup__topline strong { color:#cbd3df; font-size:10px; }
.battle-arena-contender { position:relative; overflow:hidden; display:grid; grid-template-columns:minmax(220px,44%) minmax(0,1fr); min-height:360px; border:1px solid var(--battle-line); border-radius:30px; background:linear-gradient(180deg,rgba(19,24,34,.98),rgba(8,11,17,.98)); box-shadow:0 30px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.05); }
.battle-arena-contender--red { border-color:rgba(255,23,56,.34); box-shadow:0 30px 80px rgba(85,0,15,.30),inset 0 1px 0 rgba(255,255,255,.05); }
.battle-arena-contender--blue { border-color:rgba(22,137,255,.34); box-shadow:0 30px 80px rgba(0,45,110,.30),inset 0 1px 0 rgba(255,255,255,.05); }
.battle-arena-contender__media { position:relative; min-height:100%; overflow:hidden; background:#0d1118; }
.battle-arena-contender__media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent 48%,rgba(7,10,15,.92) 100%),linear-gradient(180deg,transparent 55%,rgba(7,10,15,.5)); }
.battle-arena-contender__media img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
@media (hover:hover) and (pointer:fine){ .battle-arena-contender:hover .battle-arena-contender__media img { transform:scale(1.035); } }
.battle-arena-contender__corner { position:absolute; z-index:2; top:16px; left:16px; padding:8px 12px; border-radius:999px; color:#fff; font-size:10px; font-weight:1000; letter-spacing:.10em; text-transform:uppercase; }
.battle-arena-contender--red .battle-arena-contender__corner { background:var(--battle-red); box-shadow:0 0 24px rgba(255,23,56,.45); }
.battle-arena-contender--blue .battle-arena-contender__corner { background:var(--battle-blue); box-shadow:0 0 24px rgba(22,137,255,.45); }
.battle-arena-contender__vote { position:absolute; z-index:2; right:16px; top:16px; display:grid; place-items:center; min-width:54px; height:38px; padding:0 10px; border:1px solid rgba(255,255,255,.25); border-radius:999px; background:rgba(4,7,12,.72); color:#fff; font-size:16px; font-weight:1000; backdrop-filter:blur(10px); }
.battle-arena-contender__body { display:flex; flex-direction:column; min-width:0; padding:clamp(20px,2.2vw,32px); }
.battle-arena-contender__meta { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin-bottom:12px; }
.battle-arena-contender__meta span,
.battle-arena-contender__tags span { display:inline-flex; align-items:center; min-height:28px; padding:6px 10px; border:1px solid var(--battle-line); border-radius:999px; background:rgba(255,255,255,.05); color:#c9d2df; font-size:9px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.battle-arena-contender h2 { margin:0 0 16px; font-size:clamp(24px,2.35vw,38px); line-height:1.05; letter-spacing:-.035em; overflow-wrap:anywhere; }
.battle-arena-contender__proof { display:grid; grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr); gap:10px; margin-top:auto; }
.battle-arena-contender__proof > span { min-width:0; padding:12px 13px; border:1px solid var(--battle-line); border-radius:16px; background:rgba(255,255,255,.045); }
.battle-arena-contender__proof small { display:block; margin-bottom:4px; color:var(--battle-muted); font-size:9px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.battle-arena-contender__proof strong { display:block; font-size:14px; line-height:1.25; overflow-wrap:anywhere; }
.battle-arena-contender__tags { display:flex; flex-wrap:wrap; gap:7px; margin-top:12px; }
.battle-arena-vote { width:100%; min-height:54px; margin-top:16px; padding:10px 16px; border:0; border-radius:16px; color:#fff; cursor:pointer; text-align:left; transition:transform .2s ease,filter .2s ease,box-shadow .2s ease; }
.battle-arena-vote small { display:block; color:rgba(255,255,255,.75); font-size:9px; font-weight:900; letter-spacing:.10em; text-transform:uppercase; }
.battle-arena-vote strong { display:block; margin-top:3px; font-size:15px; line-height:1.16; overflow-wrap:anywhere; }
.battle-arena-vote--red { background:linear-gradient(135deg,#ff1738,#c60025); box-shadow:0 14px 30px rgba(255,23,56,.23); }
.battle-arena-vote--blue { background:linear-gradient(135deg,#1689ff,#005cc9); box-shadow:0 14px 30px rgba(22,137,255,.23); }
.battle-arena-vote:disabled { cursor:default; opacity:.58; }
.battle-arena-vote.is-voted { opacity:1; box-shadow:0 0 0 2px #fff,0 18px 36px rgba(0,0,0,.4); }
@media (any-hover:hover){ .battle-arena-vote:not(:disabled):hover { transform:translateY(-2px); filter:brightness(1.08); box-shadow:0 18px 34px rgba(0,0,0,.28); } }
.battle-arena-vs { position:relative; width:88px; aspect-ratio:1; align-self:center; border-width:4px; box-shadow:0 20px 50px rgba(0,0,0,.48),0 0 42px rgba(255,255,255,.08); }
.battle-arena-vs::before,.battle-arena-vs::after { content:""; position:absolute; left:50%; width:2px; height:84px; transform:translateX(-50%); background:linear-gradient(transparent,rgba(255,255,255,.42),transparent); }
.battle-arena-vs::before { bottom:100%; }
.battle-arena-vs::after { top:100%; }
.battle-arena-vs span { font-size:28px; font-weight:1000; transform:rotate(-3deg); text-shadow:0 1px 10px rgba(0,0,0,.55); }
.battle-arena-vs small { position:absolute; top:calc(100% + 14px); width:140px; color:var(--battle-muted); font-size:9px; font-weight:900; letter-spacing:.09em; text-align:center; text-transform:uppercase; }
.battle-arena-result { position:relative; min-height:40px; margin:16px 0 0; overflow:hidden; border:1px solid var(--battle-line); border-radius:999px; background:rgba(5,8,13,.78); }
.battle-arena-result > span { position:absolute; top:0; bottom:0; transition:width .55s cubic-bezier(.2,.8,.2,1); }
.battle-arena-result__red { left:0; background:linear-gradient(90deg,rgba(255,23,56,.9),rgba(255,23,56,.36)); }
.battle-arena-result__blue { right:0; background:linear-gradient(90deg,rgba(22,137,255,.36),rgba(22,137,255,.9)); }
.battle-arena-result.is-open > span { opacity:.18; }
.battle-arena-result strong { position:relative; z-index:2; display:flex; align-items:center; justify-content:center; min-height:40px; padding:9px 18px; color:#fff; font-size:10px; font-weight:1000; letter-spacing:.055em; line-height:1.22; text-align:center; text-transform:uppercase; text-shadow:0 2px 10px rgba(0,0,0,.8); overflow-wrap:anywhere; }

/* Contender picker dock */
.drtv-battle-picker { position:relative; z-index:20; margin-top:18px; padding:14px; border:1px solid var(--battle-line); border-radius:22px; background:rgba(8,11,17,.84); box-shadow:0 20px 50px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); }
.drtv-battle-picker-grid { display:grid; grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr); align-items:end; gap:12px; }
.pick-col { min-width:0; }
.pick-col label { display:block; margin:0 0 7px 4px; color:#aeb8c6; font-size:9px; font-weight:1000; letter-spacing:.11em; text-transform:uppercase; }
.pick-col--red label { color:#ff7185; }
.pick-col--blue label { color:#73b8ff; }
.pick-search { position:relative; }
.pick-search input[type=search] { width:100%; height:48px; padding:0 46px 0 15px; border:1px solid var(--battle-line); border-radius:14px; outline:0; background:#171b23; color:#fff; font-size:15px; font-weight:750; appearance:none; }
.pick-search input[type=search]:focus { border-color:rgba(255,255,255,.30); box-shadow:0 0 0 3px rgba(255,255,255,.05); }
.pick-col--red .pick-search input:focus { border-color:rgba(255,23,56,.55); }
.pick-col--blue .pick-search input:focus { border-color:rgba(22,137,255,.55); }
.pick-clear { position:absolute; z-index:3; right:8px; top:7px; display:none; width:34px; height:34px; border:0; border-radius:50%; background:#2a303b; color:#fff; cursor:pointer; font-size:20px; line-height:1; }
.pick-clear.is-visible { display:grid; place-items:center; }
.pick-results { position:absolute; z-index:40; left:0; right:0; top:calc(100% + 8px); display:none; max-height:340px; overflow:auto; padding:7px; border:1px solid var(--battle-line); border-radius:16px; background:#0d1118; box-shadow:0 24px 60px rgba(0,0,0,.55); }
.pick-results.open { display:block; }
.pick-item { display:grid; grid-template-columns:48px 1fr; align-items:center; gap:10px; width:100%; padding:8px; border:0; border-radius:12px; background:transparent; color:#fff; text-align:left; cursor:pointer; }
.pick-item:hover { background:rgba(255,255,255,.06); }
.pick-item .thumb { width:48px; height:48px; overflow:hidden; border-radius:10px; background:#171c25; }
.pick-item .thumb img { width:100%; height:100%; object-fit:cover; }
.pick-item .meta { min-width:0; }
.pick-item .meta strong,.pick-item .meta span { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pick-item .meta strong { font-size:13px; }
.pick-item .meta span { margin-top:3px; color:var(--battle-muted); font-size:11px; }
.pick-vs { display:grid; place-items:center; justify-self:center; width:42px; height:42px; border-width:2px; font-size:11px; }
.pick-actions { display:flex; justify-content:center; flex-wrap:wrap; gap:8px; margin-top:12px; }
.drtv-btn { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:10px 17px; border:1px solid var(--battle-line); border-radius:999px; background:#171d27; color:#fff; font-size:12px; font-weight:900; cursor:pointer; box-shadow:0 8px 20px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04); transition:transform .18s ease,filter .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease; }
.drtv-btn.accent { border-color:transparent; background:linear-gradient(135deg,var(--battle-red),#c60025); box-shadow:0 10px 26px rgba(255,23,56,.22); }
.drtv-btn.dark { background:#131922; }
.drtv-btn.ghost { background:rgba(255,255,255,.04); }
@media (any-hover:hover){ .drtv-btn:hover { transform:translateY(-2px); filter:brightness(1.08); border-color:rgba(255,255,255,.24); box-shadow:0 14px 28px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.06); } }
.drtv-btn:focus-visible,.battle-arena-vote:focus-visible { outline:none; box-shadow:0 0 0 2px rgba(255,255,255,.18),0 0 0 4px rgba(255,23,56,.32),0 14px 28px rgba(0,0,0,.28); }
.drtv-btn:active,.battle-arena-vote:active { transform:translateY(1px) scale(.985); }
.drtv-battle-mobile-toggle { display:none; }

/* Delayed current-battle summary. The zero-height sentinel sits after the complete arena. */
.drtv-battle-sticky-trigger,.drtv-battle-sticky-end-trigger { display:block; width:100%; height:1px; margin-top:-1px; pointer-events:none; }
.drtv-battle-sticky[hidden] { display:none; }
.drtv-battle-sticky { position:fixed; z-index:9000; inset-inline:0; top:var(--drtv-header-bottom,0px); opacity:0; transform:translate3d(0,calc(-100% - 12px),0); pointer-events:none; border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.10); background:rgba(5,8,13,.94); box-shadow:0 14px 34px rgba(0,0,0,.30); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); transition:opacity .22s ease,transform .28s cubic-bezier(.22,1,.36,1); }
.drtv-battle-sticky.is-active { opacity:1; transform:translate3d(0,0,0); pointer-events:auto; }
.drtv-battle-sticky__inner { display:grid; grid-template-columns:minmax(0,1fr) 68px minmax(0,1fr); align-items:center; gap:12px; min-height:68px; }
.drtv-battle-sticky__side { min-width:0; display:grid; grid-template-columns:44px minmax(0,1fr); align-items:center; gap:10px; padding:7px 10px; border:0; border-radius:14px; background:transparent; color:#fff; text-align:left; cursor:pointer; }
.drtv-battle-sticky__side--blue { grid-template-columns:minmax(0,1fr) 44px; text-align:right; }
.drtv-battle-sticky__side--blue .drtv-battle-sticky__thumb { order:2; }
.drtv-battle-sticky__thumb { width:44px; height:44px; overflow:hidden; border-radius:12px; background:#171d27; }
.drtv-battle-sticky__thumb img { width:100%; height:100%; object-fit:cover; }
.drtv-battle-sticky__copy { min-width:0; display:block; }
.drtv-battle-sticky__copy small,.drtv-battle-sticky__copy strong,.drtv-battle-sticky__copy em { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.drtv-battle-sticky__copy small { color:var(--battle-muted); font-size:8px; font-style:normal; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.drtv-battle-sticky__copy strong { margin-top:2px; font-size:13px; }
.drtv-battle-sticky__copy em { margin-top:2px; color:#c8d1de; font-size:10px; font-style:normal; font-weight:800; }
.drtv-battle-sticky__versus { display:grid; place-items:center; gap:2px; }
.drtv-battle-sticky__versus span { display:grid; place-items:center; width:42px; height:42px; border-width:2px; font-size:10px; }
.drtv-battle-sticky__versus small { color:var(--battle-muted); font-size:8px; font-weight:900; text-transform:uppercase; }
@media (max-width:1320px){ .drtv-battle-sticky__inner { grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr); gap:8px; min-height:60px; } .drtv-battle-sticky__side { gap:8px; padding:6px 6px; } .drtv-battle-sticky__thumb { width:38px; height:38px; } .drtv-battle-sticky__copy small,.drtv-battle-sticky__copy em { display:none; } .drtv-battle-sticky__copy strong { margin:0; font-size:11px; line-height:1.12; } .drtv-battle-sticky__versus span { width:36px; height:36px; font-size:9px; } .drtv-battle-sticky__versus small { display:none; } }
@media (hover:hover) and (pointer:fine){ .drtv-battle-sticky__side:hover { background:rgba(255,255,255,.06); } }

/* Main content */
.drtv-battle-output { display:grid; gap:clamp(22px,3vw,34px); }
.cardish { border:1px solid var(--battle-line); border-radius:var(--battle-radius); background:linear-gradient(180deg,rgba(19,24,34,.98),rgba(10,13,20,.98)); box-shadow:0 24px 60px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.045); }
.drtv-battle-loading { padding:42px; color:#fff; text-align:center; }
.drtv-battle-shell.is-battle-loading .drtv-battle-content-rail,.drtv-battle-shell.is-battle-loading .drtv-battle-sticky { display:none; }
.section-head { display:flex; justify-content:space-between; gap:18px; align-items:flex-end; }
.section-head h2,.section-head h3 { margin:0; color:#fff; font-size:clamp(27px,3vw,43px); line-height:1.03; letter-spacing:-.04em; }
.section-head span:not(.battle-section-eyebrow) { display:block; margin-top:7px; color:var(--battle-muted); font-size:13px; line-height:1.45; }

/* Compact verdict */
.battle-verdict { position:relative; overflow:hidden; display:grid; grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr); gap:28px; align-items:center; padding:clamp(24px,3.5vw,42px); background:linear-gradient(115deg,rgba(255,23,56,.09),rgba(17,22,31,.98) 46%,rgba(22,137,255,.09)); }
.battle-verdict::before { content:"VERDICT"; position:absolute; right:-18px; bottom:-30px; color:rgba(255,255,255,.025); font-size:clamp(80px,13vw,180px); font-weight:1000; line-height:.8; }
.battle-verdict__copy { position:relative; z-index:1; }
.battle-verdict__copy h3 { margin:0 0 11px; color:#fff; font-size:clamp(28px,3.4vw,48px); line-height:1.02; letter-spacing:-.045em; }
.battle-verdict__copy p { margin:0; max-width:820px; font-size:15px; line-height:1.6; }
.battle-verdict__copy small { display:block; margin-top:10px; color:#788496; font-size:12px; line-height:1.5; }
.battle-verdict__chips { position:relative; z-index:1; display:grid; gap:9px; }
.battle-verdict__chips span { display:flex; align-items:center; min-height:48px; padding:11px 14px; border:1px solid var(--battle-line); border-radius:15px; background:rgba(255,255,255,.05); color:#fff; font-size:12px; font-weight:900; }
.battle-verdict__chips span:nth-child(1) { border-left:3px solid var(--battle-red); }
.battle-verdict__chips span:nth-child(2) { border-left:3px solid #fff; }
.battle-verdict__chips span:nth-child(3) { border-left:3px solid var(--battle-blue); }

/* Tale of the tape */
.battle-specs { padding:clamp(24px,3vw,38px); }
.battle-specs .section-head { margin-bottom:20px; }
.battle-specs-matchup { display:grid; grid-template-columns:1fr 72px 1fr; align-items:center; gap:12px; margin-bottom:12px; padding:10px 12px; border:1px solid var(--battle-line); border-radius:18px; background:#090d13; }
.battle-specs-matchup__side { display:flex; align-items:center; gap:10px; min-width:0; }
.battle-specs-matchup__side--right { justify-content:flex-end; text-align:right; }
.battle-specs-matchup__thumb { width:52px; height:52px; flex:0 0 auto; overflow:hidden; border-radius:12px; background:#141923; }
.battle-specs-matchup__thumb img { width:100%; height:100%; object-fit:cover; }
.battle-specs-matchup__side strong { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:13px; }
.battle-specs-matchup__vs { display:grid; place-items:center; width:46px; height:46px; margin:auto; border-width:2px; font-size:11px; }
.spec-grid { display:grid; gap:8px; }
.spec-row { display:grid; grid-template-columns:minmax(0,1fr) minmax(150px,.64fr) minmax(0,1fr); min-height:70px; gap:8px; }
.spec-value,.spec-middle { display:grid; place-items:center; padding:10px 14px; border:1px solid rgba(255,255,255,.07); border-radius:14px; background:#171c25; text-align:center; }
.spec-value span { color:#fff; font-size:15px; font-weight:900; overflow-wrap:anywhere; }
.spec-middle { grid-template-columns:24px 1fr; gap:8px; background:#11161f; }
.spec-middle img { width:22px; height:22px; object-fit:contain; opacity:.92; filter:brightness(0) invert(1); }
.spec-middle__copy strong { display:block; color:#9aa6b7; font-size:9px; font-weight:1000; letter-spacing:.09em; text-transform:uppercase; }
.spec-middle__copy small { display:block; margin-top:4px; color:#677386; font-size:8px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.spec-row.is-left-edge .spec-value--left { border-color:rgba(255,23,56,.34); background:linear-gradient(135deg,rgba(255,23,56,.13),#171c25); }
.spec-row.is-right-edge .spec-value--right { border-color:rgba(22,137,255,.34); background:linear-gradient(225deg,rgba(22,137,255,.13),#171c25); }
.spec-row.is-preference .spec-value--left { border-color:rgba(255,23,56,.22); }
.spec-row.is-preference .spec-value--right { border-color:rgba(22,137,255,.22); }
.spec-row.is-left-edge .spec-middle__copy small,.spec-row.is-right-edge .spec-middle__copy small,.spec-row.is-preference .spec-middle__copy small { color:#f5c76c; }

/* Darts IQ */
.battle-iq-full { position:relative; overflow:hidden; display:grid; grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr); min-height:410px; padding:clamp(26px,4vw,48px); background:radial-gradient(circle at 86% 45%,rgba(22,137,255,.20),transparent 32%),linear-gradient(135deg,#0f1826,#0d131d 60%,#111824); }
.battle-iq-full__copy { position:relative; z-index:2; max-width:760px; }
.battle-iq-full__head h3 { color:#fff; }
.battle-iq-full__lede { max-width:640px; margin:14px 0 20px; font-size:15px; line-height:1.55; }
.battle-iq-full__features { display:grid; gap:12px; }
.battle-iq-full__feature { display:grid; grid-template-columns:30px 1fr; gap:10px; align-items:start; }
.battle-iq-full__feature-icon { display:grid; place-items:center; width:28px; height:28px; border-radius:50%; background:rgba(22,137,255,.18); color:#63b2ff; }
.battle-iq-full__feature strong,.battle-iq-full__feature small { display:block; }
.battle-iq-full__feature strong { font-size:14px; }
.battle-iq-full__feature small { margin-top:3px; color:var(--battle-muted); font-size:12px; line-height:1.45; }
.battle-iq-full__actions { margin-top:22px; }
.battle-iq-full__visual { position:relative; display:grid; place-items:end center; min-height:300px; }
.battle-iq-full__glow { position:absolute; width:80%; aspect-ratio:1; border-radius:50%; background:radial-gradient(circle,rgba(22,137,255,.25),transparent 68%); filter:blur(14px); }
.battle-iq-full__phone { position:relative; z-index:1; max-height:370px; object-fit:contain; transform:rotate(8deg) translateY(18px); filter:drop-shadow(0 32px 28px rgba(0,0,0,.38)); }

/* Share */
.battle-share-showcase { display:grid; grid-template-columns:minmax(0,.75fr) minmax(340px,1.25fr); gap:30px; align-items:center; padding:clamp(26px,4vw,44px); }
.battle-share-showcase__copy h3 { color:#fff; }
.battle-share-showcase__lede { font-size:14px; line-height:1.6; }
.battle-share-showcase__strap { display:flex; gap:8px; flex-wrap:wrap; }
.battle-share-showcase__strap span { padding:7px 10px; border:1px solid var(--battle-line); border-radius:999px; background:rgba(255,255,255,.04); color:#fff; font-size:10px; font-weight:900; letter-spacing:.07em; text-transform:uppercase; }
.battle-share-showcase__visual { min-width:0; max-width:920px; }
.battle-share-showcase__actions { display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; }

/* Similar and recommended */
.battle-bottom-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.battle-similar,.battle-recommended { padding:clamp(22px,3vw,34px); }
.battle-similar .section-head,.battle-recommended .section-head { margin-bottom:18px; }
.similar-grid { display:grid; gap:10px; }
.similar-card { display:grid; grid-template-columns:74px minmax(0,1fr) auto; gap:12px; align-items:center; min-height:92px; padding:10px; border:1px solid rgba(255,255,255,.08); border-radius:16px; background:#121720; transition:border-color .2s ease,transform .2s ease; }
.sim-thumb { width:74px; height:70px; overflow:hidden; border-radius:12px; background:#1a202b; }
.sim-thumb img { width:100%; height:100%; object-fit:cover; }
.sim-copy { min-width:0; }
.sim-title,.sim-meta,.sim-price { display:block; }
.sim-title { color:#fff; font-size:13px; font-weight:900; line-height:1.25; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.sim-meta { margin-top:4px; color:#8390a3; font-size:10px; text-transform:uppercase; }
.sim-price { margin-top:3px; color:#cbd3df; font-size:11px; font-weight:800; }
.sim-cta { align-self:stretch; display:flex; align-items:center; justify-content:center; gap:6px; min-width:120px; padding:10px 14px; border:1px solid rgba(255,255,255,.12); border-radius:14px; background:linear-gradient(180deg,rgba(31,39,51,.98),rgba(20,26,35,.98)); color:#fff; font-size:11px; font-weight:900; box-shadow:0 10px 22px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.05); transition:transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease; cursor:pointer; }
.sim-cta b,.recommended-cta b { transition:transform .18s ease; }
@media (any-hover:hover){ .similar-card:hover,.recommended-card:hover { transform:translateY(-2px); border-color:rgba(255,255,255,.20); box-shadow:0 18px 36px rgba(0,0,0,.22); } .similar-card:hover .sim-cta,.recommended-card:hover .recommended-cta { transform:translateY(-2px); background:linear-gradient(180deg,rgba(39,48,62,.98),rgba(27,34,45,.98)); box-shadow:0 14px 28px rgba(0,0,0,.22); border-color:rgba(255,255,255,.20); } .similar-card:hover .sim-cta b,.recommended-card:hover .recommended-cta b { transform:translateX(2px); } }
.section-head--rail { display:flex; align-items:flex-end; justify-content:space-between; gap:18px; }
.recommended-rail-controls { display:flex; gap:8px; flex:0 0 auto; }
.recommended-rail-controls button { display:grid; place-items:center; width:42px; height:42px; border:1px solid rgba(255,255,255,.13); border-radius:13px; background:linear-gradient(180deg,rgba(31,39,51,.98),rgba(18,24,33,.98)); color:#fff; font-size:25px; font-weight:800; line-height:1; box-shadow:0 10px 22px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.05); cursor:pointer; transition:transform .18s ease,border-color .18s ease,background .18s ease,opacity .18s ease; }
.recommended-rail-controls button:hover { transform:translateY(-2px); border-color:rgba(255,255,255,.24); background:linear-gradient(180deg,rgba(42,52,67,.98),rgba(23,30,41,.98)); }
.recommended-rail-controls button:disabled { opacity:.32; cursor:default; transform:none; }
.recommended-grid { display:grid; grid-auto-flow:column; grid-auto-columns:calc((100% - 24px)/3); align-items:start; gap:12px; overflow-x:auto; overflow-y:hidden; padding:0 1px 6px; scroll-snap-type:x mandatory; scroll-behavior:smooth; overscroll-behavior-x:contain; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
.recommended-grid::-webkit-scrollbar { display:none; }
.recommended-card { display:grid; grid-template-rows:auto auto auto; align-self:start; height:auto; min-width:0; overflow:hidden; border:1px solid rgba(255,255,255,.08); border-radius:18px; background:#121720; scroll-snap-align:start; transition:border-color .2s ease,transform .2s ease; }
.recommended-visual { display:block; padding:12px; background:linear-gradient(135deg,rgba(255,23,56,.10),rgba(22,137,255,.10)); }
.recommended-visual__lane { display:grid; grid-template-columns:1fr 42px 1fr; align-items:center; gap:8px; }
.mini-thumb { height:92px; overflow:hidden; border-radius:12px; background:#171c25; }
.mini-thumb img { width:100%; height:100%; object-fit:cover; }
.mini-vs { display:grid; place-items:center; width:42px; height:42px; border:2px solid #fff; border-radius:50%; background:linear-gradient(135deg,var(--battle-red) 0 48.7%,#fff 49.2% 50.8%,var(--battle-blue) 51.3% 100%); box-shadow:0 12px 28px rgba(0,0,0,.38),0 0 18px rgba(255,255,255,.06); color:#fff; font-size:12px; font-weight:1000; text-shadow:0 1px 8px rgba(0,0,0,.65); }
.recommended-copy { min-width:0; padding:14px; }
.recommended-copy strong { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; font-size:14px; line-height:1.3; }
.recommended-copy small { display:block; margin-top:5px; color:var(--battle-muted); font-size:11px; }
.recommended-cta { margin:0 12px 12px; padding:11px 14px; border:1px solid rgba(255,255,255,.12); border-radius:14px; background:linear-gradient(180deg,rgba(31,39,51,.98),rgba(20,26,35,.98)); color:#fff; font-size:11px; font-weight:900; text-align:center; box-shadow:0 10px 22px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.05); transition:transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease; cursor:pointer; }

/* Share modal */
html.drtv-share-open,body.drtv-share-open { overflow:hidden; }

/* Login prompt retained for vote-gated configurations */
.vote-login-prompt { padding:16px; border:1px solid var(--battle-line); border-radius:16px; background:rgba(255,255,255,.04); }
.vote-login-prompt p { margin:0 0 12px; }
.vote-actions { display:flex; flex-wrap:wrap; gap:8px; }

/* Tablet */
@media (max-width:1100px){
  .battle-arena-contender { grid-template-columns:1fr; min-height:0; }
  .battle-arena-contender__media { height:250px; }
  .battle-arena-contender__media::after { background:linear-gradient(180deg,transparent 45%,rgba(7,10,15,.94) 100%); }
  .battle-arena-contender__body { padding:20px; }
  .battle-arena-contender h2 { font-size:28px; }
  .battle-arena-contender__proof { grid-template-columns:1fr; }
  .battle-verdict { grid-template-columns:1fr; }
  .battle-verdict__chips { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .battle-share-showcase { grid-template-columns:1fr; }
  .battle-share-showcase__visual { max-width:820px; }
  .battle-bottom-grid { grid-template-columns:1fr; }
  .recommended-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

/* Mobile */
@media (max-width:1050px) and (min-width:700px){
  .recommended-grid { grid-auto-columns:calc((100% - 12px)/2); }
}

@media (max-width:699px){
  .drtv-battle-shell,.drtv-battle-hero,.drtv-battle-arena-live,.drtv-battle-picker,.drtv-battle-output,.drtv-battle-output > *,.cardish,.battle-bottom-grid,.battle-similar,.battle-recommended,.battle-share-showcase,.battle-specs,.battle-iq-full { width:100%; min-width:0; max-width:100%; }
  .drtv-battle-shell { overflow-x:clip; }
  .section-head,.section-head > div { min-width:0; max-width:100%; }
  .drtv-battle-arena-stage { min-height:0; }
  .drtv-battle-hero { padding:18px 0 28px; }
  .drtv-battle-hero__head { display:grid; gap:13px; margin-bottom:18px; }
  .drtv-battle-hero__brand { align-items:flex-start; gap:12px; }
  .drtv-battle-logo__img { width:122px; max-height:58px; }
  .drtv-battle-hero__eyebrow { font-size:8px; }
  .drtv-battle-topbar__subtitle { font-size:12px; line-height:1.4; }
  .drtv-battle-live-counts { min-height:40px; justify-self:start; padding:10px 14px; font-size:10px; letter-spacing:.1em; border-color:rgba(255,255,255,.18); background:rgba(5,9,17,.94); box-shadow:0 12px 24px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.08); }
  .drtv-battle-arena-live { min-height:0; }
  .drtv-battle-arena-loader { min-height:280px; gap:11px; padding:20px 4px; }
  .drtv-battle-arena-loader__duel { grid-template-columns:82px 44px 82px; gap:8px; }
  .drtv-battle-loader-champion { width:78px; height:92px; border-radius:22px 22px 16px 16px; }
  .drtv-battle-loader-champion::after { inset:11px 13px 6px; }
  .drtv-battle-arena-loader__vs { width:42px; font-size:11px; }
  .drtv-battle-arena-loader__status { font-size:9px; }
  .drtv-battle-arena-loader__bar { width:min(248px,72vw); }
  .drtv-battle-arena-placeholder,.battle-arena-matchup__grid { grid-template-columns:1fr; gap:12px; }
  .drtv-battle-arena-placeholder__corner { min-height:150px; border-radius:18px; }
  .drtv-battle-arena-placeholder__corner strong { font-size:22px; }
  .drtv-battle-arena-placeholder__vs { width:48px; font-size:15px; border-width:2px; }
  .battle-arena-matchup__topline { align-items:flex-start; font-size:8px; }
  .battle-arena-matchup__topline strong { max-width:58%; text-align:right; font-size:8px; }
  .battle-arena-contender { grid-template-columns:1fr; min-height:0; border-radius:22px; }
  .battle-arena-contender__media { height:220px; }
  .battle-arena-contender__media::after { background:linear-gradient(180deg,transparent 48%,rgba(7,10,15,.88) 100%); }
  .battle-arena-contender__corner { top:12px; left:12px; padding:7px 10px; font-size:8px; }
  .battle-arena-contender__vote { top:12px; right:12px; min-width:44px; height:30px; font-size:11px; }
  .battle-arena-contender__body { padding:17px; }
  .battle-arena-contender__meta { gap:6px; margin-bottom:10px; }
  .battle-arena-contender__meta span { min-height:24px; padding:5px 8px; font-size:7px; }
  .battle-arena-contender h2 { min-height:0; margin:0 0 13px; font-size:25px; line-height:1.06; display:block; overflow:visible; }
  .battle-arena-contender__proof { grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr); gap:8px; }
  .battle-arena-contender__proof > span { padding:11px; border-radius:13px; }
  .battle-arena-contender__proof small { font-size:7px; }
  .battle-arena-contender__proof strong { font-size:12px; display:block; overflow:visible; }
  .battle-arena-contender__tags { display:flex; margin-top:10px; }
  .battle-arena-contender__tags span { min-height:24px; padding:5px 8px; font-size:7px; }
  .battle-arena-vote { min-height:64px; margin-top:12px; padding:11px 13px; border-radius:14px; }
  .battle-arena-vote small { font-size:7px; }
  .battle-arena-vote strong { font-size:12px; line-height:1.18; white-space:normal; overflow:visible; text-overflow:clip; overflow-wrap:anywhere; }
  .battle-arena-vs { width:100%; height:52px; aspect-ratio:auto; border:0; border-radius:0; background:transparent; box-shadow:none; }
  .battle-arena-vs::before,.battle-arena-vs::after { display:block; top:50%; bottom:auto; width:calc(50% - 34px); height:1px; background:linear-gradient(90deg,transparent,rgba(255,255,255,.30)); }
  .battle-arena-vs::before { left:0; transform:none; }
  .battle-arena-vs::after { left:auto; right:0; transform:scaleX(-1); }
  .battle-arena-vs span { display:grid; place-items:center; width:46px; height:46px; border:2px solid #fff; border-radius:50%; background:linear-gradient(135deg,var(--battle-red) 0 48.7%,#fff 49.2% 50.8%,var(--battle-blue) 51.3% 100%); box-shadow:0 12px 28px rgba(0,0,0,.38),0 0 20px rgba(255,255,255,.06); font-size:13px; }
  .battle-arena-vs small { display:none; }
  .battle-arena-result { min-height:46px; margin-top:12px; border-radius:18px; }
  .battle-arena-result strong { min-height:46px; padding:8px 12px; font-size:7px; letter-spacing:.025em; line-height:1.2; }
  .drtv-battle-mobile-toggle { display:flex; align-items:center; justify-content:space-between; width:100%; min-height:48px; margin-top:12px; padding:11px 14px; border:1px solid var(--battle-line); border-radius:14px; background:rgba(8,11,17,.82); color:#fff; font-size:12px; font-weight:900; }
  .drtv-battle-mobile-toggle__icon::before { content:"+"; font-size:18px; }
  .drtv-battle-shell.mobile-picker-open .drtv-battle-mobile-toggle__icon::before { content:"−"; }
  .drtv-battle-picker { display:none; margin-top:8px; padding:10px; border-radius:16px; }
  .drtv-battle-shell.mobile-picker-open .drtv-battle-picker { display:block; }
  .drtv-battle-picker-grid { grid-template-columns:1fr; gap:8px; }
  .pick-vs { width:34px; height:34px; margin:2px auto; border-width:2px; font-size:10px; }
  .pick-search input[type=search] { height:44px; font-size:13px; }
  .pick-actions { display:grid; grid-template-columns:1fr 1fr; }
  .drtv-btn { min-height:42px; padding:8px 10px; font-size:10px; }
  .drtv-battle-sticky__inner { grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr); gap:4px; min-height:54px; }
  .drtv-battle-sticky__side { display:flex; min-width:0; gap:7px; padding:5px 1px; overflow:hidden; }
  .drtv-battle-sticky__side--blue { flex-direction:row-reverse; text-align:right; }
  .drtv-battle-sticky__thumb { flex:0 0 32px; width:32px; height:32px; border-radius:9px; }
  .drtv-battle-sticky__copy { flex:1 1 auto; min-width:0; }
  .drtv-battle-sticky__copy small,.drtv-battle-sticky__copy em { display:none; }
  .drtv-battle-sticky__copy strong { margin:0; font-size:9px; line-height:1.15; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .drtv-battle-sticky__versus span { width:32px; height:32px; border-width:2px; font-size:10px; }
  .drtv-battle-sticky__versus small { display:none; }
  .drtv-battle-content-rail { padding-top:20px; padding-bottom:70px; }
  .drtv-battle-output { gap:18px; }
  .cardish { border-radius:18px; }
  .battle-verdict { padding:20px; gap:18px; }
  .battle-verdict__copy h3 { font-size:29px; }
  .battle-verdict__copy p { font-size:13px; }
  .battle-verdict__chips { grid-template-columns:1fr; }
  .battle-verdict__chips span { min-height:42px; font-size:10px; }
  .battle-specs { padding:18px 12px; }
  .section-head h2,.section-head h3 { font-size:28px; }
  .battle-specs-matchup { grid-template-columns:1fr 42px 1fr; padding:8px; }
  .battle-specs-matchup__thumb { width:38px; height:38px; }
  .battle-specs-matchup__side strong { font-size:9px; }
  .battle-specs-matchup__vs { width:34px; height:34px; border-width:2px; font-size:10px; }
  .spec-row { grid-template-columns:minmax(0,1fr) 82px minmax(0,1fr); min-height:58px; gap:5px; }
  .spec-value,.spec-middle { padding:7px 5px; border-radius:10px; }
  .spec-value span { font-size:11px; }
  .spec-middle { grid-template-columns:1fr; gap:2px; }
  .spec-middle img { display:none; }
  .spec-middle__copy strong { font-size:6px; }
  .spec-middle__copy small { font-size:5px; }
  .battle-iq-full { grid-template-columns:1fr; min-height:0; padding:22px; }
  .battle-iq-full__visual { display:none; }
  .battle-iq-full__feature strong { font-size:12px; }
  .battle-iq-full__feature small { font-size:10px; }
  .battle-share-showcase { padding:20px; gap:15px; }
  .battle-share-showcase__lede,.battle-share-showcase__strap { display:none; }
  .battle-share-showcase__actions { display:grid; grid-template-columns:1fr 1fr; }
  .battle-share-showcase__actions .drtv-btn:first-child { grid-column:1/-1; }
  .battle-bottom-grid { grid-template-columns:minmax(0,1fr); gap:14px; width:100%; }
  .battle-similar,.battle-recommended { width:100%; padding:18px; overflow:clip; }
  .battle-similar .section-head,.battle-recommended .section-head { min-width:0; }
  .battle-similar .section-head h3,.battle-recommended .section-head h3 { max-width:100%; font-size:clamp(27px,8.5vw,36px); line-height:1.05; overflow-wrap:anywhere; }
  .similar-grid { width:100%; max-width:100%; display:flex; overflow-x:auto; overflow-y:hidden; gap:10px; padding:0 28px 5px 0; scroll-padding-inline:0; scroll-snap-type:x proximity; overscroll-behavior-x:contain; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
  .similar-grid::-webkit-scrollbar { display:none; }
  .recommended-grid { width:100%; max-width:100%; display:grid; grid-auto-flow:column; grid-auto-columns:calc(88% - 6px); grid-auto-rows:max-content; align-items:start; gap:10px; overflow-x:auto; overflow-y:hidden; padding:0 30px 6px 0; scroll-padding-inline:0; scroll-snap-type:x mandatory; overscroll-behavior-x:contain; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
  .recommended-grid::-webkit-scrollbar { display:none; }
  .similar-card { flex:0 0 calc(100% - 34px); max-width:calc(100% - 34px); min-width:0; grid-template-columns:68px minmax(0,1fr); min-height:104px; scroll-snap-align:start; }
  .sim-thumb { width:68px; height:68px; }
  .sim-copy,.sim-title { min-width:0; max-width:100%; }
  .sim-title { overflow-wrap:anywhere; }
  .sim-cta { grid-column:1/-1; min-width:0; min-height:38px; }
  .section-head--rail { align-items:flex-start; }
  .recommended-rail-controls { margin-top:2px; }
  .recommended-rail-controls button { width:38px; height:38px; border-radius:12px; font-size:22px; }
  .recommended-card { grid-template-rows:auto auto auto; align-self:start; height:auto !important; min-height:0 !important; min-width:0; max-width:none; scroll-snap-align:start; }
  .recommended-copy { padding:12px 13px 10px; }
  .recommended-copy strong { min-height:0; -webkit-line-clamp:3; overflow-wrap:anywhere; }
  .recommended-copy small { margin-top:5px; }
  .recommended-cta { margin:0 12px 12px; }
}

@media (max-width:420px){
  .similar-card { flex-basis:calc(100% - 24px); max-width:calc(100% - 24px); }
  .recommended-grid { grid-auto-columns:calc(91% - 6px); }
  .battle-arena-contender__media { height:195px; }
  .battle-arena-contender__proof { grid-template-columns:1fr; }
  .battle-arena-contender h2 { font-size:22px; }
}

@media (prefers-reduced-motion:reduce){
  .drtv-battle-live-counts__dot,.drtv-battle-loader-champion,.drtv-battle-arena-loader__vs,.drtv-battle-arena-loader__bar span { animation:none; }
  .battle-arena-contender__media img,.battle-arena-result > span,.drtv-btn,.similar-card,.recommended-card { transition:none; }
}

.similar-card:active,.recommended-card:active { transform:translateY(1px) scale(.992); }




.sim-cta:hover,.recommended-cta:hover { transform:translateY(-2px); background:linear-gradient(180deg,rgba(39,48,62,.98),rgba(27,34,45,.98)); box-shadow:0 14px 28px rgba(0,0,0,.22); border-color:rgba(255,255,255,.20); }
.sim-cta:hover b,.recommended-cta:hover b { transform:translateX(2px); }


/* Reverted premium HTML share showcase */
.battle-share-showcase--live { display:grid; grid-template-columns:minmax(300px,.74fr) minmax(520px,1.26fr); gap:clamp(24px,3vw,40px); align-items:center; padding:clamp(24px,3.2vw,40px); }
.battle-share-showcase__copy { min-width:0; }
.battle-share-showcase__copy h3 { color:#fff; }
.battle-share-showcase__actions--live { display:flex; flex-wrap:wrap; gap:9px; margin-top:20px; }
.battle-live-share-card { position:relative; min-width:0; max-width:820px; margin-inline:auto; overflow:hidden; padding:18px; border:1px solid rgba(255,255,255,.15); border-radius:24px; background:radial-gradient(circle at 5% 58%,rgba(255,23,56,.25),transparent 33%),radial-gradient(circle at 95% 58%,rgba(22,137,255,.25),transparent 33%),linear-gradient(180deg,#090d16,#04070d); box-shadow:0 30px 74px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.05); }
.battle-live-share-card::before { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(112deg,transparent 0 45%,rgba(255,255,255,.045) 45.2% 45.6%,transparent 46%),repeating-linear-gradient(90deg,transparent 0 128px,rgba(255,255,255,.012) 129px,transparent 130px); }
.battle-live-share-card__brand { position:relative; z-index:1; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; min-height:66px; margin-bottom:12px; padding-bottom:10px; border-bottom:1px solid rgba(255,255,255,.08); }
.battle-live-share-card__brand-logo { display:flex; align-items:center; justify-content:center; width:100%; }
.battle-live-share-card__brand img { display:block; width:clamp(160px,17vw,226px); height:auto; max-height:86px; object-fit:contain; }
.battle-live-share-card__brand > span { color:#e0e7f1; font-size:9px; font-weight:1000; letter-spacing:.18em; text-transform:uppercase; }
.battle-live-share-card__duel { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1fr) 66px minmax(0,1fr); gap:12px; align-items:stretch; }
.battle-live-share-card__side { position:relative; min-width:0; overflow:hidden; border:1px solid rgba(255,255,255,.13); border-radius:20px; background:linear-gradient(180deg,rgba(14,20,31,.98),rgba(8,12,20,.98)); box-shadow:0 16px 34px rgba(0,0,0,.22); }
.battle-live-share-card__side::before { content:""; position:absolute; z-index:4; left:0; right:0; top:0; height:4px; }
.battle-live-share-card__side--red { border-color:rgba(255,23,56,.42); }
.battle-live-share-card__side--red::before { background:linear-gradient(90deg,var(--battle-red),rgba(255,23,56,.2)); }
.battle-live-share-card__side--blue { border-color:rgba(22,137,255,.42); }
.battle-live-share-card__side--blue::before { background:linear-gradient(90deg,rgba(22,137,255,.2),var(--battle-blue)); }
.battle-live-share-card__media { position:relative; height:168px; overflow:hidden; background:#151b26; }
.battle-live-share-card__media img { width:100%; height:100%; object-fit:cover; }
.battle-live-share-card__media::after { content:""; position:absolute; inset:38% 0 0; background:linear-gradient(transparent,rgba(5,8,14,.92)); }
.battle-live-share-card__corner { position:absolute; z-index:2; left:12px; top:13px; padding:7px 10px; border-radius:999px; color:#fff; font-size:8px; font-weight:1000; letter-spacing:.09em; text-transform:uppercase; }
.battle-live-share-card__side--red .battle-live-share-card__corner { background:var(--battle-red); box-shadow:0 8px 20px rgba(255,23,56,.3); }
.battle-live-share-card__side--blue .battle-live-share-card__corner { background:var(--battle-blue); box-shadow:0 8px 20px rgba(22,137,255,.3); }
.battle-live-share-card__rank { position:absolute; z-index:3; right:12px; top:12px; display:grid; min-width:82px; padding:7px 10px 8px; border:1px solid rgba(255,255,255,.22); border-radius:13px; background:rgba(3,7,14,.88); box-shadow:0 12px 24px rgba(0,0,0,.3); text-align:left; backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); }
.battle-live-share-card__rank small { color:#c8d2e1; font-size:7px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.battle-live-share-card__rank strong { margin-top:1px; color:#fff; font-size:18px; line-height:1; }
.battle-live-share-card__body { min-width:0; padding:14px 15px 16px; }
.battle-live-share-card__maker { display:block; margin-bottom:8px; overflow:hidden; color:#dfe7f1; font-size:9px; font-weight:1000; letter-spacing:.08em; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
.battle-live-share-card__side--red .battle-live-share-card__maker { color:#ff7187; }
.battle-live-share-card__side--blue .battle-live-share-card__maker { color:#65b6ff; }
.battle-live-share-card__body h4 { display:-webkit-box; min-height:3.2em; margin:0; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:3; color:#fff; font-size:clamp(15px,1.48vw,21px); line-height:1.06; overflow-wrap:anywhere; }
.battle-live-share-card__price { display:none; }
.battle-live-share-card__price small { color:#8f9caf; font-size:7px; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.battle-live-share-card__price strong { color:#fff; font-size:13px; }
.battle-live-share-card__vs { align-self:center; display:grid; place-items:center; gap:8px; text-align:center; }
.battle-live-share-card__vs > span { display:grid; place-items:center; width:60px; height:60px; border:2px solid #fff; border-radius:50%; background:linear-gradient(135deg,var(--battle-red) 0 48.7%,#fff 49.2% 50.8%,var(--battle-blue) 51.3% 100%); box-shadow:0 16px 34px rgba(0,0,0,.46); color:#fff; font-size:19px; font-weight:1000; text-shadow:0 1px 7px rgba(0,0,0,.6); }
.battle-live-share-card__vs small { color:#dbe3ef; font-size:7px; font-weight:1000; letter-spacing:.08em; text-transform:uppercase; }
.battle-live-share-card__footer { position:relative; z-index:1; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:12px; margin-top:10px; padding:10px 12px 0; border-top:1px solid rgba(255,255,255,.08); color:#8f9caf; font-size:7px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.battle-live-share-card__footer strong { color:#e8edf5; font-size:8px; letter-spacing:.1em; }
.battle-live-share-card__footer span:last-child { text-align:right; }
@media (max-width:980px){ .battle-share-showcase--live { grid-template-columns:1fr; } .battle-live-share-card { max-width:860px; } }
@media (max-width:699px){ .battle-share-showcase--live { padding:18px; gap:18px; } .battle-share-showcase__actions--live { display:grid; grid-template-columns:1fr; } .battle-live-share-card { padding:12px; border-radius:18px; } .battle-live-share-card__brand { flex-direction:column; gap:3px; min-height:50px; margin-bottom:9px; padding-bottom:8px; } .battle-live-share-card__brand img { width:126px; max-height:52px; } .battle-live-share-card__brand > span { font-size:7px; } .battle-live-share-card__duel { grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr); gap:7px; } .battle-live-share-card__side { border-radius:14px; } .battle-live-share-card__media { height:108px; } .battle-live-share-card__corner { left:7px; top:8px; padding:5px 7px; font-size:6px; } .battle-live-share-card__rank { right:6px; top:7px; min-width:56px; padding:5px 6px 6px; border-radius:9px; } .battle-live-share-card__rank small { font-size:5px; } .battle-live-share-card__rank strong { font-size:13px; } .battle-live-share-card__body { padding:8px 8px 10px; } .battle-live-share-card__maker { margin-bottom:5px; font-size:6px; } .battle-live-share-card__body h4 { min-height:3.4em; margin:0; font-size:11px; line-height:1.06; -webkit-line-clamp:3; } .battle-live-share-card__price { display:none; } .battle-live-share-card__vs > span { width:38px; height:38px; font-size:10px; } .battle-live-share-card__vs small { display:none; } .battle-live-share-card__footer { gap:5px; padding:8px 3px 0; font-size:5px; } .battle-live-share-card__footer strong { font-size:6px; } }

@media (min-width:700px){
  .battle-live-share-card{aspect-ratio:1200/630;display:flex;flex-direction:column;}
  .battle-live-share-card__duel{flex:1;min-height:0;}
  .battle-live-share-card__side{display:flex;min-height:0;flex-direction:column;}
  .battle-live-share-card__media{height:auto;min-height:0;flex:1 1 auto;}
  .battle-live-share-card__body{flex:0 0 auto;}
}

/* Core boot isolation: never reveal raw picker/placeholder markup before the first arena paint. */
.drtv-battle-shell:not(.is-battle-ready) .drtv-battle-mobile-toggle,
.drtv-battle-shell:not(.is-battle-ready) .drtv-battle-picker { opacity:.82; }
.drtv-battle-shell.is-battle-loading .drtv-battle-picker { pointer-events:none; }


/* 0.8.26 lightweight link-share panel */
.battle-share-showcase--live,.battle-live-share-card{display:none!important;}
.battle-share-compact{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(420px,1.28fr);gap:clamp(22px,3vw,38px);align-items:center;padding:clamp(24px,3vw,38px);overflow:hidden;}
.battle-share-compact__copy h3{margin:7px 0 8px;color:#fff;font-size:clamp(28px,3vw,46px);line-height:1.02;letter-spacing:-.035em;}
.battle-share-compact__copy p{max-width:48ch;margin:0;color:#9aa7ba;font-size:14px;line-height:1.5;}
.battle-share-compact__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:19px;}
.battle-share-compact__preview{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr);gap:10px;align-items:center;min-width:0;padding:14px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:radial-gradient(circle at 8% 50%,rgba(255,23,56,.18),transparent 35%),radial-gradient(circle at 92% 50%,rgba(22,137,255,.18),transparent 35%),linear-gradient(180deg,#0a0f18,#05080e);box-shadow:0 24px 54px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05);}
.battle-share-compact__side{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:#090d15;}
.battle-share-compact__side--red{border-color:rgba(255,23,56,.42);}
.battle-share-compact__side--blue{border-color:rgba(22,137,255,.42);}
.battle-share-compact__media{position:relative;height:126px;overflow:hidden;background:#131925;}
.battle-share-compact__media img{width:100%;height:100%;object-fit:cover;}
.battle-share-compact__media:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(4,7,13,.82));}
.battle-share-compact__media span{position:absolute;z-index:2;right:8px;top:8px;padding:6px 8px;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:rgba(3,7,13,.84);color:#fff;font-size:7px;font-weight:1000;letter-spacing:.06em;text-transform:uppercase;}
.battle-share-compact__side>strong{display:-webkit-box;min-height:2.35em;margin:0;padding:11px 12px 13px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#fff;font-size:15px;line-height:1.12;overflow-wrap:anywhere;}
.battle-share-compact__vs{display:grid;place-items:center;width:52px;height:52px;border:2px solid #fff;border-radius:50%;background:linear-gradient(135deg,var(--battle-red) 0 48.7%,#fff 49.2% 50.8%,var(--battle-blue) 51.3% 100%);box-shadow:0 14px 28px rgba(0,0,0,.4);color:#fff;font-size:15px;font-weight:1000;text-shadow:0 1px 6px rgba(0,0,0,.65);}
@media(max-width:980px){.battle-share-compact{grid-template-columns:1fr;}.battle-share-compact__preview{max-width:760px;}}
@media(max-width:699px){.battle-share-compact{padding:18px;gap:18px;}.battle-share-compact__actions{display:grid;grid-template-columns:1fr;}.battle-share-compact__preview{grid-template-columns:minmax(0,1fr) 40px minmax(0,1fr);gap:6px;padding:9px;border-radius:17px;}.battle-share-compact__media{height:94px;}.battle-share-compact__media span{right:5px;top:5px;padding:4px 5px;font-size:5px;}.battle-share-compact__side>strong{min-height:3.2em;padding:8px 7px 9px;font-size:10px;line-height:1.05;-webkit-line-clamp:3;}.battle-share-compact__vs{width:36px;height:36px;font-size:10px;}.battle-share-compact__copy h3{font-size:29px;}}
