/* =========================================================================
   RETROVIA — v5 "Tavole di pietra incisa".
   Rifatto da capo. Stile ricavato da tessera.png:
   pietra pallida olivastra (#7c7c56–#9a9a72) incisa su muschio scuro (#131e0b),
   oro per Ambra, acciaio azzurro per Cenere. Le celle sono le vere tessere.
   ========================================================================= */

:root {
  /* --- Pietra grigio-neutra, punta minima di verde (mai blu) --- */
  --stone-pale-1: #b4b5aa;
  --stone-pale-2: #a3a499;
  --stone-pale-3: #92938a;
  --stone-pale-4: #818279;
  --stone-light: #babbb0;
  --stone-dark: #56574f;
  --lichen: #bcc094;

  /* --- Sfondo verde grigiastro --- */
  --bg-greenish: #4f5847;
  --bg-greenish-2: #5d674d;
  --bg-greenish-3: #414a37;
  --bg-greenish-4: #4a5440;
  --bg-greenish-5: #333c2a;

  /* --- Muschio / ombra --- */
  --moss-deep: #0e140a;
  --moss-dark: #1a2412;
  --moss-mid: #223014;
  --moss-panel: #26361a;
  --moss-line: #33471c;

  /* --- Accento muschio (verde vivo) --- */
  --moss: #6f9c4a;
  --moss-bright: #8dbb5f;
  --moss-deep-green: #35541f;
  --moss-soft: #a8c878;
  --moss-tint: rgba(111,156,74,0.16);
  --moss-tint-strong: rgba(111,156,74,0.3);

  /* --- Inchiostro --- */
  --ink-on-stone: #17200d;
  --ink-dim-on-stone: #39421f;
  --ink-faint-on-stone: #55604a;
  --ink-on-moss: #c6caa4;
  --ink-dim-on-moss: #93a36e;
  --ink-faint-on-moss: #6d7a52;

  /* --- Giocatori --- */
  --gold: #d3a13f;
  --gold-dark: #8b6520;
  --gold-soft: #4a3b18;
  --steel: #7ea3b0;
  --steel-dark: #3d6070;
  --steel-soft: #22323a;

  --preda: #c1542e;
  --focus: #e0c887;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-ui: 'Spectral', Georgia, serif;

  --cell-size: 80px;
  --cell-gap: 3px;
  --radius-tile: 9px;
  --radius-lg: 12px;
  --radius-sm: 4px;
}

* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; overflow: hidden; }

@media (max-width: 900px) {
  html, body { overflow: visible; }
}

body {
  background: var(--bg-greenish);
  color: var(--ink-on-moss);
  font-family: var(--font-ui);
  font-size: 15px;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Scrollbar moderno */
::-webkit-scrollbar { width: 7px; height: 7px; }
::-webkit-scrollbar-track { background: rgba(0,0,0,0.12); border-radius: 4px; }
::-webkit-scrollbar-thumb { background: var(--moss-deep-green); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--moss); }
* { scrollbar-color: var(--moss-deep-green) rgba(0,0,0,0.12); scrollbar-width: thin; }

:focus-visible { outline: 2px solid var(--moss); outline-offset: 2px; }
button { font-family: inherit; font-size: inherit; color: inherit; }

/* =========================================================================
   Struttura
   ========================================================================= */

.app { min-height: 100vh; display: flex; flex-direction: column; }

/* --- Insegna / intestazione: lastra di pietra incisa --- */

.hud {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px;
  padding: 12px 30px;
  background: var(--stone-pale-1);
  border-bottom: 2px solid var(--stone-dark);
  box-shadow:
    0 4px 14px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.5),
    inset 0 -1px 0 rgba(0,0,0,0.18);
  z-index: 10;
  transition: transform 300ms ease, opacity 300ms ease;
}

.hud__brand { display: flex; align-items: baseline; gap: 14px; justify-self: start; }
.hud__brand h1 {
  font-family: var(--font-display); font-weight: 700; font-size: 30px;
  letter-spacing: 0.09em; margin: 0;
  color: var(--ink-on-stone);
  text-shadow: 0 1px 0 rgba(255,255,255,0.45);
}
.hud__brand h1 em { color: var(--moss-deep-green); font-style: normal; }
.hud__subtitle {
  color: var(--moss-deep-green); background: var(--moss-tint);
  padding: 2px 8px; border-radius: 6px;
  font-size: 11.5px; font-style: italic;
  letter-spacing: 0.04em;
}

.hud__turn {
  justify-self: center; display: flex; align-items: center; justify-content: center; gap: 12px;
  font-family: var(--font-display); font-size: 19px; color: var(--ink-on-stone);
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
  white-space: nowrap;
}
.turn-swatch { width: 13px; height: 13px; border-radius: 50%; flex-shrink: 0; box-shadow: 0 0 0 3px var(--moss-tint), 0 0 9px 1px currentColor; }
.turn-swatch--A { background: var(--gold); color: var(--gold-dark); }
.turn-swatch--B { background: var(--steel); color: var(--steel-dark); }
.turn-direction { color: var(--moss-deep-green); font-family: var(--font-ui); font-size: 13px; font-weight: 600; }

.hud__center {
  justify-self: center; display: flex; align-items: center; gap: 12px;
}

.hud__actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; justify-self: end; }

.action-pips { display: flex; gap: 6px; }
.pip { width: 12px; height: 12px; border-radius: 50%; border: 1.5px solid var(--ink-faint-on-stone); background: transparent; box-shadow: inset 0 1px 1px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.4); }
.pip--spent { background: var(--moss); border-color: var(--moss-deep-green); box-shadow: inset 0 1px 1px rgba(0,0,0,0.2); }

/* --- Bottoni: pietra incisa --- */

.btn {
  background: var(--stone-pale-3);
  border: 1px solid rgba(90,90,60,0.55);
  color: var(--ink-on-stone);
  border-radius: calc(var(--radius-sm) + 4px);
  padding: 7px 13px;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.4);
  transition: background 150ms cubic-bezier(.3,.8,.3,1), box-shadow 150ms ease,
              transform 100ms ease, border-color 150ms ease;
}
.btn:hover:not(:disabled) { background: var(--stone-pale-2); border-color: var(--moss-deep-green); box-shadow: 0 3px 8px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.45); transform: translateY(-1px); }
.btn:active:not(:disabled) { transform: translateY(0); box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 2px 4px rgba(0,0,0,0.15); }
.btn:disabled { color: var(--ink-faint-on-stone); cursor: default; background: var(--moss-tint); border-color: rgba(90,90,60,0.4); box-shadow: inset 0 1px 2px rgba(0,0,0,0.15); }
.btn--ghost { background: var(--moss-tint); color: var(--ink-dim-on-stone); border-color: var(--stone-dark); box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
.btn--ghost:hover:not(:disabled) { color: var(--ink-on-stone); background: var(--moss-tint-strong); border-color: var(--moss-deep-green); box-shadow: 0 2px 5px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.45); }
.btn--ghost:disabled { color: var(--ink-faint-on-stone); border-color: rgba(90,90,60,0.4); background: rgba(120,120,90,0.2); }

.btn--tool { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; }
.btn--tool.is-active {
  border-color: var(--moss-deep-green);
  color: #f3f8ea;
  background: var(--moss);
  text-shadow: 0 1px 1px rgba(0,0,0,0.25);
  box-shadow: 0 2px 6px rgba(62,95,40,0.4), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn--icon {
  width: 30px; height: 30px; padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 16px; line-height: 1;
}

.btn__icon { font-size: 13px; opacity: 0.85; }
.btn__icon[data-icon="build"]::before   { content: "\25A6"; }
.btn__icon[data-icon="move"]::before    { content: "\27A4"; }
.btn__icon[data-icon="swap"]::before    { content: "\21C4"; }
.btn__icon[data-icon="rearguard"]::before { content: "\27F2"; }
.btn__icon[data-icon="sacrifice"]::before { content: "\2623"; }
.btn__icon[data-icon="undo"]::before { content: "\21B6"; }

/* --- Colonne --- */

.layout {
  flex: 1; display: grid; grid-template-columns: 260px 1fr 260px;
  gap: 10px; padding: 10px;
  background: var(--bg-greenish);

  min-height: 0;
}
@media (max-width: 900px) { .layout { grid-template-columns: 1fr; } }

/* =========================================================================
   Pannelli laterali — pietra pallida incisa
   ========================================================================= */

.panel {
  background: var(--stone-pale-2);
  color: var(--ink-on-stone);
  border: 1px solid var(--stone-dark);
  border-radius: var(--radius-lg);
  padding: 20px 18px;
  overflow-y: auto;
  min-height: 0;
  box-shadow:
    0 6px 20px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.5),
    inset 0 -1px 0 rgba(0,0,0,0.15);
}

.panel__player {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--font-display); font-size: 21px;
  font-weight: 700; letter-spacing: 0.02em;
  margin-bottom: 2px; color: var(--ink-on-stone);
  text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}
.panel__player .swatch { width: 11px; height: 11px; border-radius: 50%; box-shadow: 0 0 9px 2px currentColor; }
.panel[data-player="A"] .swatch { background: var(--gold); color: var(--gold-dark); }
.panel[data-player="B"] .swatch { background: var(--steel); color: var(--steel-dark); }

.panel__direction { color: var(--ink-dim-on-stone); font-size: 12px; font-style: italic; margin-bottom: 18px; }
.panel__section-title {
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink-faint-on-stone); margin: 0 0 10px;
  padding-left: 9px;
  border-left: 3px solid var(--moss);
}

.tile-counter { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.tile-counter__value {
  font-family: var(--font-display); font-size: 22px; font-weight: 700;
  color: var(--ink-on-stone);
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
.tile-counter__bar {
  flex: 1; height: 9px; background: rgba(23,35,12,0.22); border-radius: 5px; overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.35);
}
.tile-counter__fill {
  display: block; height: 100%; border-radius: 5px;
  background: linear-gradient(90deg, var(--moss-deep-green), var(--moss-bright));
  box-shadow: 0 0 8px rgba(111,156,74,0.5);
  transition: width 300ms cubic-bezier(.3,.8,.3,1);
}

.reserve-list { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-direction: column; gap: 6px; }

.reserve-item {
  display: flex; align-items: center; gap: 10px; width: 100%;
  background: var(--moss-tint);
  border: 1px solid rgba(90,90,60,0.4);
  border-radius: calc(var(--radius-sm) + 5px);
  padding: 7px 9px; cursor: pointer; text-align: left;
  color: var(--ink-on-stone);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.1);
  transition: background 150ms cubic-bezier(.3,.8,.3,1), border-color 150ms ease,
              box-shadow 150ms ease, transform 100ms ease;
}
.reserve-item:hover:not(:disabled) {
  border-color: var(--moss);
  background: var(--moss-tint);
  transform: translateY(-1px);
  box-shadow: 0 3px 9px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.45);
}
.reserve-item.is-selected {
  border-color: var(--moss-deep-green); border-width: 2px; padding: 6px 8px;
  background: var(--moss-tint-strong);
  box-shadow: 0 0 0 1px var(--moss), 0 0 14px rgba(111,156,74,0.35);
}
.reserve-item:disabled { opacity: 0.35; cursor: default; transform: none; }

.reserve-item__label { flex: 1; font-size: 14px; font-weight: 500; }
.reserve-item__count {
  font-family: var(--font-display); font-size: 15px; font-weight: 700;
  color: var(--moss-deep-green);
}

.panel__stat {
  font-size: 12.5px; color: var(--ink-dim-on-stone);
  padding-top: 10px; padding-left: 9px;
  border-top: 1px solid rgba(90,90,60,0.3);
  border-left: 3px solid var(--moss-tint);
}
.panel__stat strong { color: var(--ink-on-stone); font-family: var(--font-display); }

/* =========================================================================
   Token personaggi — medaglioni in rilievo
   ========================================================================= */

.piece-token {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; flex-shrink: 0; overflow: hidden;
}

.token--A {
  background: radial-gradient(circle at 32% 30%, #e6b95a, #8b6520 78%);
  color: #fff7e2;
  box-shadow:
    0 2px 5px rgba(0,0,0,0.45),
    inset 0 1px 2px rgba(255,255,255,0.42),
    inset 0 -2px 3px rgba(0,0,0,0.35),
    inset 0 0 0 2px rgba(255,220,140,0.25);
}
.token--B {
  background: radial-gradient(circle at 32% 30%, #8fb2be, #3d6070 78%);
  color: #eef6f9;
  box-shadow:
    0 2px 5px rgba(0,0,0,0.45),
    inset 0 1px 2px rgba(255,255,255,0.4),
    inset 0 -2px 3px rgba(0,0,0,0.35),
    inset 0 0 0 2px rgba(190,220,230,0.22);
}

.piece-token__icon { display: flex; align-items: center; justify-content: center; }
.piece-token__icon svg { width: 100%; height: 100%; display: block; filter: drop-shadow(0 1px 1px rgba(0,0,0,0.35)); }

.piece-token--lg { width: 52px; height: 52px; }
.piece-token--lg .piece-token__icon { width: 56%; height: 56%; }
.piece-token--sm { width: 30px; height: 30px; }
.piece-token--sm .piece-token__icon { width: 52%; height: 52%; }

.piece-token--img { overflow: hidden; }
.piece-token--img .piece-token__img {
  position: absolute; inset: 13%;
  width: 74%; height: 74%;
  object-fit: contain; object-position: center;
  display: block;
}
.piece-token__img--cacciatore { transform: translateX(6%); }

/* =========================================================================
   Spazio di gioco — altare di muschio con tessere incastonate
   ========================================================================= */

.board-section {
  background: var(--bg-greenish);
  display: flex; flex-direction: column; min-height: 0; position: relative;
  border: 1px solid rgba(42,58,20,0.5);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.board-toolbar {
  display: flex; align-items: center; gap: 8px; padding: 8px 12px;
  background: var(--stone-pale-2);
  border-bottom: 2px solid var(--stone-dark);
  flex-wrap: wrap; z-index: 10;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}
.board-toolbar__spacer { flex: 1; }
.board-zoom-controls { display: flex; gap: 4px; }
.board-review-controls { display: flex; gap: 4px; }

.board-viewport {
  flex: 1; overflow: hidden; min-height: 340px;
  position: relative; cursor: grab;
  display: block;
  background-color: var(--bg-greenish-2);
  background-image: url('img/sfondo2.jpg');
  background-size: cover;
  background-position: center;
}

.board-viewport.is-dragging { cursor: grabbing; }

.board-zoom {
  transform-origin: 0 0;
  will-change: transform;
}

.board-surface {
  display: grid; gap: var(--cell-gap); padding: 10px;
  width: max-content; position: relative;
  background: rgba(15,22,8,0.22);
  border: 1px solid var(--bg-greenish-5);
  border-radius: 16px;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.45),
    inset 0 2px 6px rgba(255,255,255,0.12),
    inset 0 -4px 10px rgba(20,30,9,0.45);
}

/* =========================================================================
   Tessere (celle) — le vere tessere in pietra muschiosa
   ========================================================================= */

.cell {
  width: var(--cell-size); height: var(--cell-size);
  position: relative;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--radius-tile);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.cell:not(.cell--ghost) {
  background-image: url('img/tessera.png');
  background-size: cover; background-position: center;
  border: 1px solid rgba(20,30,9,0.55);
  box-shadow:
    0 2px 4px rgba(0,0,0,0.4),
    0 6px 14px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(20,30,9,0.45),
    inset 0 0 0 1px rgba(255,255,255,0.05);
}

.cell:not(.cell--ghost):hover {
  box-shadow:
    0 3px 7px rgba(0,0,0,0.45),
    0 10px 20px rgba(0,0,0,0.3),
    inset 0 1px 0 rgba(20,30,9,0.45);
  transform: translateY(-2px);
}

.cell--ghost {
  background: var(--moss-tint-strong);
  border: 1.5px dashed var(--moss);
  opacity: 0.8;
  animation: moss-blink 1.6s ease-in-out infinite;
}
@keyframes moss-blink {
  0%, 100% { background: var(--moss-tint-strong); }
  50% { background: var(--moss-tint); }
}

.cell--buildable {
  cursor: pointer; border-color: var(--moss);
  opacity: 0.9;
  background: rgba(32,44,19,0.65);
}
.cell--buildable:hover {
  border-color: var(--moss-soft);
  background: rgba(42,62,26,0.75);
  box-shadow: 0 0 22px rgba(111,156,74,0.45);
  opacity: 1;
}

.cell--placeable { cursor: pointer; box-shadow: 0 0 0 3px var(--moss), 0 0 18px rgba(111,156,74,0.4) !important; }

/* Ritorno in Retroguardia durante il distacco forzato dello Spettro. */
.cell--detach-reserve { cursor: pointer; box-shadow: 0 0 0 3px var(--focus), 0 0 18px rgba(224,200,135,0.5) !important; }

/* Preda rimovibile con la modalità Sacrificio. */
.cell--sacrifice-target { cursor: pointer; box-shadow: 0 0 0 3px #3d6070, 0 0 18px rgba(61,96,112,0.55) !important; }

/* =========================================================================
   Fullscreen
   ========================================================================= */

/* Tutto resta nel normale flusso della pagina (nessun position:fixed né
   offset calcolati a mano): si nasconde ciò che non serve e si restringe
   ciò che deve restare, lasciando semplicemente più spazio alla mappa —
   il layout lo ricalcola da solo, senza rischio di sovrapposizioni. */

/* L'insegna in alto sparisce del tutto: turno e bottoni Passa/Patta/
   Abbandona si spostano nella barra strumenti del campo (vedi sotto),
   così resta un'unica fascia in alto, non due sovrapposte. */
.app.is-fullscreen .hud { display: none; }

.app.is-fullscreen .board-hint { display: none; }

/* I pannelli di Ambra e Cenere restano identici alla visualizzazione
   normale: stessa larghezza, stesso stile, stesso contenuto. */

/* Barra strumenti del campo: in schermo intero acquisisce anche
   l'indicatore di turno e i bottoni Passa/Patta/Abbandona, al posto
   dell'insegna nascosta. È l'unica fascia in alto, nel normale flusso
   della pagina: il campo sotto occupa tutto lo spazio restante. */
.board-toolbar__fs-turn,
.board-toolbar__fs-actions { display: none; }
.app.is-fullscreen .board-toolbar__fs-turn {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-size: 16px; color: var(--ink-on-stone);
  margin: 0 10px;
}
.app.is-fullscreen .board-toolbar__fs-actions { display: flex; gap: 8px; margin-right: 8px; }

/* Zoom e schermo intero: in schermo intero i comandi si spostano in basso
   a destra, sovrapposti alla mappa. */
.app.is-fullscreen .board-zoom-controls {
  position: absolute; bottom: 12px; right: 12px; z-index: 5;
}

/* La Cronaca, in schermo intero, sta in basso a sinistra sopra la mappa,
   con lo stesso stile di pietra delle tile dei comandi in basso a destra. */
.app.is-fullscreen #fsLogBtn {
  position: absolute; bottom: 12px; left: 12px; z-index: 5;
}

/* =========================================================================
   Suggerimento e cronaca — pietra incisa
   ========================================================================= */

.board-hint {
  margin: 0; padding: 9px 16px;
  border-top: 2px solid var(--stone-dark);
  background: var(--stone-pale-1);
  color: var(--ink-dim-on-stone); font-size: 12.5px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.board-hint__link {
  flex: none; white-space: nowrap;
  color: var(--moss-deep-green); font-weight: 600;
  text-decoration: none; border-bottom: 1px solid transparent;
}
.board-hint__link:hover {
  color: var(--moss-dark);
  border-bottom-color: currentColor;
}

.log-card {
  background: var(--stone-pale-2);
  border: 1px solid var(--stone-dark);
  border-radius: var(--radius-lg);
  width: min(680px, 92vw);
  max-height: 85vh;
  display: flex; flex-direction: column;
  box-shadow:
    0 20px 50px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.4),
    inset 0 -1px 0 rgba(0,0,0,0.15);
  animation: menu-slide-up 300ms cubic-bezier(.3,.8,.3,1);
}
.log-card__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 32px 0;
}
.log-card__header h1 {
  font-family: var(--font-display); font-weight: 700; font-size: 26px;
  letter-spacing: 0.09em; margin: 0;
  color: var(--ink-on-stone);
  text-shadow: 0 1px 0 rgba(255,255,255,0.45);
}
.log-card__header h1 em { color: var(--moss-deep-green); font-style: normal; }

.log__list {
  list-style: none; margin: 0;
  display: flex; flex-direction: column-reverse; gap: 4px;
  overflow-y: auto;
  padding: 20px 32px 32px;
}
.log__list li {
  font-size: 13.5px; color: var(--ink-dim-on-stone);
  line-height: 1.5;
}
.log__list li .log-turn {
  color: var(--moss-deep-green); margin-right: 8px;
  font-family: var(--font-display); font-weight: 700;
}

/* =========================================================================
   Menu iniziale / Nuova partita
   ========================================================================= */

.menu-overlay {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10, 15, 8, 0.92);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  animation: menu-fade-in 250ms ease-out;
}
@keyframes menu-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.menu-overlay.is-hidden { display: none; }

.menu-card {
  background: var(--stone-pale-2);
  border: 1px solid var(--stone-dark);
  border-radius: var(--radius-lg);
  padding: 40px 48px;
  max-width: 420px; width: 90%;
  text-align: center;
  box-shadow:
    0 20px 50px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.4),
    inset 0 -1px 0 rgba(0,0,0,0.15);
  animation: menu-slide-up 300ms cubic-bezier(.3,.8,.3,1);
}
@keyframes menu-slide-up {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.menu-card h1 {
  font-family: var(--font-display); font-weight: 700; font-size: 40px;
  letter-spacing: 0.09em; margin: 0 0 8px;
  color: var(--ink-on-stone);
  text-shadow: 0 1px 0 rgba(255,255,255,0.45);
}
.menu-card h1 em { color: var(--moss-deep-green); font-style: normal; }

.menu-options { display: flex; flex-direction: column; gap: 8px; margin-top: 28px; }

.menu-modes { display: flex; flex-direction: column; gap: 6px; }

.menu-mode-btn {
  display: flex; align-items: center; justify-content: center;
  width: 100%; padding: 14px 20px;
  background: var(--stone-pale-3);
  border: 1px solid rgba(90,90,60,0.55);
  color: var(--ink-on-stone);
  border-radius: calc(var(--radius-sm) + 4px);
  font-family: var(--font-ui); font-size: 15px; font-weight: 500;
  cursor: pointer; text-align: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.4);
  transition: background 150ms cubic-bezier(.3,.8,.3,1), box-shadow 150ms ease,
              transform 100ms ease, border-color 150ms ease;
}
.menu-mode-btn:hover:not(:disabled) {
  background: var(--stone-pale-2); border-color: var(--moss-deep-green);
  box-shadow: 0 3px 8px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.45);
  transform: translateY(-1px);
}
.menu-mode-btn:active:not(:disabled) { transform: translateY(0); }
.menu-mode-btn:disabled {
  color: var(--ink-faint-on-stone); cursor: default;
  background: var(--moss-tint); border-color: rgba(90,90,60,0.4);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
}
.menu-mode-btn[aria-checked="true"] {
  background: var(--moss-tint-strong);
  border-color: var(--moss-deep-green);
  color: var(--ink-on-stone);
  box-shadow:
    0 0 0 2px var(--moss),
    0 2px 6px rgba(62,95,40,0.3),
    inset 0 1px 0 rgba(255,255,255,0.3);
}

.menu-btn--primary {
  background: var(--moss);
  color: #f3f8ea;
  border-color: var(--moss-deep-green);
  text-shadow: 0 1px 1px rgba(0,0,0,0.25);
  box-shadow: 0 2px 6px rgba(62,95,40,0.4), inset 0 1px 0 rgba(255,255,255,0.25);
  padding: 16px 20px;
  margin-top: 12px;
}
.menu-btn--primary:hover:not(:disabled) {
  filter: brightness(1.08);
}

.menu-footer {
  margin-top: 20px;
  text-align: right;
}
.menu-footer a {
  color: var(--ink-faint-on-stone);
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 150ms ease, border-color 150ms ease;
}
.menu-footer a:hover {
  color: var(--moss-deep-green);
  border-bottom-color: var(--moss-deep-green);
}

/* =========================================================================
   Gameplay — Preda, mosse, pezzi avvinghiati
   ========================================================================= */

/* --- Badge HUD: bonus / Preda attiva --- */

.bonus-badge, .preda-badge {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 12px; font-weight: 700; letter-spacing: 0.05em;
  padding: 2px 9px; border-radius: 20px;
}
.bonus-badge { background: var(--gold-dark); color: #fff3d8; box-shadow: inset 0 1px 0 rgba(255,255,255,0.35); }
.preda-badge {
  background: var(--preda);
  color: #fff6ee;
  letter-spacing: 0.08em;
  box-shadow: 0 0 10px rgba(193,84,46,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}
/* Condizione di attivazione raggiunta, ma la Preda entra in gioco solo
   dall’inizio del turno successivo. */
.preda-badge--pending {
  background: transparent;
  color: var(--preda);
  border: 1px solid var(--preda);
  box-shadow: none;
}
.review-badge {
  display: inline-block;
  background: var(--stone-dark);
  color: #f0ead6;
  font-family: var(--font-ui);
  font-size: 12px; font-weight: 700; letter-spacing: 0.05em;
  padding: 2px 9px; border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

/* --- Token: Preda (anello rosso), pezzo avvinghiato e Spettro --- */

.piece-token--preda {
  box-shadow:
    0 2px 5px rgba(0,0,0,0.45),
    inset 0 1px 2px rgba(255,255,255,0.42),
    0 0 0 3px var(--preda),
    0 0 16px rgba(193,84,46,0.55) !important;
}

/* Bersaglio avvinghiato: ancora riconoscibile, ma "tenuto" da un anello */
/* di vincolo scuro e leggermente attenuato. */
.piece-token--bound {
  opacity: 0.62;
  filter: saturate(0.65) brightness(0.95);
  box-shadow:
    0 2px 5px rgba(0,0,0,0.4),
    inset 0 1px 2px rgba(255,255,255,0.35),
    0 0 0 3px var(--moss-dark),
    0 0 12px rgba(26,36,18,0.5) !important;
}

/* Spettro avvinghiato: spirito trasparente che si avvinghia al bersaglio, */
/* con alone muschio pulsante. */
.piece-token--entangled {
  position: absolute;
  width: 54%; height: 54%;
  top: 2%; left: 2%;
  z-index: 3;
  border-radius: 50%;
  box-shadow:
    0 0 10px rgba(0,0,0,0.55),
    0 0 0 2px rgba(111,156,74,0.85),
    0 0 18px rgba(111,156,74,0.5),
    inset 0 1px 2px rgba(255,255,255,0.35) !important;
  filter: drop-shadow(0 0 5px rgba(111,156,74,0.55));
  animation: specter-grip 2.6s ease-in-out infinite;
}
@keyframes specter-grip {
  0%, 100% { opacity: 0.9; }
  50% { opacity: 0.7; }
}

/* --- Celle: selezione, destinazioni, Preda --- */

.cell--selected {
  box-shadow: 0 0 0 3px var(--focus), 0 0 22px rgba(224,200,135,0.55) !important;
}
.cell--dest {
  cursor: pointer;
  box-shadow: inset 0 0 0 3px rgba(111,156,74,0.9), 0 0 18px rgba(111,156,74,0.45) !important;
}
.cell--dest-attack {
  cursor: pointer;
  box-shadow: inset 0 0 0 3px var(--preda), 0 0 18px rgba(193,84,46,0.5) !important;
}

.dest-marker {
  position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%);
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--moss-bright);
  box-shadow: 0 0 8px rgba(141,187,95,0.9);
  pointer-events: none;
}
.dest-marker[data-kind="capture"],
.dest-marker[data-kind="rescue"],
.dest-marker[data-kind="entangle"],
.dest-marker[data-kind="win"] { background: var(--preda); box-shadow: 0 0 8px rgba(193,84,46,0.9); }
/* Cattura diretta della Preda: marker più grande e pulsante. */
.dest-marker[data-kind="win"] {
  width: 13px; height: 13px;
  animation: win-pulse 1s ease-in-out infinite;
}
@keyframes win-pulse {
  0%, 100% { box-shadow: 0 0 6px rgba(193,84,46,0.6); }
  50% { box-shadow: 0 0 16px rgba(193,84,46,1); }
}
.dest-marker[data-kind="detach"] { background: var(--focus); box-shadow: 0 0 8px rgba(224,200,135,0.9); }

.board-hint--warn {
  color: #7a2d12;
  background: #f3d9c8;
  font-weight: 600;
}

/* --- Pannello: personaggi attivi --- */

.active-section { margin-bottom: 18px; }

.active-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 5px;
}
.active-item {
  display: flex; align-items: center; gap: 9px;
  padding: 4px 7px;
  background: var(--moss-tint);
  border: 1px solid rgba(90,90,60,0.35);
  border-radius: 6px;
}
.active-item--preda {
  border-color: var(--preda);
  background: rgba(193,84,46,0.12);
  box-shadow: 0 0 0 1px rgba(193,84,46,0.4);
}
.active-item__label { font-size: 12px; color: var(--ink-dim-on-stone); }
.active-item__label em { font-style: normal; color: var(--preda); font-weight: 700; }
.panel__stat--empty { border: none; color: var(--ink-faint-on-stone); font-style: italic; }

/* --- Overlay risultato --- */

.menu-btn {
  background: var(--stone-pale-3);
  border: 1px solid rgba(90,90,60,0.55);
  color: var(--ink-on-stone);
  border-radius: calc(var(--radius-sm) + 4px);
  font-family: var(--font-ui); font-size: 14px; font-weight: 500;
  padding: 12px 18px; cursor: pointer;
  box-shadow: 0 1px 2px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.4);
  transition: background 150ms cubic-bezier(.3,.8,.3,1), box-shadow 150ms ease,
              transform 100ms ease, border-color 150ms ease;
}
.menu-btn:hover:not(:disabled) {
  background: var(--stone-pale-2); border-color: var(--moss-deep-green);
  box-shadow: 0 3px 8px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.45);
  transform: translateY(-1px);
}
.menu-btn--primary {
  background: var(--moss);
  color: #f3f8ea;
  border-color: var(--moss-deep-green);
  text-shadow: 0 1px 1px rgba(0,0,0,0.25);
  box-shadow: 0 2px 6px rgba(62,95,40,0.4), inset 0 1px 0 rgba(255,255,255,0.25);
}
.menu-btn--primary:hover:not(:disabled) { filter: brightness(1.08); }

.menu-result {
  margin: 18px 0 4px;
  font-family: var(--font-display);
  font-size: 19px; color: var(--ink-dim-on-stone);
}
.result-flag { display: block; font-size: 14px; letter-spacing: 0.14em; }

/* --- Pips a azione singola --- */

.action-pips .pip { width: 16px; height: 16px; }

/* =========================================================================
   Regolamento — overlay scorrevole
   ========================================================================= */

.rules-overlay {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10, 15, 8, 0.92);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  animation: menu-fade-in 250ms ease-out;
}
.rules-overlay.is-hidden { display: none; }

.rules-card {
  background: var(--stone-pale-2);
  border: 1px solid var(--stone-dark);
  border-radius: var(--radius-lg);
  max-width: 680px; width: 92%;
  max-height: 85vh;
  display: flex; flex-direction: column;
  box-shadow:
    0 20px 50px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.4),
    inset 0 -1px 0 rgba(0,0,0,0.15);
  animation: menu-slide-up 300ms cubic-bezier(.3,.8,.3,1);
}

.rules-card__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 32px 0;
}

.rules-card__header h1 {
  font-family: var(--font-display); font-weight: 700; font-size: 32px;
  letter-spacing: 0.09em; margin: 0;
  color: var(--ink-on-stone);
  text-shadow: 0 1px 0 rgba(255,255,255,0.45);
}
.rules-card__header h1 em { color: var(--moss-deep-green); font-style: normal; }

.rules-card__close {
  flex: none; width: 30px; height: 30px;
  background: transparent; border: 1px solid rgba(90,90,60,0.4);
  color: var(--ink-dim-on-stone); box-shadow: none;
}
.rules-card__close:hover { border-color: var(--moss-deep-green); color: var(--moss-deep-green); }

.rules-card__body {
  padding: 20px 32px 32px;
  overflow-y: auto;
  color: var(--ink-on-stone);
  line-height: 1.6;
}

.rules-card__body h2 {
  font-family: var(--font-display); font-weight: 700; font-size: 22px;
  letter-spacing: 0.04em; margin: 0 0 18px;
  color: var(--ink-on-stone);
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

.rules-card__body h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 17px;
  letter-spacing: 0.03em; margin: 22px 0 8px;
  color: var(--moss-deep-green);
}

.rules-card__body h4 {
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  margin: 16px 0 6px;
  color: var(--ink-on-stone);
}

.rules-card__body p {
  margin: 0 0 10px; font-size: 14.5px;
}

.rules-card__body ul,
.rules-card__body ol {
  margin: 0 0 12px; padding-left: 22px;
  font-size: 14.5px;
}
.rules-card__body li { margin-bottom: 4px; }

.rules-card__body hr {
  border: none; border-top: 1px solid rgba(90,90,60,0.35);
  margin: 20px 0;
}

.rules-card__body strong { color: var(--ink-on-stone); }

.rules-table {
  width: 100%; border-collapse: collapse;
  margin: 12px 0 16px; font-size: 13.5px;
}
.rules-table th {
  text-align: left; font-weight: 600;
  padding: 8px 10px;
  border-bottom: 2px solid var(--stone-dark);
  color: var(--ink-on-stone);
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em;
}
.rules-table td {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(90,90,60,0.25);
  vertical-align: top;
}
.rules-table td:nth-child(2) {
  text-align: center; font-family: var(--font-display); font-weight: 700;
  color: var(--moss-deep-green);
  white-space: nowrap;
}

/* =========================================================================
   Gioca contro il computer — opzioni del menu
   ========================================================================= */

/* =========================================================================
   Chiarezza dell'interfaccia — attesa del computer, identità del giocatore,
   ultima mossa giocata, richiamo per il distacco dello Spettro
   ========================================================================= */

/* --- Rivincita in locale: i due pannelli si scambiano di lato --- */

/* La sezione centrale ha order:0 per difetto, quindi finirebbe nella prima
   colonna (260px): va numerata anche lei. */
.layout--swapped #panelB { order: 1; }
.layout--swapped .board-section { order: 2; }
.layout--swapped #panelA { order: 3; }

/* --- "Il computer sta pensando" --- */

.thinking {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 3px 12px 3px 9px; border-radius: 20px;
  background: var(--moss-panel);
  border: 1px solid var(--moss-line);
  color: var(--ink-on-moss);
  font-family: var(--font-ui); font-size: 12.5px; letter-spacing: 0.04em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
  animation: thinking-in 200ms ease-out;
}
@keyframes thinking-in {
  from { opacity: 0; transform: translateY(-3px); }
  to   { opacity: 1; transform: none; }
}
.thinking__spinner {
  width: 13px; height: 13px; flex: none;
  border-radius: 50%;
  border: 2px solid rgba(198,202,164,0.28);
  border-top-color: var(--moss-bright);
  animation: thinking-spin 700ms linear infinite;
}
@keyframes thinking-spin { to { transform: rotate(360deg); } }
.thinking__text { white-space: nowrap; }

@media (prefers-reduced-motion: reduce) {
  .thinking__spinner { animation-duration: 2.4s; }
}

/* --- Identità: chi sei, e chi è il computer --- */

.panel__identity {
  margin-left: auto;
  font-family: var(--font-ui); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 2px 9px; border-radius: 20px;
  white-space: nowrap;
}
.panel__identity--you {
  background: var(--moss-deep-green); color: #eaf1d8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
}
.panel__identity--ai {
  background: transparent; color: var(--ink-dim-on-stone);
  border: 1px solid rgba(86,87,79,0.5);
}

/* Il proprio schieramento resta riconoscibile a colpo d'occhio. */
.panel--you {
  border-color: var(--moss-deep-green);
  box-shadow:
    0 6px 20px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.5),
    inset 0 -1px 0 rgba(0,0,0,0.15),
    0 0 0 2px var(--moss-tint-strong);
}

/* --- Ultima azione giocata: si capisce cosa è appena successo --- */

.cell--last { position: relative; }
.cell--last::after {
  content: ''; position: absolute; inset: 0;
  border-radius: var(--radius-tile);
  pointer-events: none;
  box-shadow: inset 0 0 0 3px var(--focus);
  animation: last-fade 1.1s ease-out;
}
@keyframes last-fade {
  0%   { box-shadow: inset 0 0 0 3px var(--focus), inset 0 0 26px rgba(224,200,135,0.75); }
  100% { box-shadow: inset 0 0 0 3px var(--focus); }
}
/* La casella di partenza resta più discreta di quella di arrivo. */
.cell--last-from::after { box-shadow: inset 0 0 0 2px rgba(224,200,135,0.5); animation: none; }
.cell--last-build::after { box-shadow: inset 0 0 0 3px var(--moss-bright); }
.cell--last-gone::after { box-shadow: inset 0 0 0 3px var(--preda); }

/* --- Striscia di richiamo sopra il campo (distacco dello Spettro) --- */

.callout {
  display: flex; align-items: center; gap: 14px;
  padding: 11px 16px;
  background: var(--moss-panel);
  border-bottom: 2px solid var(--focus);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 4px 14px rgba(0,0,0,0.3);
  animation: callout-in 240ms cubic-bezier(.3,.8,.3,1);
  z-index: 9;
}
@keyframes callout-in {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: none; }
}
.callout__mark {
  flex: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--focus);
  box-shadow: 0 0 0 4px rgba(224,200,135,0.22), 0 0 16px rgba(224,200,135,0.5);
  animation: callout-pulse 1.5s ease-in-out infinite;
}
@keyframes callout-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(224,200,135,0.22), 0 0 16px rgba(224,200,135,0.5); }
  50%      { box-shadow: 0 0 0 8px rgba(224,200,135,0.1), 0 0 22px rgba(224,200,135,0.75); }
}
.callout--A .callout__mark { background: var(--gold); }
.callout--B .callout__mark { background: var(--steel); }
.callout__body { flex: 1; min-width: 0; }
.callout__title {
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  letter-spacing: 0.04em; margin: 0; color: #f4edd6;
}
.callout__text {
  margin: 2px 0 0; font-size: 13px; line-height: 1.45;
  color: var(--ink-on-moss);
}
.callout__btn { flex: none; }

@media (prefers-reduced-motion: reduce) {
  .callout__mark { animation: none; }
}

/* Lo Spettro da staccare e le sue destinazioni, ben visibili sul campo. */
.cell--detach-source {
  animation: detach-throb 1.4s ease-in-out infinite;
}
@keyframes detach-throb {
  0%, 100% { box-shadow: 0 0 0 3px var(--focus), 0 0 18px rgba(224,200,135,0.5) !important; }
  50%      { box-shadow: 0 0 0 5px var(--focus), 0 0 30px rgba(224,200,135,0.85) !important; }
}
.cell--detach-target { animation: detach-target-throb 1.4s ease-in-out infinite; }
@keyframes detach-target-throb {
  0%, 100% { box-shadow: 0 0 0 3px var(--moss), 0 0 18px rgba(111,156,74,0.4) !important; }
  50%      { box-shadow: 0 0 0 4px var(--moss-bright), 0 0 26px rgba(141,187,95,0.7) !important; }
}
@media (prefers-reduced-motion: reduce) {
  .cell--detach-source, .cell--detach-target { animation: none; }
}

/* --- Resoconto delle mosse dell'avversario --- */

.move-report {
  position: absolute; left: 14px; bottom: 14px; z-index: 12;
  max-width: 330px;
  background: var(--stone-pale-2);
  border: 1px solid var(--stone-dark);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 28px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.4);
  animation: report-in 240ms cubic-bezier(.3,.8,.3,1);
}
@keyframes report-in {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}
.move-report__head {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 10px 8px 13px;
  border-bottom: 1px solid rgba(86,87,79,0.35);
  font-family: var(--font-display); font-weight: 700; font-size: 14.5px;
  letter-spacing: 0.04em; color: var(--ink-on-stone);
}
.move-report__close {
  margin-left: auto; flex: none; width: 24px; height: 24px;
  padding: 0; font-size: 11px;
  background: transparent; border: 1px solid rgba(90,90,60,0.35);
  box-shadow: none; color: var(--ink-dim-on-stone);
}
.move-report__close:hover { border-color: var(--moss-deep-green); color: var(--moss-deep-green); }
.move-report__list {
  list-style: none; margin: 0; padding: 9px 13px 11px;
  font-size: 13px; line-height: 1.45; color: var(--ink-on-stone);
}
.move-report__list li { margin: 0; padding: 3px 0 3px 14px; position: relative; }
.move-report__list li + li { border-top: 1px solid rgba(86,87,79,0.2); }
.move-report__list li::before {
  content: '›'; position: absolute; left: 2px; top: 3px;
  color: var(--moss-deep-green); font-weight: 700;
}

@media (max-width: 900px) {
  .move-report { left: 8px; right: 8px; bottom: 8px; max-width: none; }
  .callout { flex-wrap: wrap; }
  .callout__btn { margin-left: 40px; }
}

.is-hidden { display: none !important; }

.menu-computer {
  margin-top: 4px;
  border-top: 1px dashed rgba(90,90,60,0.35);
  padding-top: 14px;
  display: flex; flex-direction: column; gap: 12px;
  text-align: left;
}
.menu-opt-row { display: flex; flex-direction: column; gap: 7px; }
.menu-opt-label {
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--ink-faint-on-stone); padding-left: 9px;
  border-left: 3px solid var(--moss);
}
.menu-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.menu-chip {
  flex: 1; min-width: 60px;
  background: var(--stone-pale-3);
  border: 1px solid rgba(90,90,60,0.55);
  color: var(--ink-on-stone);
  border-radius: calc(var(--radius-sm) + 4px);
  padding: 8px 6px; cursor: pointer; text-align: center;
  font-size: 13px; font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.18);
  transition: background 150ms ease, border-color 150ms ease,
              box-shadow 150ms ease, transform 100ms ease;
}
.menu-chip:hover {
  background: var(--stone-pale-2); border-color: var(--moss-deep-green);
  transform: translateY(-1px);
}
.menu-chip[aria-checked="true"] {
  background: var(--moss-tint-strong);
  border-color: var(--moss-deep-green);
  box-shadow: 0 0 0 2px var(--moss), 0 2px 6px rgba(62,95,40,0.3);
}
.menu-chip[data-color="A"][aria-checked="true"]::before {
  content: "\25CF"; color: var(--gold-dark); margin-right: 6px; font-size: 10px;
}
.menu-chip[data-color="B"][aria-checked="true"]::before {
  content: "\25CF"; color: var(--steel-dark); margin-right: 6px; font-size: 10px;
}