:root {
  --cover-h: 180px;
  --card-w: 280px;
  --grid-min: var(--card-w);
  --gap: 18px;

  --bg: #0b1220;
  --ink: #e5e7eb;
  --muted: #94a3b8;
  --panel: #0f172a;
  --border: #1f2a44;

  --modal-dur: .28s;
  --modal-ease: cubic-bezier(.22, .61, .36, 1);
}
