/* Official setlists-inspired Song Lab treatment */
.setlist-page-lab {
  position: relative;
  background:
    linear-gradient(180deg, rgba(55,42,24,.78), rgba(28,23,18,.9)),
    radial-gradient(circle at 18% 0%, rgba(255,220,150,.18), transparent 26rem),
    linear-gradient(135deg, rgba(12,14,21,.8), rgba(57,43,28,.78));
  border-color: rgba(238, 210, 157, .22);
  box-shadow: 0 34px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.12);
  overflow: visible;
}
.setlist-page-lab::before,
.setlist-page-lab::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 7.6rem;
  height: 2.1rem;
  background: linear-gradient(90deg, rgba(225,203,158,.44), rgba(255,243,209,.62), rgba(201,175,128,.38));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 12px 25px rgba(0,0,0,.18);
  opacity: .72;
  pointer-events: none;
}
.setlist-page-lab::before { left: 3rem; top: -1rem; transform: rotate(-4deg); }
.setlist-page-lab::after { right: 3.4rem; top: -1rem; transform: rotate(5deg); }
.setlist-page-lab .card-heading h2 { color: #fff6dd; text-shadow: 0 2px 16px rgba(0,0,0,.24); }
.setlist-page-lab .muted { color: rgba(255,246,221,.78); }
.setlist-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: -.25rem 0 1rem;
  padding: .75rem;
  border-radius: 18px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(238,210,157,.18);
}
.setlist-filter-row span,
.setlist-filter-row button {
  padding: .42rem .7rem;
  border-radius: 999px;
  background: rgba(240,219,177,.16);
  color: #ffe7b2;
  font-size: .76rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.setlist-page-lab .spotlight-card,
.setlist-page-lab .table-wrap {
  background:
    linear-gradient(180deg, rgba(255,246,224,.96), rgba(235,211,171,.96)),
    repeating-linear-gradient(0deg, rgba(90,57,25,.06) 0 1px, transparent 1px 31px);
  color: #2d2419;
  border: 1px solid rgba(94,64,34,.35);
  box-shadow: 0 24px 55px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.5);
}
.setlist-page-lab .spotlight-card .eyebrow { color: #7a451b; }
.setlist-page-lab .spotlight-card .muted { color: #6c5a43; }
.setlist-page-lab .spotlight-card h3 { color: #22180e; }
.setlist-page-lab .spotlight-metric div {
  background: rgba(123,82,38,.08);
  border-color: rgba(123,82,38,.2);
}
.setlist-page-lab .spotlight-metric span { color: #6c5a43; }
.setlist-page-lab table {
  min-width: 760px;
  background: transparent;
  color: #2d2419;
}
.setlist-page-lab th {
  color: #3b2c1b;
  background: linear-gradient(180deg, #e1c89b, #cba870);
  border-bottom: 1px solid rgba(67,45,24,.25);
}
.setlist-page-lab td {
  border-bottom: 1px dashed rgba(87,57,29,.24);
}
.setlist-page-lab tbody tr:hover,
.setlist-page-lab tbody tr.selected {
  background: rgba(132,78,31,.12);
}
.setlist-page-lab .badge {
  background: rgba(255,255,255,.45);
  color: #5f4526;
  border-color: rgba(95,69,38,.22);
}
.setlist-page-lab .badge.hot {
  color: #24170a;
  background: linear-gradient(135deg, #d99136, #f6c76d);
}
.venue-cell {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  min-width: 210px;
}
.venue-mini-chip,
.venue-more,
.venue-empty {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  padding: .3rem .5rem;
  border-radius: 999px;
  background: rgba(86,58,31,.09);
  border: 1px solid rgba(86,58,31,.16);
  color: #3b2c1b;
  font-size: .72rem;
  font-weight: 750;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.venue-mini-chip em { color: #7c592c; font-size: .68rem; font-style: normal; }
.venue-more { background: rgba(217,145,54,.16); }
.venue-empty { color: #796a56; font-weight: 650; }
.venue-empty.big { width: 100%; justify-content: center; padding: .75rem; border-radius: 16px; }
.spotlight-venues {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed rgba(87,57,29,.25);
}
.spotlight-venues h4 {
  margin: 0 0 .65rem;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #7a451b;
}
.venue-chip-list {
  display: grid;
  gap: .45rem;
  padding-right: .25rem;
}
.venue-chip {
  display: grid;
  gap: .12rem;
  padding: .58rem .65rem;
  border-radius: 14px;
  background: rgba(255,255,255,.38);
  border: 1px solid rgba(86,58,31,.16);
}
.venue-chip strong { color: #2d2419; font-size: .86rem; }
.venue-chip small { color: #6c5a43; font-size: .75rem; }
.setlist-page-lab .momentum-meter { background: rgba(86,58,31,.14); }
.setlist-page-lab .momentum-meter i { background: linear-gradient(90deg, #8b5724, #d99136); }
.setlist-page-lab .sparkline path { stroke: #8b5724; }
.setlist-page-lab .sparkline circle { fill: #d99136; }
body.light .setlist-page-lab { background: linear-gradient(180deg, rgba(243,225,190,.85), rgba(220,196,156,.88)); }
@media (max-width: 840px) {
  .setlist-page-lab table { min-width: 680px; }
  .venue-cell { min-width: 180px; }
}


/* Song Lab dark dashboard reset + DMB/Dave & Tim separation styling */
.explorer .setlist-filter-row {
  margin: -.15rem 0 1rem;
  padding: .75rem;
  background: rgba(255,255,255,.035);
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}
.explorer .setlist-filter-row span,
.setlist-filter-row button {
  background: rgba(255,255,255,.07);
  color: var(--text);
  border: 1px solid var(--line);
}
#daveTimSplitPill {
  color: var(--accent-2);
  border-color: rgba(73,215,255,.28);
}
.setlist-filter-row button {
  cursor: pointer;
  font-family: inherit;
}
.setlist-filter-row button:hover,
.setlist-filter-row button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(105,168,255,.48);
  background: rgba(105,168,255,.14);
  outline: none;
}
.setlist-filter-row button.active,
.setlist-filter-row button[aria-pressed="true"] {
  color: #071020;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-color: transparent;
}
.explorer .venue-mini-chip,
.explorer .venue-more,
.explorer .venue-empty {
  background: rgba(255,255,255,.07);
  border-color: var(--line);
  color: var(--text);
}
.explorer .venue-mini-chip em { color: var(--muted); }
.explorer .venue-more { color: var(--accent-2); }
.explorer .venue-empty { color: var(--muted); }
.explorer .venue-empty.big {
  background: rgba(255,255,255,.055);
  border-color: var(--line);
}
.explorer .spotlight-venues {
  border-top-color: var(--line);
}
.explorer .spotlight-venues h4 {
  color: var(--accent);
}
.explorer .venue-chip {
  background: rgba(255,255,255,.055);
  border-color: var(--line);
}
.explorer .venue-chip strong { color: var(--text); }
.explorer .venue-chip small { color: var(--muted); }
.explorer table { min-width: 760px; }
.explorer th { background: var(--panel-strong); color: var(--muted); }
.explorer td { border-bottom: 1px solid var(--line); }
.explorer tbody tr:hover,
.explorer tbody tr.selected { background: rgba(255,189,89,.08); }
.explorer.lab-fullscreen .setlist-filter-row,
.explorer:fullscreen .setlist-filter-row { margin-bottom: .75rem; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}


/* Polished restoration overrides */
.hero-copy {
  isolation: isolate;
}
.hero-copy::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255,255,255,.10), transparent 26%, rgba(73,215,255,.07) 62%, transparent),
    radial-gradient(circle at 24% 18%, rgba(255,189,89,.18), transparent 20rem);
  pointer-events: none;
  z-index: 0;
}
.hero-copy > * { position: relative; z-index: 1; }
.hero h1 {
  background: linear-gradient(135deg, #fff7df 0%, var(--accent) 38%, var(--accent-2) 75%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 24px 80px rgba(255, 189, 89, .14);
}
.hero-kicker { text-shadow: 0 10px 35px rgba(0,0,0,.25); }
.glass-card, .chart-card, .explorer {
  box-shadow: 0 26px 76px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.06);
}
.chart-card:hover, .stat-card:hover, .country-tile:hover, .setlist-item:hover {
  transform: translateY(-2px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
  border-color: rgba(255,255,255,.19);
}
.readable-song-list {
  display: grid;
  gap: .78rem;
  min-height: 430px;
  max-height: 430px;
  overflow-y: auto;
  padding: .2rem .25rem .2rem 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 189, 89, .8) rgba(255,255,255,.08);
}
.readable-song-list::-webkit-scrollbar { width: 10px; }
.readable-song-list::-webkit-scrollbar-track { background: rgba(255,255,255,.08); border-radius: 999px; }
.readable-song-list::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--accent), var(--accent-2)); border-radius: 999px; }
.song-bar-row {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: .38rem .75rem;
  padding: .82rem .9rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.085), rgba(255,255,255,.028)),
    radial-gradient(circle at top right, rgba(255,189,89,.10), transparent 12rem);
}
.song-bar-row:nth-child(even) {
  background:
    linear-gradient(135deg, rgba(255,255,255,.072), rgba(255,255,255,.022)),
    radial-gradient(circle at top right, rgba(73,215,255,.10), transparent 12rem);
}
.song-rank {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: .85rem;
  color: #17120b;
  background: linear-gradient(135deg, var(--accent), #ffe4ac);
  font-weight: 950;
  font-size: .9rem;
  box-shadow: 0 10px 20px rgba(255,189,89,.18);
}
.song-title {
  color: var(--text);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  font-weight: 850;
  letter-spacing: -.025em;
  white-space: normal;
  line-height: 1.15;
}
.song-count {
  justify-self: end;
  padding: .42rem .65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255,255,255,.07);
  font-size: .86rem;
  font-weight: 800;
  white-space: nowrap;
}
.song-progress {
  grid-column: 2 / 4;
  height: 9px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.09);
}
.song-progress i {
  display: block;
  height: 100%;
  width: var(--pct);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 20px rgba(73,215,255,.18);
}
body.light .hero h1 { text-shadow: none; }
body.light .song-rank { color: #21180d; }
@media (max-width: 840px) {
  .readable-song-list { min-height: 360px; max-height: 520px; }
  .song-bar-row { grid-template-columns: 2.4rem minmax(0, 1fr); }
  .song-count { grid-column: 2; justify-self: start; }
  .song-progress { grid-column: 1 / -1; }
}


/* DMBNerds final concert-poster glow-up */
:root {
  --earth: #a66a36;
  --clay: #7e342f;
  --moss: #385141;
  --moon: #ead8b8;
  --ink: #090807;
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(234,216,184,.18), transparent 18rem),
    radial-gradient(circle at 88% 6%, rgba(166,106,54,.22), transparent 20rem),
    radial-gradient(circle at 72% 78%, rgba(56,81,65,.24), transparent 28rem),
    linear-gradient(138deg, #080806 0%, #17120d 34%, #101a16 66%, #070812 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .18;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.14) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,.10) 0 1px, transparent 1px),
    linear-gradient(115deg, rgba(255,255,255,.06), transparent 28%, rgba(255,255,255,.035) 64%, transparent);
  background-size: 26px 26px, 34px 34px, 100% 100%;
  mix-blend-mode: screen;
}

.topbar {
  background:
    linear-gradient(180deg, rgba(10,8,6,.92), rgba(10,8,6,.68)),
    linear-gradient(90deg, rgba(166,106,54,.18), rgba(56,81,65,.12));
}

.brand-mark, .photo-logo .mark {
  background:
    radial-gradient(circle at 30% 26%, #fff2bd 0 10%, var(--moon) 20%, var(--accent) 54%, var(--moss) 100%);
}

.hero-copy {
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.035)),
    radial-gradient(circle at 18% 18%, rgba(234,216,184,.23), transparent 16rem),
    radial-gradient(circle at 82% 22%, rgba(166,106,54,.22), transparent 18rem),
    radial-gradient(circle at 72% 82%, rgba(56,81,65,.24), transparent 20rem),
    linear-gradient(160deg, rgba(42,31,20,.72), rgba(13,21,19,.78));
}

.hero-copy::after {
  background:
    repeating-radial-gradient(circle, rgba(234,216,184,.16) 0 1px, transparent 1px 14px),
    radial-gradient(circle, rgba(255,189,89,.16), transparent 62%);
}

.hero h1 {
  background: linear-gradient(135deg, #fff8df 0%, var(--moon) 22%, #ffbd59 48%, #b66f39 72%, #dfe9c8 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-photo {
  background:
    linear-gradient(180deg, rgba(5,8,18,.05), rgba(5,8,18,.52)),
    radial-gradient(circle at 20% 20%, rgba(234,216,184,.52), transparent 16%),
    radial-gradient(circle at 50% 18%, rgba(166,106,54,.68), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(56,81,65,.46), transparent 20%),
    linear-gradient(160deg, #272017 0%, #3b2a1a 28%, #16231e 70%, #080807 100%);
}

.stage-beam.one { background: linear-gradient(180deg, rgba(234,216,184,.58), rgba(234,216,184,0)); }
.stage-beam.two { background: linear-gradient(180deg, rgba(255,189,89,.56), rgba(255,189,89,0)); }
.stage-beam.three { background: linear-gradient(180deg, rgba(56,81,65,.58), rgba(56,81,65,0)); }

.photo-chip {
  background: rgba(234,216,184,.16);
  border-color: rgba(234,216,184,.24);
  color: #fff8df;
}







.next-show-card, .song-bar-row, .country-tile, .stat-card, .setlist-item {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 44px rgba(0,0,0,.16);
}

.lab-fullscreen-button {
  align-self: end;
  background: linear-gradient(135deg, rgba(234,216,184,.14), rgba(166,106,54,.16));
  border-color: rgba(234,216,184,.22);
  font-weight: 850;
}

.explorer.lab-fullscreen,
.explorer:fullscreen {
  width: 100vw;
  height: 100vh;
  max-width: none;
  margin: 0;
  padding: clamp(1.1rem, 2vw, 2rem);
  border-radius: 0;
  overflow: auto;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,189,89,.20), transparent 18rem),
    radial-gradient(circle at 90% 15%, rgba(56,81,65,.28), transparent 22rem),
    linear-gradient(145deg, #070806, #17120d 45%, #0e1713 100%);
}

.explorer.lab-fullscreen .card-heading,
.explorer:fullscreen .card-heading {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: .9rem;
  margin: -.9rem -.9rem 1rem;
  border-radius: 22px;
  background: rgba(7,8,6,.78);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.10);
}

.explorer.lab-fullscreen .explorer-grid,
.explorer:fullscreen .explorer-grid {
  grid-template-columns: minmax(330px, .34fr) minmax(0, 1fr);
  min-height: calc(100vh - 150px);
}

.explorer.lab-fullscreen .table-wrap,
.explorer:fullscreen .table-wrap {
  max-height: calc(100vh - 175px);
}

.explorer.lab-fullscreen .spotlight-card,
.explorer:fullscreen .spotlight-card {
  top: 1rem;
  min-height: calc(100vh - 175px);
}

body.song-lab-open {
  overflow: hidden;
}


@media (max-width: 1160px) {
}

@media (max-width: 840px) {
  .explorer.lab-fullscreen .explorer-grid,
  .explorer:fullscreen .explorer-grid { grid-template-columns: 1fr; }
  .explorer.lab-fullscreen .spotlight-card,
  .explorer:fullscreen .spotlight-card { min-height: auto; }
}

  
/* Removed the decorative Next Shows image block and tightened the homepage tour card. */
.hero-panel {
  justify-content: center;
}
.hero-panel .panel-label {
  color: var(--accent);
}
.next-shows-list {
  margin-top: .25rem;
}


/* User-requested Song Lab cleanup: keep controls in the original dark dashboard style and make fullscreen non-scrolling. */
.setlist-page-lab .explorer-tools .search-box,
.setlist-page-lab .explorer-tools .select-box {
  color: var(--muted);
}

.setlist-page-lab .explorer-tools .search-box input,
.setlist-page-lab .explorer-tools .select-box select {
  color: var(--text);
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  box-shadow: none;
}

.setlist-page-lab .explorer-tools .search-box input::placeholder {
  color: rgba(197,203,222,.72);
}

.setlist-page-lab .explorer-tools .search-box input:focus,
.setlist-page-lab .explorer-tools .select-box select:focus {
  border-color: rgba(255,189,89,.5);
  outline: none;
}

.explorer.lab-fullscreen,
.explorer:fullscreen {
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
}

.explorer.lab-fullscreen .card-heading,
.explorer:fullscreen .card-heading {
  position: relative;
  top: auto;
  flex: 0 0 auto;
}

.explorer.lab-fullscreen .setlist-filter-row,
.explorer:fullscreen .setlist-filter-row {
  flex: 0 0 auto;
}

.explorer.lab-fullscreen .explorer-grid,
.explorer:fullscreen .explorer-grid {
  flex: 1 1 auto;
  min-height: 0 !important;
  height: auto;
  overflow: hidden;
}

.explorer.lab-fullscreen .table-wrap,
.explorer:fullscreen .table-wrap {
  height: 100%;
  max-height: none !important;
  overflow: auto;
}

.explorer.lab-fullscreen .spotlight-card,
.explorer:fullscreen .spotlight-card {
  position: relative;
  top: auto;
  height: 100%;
  max-height: none;
  min-height: 0 !important;
  overflow: auto;
}

@media (max-width: 840px) {
  .explorer.lab-fullscreen .explorer-grid,
  .explorer:fullscreen .explorer-grid {
    overflow: auto;
  }
}


/* Final Song Lab modal/filter cleanup */
.explorer-modal-shell {
  padding: clamp(1rem, 2vw, 1.35rem);
  background: linear-gradient(145deg, rgba(17,20,39,.98), rgba(10,13,29,.98));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 38px 90px rgba(0,0,0,.48);
}
.explorer-modal-shell #explorer,
.explorer-modal-shell #explorer.glass-card {
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.explorer-modal-shell #explorer::before,
.explorer-modal-shell #explorer::after { display: none !important; }
.lab-filter-pill {
  user-select: none;
  pointer-events: auto;
}
.lab-filter-status {
  margin-left: auto;
  color: var(--muted) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  border-style: dashed !important;
  background: rgba(255,255,255,.035) !important;
}
.setlist-filter-row button.active,
.setlist-filter-row button[aria-pressed="true"] {
  color: #071020 !important;
  background: linear-gradient(135deg, var(--accent), var(--accent-2)) !important;
  border-color: transparent !important;
  box-shadow: 0 10px 26px rgba(105,168,255,.18);
}
.explorer tbody tr.selected { background: rgba(105,168,255,.13) !important; }
@media (max-width: 900px) {
  .lab-filter-status { flex-basis: 100%; margin-left: 0; }
}
