:root {
  --couleur-principale: #631b00;
  --couleur-accent: #efa71b;
  --couleur-nav: #2b1d0e;
  --couleur-nav-bordure: #5c3d1e;
  --couleur-fond-clair: #ded9d3;
  --couleur-nav-hover: #7a5c3a;
--red: #e8401a;
 --jb-chrome:    #c8c8d4;
  --jb-chrome-hi: #f0f0f8;
  --jb-chrome-lo: #6a6a7a;
  --jb-red:       #e8192c;
  --jb-amber:     #ffb800;
  --jb-teal:      #00d4c8;
  --jb-pink:      #ff3d9a;
  --jb-dark:      #0a0812;
  --jb-panel:     #12101e;

}

@font-face {
  font-family: 'VT323';
  src: url('VT323-Regular.ttf') format('truetype');
}

* {
  font-family: 'VT323', monospace;
  box-sizing: border-box;
}

@media print {
  nav,
  footer,
  .lang-switcher,
  .back-to-top
    {
    display: none !important;
  }
}



html {    scroll-behavior: smooth;}

body {
text-align: justify;
font-size: 130%;
overflow-x: hidden;
}

html, body {
  margin: 0;
  padding: 0;
}

.etiquette {
  border-top: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  background: white;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 96px;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#content { margin: 0 auto; background: rgba(255,255,255,0.8); width: 70%; padding: 25px; border-right: 2px black solid; border-left: 2px black solid;
  overflow-x: hidden;
}

#contact { text-align: center; }

/* Portrait */
@media (orientation: portrait) {
  #bg {
    background-image: url('wall2.jpg');
  }
}

/* Paysage */
@media (orientation: landscape) {
  #bg {
    background-image: url('wall.jpg');
  }
}



#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: -1;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

nav {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: var(--couleur-nav);
  padding: 12px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  align-items: center;
  gap: 16px;
  border-bottom: 4px solid var(--couleur-nav-bordure);
}

.summary { font-size: 75%; text-align: justify; width: 50%; margin: 0 auto; padding-bottom: 5px; }

.lien {
  display: inline-flex;
  align-items: flex-start;
}

.lien a, .download a {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #888 0%, #555 40%, #333 70%, #1a1a1a 100%);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.75rem;
  text-align: center;
  padding: 8px;
  padding-bottom: 12px;
  box-sizing: border-box;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
  box-shadow:
    0 0 0 3px #111,
    0 0 0 5px #555,
    0 6px 12px rgba(0, 0, 0, 0.7);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  position: relative;
}

.lien a::after, .download a::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #1a1a1a;
  border: 2px solid #444;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.lien a:hover, .download a:hover {
  background: radial-gradient(circle at 35% 35%, #555 0%, #333 40%, #1a1a1a 70%, #000 100%);
  box-shadow:
    0 0 0 3px #111,
    0 0 0 5px #333,
    0 8px 18px rgba(0, 0, 0, 0.9);
  transform: rotate(10deg) scale(1.08);
}

.download {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 24px;
}

#menu { margin: 0 auto; 
  display: flex;
  gap: 16px;

justify-content: center; 
  align-items: center;

}

footer {
  background-color: var(--couleur-nav);
  padding: 24px 20px;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.6);
  border-top: 4px solid var(--couleur-nav-bordure);
  display: flex;
  align-items: flex-end;
  gap: 24px;

}

/* La quatrième de couverture */
.footer-cover {
  background: linear-gradient(160deg, #1c1c1c 0%, #2e2e2e 60%, #1a1a1a 100%);
  color: #fff;
  padding: 16px 20px;
  max-width: 420px;
  font-size: 0.85rem;
  line-height: 1.6;
  border: 1px solid #444;
  box-shadow:
    inset 0 0 12px rgba(0, 0, 0, 0.5),
    4px 0 10px rgba(0, 0, 0, 0.6);
  position: relative;
margin: 0 auto;

  /* Effet pochette légèrement décollée du bas */
  transform: translateY(-6px);
}

/* Tranche de la pochette */
.footer-cover::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -6px;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #555, #222);
  transform-origin: right;
  clip-path: polygon(0 4px, 100% 0, 100% 100%, 0 100%);
}

/* Titre de l'album sur la quatrième */
.footer-cover h3 {
  font-size: 0.95rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ccc;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #444;
  padding-bottom: 6px;
}

.footer-cover p {
  margin: 0 0 6px 0;
  color: #aaa;
}

.footer-cover a {
  color: #bbb;
  text-decoration: none;
  font-weight: bold;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

.footer-cover a:hover {
  color: #fff;
}

/* Code barre décoratif en bas de la pochette */
.footer-cover::after {
  content: '';
  display: block;
  margin-top: 14px;
  height: 28px;
  background: repeating-linear-gradient(
    to right,
    #fff 0px, #fff 2px,
    #000 2px, #000 4px,
    #fff 4px, #fff 5px,
    #000 5px, #000 8px,
    #fff 8px, #fff 9px,
    #000 9px, #000 11px,
    #fff 11px, #fff 14px,
    #000 14px, #000 15px,
    #fff 15px, #fff 17px,
    #000 17px, #000 20px
  );
  opacity: 0.6;
}

article a {
  color: var(--couleur-principale);
  text-decoration: none;
  font-weight: bold;
}

.lang-switcher button {
  color: var(--couleur-principale);
  font-weight: bold;
}

article a, .lang-switcher {  text-decoration: none;  }
article a:hover { background: var(--couleur-accent); }

    .lang-switcher { display: flex; gap: .5rem; margin-bottom: 2rem; }
    .lang-switcher button {
      padding: .4rem 1rem;
      border: 2px solid var(--couleur-principale);
      background: transparent;
      cursor: pointer;
      border-radius: 4px;
      font-weight: bold;
    }
    .lang-switcher button.active {
      background: var(--couleur-principale);
      color: #fff;
    }

article img { width: 100%; display: block; margin: 0 auto; }

.path {
  font-weight: bold;
  font-size: 0.85em;
  word-break: break-all;
  overflow-wrap: break-word;
}

/* Tableaux */

table {
  border: 2px solid var(--couleur-principale);
  width: 70%;
  background-color: var(--couleur-fond-clair);
  color: var(--couleur-principale);
  margin: 0 auto;
  padding: 2px;
  border-collapse: collapse;
}

td, th {
  vertical-align: middle;
}

td {
  border: thin solid var(--couleur-principale);
  width: auto;
  padding: 3px;
  text-align: center;
}


tr:has(+ tr td[rowspan]):not(.wave-start) td:not([rowspan]) {
  border-bottom: none;
}

th.prefixe, td.prefixe {
  /* même style que les autres th/td, rien de spécial requis */
}


/* Header stylisé — effet cassette/vinyle */
th {
  background: linear-gradient(135deg, #2b1d0e 0%, #3d2a14 50%, #2b1d0e 100%);
  color: var(--couleur-accent);
  font-size: 1em;
  letter-spacing: 2px;
  text-align: center;
  padding: 6px 8px;
  border: 1px solid var(--couleur-nav-bordure);
  text-shadow: 0 1px 3px rgba(0,0,0,0.7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  width: auto;
}

tr.wave-start td {
  border-top: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  background: white;
  color: black;
  font-weight: bold;
  text-align: center;
}

/* Details & Summary */

summary {
  background-color: #602000;
  padding: 3px;
  display: block;
  text-align: center;
  font-size: 1.2em;
  width: 400px;
  margin: 0 auto 15px auto;
  color: var(--couleur-fond-clair);
  font-weight: normal;
    cursor: pointer;
}

summary:hover {
  color: var(--couleur-principale);
  background: var(--couleur-accent);
}

details {
  padding-bottom: 8px;
  
}

h1, h2, h3, h4 {
text-align: center; padding: 2px; margin: 3px; }

h2 { margin: 8px; padding: 5px; background: rgba(255,255,255,0.5); border-radius: 60%; }


.ancre {
  scroll-margin-top: 120px;
}

/* =========================
   SONG INDEX
========================= */

.song-index {
  margin: 0 auto 35px auto;
  padding: 18px 10px;
  width: 80%;
  background: var(--couleur-fond-clair);
  border: 3px solid var(--couleur-principale);
  box-shadow:
    inset 0 0 10px rgba(0,0,0,0.2),
    0 6px 12px rgba(0,0,0,0.4);
  text-align: center;
}

.song-index .index-title {
  font-size: 1.3em;
  margin-bottom: 12px;
  color: var(--couleur-principale);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 2px solid var(--couleur-principale);
  display: inline-block;
  padding-bottom: 4px;
}

.song-index ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.song-index li {
  display: inline-block;
  margin: 6px 8px;
}

.song-index a {
  text-decoration: none;
  padding: 6px 12px;
  border: 2px solid var(--couleur-principale);
  background: #efeae4;
  color: var(--couleur-principale);
  font-size: 0.9em;
  transition: all 0.2s ease;
  box-shadow: 2px 2px 0 var(--couleur-principale);
}

.song-index a:hover {
  background: var(--couleur-accent);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 4px 4px 0 var(--couleur-principale);
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(255,255,255,0.5);
  color: black;
  padding: 10px 14px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 30px;
font-weight: bolder;
  transition: 0.3s;
  z-index: 9999;

}

.back-to-top:hover {
  background: white; }

#off,
#off2 {
  display: block;
  padding-top: 120px; /* même valeur que scroll-margin-top */
  margin-top: -120px;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  /* Contenu pleine largeur */
  #content {
    width: 100%;
    padding: 12px;
    border-left: none;
    border-right: none;
  }

  /* Nav tracklist */
  nav {
    padding: 0;
    overflow: hidden;
  }

  #menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    counter-reset: track;
  }

  .lien {
    display: block;
    width: 100%;
  }

  /* Supprimer le style disque */
  .lien a {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 0.8rem;
    font-family: 'VT323', monospace;
    color: #ccc;
    background: var(--couleur-nav);
    border-bottom: 1px solid var(--couleur-nav-bordure);
    border-right: 1px solid var(--couleur-nav-bordure);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    counter-increment: track;
  }

  .lien a::before {
    content: counter(track, decimal-leading-zero) ".";
    font-size: 0.7rem;
    color: var(--couleur-nav-hover);
    min-width: 24px;
    flex-shrink: 0;
  }

  /* Supprimer le trou du disque */
  .lien a::after {
    display: none;
  }

  .lien a:hover,
  .lien a:active {
    background: var(--couleur-nav-bordure);
    color: var(--couleur-accent);
    transform: none;
    box-shadow: none;
  }

  /* Bordure droite supprimée sur les cases de droite */
  .lien:nth-child(3n) a {
    border-right: none;
  }

  .download a {
    width: 64px;
    height: 64px;
    font-size: 0.65rem;
    padding-bottom: 8px;
  }

  .download a::after {
    width: 10px;
    height: 10px;
  }

  /* Tables responsive */
  table {
    width: 100%;
    font-size: 0.85em;
  }

  /* Summary/details centré et pleine largeur */
  summary {
    width: 100%;
    font-size: 1em;
  }

  /* Song index pleine largeur */
  .song-index {
    width: 100%;
    padding: 12px 6px;
  }

  .song-index a {
    font-size: 0.8em;
    padding: 4px 8px;
  }

  /* Footer en colonne */
  footer {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 12px;
  }

  .footer-cover {
    max-width: 100%;
    width: 100%;
    transform: none;
  }

  /* H2 moins arrondi */
  h2 {
    border-radius: 12px;
  }

  /* Back to top moins intrusif */
  .back-to-top {
    bottom: 12px;
    right: 12px;
    font-size: 22px;
    padding: 8px 11px;
  }

  /* Ancres : compenser la nav plus petite */
  .ancre {
    scroll-margin-top: 90px;
  }

  #off,
  #off2 {
    padding-top: 90px;
    margin-top: -90px;
  }
  
    #version {
    width: 220px;        /* ← réduit la cassette */
    height: 138px;       /* ← proportionnel (ratio ~0.625) */
    transform: scale(1); /* ← reset si besoin */
    margin: 14px auto;
  }

  /* Adapter les éléments internes proportionnellement */
  .label {
    top: 8px;
    left: 8px;
    right: 8px;
    height: 52px;
  }

  .label-stripe {
    top: 15px;
    height: 20px;
  }

  .label-side-a {
    top: 17px;
    font-size: 11px;
  }

  .label-brand {
    top: 17px;
    font-size: 12px;
  }

  .label-arrow {
    top: 22px;
    right: 38px;
    font-size: 11px;
  }

  .label-text-top,
  .label-text-bottom,
  .version-text {
    font-size: 6px;      /* ← reste lisible */
  }

  .reel {
    width: 36px;
    height: 36px;
  }

  .mechanism {
    gap: 36px;
    bottom: 18px;
    height: 55px;
  }

  .tape-window {
    width: 164px;
    height: 48px;
    bottom: 20px;
  }

  .tape-strip {
    width: 82px;
    bottom: 40px;
  }

  #version::before {
    width: 124px;
    height: 20px;
  }
}

/* Très petits écrans */
@media (max-width: 380px) {
  .lien a {
    width: 52px;
    height: 52px;
    font-size: 0.55rem;
  }

  .download a {
    width: 52px;
    height: 52px;
    font-size: 0.55rem;
  }

  body {
    font-size: 110%;
  }
}


/* =========================
   DATE & ARCHIVE
=========================
*/ 

.date, .archive {
display: inline-block;
width: 140px;
text-align: center;
flex-shrink: 0;
box-sizing: border-box;
text-transform: uppercase;
margin-bottom: 8px;
max-width: 35vw;
}

.date {
background: var(--couleur-nav);
color: var(--couleur-accent);
font-size: 90%;
letter-spacing: 3px;
padding: 4px 14px;
border: 1px solid var(--couleur-accent);
box-shadow:
0 0 6px rgba(239, 167, 27, 0.3),
inset 0 0 4px rgba(0, 0, 0, 0.5);
}

.archive {
color: var(--couleur-principale);
letter-spacing: 2px;
padding: 3px 10px;
border: 3px double var(--couleur-principale);
background: #f5f0e8;
transform: rotate(-1.5deg);
box-shadow: 2px 2px 0 rgba(99, 27, 0, 0.2);
opacity: 0.85;
}

#news-en p, #news-fr p,
#archives-en p, #archives-fr p {
display: flex;
align-items: center;
gap: 12px;
min-width: 0;
}

.date, .archive, #news-en span, #news-fr span, #archives-en span, #archives-fr span {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#archives-fr, #archives-en {
font-size: 92%;
}




/* =========================
   HR — SÉPARATEUR POCHETTE
========================= */

hr {
  border: none;
  position: relative;
  height: 16px;
  margin: 24px auto;
  width: 80%;
  overflow: visible;
}

hr::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--couleur-principale);
  transform: translateY(-50%);
}

hr::after {
  content: '♪';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--couleur-fond-clair);
  color: var(--couleur-principale);
  padding: 0 12px;
  font-size: 1.2em;
  line-height: 1;
}

em {
  font-style: italic;

}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--couleur-accent);
  outline-offset: 3px;
}

.lien a.active {
  background: radial-gradient(circle at 35% 35%, #a00 0%, #600 40%, #300 70%, #100 100%);
  box-shadow:
    0 0 0 3px #111,
    0 0 0 5px #a00,
    0 6px 12px rgba(0, 0, 0, 0.7);
}

::selection {
  background: var(--couleur-accent);
  color: #1a1a1a;
}

.ovh {
  font-size: 0.75em;
  color: #282828;
  line-height: 1.6;
  margin-top: 12px;
  padding: 8px 14px;
  border-left: 2px solid var(--couleur-nav-bordure);
  background: rgba(0, 0, 0, 0.04);
  display: inline-block;
  text-align: left;
}

.centre { text-align: center; }

#version {
  width: 320px;
  height: 200px;
  background: linear-gradient(135deg, #2a2a2a 0%, #3d3d3d 40%, #2a2a2a 100%);
  border-radius: 10px;
  position: relative;
  box-shadow:
    0 0 0 1px #555,
    0 8px 32px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.08);
  overflow: hidden;
  display: block;       /* ← ajout */
  margin: 20px auto;    /* ← ajout : centre horizontalement */
  z-index: 0;           /* ← ajout : ne traverse plus le nav */
}


  /* Coins arrondis découpés */
  #version::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 28px;
    background: #1a1a1a;
    border-radius: 8px 8px 0 0;
    z-index: 10;
  }

  /* Étiquette centrale */
  .label {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    height: 76px;
    background: #f5f0e8;
    border-radius: 4px;
    overflow: hidden;
    z-index: 2;
  }

  .label-stripe {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    height: 28px;
    background: var(--red);
  }

  .label-text-top {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 7px;
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .label-side-a {
    position: absolute;
    top: 26px;
    left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    z-index: 3;
  }

  .label-brand {
    position: absolute;
    top: 26px;
    right: 10px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.5px;
    z-index: 3;
    font-family: Arial Black, sans-serif;
  }

  .label-arrow {
    position: absolute;
    top: 32px;
    right: 52px;
    color: #fff;
    font-size: 14px;
    z-index: 3;
  }

  .label-text-bottom {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 6px;
    color: #aaa;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  /* Version text sur étiquette */
  .version-text {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 7px;
    color: #aaa;
    letter-spacing: 0.5px;
  }

  /* Zone mécanisme */
  .mechanism {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    z-index: 5;
  }

  /* Bobines */
  .reel {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: radial-gradient(circle, #555 20%, #222 21%, #333 38%, #1a1a1a 39%, #2d2d2d 55%, #111 56%);
    box-shadow: 0 0 0 2px #555, inset 0 2px 4px rgba(255,255,255,0.1);
    position: relative;
    animation: spin 4s linear infinite;
  }

  .reel::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #888;
    box-shadow: 0 0 0 2px #555;
  }

  .reel.right { animation-direction: reverse; }

  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  /* Fenêtre tape */
  .tape-window {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 70px;
    background: rgba(0,0,0,0.4);
    border-radius: 6px;
    border: 1px solid #444;
    z-index: 4;
  }

  /* Ruban entre les bobines */
  .tape-strip {
    position: absolute;
    bottom: 59px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 6px;
    background: linear-gradient(to right, #1a1a1a, #333, #1a1a1a);
    z-index: 6;
  }

  /* Petits détails */
  .screw {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #444;
    box-shadow: 0 0 0 1px #666, inset 0 1px 2px rgba(255,255,255,0.1);
    z-index: 8;
  }
  .screw::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 1px;
    background: #666;
    box-shadow: 0 0 0 0.5px #666;
  }

  .screw.tl { top: 6px; left: 6px; }
  .screw.tr { top: 6px; right: 6px; }
  .screw.bl { bottom: 6px; left: 6px; }
  .screw.br { bottom: 6px; right: 6px; }


/* ── WAVE BLOCK ── */
.jukebox-wrap {
  background: var(--jb-panel);
  border-radius: 22px;
  border: 3px solid var(--jb-chrome-lo);
  box-shadow:
    0 0 0 5px var(--jb-dark),
    0 0 0 8px var(--jb-chrome-lo),
    0 20px 60px rgba(0,0,0,0.7),
    0 0 40px rgba(255,100,0,0.08),
    inset 0 2px 0 var(--jb-chrome-hi);
  overflow: hidden;
  margin: 0 auto 3rem auto;
  max-width: 560px;
  font-size: 130%;
  max-width: calc(100% - 32px);
}

/* ── CHROME TOP BAR ── */
.jb-topbar {
  height: 12px;
  background: linear-gradient(180deg, var(--jb-chrome-hi) 0%, var(--jb-chrome) 40%, var(--jb-chrome-lo) 100%);
  border-bottom: 2px solid #2a2a3a;
}

/* ── NEON TUBES ── */
.jb-neons {
  display: flex;
  gap: 12px;
  padding: 12px 24px 8px;
  background: #0c0a18;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.jb-neon {
  flex: 1;
  height: 8px;
  border-radius: 4px;
}
.jb-neon.teal {
  background: var(--jb-teal);
  box-shadow: 0 0 8px var(--jb-teal), 0 0 22px var(--jb-teal), 0 0 40px rgba(0,212,200,0.4);
  animation: jb-flicker 5s infinite;
}
.jb-neon.pink {
  background: var(--jb-pink);
  box-shadow: 0 0 8px var(--jb-pink), 0 0 22px var(--jb-pink), 0 0 40px rgba(255,61,154,0.4);
  animation: jb-flicker 5s 0.4s infinite;
}
@keyframes jb-flicker {
  0%,93%,100% { opacity:1; }
  94% { opacity:.4; }
  96% { opacity:1; }
  98% { opacity:.6; }
}

/* ── TRACKLIST ── */
.jb-tracklist {
  background: #06040f;
}

.jb-list-header {
  display: grid;
  grid-template-columns: 52px 1fr 80px;
  padding: 7px 20px;
  background: rgba(255,184,0,0.07);
  border-bottom: 1px solid rgba(255,184,0,0.18);
}
.jb-list-header span {
  font-family: 'Orbitron', monospace;
  font-size: 0.45rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--jb-amber);
  opacity: .65;
}
.jb-list-header span:last-child { text-align: right; }

/* ── TRACK ROW ── */
.jb-track {
  display: grid;
  grid-template-columns: 52px 1fr 80px;
  align-items: center;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  text-decoration: none;
  color: var(--jb-chrome-hi);
  position: relative;
  overflow: hidden;
  transition: background .18s;
}
.jb-track:last-child { border-bottom: none; }

.jb-track::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,184,0,0.07) 50%, transparent 100%);
  transform: translateX(-110%);
  transition: transform .5s ease;
  pointer-events: none;
}
.jb-track:hover { background: rgba(255,184,0,0.04); }
.jb-track:hover::before { transform: translateX(110%); }

.jb-track-num {
  font-size: .8rem;
  font-weight: 900;
  color: var(--jb-red);
  text-shadow: 0 0 8px rgba(232,25,44,0.5);
  white-space: nowrap;
}
.jb-track-title {
  font-size: .92rem;
  letter-spacing: .03em;
  color: var(--jb-chrome-hi);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jb-track-dl {
  font-size: .44rem;
  letter-spacing: .1em;
  color: var(--jb-teal);
  text-align: right;
  white-space: nowrap;
  transition: color .18s;
}
.jb-track:hover .jb-track-dl { color: var(--jb-amber); }

/* EQ bars */
.jb-eq {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 14px;
  vertical-align: middle;
  margin-right: 6px;
}
.jb-eq span {
  display: block;
  width: 3px;
  background: var(--jb-teal);
  border-radius: 2px;
  animation: jb-eq .8s ease-in-out infinite alternate;
}
.jb-eq span:nth-child(1) { height:6px;  animation-delay:0s; }
.jb-eq span:nth-child(2) { height:12px; animation-delay:.15s; }
.jb-eq span:nth-child(3) { height:14px; animation-delay:.3s; }
.jb-eq span:nth-child(4) { height:8px;  animation-delay:.45s; }
@keyframes jb-eq { to { transform: scaleY(.2); } }

/* ── QUICK-PICK BUTTONS ── */
.jb-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid rgba(255,255,255,0.06);
}
.jb-btn-col {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.jb-btn-col + .jb-btn-col {
  border-left: 1px solid rgba(255,255,255,0.06);
}
.jb-btn-col-label {
  font-size: .38rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--jb-chrome);
  opacity: .35;
  margin-bottom: 3px;
}
.jb-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-radius: 7px;
  text-decoration: none;
  font-size: .82rem;
  color: #fff;
  transition: filter .12s, transform .08s;
}
.jb-btn:hover  { filter: brightness(1.2); transform: translateY(-1px); }
.jb-btn:active { transform: scale(.96); }
.jb-btn-code {
  font-size: .55rem;
  font-weight: 900;
  opacity: .4;
}

.jb-btn-r { background: linear-gradient(135deg,#c41020,#8a0018);
  box-shadow: 0 4px 0 #5a000e, 0 6px 18px rgba(196,16,32,.4), inset 0 1px 0 rgba(255,255,255,.2); }
.jb-btn-b { background: linear-gradient(135deg,#1060c8,#0a3a8a);
  box-shadow: 0 4px 0 #042060, 0 6px 18px rgba(16,96,200,.4), inset 0 1px 0 rgba(255,255,255,.2); }
.jb-btn-g { background: linear-gradient(135deg,#008860,#005040);
  box-shadow: 0 4px 0 #002820, 0 6px 18px rgba(0,136,96,.4), inset 0 1px 0 rgba(255,255,255,.2); }
.jb-btn-p { background: linear-gradient(135deg,#8a2090,#5a1060);
  box-shadow: 0 4px 0 #2a0830, 0 6px 18px rgba(138,32,144,.4), inset 0 1px 0 rgba(255,255,255,.2); }

/* ── CHROME BOTTOM BAR ── */
.jb-bottombar {
  height: 12px;
  background: linear-gradient(180deg, var(--jb-chrome-lo) 0%, #3a3a4a 100%);
  border-top: 1px solid var(--jb-chrome-hi);
}