.login-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.login-modal-container{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:640px;width:100%;padding:40px;position:relative;animation:slideUp .3s ease-out}@media (prefers-color-scheme:dark){.login-modal-container{background:rgba(30,30,30,.95)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-modal-close{position:absolute;top:20px;right:20px;background:rgba(0,0,0,.05);border:none;border-radius:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#666}.login-modal-close:hover{background:rgba(0,0,0,.1);color:#000;transform:scale(1.1)}@media (prefers-color-scheme:dark){.login-modal-close{background:rgba(255,255,255,.1);color:#aaa}.login-modal-close:hover{background:rgba(255,255,255,.15);color:#fff}}.login-modal-header{text-align:center;margin-bottom:20px}.language-selector{margin:20px 0}.language-selector label{display:block;font-size:14px;font-weight:600;color:#666;margin-bottom:8px;text-align:left}.language-select{width:100%;padding:12px 40px 12px 16px;border:2px solid rgba(0,0,0,.1);border-radius:12px;background-color:white;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px 12px;font-size:16px;font-weight:500;color:#000;cursor:pointer;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none}.language-select:hover{border-color:rgba(0,0,0,.2);background-color:rgba(0,0,0,.02)}.language-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}@media (prefers-color-scheme:dark){.language-selector label{color:#aaa}.language-select{background-color:rgba(255,255,255,.1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23aaa' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px 12px;border-color:rgba(255,255,255,.2);color:#fff}.language-select:hover{border-color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.05)}}.login-modal-logo h1{font-size:48px;font-weight:900;margin:0 0 4px;letter-spacing:-2px;text-transform:uppercase;color:#1F2937;text-shadow:0 2px 10px rgba(0,0,0,.1)}@media (prefers-color-scheme:dark){.login-modal-logo h1{color:#F3F4F6}}.login-modal-logo p{font-size:12px;color:#999;margin:0 0 16px;font-weight:500}.login-modal-header h2{font-size:22px;font-weight:700;margin:0 0 6px;color:#1a1a1a}@media (prefers-color-scheme:dark){.login-modal-header h2{color:#fff}}.login-modal-subtitle{font-size:14px;color:#666;margin:0;line-height:1.4}@media (prefers-color-scheme:dark){.login-modal-subtitle{color:#aaa}}.login-modal-content{display:flex;flex-direction:column;gap:16px}.login-error{display:flex;align-items:center;gap:12px;padding:14px 16px;background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.3);border-radius:12px;color:#dc2626;font-size:14px;font-weight:500;animation:shake .3s ease}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.login-error svg{flex-shrink:0}.login-google-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;background:white;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;font-weight:600;color:#1a1a1a;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.05)}.login-google-button:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.login-google-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px rgba(0,0,0,.08)}.login-google-button:disabled{opacity:.6;cursor:not-allowed}@media (prefers-color-scheme:dark){.login-google-button{background:rgba(255,255,255,.95);border-color:rgba(255,255,255,.2)}.login-google-button:hover:not(:disabled){background:white;border-color:rgba(255,255,255,.3)}}.login-spinner{width:20px;height:20px;border:3px solid #e5e7eb;border-top-color:#4285f4;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.login-divider{display:flex;align-items:center;text-align:center;margin:8px 0}.login-divider:after,.login-divider:before{content:"";flex:1 1;border-bottom:1px solid #e5e7eb}@media (prefers-color-scheme:dark){.login-divider:after,.login-divider:before{border-bottom-color:rgba(255,255,255,.1)}}.login-divider span{padding:0 16px;font-size:14px;color:#999;font-weight:500}.login-guest-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 24px;background:rgba(0,0,0,.05);border:2px solid transparent;border-radius:12px;font-size:16px;font-weight:600;color:#666;cursor:pointer;transition:all .2s ease}.login-guest-button:hover{background:rgba(0,0,0,.08);color:#1a1a1a;transform:translateY(-2px)}.login-guest-button:active{transform:translateY(0)}@media (prefers-color-scheme:dark){.login-guest-button{background:rgba(255,255,255,.05);color:#aaa}.login-guest-button:hover{background:rgba(255,255,255,.1);color:#fff}}.login-modal-footer{margin-top:24px;text-align:center}.login-modal-footer p{font-size:12px;color:#999;margin:0;line-height:1.6}.login-modal-footer a{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s ease}.login-modal-footer a:hover{color:#764ba2;text-decoration:underline}.account-type-button{display:flex;align-items:center;gap:16px;width:100%;padding:20px;background:white;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left}.account-type-button:hover{background:#f9fafb;border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.15)}.account-type-button:active{transform:translateY(0)}@media (prefers-color-scheme:dark){.account-type-button{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}.account-type-button:hover{background:rgba(255,255,255,.1);border-color:#667eea}}.account-type-icon{flex-shrink:0;width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:white}.account-type-icon.business{background:linear-gradient(135deg,#f093fb,#f5576c)}.account-type-content{flex:1 1}.account-type-content h3{font-size:18px;font-weight:700;margin:0 0 4px;color:#1a1a1a}@media (prefers-color-scheme:dark){.account-type-content h3{color:#fff}}.account-type-content p{font-size:14px;color:#666;margin:0;line-height:1.4}@media (prefers-color-scheme:dark){.account-type-content p{color:#aaa}}.account-type-arrow{flex-shrink:0;color:#999;transition:transform .2s ease}.account-type-button:hover .account-type-arrow{transform:translateX(4px);color:#667eea}.back-button{position:absolute;top:20px;left:20px;background:rgba(0,0,0,.05);border:none;border-radius:12px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#666;z-index:10}.back-button:hover{background:rgba(0,0,0,.1);color:#000;transform:scale(1.1)}@media (prefers-color-scheme:dark){.back-button{background:rgba(255,255,255,.1);color:#aaa}.back-button:hover{background:rgba(255,255,255,.15);color:#fff}}.b2b-form{display:flex;flex-direction:column;gap:16px;max-height:60vh;overflow-y:auto;padding-right:8px;position:relative;z-index:1}.b2b-form::-webkit-scrollbar{width:6px}.b2b-form::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:3px}.b2b-form::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}.b2b-form::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){.b2b-form::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}.b2b-form::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2)}.b2b-form::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}}.form-group{display:flex;flex-direction:column;gap:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:480px){.form-row{grid-template-columns:1fr}}.form-hint{font-size:12px;color:#999;font-style:italic;margin-top:-4px}.form-group label{font-size:14px;font-weight:600;color:#1a1a1a}@media (prefers-color-scheme:dark){.form-group label{color:#fff}}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;font-family:inherit;transition:all .2s ease;background:white;color:#1a1a1a}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}@media (prefers-color-scheme:dark){.form-group input,.form-group select,.form-group textarea{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1);color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea}}.poi-search-container{position:relative}.poi-list{position:absolute;bottom:100%;left:0;right:0;margin-bottom:8px;background:white;border:1px solid #e5e7eb;border-radius:8px;max-height:300px;overflow-y:auto;box-shadow:0 -4px 12px rgba(0,0,0,.1);z-index:100}@media (prefers-color-scheme:dark){.poi-list{background:#1f2937;border-color:#374151;box-shadow:0 -4px 12px rgba(0,0,0,.3)}}.poi-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:white;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left}.poi-item:hover{border-color:#667eea;background:#f9fafb}.poi-item.selected{border-color:#667eea;background:rgba(102,126,234,.1)}.poi-item.not-in-list{border-style:dashed}.poi-item.event-organizer{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #fbbf24;margin-bottom:12px}.poi-item.event-organizer:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);border-color:#f59e0b;transform:translateY(-2px)}.poi-item.event-organizer.selected{border-color:#d97706;background:linear-gradient(135deg,#fcd34d,#fbbf24);box-shadow:0 4px 12px rgba(251,191,36,.3)}.poi-item.event-organizer .poi-info strong{color:#92400e}.poi-item.event-organizer .poi-info span{color:#b45309}@media (prefers-color-scheme:dark){.poi-item{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}.poi-item:hover{background:rgba(255,255,255,.1)}.poi-item.selected{background:rgba(102,126,234,.2)}.poi-item.event-organizer{background:rgba(251,191,36,.15);border-color:rgba(251,191,36,.4)}.poi-item.event-organizer:hover{background:rgba(251,191,36,.25);border-color:rgba(251,191,36,.6)}.poi-item.event-organizer.selected{background:rgba(251,191,36,.3);border-color:#fbbf24}.poi-item.event-organizer .poi-info strong{color:#fcd34d}.poi-item.event-organizer .poi-info span{color:#fde68a}}.poi-info{display:flex;flex-direction:column;gap:4px;flex:1 1}.poi-info strong{font-size:15px;font-weight:600;color:#1a1a1a}.poi-info span{font-size:13px;color:#666}@media (prefers-color-scheme:dark){.poi-info strong{color:#fff}.poi-info span{color:#aaa}}.new-poi-fields{display:flex;flex-direction:column;gap:16px;padding:16px;background:rgba(102,126,234,.05);border-radius:8px;border:2px dashed #667eea}.new-poi-fields h3{font-size:16px;font-weight:700;margin:0;color:#667eea}.b2b-submit-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;font-size:16px;font-weight:600;color:white;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(102,126,234,.3);margin-top:8px}.b2b-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(102,126,234,.4)}.b2b-submit-button:active:not(:disabled){transform:translateY(0)}.b2b-submit-button:disabled{opacity:.6;cursor:not-allowed}.b2b-progress-container{margin-bottom:32px;padding:0 16px}.b2b-progress-bar{display:flex;justify-content:space-between;position:relative;max-width:300px;margin:0 auto}.b2b-progress-line{position:absolute;top:50%;left:0;right:0;height:2px;background:#e5e7eb;transform:translateY(-50%);z-index:0}.b2b-progress-line-fill{height:100%;background:#667eea;transition:width .3s ease}.b2b-step-dot{width:32px;height:32px;border-radius:50%;background:white;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#9ca3af;position:relative;z-index:1;transition:all .3s ease}.b2b-step-dot.active{border-color:#667eea;color:#667eea;background:#eff6ff}.b2b-step-dot.completed{background:#667eea;border-color:#667eea;color:white}.b2b-step-label{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:8px;font-size:12px;color:#6b7280;white-space:nowrap;font-weight:500}.b2b-form-actions{display:flex;justify-content:space-between;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #f3f4f6}.b2b-btn-secondary{padding:12px 24px;border-radius:12px;background:white;border:1px solid #e5e7eb;color:#374151;font-weight:600;cursor:pointer;transition:all .2s}.b2b-btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.b2b-btn-primary{padding:12px 24px;border-radius:12px;background:#667eea;border:none;color:white;font-weight:600;cursor:pointer;transition:all .2s;flex:1 1;display:flex;align-items:center;justify-content:center;gap:8px}.b2b-btn-primary:hover{background:#5a67d8;transform:translateY(-1px)}.b2b-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (prefers-color-scheme:dark){.b2b-progress-line{background:#374151}.b2b-step-dot{background:#1f2937;border-color:#374151;color:#6b7280}.b2b-step-dot.active{background:rgba(102,126,234,.1);border-color:#667eea;color:#667eea}.b2b-step-dot.completed{background:#667eea;border-color:#667eea;color:white}.b2b-form-actions{border-top-color:#374151}.b2b-btn-secondary{background:transparent;border-color:#374151;color:#e5e7eb}.b2b-btn-secondary:hover{background:rgba(255,255,255,.05);border-color:#4b5563}}.kvk-group{position:relative;display:flex;flex-direction:column}.kvk-skip-button{align-self:flex-start;margin-top:8px;background:transparent;border:none;color:#667eea;font-size:13px;font-weight:600;cursor:pointer;padding:0;transition:all .2s}.kvk-skip-button:hover{background:transparent;color:#5a67d8;text-decoration:underline}.kvk-skipped-notice{display:flex;align-items:center;gap:8px;margin-top:8px;padding:8px 12px;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;font-size:13px;color:#92400e}.undo-skip{margin-left:auto;background:transparent;border:none;color:#b45309;font-weight:600;font-size:12px;cursor:pointer;text-decoration:underline}.kvk-warning-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10001;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}.kvk-warning-modal{background:white;border-radius:20px;padding:32px;width:100%;max-width:400px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:slideUp .3s ease-out}.kvk-warning-icon{width:64px;height:64px;background:#fee2e2;color:#dc2626;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.kvk-warning-modal h3{font-size:20px;font-weight:700;color:#1f2937;margin:0 0 12px}.kvk-warning-modal p{font-size:15px;color:#4b5563;line-height:1.5;margin:0 0 16px}.kvk-warning-modal ul{text-align:left;background:#f9fafb;padding:16px 16px 16px 36px;border-radius:12px;margin:0 0 20px;color:#4b5563;font-size:14px}.kvk-warning-modal ul li{margin-bottom:8px}.kvk-warning-modal ul li:last-child{margin-bottom:0}.kvk-warning-footer{font-size:13px!important;color:#6b7280!important;margin-bottom:24px!important}.kvk-warning-actions{display:flex;gap:12px}.kvk-cancel{flex:1 1;padding:12px;border-radius:12px;background:white;border:1px solid #e5e7eb;color:#374151;font-weight:600;cursor:pointer;transition:all .2s}.kvk-cancel:hover{background:#f9fafb;border-color:#d1d5db}.kvk-confirm-skip{flex:1 1;padding:12px;border-radius:12px;background:#dc2626;border:none;color:white;font-weight:600;cursor:pointer;transition:all .2s}.kvk-confirm-skip:hover{background:#b91c1c}@media (prefers-color-scheme:dark){.kvk-skip-button{color:#9ca3af}.kvk-skip-button:hover{background:rgba(255,255,255,.1);color:#f3f4f6}.kvk-skipped-notice{background:rgba(252,211,77,.1);border-color:rgba(252,211,77,.2);color:#fbbf24}.undo-skip{color:#fcd34d}.kvk-warning-modal{background:#1f2937}.kvk-warning-icon{background:rgba(220,38,38,.2);color:#ef4444}.kvk-warning-modal h3{color:#f3f4f6}.kvk-warning-modal p{color:#d1d5db}.kvk-warning-modal ul{background:rgba(0,0,0,.2);color:#d1d5db}.kvk-warning-footer{color:#9ca3af!important}.kvk-cancel{background:transparent;border-color:#374151;color:#e5e7eb}.kvk-cancel:hover{background:rgba(255,255,255,.05);border-color:#4b5563}}.b2b-promo-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin:24px 0}.b2b-promo-item{display:flex;gap:12px;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.b2b-promo-item:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.b2b-promo-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:white;flex-shrink:0}.b2b-promo-text{display:flex;flex-direction:column;gap:4px;flex:1 1}.b2b-promo-text h4{margin:0;font-size:15px;font-weight:600;color:#1a1a1a}.b2b-promo-text p{margin:0;font-size:13px;line-height:1.5;color:#666}.b2b-promo-button{width:100%;margin-top:8px}@media (max-width:600px){.b2b-promo-grid{grid-template-columns:1fr;gap:12px}}@media (prefers-color-scheme:dark){.b2b-promo-item{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}.b2b-promo-item:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15)}.b2b-promo-text h4{color:#f3f4f6}.b2b-promo-text p{color:#d1d5db}}.StripePaymentDashboard_overlay__6g7ct{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:StripePaymentDashboard_fadeIn__IYXPz .2s ease}@keyframes StripePaymentDashboard_fadeIn__IYXPz{0%{opacity:0}to{opacity:1}}.StripePaymentDashboard_modal__V2bIL{background:white;border-radius:16px;width:90%;max-width:480px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:StripePaymentDashboard_slideUp__tbKyY .3s ease}@keyframes StripePaymentDashboard_slideUp__tbKyY{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.StripePaymentDashboard_header__VMsRl{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e5e7eb}.StripePaymentDashboard_title__5Rm2_{margin:0;font-size:24px;font-weight:700;color:#111827}.StripePaymentDashboard_closeButton__W2nGD{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:8px;line-height:1;transition:all .2s;border-radius:8px}.StripePaymentDashboard_closeButton__W2nGD:hover{background:#f3f4f6;color:#111827}.StripePaymentDashboard_content__K93f8{padding:24px;max-height:calc(90vh - 180px);overflow-y:auto}.StripePaymentDashboard_venueInfo__TORA_{display:flex;align-items:center;gap:16px;padding:16px;background:#f9fafb;border-radius:12px;margin-bottom:24px}.StripePaymentDashboard_venueIcon___wffB{font-size:48px;line-height:1}.StripePaymentDashboard_venueName__kHldX{margin:0 0 4px;font-size:18px;font-weight:600;color:#111827}.StripePaymentDashboard_venueLabel__0520c{margin:0;font-size:14px;color:#6b7280}.StripePaymentDashboard_amountSection__q01mc{margin-bottom:24px}.StripePaymentDashboard_label__kz8zb{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.StripePaymentDashboard_amountInput__FiPkY{position:relative;display:flex;align-items:center}.StripePaymentDashboard_currencySymbol__hwZqC{position:absolute;left:16px;font-size:20px;font-weight:600;color:#6b7280;pointer-events:none}.StripePaymentDashboard_input__CuD34{width:100%;padding:14px 16px 14px 40px;font-size:20px;font-weight:600;border:2px solid #e5e7eb;border-radius:12px;outline:none;transition:all .2s;background:white}.StripePaymentDashboard_input__CuD34:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.StripePaymentDashboard_hint__MPN_b{margin:8px 0 0;font-size:12px;color:#6b7280}.StripePaymentDashboard_error__DTeZG{display:flex;align-items:center;gap:8px;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:16px;color:#dc2626;font-size:14px}.StripePaymentDashboard_errorIcon__wvfLN{font-size:18px}.StripePaymentDashboard_testInfo__aBMRn{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:16px}.StripePaymentDashboard_testInfoTitle__hJp7I{margin:0 0 12px;font-size:14px;font-weight:600;color:#1e40af}.StripePaymentDashboard_testCardsList__O2_a2{margin:0;padding:0 0 0 20px;font-size:13px;color:#1e3a8a;line-height:1.8}.StripePaymentDashboard_testCardsList__O2_a2 code{background:white;padding:2px 6px;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:12px}.StripePaymentDashboard_footer__rFTTa{display:flex;gap:12px;padding:24px;border-top:1px solid #e5e7eb;background:#f9fafb}.StripePaymentDashboard_cancelButton__pk_Ii{flex:1 1;padding:14px 24px;font-size:16px;font-weight:600;color:#374151;background:white;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s}.StripePaymentDashboard_cancelButton__pk_Ii:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.StripePaymentDashboard_cancelButton__pk_Ii:disabled{opacity:.5;cursor:not-allowed}.StripePaymentDashboard_payButton__rslVY{flex:2 1;padding:14px 24px;font-size:16px;font-weight:600;color:white;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.StripePaymentDashboard_payButton__rslVY:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.3)}.StripePaymentDashboard_payButton__rslVY:active:not(:disabled){transform:translateY(0)}.StripePaymentDashboard_payButton__rslVY:disabled{opacity:.6;cursor:not-allowed}.StripePaymentDashboard_spinner__KnJIC{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:StripePaymentDashboard_spin__OfKtE .8s linear infinite}@keyframes StripePaymentDashboard_spin__OfKtE{to{transform:rotate(1turn)}}.StripePaymentDashboard_adminNotice__UkxpQ{text-align:center;padding:12px;background:#fef3c7;border-top:1px solid #fde68a;font-size:13px;color:#92400e;font-weight:500}@media (prefers-color-scheme:dark){.StripePaymentDashboard_modal__V2bIL{background:#1f2937}.StripePaymentDashboard_header__VMsRl{border-bottom-color:#374151}.StripePaymentDashboard_title__5Rm2_{color:white}.StripePaymentDashboard_closeButton__W2nGD{color:#9ca3af}.StripePaymentDashboard_closeButton__W2nGD:hover{background:#374151;color:white}.StripePaymentDashboard_venueInfo__TORA_{background:#111827}.StripePaymentDashboard_venueName__kHldX{color:white}.StripePaymentDashboard_venueLabel__0520c{color:#9ca3af}.StripePaymentDashboard_label__kz8zb{color:#d1d5db}.StripePaymentDashboard_currencySymbol__hwZqC{color:#9ca3af}.StripePaymentDashboard_input__CuD34{background:#111827;border-color:#374151;color:white}.StripePaymentDashboard_input__CuD34:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.StripePaymentDashboard_hint__MPN_b{color:#9ca3af}.StripePaymentDashboard_footer__rFTTa{background:#111827;border-top-color:#374151}.StripePaymentDashboard_cancelButton__pk_Ii{background:#374151;border-color:#4b5563;color:#e5e7eb}.StripePaymentDashboard_cancelButton__pk_Ii:hover:not(:disabled){background:#4b5563;border-color:#6b7280}.StripePaymentDashboard_testInfo__aBMRn{background:#1e3a8a;border-color:#1e40af}.StripePaymentDashboard_testInfoTitle__hJp7I{color:#93c5fd}.StripePaymentDashboard_testCardsList__O2_a2{color:#bfdbfe}.StripePaymentDashboard_testCardsList__O2_a2 code{background:#1e40af;color:#dbeafe}}