@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=TASA+Orbiter:wght@400..800&display=swap";.secondary-font{font-family:TASA Orbiter,sans-serif}.admin-layout{background:var(--bg);min-height:100vh;display:flex}.admin-topbar{z-index:200;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);padding:0 var(--space-4);background:#ffffffeb;justify-content:space-between;align-items:center;height:52px;display:none;position:sticky;top:0}.admin-topbar-title{color:var(--text);font-size:.9375rem;font-weight:700}.admin-topbar-exit{color:var(--text-muted);border-radius:var(--radius-xs);border:1px solid var(--border);padding:5px 10px;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .15s}.admin-topbar-exit:hover{color:var(--text);border-color:var(--border-hover)}.admin-hamburger{cursor:pointer;border-radius:var(--radius-xs);color:var(--text);background:0 0;border:none;align-items:center;padding:6px;display:flex}.admin-sidebar{border-right:1px solid var(--border-light);z-index:150;background:#fff;flex-direction:column;flex-shrink:0;width:240px;height:100vh;transition:width .2s;display:flex;position:sticky;top:0}.admin-sidebar.collapsed{width:64px}.admin-sidebar-header{padding:var(--space-4);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;height:56px;display:flex}.admin-sidebar-brand{align-items:center;gap:var(--space-2);color:var(--text);font-size:.9375rem;font-weight:700;text-decoration:none;display:flex;overflow:hidden}.admin-brand-icon{background:var(--primary);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8125rem;font-weight:800;display:flex}.admin-brand-text{white-space:nowrap}.admin-collapse-btn{cursor:pointer;border-radius:var(--radius-xs);color:var(--text-muted);background:0 0;border:none;align-items:center;padding:4px;transition:color .15s;display:flex}.admin-collapse-btn:hover{color:var(--text)}.collapsed .admin-collapse-btn{margin:0 auto}.admin-sidebar-nav{padding:var(--space-3);flex-direction:column;flex:1;gap:2px;display:flex;overflow-y:auto}.admin-nav-item{align-items:center;gap:var(--space-3);border-radius:var(--radius-sm);color:var(--text-secondary);white-space:nowrap;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:9px 12px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .12s;display:flex;overflow:hidden}.admin-nav-item svg{flex-shrink:0}.admin-nav-item:hover{background:var(--surface-secondary);color:var(--text)}.admin-nav-item.active{background:var(--primary-light);color:var(--primary);font-weight:600}.admin-nav-item.active svg{stroke:var(--primary)}.collapsed .admin-nav-item{justify-content:center;padding:10px}.collapsed .admin-nav-item span{display:none}.admin-sidebar-footer{padding:var(--space-3);border-top:1px solid var(--border-light);gap:var(--space-2);flex-direction:column;display:flex}.admin-back-link{color:var(--text-muted)!important}.admin-back-link:hover{color:var(--text)!important}.admin-user-block{align-items:center;gap:var(--space-3);padding:8px 12px;display:flex;overflow:hidden}.admin-user-avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.75rem;font-weight:700;display:flex}.admin-user-info{flex-direction:column;min-width:0;display:flex}.admin-user-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;overflow:hidden}.admin-logout-btn{cursor:pointer;color:var(--text-muted);text-align:left;background:0 0;border:none;padding:0;font-size:.6875rem;font-weight:500;transition:color .12s}.admin-logout-btn:hover{color:var(--error)}.collapsed .admin-user-info{display:none}.admin-main{min-width:0;padding:var(--space-6) var(--space-8);flex:1;max-width:1200px}.admin-overlay{display:none}@media (width<=768px){.admin-topbar{display:flex}.admin-layout{flex-direction:column}.admin-sidebar{height:auto;box-shadow:none;z-index:300;transition:transform .2s;position:fixed;top:52px;bottom:0;left:0;transform:translate(-100%)}.admin-sidebar.mobile-open{transform:translate(0);box-shadow:4px 0 24px #0000001a}.admin-sidebar.collapsed{width:240px}.admin-collapse-btn{display:none}.admin-overlay{z-index:250;background:#0000004d;display:block;position:fixed;inset:52px 0 0}.admin-main{padding:var(--space-4)}}.auth-page{min-height:calc(100vh - 56px);padding:var(--space-6);background:radial-gradient(ellipse at 20% 50%, #dc262608 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, #6366f108 0%, transparent 50%), var(--bg);justify-content:center;align-items:center;display:flex}.auth-form{background:var(--surface);padding:var(--space-10);border-radius:var(--radius-lg);width:100%;max-width:400px;box-shadow:var(--shadow-lg);border:1px solid var(--border-light)}.auth-form h2{margin:0 0 var(--space-1);color:var(--text);text-align:center;letter-spacing:-.025em;font-size:1.5rem;font-weight:700}.auth-form h2+.auth-link{text-align:center;margin-top:0;margin-bottom:var(--space-6)}.auth-form .form-group{margin-bottom:var(--space-4)}.auth-form label{color:var(--text-secondary);margin-bottom:var(--space-2);font-size:.8125rem;font-weight:500;display:block}.auth-form input{width:100%;margin-bottom:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);box-sizing:border-box;transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);padding:10px 14px;font-family:inherit;font-size:.9375rem}.auth-form input::placeholder{color:var(--text-muted)}.auth-form input:focus{border-color:var(--primary);box-shadow:var(--shadow-focus);outline:none}.auth-form button[type=submit]{width:100%;margin-top:var(--space-2);background:var(--primary);color:var(--text-inverse);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration) var(--ease);border:none;padding:11px;font-family:inherit;font-size:.9375rem;font-weight:600;box-shadow:0 1px 2px #dc262633,inset 0 1px #ffffff1a}.auth-form button[type=submit]:hover{background:var(--primary-hover);box-shadow:0 2px 8px #dc26264d}.auth-form button[type=submit]:active{transform:scale(.98)}.auth-form button[type=submit]:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.auth-error{background:var(--error-light);color:var(--error);border-radius:var(--radius-sm);margin-bottom:var(--space-4);border:1px solid var(--error-border);align-items:center;gap:var(--space-2);padding:10px 14px;font-size:.8125rem;font-weight:500;display:flex}.auth-error:before{content:"!";background:var(--error);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;font-size:.6875rem;font-weight:700;display:flex}.auth-success{background:var(--success-light);color:var(--success);border-radius:var(--radius-sm);margin-bottom:var(--space-4);border:1px solid var(--success-border);padding:10px 14px;font-size:.8125rem;font-weight:500}.auth-link{text-align:center;margin-top:var(--space-4);color:var(--text-muted);font-size:.8125rem}.auth-link a{color:var(--primary);transition:color var(--duration) var(--ease);font-weight:600;text-decoration:none}.auth-link a:hover{color:var(--primary-hover);text-decoration:underline}@media (width<=480px){.auth-form{padding:var(--space-6) var(--space-5);border-radius:var(--radius)}}.admin-grid{gap:var(--space-4);margin-top:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.admin-card{background:var(--surface);padding:var(--space-6);border-radius:var(--radius);color:var(--text);border:1px solid var(--border-light);transition:all var(--duration) var(--ease);text-decoration:none;position:relative}.admin-card:after{content:"→";top:var(--space-5);right:var(--space-5);color:var(--text-muted);transition:all var(--duration) var(--ease);font-size:1.125rem;position:absolute}.admin-card:hover{border-color:var(--border);box-shadow:var(--shadow-sm);color:var(--text)}.admin-card:hover:after{color:var(--primary);transform:translate(2px)}.admin-card h3{margin:0 0 var(--space-2);font-size:1rem;font-weight:600}.admin-card p{color:var(--text-muted);margin:0;font-size:.8125rem}.admin-table{border-collapse:separate;border-spacing:0;width:100%;margin-top:var(--space-6);background:var(--surface);border-radius:var(--radius);border:1px solid var(--border-light);overflow:hidden}.admin-table th,.admin-table td{padding:var(--space-3) var(--space-4);text-align:left}.admin-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;background:var(--surface-secondary);border-bottom:1px solid var(--border-light);font-size:.6875rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--border-light);color:var(--text);font-size:.875rem}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover td{background:var(--surface-secondary)}.admin-table tbody tr{transition:background var(--duration-fast) var(--ease)}.role-badge{border-radius:var(--radius-full);letter-spacing:.03em;text-transform:uppercase;padding:3px 8px;font-size:.6875rem;font-weight:600}.role-admin{background:var(--primary-light);color:var(--primary);border:1px solid var(--primary-100)}.role-user{background:var(--success-light);color:var(--success);border:1px solid var(--success-border)}.btn-sm{background:var(--surface);color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-xs);cursor:pointer;transition:all var(--duration) var(--ease);white-space:nowrap;justify-content:center;align-items:center;margin-right:4px;padding:5px 10px;font-family:inherit;font-size:.75rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-sm:hover{background:var(--surface-secondary);color:var(--text);border-color:var(--border-hover)}.btn-sm:active{transform:scale(.97)}.btn-danger-sm{color:var(--error);border-color:var(--error-border)}.btn-danger-sm:hover{background:var(--error-light);color:var(--error);border-color:#dc26264d}.inline-form{gap:var(--space-3);margin:var(--space-5) 0;flex-wrap:wrap;display:flex}.inline-form input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);min-width:160px;transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);flex:1;padding:9px 14px;font-family:inherit;font-size:.875rem}.inline-form input::placeholder{color:var(--text-muted)}.inline-form input:focus{border-color:var(--primary);box-shadow:var(--shadow-focus);outline:none}.admin-list{gap:var(--space-2);margin-top:var(--space-4);flex-direction:column;display:flex}.admin-list-item{background:var(--surface);padding:var(--space-4) var(--space-5);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:var(--space-3);border:1px solid var(--border-light);transition:border-color var(--duration) var(--ease);flex-wrap:wrap;display:flex}.admin-list-item:hover{border-color:var(--border)}.admin-list-item strong{font-size:.9375rem;font-weight:600}.admin-actions{align-items:center;gap:4px;display:flex}.meta{color:var(--text-muted);font-size:.8125rem}.section-form{margin:var(--space-4) 0 var(--space-8);background:var(--surface);padding:var(--space-6);border-radius:var(--radius);border:1px solid var(--border-light)}.form-row{gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.form-row input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);min-width:100px;transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);flex:1;padding:9px 14px;font-family:inherit;font-size:.875rem}.form-row input::placeholder{color:var(--text-muted)}.form-row input:focus{border-color:var(--primary);box-shadow:var(--shadow-focus);outline:none}.section-card{background:var(--surface);padding:var(--space-4) var(--space-5);border-radius:var(--radius);margin-bottom:var(--space-3);border:1px solid var(--border-light)}.section-card-header{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.mini-seats{flex-wrap:wrap;gap:3px;display:flex}.mini-seat{background:var(--success);color:var(--text-inverse);cursor:pointer;transition:all var(--duration-fast) var(--ease);border-radius:3px;padding:2px 6px;font-size:.625rem;font-weight:600}.mini-seat:hover{opacity:.7;transform:scale(1.08)}.mini-seat-inactive{background:var(--border);opacity:.6}.edit-section-form{background:var(--surface-secondary);padding:var(--space-5);border-radius:var(--radius);margin-bottom:var(--space-4);border:1px solid var(--border-light)}.edit-section-actions{gap:var(--space-3);margin-top:var(--space-3);display:flex}.edit-section-actions .btn{padding:8px 16px;font-size:.8125rem}.admin-seat-map-container{background:var(--surface);border-radius:var(--radius-lg);padding:var(--space-6);margin-top:var(--space-4);border:1px solid var(--border-light)}.screen-label{background:linear-gradient(180deg, var(--text) 0%, #11182708 100%);color:var(--text-inverse);text-align:center;letter-spacing:3px;max-width:280px;margin:0 auto var(--space-5);text-transform:uppercase;border-radius:4px 4px 50% 50%;padding:6px 32px;font-size:.6875rem;font-weight:600}.seat-map-legend{align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);color:var(--text-muted);justify-content:center;font-size:.75rem;display:flex}.legend-dot{border-radius:3px;width:14px;height:14px;display:inline-block}.legend-dot.active{border:2px solid var(--success);background:#fff}.legend-dot.inactive{background:var(--surface-secondary);border:1.5px dashed var(--border)}.admin-section-block{margin-bottom:var(--space-8)}.admin-section-header{align-items:center;gap:var(--space-4);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.admin-section-label{color:var(--text);padding-left:var(--space-3);border-left:3px solid;font-size:.9375rem;font-weight:600}.admin-seat-map-wrapper{padding:var(--space-2) 0;width:100%;position:relative;overflow:hidden}.admin-seat-map-controls{margin-bottom:var(--space-2);align-items:center;gap:4px;display:flex}.admin-seat-map-controls .zoom-label{color:var(--text-muted);margin-left:var(--space-2);font-variant-numeric:tabular-nums;font-size:.6875rem}.admin-seat-svg{-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}.admin-seat{cursor:pointer;transition:opacity var(--duration-fast) var(--ease)}.admin-seat:hover{opacity:.75}.admin-seat-off{cursor:pointer}.live-preview{background:var(--surface);border-radius:var(--radius);padding:var(--space-5);margin-bottom:var(--space-8);border:1px solid var(--border-light)}.live-preview h3{margin:0 0 var(--space-3);color:var(--text-secondary);font-size:.875rem;font-weight:500}.live-preview-scroll{overflow-x:auto}.schedule-inline-form{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;width:100%;display:flex}.schedule-inline-form input,.schedule-inline-form select{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text);transition:border-color var(--duration) var(--ease);padding:7px 10px;font-family:inherit;font-size:.8125rem}.schedule-inline-form input:focus,.schedule-inline-form select:focus{border-color:var(--primary);box-shadow:var(--shadow-focus);outline:none}.schedule-inline-form select{cursor:pointer}.row-seats-config{margin:var(--space-3) 0;padding:var(--space-3) var(--space-4);background:var(--surface-secondary);border:1px solid var(--border-light);border-radius:var(--radius-sm)}.row-seats-label{color:var(--text-muted);margin-bottom:var(--space-2);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600;display:block}.row-seats-grid{gap:var(--space-2);flex-wrap:wrap;display:flex}.row-seat-input{align-items:center;gap:4px;display:flex}.row-seat-input .row-letter{color:var(--text);text-align:center;width:1.2rem;font-size:.8125rem;font-weight:700}.row-seat-input input{text-align:center;width:3.5rem;padding:4px 6px;font-size:.75rem}.admin-bookings-filters{gap:var(--space-2);margin:var(--space-5) 0;display:flex}.filter-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;text-transform:capitalize;transition:all var(--duration) var(--ease);padding:6px 14px;font-family:inherit;font-size:.8125rem;font-weight:500}.filter-btn:hover{border-color:var(--border-hover);color:var(--text)}.filter-active{background:var(--primary);color:var(--text-inverse);border-color:var(--primary)}.filter-active:hover{background:var(--primary-hover);color:var(--text-inverse)}.expanded-seats{gap:var(--space-2);padding:var(--space-2) 0;flex-wrap:wrap;display:flex}.seat-tag-detail{background:var(--surface-secondary);border-radius:var(--radius-xs);border:1px solid var(--border-light);padding:4px 10px;font-size:.75rem}.pagination{justify-content:center;align-items:center;gap:var(--space-4);margin-top:var(--space-5);display:flex}.door-manager{gap:var(--space-3);flex-direction:column;display:flex}.door-row{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--surface-secondary);border:1px solid var(--border-light);border-radius:var(--radius-sm);flex-wrap:wrap;display:flex}.door-icon{flex-shrink:0;font-size:1.25rem}.door-input{border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--surface);color:var(--text);padding:6px 10px;font-family:inherit;font-size:.8125rem}.door-input-label{flex:1;min-width:100px}.door-offset-wrap{align-items:center;gap:var(--space-2);min-width:140px;display:flex}.door-slider{accent-color:var(--primary);cursor:pointer;flex:1}.door-offset-value{color:var(--text-muted);font-variant-numeric:tabular-nums;text-align:right;min-width:32px;font-size:.75rem}.door-marker{z-index:5;pointer-events:none;flex-direction:column;align-items:center;gap:2px;display:flex}.door-marker-icon{background:var(--surface);border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;display:flex;box-shadow:0 1px 4px #0000001a}.door-marker-label{white-space:nowrap;letter-spacing:.02em;font-size:.625rem;font-weight:600}.admin-bookings-header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.admin-bookings-header h1{margin-bottom:2px}.btn-export{background:var(--primary);color:var(--text-inverse);border-color:var(--primary);padding:8px 16px;font-size:.8125rem}.btn-export:hover{background:var(--primary-hover);color:var(--text-inverse);border-color:var(--primary-hover)}.btn-export:disabled{opacity:.5;cursor:not-allowed}.admin-search-bar{gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.admin-search-bar input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);flex:1;padding:9px 14px;font-family:inherit;font-size:.875rem}.admin-search-bar input::placeholder{color:var(--text-muted)}.admin-search-bar input:focus{border-color:var(--primary);box-shadow:var(--shadow-focus);outline:none}.row-expired td{opacity:.6}.booking-id-link{color:var(--primary);font-size:.8125rem;font-weight:600;text-decoration:none}.booking-id-link:hover{text-decoration:underline}.checkin-badge{color:var(--success);font-size:.75rem;font-weight:600}.back-link{color:var(--text-secondary);margin-bottom:var(--space-4);transition:color var(--duration) var(--ease);font-size:.8125rem;text-decoration:none;display:inline-block}.back-link:hover{color:var(--primary)}.detail-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border-light);padding:var(--space-6);box-shadow:var(--shadow-sm)}.detail-header{margin-bottom:var(--space-5);padding-bottom:var(--space-5);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:flex-start;display:flex}.detail-header h2{margin:0 0 2px;font-size:1.25rem}.info-banner{border-radius:var(--radius-sm);margin-bottom:var(--space-4);padding:10px 14px;font-size:.8125rem;font-weight:500}.info-warning{background:var(--warning-light);color:var(--warning);border:1px solid var(--warning-border)}.info-success{background:var(--success-light);color:var(--success);border:1px solid var(--success-border)}.detail-grid{gap:var(--space-5);margin-bottom:var(--space-5);grid-template-columns:repeat(2,1fr);display:grid}.detail-section{padding:var(--space-4);background:var(--surface-secondary);border-radius:var(--radius);border:1px solid var(--border-light)}.detail-section-full{grid-column:1/-1}.detail-section h3{margin:0 0 var(--space-3);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.8125rem;font-weight:600}.detail-dl{gap:var(--space-2) var(--space-4);grid-template-columns:auto 1fr;font-size:.875rem;display:grid}.detail-dl dt{color:var(--text-muted);white-space:nowrap;font-weight:500}.detail-dl dd{color:var(--text);margin:0;font-weight:500}.detail-seats-grid{gap:var(--space-2);flex-wrap:wrap;display:flex}.detail-seat-card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);text-align:center;min-width:72px}.detail-seat-id{color:var(--text);font-size:.9375rem;font-weight:700}.detail-seat-price{color:var(--primary);margin-top:2px;font-size:.75rem;font-weight:600}.detail-seats-total{margin-top:var(--space-3);color:var(--text-secondary);text-align:right;font-size:.8125rem;font-weight:500}.detail-actions{gap:var(--space-3);margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px solid var(--border-light);display:flex}.add-user-form{background:var(--surface);padding:var(--space-5);border-radius:var(--radius);border:1px solid var(--border-light);margin-bottom:var(--space-5)}.add-user-form .form-row{margin-bottom:var(--space-3)}.add-user-form select{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;min-width:120px;transition:border-color var(--duration) var(--ease);padding:9px 14px;font-family:inherit;font-size:.875rem}.add-user-form select:focus{border-color:var(--primary);box-shadow:var(--shadow-focus);outline:none}@media (width<=768px){.admin-grid{grid-template-columns:1fr}.form-row{flex-direction:column}.admin-section-header{flex-direction:column;align-items:flex-start}.admin-table{display:block;overflow-x:auto}.section-form{padding:var(--space-4)}.detail-grid{grid-template-columns:1fr}.admin-search-bar{flex-wrap:wrap}.admin-search-bar input{min-width:0}}.schedule-banner{text-align:center;margin-bottom:var(--space-6);padding-bottom:var(--space-5);border-bottom:1px solid var(--border-light)}.schedule-banner h2{margin:0 0 var(--space-1);color:var(--text);font-size:1.25rem}.schedule-banner p{color:var(--text-secondary);margin:0;font-size:.8125rem}.booking-bar{-webkit-backdrop-filter:blur(12px);padding:var(--space-4) var(--space-6);z-index:50;background:#fffffff2;border-top:1px solid #0000001a;justify-content:space-between;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.booking-bar-info{color:var(--text-secondary);flex-direction:column;gap:2px;font-size:.8125rem;font-weight:500;display:flex}.booking-total{color:var(--text);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.confirm-card{background:var(--surface);padding:var(--space-8);border-radius:var(--radius-lg);max-width:480px;margin:var(--space-6) auto;border:1px solid var(--border-light);box-shadow:var(--shadow-md)}.confirm-card h2{margin:0 0 var(--space-6);text-align:center;color:var(--text);font-size:1.25rem;font-weight:700}.timer{text-align:center;color:var(--success);margin-bottom:var(--space-5);padding:var(--space-3) var(--space-4);background:var(--success-light);border-radius:var(--radius-sm);border:1px solid var(--success-border);font-variant-numeric:tabular-nums;font-size:.9375rem;font-weight:600}.timer-urgent{color:var(--error);background:var(--error-light);border-color:var(--error-border);animation:1.5s ease-in-out infinite timerPulse}@keyframes timerPulse{0%,to{opacity:1}50%{opacity:.6}}.booking-summary{background:var(--surface-secondary);padding:var(--space-4);border-radius:var(--radius-sm);margin-bottom:var(--space-5);border:1px solid var(--border-light)}.booking-summary p{margin:var(--space-2) 0;color:var(--text-secondary);justify-content:space-between;font-size:.875rem;display:flex}.booking-summary p strong{color:var(--text);font-weight:500}.payment-section{margin-bottom:var(--space-5)}.payment-section label{margin-bottom:var(--space-2);color:var(--text-secondary);font-size:.8125rem;font-weight:500;display:block}.payment-section input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);box-sizing:border-box;transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);padding:10px 14px;font-family:inherit;font-size:.9375rem}.payment-section input:focus{border-color:var(--primary);box-shadow:var(--shadow-focus);outline:none}.confirm-actions{gap:var(--space-3);display:flex}.confirm-actions .btn{flex:1}.ticket-card{background:var(--surface);padding:var(--space-8);border-radius:var(--radius-lg);max-width:500px;margin:var(--space-6) auto;border:1px solid var(--border-light);box-shadow:var(--shadow-md);position:relative}.ticket-card:before,.ticket-card:after{content:"";background:var(--bg);border:1px solid var(--border-light);border-radius:50%;width:20px;height:20px;position:absolute;top:50%}.ticket-card:before{border-right-color:#0000;left:-11px}.ticket-card:after{border-left-color:#0000;right:-11px}.ticket-header{margin-bottom:var(--space-5);padding-bottom:var(--space-5);border-bottom:1px dashed var(--border);justify-content:space-between;align-items:center;display:flex}.ticket-header h2{color:var(--text);margin:0;font-size:1.125rem}.ticket-details p{margin:var(--space-2) 0;color:var(--text-secondary);gap:var(--space-2);font-size:.875rem;display:flex}.ticket-details p strong{color:var(--text);min-width:72px;font-weight:500}.ticket-seats{margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px dashed var(--border)}.ticket-seats strong{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:500}.seat-tags{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.seat-tag{background:var(--primary);color:var(--text-inverse);border-radius:var(--radius-xs);letter-spacing:.02em;font-variant-numeric:tabular-nums;padding:4px 10px;font-size:.75rem;font-weight:700}.status-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;padding:4px 10px;font-size:.6875rem;font-weight:600}.status-locked{background:var(--warning-light);color:var(--warning);border:1px solid var(--warning-border)}.status-confirmed{background:var(--success-light);color:var(--success);border:1px solid var(--success-border)}.status-cancelled{background:var(--error-light);color:var(--error);border:1px solid var(--error-border)}.status-expired{background:var(--surface-secondary);color:var(--text-muted);border:1px solid var(--border)}.bookings-list{gap:var(--space-3);margin-top:var(--space-6);flex-direction:column;display:flex}.booking-card{background:var(--surface);padding:var(--space-4) var(--space-5);border-radius:var(--radius);color:var(--text);border:1px solid var(--border-light);transition:all var(--duration) var(--ease);justify-content:space-between;align-items:center;text-decoration:none;display:flex}.booking-card:hover{border-color:var(--border);box-shadow:var(--shadow-sm);color:var(--text)}.booking-event{font-size:.9375rem;font-weight:600}.booking-meta{color:var(--text-muted);margin-top:2px;font-size:.8125rem}.booking-right{align-items:flex-end;gap:var(--space-2);flex-direction:column;display:flex}.booking-amount{color:var(--text);letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-size:1rem;font-weight:700}.error-banner{background:var(--error-light);color:var(--error);border-radius:var(--radius-sm);margin-bottom:var(--space-4);text-align:center;border:1px solid var(--error-border);padding:10px 14px;font-size:.8125rem;font-weight:500}.success-banner{background:var(--success-light);color:var(--success);border-radius:var(--radius-sm);margin-bottom:var(--space-4);text-align:center;border:1px solid var(--success-border);padding:10px 14px;font-size:.8125rem;font-weight:500}.seat-section{opacity:.8;font-size:.6875rem;font-weight:400}.booking-seats-preview{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.seat-tag-sm{background:var(--surface-secondary);color:var(--text-secondary);border-radius:var(--radius-xs);font-variant-numeric:tabular-nums;padding:2px 6px;font-size:.6875rem;font-weight:600}@media (width<=768px){.booking-bar{padding:var(--space-3) var(--space-4)}.booking-card{align-items:flex-start;gap:var(--space-3);flex-direction:column}.booking-right{align-items:flex-start;gap:var(--space-3);flex-direction:row}.ticket-card{padding:var(--space-6);margin:var(--space-4) auto}.ticket-card:before,.ticket-card:after{display:none}}.AdminScan-module__scanContainer__SbbgP{max-width:540px;margin:3.75rem auto}.AdminScan-module__scannerWrap__PjzHD{margin-bottom:var(--space-6)}.AdminScan-module__scannerView__qhiyI{border-radius:var(--radius);border:2px solid var(--border-light);background:#000;width:100%;overflow:hidden}.AdminScan-module__stopBtn__ef9CM{width:100%;margin-top:var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;transition:all var(--duration) var(--ease);padding:10px;font-family:inherit;font-size:.875rem;font-weight:500}.AdminScan-module__stopBtn__ef9CM:hover{background:var(--surface-secondary);color:var(--text);border-color:var(--border-hover)}.AdminScan-module__resultCard__gZvJc{border-radius:var(--radius-lg);text-align:center;margin-bottom:var(--space-6);border:1.5px solid;padding:2rem}.AdminScan-module__resultIcon__8QNW3{margin-bottom:var(--space-4)}.AdminScan-module__resultTitle__m7MpK{margin:0 0 var(--space-2);font-size:1.375rem;font-weight:700}.AdminScan-module__resultMessage__2NefH{opacity:.85;margin:0 0 var(--space-4);font-size:.9rem;line-height:1.5}.AdminScan-module__resultTimestamp__TnGOA{opacity:.65;margin:0 0 var(--space-4);font-size:.8rem}.AdminScan-module__bookingDetails__cP7vE{border-radius:var(--radius);text-align:left;margin-top:var(--space-2);background:#ffffffbf;padding:1.25rem 1.5rem}.AdminScan-module__bookingGrid__KnTlR{grid-template-columns:1fr 1fr;gap:14px 24px;display:grid}.AdminScan-module__bookingFieldLabel__utWT4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;font-size:.6875rem;font-weight:600}.AdminScan-module__bookingFieldValue__r3LPe{color:var(--text);font-size:.875rem;font-weight:600}.AdminScan-module__scanNextBtn__ThsGb{margin-top:var(--space-6);border-radius:var(--radius-full);background:var(--primary);color:var(--text-inverse);cursor:pointer;transition:background var(--duration) var(--ease);border:none;padding:10px 36px;font-family:inherit;font-size:.9375rem;font-weight:600}.AdminScan-module__scanNextBtn__ThsGb:hover{background:var(--primary-hover)}.AdminScan-module__idleActions__TuJqt{gap:var(--space-5);flex-direction:column;display:flex}.AdminScan-module__cameraBtn__TJGyx{border-radius:var(--radius);background:var(--primary);width:100%;color:var(--text-inverse);cursor:pointer;transition:background var(--duration) var(--ease), box-shadow var(--duration) var(--ease);border:none;justify-content:center;align-items:center;gap:10px;padding:1rem;font-family:inherit;font-size:1rem;font-weight:600;display:flex}.AdminScan-module__cameraBtn__TJGyx:hover{background:var(--primary-hover);box-shadow:var(--shadow-md)}.AdminScan-module__divider__irQeK{text-align:center;color:var(--text-muted);font-size:.8125rem;position:relative}.AdminScan-module__divider__irQeK:before,.AdminScan-module__divider__irQeK:after{content:"";background:var(--border-light);width:calc(50% - 20px);height:1px;position:absolute;top:50%}.AdminScan-module__divider__irQeK:before{left:0}.AdminScan-module__divider__irQeK:after{right:0}.AdminScan-module__manualForm__uuW3w{gap:var(--space-2);display:flex}.AdminScan-module__manualInput__-mIwI{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);flex:1;padding:12px 16px;font-family:inherit;font-size:.875rem}.AdminScan-module__manualInput__-mIwI::placeholder{color:var(--text-muted)}.AdminScan-module__manualInput__-mIwI:focus{border-color:var(--primary);box-shadow:var(--shadow-focus);outline:none}.AdminScan-module__manualSubmitBtn__I8xTJ{border-radius:var(--radius-sm);background:var(--primary);color:var(--text-inverse);cursor:pointer;white-space:nowrap;transition:background var(--duration) var(--ease);border:none;padding:12px 24px;font-family:inherit;font-size:.875rem;font-weight:600}.AdminScan-module__manualSubmitBtn__I8xTJ:hover{background:var(--primary-hover)}.AdminScan-module__manualSubmitBtn__I8xTJ:disabled{opacity:.5;cursor:not-allowed}.AdminScan-module__loadingState__l37jO{text-align:center;padding:var(--space-10);color:var(--text-muted);font-size:.9375rem}@media (width<=640px){.AdminScan-module__scanContainer__SbbgP{max-width:100%}.AdminScan-module__bookingGrid__KnTlR{grid-template-columns:1fr;gap:12px}.AdminScan-module__manualForm__uuW3w{flex-direction:column}.AdminScan-module__manualSubmitBtn__I8xTJ{width:100%}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#dc2626;--primary-hover:#b91c1c;--primary-light:#fef2f2;--primary-50:#dc26260f;--primary-100:#dc26261f;--primary-glow:#dc262633;--bg:#fff;--surface:#fff;--surface-secondary:#f9fafb;--surface-elevated:#fff;--overlay:#11182780;--border:#e5e7eb;--border-light:#f3f4f6;--border-hover:#d1d5db;--border-focus:var(--primary);--text:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;--text-inverse:#fff;--success:#059669;--success-light:#ecfdf5;--success-border:#05966933;--warning:#d97706;--warning-light:#fffbeb;--warning-border:#d9770633;--error:#dc2626;--error-light:#fef2f2;--error-border:#dc262626;--info:#2563eb;--info-light:#eff6ff;--radius-xs:6px;--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-md:0 8px 16px -4px #00000014, 0 4px 6px -2px #00000008;--shadow-lg:0 20px 40px -8px #0000001a, 0 8px 16px -4px #0000000a;--shadow-focus:0 0 0 3px var(--primary-glow);--ease:cubic-bezier(.4, 0, .2, 1);--ease-out:cubic-bezier(0, 0, .2, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--duration-fast:.15s;--duration:.2s;--duration-slow:.3s;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px}html{-webkit-text-size-adjust:100%;text-rendering:optimizelegibility}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv02", "cv03", "cv04", "cv11";min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.6}a{color:var(--primary);transition:color var(--duration) var(--ease);text-decoration:none}a:hover{color:var(--primary-hover)}img{max-width:100%;display:block}.page-container{width:100%;max-width:1120px;padding:var(--space-10) var(--space-6);margin:0 auto}h1{letter-spacing:-.025em;color:var(--text);font-size:1.75rem;font-weight:700;line-height:1.2}h2{letter-spacing:-.015em;color:var(--text);margin:var(--space-8) 0 var(--space-4);font-size:1.125rem;font-weight:600;line-height:1.3}h3{letter-spacing:-.01em;color:var(--text);font-size:1rem;font-weight:600}p{line-height:1.6}.loading{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-16) var(--space-6);color:var(--text-muted);min-height:40vh;font-size:.875rem;font-weight:500;display:flex}.loading:before{content:"";border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:var(--space-16) var(--space-6);color:var(--text-muted);font-size:.9375rem}.empty-state a{font-weight:500}.btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration) var(--ease);white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;padding:10px 20px;font-size:.875rem;font-weight:600;line-height:1.25;text-decoration:none;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--primary);color:var(--text-inverse);box-shadow:0 1px 2px #dc262633,inset 0 1px #ffffff1a}.btn-primary:hover{background:var(--primary-hover);color:var(--text-inverse);box-shadow:0 2px 8px #dc26264d,inset 0 1px #ffffff1a}.btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.btn-secondary{background:var(--surface);color:var(--text-secondary);border:1px solid var(--border);box-shadow:var(--shadow-xs)}.btn-secondary:hover{background:var(--surface-secondary);color:var(--text);border-color:var(--border-hover)}.btn-danger{background:var(--error);color:var(--text-inverse);box-shadow:0 1px 2px #dc262633}.btn-danger:hover{background:#b91c1c}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}::selection{color:var(--text);background:#dc26261f}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}input:focus-visible,select:focus-visible,button:focus-visible{box-shadow:var(--shadow-focus);border-color:var(--border-focus);outline:none}@media (width<=768px){.page-container{padding:var(--space-6) var(--space-4)}h1{font-size:1.5rem}}@media (width<=480px){.page-container{padding:var(--space-5) var(--space-4)}}.Header-module__header__rS3Ap{z-index:100;align-items:stretch;width:100%;display:flex;position:fixed;top:0;left:0}.Header-module__container__n95yi{width:calc(100% - 4rem);max-width:90rem;margin:0 auto;position:relative}.Header-module__wrapper__H9jys{align-items:center;width:100%;display:flex}.Header-module__logo__dJJjh{aspect-ratio:153.44/132;background-color:#c8001f;flex-shrink:0;justify-content:center;align-items:center;width:9.59rem;display:flex;position:relative}.Header-module__logoImg__K5P6h{object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.Header-module__eventInfo__TIAqj{text-transform:uppercase;color:#fff;flex-direction:column;max-width:16rem;margin-left:4.5rem;font-size:1rem;line-height:normal;display:flex}.Header-module__eventInfo__TIAqj p{letter-spacing:-.0625rem;line-height:1.3}.Header-module__actions__p4jMr{flex-shrink:0;align-items:center;margin-left:auto;padding:.75rem 0;display:flex}.Header-module__ticketBtn__u0z67{cursor:pointer;background-color:#fff;border:none;border-radius:3.5rem;align-items:center;gap:.625rem;height:3.25rem;padding:.5rem 1.5rem;text-decoration:none;display:inline-flex}.Header-module__ticketBtnText__Y0I0E{color:#1a1a1a;white-space:nowrap;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500}.Header-module__ticketIcon__2EXXt{flex-shrink:0;width:1.25rem;height:1.25rem}.Header-module__menuBtn__YQATt{cursor:pointer;color:#fff;background:0 0;border:none;margin-left:auto;padding:.5rem;display:none}.Header-module__menuBar__B6-HK{background:#fff;border-radius:2px;width:1.5rem;height:2px;display:block;position:relative}.Header-module__menuBar__B6-HK:before,.Header-module__menuBar__B6-HK:after{content:"";background:#fff;border-radius:2px;width:100%;height:2px;position:absolute;left:0}.Header-module__menuBar__B6-HK:before{top:-6px}.Header-module__menuBar__B6-HK:after{top:6px}.Header-module__mobileDrawer__8S-pj,.Header-module__drawerOverlay__lajq9{display:none}@media (width<=1279px){.Header-module__eventInfo__TIAqj{margin-left:2rem;font-size:.875rem}}@media (width<=1024px){.Header-module__container__n95yi{width:calc(100% - 2rem)}.Header-module__logo__dJJjh{width:7rem}.Header-module__eventInfo__TIAqj{display:none}}@media (width<=767px){.Header-module__container__n95yi{width:calc(100% - 2rem)}.Header-module__logo__dJJjh{width:5rem}.Header-module__eventInfo__TIAqj,.Header-module__actions__p4jMr{display:none}.Header-module__menuBtn__YQATt{justify-content:center;align-items:center;display:flex}.Header-module__drawerOverlay__lajq9{z-index:199;background:#00000080;display:block;position:fixed;inset:0}.Header-module__mobileDrawer__8S-pj{z-index:200;background:#1a1a1a;flex-direction:column;gap:1.5rem;width:75vw;max-width:20rem;height:100dvh;padding:5rem 1.5rem 2rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.Header-module__mobileDrawerOpen__zqXez{transform:translate(0)}.Header-module__drawerClose__InDms{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.75rem;line-height:1;position:absolute;top:1rem;right:1rem}.Header-module__drawerEventInfo__GLmeO{color:#ffffffb3;text-transform:uppercase;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:.25rem;padding-bottom:1rem;font-size:.875rem;line-height:1.4;display:flex}.Header-module__drawerTicketBtn__oaG7k{cursor:pointer;color:#fff;background-color:#f21c30;border:none;border-radius:3.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;height:3rem;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;display:inline-flex}}.Footer-module__footer__OSV8F{background-color:#000;flex-direction:column;width:100%;padding-top:4rem;display:flex;position:relative;overflow:hidden}.Footer-module__wrapper__vLYS-{flex-direction:column;width:100%;display:flex}.Footer-module__topBar__aJf1k{align-items:stretch;display:flex}.Footer-module__logo__kyANh{aspect-ratio:153.44/132;background-color:#c8001f;flex-shrink:0;justify-content:center;align-items:center;width:9.59rem;display:flex;position:relative}.Footer-module__logoImg__s3rBO{object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.Footer-module__topBarInfo__HYHph{gap:10.25rem;margin-left:10.25rem;display:flex}.Footer-module__topBarInfo__HYHph p{letter-spacing:-.0625rem;line-height:1.3}.Footer-module__topBarCol__68grh{flex-direction:column;display:flex}.Footer-module__topBarLabel__qI-Tj{letter-spacing:.06rem;color:#fff;text-transform:uppercase;align-items:center;gap:.5rem;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;display:flex}.Footer-module__topBarDot__M0DxJ{aspect-ratio:1;background-color:#fff;width:.25rem;display:inline-flex;position:relative}.Footer-module__topBarValue__SpzDk{letter-spacing:.04rem;color:#fff;text-transform:uppercase;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}.Footer-module__watermark__m8tQu{-webkit-user-select:none;user-select:none;pointer-events:none;justify-content:center;align-items:center;width:100%;margin-top:1.0625rem;display:flex;position:relative;overflow:hidden}.Footer-module__watermark__m8tQu.Footer-module__bottom__fU3ZP{display:none}.Footer-module__watermarkImg__eIL9F{object-fit:cover;width:100%;display:block}.Footer-module__contactRow__Oiuqn{align-items:flex-start;gap:5.75rem;padding:8.1rem 0 2rem;display:flex}.Footer-module__container__MC5zk{align-items:flex-start;gap:4rem;width:calc(100% - 4rem);max-width:90rem;margin:0 auto;display:flex}.Footer-module__contactCol__xfwFv{flex-direction:column;gap:.375rem;min-width:14rem;display:flex}.Footer-module__contactLabel__dTxg0{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:400}.Footer-module__special__0elMF{opacity:.5}.Footer-module__contactValue__gn-2C{letter-spacing:-.0437rem;color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;text-decoration:none}.Footer-module__contactValue__gn-2C:hover{color:#f21c30}.Footer-module__socialRow__Py9hz{align-items:center;gap:1.5rem;margin-left:auto;display:flex}.Footer-module__socialLink__MSETk{color:#fff;justify-content:center;align-items:center;text-decoration:none;transition:color .2s;display:flex}.Footer-module__socialLink__MSETk:hover{color:#f21c30}.Footer-module__socialIcon__7DW1Q{aspect-ratio:1;fill:currentColor;width:2.25rem;height:auto}.Footer-module__bottomBar__MFJS8{border-top:.0625rem solid #ffffff26}.Footer-module__bottomBarInner__Fxspy{letter-spacing:-.0625rem;justify-content:space-between;align-items:center;padding:2.05rem 0;display:flex}.Footer-module__copyright__mwjTA{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:400}.Footer-module__footerLinks__qQKWs{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.Footer-module__termsLink__2Q-TJ{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;text-decoration:none}.Footer-module__termsLink__2Q-TJ:hover{color:#fff}@media (width<=1279px){.Footer-module__topBarInfo__HYHph{gap:4rem;margin-left:4rem}.Footer-module__contactRow__Oiuqn{gap:3rem;padding-top:5rem}}@media (width<=1024px){.Footer-module__footer__OSV8F{padding-top:2.5rem}.Footer-module__topBar__aJf1k{flex-direction:column;align-items:flex-start;gap:1.5rem}.Footer-module__logo__kyANh{width:7rem}.Footer-module__topBarInfo__HYHph{flex-wrap:wrap;gap:2rem;margin-left:0}.Footer-module__contactRow__Oiuqn{flex-wrap:wrap;gap:2rem;padding-top:3rem}.Footer-module__socialRow__Py9hz{width:100%;margin-top:.5rem;margin-left:0}}@media (width<=767px){.Footer-module__footer__OSV8F{padding-top:2rem}.Footer-module__logo__kyANh{width:5rem}.Footer-module__topBarLabel__qI-Tj,.Footer-module__topBarValue__SpzDk{font-size:.875rem}.Footer-module__contactCol__xfwFv{min-width:auto}.Footer-module__contactLabel__dTxg0{font-size:.875rem}.Footer-module__contactValue__gn-2C{font-size:1rem}.Footer-module__socialIcon__7DW1Q{width:1.75rem}.Footer-module__copyright__mwjTA,.Footer-module__termsLink__2Q-TJ{font-size:.8125rem}.Footer-module__watermark__m8tQu.Footer-module__top__13nXk{display:none}.Footer-module__watermark__m8tQu.Footer-module__bottom__fU3ZP{display:flex}.Footer-module__container__MC5zk{width:calc(100% - 2rem)}}@media (width<=576px){.Footer-module__topBarInfo__HYHph{flex-direction:column;gap:1rem}.Footer-module__contactRow__Oiuqn{flex-direction:column;gap:1.5rem;padding-top:4rem}.Footer-module__socialRow__Py9hz{justify-content:center;gap:1.25rem}.Footer-module__bottomBarInner__Fxspy{text-align:center;flex-direction:column;gap:.75rem;padding:1.5rem 0}.Footer-module__footerLinks__qQKWs{justify-content:center;gap:.75rem 1.25rem}.Footer-module__termsLink__2Q-TJ{font-size:.75rem}}.HeroBanner-module__section__96Dcp{flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroBanner-module__bgImage__xvbT9{object-fit:cover;object-position:center top;width:100%;height:100%;display:block;position:absolute;inset:0}.HeroBanner-module__overlay__Uzfl-{background:linear-gradient(#00000026 0%,#00000080 55%,#000000eb 100%);position:absolute;inset:0}.HeroBanner-module__content__IaK5p{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin-top:auto;padding:0 2rem 5rem;display:flex;position:relative}.HeroBanner-module__title__Ew0H5{letter-spacing:-.15rem;background:linear-gradient(91.69deg,#fff 25.89%,#fe6a73 71.35%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;max-width:58rem;margin:0;font-family:Inter,sans-serif;font-size:4.5rem;font-weight:500;line-height:1.1}.HeroBanner-module__titleAccent__COutp{color:#f21c30}.HeroBanner-module__subtitle__BRqaA{letter-spacing:-.025rem;color:#ffffffbf;max-width:56rem;margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.5}.HeroBanner-module__scrollIndicator__KQ50L{opacity:.6;flex-direction:column;align-items:center;margin-top:.5rem;display:flex}.HeroBanner-module__chevron__DoLmX{color:#fff;width:1.5rem;height:1.5rem;display:block}@media (width<=1279px){.HeroBanner-module__title__Ew0H5{font-size:3.5rem}.HeroBanner-module__subtitle__BRqaA{font-size:1.125rem}}@media (width<=1024px){.HeroBanner-module__section__96Dcp{min-height:80vh}.HeroBanner-module__title__Ew0H5{letter-spacing:-.1rem;font-size:2.75rem}.HeroBanner-module__subtitle__BRqaA{max-width:40rem;font-size:1rem}.HeroBanner-module__content__IaK5p{padding:0 1.5rem 4rem}}@media (width<=767px){.HeroBanner-module__section__96Dcp{min-height:70vh}.HeroBanner-module__content__IaK5p{gap:1rem;padding:0 1.25rem 3rem}.HeroBanner-module__title__Ew0H5{letter-spacing:-.05rem;font-size:1.75rem}.HeroBanner-module__subtitle__BRqaA{font-size:.875rem;line-height:1.5}.HeroBanner-module__scrollIndicator__KQ50L{margin-top:.25rem}.HeroBanner-module__chevron__DoLmX{width:1.25rem;height:1.25rem}}.HomeBanner-module__section__yIyx8{aspect-ratio:1920/700;background:#000;width:100%;position:relative}.HomeBanner-module__section__yIyx8 img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}@media (width<=1024px){.HomeBanner-module__section__yIyx8{aspect-ratio:16/7}}@media (width<=767px){.HomeBanner-module__section__yIyx8{aspect-ratio:4/3}}.InfoDetails-module__section__NA5Uc{background-color:#fff;align-items:center;display:flex;position:relative}.InfoDetails-module__container__2rMOB{align-items:center;gap:4rem;width:calc(100% - 4rem);max-width:90rem;margin:0 auto;padding:10rem 0;display:flex}.InfoDetails-module__left__6NYHm{flex-direction:column;flex:1 0 0;justify-content:center;gap:3rem;min-width:0;display:flex}.InfoDetails-module__textBlock__44tfF{color:#000;flex-direction:column;gap:2.1875rem;display:flex}.InfoDetails-module__title__CYk3F{letter-spacing:-.25rem;margin:0;font-family:Inter,sans-serif;font-size:4.5rem;font-weight:500;line-height:5rem}.InfoDetails-module__description__ir5d7{letter-spacing:-.025rem;max-width:36.375rem;margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.5}.InfoDetails-module__infoList__3zgDD{flex-direction:column;gap:1.75rem;display:flex}.InfoDetails-module__infoRow__y-1eS{align-items:center;gap:1.5rem;display:flex}.InfoDetails-module__infoText__fA6Xz{letter-spacing:-.025rem;color:#000;white-space:nowrap;margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.5}.InfoDetails-module__divider__oXbqF{background-color:#e0e0e0;width:100%;height:.0625rem}.InfoDetails-module__actions__SfUOL{align-items:center;gap:1.5rem;display:flex}.InfoDetails-module__directionBtn__Zg4Mb{cursor:pointer;background-color:#2a2a2a;border:none;border-radius:3.5rem;align-items:center;gap:.625rem;height:3.25rem;padding:.5rem 1.5rem;text-decoration:none;display:inline-flex}.InfoDetails-module__directionBtnText__Xitqo{letter-spacing:-.025rem;color:#fff;white-space:nowrap;font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.4}.InfoDetails-module__right__0KlYc{border-radius:1.5rem;flex:1 0 0;min-width:0;position:relative;overflow:hidden}.InfoDetails-module__venueImage__a-oGR{aspect-ratio:688/655;background:#000;border-radius:1.5rem;width:100%;height:100%;display:block;position:relative;overflow:hidden}.InfoDetails-module__venueImage__a-oGR img{object-fit:cover;border-radius:1.5rem;width:100%;height:100%;display:block;position:absolute}@media (width<=1279px){.InfoDetails-module__container__2rMOB{padding:6rem 0}.InfoDetails-module__title__CYk3F{font-size:3.5rem;line-height:4rem}}@media (width<=1024px){.InfoDetails-module__container__2rMOB{flex-direction:column;gap:3rem;width:calc(100% - 2rem);padding:4rem 0}.InfoDetails-module__left__6NYHm{gap:2rem}.InfoDetails-module__title__CYk3F{letter-spacing:-.1rem;font-size:2.5rem;line-height:3rem}.InfoDetails-module__description__ir5d7{max-width:none;font-size:1.0625rem}.InfoDetails-module__right__0KlYc{width:100%}.InfoDetails-module__venueImage__a-oGR{aspect-ratio:16/9}}@media (width<=767px){.InfoDetails-module__container__2rMOB{gap:2rem;width:calc(100% - 2rem);padding:3rem 0}.InfoDetails-module__textBlock__44tfF{gap:1.25rem}.InfoDetails-module__title__CYk3F{letter-spacing:-.05rem;font-size:1.75rem;line-height:2.25rem}.InfoDetails-module__description__ir5d7{font-size:.9375rem}.InfoDetails-module__infoText__fA6Xz{white-space:normal;font-size:1rem}.InfoDetails-module__infoRow__y-1eS{gap:.5rem}.InfoDetails-module__directionBtn__Zg4Mb{justify-content:center;width:100%;height:3rem}.InfoDetails-module__venueImage__a-oGR{aspect-ratio:4/3;border-radius:1rem}.InfoDetails-module__venueImage__a-oGR img,.InfoDetails-module__right__0KlYc{border-radius:1rem}.InfoDetails-module__infoRow__y-1eS svg{max-width:2rem;max-height:1.7rem}.InfoDetails-module__infoList__3zgDD{gap:1rem}}.TicketSection-module__section__CJfV5{background-color:#f21c30;flex-direction:column;align-items:center;gap:3.5rem;padding:6.25rem 0;display:flex;position:relative;overflow:hidden}.TicketSection-module__container__Lzcnw{width:calc(100% - 4rem);max-width:90rem;margin:0 auto;position:relative}.TicketSection-module__heading__zdC-x{letter-spacing:-.25rem;color:#fff;text-align:center;margin:0 0 2.5rem;font-family:Inter,sans-serif;font-size:4.5rem;font-weight:500;line-height:6.5rem}.TicketSection-module__cardsRow__5qEzq{align-items:flex-end;gap:2rem;width:100%;max-width:90rem;display:flex}.TicketSection-module__cardOuter__AM9ar{background-color:#ffe4cf;border-radius:2rem;flex-direction:column;flex:1 0 0;align-items:center;padding:.5rem;display:flex}.TicketSection-module__cardOuterHighlighted__qg-XF{gap:.5rem;padding:1rem .5rem .5rem}.TicketSection-module__fewLeft__jL-Ws{letter-spacing:-.0125rem;color:#f21c30;white-space:nowrap;margin:0;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;line-height:1.6}.TicketSection-module__cardInner__PMJWe{box-sizing:border-box;background-color:#fff;border-radius:1.5rem;flex-direction:column;gap:1.5rem;width:100%;padding:2rem;display:flex}.TicketSection-module__cardHeader__Rp2Iv{flex-direction:column;gap:1.5rem;display:flex}.TicketSection-module__badge__WVTNY{background-color:#2a2a2a;border-radius:1.5rem;align-self:flex-start;align-items:center;gap:.1875rem;padding:.5rem .75rem;display:inline-flex}.TicketSection-module__badgeText__oRrvB{letter-spacing:-.025rem;color:#fff;white-space:nowrap;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.4}.TicketSection-module__tierInfo__MKRBx{flex-direction:column;gap:.75rem;display:flex}.TicketSection-module__tierName__KGrIy{letter-spacing:-.0625rem;color:#000;margin:0;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500}.TicketSection-module__priceBlock__OhIKe{flex-direction:column;gap:.5rem;display:flex}.TicketSection-module__priceRow__GIQYy{align-items:flex-end;gap:.5rem;display:flex}.TicketSection-module__price__pJxCb{letter-spacing:-.125rem;color:#f21c30;font-family:Inter,sans-serif;font-size:2.5rem;font-weight:600;line-height:1}.TicketSection-module__pax__neZfo{letter-spacing:-.0125rem;color:#000;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.8}.TicketSection-module__taxes__-n-dK{letter-spacing:-.0125rem;color:#000;opacity:.75;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.8}.TicketSection-module__cardBody__l37-U,.TicketSection-module__ctaBlock__0brZa{flex-direction:column;gap:1.5rem;display:flex}.TicketSection-module__getTicketsBtn__bpr9T{cursor:pointer;color:#fff;background-color:#f21c30;border:none;border-radius:2.5rem;justify-content:space-between;align-items:center;width:100%;height:3.25rem;padding:.5rem 1.5rem;display:flex}.TicketSection-module__getTicketsBtnText__dJr4J{letter-spacing:-.025rem;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.4}.TicketSection-module__refundNote__THBMB{letter-spacing:-.0125rem;color:#000;opacity:.75;margin:0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6}.TicketSection-module__features__2K9Jo{flex-direction:column;gap:1.5rem;display:flex}.TicketSection-module__featureList__gfhAC{flex-direction:column;gap:1rem;display:flex}.TicketSection-module__featureItem__3g1Ii{align-items:flex-start;gap:.75rem;display:flex}.TicketSection-module__featureIconWrap__8emgh{flex-shrink:0;padding-top:.25rem}.TicketSection-module__featureText__rebFj{letter-spacing:-.0125rem;color:#000;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.6}.TicketSection-module__featureTextWrap__gOy-z{flex:1 0 0}.TicketSection-module__benefitsBlock__4Vl0p{flex-direction:column;gap:1rem;display:flex}.TicketSection-module__benefitsTitle__NbYII{letter-spacing:-.0125rem;color:#000;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.4}.TicketSection-module__benefitsBox__Eac0T{background-color:#fff5ed;border-radius:1rem;align-items:center;padding:1rem 1.5rem;display:flex}.TicketSection-module__benefitsText__Ffi1v{letter-spacing:-.0125rem;color:#f21c30;flex:1 0 0;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.6}@media (width<=1279px){.TicketSection-module__section__CJfV5{padding:4rem 0}.TicketSection-module__heading__zdC-x{margin-bottom:1.5rem;font-size:3.5rem;line-height:4.5rem}.TicketSection-module__price__pJxCb{font-size:2rem}.TicketSection-module__cardInner__PMJWe{padding:1.5rem}}@media (width<=1024px){.TicketSection-module__container__Lzcnw{width:calc(100% - 2rem)}.TicketSection-module__cardsRow__5qEzq{flex-direction:column;align-items:stretch;gap:1.5rem}.TicketSection-module__cardOuter__AM9ar{flex:none;width:100%;max-width:32rem;margin:0 auto}.TicketSection-module__heading__zdC-x{letter-spacing:-.1rem;font-size:2.5rem;line-height:3.25rem}}@media (width<=767px){.TicketSection-module__section__CJfV5{gap:2rem;padding:3rem 0}.TicketSection-module__container__Lzcnw{width:calc(100% - 2rem)}.TicketSection-module__heading__zdC-x{letter-spacing:-.075rem;font-size:2rem;line-height:2.5rem}.TicketSection-module__cardInner__PMJWe{gap:1.25rem;padding:1.25rem}.TicketSection-module__tierName__KGrIy{font-size:1.25rem}.TicketSection-module__price__pJxCb{font-size:1.75rem}.TicketSection-module__pax__neZfo,.TicketSection-module__taxes__-n-dK{font-size:.875rem}.TicketSection-module__getTicketsBtn__bpr9T{height:2.875rem}.TicketSection-module__getTicketsBtnText__dJr4J{font-size:1rem}.TicketSection-module__featureText__rebFj{font-size:.875rem}.TicketSection-module__benefitsBox__Eac0T{padding:.75rem 1rem}.TicketSection-module__benefitsText__Ffi1v{font-size:.875rem}.TicketSection-module__featureList__gfhAC,.TicketSection-module__ctaBlock__0brZa{gap:.25rem}.TicketSection-module__benefitsBlock__4Vl0p,.TicketSection-module__tierInfo__MKRBx{gap:.5rem}.TicketSection-module__cardHeader__Rp2Iv,.TicketSection-module__cardsRow__5qEzq{gap:1rem}}.SeatMapV2-module__root__SAnr4{flex-direction:column;height:100%;font-family:inherit;font-size:11px;display:flex}.SeatMapV2-module__viewport__qIUqP{flex:1;min-height:0;position:relative}.SeatMapV2-module__zoomControls__MuOIF{z-index:10;flex-direction:column;gap:4px;display:flex;position:absolute;top:8px;right:8px}.SeatMapV2-module__zoomBtn__TiSCX{cursor:pointer;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;line-height:1;display:flex;box-shadow:0 1px 3px #0000001a}.SeatMapV2-module__zoomBtn__TiSCX:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.SeatMapV2-module__svgWrapper__ciglz{background:#fafafa;border-radius:8px;width:100%;height:100%;overflow:hidden}.SeatMapV2-module__svg__p6HnE{cursor:grab;-webkit-user-select:none;user-select:none;display:block}.SeatMapV2-module__legend__vf6N-{color:#555;justify-content:center;gap:16px;margin-top:12px;font-size:11px;display:flex}.SeatMapV2-module__legendItem__PQf9z{align-items:center;gap:5px;display:flex}.SeatBookingModule-module__seatBookingContainer__nOURE{flex-direction:column;width:calc(100% - 4rem);max-width:90rem;margin:1.5rem auto;display:flex}.SeatBookingModule-module__countRoot__NxTJj{min-height:100vh;position:relative}.SeatBookingModule-module__countBg__G98bI{filter:blur(3px);pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.45;min-height:100vh}.SeatBookingModule-module__eventInfoHeader__WrdQz{align-items:flex-start;gap:1rem;padding:1.5rem 2rem;display:flex}.SeatBookingModule-module__chevron__CkOJZ{color:var(--text);flex-shrink:0;font-size:1.25rem;line-height:1.4}.SeatBookingModule-module__eventDetails__ZSXwi{flex-direction:column;gap:2px;display:flex}.SeatBookingModule-module__eventMeta__dDHK4{color:var(--text);letter-spacing:.06em;text-transform:uppercase;font-family:inherit;font-size:.75rem;font-weight:500}.SeatBookingModule-module__countOverlay__TMfcB{z-index:50;-webkit-backdrop-filter:blur(2px);background:#00000059;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.SeatBookingModule-module__countCard__S91Er{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);text-align:center;width:100%;max-width:340px;padding:1.75rem 2rem;box-shadow:0 8px 40px #0000002e}.SeatBookingModule-module__countTitle__9vK-8{color:var(--text);margin:0 0 .25rem;font-size:1.125rem;font-weight:700}.SeatBookingModule-module__countSubtitle__HkK68{color:var(--text-muted);margin:0 0 1.25rem;font-size:.8125rem}.SeatBookingModule-module__stepper__xRtsL{justify-content:center;align-items:center;gap:1.25rem;margin-bottom:1.25rem;display:flex}.SeatBookingModule-module__stepperBtn__-Jd3O{background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border:1px solid #000;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.375rem;line-height:1;transition:opacity .15s;display:flex}.SeatBookingModule-module__stepperBtn__-Jd3O:disabled{opacity:.35;cursor:not-allowed}.SeatBookingModule-module__stepperCount__rfrQ5{color:var(--text);font-variant-numeric:tabular-nums;min-width:2.5rem;font-size:2rem;font-weight:700}.SeatBookingModule-module__selectSeatsBtn__UAS0n{width:100%;padding:11px;font-size:.9375rem;font-weight:600}.SeatBookingModule-module__seatsPage__N92Eo{background:#fafafa;flex-direction:column;height:100vh;display:flex;overflow:hidden}.SeatBookingModule-module__seatsBanner__qPo2I{z-index:50;background:#fff;padding:0;position:sticky;top:0}.SeatBookingModule-module__seatsBannerInner__EZLn9{align-items:center;gap:1.25rem;width:calc(100% - 4rem);max-width:90rem;margin:0 auto;padding:1rem 0;display:flex}.SeatBookingModule-module__seatsBannerChevron__s7X3e{cursor:pointer;appearance:none;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:.375rem;transition:background .15s;display:flex}.SeatBookingModule-module__seatsBannerChevron__s7X3e:hover{background:#ffffff1a}.SeatBookingModule-module__seatsBannerInfo__0uoxx{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.SeatBookingModule-module__seatsBannerDate__Zmq-v{letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.9375rem;font-weight:600;line-height:1.3}.SeatBookingModule-module__seatsBannerVenue__QRlCw,.SeatBookingModule-module__seatsBannerEvent__BAS4w{text-transform:uppercase;margin:0;font-size:.8125rem;font-weight:500;line-height:1.3}.SeatBookingModule-module__seatsBannerBadge__8r-0G{letter-spacing:.02em;white-space:nowrap;flex-shrink:0;font-size:.75rem;font-weight:600}.SeatBookingModule-module__seatMapArea__A0w37{flex:1;min-height:0;padding:0 0 6.2rem;overflow:auto}.SeatBookingModule-module__seatErrorBanner__amRxo{background:var(--error-light);color:var(--error);text-align:center;border-bottom:1px solid var(--error-border);padding:.75rem 1rem;font-size:.8125rem;font-weight:500}.SeatBookingModule-module__bookingBar__bXJSx{z-index:50;background:#fff;border-top:1px solid #0000001a;position:fixed;bottom:0;left:0;right:0}.SeatBookingModule-module__bookingBarInner__97WnF{justify-content:space-between;align-items:center;gap:1rem;width:calc(100% - 4rem);max-width:90rem;margin:0 auto;padding:.875rem 0;display:flex}.SeatBookingModule-module__bookingBarInfo__uscC9{flex-direction:column;gap:2px;display:flex}.SeatBookingModule-module__bookingBarCount__kWmEx{color:var(--text-secondary);font-size:.875rem;font-weight:500}.SeatBookingModule-module__bookingBarTotal__c5FhP{color:var(--text);font-variant-numeric:tabular-nums;font-size:1.375rem;font-weight:700}.SeatBookingModule-module__bookingBarBtn__d0tKI{color:#fff;cursor:pointer;white-space:nowrap;background:#c8001f;border:none;border-radius:3rem;min-height:2.875rem;padding:.75rem 2rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;transition:background .15s}.SeatBookingModule-module__bookingBarBtn__d0tKI:hover{background:#a50019}.SeatBookingModule-module__bookingBarBtn__d0tKI:disabled{opacity:.5;cursor:not-allowed}.SeatBookingModule-module__editPopupOverlay__616jw{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.SeatBookingModule-module__editPopupCard__ok-Rm{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);text-align:center;width:100%;max-width:320px;padding:1.75rem 2rem;box-shadow:0 8px 40px #0000002e}.SeatBookingModule-module__editPopupTitle__KlIl3{color:var(--text);margin:0 0 .25rem;font-size:1.125rem;font-weight:700}.SeatBookingModule-module__editPopupSubtitle__Zhomc{color:var(--text-muted);margin:0 0 1.25rem;font-size:.8125rem}.SeatBookingModule-module__editPopupDoneBtn__sa8V4{width:100%;padding:11px;font-size:.9375rem;font-weight:600}.SeatBookingModule-module__termsError__iIjPr{margin-top:-8px}.SeatBookingModule-module__checkoutPage__rffgP{background:#fafafa;min-height:100vh;padding-bottom:3rem}.SeatBookingModule-module__checkoutTitle__cnTC9{color:var(--text);letter-spacing:-.04rem;margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.SeatBookingModule-module__checkoutSubtitle__orpYB{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9375rem;font-weight:400}.SeatBookingModule-module__checkoutTimer__OgmHY{text-align:center;color:var(--success);background:var(--success-light);border:1px solid var(--success-border);font-variant-numeric:tabular-nums;letter-spacing:.01em;border-radius:.625rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.SeatBookingModule-module__timerUrgent__O-OD2{color:var(--error);background:var(--error-light);border-color:var(--error-border);animation:1.5s ease-in-out infinite SeatBookingModule-module__timerPulse__WBJXt}@keyframes SeatBookingModule-module__timerPulse__WBJXt{0%,to{opacity:1}50%{opacity:.6}}.SeatBookingModule-module__errorBanner__--tv8{background:var(--error-light);color:var(--error);border-radius:var(--radius-sm);margin-bottom:var(--space-4);text-align:center;border:1px solid var(--error-border);padding:10px 14px;font-size:.8125rem;font-weight:500}.SeatBookingModule-module__checkoutLayout__TSZkx{grid-template-columns:1fr 420px;align-items:start;gap:2.5rem;display:grid}.SeatBookingModule-module__checkoutForm__0M8UY{background:#fff;border:1px solid #eee;border-radius:1rem;flex-direction:column;gap:1.5rem;padding:2rem 2.25rem;display:flex}.SeatBookingModule-module__formGrid__Lthjx{gap:var(--space-6);grid-template-columns:1fr 1fr;display:grid}.SeatBookingModule-module__formField__Faapp{flex-direction:column;gap:.4375rem;display:flex}.SeatBookingModule-module__formLabel__plnNh{color:var(--text);font-size:.875rem;font-weight:600}.SeatBookingModule-module__required__XIR4d{color:var(--error)}.SeatBookingModule-module__formInput__52cWW,.SeatBookingModule-module__formSelect__IEDWn{width:100%;color:var(--text);appearance:none;background:#fafafa;border:1px solid #d4d4d4;border-radius:.625rem;min-height:3.375rem;padding:.875rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s,background .2s}.SeatBookingModule-module__formInput__52cWW:hover,.SeatBookingModule-module__formSelect__IEDWn:hover{border-color:#999}.SeatBookingModule-module__formSelect__IEDWn{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.SeatBookingModule-module__formInput__52cWW:focus,.SeatBookingModule-module__formSelect__IEDWn:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-50);background:#fff;outline:none}.SeatBookingModule-module__formInput__52cWW:disabled,.SeatBookingModule-module__formSelect__IEDWn:disabled{background:var(--surface-secondary);color:var(--text-muted);cursor:not-allowed}.SeatBookingModule-module__formInput__52cWW::placeholder{color:var(--text-muted)}.SeatBookingModule-module__inputError__3rkxJ{border-color:var(--error)!important}.SeatBookingModule-module__fieldError__-DjyL{color:var(--error);font-size:.75rem;font-weight:500}.SeatBookingModule-module__phoneInputWrap__EsCmP{background:#fafafa;border:1px solid #d4d4d4;border-radius:.625rem;align-items:center;transition:border-color .2s,box-shadow .2s,background .2s;display:flex;overflow:hidden}.SeatBookingModule-module__phoneInputWrap__EsCmP:hover{border-color:#999}.SeatBookingModule-module__phoneInputWrap__EsCmP:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-50)}.SeatBookingModule-module__phonePrefix__13KXL{color:var(--text);white-space:nowrap;-webkit-user-select:none;user-select:none;background:0 0;border-right:1px solid #d4d4d4;align-items:center;gap:4px;padding:.875rem .75rem .875rem 1rem;font-size:.9375rem;font-weight:500;display:flex}.SeatBookingModule-module__phoneInput__v8mX8{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:14px 16px;font-family:inherit;font-size:.9375rem}.SeatBookingModule-module__phoneInput__v8mX8::placeholder{color:var(--text-muted)}.SeatBookingModule-module__phoneInput__v8mX8:disabled{background:var(--surface-secondary);color:var(--text-muted);cursor:not-allowed}.SeatBookingModule-module__checkoutTerms__7-hGm{align-items:center;gap:var(--space-3);cursor:pointer;color:var(--text);-webkit-user-select:none;user-select:none;font-size:.875rem;line-height:1.3;display:flex}.SeatBookingModule-module__checkoutTerms__7-hGm input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.SeatBookingModule-module__termsErrorLabel__XZKMl span{color:var(--error)}.SeatBookingModule-module__checkoutNotice__54RC9{color:#92600a;background:#fef9e7;border:1px solid #f5e6b8;border-radius:.5rem;align-items:center;gap:.375rem;padding:.625rem .875rem;font-size:.8125rem;font-weight:500;line-height:1.4;display:inline-flex}.SeatBookingModule-module__checkoutActions__yo3y4{gap:var(--space-3);align-items:center;margin-top:9px;display:flex}.SeatBookingModule-module__checkoutProceedBtn__61DAt{border-radius:28px;min-width:160px;padding:16px 61px;font-size:1rem;font-weight:600}.SeatBookingModule-module__checkoutCancelBtn__64D7l{border-radius:28px;padding:16px 40px;font-size:1rem;font-weight:600}.SeatBookingModule-module__mobileCheckoutBar__TsPaR{display:none}.SeatBookingModule-module__mobileCheckoutBarInner__Tmmdv{justify-content:space-between;align-items:center;gap:1rem;width:calc(100% - 2rem);max-width:90rem;margin:0 auto;padding:.75rem 0;display:flex}.SeatBookingModule-module__mobileBarSeats__C-caS{color:var(--text-muted);font-size:.75rem;font-weight:400}.SeatBookingModule-module__checkoutSidebar__cImlr{position:sticky;top:80px}.SeatBookingModule-module__checkoutTicketCard__oWUqj{background:#fff;border:1px solid #eee;border-radius:1rem;padding:1.75rem 2rem}.SeatBookingModule-module__ticketCardTitle__zCaxJ{color:var(--text);margin-bottom:.9375rem;font-size:1.375rem;font-weight:700}.SeatBookingModule-module__ticketLineItem__p1m5D{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.SeatBookingModule-module__ticketLineLeft__Pl1B0{flex-direction:column;gap:.25rem;display:flex}.SeatBookingModule-module__ticketSectionName__NzxQ8{color:var(--text);font-size:.9375rem;font-weight:600}.SeatBookingModule-module__ticketSectionCount__boFkG{color:var(--text-muted);font-size:.8125rem}.SeatBookingModule-module__ticketLinePrice__1gPtU{color:var(--text);font-variant-numeric:tabular-nums;font-size:.9375rem;font-weight:700}.SeatBookingModule-module__ticketDivider__h9Jss{height:1px;margin:var(--space-5) 0;background:#000}.SeatBookingModule-module__priceRow__Nfj35{color:var(--text-secondary);margin-bottom:var(--space-2);justify-content:space-between;font-size:.875rem;display:flex}.SeatBookingModule-module__priceRow__Nfj35 span:last-child{color:var(--text);font-variant-numeric:tabular-nums;font-weight:600}.SeatBookingModule-module__priceTotal__-7Ynh{color:var(--text);border-top:1px solid #0000001a;align-items:center;margin-top:1.125rem;margin-bottom:0;padding-top:1rem;font-weight:600;display:flex}.SeatBookingModule-module__priceTotal__-7Ynh small{color:var(--text-muted);font-size:.75rem;font-weight:400}.SeatBookingModule-module__grandTotal__7VYrN{color:var(--text);font-size:1.25rem;font-weight:700}.SeatBookingModule-module__seatSummary__pXk-j{border-top:1px solid #eee;margin-top:1.25rem;padding-top:.25rem}.SeatBookingModule-module__seatGroup__Ze3K2{margin-bottom:1rem}.SeatBookingModule-module__seatGroup__Ze3K2:last-child{margin-bottom:0}.SeatBookingModule-module__seatGroupLabel__bLgdm{letter-spacing:.06em;text-transform:uppercase;color:#888;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:inline-block}.SeatBookingModule-module__seatTags__eIC0v{flex-wrap:wrap;gap:.375rem;display:flex}.SeatBookingModule-module__seatTag__lELLX{border:1.5px solid var(--primary);color:var(--primary);font-variant-numeric:tabular-nums;letter-spacing:.02em;background:#fff;border-radius:.5rem;padding:.3rem .75rem;font-size:.8125rem;font-weight:600}@media (width<=1024px){.SeatBookingModule-module__seatsBannerInner__EZLn9,.SeatBookingModule-module__bookingBarInner__97WnF{width:calc(100% - 2rem)}}@media (width<=968px){.SeatBookingModule-module__checkoutLayout__TSZkx{gap:var(--space-8);grid-template-columns:1fr}.SeatBookingModule-module__checkoutSidebar__cImlr{position:static}}@media (width<=768px){.SeatBookingModule-module__seatsBannerInner__EZLn9{gap:.75rem;width:calc(100% - 1.5rem);padding:.75rem 0}.SeatBookingModule-module__seatsBannerDate__Zmq-v{font-size:.8125rem}.SeatBookingModule-module__seatsBannerVenue__QRlCw,.SeatBookingModule-module__seatsBannerEvent__BAS4w,.SeatBookingModule-module__seatsBannerBadge__8r-0G{font-size:.6875rem}.SeatBookingModule-module__bookingBarInner__97WnF{width:calc(100% - 1.5rem);padding:.75rem 0}.SeatBookingModule-module__bookingBarCount__kWmEx{font-size:.8125rem}.SeatBookingModule-module__bookingBarTotal__c5FhP{font-size:1.125rem}.SeatBookingModule-module__bookingBarBtn__d0tKI{min-height:2.5rem;padding:.625rem 1.25rem;font-size:.8125rem}.SeatBookingModule-module__checkoutTitle__cnTC9{letter-spacing:0;margin-bottom:.25rem;font-size:24px}.SeatBookingModule-module__checkoutSubtitle__orpYB{margin-bottom:1.25rem}.SeatBookingModule-module__formGrid__Lthjx{gap:var(--space-4);grid-template-columns:1fr}.SeatBookingModule-module__checkoutActions__yo3y4{display:none}.SeatBookingModule-module__mobileCheckoutBar__TsPaR{z-index:50;background:#fff;border-top:1px solid #0000001a;display:block;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #00000014}.SeatBookingModule-module__checkoutPage__rffgP{padding-bottom:6rem}.SeatBookingModule-module__checkoutForm__0M8UY{gap:1rem;padding:1rem}.SeatBookingModule-module__seatBookingContainer__nOURE{width:calc(100% - 2rem)}.SeatBookingModule-module__ticketLineItem__p1m5D{margin-bottom:1rem}.SeatBookingModule-module__ticketCardTitle__zCaxJ{font-size:1.125rem}.SeatBookingModule-module__checkoutTicketCard__oWUqj{padding:1.5rem}.SeatBookingModule-module__checkoutLayout__TSZkx{gap:1rem}}.SeatBookingModule-module__successContainer__OO15H{max-width:560px;margin:0 auto}.SeatBookingModule-module__successIcon__bwoSv{margin-bottom:.25rem;font-size:1.5rem}.SeatBookingModule-module__successTitle__pF80A{margin:0}.SeatBookingModule-module__ticketAmount__SnTz-{border-top:1px dashed #000;margin-top:1.25rem;padding-top:1.25rem}.SeatBookingModule-module__ticketAmountRow__-nG0-{justify-content:space-between;align-items:center;display:flex}.SeatBookingModule-module__ticketAmountLabel__Nt-Wk{color:var(--text-secondary);font-size:.875rem}.SeatBookingModule-module__ticketAmountValue__-V-Qp{color:var(--text);font-size:1.25rem;font-weight:700}.SeatBookingModule-module__bookingRef__o1-TV{background:var(--surface-secondary);border-radius:var(--radius-sm);border:1px solid var(--border-light);margin-top:1.25rem;padding:.75rem 1rem}.SeatBookingModule-module__bookingRefLabel__Jh0mn{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:.75rem;font-weight:500}.SeatBookingModule-module__bookingRefToken__xhAoI{color:var(--text);word-break:break-all;font-family:monospace;font-size:.8125rem}.SeatBookingModule-module__seatSummary__pXk-j{width:100%;margin-top:1rem}.SeatBookingModule-module__leaveModalOverlay__lP--q{z-index:200;-webkit-backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s SeatBookingModule-module__leaveOverlayIn__T6Iz8;display:flex;position:fixed;inset:0}@keyframes SeatBookingModule-module__leaveOverlayIn__T6Iz8{0%{opacity:0}to{opacity:1}}.SeatBookingModule-module__leaveModal__V89Y4{text-align:center;background:#fff;border-radius:1rem;width:100%;max-width:380px;padding:2rem;animation:.25s SeatBookingModule-module__leaveModalIn__n-GEL;box-shadow:0 20px 60px #00000026}@keyframes SeatBookingModule-module__leaveModalIn__n-GEL{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.SeatBookingModule-module__leaveModalIcon__dpGa4{margin-bottom:1rem}.SeatBookingModule-module__leaveModalTitle__cAYmt{color:var(--text);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.SeatBookingModule-module__leaveModalText__iYGjz{color:var(--text-muted);margin:0 0 1.5rem;font-size:.875rem;line-height:1.5}.SeatBookingModule-module__leaveModalActions__n3jLz{gap:.75rem;display:flex}.SeatBookingModule-module__leaveModalStay__bs-dq{color:var(--text);cursor:pointer;background:#fff;border:1px solid #d4d4d4;border-radius:.5rem;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,border-color .15s}.SeatBookingModule-module__leaveModalStay__bs-dq:hover{background:#fafafa;border-color:#bbb}.SeatBookingModule-module__leaveModalLeave__7C2NU{color:#fff;cursor:pointer;background:#d92d20;border:none;border-radius:.5rem;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s}.SeatBookingModule-module__leaveModalLeave__7C2NU:hover{background:#b42318}.ETicketPage-module__loaderOverlay__ZhTvm{z-index:9999;color:#fff;letter-spacing:.02em;background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1rem;font-weight:500;display:flex;position:fixed;inset:0}.ETicketPage-module__loaderSpinner__X-a7E{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:.7s linear infinite ETicketPage-module__spin__xxZKH}@keyframes ETicketPage-module__spin__xxZKH{to{transform:rotate(360deg)}}.ETicketPage-module__page__1eMkf{background:#f21c30;flex-direction:column;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex}.ETicketPage-module__pageTitle__-Hio1{color:#fff;align-self:flex-start;width:100%;max-width:34.5rem;margin-bottom:16px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:600}.ETicketPage-module__ticketWrapper__uKo1C{background:#f21c30;padding:24px}.ETicketPage-module__ticket__5Hf6M{background:#fff;border-radius:16px;width:100%;max-width:34.5rem;position:relative;overflow:hidden}.ETicketPage-module__banner__J9zz-{background-color:#fff;justify-content:center;align-items:center;height:5.5rem;display:flex}.ETicketPage-module__logo__da8AV{color:#fff;letter-spacing:2px;margin-bottom:4px;font-size:1.5rem;font-weight:800}.ETicketPage-module__logoSub__rTfxR{color:#ffffffd9;letter-spacing:3px;text-transform:uppercase;font-size:.65rem}.ETicketPage-module__eventImage__aEI5S{object-fit:cover;width:100%;height:200px;display:block}.ETicketPage-module__eventImagePlaceholder__Lj7nQ{aspect-ratio:552/301.33;width:100%;position:relative}.ETicketPage-module__eventImagePlaceholder__Lj7nQ img{object-fit:cover;width:100%;height:100%}.ETicketPage-module__infoSection__MswvG{justify-content:space-between;align-items:flex-start;gap:16px;padding:1rem 2.5rem;display:flex}.ETicketPage-module__infoLeft__-97yO{flex:1;padding-top:.875rem}.ETicketPage-module__infoLabel__QDFbW{color:#727272;letter-spacing:.5px;margin-top:1.0625rem;margin-bottom:.25rem;font-size:1rem;font-weight:500;line-height:1.6}.ETicketPage-module__infoLabel__QDFbW:first-child{margin-top:0}.ETicketPage-module__infoValue__-hL5e{color:#000;font-size:1.25rem;font-weight:600;line-height:1.6}.ETicketPage-module__qrBlock__-HK1O{text-align:center;flex-shrink:0;margin-top:2.1875rem;margin-right:.625rem}.ETicketPage-module__qrCode__cxzD3{aspect-ratio:1;width:10.4375rem;margin:0 auto 1.5rem;display:block}.ETicketPage-module__qrHint__kPi2l{color:#000;text-transform:uppercase;letter-spacing:.02rem;border-spacing:.35rem 0;margin:0 auto;font-size:.75rem;line-height:normal}.ETicketPage-module__qrHint__kPi2l td{vertical-align:middle;padding:0}.ETicketPage-module__qrHint__kPi2l svg{display:block}.ETicketPage-module__dividerSplitter__qq-Md{width:100%;margin:1.0625rem 0;position:relative}.ETicketPage-module__dividerSplitter__qq-Md.ETicketPage-module__haveDotes__LTLpI:before,.ETicketPage-module__dividerSplitter__qq-Md.ETicketPage-module__haveDotes__LTLpI:after{content:"";aspect-ratio:1;background:#f21c30;border-radius:50%;width:3.4375rem;position:absolute;top:50%;left:0%;transform:translateY(-50%)translate(-50%)}.ETicketPage-module__dividerSplitter__qq-Md.ETicketPage-module__haveDotes__LTLpI:after{left:auto;right:0%;transform:translateY(-50%)translate(50%)}.ETicketPage-module__dividerSplitter__qq-Md hr{border:none;border-top:2px dashed #e0e0e0;margin:0 2.5rem}.ETicketPage-module__divider__VS5R0{border:none;border-top:2px dashed #e0e0e0;margin:0 24px}.ETicketPage-module__seatsSection__DHvf6{text-align:center;padding:1rem 2.5rem 1.25rem}.ETicketPage-module__seatCount__H-dmG{color:#888;margin-bottom:.625rem;font-size:1rem}.ETicketPage-module__seatList__RfDJj{color:#000;font-size:1.5rem;font-weight:700;line-height:normal}.ETicketPage-module__detailsSection__5IoWH{width:100%;padding:.875rem 2.5rem 1.25rem;position:relative}.ETicketPage-module__detailsTitle__gZBn5{color:#1a1a1a;margin-bottom:12px;font-size:1.375rem;font-weight:500}.ETicketPage-module__detailsGrid__62shA{grid-template-columns:1fr 1fr;gap:.75rem 0;display:grid}.ETicketPage-module__detailLabel__A8Kf-{color:#727272;margin-bottom:.25rem;font-size:1rem;font-weight:500;line-height:1.6}.ETicketPage-module__detailValue__IAK-p{color:#1a1a1a;font-size:1.125rem;font-weight:600}.ETicketPage-module__actionButtons__J53nw{gap:10px;width:calc(100% - 5rem);margin:1.1875rem 2.5rem 2.5rem;display:flex}.ETicketPage-module__shareBtn__mzKSv,.ETicketPage-module__downloadBtn__ZjBti{color:#000;cursor:pointer;background:#fff;border:1.5px solid #cfcfcf;border-radius:28px;flex:1;justify-content:center;align-items:center;gap:8px;padding:.875rem;font-size:1rem;font-weight:500;transition:background .15s;display:flex}.ETicketPage-module__shareBtn__mzKSv:hover,.ETicketPage-module__downloadBtn__ZjBti:hover{background:#f8f8f8}.ETicketPage-module__downloadBtn__ZjBti{color:#fff;background:#f21c30;border-color:#f21c30}.ETicketPage-module__downloadBtn__ZjBti:hover{background:#d4182a}.ETicketPage-module__downloadBtn__ZjBti:disabled{opacity:.6;cursor:not-allowed}.ETicketPage-module__helpBar__POIKH{text-align:center;color:#fff;background-color:#ffffff0a;border:1px solid #fff6;border-radius:1rem;width:100%;max-width:34.5rem;margin-top:1rem;padding:1rem 1.25rem}.ETicketPage-module__helpTitle__nFlfo{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1rem;font-weight:600;display:flex}.ETicketPage-module__helpContacts__83xcg{color:#ffffffe6;letter-spacing:.0125rem;font-size:1.125rem;line-height:1.6}.ETicketPage-module__helpContacts__83xcg a{color:#fff;text-decoration:none}.ETicketPage-module__helpContacts__83xcg a:hover{text-decoration:underline}.ETicketPage-module__helpSep__EuJyw{opacity:.5;margin:0 10px}.ETicketPage-module__loadingState__Y-1tr,.ETicketPage-module__errorState__KF3S3{color:#fff;background:#f21c30;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;font-size:1.125rem;display:flex}.ETicketPage-module__errorState__KF3S3{flex-direction:column;gap:16px}.ETicketPage-module__retryBtn__8BnUQ{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:8px;padding:10px 24px;font-size:.9rem;font-weight:600}.ETicketPage-module__retryBtn__8BnUQ:hover{background:#ffffff1a}.AboutPage-module__banner__KAVuF{justify-content:center;align-items:flex-end;width:100%;min-height:70vh;display:flex;position:relative;overflow:hidden}.AboutPage-module__bannerBg__8F-Li{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.AboutPage-module__bannerOverlay__zv7qt{background:linear-gradient(#0000001a 0%,#0000008c 50%,#000000eb 100%);position:absolute;inset:0}.AboutPage-module__bannerContent__EPM0Q{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:0 2rem 5rem;display:flex;position:relative}.AboutPage-module__bannerTag__r-qsy{letter-spacing:.15em;text-transform:uppercase;color:#fff9;margin:0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.AboutPage-module__bannerTitle__Yk9uz{letter-spacing:-.15rem;background:linear-gradient(91.69deg,#fff 25.89%,#fe6a73 71.35%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Inter,sans-serif;font-size:4.5rem;font-weight:500;line-height:1.1}.AboutPage-module__bannerSub__P1kgk{color:#ffffffa6;letter-spacing:.06em;margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400}.AboutPage-module__container__Es1r1{width:calc(100% - 4rem);max-width:90rem;margin:0 auto}.AboutPage-module__section__-0Pex{background:#fff}.AboutPage-module__sectionAlt__uD5cP{background:#f5f5f5}.AboutPage-module__section__-0Pex .AboutPage-module__container__Es1r1,.AboutPage-module__sectionAlt__uD5cP .AboutPage-module__container__Es1r1{padding:7rem 0}.AboutPage-module__row__vR-8Z{align-items:center;gap:4rem;display:flex}.AboutPage-module__textCol__Wu5xp,.AboutPage-module__imageCol__5mPIx{flex:1 1 0;min-width:0}.AboutPage-module__textBlock__FEFVi{flex-direction:column;gap:1.5rem;display:flex}.AboutPage-module__label__ygrX-{letter-spacing:.1em;text-transform:uppercase;color:#f21c30;margin:0;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600}.AboutPage-module__title__jtrsJ{letter-spacing:-.25rem;color:#000;margin:0;font-family:Inter,sans-serif;font-size:4.5rem;font-weight:500;line-height:5rem}.AboutPage-module__description__6mzVF{letter-spacing:-.025rem;color:#000;max-width:36.375rem;margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.5}.AboutPage-module__imageWrap__hAmOK{aspect-ratio:688/655;background:#000;border-radius:1.5rem;width:100%;position:relative;overflow:hidden}.AboutPage-module__imageWrap__hAmOK img{object-fit:cover;border-radius:1.5rem;width:100%;height:100%;display:block;position:absolute;inset:0}.AboutPage-module__rowReverse__HLr3j{flex-direction:row-reverse}.AboutPage-module__quoteSection__kWmsH{background:#000;padding:5rem 0}.AboutPage-module__quoteInner__Lk3hC{align-items:flex-start;gap:2rem;max-width:56rem;display:flex}.AboutPage-module__quoteLine__yjHyf{background:#f21c30;border-radius:2px;flex-shrink:0;align-self:stretch;width:3px;min-height:100%}.AboutPage-module__quoteText__Q7DpJ{letter-spacing:-.03rem;color:#fffc;margin:0;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.7}.AboutPage-module__eventDetails__fEx9b{flex-direction:column;gap:1rem;padding-top:.5rem;display:flex}.AboutPage-module__eventDetail__4ICgb{flex-direction:column;gap:.125rem;display:flex}.AboutPage-module__detailLabel__8TuPh{letter-spacing:.08em;text-transform:uppercase;color:#999;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.AboutPage-module__detailValue__1Nslb{color:#000;letter-spacing:-.01rem;font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:500}.AboutPage-module__disclaimer__tvXEK{background:#f5f5f5;border-top:1px solid #e8e8e8;padding:3rem 0}.AboutPage-module__disclaimerText__QdjUO{color:#888;max-width:56rem;margin:0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.7}@media (width<=1279px){.AboutPage-module__bannerTitle__Yk9uz{font-size:3.5rem}.AboutPage-module__section__-0Pex .AboutPage-module__container__Es1r1{padding:5rem 0}.AboutPage-module__title__jtrsJ{font-size:3.5rem;line-height:4rem}.AboutPage-module__quoteText__Q7DpJ{font-size:1.25rem}}@media (width<=1024px){.AboutPage-module__banner__KAVuF{min-height:55vh}.AboutPage-module__bannerTitle__Yk9uz{letter-spacing:-.1rem;font-size:2.75rem}.AboutPage-module__bannerContent__EPM0Q{padding:0 1.5rem 4rem}.AboutPage-module__container__Es1r1{width:calc(100% - 2rem)}.AboutPage-module__row__vR-8Z{flex-direction:column;gap:3rem}.AboutPage-module__rowReverse__HLr3j{flex-direction:column}.AboutPage-module__section__-0Pex .AboutPage-module__container__Es1r1{padding:4rem 0}.AboutPage-module__title__jtrsJ{letter-spacing:-.1rem;font-size:2.5rem;line-height:3rem}.AboutPage-module__description__6mzVF{max-width:none;font-size:1.0625rem}.AboutPage-module__imageWrap__hAmOK{aspect-ratio:16/9}.AboutPage-module__quoteSection__kWmsH{padding:3.5rem 0}.AboutPage-module__quoteText__Q7DpJ{font-size:1.125rem}}@media (width<=767px){.AboutPage-module__banner__KAVuF{min-height:45vh}.AboutPage-module__bannerContent__EPM0Q{gap:.5rem;padding:0 1.25rem 3rem}.AboutPage-module__bannerTag__r-qsy{font-size:.75rem}.AboutPage-module__bannerTitle__Yk9uz{letter-spacing:-.05rem;font-size:1.75rem}.AboutPage-module__bannerSub__P1kgk{font-size:1rem}.AboutPage-module__section__-0Pex .AboutPage-module__container__Es1r1{padding:3rem 0}.AboutPage-module__row__vR-8Z{gap:2rem}.AboutPage-module__textBlock__FEFVi{gap:1.25rem}.AboutPage-module__title__jtrsJ{letter-spacing:-.05rem;font-size:1.75rem;line-height:2.25rem}.AboutPage-module__description__6mzVF{font-size:.9375rem}.AboutPage-module__imageWrap__hAmOK{aspect-ratio:4/3;border-radius:1rem}.AboutPage-module__imageWrap__hAmOK img{border-radius:1rem}.AboutPage-module__quoteSection__kWmsH{padding:2.5rem 0}.AboutPage-module__quoteInner__Lk3hC{gap:1.25rem}.AboutPage-module__quoteText__Q7DpJ{font-size:1rem}.AboutPage-module__detailValue__1Nslb{font-size:.9375rem}.AboutPage-module__disclaimer__tvXEK{padding:2rem 0}}.TermsPage-module__banner__ntJMD{justify-content:center;align-items:flex-end;width:100%;min-height:50vh;display:flex;position:relative;overflow:hidden}.TermsPage-module__bannerBg__C-Ghc{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.TermsPage-module__bannerOverlay__KEK2m{background:linear-gradient(#0000001a 0%,#0000008c 50%,#000000eb 100%);position:absolute;inset:0}.TermsPage-module__bannerContent__S5icC{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:0 2rem 5rem;display:flex;position:relative}.TermsPage-module__bannerTag__eIuAU{letter-spacing:.15em;text-transform:uppercase;color:#fff9;margin:0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.TermsPage-module__bannerTitle__YDiD4{letter-spacing:-.15rem;background:linear-gradient(91.69deg,#fff 25.89%,#fe6a73 71.35%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Inter,sans-serif;font-size:4.5rem;font-weight:500;line-height:1.1}.TermsPage-module__container__1AUPL{width:calc(100% - 4rem);max-width:90rem;margin:0 auto}.TermsPage-module__section__uk538{background:#fff}.TermsPage-module__section__uk538 .TermsPage-module__container__1AUPL{padding:5rem 0}.TermsPage-module__lastUpdated__tEuDk{color:#999;letter-spacing:.02em;max-width:56rem;margin:0 auto 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.TermsPage-module__intro__wlgyl{color:#333;max-width:56rem;margin:0 auto 3rem;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.7}.TermsPage-module__termsList__v1IXb{flex-direction:column;gap:2.5rem;max-width:56rem;margin-left:auto;margin-right:auto;display:flex}.TermsPage-module__termItem__Qs04Q{flex-direction:column;gap:.75rem;display:flex}.TermsPage-module__termNumber__vx7wl{letter-spacing:.1em;text-transform:uppercase;color:#f21c30;margin:0;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.TermsPage-module__termTitle__Mywaa{letter-spacing:-.03rem;color:#000;margin:0;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3}.TermsPage-module__termText__fNEmL{color:#444;margin:0;font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:400;line-height:1.7}.TermsPage-module__termList__qNv-O{flex-direction:column;gap:.4rem;margin:0;padding-left:1.5rem;display:flex}.TermsPage-module__termListItem__AhzRo{color:#444;font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:400;line-height:1.7}.TermsPage-module__disclaimer__URHSX{background:#f5f5f5;border-top:1px solid #e8e8e8;padding:3rem 0}.TermsPage-module__disclaimerText__2imLM{color:#888;max-width:56rem;margin:0 auto;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.7}@media (width<=1279px){.TermsPage-module__bannerTitle__YDiD4{font-size:3.5rem}.TermsPage-module__section__uk538 .TermsPage-module__container__1AUPL{padding:4rem 0}}@media (width<=1024px){.TermsPage-module__banner__ntJMD{min-height:40vh}.TermsPage-module__bannerTitle__YDiD4{letter-spacing:-.1rem;font-size:2.75rem}.TermsPage-module__bannerContent__S5icC{padding:0 1.5rem 4rem}.TermsPage-module__container__1AUPL{width:calc(100% - 2rem)}.TermsPage-module__section__uk538 .TermsPage-module__container__1AUPL{padding:3rem 0}.TermsPage-module__termTitle__Mywaa{font-size:1.25rem}.TermsPage-module__termText__fNEmL,.TermsPage-module__intro__wlgyl{font-size:1rem}}@media (width<=767px){.TermsPage-module__banner__ntJMD{min-height:35vh}.TermsPage-module__bannerContent__S5icC{gap:.5rem;padding:0 1.25rem 3rem}.TermsPage-module__bannerTag__eIuAU{font-size:.75rem}.TermsPage-module__bannerTitle__YDiD4{letter-spacing:-.05rem;font-size:1.75rem}.TermsPage-module__section__uk538 .TermsPage-module__container__1AUPL{padding:2.5rem 0}.TermsPage-module__termsList__v1IXb{gap:2rem}.TermsPage-module__termTitle__Mywaa{font-size:1.125rem}.TermsPage-module__termText__fNEmL{font-size:.9375rem}.TermsPage-module__intro__wlgyl{margin-bottom:2rem;font-size:.9375rem}.TermsPage-module__disclaimer__URHSX{padding:2rem 0}}.ContactPage-module__banner__5-tim{justify-content:center;align-items:flex-end;width:100%;min-height:50vh;display:flex;position:relative;overflow:hidden}.ContactPage-module__bannerBg__RG69f{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.ContactPage-module__bannerOverlay__oHhCK{background:linear-gradient(#0000001a 0%,#0000008c 50%,#000000eb 100%);position:absolute;inset:0}.ContactPage-module__bannerContent__VRmBS{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:0 2rem 5rem;display:flex;position:relative}.ContactPage-module__bannerTag__gh4RP{letter-spacing:.15em;text-transform:uppercase;color:#fff9;margin:0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.ContactPage-module__bannerTitle__Byzte{letter-spacing:-.15rem;background:linear-gradient(91.69deg,#fff 25.89%,#fe6a73 71.35%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Inter,sans-serif;font-size:4.5rem;font-weight:500;line-height:1.1}.ContactPage-module__container__PaylK{width:calc(100% - 4rem);max-width:90rem;margin:0 auto}.ContactPage-module__section__94-rf{background:#fff}.ContactPage-module__section__94-rf .ContactPage-module__container__PaylK{padding:5rem 0}.ContactPage-module__row__LgwNd{align-items:flex-start;gap:4rem;display:flex}.ContactPage-module__left__h8zYQ,.ContactPage-module__right__knk0E{flex:1 1 0;min-width:0}.ContactPage-module__textBlock__xI323{flex-direction:column;gap:1.5rem;margin-bottom:1rem;display:flex}.ContactPage-module__label__l-OVU{letter-spacing:.1em;text-transform:uppercase;color:#f21c30;margin:0;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600}.ContactPage-module__title__H2B1q{letter-spacing:-.2rem;color:#000;margin:0;font-family:Inter,sans-serif;font-size:3.5rem;font-weight:500;line-height:1.15}.ContactPage-module__description__Z1ALf{color:#555;max-width:32rem;margin:0;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.7}.ContactPage-module__infoList__qx348{flex-direction:column;gap:0;display:flex}.ContactPage-module__infoRow__erjdJ{align-items:center;gap:1rem;padding:1rem 0;display:flex}.ContactPage-module__infoIcon__s0Ud7{color:#f21c30;background:#fff0f1;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.ContactPage-module__infoContent__6QV7R{flex-direction:column;gap:.125rem;display:flex}.ContactPage-module__infoLabel__9CQQM{letter-spacing:.08em;text-transform:uppercase;color:#999;margin:0;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.ContactPage-module__infoValue__H6FDa{color:#000;letter-spacing:-.01rem;margin:0;font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:500}.ContactPage-module__infoValue__H6FDa a{color:#000;text-decoration:none;transition:color .2s}.ContactPage-module__infoValue__H6FDa a:hover{color:#f21c30}.ContactPage-module__divider__iSrGy{background:#eee;height:1px}.ContactPage-module__venueImage__AvA8Y{aspect-ratio:688/655;background:#000;border-radius:1.5rem;width:100%;position:relative;overflow:hidden}.ContactPage-module__venueImage__AvA8Y img{object-fit:cover;border-radius:1.5rem;width:100%;height:100%;display:block;position:absolute;inset:0}.ContactPage-module__disclaimer__2jyRR{background:#f5f5f5;border-top:1px solid #e8e8e8;padding:3rem 0}.ContactPage-module__disclaimerText__cVim5{color:#888;max-width:56rem;margin:0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.7}@media (width<=1279px){.ContactPage-module__bannerTitle__Byzte{font-size:3.5rem}.ContactPage-module__title__H2B1q{font-size:3rem}.ContactPage-module__section__94-rf .ContactPage-module__container__PaylK{padding:4rem 0}}@media (width<=1024px){.ContactPage-module__banner__5-tim{min-height:40vh}.ContactPage-module__bannerTitle__Byzte{letter-spacing:-.1rem;font-size:2.75rem}.ContactPage-module__bannerContent__VRmBS{padding:0 1.5rem 4rem}.ContactPage-module__container__PaylK{width:calc(100% - 2rem)}.ContactPage-module__row__LgwNd{flex-direction:column;gap:3rem}.ContactPage-module__section__94-rf .ContactPage-module__container__PaylK{padding:3rem 0}.ContactPage-module__title__H2B1q{letter-spacing:-.1rem;font-size:2.5rem}.ContactPage-module__description__Z1ALf{max-width:none;font-size:1rem}.ContactPage-module__venueImage__AvA8Y{aspect-ratio:16/9}}@media (width<=767px){.ContactPage-module__banner__5-tim{min-height:35vh}.ContactPage-module__bannerContent__VRmBS{gap:.5rem;padding:0 1.25rem 3rem}.ContactPage-module__bannerTag__gh4RP{font-size:.75rem}.ContactPage-module__bannerTitle__Byzte{letter-spacing:-.05rem;font-size:1.75rem}.ContactPage-module__section__94-rf .ContactPage-module__container__PaylK{padding:2.5rem 0}.ContactPage-module__textBlock__xI323{gap:1.25rem;margin-bottom:2rem}.ContactPage-module__title__H2B1q{letter-spacing:-.05rem;font-size:1.75rem;line-height:2.25rem}.ContactPage-module__description__Z1ALf{font-size:.9375rem}.ContactPage-module__infoRow__erjdJ{padding:1.25rem 0}.ContactPage-module__infoValue__H6FDa{font-size:.9375rem}.ContactPage-module__venueImage__AvA8Y{aspect-ratio:4/3;border-radius:1rem}.ContactPage-module__venueImage__AvA8Y img{border-radius:1rem}.ContactPage-module__disclaimer__2jyRR{padding:2rem 0}}.PaymentErrorPage-module__page__Dq2fG{background:#fafafa;justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;font-family:Inter,sans-serif;display:flex}.PaymentErrorPage-module__card__PrP-F{text-align:center;background:#fff;border:1px solid #eee;border-radius:1rem;width:100%;max-width:480px;padding:3rem 2.5rem;box-shadow:0 4px 24px #0000000f}.PaymentErrorPage-module__iconWrap__puYXg{background:#fef3f2;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;display:flex}.PaymentErrorPage-module__iconInner__NGBar{background:#fee4e2;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.PaymentErrorPage-module__title__u96DV{color:#1a1a1a;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.PaymentErrorPage-module__message__uLNE4{color:#666;margin:0 0 .75rem;font-size:.9375rem;line-height:1.6}.PaymentErrorPage-module__errorCode__cmUpp{color:#999;margin:0 0 2rem;font-family:monospace;font-size:.75rem}.PaymentErrorPage-module__actions__lGwhi{justify-content:center;gap:.75rem;display:flex}.PaymentErrorPage-module__retryBtn__QgPR9{color:#fff;cursor:pointer;background:#c8001f;border:none;border-radius:2rem;padding:.75rem 2rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .15s}.PaymentErrorPage-module__retryBtn__QgPR9:hover{background:#a50019}.PaymentErrorPage-module__homeBtn__t-yUl{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #d4d4d4;border-radius:2rem;padding:.75rem 2rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .15s,border-color .15s}.PaymentErrorPage-module__homeBtn__t-yUl:hover{background:#fafafa;border-color:#bbb}.PaymentErrorPage-module__helpText__AHdka{color:#999;margin-top:1.5rem;font-size:.8125rem;line-height:1.5}.PaymentErrorPage-module__helpText__AHdka a{color:#c8001f;text-decoration:none}.PaymentErrorPage-module__helpText__AHdka a:hover{text-decoration:underline}
