:root{
--card-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.card-lift{ box-shadow: var(--card-shadow); border: 0; }
.sticky-actions{ position: sticky; top: 0; z-index: 10; background: #fff; padding: .75rem; border-bottom: 1px solid #eee; }
.table-sticky th{ position: sticky; top: 56px; background: #fff; z-index: 5; }
.badge-glitter{ background: linear-gradient(45deg, #f9d423, #ff4e50); color:#111; }
.grid-compact{ display:grid; grid-template-columns: repeat(4, 1fr); gap:.5rem; }
@media (min-width:768px){ .grid-compact{ grid-template-columns: repeat(8, 1fr); } }
.sticker-tile{ border:1px solid #e5e7eb; border-radius:.75rem; padding:.5rem; }
.sticker-tile h6{ font-weight:600; font-size:.95rem; margin:0 0 .25rem; }
.sticker-mini{ font-size:.8rem; }
.btn-group .btn.active { pointer-events: none; }
  .tile h6 { font-size:.95rem; font-weight:600; margin:0 0 .35rem; }
  .tile h6 .nm { font-size:.72rem; font-weight:500; color:#6b7280; } /* deutlich kleiner */