/* ============================================================
   WANDERLAND NIGHTINDEX — style.css (WordPress scoped)
   All rules scoped under .wl-nightindex-wrap to prevent
   Elementor kit / reset.css overrides.
   ============================================================ */

/* ============================================================
   WANDERLAND NIGHTINDEX — style.css
   Brand: deep navy #0d1b2a, purple accent #7c3aed, Inter
   ============================================================ */

.elementor-kit-11, .elementor-kit-11 button
{
	letter-spacing: normal; text-transform:inherit !important;
}
.elementor-kit-11 h2, .elementor-kit-11 h1
{
 font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
	 color: #ffffff !important;line-height: normal !important;
}
table td, table th 
{
	border:none !important;
}
/* ── Reset ───────────────────────────────────────────────────── */
.wl-nightindex-wrap, .wl-nightindex-wrap *, .wl-nightindex-wrap *::before, .wl-nightindex-wrap *::after { box-sizing: border-box; margin: 0; padding: 0 !important;}

/* Wrapper self-styles: lock background, font, and colour against Elementor */
.wl-nightindex-wrap {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  background: #0d1b2a !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.5 !important;
}

.wl-nightindex-wrap html { scroll-behavior: smooth; font-size: 16px; }

.wl-nightindex-wrap body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  background: #0d1b2a !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh !important;
}

.wl-nightindex-wrap a { color: inherit; text-decoration: none !important;}

.wl-nightindex-wrap button { cursor: pointer; background: none; border: none; color: inherit; font: inherit !important;}

.wl-nightindex-wrap img, .wl-nightindex-wrap svg { display: block; max-width: 100% !important;}


/* ── Design Tokens ───────────────────────────────────────────── */
:root {
  /* Colors */
  --black:        #000000;
  --navy:         #0d1b2a;
  --navy-card:    #132234;
  --navy-deep:    #091422;
  --navy-raised:  #1a2d42;
  --navy-border:  rgba(255,255,255,0.08);
  --navy-border-strong: rgba(255,255,255,0.13);

  --white:        #ffffff;
  --text:         #ffffff;
  --text-muted:   #8a9ab8;
  --text-faint:   #4a5e78;
  --text-label:   #6b7f99;

  /* Accent */
  --purple:       #7c3aed;
  --purple-light: #9b5cf6;
  --purple-dark:  #5b21b6;
  --purple-bg:    rgba(124,58,237,0.15);
  --purple-border:rgba(124,58,237,0.3);

  /* Tier colors */
  --tier-s-bg:    #7c3aed;
  --tier-s-text:  #fff;
  --tier-a-bg:    #3b82f6;
  --tier-a-text:  #fff;
  --tier-b-bg:    #14b8a6;
  --tier-b-text:  #fff;
  --tier-c-bg:    #f59e0b;
  --tier-c-text:  #000;
  --tier-d-bg:    #64748b;
  --tier-d-text:  #fff;

  /* Score pill (green tones like source) */
  --score-bg:     #166534;
  --score-text:   #ffffff;
  --score-border: #15803d;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 18px;
  --radius-full: 999px;

  /* Typography */
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;

  /* Transitions */
  --ease: 0.18s ease;
  --ease-spring: 0.2s cubic-bezier(0.34,1.56,0.64,1);

  /* Layout */
  --max-width: 1280px;
  --container-pad: 2rem;
}


/* ── Container ───────────────────────────────────────────────── */
.wl-nightindex-wrap .container {
  width: 100%;
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding-inline: var(--container-pad) !important;
}


/* ── Inter font ──────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* ── Views (SPA) ─────────────────────────────────────────────── */
.wl-nightindex-wrap .view { display: none !important; }

.wl-nightindex-wrap .view.active { display: block !important; }


/* ── NAV BAR ─────────────────────────────────────────────────── */
.wl-nightindex-wrap .site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #000000 !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  height: 56px;
  display: flex !important;
  align-items: center;
}


.wl-nightindex-wrap .site-nav__inner {
  display: flex !important;
  align-items: center;
  gap: var(--space-8);
  width: 100%;
  max-width: var(--max-width) !important;
  margin: 0 auto !important;
  padding-inline: var(--container-pad) !important;
}


.wl-nightindex-wrap .site-nav__wordmark {
  font-size: var(--text-lg) !important;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--white) !important;
  white-space: nowrap;
  flex-shrink: 0;
}


.wl-nightindex-wrap .site-nav__tagline {
  font-style: italic;
  font-size: var(--text-sm) !important;
  color: var(--text-muted) !important;
  font-weight: 400;
  flex: 1;
  text-align: center;
  white-space: nowrap;
}


.wl-nightindex-wrap .site-nav__links {
  display: flex !important;
  align-items: center;
  gap: var(--space-6);
  flex-shrink: 0;
}


.wl-nightindex-wrap .site-nav__link {
  font-size: var(--text-xs) !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted) !important;
  transition: color var(--ease);
}

.wl-nightindex-wrap .site-nav__link:hover { color: var(--white) !important;}


.wl-nightindex-wrap .site-nav__link--active { color: var(--white) !important;}


/* ── INDEX VIEW ──────────────────────────────────────────────── */

/* Hero section */
.wl-nightindex-wrap .index-hero {
  padding: var(--space-12) 0 var(--space-8) !important;
}


.wl-nightindex-wrap .index-hero__grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: var(--space-6);
  align-items: start;
}


.wl-nightindex-wrap .index-hero__main {
  background: var(--navy-card) !important;
  border: 1px solid var(--navy-border) !important;
  border-radius: var(--radius-xl) !important;
  padding: var(--space-10) var(--space-10) !important;
}


.wl-nightindex-wrap .index-hero__eyebrow {
  font-size: var(--text-sm);
  color: var(--text-muted);
  margin-bottom: var(--space-4);
}


.wl-nightindex-wrap .index-hero__h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: var(--space-4);
  letter-spacing: -0.02em;
}


.wl-nightindex-wrap .index-hero__sub {
  font-size: var(--text-base);
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 52ch;
  margin-bottom: var(--space-8);
}


.wl-nightindex-wrap .btn-primary {
  display: inline-flex !important;
  align-items: center;
  gap: var(--space-2);
  background: var(--purple) !important;
  color: var(--white) !important;
  font-size: var(--text-sm) !important;
  font-weight: 600;
  padding: 0.65em 1.5em !important;
  border-radius: var(--radius-full) !important;
  border: none !important;
  cursor: pointer !important;
  transition: background var(--ease);
  text-decoration: none !important;
}

.wl-nightindex-wrap .btn-primary:hover { background: var(--purple-light) !important;}


.wl-nightindex-wrap .index-hero__stats {
  display: flex !important;
  flex-direction: column;
  gap: var(--space-4);
}


.wl-nightindex-wrap .hero-stat-card {
  background: var(--navy-card) !important;
  border: 1px solid var(--navy-border) !important;
  border-radius: var(--radius-xl) !important;
  padding: var(--space-6) var(--space-6) !important;
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-4);
}


.wl-nightindex-wrap .hero-stat-card--block {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-2);
}


.wl-nightindex-wrap .hero-stat__label {
  font-size: var(--text-sm) !important;
  color: var(--text-muted) !important;
  font-weight: 400;
}


.wl-nightindex-wrap .hero-stat__value {
  font-size: var(--text-2xl) !important;
  font-weight: 800;
  color: var(--white) !important;
  letter-spacing: -0.03em;
}


.wl-nightindex-wrap .hero-stat__value--hero {
  font-size: var(--text-5xl) !important;
  letter-spacing: -0.04em;
}


.wl-nightindex-wrap .hero-stat__sub {
  font-size: var(--text-sm) !important;
  color: var(--text-muted) !important;
  line-height: 1.5 !important;
  margin-top: var(--space-1) !important;
}


/* Top 10 section */
.wl-nightindex-wrap .top10-section {
  padding: var(--space-8) 0;
}


.wl-nightindex-wrap .section-heading {
  font-size: var(--text-xl) !important;
  font-weight: 700;
  color: var(--white) !important;
  margin-bottom: var(--space-6) !important;
  letter-spacing: -0.01em;
}


.wl-nightindex-wrap .top10-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}


.wl-nightindex-wrap .city-mini-card {
  background: var(--navy-card) !important;
  border: 1px solid var(--navy-border) !important;
  border-radius: var(--radius-lg) !important;
  padding: var(--space-5) var(--space-5) !important;
  cursor: pointer !important;
  transition: border-color var(--ease), background var(--ease), transform var(--ease);
  display: flex !important;
  flex-direction: column;
  gap: var(--space-2);
}


.wl-nightindex-wrap .city-mini-card:hover {
  border-color: var(--navy-border-strong) !important;
  background: var(--navy-raised) !important;
  transform: translateY(-1px);
}


.wl-nightindex-wrap .city-mini-card__meta {
  display: flex !important;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs) !important;
  color: var(--text-muted) !important;
  font-weight: 500;
}


.wl-nightindex-wrap .city-mini-card__rank {
  font-size: var(--text-sm) !important;
  font-weight: 800;
  color: var(--text-muted) !important;
  letter-spacing: -0.01em;
  min-width: 2ch;
}


.wl-nightindex-wrap .city-mini-card__country {
  font-size: var(--text-sm) !important;
  color: var(--text-muted) !important;
  margin-top: var(--space-1) !important;
}


.wl-nightindex-wrap .city-mini-card__venues {
  font-size: var(--text-xs) !important;
  color: var(--text-faint) !important;
  margin-top: var(--space-1) !important;
}


.wl-nightindex-wrap .city-mini-card__row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}


.wl-nightindex-wrap .city-mini-card__name {
  font-size: var(--text-lg) !important;
  font-weight: 700;
  color: var(--white) !important;
  letter-spacing: -0.01em;
}


/* Score pill — green like wanderland.com */
.wl-nightindex-wrap .score-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--score-bg);
  color: var(--score-text);
  border: 1px solid var(--score-border);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  font-weight: 700;
  padding: 0.2em 0.75em !important;
  white-space: nowrap;
  flex-shrink: 0;
}


/* Tier badge */
.wl-nightindex-wrap .tier-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  font-size: var(--text-xs);
  font-weight: 700;
  padding: 0.2em 0.65em !important;
  letter-spacing: 0.03em;
  white-space: nowrap;
  flex-shrink: 0;
}

.wl-nightindex-wrap .tier-pill--s { background: var(--tier-s-bg); color: var(--tier-s-text); }

.wl-nightindex-wrap .tier-pill--a { background: var(--tier-a-bg); color: var(--tier-a-text) !important;}

.wl-nightindex-wrap .tier-pill--b { background: var(--tier-b-bg); color: var(--tier-b-text); }

.wl-nightindex-wrap .tier-pill--c { background: var(--tier-c-bg); color: var(--tier-c-text); }

.wl-nightindex-wrap .tier-pill--d { background: var(--tier-d-bg); color: var(--tier-d-text); }


/* ── Leaderboard Section ──────────────────────────────────────── */
.wl-nightindex-wrap .leaderboard-section {
  padding: var(--space-8) 0 var(--space-20) !important;
}


.wl-nightindex-wrap .leaderboard-header {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-6);
  margin-bottom: var(--space-6) !important;
  flex-wrap: wrap;
}


.wl-nightindex-wrap .leaderboard-header__left {  }

.wl-nightindex-wrap .leaderboard-header__title { font-size: var(--text-2xl); font-weight: 700; margin-bottom: var(--space-1); letter-spacing: -0.02em !important;}

.wl-nightindex-wrap .leaderboard-header__sub { font-size: var(--text-sm); color: var(--text-muted) !important;}


.wl-nightindex-wrap .leaderboard-count-badge {
  display: inline-flex !important;
  align-items: center;
  background: var(--navy-card) !important;
  border: 1px solid var(--navy-border-strong) !important;
  border-radius: var(--radius-full) !important;
  font-size: var(--text-sm) !important;
  font-weight: 600;
  color: var(--white) !important;
  padding: 0.4em 1em !important;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 4px !important;
}


/* Controls bar */
.wl-nightindex-wrap .leaderboard-controls {
  display: flex !important;
  gap: var(--space-3);
  margin-bottom: var(--space-5) !important;
  flex-wrap: wrap;
  align-items: center;
}


.wl-nightindex-wrap .lb-search {
  flex: 1;
  min-width: 220px;
  background: var(--navy-card) !important;
  border: 1px solid var(--navy-border-strong) !important;
  border-radius: var(--radius-lg) !important;
  padding: 0.65em 1em 0.65em 2.4em !important;
  color: var(--white) !important;
  font-size: var(--text-sm) !important;
  font-family: inherit !important;
  outline: none;
  transition: border-color var(--ease);
  position: relative;
}

.wl-nightindex-wrap .lb-search::placeholder { color: var(--text-faint) !important;}

.wl-nightindex-wrap .lb-search:focus { border-color: var(--purple) !important;}


.wl-nightindex-wrap .lb-search-wrap {
  flex: 1;
  min-width: 220px;
  position: relative;
}

.wl-nightindex-wrap .lb-search-wrap svg {
  position: absolute;
  left: 0.85em;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-faint) !important;
  pointer-events: none;
}

.wl-nightindex-wrap .lb-search-wrap .lb-search { width: 100%; }


.wl-nightindex-wrap .lb-select {
  background: var(--navy-card);
  border: 1px solid var(--navy-border-strong);
  border-radius: var(--radius-lg);
  padding: 0.65em 2.2em 0.65em 1em !important;
  color: var(--white);
  font-size: var(--text-sm);
  font-family: inherit;
  outline: none;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238a9ab8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  transition: border-color var(--ease);
  min-width: 150px;
	width:auto !important;
}

.wl-nightindex-wrap .lb-select:focus { border-color: var(--purple); }

.wl-nightindex-wrap .lb-select option { background: #132234; }


/* Table */
.wl-nightindex-wrap .lb-table-wrap {
  border: 1px solid var(--navy-border) !important;
  border-radius: var(--radius-xl) !important;
  overflow: hidden;
  background: var(--navy-card) !important;
}


.wl-nightindex-wrap .lb-table {
  width: 100%;
  border-collapse: collapse !important;
  font-size: var(--text-sm) !important;
}


.wl-nightindex-wrap .lb-table thead tr {
  border-bottom: 1px solid var(--navy-border) !important;
}


.wl-nightindex-wrap .lb-table th {
  padding: var(--space-4) var(--space-5) !important;
  text-align: left;
  font-size: 0.7rem !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-label) !important;
  white-space: nowrap;border-block-start: 0px !important;
}


.wl-nightindex-wrap .lb-table th:first-child { width: 70px; }

.wl-nightindex-wrap .lb-table th.col-score { width: 120px; }

.wl-nightindex-wrap .lb-table th.col-tier { width: 90px; }


.wl-nightindex-wrap .lb-table tbody tr {
  border-bottom: 1px solid var(--navy-border) !important;
  cursor: pointer !important;
  transition: background var(--ease);
}

.wl-nightindex-wrap .lb-table tbody tr:last-child { border-bottom: none !important;}

.wl-nightindex-wrap .lb-table tbody tr:hover { background: var(--navy-raised) !important;}


.wl-nightindex-wrap .lb-table td {
  padding: var(--space-4) var(--space-5) !important;
  vertical-align: middle;
}


.wl-nightindex-wrap .lb-rank {
  font-size: var(--text-base) !important;
  font-weight: 700;
  color: var(--text-muted) !important;
}


.wl-nightindex-wrap .lb-city-name {
  font-weight: 700;
  font-size: var(--text-base) !important;
  color: var(--white) !important;
  line-height: 1.2 !important;
}

.wl-nightindex-wrap .lb-city-country {
  font-size: var(--text-xs);
  color: var(--text-muted);
  margin-top: 2px;
}


.wl-nightindex-wrap .lb-region {
  color: var(--text-muted);
  font-size: var(--text-sm);
}


.wl-nightindex-wrap .lb-score-cell { white-space: nowrap; }


.wl-nightindex-wrap .lb-empty {
  text-align: center;
  padding: var(--space-16) var(--space-8);
  color: var(--text-muted);
}

.wl-nightindex-wrap .lb-empty__icon { margin: 0 auto var(--space-4); color: var(--text-faint); }

.wl-nightindex-wrap .lb-empty__title { font-size: var(--text-lg); font-weight: 600; margin-bottom: var(--space-2); }

.wl-nightindex-wrap .lb-empty__sub { font-size: var(--text-sm); color: var(--text-faint); }


/* ── CITY VIEW ───────────────────────────────────────────────── */
.wl-nightindex-wrap .breadcrumb-bar {
  background: var(--black) !important;
  border-bottom: 1px solid var(--navy-border) !important;
  padding: var(--space-3) 0 !important;
}

.wl-nightindex-wrap .breadcrumb-bar__inner {
  display: flex !important;
  align-items: center;
  gap: var(--space-3);
}

.wl-nightindex-wrap .breadcrumb-btn {
  display: inline-flex !important;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm) !important;
  font-weight: 500;
  color: var(--text-muted) !important;
  transition: color var(--ease);
}

.wl-nightindex-wrap .breadcrumb-btn:hover { color: var(--white) !important;}

.wl-nightindex-wrap .breadcrumb-sep { color: var(--text-faint) !important;}

.wl-nightindex-wrap .breadcrumb-current { font-size: var(--text-sm); color: var(--white); font-weight: 500 !important;}


/* City hero */
.wl-nightindex-wrap .city-hero {
  padding: var(--space-10) 0 var(--space-6);
}

.wl-nightindex-wrap .city-hero__eyebrow {
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--purple-light);
  margin-bottom: var(--space-3);
}

.wl-nightindex-wrap .city-hero__name {
  font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1 !important;
  margin-bottom: var(--space-2) !important;
}

.wl-nightindex-wrap .city-hero__country {
  font-size: var(--text-lg);
  color: var(--text-muted);
  margin-bottom: var(--space-6);
}

.wl-nightindex-wrap .city-hero__badges {
  display: flex !important;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}


.wl-nightindex-wrap .city-hero__region {
  font-size: var(--text-sm);
  color: var(--text-muted);
  font-weight: 500;
}

.wl-nightindex-wrap .city-hero__score-block {
  background: var(--navy-card);
  border: 1px solid var(--navy-border);
  border-radius: var(--radius-lg);
  padding: var(--space-3) var(--space-5);
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 100px;
}

.wl-nightindex-wrap .city-hero__score-label { font-size: var(--text-xs); color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em !important;}

.wl-nightindex-wrap .city-hero__score-value { font-size: var(--text-2xl); font-weight: 800; color: var(--white); letter-spacing: -0.03em !important;}


/* Venue filters */
.wl-nightindex-wrap .venue-filters {
  padding: var(--space-4) 0;
  border-bottom: 1px solid var(--navy-border);
  margin-bottom: var(--space-6);
}

.wl-nightindex-wrap .venue-filters__row {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.wl-nightindex-wrap .venue-filters__row + .venue-filters__row { margin-top: var(--space-3); }


.wl-nightindex-wrap .filter-label {
  font-size: var(--text-xs) !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-label) !important;
  min-width: 52px;
}


.wl-nightindex-wrap .filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: var(--text-xs) !important;
  font-weight: 500 !important;
  padding: 0.35em 0.85em !important;
  border-radius: var(--radius-full);
  border: 1px solid var(--navy-border-strong);
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  transition: all var(--ease);
}

.wl-nightindex-wrap .filter-pill:hover { color: var(--white); border-color: rgba(255,255,255,0.2); }

.wl-nightindex-wrap .filter-pill.active {
  background: var(--purple) !important;
  border-color: var(--purple) !important;
  color: var(--white) !important;
}


/* Access type filter pills with dots */
.wl-nightindex-wrap .access-pill { display: inline-flex; align-items: center; gap: 0.35em; font-size: var(--text-xs); font-weight: 500; padding: 0.35em 0.85em; border-radius: var(--radius-full); border: 1px solid var(--navy-border-strong); color: var(--text-muted); background: transparent; cursor: pointer; transition: all var(--ease) !important;}

.wl-nightindex-wrap .access-pill:hover { color: var(--white); border-color: rgba(255,255,255,0.2) !important;}

.wl-nightindex-wrap .access-pill.active { background: var(--purple); border-color: var(--purple); color: var(--white) !important;}

.wl-nightindex-wrap .access-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; flex-shrink: 0; }

.wl-nightindex-wrap .access-dot--password { background: #C8A96E !important;}

.wl-nightindex-wrap .access-dot--reservation { background: #8aa8e8 !important;}

.wl-nightindex-wrap .access-dot--members { background: #e08080 !important;}

.wl-nightindex-wrap .access-dot--walkin { background: #6ab876 !important;}


/* ── Map ──────────────────────────────────────────────────────── */
.wl-nightindex-wrap .map-section { padding-bottom: var(--space-6) !important;}


.wl-nightindex-wrap .map-wrap {
  position: relative;
  width: 100%;
  height: 340px;
  background: #091422 !important;
  border: 1px solid var(--navy-border) !important;
  border-radius: var(--radius-xl) !important;
  overflow: hidden;
  cursor: default !important;
}


.wl-nightindex-wrap .map-svg {
  width: 100%;
  height: 100%;
}


.wl-nightindex-wrap .map-district {
  fill: rgba(124,58,237,0.06);
  stroke: rgba(124,58,237,0.12);
  stroke-width: 0.5;
}


/* Map pins */
.wl-nightindex-wrap .map-pin {
  cursor: pointer !important;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wl-nightindex-wrap .map-pin:hover { transform: scale(1.35); }

.wl-nightindex-wrap .map-pin:active { transform: scale(1.05); }

.wl-nightindex-wrap .map-pin__circle { opacity: 0.92; transition: opacity 0.15s; }

.wl-nightindex-wrap .map-pin__ring { fill: none; stroke-width: 1; opacity: 0.3; transition: opacity 0.15s; }

.wl-nightindex-wrap .map-pin__label { fill: #fff; font-family: 'Inter', sans-serif; font-weight: 700; text-anchor: middle; dominant-baseline: central; pointer-events: none; }


/* Tooltip */
.wl-nightindex-wrap .map-pin__tooltip rect, .wl-nightindex-wrap .map-pin__tooltip text { transition: opacity 0.12s; }

.wl-nightindex-wrap .map-pin:hover .map-pin__tooltip rect, .wl-nightindex-wrap .map-pin:hover .map-pin__tooltip text { opacity: 1 !important; }


.wl-nightindex-wrap .map-pin.active .map-pin__circle { opacity: 1; }

.wl-nightindex-wrap .map-pin.active .map-pin__ring { opacity: 0.6; stroke-width: 1.5; }

.wl-nightindex-wrap .map-pin.active { transform: scale(1.2); }


/* ── Venue Grid ──────────────────────────────────────────────── */
.wl-nightindex-wrap .venue-section { padding-bottom: var(--space-20); }

.wl-nightindex-wrap .venue-section__header {
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: var(--space-6) !important;
}

.wl-nightindex-wrap .venue-section__title { font-size: var(--text-xl); font-weight: 700; }

.wl-nightindex-wrap .venue-section__count { font-size: var(--text-sm); color: var(--text-muted); }


.wl-nightindex-wrap .venue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-5);
}


.wl-nightindex-wrap .venue-card {
  background: var(--navy-card) !important;
  border: 1px solid var(--navy-border) !important;
  border-radius: var(--radius-xl) !important;
  overflow: hidden;
  cursor: pointer !important;
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
  display: flex !important;
  flex-direction: column;
}

.wl-nightindex-wrap .venue-card:hover {
  border-color: var(--purple-border) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(124,58,237,0.15);
}


.wl-nightindex-wrap .venue-card__img {
  height: 120px;
  background: var(--navy-deep) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--text-faint) !important;
  border-bottom: 1px solid var(--navy-border) !important;
  position: relative;
}


.wl-nightindex-wrap .venue-card__img-placeholder { opacity: 0.25; }


/* Access type stripe */
.wl-nightindex-wrap .venue-card__img::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
}

.wl-nightindex-wrap .venue-card[data-access="walkin"]      .venue-card__img::after { background: #6ab876 !important;}

.wl-nightindex-wrap .venue-card[data-access="password"]    .venue-card__img::after { background: #C8A96E !important;}

.wl-nightindex-wrap .venue-card[data-access="reservation"] .venue-card__img::after { background: #8aa8e8 !important;}

.wl-nightindex-wrap .venue-card[data-access="members"]     .venue-card__img::after { background: #e08080 !important;}


.wl-nightindex-wrap .venue-card__body {
  padding: var(--space-5) !important;
  display: flex !important;
  flex-direction: column;
  gap: var(--space-3);
  flex: 1;
}


.wl-nightindex-wrap .venue-card__top {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-2);
}


.wl-nightindex-wrap .venue-card__name {
  font-size: var(--text-base) !important;
  font-weight: 700;
  color: var(--white) !important;
  letter-spacing: -0.01em;
  line-height: 1.2 !important;
}

.wl-nightindex-wrap .venue-card__neighborhood {
  font-size: var(--text-xs) !important;
  color: var(--text-muted) !important;
  margin-top: 2px !important;
}


/* Access chip */
.wl-nightindex-wrap .access-chip {
  display: inline-flex !important;
  align-items: center;
  gap: 0.3em;
  font-size: 0.65rem !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: var(--radius-full) !important;
  padding: 0.3em 0.65em !important;
  white-space: nowrap;
  flex-shrink: 0;
}

.wl-nightindex-wrap .access-chip--walkin { background: rgba(106,184,118,0.15); color: #6ab876; border: 1px solid rgba(106,184,118,0.3) !important;}

.wl-nightindex-wrap .access-chip--password { background: rgba(200,169,110,0.15); color: #C8A96E; border: 1px solid rgba(200,169,110,0.3) !important;}

.wl-nightindex-wrap .access-chip--reservation { background: rgba(138,168,232,0.15); color: #8aa8e8; border: 1px solid rgba(138,168,232,0.3) !important;}

.wl-nightindex-wrap .access-chip--members { background: rgba(224,128,128,0.15); color: #e08080; border: 1px solid rgba(224,128,128,0.3) !important;}


.wl-nightindex-wrap .venue-card__desc {
  font-size: var(--text-sm) !important;
  color: var(--text-muted) !important;
  line-height: 1.55 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.wl-nightindex-wrap .venue-card__footer {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-3) !important;
  border-top: 1px solid var(--navy-border) !important;
}

.wl-nightindex-wrap .venue-card__price {
  font-size: var(--text-xs) !important;
  color: var(--text-muted) !important;
  font-weight: 500;
}

.wl-nightindex-wrap .venue-card__action {
  display: inline-flex !important;
  align-items: center;
  gap: 0.35em;
  font-size: var(--text-xs) !important;
  font-weight: 600;
  color: var(--purple-light) !important;
  letter-spacing: 0.03em;
  transition: color var(--ease);
}

.wl-nightindex-wrap .venue-card:hover .venue-card__action { color: var(--white) !important;}


/* Coming soon state */
.wl-nightindex-wrap .coming-soon {
  grid-column: 1 / -1;
  text-align: center;
  padding: var(--space-16) var(--space-8);
  color: var(--text-muted);
}

.wl-nightindex-wrap .coming-soon__icon { margin: 0 auto var(--space-4); color: var(--text-faint); }

.wl-nightindex-wrap .coming-soon__title { font-size: var(--text-xl); font-weight: 700; color: var(--white); margin-bottom: var(--space-2); }

.wl-nightindex-wrap .coming-soon__body { font-size: var(--text-sm); color: var(--text-muted); max-width: 40ch; margin: 0 auto; line-height: 1.6 !important;}


/* ── Modal ───────────────────────────────────────────────────── */
.wl-nightindex-wrap .modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0,0,0,0.75) !important;
  backdrop-filter: blur(4px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: var(--space-6) !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.wl-nightindex-wrap .modal-overlay.open { opacity: 1; pointer-events: all; }


.wl-nightindex-wrap .modal {
  background: var(--navy-card) !important;
  border: 1px solid var(--navy-border-strong) !important;
  border-radius: var(--radius-xl) !important;
  width: 100%;
  max-width: 600px !important;
  max-height: 85vh;
  overflow-y: auto;
  transform: translateY(12px);
  transition: transform 0.2s cubic-bezier(0.16,1,0.3,1);
}

.wl-nightindex-wrap .modal-overlay.open .modal { transform: translateY(0); }


.wl-nightindex-wrap .modal__header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-5) var(--space-6) !important;
  border-bottom: 1px solid var(--navy-border) !important;
  position: sticky;
  top: 0;
  background: var(--navy-card) !important;
  z-index: 1;
}

.wl-nightindex-wrap .modal__meta-row { display: flex; align-items: center; gap: var(--space-2); flex-wrap: wrap !important;}


.wl-nightindex-wrap .modal__close {
  width: 32px; height: 32px;
  border-radius: var(--radius-full) !important;
  background: var(--navy-raised) !important;
  border: 1px solid var(--navy-border) !important;
  display: flex; align-items: center; justify-content: center !important;
  color: var(--text-muted) !important;
  flex-shrink: 0;
  transition: color var(--ease), background var(--ease);
}

.wl-nightindex-wrap .modal__close:hover { color: var(--white); background: rgba(255,255,255,0.1) !important;}


.wl-nightindex-wrap .modal__nbhd-chip {
  display: inline-flex !important;
  align-items: center;
  font-size: var(--text-xs) !important;
  color: var(--text-muted) !important;
  background: var(--navy-raised) !important;
  border: 1px solid var(--navy-border-strong) !important;
  border-radius: var(--radius-full) !important;
  padding: 0.2em 0.75em !important;
  letter-spacing: 0.04em;
}


.wl-nightindex-wrap .modal__body {
  padding: var(--space-6) !important;
  display: flex !important;
  flex-direction: column;
  gap: var(--space-6);
}

.wl-nightindex-wrap .modal__title-group { }

.wl-nightindex-wrap .modal__name {
  font-size: var(--text-2xl) !important;
  font-weight: 800;
  color: var(--white) !important;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-1) !important;
}

.wl-nightindex-wrap .modal__neighborhood {
  font-size: var(--text-sm) !important;
  color: var(--text-muted) !important;
}

.wl-nightindex-wrap .modal__section-title {
  font-size: var(--text-xs) !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-label) !important;
  margin-bottom: var(--space-3) !important;
}

.wl-nightindex-wrap .modal__desc {
  font-size: var(--text-sm) !important;
  color: var(--text-muted) !important;
  line-height: 1.7 !important;
}

.wl-nightindex-wrap .modal__desc--entry {
  background: var(--navy-deep) !important;
  border: 1px solid var(--navy-border) !important;
  border-left: 3px solid var(--purple) !important;
  border-radius: var(--radius-md) !important;
  padding: var(--space-4) var(--space-5) !important;
}


.wl-nightindex-wrap .modal__cocktails { display: flex; flex-direction: column; gap: var(--space-3); margin-top: var(--space-3) !important;}

.wl-nightindex-wrap .modal__cocktail {
  background: var(--navy-deep) !important;
  border: 1px solid var(--navy-border) !important;
  border-radius: var(--radius-md) !important;
  padding: var(--space-3) var(--space-4) !important;
}

.wl-nightindex-wrap .modal__cocktail-name { font-size: var(--text-sm); font-weight: 700; color: var(--purple-light); margin-bottom: var(--space-1) !important;}

.wl-nightindex-wrap .modal__cocktail-desc { font-size: var(--text-xs); color: var(--text-muted); line-height: 1.55 !important;}


.wl-nightindex-wrap .modal__detail-grid { display: grid; gap: var(--space-3) !important;}

.wl-nightindex-wrap .modal__detail-item { background: var(--navy-deep); border: 1px solid var(--navy-border); border-radius: var(--radius-md); padding: var(--space-3) var(--space-4) !important;}

.wl-nightindex-wrap .modal__detail-label { font-size: var(--text-xs); font-weight: 600; color: var(--text-muted); margin-bottom: var(--space-1) !important;}

.wl-nightindex-wrap .modal__detail-value { font-size: var(--text-sm); color: var(--white); line-height: 1.5 !important;}


.wl-nightindex-wrap .modal__footer {
  padding: var(--space-4) var(--space-6) !important;
  border-top: 1px solid var(--navy-border) !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.wl-nightindex-wrap .modal__footer-note { font-size: var(--text-xs); color: var(--text-faint) !important;}


.wl-nightindex-wrap .btn-outline-sm {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  font-weight: 600;
  padding: 0.45em 1em;
  border-radius: var(--radius-full);
  border: 1px solid var(--navy-border-strong);
  color: var(--text-muted);
  background: transparent;
  transition: all var(--ease);
  text-decoration: none;
}

.wl-nightindex-wrap .btn-outline-sm:hover { color: var(--white); border-color: rgba(255,255,255,0.25); }


/* ── Site Footer ─────────────────────────────────────────────── */
.wl-nightindex-wrap .site-footer {
  background: #f4f4f4;
  color: #111;
  padding: var(--space-12) 0 0;
}

.wl-nightindex-wrap .site-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-10);
  padding-bottom: var(--space-10);
}

.wl-nightindex-wrap .site-footer__brand-name { font-size: var(--text-base); font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: var(--space-2) !important;}

.wl-nightindex-wrap .site-footer__brand-tagline { font-style: italic; font-size: var(--text-sm); color: #666; }

.wl-nightindex-wrap .site-footer__links { display: flex; flex-direction: column; gap: var(--space-2); }

.wl-nightindex-wrap .site-footer__link { font-size: var(--text-sm); color: #555; transition: color var(--ease); }

.wl-nightindex-wrap .site-footer__link:hover { color: #111; }

.wl-nightindex-wrap .site-footer__copyright {
  background: var(--navy);
  color: var(--text-faint);
  font-size: var(--text-xs);
  text-align: center;
  padding: var(--space-4);
  letter-spacing: 0.05em;
}


/* ── Fade-up animation ───────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

.wl-nightindex-wrap .fade-up { animation: fadeUp 0.35s cubic-bezier(0.16,1,0.3,1) both; }

.wl-nightindex-wrap .fade-up--1 { animation-delay: 0.05s; }

.wl-nightindex-wrap .fade-up--2 { animation-delay: 0.10s; }

.wl-nightindex-wrap .fade-up--3 { animation-delay: 0.15s; }


/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {

  .wl-nightindex-wrap .index-hero__grid { grid-template-columns: 1fr; }

  .wl-nightindex-wrap .index-hero__stats { flex-direction: row; }

  .wl-nightindex-wrap .hero-stat-card { flex: 1; }

  .wl-nightindex-wrap .top10-grid { grid-template-columns: repeat(2, 1fr); }

}


@media (max-width: 768px) {

  :root { --container-pad: 1rem; }

  .wl-nightindex-wrap .site-nav__tagline { display: none !important;}

  .wl-nightindex-wrap .site-nav__links { gap: var(--space-4); }

  .wl-nightindex-wrap .site-nav__link--hide-mobile { display: none !important;}

  .wl-nightindex-wrap .index-hero__stats { flex-direction: column; }

  .wl-nightindex-wrap .top10-grid { grid-template-columns: 1fr; }

  .wl-nightindex-wrap .leaderboard-controls { flex-direction: column; }

  .wl-nightindex-wrap .lb-select { min-width: 100%; }

  .wl-nightindex-wrap .lb-table th.col-hide, .wl-nightindex-wrap .lb-table td.col-hide { display: none !important;}

  .wl-nightindex-wrap .venue-grid { grid-template-columns: 1fr; }

  .wl-nightindex-wrap .modal { max-height: 92vh; }

  .wl-nightindex-wrap .city-hero__name { font-size: clamp(2rem, 8vw, 3.5rem) !important;}

}

