body { min-height: 100vh; }
.navbar-brand i { color: #ffc107; }
.card-soft { border: 0; box-shadow: 0 .25rem 1rem rgba(0,0,0,.06); }
.flag-icon { width: 24px; height: 24px; object-fit: contain; border-radius: 2px; }
.fixture-team { min-width: 210px; }
.table td, .table th { vertical-align: middle; }
.hero { background: linear-gradient(135deg, #0d6efd 0%, #1b1f23 100%); color: white; }
.icon-circle { width: 42px; height: 42px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; background:#f1f3f5; }
.flag-icon { width: 24px; height: 18px; object-fit: contain; border-radius: 2px; }
.card-soft { border: 0; box-shadow: 0 .25rem 1rem rgba(0,0,0,.06); }
.ticket-card { border: 2px dashed #adb5bd; }
.bronze-badge { background-color: #cd7f32; color: #fff; }
@media print {
  nav, .d-print-none, .btn, form { display: none !important; }
  body { background: #fff !important; }
  main.container-fluid { padding: 0 !important; }
  .ticket-print-grid .col-md-6, .ticket-print-grid .col-xl-4 { width: 50% !important; float: left; page-break-inside: avoid; }
  .ticket-card { box-shadow: none !important; margin-bottom: 12px; }
}
