:root {
    --ep-soft: #f5f7fb;
}
body { background: var(--ep-soft); }
.page-wrap { padding-top: 24px; padding-bottom: 40px; max-width: 1400px; }
.card { border: 0; border-radius: 18px; box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08); }
.card-header { border-radius: 18px 18px 0 0 !important; }
.btn { border-radius: 10px; }
.form-control, .form-select { border-radius: 10px; }
.table thead th { white-space: nowrap; }
.stat-card { min-height: 120px; }
.stat-number { font-size: 2rem; font-weight: 800; }
.ticket-card { max-width: 520px; margin: 0 auto; border: 2px dashed #1f2937; background: white; }
.ticket-title { letter-spacing: 0.14em; font-weight: 800; }
.qr-box { min-height: 240px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 16px; }
.profile-photo { width: 64px; height: 64px; object-fit: cover; border-radius: 14px; border: 1px solid #ddd; }
.profile-photo-lg { width: 120px; height: 120px; object-fit: cover; border-radius: 18px; border: 1px solid #ddd; }
.copy-input { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.85rem; }
.scanner-box { background: #111827; border-radius: 18px; padding: 12px; color: #fff; }
#reader video { border-radius: 12px; }
@media print {
    .navbar, .no-print, .btn, .alert { display: none !important; }
    body { background: #fff; }
    .page-wrap { padding: 0; }
    .card { box-shadow: none; border: 1px solid #ddd; }
    .ticket-card { page-break-inside: avoid; }
}
