#bm-reg-app { max-width: 680px; margin: 0 auto; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif; }
.bm-progress { display: flex; margin-bottom: 32px; border-radius: 8px; overflow: hidden; }
.bm-step { flex: 1; padding: 12px 8px; text-align: center; background: #f3f4f6; font-size: 13px; font-weight: 600; color: #9ca3af; display: flex; align-items: center; justify-content: center; gap: 6px; }
.bm-step span { width: 24px; height: 24px; border-radius: 50%; background: #d1d5db; color: white; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
.bm-step.active { background: #1a56db; color: white; }
.bm-step.active span { background: rgba(255,255,255,.3); }
.bm-step.done { background: #d1fae5; color: #065f46; }
.bm-step.done span { background: #059669; }
.bm-form-step { display: none; }
.bm-form-step.active { display: block; }
.bm-form-step h3 { font-size: 22px; margin-bottom: 20px; color: #1f2937; }
.bm-field { margin-bottom: 16px; }
.bm-field label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 6px; color: #374151; }
.bm-field input[type="text"], .bm-field input[type="email"], .bm-field input[type="tel"],
.bm-field input[type="number"], .bm-field select, .bm-field textarea {
  width: 100%; padding: 11px 14px; border: 2px solid #e5e7eb; border-radius: 8px;
  font-size: 15px; transition: border-color .15s; }
.bm-field input:focus, .bm-field select:focus, .bm-field textarea:focus { outline: none; border-color: #1a56db; }
.bm-hint { font-size: 12px; color: #9ca3af; margin-top: 4px; display: block; }
.req { color: #dc2626; }
.bm-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 480px) { .bm-row { grid-template-columns: 1fr; } }
.bm-toggle-group { display: flex; gap: 12px; }
.bm-toggle { display: flex; align-items: center; gap: 6px; cursor: pointer; font-weight: 500; }
.bm-acc-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(140px,1fr)); gap: 8px; margin-bottom: 10px; }
.bm-acc-item { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border: 2px solid #e5e7eb; border-radius: 8px; cursor: pointer; font-size: 14px; transition: border-color .15s, background .15s; }
.bm-acc-item:has(input:checked) { border-color: #1a56db; background: #eff6ff; }
.bm-acc-keys { margin: 8px 0; display: flex; align-items: center; padding: 10px 0; }
.bm-payment-options { display: flex; gap: 12px; }
.bm-payment-option input { display: none; }
.bm-payment-card { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 16px 24px; border: 2px solid #e5e7eb; border-radius: 10px; cursor: pointer; transition: all .15s; min-width: 100px; }
.bm-payment-option input:checked + .bm-payment-card { border-color: #1a56db; background: #eff6ff; }
.bm-payment-icon { font-size: 28px; }
.bm-payment-name { font-size: 14px; font-weight: 600; }
.bm-conditions-box { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; padding: 16px; margin-bottom: 20px; }
.bm-conditions-box h4 { margin-bottom: 10px; font-size: 16px; }
.bm-conditions-text { max-height: 200px; overflow-y: auto; font-size: 13px; color: #4b5563; line-height: 1.6; }
.bm-checkboxes { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.bm-check-item { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 14px; }
.bm-check-item input { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: #1a56db; }
.bm-actions { display: flex; gap: 12px; justify-content: flex-end; margin-top: 24px; }
.bm-btn { padding: 12px 20px; border-radius: 8px; font-weight: 600; font-size: 15px; border: none; cursor: pointer; transition: all .15s; }
.bm-btn-primary { background: #1a56db; color: white; }
.bm-btn-primary:hover { background: #1648c0; }
.bm-btn-secondary { background: #f3f4f6; color: #374151; }
.bm-btn-secondary:hover { background: #e5e7eb; }
.bm-btn-lg { padding: 14px 28px; font-size: 17px; }
.bm-btn:disabled { opacity: .5; cursor: not-allowed; }
.bm-notice { padding: 12px 16px; border-radius: 8px; margin-bottom: 16px; font-size: 14px; }
.bm-notice-error { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }
.bm-notice-warning { background: #fef3c7; color: #92400e; border: 1px solid #fcd34d; }
.bm-summary { background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 8px; padding: 16px; margin-bottom: 20px; font-size: 14px; }
.bm-summary h4 { margin-bottom: 8px; font-size: 16px; }
.bm-summary table { width: 100%; }
.bm-summary td { padding: 3px 0; }
.bm-summary td:first-child { font-weight: 600; color: #4b5563; width: 140px; }
.bm-success-box { text-align: center; padding: 40px 20px; }
.bm-success-icon { font-size: 64px; margin-bottom: 16px; }
.bm-success-box h2 { font-size: 28px; margin-bottom: 12px; color: #059669; }
.bm-success-box p { font-size: 16px; color: #4b5563; margin-bottom: 24px; }
.bm-id-display { background: #f0fdf4; border: 2px solid #6ee7b7; border-radius: 10px; padding: 20px; display: inline-block; min-width: 200px; }
.bm-id-label { font-size: 12px; text-transform: uppercase; letter-spacing: .5px; color: #065f46; font-weight: 700; }
.bm-id-value { font-size: 32px; font-weight: 900; color: #059669; letter-spacing: 2px; margin: 8px 0; }
.bm-id-hint { font-size: 12px; color: #6b7280; }

/* Payout info boxes */
.bm-payout-info { padding: 12px 16px; border-radius: 8px; font-size: 14px; margin-bottom: 12px; }
.bm-payout-info-cash { background: #f0fdf4; border: 1px solid #6ee7b7; color: #065f46; }
.bm-payout-info p { margin: 0; }

/* Event info on success screen */
.bm-event-info-box { display: flex; align-items: flex-start; gap: 12px; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 10px; padding: 16px 20px; margin-top: 20px; text-align: left; }
.bm-event-info-icon { font-size: 24px; flex-shrink: 0; }
.bm-event-info-name { font-weight: 700; font-size: 16px; color: #1e40af; margin-bottom: 4px; }
.bm-event-info-detail { font-size: 14px; color: #374151; margin-top: 2px; }

/* Modals */
.bm-modal { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 16px; }
.bm-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.bm-modal-box { position: relative; background: white; border-radius: 12px; width: 100%; max-width: 600px; max-height: 85vh; display: flex; flex-direction: column; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.bm-modal-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px 16px; border-bottom: 1px solid #e5e7eb; }
.bm-modal-header h3 { margin: 0; font-size: 18px; color: #111827; }
.bm-modal-close { background: none; border: none; font-size: 20px; cursor: pointer; color: #6b7280; padding: 4px 8px; border-radius: 6px; transition: background .15s; line-height: 1; }
.bm-modal-close:hover { background: #f3f4f6; color: #111827; }
.bm-modal-body { flex: 1; overflow-y: auto; padding: 20px 24px; font-size: 14px; line-height: 1.7; color: #374151; }
.bm-modal-body p { margin: 0 0 12px; }
.bm-modal-body a { color: #1a56db; }
.bm-modal-footer { padding: 16px 24px; border-top: 1px solid #e5e7eb; display: flex; justify-content: flex-end; }
.bm-check-item a.bm-modal-link { color: #1a56db; text-decoration: underline; }

