/**
 * CBT Events - Ticket Scanner
 */
.cbt-scanner-page { min-height: 100vh; background: #0a1f44; color: #fff; }
.cbt-scanner-header { padding: 20px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.1); }
.cbt-scanner-header h1 { margin: 0; font-size: 20px; }
.cbt-scanner-container { max-width: 500px; margin: 0 auto; padding: 20px; }
#cbt-qr-reader { width: 100%; border-radius: 12px; overflow: hidden; margin-bottom: 20px; }
.cbt-manual-entry { background: rgba(255,255,255,0.1); padding: 20px; border-radius: 12px; }
.cbt-manual-entry input { width: 100%; padding: 12px; border: none; border-radius: 8px; font-size: 16px; margin-bottom: 12px; }
.cbt-manual-entry button { width: 100%; padding: 12px; background: #cfaf86; color: #0a1f44; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; }
.cbt-scan-result { padding: 20px; border-radius: 12px; text-align: center; margin-bottom: 20px; }
.cbt-scan-result.success { background: rgba(16, 185, 129, 0.2); }
.cbt-scan-result.error { background: rgba(239, 68, 68, 0.2); }
.cbt-scan-result h2 { margin: 0 0 12px; }
.cbt-attendee-details { background: rgba(255,255,255,0.1); padding: 16px; border-radius: 8px; text-align: left; }
.cbt-check-in-btn { width: 100%; padding: 14px; background: #10b981; color: #fff; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; margin-top: 16px; }
