/* BUDCLUB Shop Bridge v1.0.9 checkout UX polish. Visual-only; no business logic. */
.bcsb-processing { cursor: wait !important; pointer-events: none !important; opacity: .85; }
.bcsb-bridge-notice { margin: 12px 0; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(220, 38, 38, .25); background: #fff5f5; color: #7f1d1d; font-size: 14px; line-height: 1.4; }
.bcsb-bridge-notice[hidden] { display: none !important; }
.bcsb-checkout-overlay { position: fixed; inset: 0; z-index: 999999; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(12, 13, 10, .82); backdrop-filter: blur(3px); }
.bcsb-checkout-overlay.is-active { display: flex; }
.bcsb-checkout-overlay__card { width: min(420px, 100%); border-radius: 22px; border: 1px solid rgba(158, 240, 26, .28); background: #10130d; color: #f4f3ec; text-align: center; padding: 28px 22px; box-shadow: 0 20px 70px rgba(0, 0, 0, .45); }
.bcsb-checkout-overlay__spinner { width: 44px; height: 44px; margin: 0 auto 16px; border-radius: 50%; border: 3px solid rgba(244, 243, 236, .18); border-top-color: #9ef01a; animation: bcsb-spin .9s linear infinite; }
.bcsb-checkout-overlay__title { margin: 0 0 8px; font-size: 20px; line-height: 1.2; font-weight: 800; }
.bcsb-checkout-overlay__text { margin: 0; color: #cbd2c0; font-size: 14px; line-height: 1.45; }
@keyframes bcsb-spin { to { transform: rotate(360deg); } }
