.ndv{
  --gold:var(--nd-accent,#d69f3d);
  --panel:#10141a;
  --panel-2:#0b0f14;
  --line:rgba(255,255,255,.13);
  --muted:rgba(255,255,255,.62);
  color:#fff;
  font-family:inherit!important;
}
.ndv-head h2{margin:0 0 8px}.ndv-head p{opacity:.72}
.ndv,
.ndv *,
.ndv button,
.ndv input,
.ndv select,
.ndv textarea{font-family:inherit!important}

.ndv-form{display:block;overflow:visible}

.ndv-toolbar{
  position:sticky;
  top:0;
  z-index:999;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:34px;
  width:100%;
  box-sizing:border-box;
  margin:22px 0 34px;
  padding:22px 26px;
  border:1px solid var(--line);
  border-radius:0;
  background:rgba(12,16,22,.985);
  box-shadow:0 14px 42px rgba(0,0,0,.34);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  isolation:isolate;
}
/* 2.3.12 — sticky voting action header.
   Keeps search, remaining votes and submission visible throughout long lists. */
.admin-bar .ndv-toolbar{top:32px}
@media(max-width:782px){.admin-bar .ndv-toolbar{top:46px}}
@supports(padding-top:env(safe-area-inset-top)){
  @media(max-width:1100px){body:not(.admin-bar) .ndv-toolbar{top:env(safe-area-inset-top)}}
}

.ndv-status{display:flex;align-items:center;gap:24px;min-width:0;flex:0 1 auto}
.ndv-destination-icon{display:flex;align-self:stretch;align-items:center;justify-content:center;flex:0 0 210px;width:210px;min-height:104px;margin:-22px -24px -22px -26px;overflow:visible;background:transparent}
.ndv-destination-icon[hidden]{display:none!important}
.ndv-destination-icon img{display:block;width:auto;height:auto;max-width:82%;max-height:86%;min-height:0;padding:0;box-sizing:border-box;object-fit:contain;object-position:50% 50%;background:transparent}
.ndv-divider{width:1px;height:66px;background:rgba(255,255,255,.24);flex:0 0 1px}
.ndv-destination-icon[hidden]+.ndv-divider{display:none}
.ndv-weekblock,.ndv-remainblock{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:max-content;text-align:center}
.ndv-toolbar em{display:block;color:var(--gold);font-style:normal;font-size:15px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.045em}
.ndv-week-number{margin-top:7px;color:#fff;font-size:52px;line-height:.88;font-weight:800;letter-spacing:-.045em}
.ndv-counter{margin-top:8px;color:#fff;font-size:43px;line-height:.9;font-weight:750;letter-spacing:-.035em}
.ndv-counter strong{font-size:inherit;color:#fff}
.ndv-msg{position:static;display:flex;align-items:center;justify-content:center;flex:1 1 260px;min-width:180px;min-height:66px;padding:0 20px;box-sizing:border-box;color:var(--gold);font-size:21px;font-weight:500;line-height:1.25;text-align:center}
.ndv-toolbar.is-complete .ndv-status{width:100%;flex:1 1 100%}
.ndv-toolbar.is-complete .ndv-msg{flex:1 1 auto}

.ndv-tools{display:flex;gap:18px;align-items:center;justify-content:flex-end;min-width:0;flex:1 1 auto}
.ndv-searchwrap{position:relative;display:flex;flex-direction:column;align-items:stretch;flex:0 1 360px;min-width:230px}
.ndv-searchwrap:before{content:"";position:absolute;left:17px;top:25px;width:15px;height:15px;border:2px solid var(--gold);border-radius:50%;transform:translateY(-58%);pointer-events:none}
.ndv-searchwrap:after{content:"";position:absolute;left:30px;top:29px;width:7px;height:2px;background:var(--gold);transform:rotate(45deg);transform-origin:left center;pointer-events:none}
.ndv-search{width:100%;height:50px;padding:12px 42px 12px 49px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:7px!important;background:#080b10!important;color:#fff!important;font-family:inherit!important;font-size:16px!important;font-weight:500!important;line-height:1.2!important;box-shadow:none!important;outline:none!important}
.ndv-search:focus{border-color:rgba(214,159,61,.72)!important;box-shadow:0 0 0 3px rgba(214,159,61,.09)!important}
.ndv-search::placeholder{color:rgba(255,255,255,.62)}
.ndv-searchmeta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;margin-top:9px;text-align:center;line-height:1.25}
.ndv-airtime{color:#fff;font-size:14px;font-weight:500;letter-spacing:.01em}
.ndv-hosted{color:#fff;font-size:14px;font-weight:500;letter-spacing:.01em}
.ndv-hosted strong{color:var(--gold);font-weight:700}
.ndv-clear{position:absolute;right:12px;top:25px;transform:translateY(-50%);border:0;background:none;color:#fff;font-size:20px;cursor:pointer}
.ndv-results{font-size:14px;color:var(--muted);white-space:nowrap}
.ndv-submit{min-height:50px;padding:0 26px;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#242930;color:#fff;font-size:15px;font-weight:800;letter-spacing:.035em;text-transform:uppercase;cursor:pointer;white-space:nowrap;box-shadow:none;transition:.18s ease}
.ndv-submit:hover:not(:disabled){background:#313741;border-color:rgba(255,255,255,.2)}
.ndv-submit:disabled{opacity:.38;cursor:not-allowed}

.ndv-track-scroll{overflow:visible;padding:0 0 30px;margin-top:0}
.ndv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}
.ndv-card{position:relative;display:grid;grid-template-columns:132px minmax(0,1fr) 30px;align-items:center;gap:28px;min-height:150px;padding:14px 20px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:linear-gradient(135deg,#121820 0%,#0b1016 100%);cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;overflow:hidden}
.ndv-card:hover{transform:translateY(-1px);border-color:rgba(214,159,61,.55);box-shadow:0 12px 30px rgba(0,0,0,.22)}
.ndv-card.is-selected{border-color:var(--gold);background:linear-gradient(135deg,rgba(214,159,61,.16) 0%,#0b1016 72%);box-shadow:0 0 0 1px var(--gold),0 12px 30px rgba(0,0,0,.27),0 0 26px rgba(214,159,61,.08)}
.ndv-card>input{position:absolute;opacity:0;pointer-events:none}
.ndv-art{width:132px;height:132px;border-radius:9px;overflow:hidden;background:linear-gradient(135deg,#272d37,#11161d);box-shadow:0 8px 18px rgba(0,0,0,.22)}
.ndv-art img{width:100%;height:100%;object-fit:cover;display:block}
.ndv-copy{display:flex;min-width:0;flex-direction:column;justify-content:center}
.ndv-artist{font-size:26px;line-height:1.05;font-weight:800;letter-spacing:0;text-transform:none;color:#fff;white-space:normal;overflow-wrap:anywhere}
.ndv-title{margin-top:12px;font-size:22px;line-height:1.15;font-weight:500;color:var(--gold)}
.ndv-version{margin-top:8px;font-size:16px;line-height:1.25;color:rgba(255,255,255,.55)}
.ndv-check{display:grid;place-items:center;width:28px;height:28px;border:2px solid rgba(255,255,255,.48);border-radius:7px;background:rgba(255,255,255,.025);color:transparent;font-size:16px;line-height:1;font-weight:900;box-sizing:border-box;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}
.ndv-card:hover .ndv-check{border-color:rgba(255,255,255,.72)}
.is-selected .ndv-check{background:var(--gold);border-color:var(--gold);color:#111;transform:scale(1.04)}
.ndv-hp{position:absolute!important;left:-9999px!important}.ndv-empty,.ndv-noresults{padding:30px;text-align:center;opacity:.72}.ndv-card[hidden]{display:none!important}

@media(max-width:1250px){.ndv-toolbar{gap:22px}.ndv-status{gap:18px}.ndv-week-number{font-size:46px}.ndv-counter{font-size:37px}.ndv-tools{gap:12px}.ndv-searchwrap{flex-basis:300px}.ndv-card{grid-template-columns:110px minmax(0,1fr) 28px;gap:22px;min-height:132px}.ndv-art{width:110px;height:110px}.ndv-artist{font-size:22px}.ndv-title{font-size:20px}}
@media(max-width:1000px){.ndv-toolbar{align-items:stretch;flex-direction:column}.ndv-tools{width:100%;justify-content:flex-start}.ndv-searchwrap{flex:1 1 auto}.ndv-grid{grid-template-columns:1fr}}
@media(max-width:700px){.ndv-searchmeta{margin-top:7px}.ndv-airtime,.ndv-hosted{font-size:13px}.ndv-toolbar{padding:15px 16px;margin-top:10px;margin-bottom:24px;gap:15px}.ndv-status{gap:12px;width:100%;overflow-x:auto}.ndv-destination-icon{flex-basis:112px;width:112px;min-height:80px;margin:-15px -12px -15px -16px}.ndv-destination-icon img{width:auto;height:auto;max-width:82%;max-height:84%;min-height:0;padding:0;box-sizing:border-box;object-fit:contain;object-position:50% 50%}.ndv-divider{height:50px}.ndv-toolbar em{font-size:11px}.ndv-week-number{font-size:35px}.ndv-counter{font-size:28px}.ndv-tools{display:grid;grid-template-columns:1fr auto}.ndv-searchwrap{grid-column:1/-1;min-width:0}.ndv-results{align-self:center}.ndv-submit{padding:0 16px}.ndv-card{grid-template-columns:72px minmax(0,1fr) 22px;gap:13px;min-height:94px;padding:10px 12px}.ndv-art{width:72px;height:72px}.ndv-artist{font-size:18px}.ndv-title{font-size:17px;margin-top:7px}.ndv-version{font-size:13px}.ndv-check{width:22px;height:22px;border-radius:6px;font-size:13px}}



/* Voting discovery filters */
.ndv-filters{display:flex!important;align-items:center;gap:8px;margin:-10px 0 22px;padding:0 2px;overflow-x:auto;scrollbar-width:none;position:relative;z-index:3}.ndv-filters::-webkit-scrollbar{display:none}.ndv-filter{appearance:none;flex:0 0 auto;min-height:36px;padding:0 14px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(12,16,22,.92);color:rgba(255,255,255,.8);font:800 11px/1 inherit;letter-spacing:.045em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:.16s ease}.ndv-filter span{margin-left:6px;color:rgba(255,255,255,.44);font-size:10px}.ndv-filter:hover{border-color:rgba(242,175,13,.65);color:#fff}.ndv-filter.is-active{border-color:#f2af0d;background:#f2af0d;color:#111}.ndv-filter.is-active span{color:rgba(17,17,17,.58)}.ndv-badges{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 7px}.ndv-badges:empty{display:none}.ndv-badges>span{display:inline-flex;align-items:center;min-height:19px;padding:0 7px;border:1px solid rgba(242,175,13,.52);border-radius:999px;background:rgba(242,175,13,.10);color:#f2af0d;font-size:9px;font-weight:850;line-height:1;letter-spacing:.055em;text-transform:uppercase}.ndv-card[hidden]{display:none!important}@media(max-width:700px){.ndv-filters{margin:-5px 0 17px;padding:0}.ndv-filter{min-height:32px;padding:0 11px;font-size:10px}.ndv-badges{margin-bottom:5px}}

/* Public discovery ribbon: always visible in the voting toolbar. */
.ndv-toolbar>.ndv-filters{width:100%;margin:2px 0 0;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}
.ndv-filter.is-empty,.ndv-filter:disabled{opacity:.38;cursor:not-allowed;filter:saturate(.35)}
.ndv-filter.is-empty:hover,.ndv-filter:disabled:hover{border-color:rgba(255,255,255,.16);color:rgba(255,255,255,.8)}
@media(max-width:1100px), (hover:none) and (pointer:coarse){html body .ndv-mobile-v2 .ndv-toolbar>.ndv-filters{display:flex!important;width:100%!important;max-width:100%!important;margin:1px 0 0!important;padding:9px 0 0!important;border-top:1px solid rgba(255,255,255,.09)!important;overflow-x:auto!important;overflow-y:hidden!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important;scroll-snap-type:x proximity!important}html body .ndv-mobile-v2 .ndv-toolbar>.ndv-filters .ndv-filter{scroll-snap-align:start!important}}


/* 1.9.82 — authoritative public voting filter ribbon */
html body .ndv-mobile-v2 .ndv-toolbar > .ndv-filters{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  margin:4px 0 0!important;
  padding:14px 0 0!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch!important;
}
html body .ndv-mobile-v2 .ndv-toolbar > .ndv-filters::-webkit-scrollbar{display:none!important}
html body .ndv-mobile-v2 .ndv-filter{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  flex:0 0 auto!important;
  min-width:0!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 20px!important;
  border:1px solid rgba(255,255,255,.25)!important;
  border-radius:12px!important;
  background:#0d1117!important;
  background-image:none!important;
  box-shadow:none!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:14px!important;
  font-weight:850!important;
  line-height:1!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  text-shadow:none!important;
  cursor:pointer!important;
  opacity:1!important;
  white-space:nowrap!important;
}
html body .ndv-mobile-v2 .ndv-filter > span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:24px!important;
  height:24px!important;
  margin:0!important;
  padding:0 7px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.10)!important;
  color:#f2af0d!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
}
html body .ndv-mobile-v2 .ndv-filter:hover,
html body .ndv-mobile-v2 .ndv-filter:focus-visible{
  border-color:#f2af0d!important;
  color:#fff!important;
  outline:none!important;
}
html body .ndv-mobile-v2 .ndv-filter.is-active{
  border-color:#f2af0d!important;
  background:#15120a!important;
  box-shadow:inset 0 0 0 1px rgba(242,175,13,.22)!important;
  color:#f2af0d!important;
}
html body .ndv-mobile-v2 .ndv-filter.is-active > span{
  background:#f2af0d!important;
  color:#0a0c0f!important;
}
html body .ndv-mobile-v2 .ndv-filter.is-empty,
html body .ndv-mobile-v2 .ndv-filter:disabled{
  border-color:rgba(255,255,255,.10)!important;
  background:#0b0e13!important;
  color:rgba(255,255,255,.34)!important;
  cursor:not-allowed!important;
  opacity:.58!important;
}
html body .ndv-mobile-v2 .ndv-filter.is-empty > span,
html body .ndv-mobile-v2 .ndv-filter:disabled > span{
  background:rgba(255,255,255,.05)!important;
  color:rgba(255,255,255,.30)!important;
}
html body .ndv-mobile-v2 .ndv-card[hidden],
html body .ndv-mobile-v2 .ndv-card[aria-hidden="true"]{display:none!important}
@media(max-width:700px){
  html body .ndv-mobile-v2 .ndv-toolbar > .ndv-filters{gap:8px!important;padding-top:10px!important}
  html body .ndv-mobile-v2 .ndv-filter{min-height:38px!important;padding:0 13px!important;border-radius:9px!important;font-size:11px!important}
  html body .ndv-mobile-v2 .ndv-filter > span{min-width:20px!important;height:20px!important;padding:0 6px!important;font-size:10px!important}
}


/* 1.9.87 — desktop discovery filters in their own full-width ribbon below the voting header */
.ndv-filterbar{
  width:100%;
  margin:-1px 0 18px;
  padding:13px 24px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:0 0 12px 12px;
  background:rgba(6,9,13,.96);
  box-sizing:border-box;
  overflow:hidden;
}
.ndv-toolbar + .ndv-filterbar{border-top-color:rgba(255,255,255,.08)}
.ndv-filterbar .ndv-filters{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:12px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch!important;
}
.ndv-filterbar .ndv-filters::-webkit-scrollbar{display:none!important}
.ndv-filterbar .ndv-filter{
  min-height:46px!important;
  padding:0 18px!important;
  border-radius:10px!important;
}
@media(min-width:1001px){
  .ndv-toolbar{margin-bottom:0!important;border-radius:12px 12px 0 0!important}
}
@media(max-width:1000px){
  .ndv-filterbar{margin:0 0 16px;padding:10px 12px;border-radius:10px}
  .ndv-filterbar .ndv-filter{min-height:38px!important;padding:0 13px!important;border-radius:9px!important;font-size:11px!important}
  .ndv-filterbar .ndv-filter>span{min-width:20px!important;height:20px!important;padding:0 6px!important;font-size:10px!important}
}

/* 1.9.88 — keep each public voting row in document order.
   Some live-theme form rules turn the voting form into a flex/grid row, which
   pulls the filter ribbon alongside the header. Reset that layout here. */
html body .ndv-mobile-v2 > .ndv-form{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  clear:both!important;
  grid-template-columns:none!important;
  grid-template-rows:none!important;
  grid-auto-flow:row!important;
}
html body .ndv-mobile-v2 > .ndv-form > .ndv-toolbar,
html body .ndv-mobile-v2 > .ndv-form > .ndv-filterbar,
html body .ndv-mobile-v2 > .ndv-form > .ndv-track-scroll{
  display:block!important;
  position:relative!important;
  float:none!important;
  clear:both!important;
  width:100%!important;
  max-width:100%!important;
  grid-column:1 / -1!important;
  box-sizing:border-box!important;
}
html body .ndv-mobile-v2 > .ndv-form > .ndv-toolbar{
  display:flex!important;
}
html body .ndv-mobile-v2 > .ndv-form > .ndv-filterbar{
  order:initial!important;
  inset:auto!important;
  transform:none!important;
}
html body .ndv-mobile-v2 > .ndv-form > .ndv-track-scroll{
  margin-top:0!important;
}

/* 1.9.89 — mock-up matched discovery ribbon */
html body .ndv-mobile-v2 > .ndv-form > .ndv-filterbar{
  display:flex!important;
  align-items:center!important;
  gap:22px!important;
  min-height:76px!important;
  margin:0 0 14px!important;
  padding:12px 24px!important;
  border-width:0 0 1px!important;
  border-color:rgba(255,255,255,.15)!important;
  border-radius:0!important;
  background:#05070a!important;
  box-shadow:none!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filters{
  flex:1 1 auto!important;
  gap:12px!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter{
  gap:9px!important;
  min-height:46px!important;
  padding:0 18px!important;
  border:1px solid rgba(255,255,255,.25)!important;
  border-radius:10px!important;
  background:#0b0e13!important;
  color:#f7f7f7!important;
  font-size:14px!important;
  font-weight:850!important;
  letter-spacing:.025em!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter>b{font:inherit!important;color:inherit!important}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter>i{
  display:none!important;
  width:20px!important;
  text-align:center!important;
  font-style:normal!important;
  font-size:19px!important;
  line-height:1!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="trending"]>i,
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="push-top"]>i,
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="former-one"]>i{display:inline-block!important}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="trending"]>i:before{content:"🔥"}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="push-top"]>i:before{content:"↟";color:#ee3e53;font-weight:900}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="former-one"]>i:before{content:"♛";color:#b95cff}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter>span{
  min-width:22px!important;
  height:22px!important;
  padding:0 6px!important;
  background:rgba(255,255,255,.08)!important;
  color:#f2af0d!important;
  font-size:11px!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter.is-active{
  border-color:#f2af0d!important;
  background:#101114!important;
  color:#f2af0d!important;
  box-shadow:inset 0 0 0 1px rgba(242,175,13,.10)!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter.is-active>span{background:rgba(242,175,13,.12)!important;color:#f2af0d!important}
html body .ndv-mobile-v2 .ndv-reset-filters{
  appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  flex:0 0 auto!important;
  margin-left:auto!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.62)!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
}
html body .ndv-mobile-v2 .ndv-reset-filters>i{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:50%!important;
  color:rgba(255,255,255,.72)!important;
  font-size:24px!important;
  font-style:normal!important;
  font-weight:300!important;
  line-height:1!important;
}
html body .ndv-mobile-v2 .ndv-reset-filters:hover{color:#fff!important}
html body .ndv-mobile-v2 .ndv-reset-filters:hover>i{border-color:#f2af0d!important;color:#f2af0d!important}
@media(max-width:900px){
  html body .ndv-mobile-v2 > .ndv-form > .ndv-filterbar{gap:12px!important;padding:10px 12px!important;overflow:hidden!important}
  html body .ndv-mobile-v2 .ndv-reset-filters>span{display:none!important}
  html body .ndv-mobile-v2 .ndv-reset-filters>i{width:32px!important;height:32px!important}
}


/* 1.9.90 — vivid, centred discovery icons + clean voting cards */
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter>i{
  flex:0 0 26px!important;
  width:26px!important;
  height:26px!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  opacity:1!important;
  filter:none!important;
  font-size:24px!important;
  line-height:26px!important;
  vertical-align:middle!important;
  transform:none!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="trending"]>i,
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="push-top"]>i,
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="former-one"]>i{
  display:inline-flex!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter>i:before{
  display:block!important;
  width:100%!important;
  margin:0!important;
  text-align:center!important;
  line-height:1!important;
  opacity:1!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="trending"]>i:before{
  content:"🔥"!important;
  font-size:25px!important;
  filter:saturate(1.35) brightness(1.15)!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="push-top"]>i:before{
  content:"↟"!important;
  color:#ff4058!important;
  font-size:28px!important;
  font-weight:1000!important;
  text-shadow:0 0 8px rgba(255,64,88,.72)!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="former-one"]>i:before{
  content:"♛"!important;
  color:#d768ff!important;
  font-size:27px!important;
  font-weight:900!important;
  text-shadow:0 0 9px rgba(215,104,255,.72)!important;
}
html body .ndv-mobile-v2 .ndv-card .ndv-badges,
html body .ndv-mobile-v2 .ndv-card .ndv-version{
  display:none!important;
}


/* 1.9.91 — true centre alignment + editable custom chart icons */
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter>i{
  position:relative!important;
  inset:auto!important;
  align-self:center!important;
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  line-height:0!important;
  overflow:visible!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter>i>img{
  display:block!important;
  width:32px!important;
  height:32px!important;
  max-width:none!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  filter:saturate(1.18) brightness(1.08) drop-shadow(0 0 7px rgba(255,255,255,.18))!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter>i:has(img):before{content:none!important;display:none!important}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter>i:not(:has(img)):before{
  position:absolute!important;
  inset:50% auto auto 50%!important;
  width:auto!important;
  transform:translate(-50%,-50%)!important;
  line-height:1!important;
}

/* 1.9.92 — coloured discovery counters */
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter>span{
  min-width:30px!important;
  height:30px!important;
  padding:0 8px!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:30px!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="push-top"]>span,
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="push-top"].is-active>span{
  background:#ee334e!important;
  color:#fff!important;
  box-shadow:0 0 12px rgba(238,51,78,.30)!important;
}
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="former-one"]>span,
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="former-one"].is-active>span{
  background:#8f2bd6!important;
  color:#fff!important;
  box-shadow:0 0 12px rgba(143,43,214,.30)!important;
}


/* 1.9.94 — Trending counter colour parity */
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="trending"]>span,
html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter[data-filter="trending"].is-active>span{
  background:#f2af0d!important;
  color:#fff!important;
  box-shadow:0 0 12px rgba(242,175,13,.34)!important;
}

/* 2.3.8 — native, single-path voting interaction.
   A real checkbox covers the card. There are no card click handlers, no label
   emulation and no live DOM refresh while a voter is making selections. */
html body .ndv-mobile-v2 .ndv-card,
html body .ndv-mobile-v2 .ndv-card:hover,
html body .ndv-mobile-v2 .ndv-card:focus,
html body .ndv-mobile-v2 .ndv-card:focus-within,
html body .ndv-mobile-v2 .ndv-card:active,
html body .ndv-mobile-v2 .ndv-card.is-selected{
  position:relative!important;
  transform:none!important;
  translate:none!important;
  scale:none!important;
  animation:none!important;
  transition:none!important;
  filter:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  cursor:pointer!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:transparent!important;
  user-select:none!important;
}
html body .ndv-mobile-v2 .ndv-card:hover{box-shadow:none!important}
html body .ndv-mobile-v2 .ndv-card:focus-within{outline:2px solid #f2af0d!important;outline-offset:2px!important}
html body .ndv-mobile-v2 .ndv-card:before,
html body .ndv-mobile-v2 .ndv-card:after,
html body .ndv-mobile-v2 .ndv-card *:before,
html body .ndv-mobile-v2 .ndv-card *:after{pointer-events:none!important;animation:none!important;transition:none!important;transform:none!important}
html body .ndv-mobile-v2 .ndv-card > input[type="checkbox"][name="tracks[]"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:absolute!important;
  inset:0!important;
  z-index:20!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:inherit!important;
  background:transparent!important;
  box-shadow:none!important;
  opacity:0!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
}
html body .ndv-mobile-v2 .ndv-card > :not(input[type="checkbox"]){pointer-events:none!important}
html body .ndv-mobile-v2 .ndv-card .ndv-check,
html body .ndv-mobile-v2 .ndv-card:hover .ndv-check,
html body .ndv-mobile-v2 .ndv-card.is-selected .ndv-check{transform:none!important;animation:none!important;transition:none!important}
html body .ndv-mobile-v2 .ndv-submit,
html body .ndv-mobile-v2 .ndv-submit:hover,
html body .ndv-mobile-v2 .ndv-submit:active{transform:none!important;animation:none!important;transition:none!important;touch-action:manipulation!important}

/* 2.3.13 — compact voting controls + JS fixed fallback for builders/Safari. */
.ndv-toolbar{min-height:108px;margin:18px 0 16px;padding:14px 18px;gap:22px;border-radius:12px}
.ndv-status{gap:16px}
.ndv-destination-icon{flex-basis:150px;width:150px;min-height:78px;margin:-14px -12px -14px -18px}
.ndv-divider{height:52px}
.ndv-toolbar em{font-size:12px}
.ndv-week-number{font-size:40px;margin-top:5px}
.ndv-counter{font-size:34px;margin-top:6px}
.ndv-search{height:44px;font-size:14px!important}
.ndv-searchwrap:before{top:22px}.ndv-searchwrap:after{top:26px}.ndv-clear{top:22px}
.ndv-searchmeta{display:none}
.ndv-submit{min-height:44px;padding:0 20px;font-size:13px}
.ndv-filterbar{position:relative;z-index:4}

.ndv-toolbar.ndv-is-fixed{position:fixed!important;z-index:100000!important;margin:0!important;min-height:72px!important;padding:9px 14px!important;border-radius:0 0 12px 12px!important;box-shadow:0 12px 35px rgba(0,0,0,.58)!important}
.ndv-toolbar.ndv-is-fixed .ndv-destination-icon{display:none!important}
.ndv-toolbar.ndv-is-fixed .ndv-destination-icon + .ndv-divider{display:none!important}
.ndv-toolbar.ndv-is-fixed .ndv-divider{height:38px!important}
.ndv-toolbar.ndv-is-fixed .ndv-status{gap:12px!important}
.ndv-toolbar.ndv-is-fixed em{font-size:9px!important}
.ndv-toolbar.ndv-is-fixed .ndv-week-number{font-size:27px!important;margin-top:3px!important}
.ndv-toolbar.ndv-is-fixed .ndv-counter{font-size:25px!important;margin-top:3px!important}
.ndv-toolbar.ndv-is-fixed .ndv-search{height:40px!important}
.ndv-toolbar.ndv-is-fixed .ndv-searchwrap:before{top:20px!important}
.ndv-toolbar.ndv-is-fixed .ndv-searchwrap:after{top:24px!important}
.ndv-toolbar.ndv-is-fixed .ndv-clear{top:20px!important}
.ndv-toolbar.ndv-is-fixed .ndv-submit{min-height:40px!important;height:40px!important}
.ndv-sticky-placeholder{display:none;width:100%}
.ndv-sticky-placeholder.is-active{display:block}
@media(max-width:700px){
 .ndv-toolbar.ndv-is-fixed{gap:7px!important;padding:7px 9px!important;border-radius:0!important}
 .ndv-toolbar.ndv-is-fixed .ndv-status{display:none!important}
 .ndv-toolbar.ndv-is-fixed .ndv-tools{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:7px!important}
 .ndv-toolbar.ndv-is-fixed .ndv-searchwrap{grid-column:1!important;grid-row:1!important}
 .ndv-toolbar.ndv-is-fixed .ndv-submit{grid-column:2!important;grid-row:1!important;max-width:48vw!important}
}


/* 2.3.14 — corrected desktop placement, stronger sticky bar and decisive vote state. */
@media(min-width:1001px){
  .ndv-toolbar{
    min-height:132px!important;
    margin:34px 0 0!important;
    padding:20px 24px!important;
    gap:28px!important;
    border-radius:12px 12px 0 0!important;
  }
  .ndv-destination-icon{
    flex-basis:172px!important;
    width:172px!important;
    min-height:94px!important;
    margin:-20px -12px -20px -24px!important;
  }
  .ndv-divider{height:62px!important}
  .ndv-toolbar em{font-size:13px!important}
  .ndv-week-number{font-size:46px!important;margin-top:6px!important}
  .ndv-counter{font-size:39px!important;margin-top:7px!important}
  .ndv-search{height:50px!important;font-size:15px!important}
  .ndv-searchwrap:before{top:25px!important}
  .ndv-searchwrap:after{top:29px!important}
  .ndv-clear{top:25px!important}
  .ndv-submit{min-height:52px!important;height:52px!important;padding:0 24px!important;font-size:14px!important}
  .ndv-filterbar{margin:0 0 18px!important}

  .ndv-toolbar.ndv-is-fixed{
    min-height:94px!important;
    padding:13px 20px!important;
    gap:22px!important;
    border-radius:0 0 14px 14px!important;
  }
  .ndv-toolbar.ndv-is-fixed .ndv-status{gap:16px!important}
  .ndv-toolbar.ndv-is-fixed .ndv-divider{height:48px!important}
  .ndv-toolbar.ndv-is-fixed em{font-size:11px!important}
  .ndv-toolbar.ndv-is-fixed .ndv-week-number{font-size:34px!important;margin-top:4px!important}
  .ndv-toolbar.ndv-is-fixed .ndv-counter{font-size:31px!important;margin-top:4px!important}
  .ndv-toolbar.ndv-is-fixed .ndv-search{height:46px!important}
  .ndv-toolbar.ndv-is-fixed .ndv-searchwrap:before{top:23px!important}
  .ndv-toolbar.ndv-is-fixed .ndv-searchwrap:after{top:27px!important}
  .ndv-toolbar.ndv-is-fixed .ndv-clear{top:23px!important}
  .ndv-toolbar.ndv-is-fixed .ndv-submit{min-height:46px!important;height:46px!important;padding:0 22px!important}
}

.ndv-submit.is-ready:not(:disabled),
html body .ndv-mobile-v2 .ndv-submit.is-ready:not(:disabled){
  background:var(--gold)!important;
  border-color:var(--gold)!important;
  color:#090b0e!important;
  opacity:1!important;
  box-shadow:0 0 0 1px rgba(242,175,13,.18),0 8px 22px rgba(0,0,0,.22)!important;
}
.ndv-submit.is-ready:not(:disabled):hover,
html body .ndv-mobile-v2 .ndv-submit.is-ready:not(:disabled):hover{
  background:#f2b821!important;
  border-color:#f2b821!important;
  color:#090b0e!important;
}
.ndv-toolbar.is-complete .ndv-tools{display:none!important}

/* 2.3.15 — keep the discovery filters fully below the desktop voting header. */
@media(min-width:1001px){
  html body .ndv-mobile-v2 > .ndv-form > .ndv-toolbar{
    margin-bottom:14px!important;
    border-radius:12px!important;
  }
  html body .ndv-mobile-v2 > .ndv-form > .ndv-filterbar{
    min-height:72px!important;
    margin:0 0 18px!important;
    padding:12px 24px!important;
    border:1px solid rgba(255,255,255,.13)!important;
    border-radius:10px!important;
    overflow:visible!important;
  }
  html body .ndv-mobile-v2 .ndv-filterbar .ndv-filters{
    align-items:center!important;
    min-height:46px!important;
    margin:0!important;
    transform:none!important;
  }
  html body .ndv-mobile-v2 .ndv-filterbar .ndv-filter{
    position:relative!important;
    top:auto!important;
    margin:0!important;
    transform:none!important;
  }
}


/* 2.3.16 — structural separation of voting controls, filters and tracks. */
.ndv-voting-controls{
  display:block;
  width:100%;
  margin:0;
  padding:0;
  overflow:visible;
  position:relative;
  z-index:5;
}
.ndv-voting-controls > .ndv-toolbar{
  width:100%;
}
.ndv-form > .ndv-filterbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  width:100%;
  box-sizing:border-box;
  position:relative;
  z-index:3;
  clear:both;
}
.ndv-form > .ndv-track-scroll{
  position:relative;
  z-index:1;
  clear:both;
}
@media(min-width:1001px){
  html body .ndv-mobile-v2 > .ndv-form > .ndv-voting-controls{
    margin:34px 0 18px!important;
  }
  html body .ndv-mobile-v2 > .ndv-form > .ndv-voting-controls > .ndv-toolbar{
    margin:0!important;
    border-radius:12px!important;
  }
  html body .ndv-mobile-v2 > .ndv-form > .ndv-filterbar{
    min-height:58px!important;
    margin:0 0 16px!important;
    padding:8px 20px!important;
    border:1px solid rgba(255,255,255,.13)!important;
    border-radius:10px!important;
    background:rgba(7,10,14,.92)!important;
    overflow:visible!important;
  }
  html body .ndv-mobile-v2 > .ndv-form > .ndv-filterbar .ndv-filters{
    flex:1 1 auto!important;
    min-width:0!important;
    min-height:40px!important;
    margin:0!important;
    padding:0!important;
  }
  html body .ndv-mobile-v2 > .ndv-form > .ndv-filterbar .ndv-reset-filters{
    flex:0 0 auto!important;
    margin:0!important;
  }
}
@media(max-width:1000px){
  .ndv-voting-controls{margin:10px 0 12px}
  .ndv-voting-controls > .ndv-toolbar{margin:0!important}
  .ndv-form > .ndv-filterbar{margin:0 0 14px!important}
}


/* 2.3.17 — keep the live voting bar below the site navigation and increase its desktop height by 50%. */
@media(min-width:1001px){
  html body .ndv-toolbar.ndv-is-fixed{
    min-height:141px!important;
    padding:20px 28px!important;
    gap:28px!important;
  }
  html body .ndv-toolbar.ndv-is-fixed .ndv-status{gap:22px!important}
  html body .ndv-toolbar.ndv-is-fixed .ndv-divider{height:72px!important}
  html body .ndv-toolbar.ndv-is-fixed em{font-size:14px!important}
  html body .ndv-toolbar.ndv-is-fixed .ndv-week-number{font-size:45px!important;margin-top:5px!important}
  html body .ndv-toolbar.ndv-is-fixed .ndv-counter{font-size:42px!important;margin-top:5px!important}
  html body .ndv-toolbar.ndv-is-fixed .ndv-search{height:58px!important;font-size:16px!important}
  html body .ndv-toolbar.ndv-is-fixed .ndv-searchwrap:before{top:29px!important}
  html body .ndv-toolbar.ndv-is-fixed .ndv-searchwrap:after{top:33px!important}
  html body .ndv-toolbar.ndv-is-fixed .ndv-clear{top:29px!important}
  html body .ndv-toolbar.ndv-is-fixed .ndv-submit{min-height:58px!important;height:58px!important;padding:0 28px!important;font-size:15px!important}
}
