@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{--bg-base: #f0f4f8;--bg-surface: rgba(255, 255, 255, .75);--bg-surface-elevated: rgba(255, 255, 255, .95);--border-color: rgba(37, 99, 235, .12);--border-glow: rgba(37, 99, 235, .25);--text-primary: #1e293b;--text-secondary: #475569;--text-muted: #64748b;--primary: hsl(221, 83%, 53%);--primary-hover: hsl(221, 83%, 62%);--primary-glow: rgba(37, 99, 235, .15);--secondary: hsl(199, 89%, 48%);--accent: hsl(200, 95%, 42%);--color-available: hsl(142, 71%, 45%);--color-selected: hsl(38, 92%, 50%);--color-reserved: #cbd5e1;--font-heading: "Outfit", sans-serif;--font-body: "Plus Jakarta Sans", sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 24px;--radius-round: 50%;--transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--transition-fancy: .5s cubic-bezier(.175, .885, .32, 1.275)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-base);background-image:radial-gradient(at 10% 20%,rgba(37,99,235,.08) 0px,transparent 50%),radial-gradient(at 90% 80%,rgba(2,132,199,.06) 0px,transparent 50%),radial-gradient(at 50% 50%,rgba(240,244,248,.5) 0px,transparent 100%);background-attachment:fixed;color:var(--text-primary);font-family:var(--font-body);line-height:1.6;overflow-x:hidden;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;letter-spacing:-.02em;color:#0f172a}button,input,select,textarea{font-family:inherit;color:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff05}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:#fff3}.app-container{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.brand{display:flex;align-items:center;gap:.75rem}.brand-icon{font-size:2rem;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 8px var(--primary-glow))}.brand h1{font-size:1.8rem;background:linear-gradient(to right,#0f172a,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.admin-toggle-btn{background:#ffffff0d;border:1px solid var(--border-color);padding:.6rem 1.2rem;border-radius:var(--radius-md);cursor:pointer;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.5rem;transition:var(--transition-normal)}.admin-toggle-btn:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.admin-toggle-btn.active{background:linear-gradient(135deg,var(--primary),var(--secondary));border-color:transparent;color:#fff;box-shadow:0 4px 15px var(--primary-glow)}.glass-panel{background:var(--bg-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:2rem;box-shadow:0 10px 30px -10px #2563eb0f;transition:box-shadow var(--transition-normal),border-color var(--transition-normal)}.glass-panel:hover{border-color:var(--border-glow);box-shadow:0 10px 40px -10px #2563eb1a}.show-banner{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#6366f126,#8b5cf60d);border:1px solid rgba(99,102,241,.2);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2rem;overflow:hidden;position:relative}.show-banner:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(139,92,246,.1) 0%,transparent 60%);pointer-events:none}.show-banner-image{width:100%;height:260px;background-size:cover;background-position:center;border-bottom:1px solid var(--border-color);position:relative}.show-banner-image:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(to top,rgba(8,12,20,.9),transparent)}.show-info h2{font-size:2.2rem;margin-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}.show-meta{display:flex;gap:1.5rem;color:var(--text-secondary);font-size:.95rem;flex-wrap:wrap}.show-meta span{display:flex;align-items:center;gap:.4rem}.main-grid{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}@media (max-width: 1024px){.main-grid{grid-template-columns:1fr}}.workspace-left{display:flex;flex-direction:column;gap:2rem}.admin-section{display:none;animation:fadeIn var(--transition-normal)}.admin-section.visible{display:block}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-control{width:100%;background:#fff;border:1px solid var(--border-color);padding:.75rem 1rem;border-radius:var(--radius-sm);color:var(--text-primary);font-size:.95rem;transition:var(--transition-normal)}.form-control:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px var(--primary-glow)}.zone-config-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.zone-config-item{display:grid;grid-template-columns:1.5fr 1fr 1fr 40px;gap:.75rem;align-items:center;background:#ffffff05;padding:.75rem;border-radius:var(--radius-md);border:1px solid var(--border-color);animation:slideIn var(--transition-normal)}.zone-color-dot{width:18px;height:18px;border-radius:50%;display:inline-block;border:1px solid rgba(255,255,255,.2)}.btn-remove{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2);width:32px;height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-normal)}.btn-remove:hover{background:#ef444440;color:#f87171;transform:scale(1.05)}.btn-action{width:100%;padding:.8rem 1.5rem;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border:none;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:var(--transition-normal);box-shadow:0 4px 15px #6366f133}.btn-action:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 6px 20px #6366f159}.btn-secondary{background:#ffffff0d;border:1px solid var(--border-color);color:var(--text-primary);box-shadow:none}.btn-secondary:hover{background:#ffffff1a;box-shadow:none}.btn-danger{background:linear-gradient(135deg,#c0392b,#e74c3c);border:1px solid rgba(231,76,60,.4);color:#fff;box-shadow:0 2px 8px #e74c3c4d}.btn-danger:hover{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 4px 16px #e74c3c73}.seating-section{display:flex;flex-direction:column;align-items:center;position:relative;overflow-x:auto}.stage-container{width:80%;max-width:600px;margin:1.5rem 0 3rem;text-align:center;position:relative}.stage{height:30px;background:linear-gradient(to bottom,#ffffff26,#ffffff05);border-top:3px solid rgba(255,255,255,.5);border-radius:50%/0 0 100% 100%;position:relative;box-shadow:0 15px 30px -10px #ffffff1a}.stage-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--font-heading);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--text-secondary)}.seating-grid-wrapper{width:100%;display:flex;justify-content:center;padding:1rem}.seating-grid{display:grid;gap:8px;justify-content:center;background:#2563eb08;padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border-color)}.seat-node{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all var(--transition-fast);position:relative;color:#fff;border:1px solid rgba(255,255,255,.15)}.seat-node.available{background-color:var(--zone-color, rgba(255, 255, 255, .1));box-shadow:inset 0 -4px #0003}.seat-node.available:hover{transform:translateY(-2px) scale(1.1);box-shadow:0 4px 10px var(--zone-color, var(--primary-glow)),inset 0 -2px #0000001a;border-color:#fff9}.seat-node.selected{background-color:var(--color-selected)!important;border-color:#fff;color:#000;transform:scale(1.05);box-shadow:0 0 15px #fa09,inset 0 -4px #0003;animation:pulseSelected 1.5s infinite alternate}.seat-node.reserved{background-color:var(--color-reserved)!important;border-color:#ffffff1a;color:#ffffff73;cursor:not-allowed;box-shadow:none;opacity:.9}.seat-node.reserved:hover{transform:none}.seat-node-spacer{width:32px;height:32px;visibility:hidden}.seat-node.corridor{background-color:transparent!important;border:1px dashed var(--text-muted)!important;color:transparent!important;cursor:pointer;box-shadow:none;opacity:.3;transition:all var(--transition-fast)}.seat-node.corridor:hover{opacity:.7;background-color:#ffffff0d!important;transform:scale(1.05)}.row-label{display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:.8rem;font-weight:700;color:var(--text-secondary);width:32px;height:32px}.legend-container{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;padding:1rem;border-top:1px solid var(--border-color);width:100%}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.legend-box{width:18px;height:18px;border-radius:4px}.legend-box.available{background:#ffffff26;border:1px solid rgba(255,255,255,.25)}.legend-box.selected{background:var(--color-selected);border:1px solid #ffffff}.legend-box.reserved{background:var(--color-reserved);opacity:.9}.sidebar-panel{display:flex;flex-direction:column;gap:1.5rem}.booking-card h3{margin-bottom:1rem;border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.selected-seats-list{max-height:160px;overflow-y:auto;margin-bottom:1.25rem;padding-right:.25rem}.selected-seat-chip{display:flex;justify-content:space-between;align-items:center;background:#ffffff08;border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:.5rem .75rem;margin-bottom:.5rem;animation:slideIn var(--transition-fast)}.chip-details{display:flex;align-items:center;gap:.5rem}.chip-zone-dot{width:10px;height:10px;border-radius:50%}.btn-chip-remove{background:transparent;border:none;color:var(--text-muted);cursor:pointer;font-size:1rem;transition:var(--transition-fast)}.btn-chip-remove:hover{color:#ef4444}.checkout-summary{background:#ffffff05;border-radius:var(--radius-md);padding:1rem;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;color:var(--text-secondary)}.summary-row.total{border-top:1px dashed var(--border-color);padding-top:.75rem;margin-top:.5rem;font-weight:700;color:#fff;font-size:1.2rem}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.stat-box{background:#ffffff05;border:1px solid var(--border-color);padding:1rem;border-radius:var(--radius-md);text-align:center}.stat-value{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#fff;margin-top:.25rem}.stat-label{font-size:.75rem;text-transform:uppercase;color:var(--text-secondary);letter-spacing:.05em}.revenue-value{background:linear-gradient(135deg,#10b981,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.chart-container{height:120px;display:flex;align-items:flex-end;gap:6px;padding:.5rem 0;border-bottom:1px solid var(--border-color);margin-top:.5rem}.chart-bar-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end;position:relative}.chart-bar{width:100%;border-radius:4px 4px 0 0;min-height:4px;background:var(--primary);transition:height var(--transition-fancy);position:relative}.chart-bar-tooltip{position:absolute;bottom:100%;background:var(--bg-surface-elevated);border:1px solid var(--border-color);padding:.25rem .5rem;border-radius:4px;font-size:.7rem;white-space:nowrap;opacity:0;pointer-events:none;transform:translateY(-5px);transition:var(--transition-fast);z-index:10}.chart-bar-wrapper:hover .chart-bar-tooltip{opacity:1;transform:translateY(-10px)}.chart-bar-label{font-size:.65rem;color:var(--text-muted);margin-top:.25rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;text-align:center}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity var(--transition-normal);overflow-y:auto}.modal-overlay.active{opacity:1;pointer-events:auto}.ticket-container{width:90%;max-width:480px;background:var(--bg-surface-elevated);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);box-shadow:0 20px 60px #000c;overflow:hidden;transform:scale(.9) rotate(-1deg);transition:transform var(--transition-fancy)}.modal-overlay.active .ticket-container{transform:scale(1) rotate(0)}.ticket-header{background:linear-gradient(135deg,var(--primary),var(--secondary));padding:1.5rem;text-align:center;position:relative;border-bottom:2px dashed rgba(255,255,255,.2)}.ticket-header h4{font-size:1.4rem;margin-bottom:.25rem}.ticket-header:before,.ticket-header:after{content:"";position:absolute;bottom:-10px;width:20px;height:20px;background:var(--bg-base);border-radius:50%}.ticket-header:before{left:-10px}.ticket-header:after{right:-10px}.ticket-body{padding:2rem;display:flex;flex-direction:column;gap:1.25rem;position:relative}.ticket-body:before,.ticket-body:after{content:"";position:absolute;bottom:90px;width:20px;height:20px;background:var(--bg-base);border-radius:50%}.ticket-body:before{left:-10px}.ticket-body:after{right:-10px}.ticket-divider{border-top:2px dashed var(--border-color);margin:.5rem 0}.ticket-row{display:flex;justify-content:space-between}.ticket-field{display:flex;flex-direction:column}.ticket-label{font-size:.75rem;text-transform:uppercase;color:var(--text-secondary);letter-spacing:.05em}.ticket-val{font-weight:600;color:var(--text-primary);font-size:1rem}.ticket-val.seat-highlight{color:var(--color-selected);font-size:1.1rem;font-family:var(--font-heading)}.qr-code-wrapper{background:#fff;padding:10px;border-radius:var(--radius-md);box-shadow:0 4px 15px #0003;display:inline-block;margin-bottom:.5rem}.qr-code-wrapper canvas{display:block;width:130px;height:130px}.barcode-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:.5rem}.barcode-text{font-family:monospace;font-size:.8rem;letter-spacing:.15em;color:var(--text-secondary)}.scanner-container{width:100%;min-height:240px;background:#0000004d;border:1px dashed var(--border-color);border-radius:var(--radius-md);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.scanner-placeholder{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem}#orgQrReader{position:relative}#orgQrReader video,#staffQrReader video,#orgScannerView video,#staffScannerView video{width:100%!important;height:100%!important;object-fit:cover!important;display:block;border-radius:var(--radius-md)}#orgQrReader__dashboard{padding:10px!important;background:#00000080!important;border:none!important;color:var(--text-primary)!important;font-size:.8rem!important}#orgQrReader__dashboard button{background:var(--primary)!important;color:#fff!important;border:none!important;padding:5px 10px!important;border-radius:4px!important;cursor:pointer!important}.validation-result-card{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#ffffff05;overflow:hidden;transition:all var(--transition-normal)}.validation-result-card.idle{border-color:var(--border-color)}.validation-result-card.valid{border-color:var(--color-available);background:#10b98114;box-shadow:0 0 15px #10b98126}.validation-result-card.used{border-color:#f59e0b;background:#f59e0b14;box-shadow:0 0 15px #f59e0b26}.validation-result-card.invalid{border-color:#ef4444;background:#ef444414;box-shadow:0 0 15px #ef444426}.result-header{padding:.6rem 1rem;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05)}.validation-result-card.valid .result-header{background:#10b98126;color:#34d399}.validation-result-card.used .result-header{background:#f59e0b26;color:#fbbf24}.validation-result-card.invalid .result-header{background:#ef444426;color:#f87171}.result-body{padding:1rem}.result-field{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:.85rem;border-bottom:1px dashed rgba(255,255,255,.02);padding-bottom:.25rem}.result-field span:first-child{color:var(--text-secondary)}.result-field span:last-child{font-weight:600;color:#fff}.auth-tab{flex:1;background:transparent;border:none;color:var(--text-secondary);padding:.75rem 1rem;font-weight:600;font-size:1rem;cursor:pointer;transition:var(--transition-fast);text-align:center;border-bottom:2px solid transparent}.auth-tab:hover{color:#fff}.auth-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.marketplace-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1rem}.show-card{background:var(--bg-surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-height:280px;box-shadow:0 8px 30px #0000004d;transition:all var(--transition-normal)}.show-card:hover{transform:translateY(-4px);border-color:var(--border-glow);box-shadow:0 12px 40px #6366f126}.show-card-banner{width:100%;height:140px;background-size:cover;background-position:center;border-bottom:1px solid var(--border-color)}.show-card-content{padding:1.25rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.show-card h3{font-size:1.35rem;margin-bottom:.4rem;line-height:1.3;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.show-card-meta{font-size:.85rem;color:var(--text-secondary);margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.show-card-desc{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:38px}.organizer-shows-list{display:flex;flex-direction:column;gap:1rem}.organizer-show-item{background:var(--bg-surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;transition:var(--transition-normal);gap:1.5rem}.organizer-show-item:hover{border-color:var(--border-glow)}.organizer-show-info{flex:1}.organizer-show-metrics{display:flex;gap:2rem;font-size:.9rem;color:var(--text-secondary)}.organizer-show-metrics strong{color:#fff}.tickets-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.ticket-card{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px dashed rgba(37,99,235,.25);border-radius:var(--radius-md);padding:1.25rem;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-height:180px;box-shadow:0 8px 30px #2563eb0d;transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.ticket-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #2563eb1a}.ticket-card:before,.ticket-card:after{content:"";position:absolute;top:50%;width:12px;height:12px;background:var(--bg-base);border-radius:50%;transform:translateY(-50%)}.ticket-card:before{left:-6px}.ticket-card:after{right:-6px}.ticket-card-badge{position:absolute;top:.75rem;right:.75rem;font-size:.7rem;padding:.2rem .5rem;border-radius:4px;font-weight:700;text-transform:uppercase}.ticket-card-badge.pending{background:#6366f126;color:var(--primary);border:1px solid rgba(99,102,241,.3)}.ticket-card-badge.used{background:#10b98126;color:#059669;border:1px solid rgba(16,185,129,.3)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}@keyframes pulseSelected{0%{box-shadow:0 0 10px #fa06,inset 0 -4px #0003}to{box-shadow:0 0 20px #fa0c,inset 0 -4px #0003}}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.empty-state-icon{font-size:3rem;margin-bottom:1rem;display:inline-block;filter:grayscale(1);opacity:.5}.toast-container{position:fixed;bottom:2rem;right:2rem;display:flex;flex-direction:column;gap:.75rem;z-index:2000}.toast{background:var(--bg-surface-elevated);border:1px solid var(--border-color);box-shadow:0 10px 30px #2563eb14;border-left:4px solid var(--primary);border-radius:var(--radius-sm);padding:1rem 1.5rem;color:var(--text-primary);font-size:.9rem;display:flex;align-items:center;gap:.75rem;min-width:300px;animation:toastIn var(--transition-fancy) forwards}select.form-control option{background-color:#fff!important;color:#1e293b!important}.toast.success{border-left-color:var(--color-available)}.toast.error{border-left-color:#ef4444}.toast.info{border-left-color:var(--primary)}@keyframes toastIn{0%{transform:translateY(50px) scale(.9);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes toastOut{to{transform:translateY(-20px) scale(.9);opacity:0}}.feature-card:hover{border-color:var(--primary)!important;transform:translateY(-5px);box-shadow:0 10px 30px #6366f126}.price-card:hover{border-color:var(--primary)!important;transform:translateY(-5px);box-shadow:0 15px 35px #6366f126}.price-card.popular:hover{border-color:var(--secondary)!important;transform:translateY(-5px);box-shadow:0 15px 40px #8b5cf640}.validation-result-card{transition:all var(--transition-normal)}.validation-result-card.valid{background:#10b98126!important;border:2px solid #10b981!important;box-shadow:0 0 25px #10b98159;animation:alertPulseGreen 1s infinite alternate}.validation-result-card.used{background:#f59e0b26!important;border:2px solid #f59e0b!important;box-shadow:0 0 25px #f59e0b59;animation:alertPulseYellow 1s infinite alternate}.validation-result-card.invalid{background:#ef444426!important;border:2px solid #ef4444!important;box-shadow:0 0 25px #ef444459;animation:alertPulseRed 1s infinite alternate}@keyframes alertPulseGreen{0%{box-shadow:0 0 15px #10b98133}to{box-shadow:0 0 35px #10b98180}}@keyframes alertPulseYellow{0%{box-shadow:0 0 15px #f59e0b33}to{box-shadow:0 0 35px #f59e0b80}}@keyframes alertPulseRed{0%{box-shadow:0 0 15px #ef444433}to{box-shadow:0 0 35px #ef444480}}.superadmin-table th,.superadmin-table td{padding:.75rem;border-bottom:1px solid var(--border-color)}.superadmin-table tbody tr:hover{background-color:#ffffff05}@media (max-width: 768px){body{font-size:90%}.app-container{padding:1rem .75rem}header{flex-direction:column;gap:1rem;text-align:center;padding-bottom:1.25rem;margin-bottom:1.5rem}#sessionHeader{flex-direction:column;gap:.5rem;align-items:center;width:100%}#sessionHeader style{text-align:center!important}.landing-hero{padding:2.5rem 1rem!important;margin-bottom:2rem!important}.landing-title{font-size:2rem!important}.landing-subtitle{font-size:.95rem!important;margin-bottom:1.5rem!important}.landing-features-grid,.pricing-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.main-grid{grid-template-columns:1fr!important;gap:1.5rem}.sidebar-panel{width:100%}.seating-grid{gap:5px!important;padding:.75rem!important;grid-template-columns:30px repeat(auto-fill,minmax(26px,1fr))}.seat-node{width:25px!important;height:25px!important;font-size:.55rem!important;border-radius:4px}.row-label{width:25px!important;height:25px!important;font-size:.7rem!important}.legend-container{gap:.75rem!important;padding:.75rem .5rem!important}.ticket-container{width:95%}.ticket-body{padding:1.25rem!important}#orgStaffSection>div,#staffScannerContainer>div{grid-template-columns:1fr!important;gap:1.25rem!important}}.glass-panel:has(.validation-result-card:not(.idle)){position:relative;z-index:99999!important}.validation-result-card:not(.idle){position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:9999;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border:none!important;border-radius:0!important;padding:3.5rem 1.5rem 1.5rem;box-sizing:border-box;animation:fullscreenFadeIn .2s ease-out forwards}@keyframes fullscreenFadeIn{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.validation-result-card.valid{background:#064e3bfa!important}.validation-result-card.used{background:#783504fa!important}.validation-result-card.invalid{background:#991b1bfa!important}.validation-result-card:not(.idle) .validation-modal-content{display:flex;flex-direction:column;width:90vw;max-width:360px;height:auto;border-radius:var(--radius-lg);overflow:hidden;background:#080c14f7;border:1px solid rgba(255,255,255,.15);box-shadow:0 20px 50px #0009;box-sizing:border-box}.validation-result-card.idle .validation-modal-content{display:contents}.validation-result-card:not(.idle) .result-header{background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.1);font-size:1.2rem!important;padding:.85rem!important;text-align:center;font-weight:800;text-transform:uppercase;box-sizing:border-box}.validation-result-card:not(.idle) .result-body{background:transparent!important;border:none!important;padding:.75rem 1.25rem!important;flex:1;display:flex;flex-direction:column;justify-content:center;overflow-y:auto;box-sizing:border-box}.validation-result-card:not(.idle) .result-footer{background:transparent!important;border:none!important;padding:.75rem 1.25rem 1rem!important;text-align:center;box-sizing:border-box}.validation-result-card:not(.idle) .result-field{font-size:.85rem!important;padding:.3rem 0!important;margin-bottom:.15rem;border-bottom:1px dashed rgba(255,255,255,.08)!important;display:flex;justify-content:space-between;box-sizing:border-box}.validation-result-card:not(.idle) .result-field span:first-child{font-weight:500;color:var(--text-secondary)}.validation-result-card:not(.idle) .result-field span:last-child{font-size:.9rem;font-weight:700;color:#fff}.validation-result-card:not(.idle) .btn-action{background:#fff!important;color:#000!important;font-size:1.05rem!important;padding:.65rem 1.5rem!important;border-radius:var(--radius-md)!important;width:100%!important;max-width:240px!important;display:block!important;margin:0 auto!important;box-shadow:0 6px 15px #0006!important}@media (max-width: 768px){body.staff-mode header{padding:.5rem .75rem!important;margin-bottom:.5rem!important}body.staff-mode .brand h1{font-size:1.2rem!important}body.staff-mode .brand-icon{font-size:1.4rem!important}body.staff-mode #btnLogout{padding:.35rem .65rem!important;font-size:.75rem!important}body.staff-mode #sessionUser,body.staff-mode #sessionRole{display:none!important}body.staff-mode .app-container{padding:.5rem!important}#staffScreen h2,#staffScreen>p{display:none!important}#staffScreen .main-grid,#staffScreen .workspace-left{display:flex;flex-direction:column;gap:1.5rem!important}#staffScreen .glass-panel:first-of-type{padding:1rem!important;border-radius:var(--radius-md)!important}#staffScreen .form-group:first-child{margin-bottom:.75rem!important}#staffScannerContainer{display:flex;flex-direction:column;align-items:center;margin-top:.25rem!important;width:100%}#staffScannerContainer h3{display:none!important}#staffScannerContainer>div{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}#staffQrReader{width:100%;max-width:280px;height:280px!important;border-radius:var(--radius-md);overflow:hidden;margin:0 auto;border:2px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #00000080}#staffScannerView{width:100%!important;height:100%!important}.scanner-placeholder{padding:2rem 1rem!important}#staffScannerContainer>div>div:last-child{margin-top:.75rem;width:100%;max-width:280px}#staffScannerContainer .form-group{margin-bottom:0!important}#staffScannerContainer label{display:none!important}#staffScreen .glass-panel:last-child{margin-top:1rem!important;padding:1rem!important;background:var(--bg-surface)!important;border-radius:var(--radius-md)!important;border:1px solid var(--border-color)!important}#staffScreen .glass-panel:last-child h3{font-size:1.1rem!important;text-transform:uppercase;color:var(--text-secondary);margin-bottom:.5rem}#staffScreen .seating-grid-wrapper{margin-top:.5rem!important}}@media (max-width: 768px){#orgStaffSection{flex:1;display:flex;flex-direction:column;justify-content:center;padding:.75rem!important;margin:0!important;background:transparent!important;box-shadow:none!important;border:none!important}#orgStaffSection h3{display:none!important}#orgStaffSection>div{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}#orgQrReader{width:100%;max-width:280px;height:280px!important;border-radius:var(--radius-md);overflow:hidden;margin:0 auto;border:2px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #00000080}#orgScannerView{width:100%!important;height:100%!important}#orgStaffSection>div>div:last-child{margin-top:.75rem;width:100%;max-width:280px}#orgStaffSection .form-group{margin-bottom:0!important}#orgStaffSection label{display:none!important}#orgValidatedTicketsSection{margin-top:.5rem!important;padding:.5rem!important;background:#ffffff05!important;border-radius:var(--radius-md)!important}}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1.25rem;flex-wrap:wrap}.dashboard-tabs{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.superadmin-tabs,.client-tabs{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}#sessionHeader>div{text-align:right}@media (max-width: 768px){.modal-overlay{align-items:flex-start!important;padding:1.5rem .5rem!important}.dashboard-header{flex-direction:column!important;align-items:stretch!important;text-align:center!important;gap:.75rem!important;margin-bottom:1.5rem!important}.dashboard-header h2{margin:0!important}.dashboard-tabs,.superadmin-tabs,.client-tabs{justify-content:center!important;width:100%!important}.dashboard-tabs button,.superadmin-tabs button,.client-tabs button{flex:1 1 calc(50% - .5rem)!important;min-width:120px!important;font-size:.8rem!important;padding:.5rem .8rem!important;justify-content:center!important;box-sizing:border-box!important}#btnOpenCreateShowModal{flex:1 1 100%!important}#sessionHeader>div{text-align:center!important}}button:disabled,.btn-action:disabled{opacity:.45!important;cursor:not-allowed!important;pointer-events:none!important;transform:none!important;box-shadow:none!important;border-color:#0000001f!important;color:var(--text-muted)!important}#btnHelpGlobal{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background-color:#ef4444;color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;cursor:pointer;box-shadow:0 4px 15px #ef444466;z-index:99999;border:none;outline:none;transition:transform var(--transition-normal),box-shadow var(--transition-normal),background-color var(--transition-normal)}#btnHelpGlobal:hover{transform:scale(1.1) rotate(10deg);background-color:#dc2626;box-shadow:0 6px 20px #ef444499}#btnHelpGlobal:active{transform:scale(.95)}.help-box-inline{background:#2563eb0d;border:1px solid rgba(37,99,235,.12);border-radius:var(--radius-md);padding:1.25rem;margin-bottom:1.5rem;display:flex;gap:.75rem;align-items:flex-start;animation:fadeIn var(--transition-normal)}.help-box-inline .help-icon{font-size:1.25rem;line-height:1;margin-top:.1rem;flex-shrink:0}.help-box-inline .help-content{flex:1}.help-box-inline h4{margin:0 0 .25rem;font-size:.95rem;font-weight:700;color:var(--primary)}.help-box-inline p{margin:0;font-size:.85rem;line-height:1.5;color:var(--text-secondary)}#helpModal ul,#helpModal ol{margin:0;padding-left:1.25rem}#helpModal li{margin-bottom:.5rem}.organizers-row-scroll{display:flex;gap:1.25rem;overflow-x:auto;padding:.5rem .25rem 1rem;scrollbar-width:thin;scrollbar-color:var(--border-glow) transparent}.organizers-row-scroll::-webkit-scrollbar{height:6px}.organizers-row-scroll::-webkit-scrollbar-thumb{background:var(--border-glow);border-radius:10px}.organizer-card-round{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--bg-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);padding:1.25rem 1rem;border-radius:var(--radius-md);min-width:140px;max-width:140px;cursor:pointer;transition:transform var(--transition-normal),box-shadow var(--transition-normal),border-color var(--transition-normal);box-shadow:0 4px 12px #2563eb08}.organizer-card-round:hover,.organizer-card-round.active{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 8px 25px #2563eb14}.organizer-card-round.active{background:#2563eb0d;border-width:2px}.organizer-logo-circle{width:68px;height:68px;border-radius:50%;background-size:cover;background-position:center;background-color:#cbd5e1;border:3px solid #ffffff;box-shadow:0 4px 10px #00000014;margin-bottom:.75rem;transition:transform var(--transition-normal)}.organizer-card-round:hover .organizer-logo-circle{transform:scale(1.05)}.search-input{transition:border-color var(--transition-normal),box-shadow var(--transition-normal)!important}.search-input:focus{outline:none;border-color:var(--primary)!important;box-shadow:0 4px 20px #2563eb1f!important}.share-card{border:1px solid var(--border-color);background:var(--bg-surface);box-shadow:0 8px 30px #2563eb0a}.btn-share-social{transition:opacity var(--transition-fast),transform var(--transition-fast)!important}.btn-share-social:hover{opacity:.9;transform:translateY(-1px)}.help-modal-card{background:#fff!important;border:1px solid rgba(37,99,235,.15)!important;border-radius:var(--radius-lg)!important;box-shadow:0 20px 50px #0f172a1f!important;width:90%;max-width:600px;padding:2.25rem;position:relative;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;text-align:left;box-sizing:border-box;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;animation:fadeIn var(--transition-normal)}@media (max-width: 576px){.help-modal-card{padding:1.5rem 1.25rem!important;width:95%!important;max-height:90vh!important;border-radius:var(--radius-md)!important}.help-modal-card h3{font-size:1.35rem!important;margin-top:.5rem}.help-modal-card .auth-tabs{flex-direction:row!important;flex-wrap:wrap!important;gap:.35rem!important;margin-bottom:1rem!important}.help-modal-card .auth-tab{flex:1 1 auto!important;font-size:.8rem!important;padding:.5rem .6rem!important;text-align:center}.help-modal-card ol,.help-modal-card ul{padding-left:1rem!important;gap:.5rem!important}.help-modal-card li{font-size:.85rem!important;line-height:1.4!important}.help-modal-card h4{font-size:.95rem!important;margin-bottom:.5rem!important}.help-modal-card p{font-size:.85rem!important;line-height:1.4!important}}.calendar-day-cell{aspect-ratio:1;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;font-weight:500;color:var(--text-primary);background:#ffffff73;border:1px solid rgba(255,255,255,.6);position:relative;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.calendar-day-cell:hover{background:#2563eb14;border-color:#2563eb33}.calendar-day-cell.other-month{color:var(--text-secondary);opacity:.35}.calendar-day-cell.today{border:2px solid var(--primary)!important;font-weight:700;color:var(--primary)}.calendar-day-cell.selected{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important}.calendar-day-cell.has-events{font-weight:700;color:var(--primary);background:linear-gradient(135deg,rgba(37,99,235,0.08),rgba(139,92,246,0.08))!important;border:1px solid rgba(37,99,235,0.25)!important;box-shadow:0 4px 10px rgba(37,99,235,0.05)}.calendar-day-cell.has-events:hover{background:linear-gradient(135deg,rgba(37,99,235,0.15),rgba(139,92,246,0.15))!important;border-color:rgba(37,99,235,0.45)!important}.calendar-day-cell.selected.has-events{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important;box-shadow:0 6px 16px rgba(37,99,235,0.25)}.calendar-day-cell.has-events:after{display:none!important}.calendar-day-cell.selected.has-events:after{display:none!important}.calendar-event-card{display:flex;gap:1rem;padding:.75rem;background:#ffffff80;border:1px solid var(--border-color);border-radius:var(--radius-md);transition:transform var(--transition-fast),box-shadow var(--transition-fast);cursor:pointer}.calendar-event-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #2563eb0f;background:#ffffffd9}.calendar-event-img{width:70px;height:70px;border-radius:var(--radius-sm);background-size:cover;background-position:center;flex-shrink:0}.calendar-event-info{flex-grow:1;display:flex;flex-direction:column;justify-content:center;gap:.25rem}.calendar-event-title{margin:0;font-size:.95rem;font-weight:700;color:#0f172a}.calendar-event-desc{margin:0;font-size:.8rem;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.calendar-event-action{display:flex;align-items:center}@media (max-width: 768px){.calendar-container-grid{grid-template-columns:1fr!important;gap:1rem!important}}.hero-bg-orbs{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.12;mix-blend-mode:multiply;animation:orbFloat 20s infinite ease-in-out alternate}.orb-1{width:320px;height:320px;background:var(--primary);top:-60px;left:10%;animation-duration:22s}.orb-2{width:420px;height:420px;background:var(--secondary);bottom:-120px;right:15%;animation-duration:28s}@keyframes orbFloat{0%{transform:translate(0) scale(1)}50%{transform:translate(40px,-60px) scale(1.15)}to{transform:translate(-30px,30px) scale(.9)}}.price-card{background:#ffffff8c!important;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);border:1px solid rgba(37,99,235,.12)!important;border-radius:var(--radius-lg);padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:space-between;transition:all var(--transition-normal);position:relative;box-shadow:0 10px 30px -15px #2563eb0a}.price-card:hover{transform:translateY(-5px);border-color:var(--primary)!important;box-shadow:0 20px 40px -10px #2563eb1f;background:#fffc!important}.price-card.popular{background:#fffc!important;border:2px solid var(--primary)!important;box-shadow:0 15px 35px -5px #2563eb1a}.price-card.popular:hover{transform:translateY(-5px);border-color:var(--primary-hover)!important;box-shadow:0 25px 45px -5px #2563eb2e}.feature-card{background:#ffffff8c!important;backdrop-filter:blur(12px) saturate(140%)!important;-webkit-backdrop-filter:blur(12px) saturate(140%)!important}.feature-card:hover{background:#fffc!important}.testimonial-card{background:#ffffff8c!important;backdrop-filter:blur(12px) saturate(140%)!important;-webkit-backdrop-filter:blur(12px) saturate(140%)!important;border:1px solid var(--border-color)!important;border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 20px #00000005;transition:all var(--transition-normal)}.testimonial-card:hover{border-color:var(--primary)!important;transform:translateY(-5px);box-shadow:0 10px 30px #6366f11a!important;background:#ffffffbf!important}@media print{body *{visibility:hidden}#orgReportSection,#orgReportSection *{visibility:visible}#orgReportSection{position:absolute;left:0;top:0;width:100%;background:#fff!important;color:#000!important;box-shadow:none!important;border:none!important;padding:0!important;margin:0!important}#orgReportSection.glass-panel{background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:none!important;box-shadow:none!important}#orgReportSection table{width:100%!important;border:1px solid #cbd5e1!important;border-collapse:collapse!important;color:#000!important}#orgReportSection th,#orgReportSection td{border:1px solid #cbd5e1!important;padding:8px!important;color:#000!important;background:none!important}#orgReportSection th{background-color:#f8fafc!important;font-weight:700!important}#orgReportSection .btn-action,#btnOrgPrintReport{display:none!important}#orgReportSection .stat-box{background:#f8fafc!important;border:1px solid #cbd5e1!important;box-shadow:none!important;color:#000!important}#orgReportSection .stat-value{color:#000!important}}@media (max-width: 768px){body,html{overflow-x:hidden}.app-container{padding-bottom:5rem!important}.brand h1{font-size:1.4rem!important}.brand{justify-content:center}#sessionHeader{flex-direction:column!important;align-items:center!important;gap:.5rem!important;width:100%!important;flex-wrap:wrap!important}#sessionHeader>div{text-align:center!important;font-size:.85rem!important}#langSelector{font-size:.85rem!important;padding:.4rem .6rem!important}#btnLogout{font-size:.8rem!important;padding:.4rem .8rem!important}.help-box-inline{padding:.9rem!important;gap:.5rem!important;overflow:hidden!important;word-break:break-word!important;box-sizing:border-box!important;max-width:100%!important}.help-box-inline p{font-size:.82rem!important;line-height:1.5!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;max-width:100%!important}.help-box-inline h4{font-size:.88rem!important}#btnHelpGlobal{width:44px!important;height:44px!important;font-size:1.2rem!important;bottom:1rem!important;right:1rem!important}.glass-panel{padding:1.25rem!important;border-radius:var(--radius-md)!important}.show-banner{flex-direction:column!important;padding:1.25rem!important;gap:1rem!important}.show-banner-image{height:180px!important}.show-info h2{font-size:1.5rem!important}.show-meta{gap:.75rem!important;font-size:.85rem!important}.form-row{grid-template-columns:1fr!important;gap:0!important}.superadmin-tabs,.dashboard-tabs,.client-tabs{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important;justify-content:center!important}.superadmin-tabs button,.dashboard-tabs button,.client-tabs button{flex:1 1 calc(50% - .5rem)!important;min-width:110px!important;font-size:.78rem!important;padding:.5rem!important;text-align:center!important;justify-content:center!important;white-space:nowrap!important;box-sizing:border-box!important}.superadmin-tabs button:last-child:nth-child(odd){flex:1 1 100%!important}.superadmin-table td,.superadmin-table th{padding:.5rem .4rem!important;font-size:.8rem!important}td .btn-action{font-size:.75rem!important;padding:.25rem .5rem!important}.modal-overlay{align-items:flex-start!important;padding:.5rem!important}.modal-overlay>.glass-panel,.modal-overlay>div{width:100%!important;max-width:100%!important;margin:0!important;border-radius:var(--radius-md)!important;max-height:95vh!important;overflow-y:auto!important}.sidebar-panel{width:100%!important;max-width:100%!important}.dashboard-header{flex-direction:column!important;align-items:stretch!important;gap:.75rem!important;text-align:center!important}.dashboard-header h2,.dashboard-header h3{margin:0!important;font-size:1.2rem!important}.landing-title{font-size:1.8rem!important;line-height:1.2!important}.landing-subtitle{font-size:.9rem!important}.testimonials-grid{grid-template-columns:1fr!important}.testimonial-card{padding:1.25rem!important}.pricing-grid{grid-template-columns:1fr!important;gap:1rem!important}.price-card{padding:1.5rem 1.25rem!important}.landing-features-grid{grid-template-columns:1fr!important;gap:1rem!important}.calendar-event-img{width:55px!important;height:55px!important}.org-landing-hero{min-height:200px!important;padding:1.5rem 1rem!important}.org-stats-grid{grid-template-columns:1fr 1fr!important;gap:.75rem!important}#staffScannerContainer>div{grid-template-columns:1fr!important}}@media (max-width: 480px){.brand h1{font-size:1.1rem!important}.glass-panel{padding:1rem!important}.show-banner-image{height:140px!important}.show-info h2{font-size:1.2rem!important}.landing-title{font-size:1.4rem!important}.superadmin-tabs button,.dashboard-tabs button,.client-tabs button{flex:1 1 100%!important;font-size:.82rem!important}.ticket-container{width:100%!important;border-radius:var(--radius-md)!important}.org-stats-grid{grid-template-columns:1fr!important}.help-box-inline .help-icon{display:none!important}.superadmin-table td,.superadmin-table th{white-space:normal!important;font-size:.75rem!important}}








/* Ticket actions and print mode */


.ticket-actions .btn-action { margin: 0; }


@media print {


  body * { visibility: hidden !important; }


  #ticketModal, #ticketModal * { visibility: visible !important; }


  #ticketModal { position: fixed !important; inset: 0 !important; background: #ffffff !important; display: flex !important; align-items: flex-start !important; justify-content: center !important; padding: 20px !important; z-index: 999999 !important; }


  #ticketModal .ticket-container { box-shadow: none !important; border: 1px solid #111827 !important; max-width: 420px !important; width: 100% !important; }


  #ticketModal .ticket-actions { display: none !important; }


}








/* ==========================================================


   Premium public event page redesign - OneBizness/GoEvent


   Visual-only overrides. Keeps existing IDs and JS logic intact.


   ========================================================== */


#clientBookingView.premium-event-page{


  margin: -1.5rem -1.5rem 0;


  padding: 0 1.5rem 3rem;


  background: linear-gradient(180deg,#050816 0%,#0b1020 34%,#f6f8ff 34%,#f7f9ff 100%);


  color:#111827;


}


.premium-back-btn{


  margin:1.25rem 0;


  background:transparent;


  border:0;


  color:rgba(255,255,255,.82);


  font-weight:700;


  display:inline-flex;


  align-items:center;


  gap:.5rem;


  cursor:pointer;


}


.premium-event-hero{


  min-height:560px!important;


  border:0!important;


  border-radius:0 0 22px 22px!important;


  margin:0 -1.5rem 0!important;


  padding:0!important;


  position:relative;


  overflow:hidden!important;


  background:radial-gradient(circle at 78% 20%,rgba(255,126,41,.36),transparent 28%),linear-gradient(135deg,#07101f,#111827 45%,#201132);


  box-shadow:0 26px 80px rgba(2,6,23,.28);


}


.premium-event-hero-bg{


  display:block!important;


  position:absolute!important;


  inset:0!important;


  width:100%!important;


  height:100%!important;


  background-size:cover!important;


  background-position:center!important;


  transform:scale(1.02);


  opacity:.72;


}


.premium-event-overlay{


  position:absolute;inset:0;z-index:1;


  background:linear-gradient(90deg,rgba(2,6,23,.96) 0%,rgba(2,6,23,.74) 33%,rgba(2,6,23,.18) 70%,rgba(2,6,23,.08) 100%),linear-gradient(180deg,rgba(2,6,23,.15),rgba(2,6,23,.72));


}


.premium-event-content{


  position:relative!important;


  z-index:2!important;


  max-width:620px;


  padding:5rem 3.5rem!important;


  color:#fff!important;


}


.premium-event-badge{


  display:inline-flex;align-items:center;gap:.45rem;


  padding:.55rem 1.15rem;border-radius:999px;


  background:rgba(124,58,237,.32);border:1px solid rgba(168,85,247,.25);


  color:#fff;text-transform:uppercase;font-size:.76rem;font-weight:900;letter-spacing:.04em;


  box-shadow:0 10px 26px rgba(124,58,237,.24);


}


.premium-event-content h2{font-size:clamp(3rem,6vw,5.3rem)!important;line-height:.92!important;margin:1.3rem 0 .8rem!important;color:#fff!important;letter-spacing:-.06em;font-weight:950!important;text-shadow:0 8px 30px rgba(0,0,0,.3);}


.premium-event-content p{color:rgba(255,255,255,.82)!important;font-size:1.2rem!important;line-height:1.65!important;max-width:520px!important;margin:0 0 1.5rem!important;}


.premium-event-meta{display:grid;gap:1rem;margin:1.6rem 0 1.8rem;font-weight:800;color:#fff;}


.premium-event-meta span{display:flex!important;align-items:flex-start;gap:.75rem;color:#fff!important;line-height:1.35;}


.premium-event-meta i{font-size:1.1rem;color:#fff;min-width:22px;}


.premium-map-link{margin-left:.4rem;color:#bfdbfe!important;text-decoration:none;font-size:.82rem;font-weight:800;}


.premium-hero-cta-row{display:flex;gap:1.1rem;align-items:center;flex-wrap:wrap;margin-top:2rem;}


.premium-buy-btn,.premium-pay-btn{background:linear-gradient(135deg,#1367ff,#b832f6)!important;border:0!important;color:#fff!important;border-radius:12px!important;box-shadow:0 18px 42px rgba(79,70,229,.35)!important;}


.premium-buy-btn{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;padding:1rem 2rem;font-size:1.08rem;font-weight:900;}


.premium-limited-box{border:1px solid rgba(236,72,153,.6);border-radius:12px;padding:.85rem 1rem;color:#fff;background:rgba(15,23,42,.32);}


.premium-limited-box strong{display:block;color:#ff5fc8;font-size:.85rem}.premium-limited-box span{font-weight:800;font-size:.86rem}


.premium-trust-strip{max-width:1160px;margin:0 auto;padding:1.25rem 1rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;color:#1e1b4b;}


.premium-trust-strip>div{display:grid;grid-template-columns:auto 1fr;column-gap:.8rem;align-items:start;}


.premium-trust-strip i{grid-row:1/3;width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #dbeafe;color:#6d28d9;box-shadow:0 8px 24px rgba(79,70,229,.08)}


.premium-trust-strip strong{font-weight:900;font-size:.93rem}.premium-trust-strip span{color:#475569;font-size:.84rem;line-height:1.35}


.premium-booking-grid{max-width:1160px;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:1.5rem!important;align-items:start;}


.premium-workspace,.premium-sidebar{min-width:0}.premium-sidebar{position:sticky;top:1rem;}


.premium-seat-card,.premium-checkout-card,.premium-about-card,.premium-mobile-ticket-card,.premium-event-footer-share{background:rgba(255,255,255,.92)!important;border:1px solid rgba(203,213,225,.72)!important;border-radius:24px!important;box-shadow:0 24px 60px rgba(15,23,42,.08)!important;color:#0f172a!important;backdrop-filter:blur(16px);}


.premium-seat-card{padding:1.65rem!important}.premium-section-heading{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1.4rem;}


.premium-section-heading h3,.premium-checkout-card h3,.premium-about-card h3{margin:0!important;color:#0f172a!important;font-weight:950!important;letter-spacing:-.02em;}.premium-section-heading h3 i,.premium-about-card h3 i{color:#8b5cf6}.premium-help-mini{font-size:.78rem;color:#7c3aed;font-weight:800;}


.premium-stage-container .stage{height:34px!important;background:#061122!important;border-radius:8px!important;box-shadow:0 12px 28px rgba(15,23,42,.22)!important}.premium-stage-container .stage-label{color:#fff!important;letter-spacing:.22em!important;font-weight:950!important;}


.premium-seating-wrapper{background:linear-gradient(180deg,#f8fbff,#eef3ff)!important;border:1px solid #dbe5f6!important;border-radius:18px!important;padding:1.15rem!important;overflow:auto!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85);}


#clientSeatingGrid.seating-grid{margin:0 auto!important;}


#clientSeatingGrid .row-label{color:#0f172a!important;font-weight:900!important;}


#clientSeatingGrid .seat-node{border-radius:7px!important;color:#fff!important;font-weight:900!important;border:0!important;box-shadow:0 8px 18px var(--zone-color-glow)!important;transition:transform .18s ease,box-shadow .18s ease!important;}


#clientSeatingGrid .seat-node:hover{transform:translateY(-2px) scale(1.06)!important;}


#clientSeatingGrid .seat-node.selected{background:#f59e0b!important;color:#fff!important;box-shadow:0 10px 22px rgba(245,158,11,.32)!important;}


#clientSeatingGrid .seat-node.reserved{background:#cbd5e1!important;color:#64748b!important;box-shadow:none!important;}


.premium-legend-container{justify-content:center!important;color:#334155!important;font-weight:700!important;margin-top:1.1rem!important}.premium-legend-container span,.premium-legend-container div{color:#334155!important;}


.premium-checkout-card{padding:1.55rem!important}.premium-checkout-card h3{font-size:1.2rem!important;border-bottom:1px solid #e2e8f0;padding-bottom:1rem;margin-bottom:1rem!important;}.premium-checkout-card .selected-seat-chip{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;box-shadow:0 10px 24px rgba(15,23,42,.04)!important;color:#0f172a!important}.premium-checkout-card .summary-row{color:#334155!important}.premium-checkout-card .summary-row.total{font-size:1.35rem!important;color:#0f172a!important}.premium-secure-note{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.9rem;color:#64748b;font-weight:700;}


.premium-mobile-ticket-card{text-align:center!important;padding:1.5rem!important;margin-top:1.3rem!important;display:flex;flex-direction:column;align-items:center;gap:.75rem!important}.premium-mobile-ticket-card h4{margin:0!important;color:#312e81!important;font-weight:950!important}.premium-mobile-ticket-card p{margin:0;color:#64748b;font-size:.9rem}.premium-mobile-ticket-card .qr-share-wrapper{padding:10px;background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 8px 24px rgba(15,23,42,.06)}.premium-mobile-ticket-card canvas{display:block;width:120px;height:120px}.premium-qr-note{color:#64748b;font-size:.82rem;}


.premium-about-card{margin-top:1.3rem;padding:1.6rem!important}.premium-about-card p{color:#475569!important;line-height:1.65;margin:1rem 0 1.4rem}.premium-event-details-row{border-top:1px solid #e2e8f0;padding-top:1.2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.premium-event-details-row div{display:grid;grid-template-columns:auto 1fr;gap:.2rem .65rem}.premium-event-details-row i{grid-row:1/3;color:#7c3aed;font-size:1.15rem}.premium-event-details-row strong{color:#1e1b4b;font-size:.85rem}.premium-event-details-row span{color:#64748b;font-size:.78rem;line-height:1.35}


.premium-event-footer-share{max-width:1160px;margin:1.5rem auto 0;padding:1.3rem 1.6rem!important;display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center}.premium-event-footer-share h4{margin:0 0 .25rem;color:#1e1b4b;font-weight:950}.premium-event-footer-share p{margin:0;color:#64748b}.premium-share-inline{justify-self:end;display:flex;align-items:center;gap:1rem;color:#312e81}.premium-share-inline>div{display:flex;gap:.65rem}.premium-share-inline a,.premium-share-inline button{width:42px;height:42px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 8px 20px rgba(15,23,42,.05);cursor:pointer}.premium-share-inline a:first-child{color:#16a34a}


@media (max-width:980px){.premium-booking-grid{grid-template-columns:1fr!important}.premium-sidebar{position:static}.premium-trust-strip,.premium-event-details-row{grid-template-columns:repeat(2,1fr)}.premium-event-footer-share{grid-template-columns:1fr}.premium-share-inline{justify-self:start}.premium-event-content{padding:3rem 1.5rem!important}.premium-event-hero{min-height:520px!important}}


@media (max-width:620px){#clientBookingView.premium-event-page{margin:-1rem -1rem 0;padding:0 1rem 2rem}.premium-event-hero{margin:0 -1rem!important;border-radius:0 0 18px 18px!important}.premium-event-content h2{font-size:2.7rem!important}.premium-trust-strip,.premium-event-details-row{grid-template-columns:1fr}.premium-section-heading{align-items:flex-start;flex-direction:column}.premium-booking-grid{gap:1rem!important}.premium-seat-card{padding:1rem!important}}








/* Corrección visual: separa la franja de beneficios para que no se monte con la imagen */


.premium-trust-strip{


  position:relative!important;


  z-index:5!important;


  margin:0 auto 1.75rem!important;


  padding:1.6rem 1rem 1.35rem!important;


  background:linear-gradient(180deg,#f7f9ff 0%,#f7f9ff 100%)!important;


}


.premium-trust-strip>div{


  padding:.35rem .25rem!important;


}


.premium-event-details-row span{


  min-height:2.4em;


}


@media (max-width:900px){


  .premium-trust-strip{


    grid-template-columns:repeat(2,1fr)!important;


    gap:.9rem!important;


    padding:1.25rem 1rem!important;


  }


}


@media (max-width:560px){


  .premium-trust-strip{


    grid-template-columns:1fr!important;


  }


}








/* Ajustes premium finales: soporte mailto + móvil */


#btnContactOrganizerSupport{


  display:inline-flex!important;


  align-items:center!important;


  justify-content:center!important;


  gap:.5rem!important;


  min-height:46px!important;


  border-radius:14px!important;


  font-weight:900!important;


  cursor:pointer!important;


  white-space:nowrap!important;


}


#btnContactOrganizerSupport::before{content:"✉";font-size:1rem;}





@media (max-width: 760px){


  body{overflow-x:hidden!important;}


  .app-container{width:100%!important;max-width:100%!important;overflow-x:hidden!important;}


  #clientBookingView.premium-event-page{


    margin:0!important;


    padding:0 0 1.5rem!important;


    width:100%!important;


    overflow-x:hidden!important;


    background:#f6f8ff!important;


  }


  .premium-event-hero{


    margin:0!important;


    border-radius:0 0 24px 24px!important;


    min-height:auto!important;


    padding:0!important;


    overflow:hidden!important;


  }


  .premium-event-content{


    padding:2rem 1.15rem 2.2rem!important;


    max-width:100%!important;


  }


  .premium-event-content h2{


    font-size:clamp(2.35rem, 14vw, 4rem)!important;


    line-height:.95!important;


    letter-spacing:-.05em!important;


    max-width:100%!important;


    overflow-wrap:anywhere!important;


  }


  .premium-event-content p,


  .premium-event-meta,


  .premium-event-meta span,


  .premium-event-meta a{


    max-width:100%!important;


    overflow-wrap:anywhere!important;


  }


  .premium-event-cta-row{


    display:grid!important;


    grid-template-columns:1fr!important;


    gap:.85rem!important;


    width:100%!important;


  }


  .premium-event-cta-row .btn-action,


  .premium-event-cta-row a{


    width:100%!important;


    justify-content:center!important;


    min-height:52px!important;


  }


  .premium-trust-strip{


    margin:0!important;


    padding:1rem .85rem!important;


    grid-template-columns:1fr!important;


    gap:.75rem!important;


    border-radius:0!important;


  }


  .premium-trust-strip>div{


    background:#fff!important;


    border:1px solid #e6eaf5!important;


    border-radius:18px!important;


    padding:1rem!important;


    box-shadow:0 10px 26px rgba(15,23,42,.06)!important;


  }


  .premium-booking-grid{


    display:grid!important;


    grid-template-columns:1fr!important;


    gap:1rem!important;


    padding:1rem!important;


    margin:0!important;


    max-width:100%!important;


  }


  .premium-seat-card,


  .premium-checkout-card,


  .premium-about-card,


  .premium-mobile-ticket-card,


  .premium-event-footer-share{


    width:100%!important;


    max-width:100%!important;


    margin-left:0!important;


    margin-right:0!important;


    border-radius:22px!important;


    box-shadow:0 18px 45px rgba(15,23,42,.08)!important;


  }


  .premium-section-heading{


    display:flex!important;


    align-items:flex-start!important;


    justify-content:flex-start!important;


    gap:.55rem!important;


    flex-direction:column!important;


  }


  #clientSeatingGrid{


    max-width:100%!important;


    overflow:auto!important;


    -webkit-overflow-scrolling:touch!important;


    padding:.8rem!important;


  }


  #clientSeatingGrid .seat-map,


  #clientSeatingGrid .seating-map,


  #clientSeatingGrid > div{


    max-width:none!important;


  }


  .premium-legend-container{


    flex-wrap:wrap!important;


    gap:.65rem!important;


    justify-content:flex-start!important;


    font-size:.78rem!important;


  }


  .premium-sidebar{


    position:static!important;


    width:100%!important;


  }


  .premium-checkout-card{


    position:sticky!important;


    bottom:.75rem!important;


    z-index:20!important;


    border:1px solid rgba(124,58,237,.18)!important;


  }


  .premium-event-details-row{


    grid-template-columns:1fr!important;


    gap:.75rem!important;


  }


  .premium-event-details-row div{


    background:#fff!important;


    border:1px solid #e6eaf5!important;


    border-radius:16px!important;


    padding:.85rem!important;


  }


  .premium-event-footer-share{


    display:grid!important;


    grid-template-columns:1fr!important;


    gap:1rem!important;


    padding:1.15rem!important;


    text-align:left!important;


  }


  #btnContactOrganizerSupport{


    width:100%!important;


    min-height:52px!important;


  }


  .premium-share-inline{


    justify-self:stretch!important;


    display:grid!important;


    grid-template-columns:1fr!important;


    gap:.75rem!important;


  }


  .premium-share-inline>div{


    display:flex!important;


    justify-content:space-between!important;


    gap:.6rem!important;


  }


  .premium-share-inline a,


  .premium-share-inline button{


    flex:1!important;


    min-width:0!important;


    height:48px!important;


  }


}


@media (max-width: 420px){


  .premium-event-content h2{font-size:2.45rem!important;}


  .premium-booking-grid{padding:.75rem!important;}


  .premium-seat-card,.premium-checkout-card,.premium-about-card,.premium-mobile-ticket-card,.premium-event-footer-share{border-radius:18px!important;}


}





/* =========================================================


   EVENT DETAIL PREMIUM VISUAL V2 - referencia provided


   Solo modifica apariencia responsive de la ficha pública.


   ========================================================= */


#clientBookingView.premium-event-page{


  width:100%!important;


  max-width:100%!important;


  background:linear-gradient(180deg,#eef3fb 0%,#f7f9ff 45%,#eef3fb 100%)!important;


  color:#0f172a!important;


  overflow-x:hidden!important;


}


#clientBookingView .premium-back-btn{


  margin:0 auto .9rem!important;


  max-width:1280px!important;


  color:#64748b!important;


  font-weight:800!important;


}


#clientBookingView .premium-event-hero{


  max-width:1320px!important;


  min-height:545px!important;


  margin:0 auto!important;


  border-radius:0 0 26px 26px!important;


  overflow:hidden!important;


  position:relative!important;


  background:#050816!important;


  box-shadow:0 28px 70px rgba(15,23,42,.20)!important;


  border:0!important;


}


#clientBookingView .premium-event-hero-bg{


  display:block!important;


  position:absolute!important;


  inset:0!important;


  width:100%!important;


  height:100%!important;


  background-size:cover!important;


  background-position:center center!important;


  opacity:.72!important;


  filter:saturate(1.12) contrast(1.05)!important;


  z-index:0!important;


}


#clientBookingView .premium-event-hero:before{


  content:"";position:absolute;inset:0;z-index:1;


  background:


    radial-gradient(circle at 78% 22%,rgba(249,115,22,.22),transparent 34%),


    radial-gradient(circle at 50% 20%,rgba(59,130,246,.20),transparent 32%),


    linear-gradient(90deg,rgba(2,6,23,.96) 0%,rgba(2,6,23,.80) 34%,rgba(2,6,23,.48) 68%,rgba(2,6,23,.28) 100%);


}


#clientBookingView .premium-event-overlay{display:none!important;}


#clientBookingView .premium-event-content{


  position:relative!important;z-index:2!important;


  width:100%!important;max-width:1180px!important;


  min-height:545px!important;


  margin:0 auto!important;


  padding:4.6rem 3.2rem 4.2rem!important;


  display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;


}


#clientBookingView .premium-event-badge{


  background:linear-gradient(135deg,rgba(91,33,182,.92),rgba(124,58,237,.82))!important;


  border:1px solid rgba(196,181,253,.35)!important;


  color:#fff!important;


  border-radius:999px!important;


  padding:.62rem 1.25rem!important;


  font-weight:950!important;


  text-transform:uppercase!important;


  letter-spacing:.035em!important;


  box-shadow:0 12px 28px rgba(91,33,182,.32)!important;


}


#clientBookingView .premium-event-content h2{


  color:#fff!important;


  font-size:clamp(3.8rem,7.5vw,6.2rem)!important;


  line-height:.88!important;


  letter-spacing:-.065em!important;


  margin:1.35rem 0 .8rem!important;


  text-shadow:0 14px 42px rgba(0,0,0,.45)!important;


  max-width:680px!important;


}


#clientBookingView .premium-event-content>p{


  color:#e2e8f0!important;


  font-size:1.28rem!important;


  line-height:1.55!important;


  max-width:570px!important;


  margin:0 0 1.65rem!important;


}


#clientBookingView .premium-event-meta{


  display:flex!important;


  flex-direction:column!important;


  align-items:flex-start!important;


  gap:.86rem!important;


  color:#fff!important;


  margin:0 0 2rem!important;


}


#clientBookingView .premium-event-meta span,


#clientBookingView .premium-event-meta a{


  color:#fff!important;


  font-weight:850!important;


  line-height:1.35!important;


}


#clientBookingView .premium-event-meta i{font-size:1.15rem!important;color:#fff!important;opacity:.95!important;}


#clientBookingView .premium-map-link{margin-left:.75rem!important;color:#bfdbfe!important;text-decoration:none!important;font-weight:950!important;}


#clientBookingView .premium-hero-cta-row{


  display:flex!important;align-items:center!important;gap:1.1rem!important;flex-wrap:wrap!important;


}


#clientBookingView .premium-buy-btn{


  min-width:265px!important;min-height:58px!important;


  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.65rem!important;


  padding:1rem 1.45rem!important;border-radius:13px!important;


  text-decoration:none!important;color:#fff!important;font-weight:950!important;font-size:1.05rem!important;


  background:linear-gradient(135deg,#2563eb 0%,#a855f7 100%)!important;


  box-shadow:0 18px 36px rgba(37,99,235,.32)!important;


}


#clientBookingView .premium-limited-box{


  min-height:58px!important;padding:.85rem 1.2rem!important;border-radius:13px!important;


  background:rgba(15,23,42,.42)!important;border:1px solid rgba(236,72,153,.72)!important;


  display:flex!important;flex-direction:column!important;justify-content:center!important;


  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;


}


#clientBookingView .premium-limited-box strong{color:#f472b6!important;font-size:.86rem!important;font-weight:950!important;}


#clientBookingView .premium-limited-box span{color:#fff!important;font-weight:900!important;font-size:.9rem!important;}


#clientBookingView .premium-trust-strip{


  max-width:1120px!important;


  margin:0 auto 2.1rem!important;


  padding:1.45rem 1.3rem!important;


  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1.05rem!important;


  background:rgba(246,248,255,.96)!important;


  border:0!important;border-radius:0 0 24px 24px!important;


  box-shadow:0 22px 56px rgba(15,23,42,.08)!important;


}


#clientBookingView .premium-trust-strip>div{


  display:grid!important;grid-template-columns:42px 1fr!important;gap:.3rem .85rem!important;align-items:start!important;


  padding:.45rem!important;background:transparent!important;border:0!important;box-shadow:none!important;


}


#clientBookingView .premium-trust-strip i{


  grid-row:1/3;width:42px;height:42px;border-radius:999px;background:#fff!important;border:1px solid #dbeafe!important;


  display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#7c3aed!important;


  box-shadow:0 10px 24px rgba(37,99,235,.08)!important;


}


#clientBookingView .premium-trust-strip strong{color:#1e1b4b!important;font-size:.94rem!important;font-weight:950!important;line-height:1.25!important;}


#clientBookingView .premium-trust-strip span{color:#475569!important;font-size:.82rem!important;line-height:1.35!important;}


#clientBookingView .premium-booking-grid{


  max-width:1120px!important;


  margin:0 auto!important;


  display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:1.45rem!important;


}


#clientBookingView .premium-seat-card,


#clientBookingView .premium-checkout-card,


#clientBookingView .premium-about-card,


#clientBookingView .premium-mobile-ticket-card,


#clientBookingView .premium-event-footer-share{


  background:rgba(255,255,255,.94)!important;


  border:1px solid rgba(226,232,240,.95)!important;


  border-radius:24px!important;


  box-shadow:0 26px 64px rgba(15,23,42,.08)!important;


}


#clientBookingView .premium-section-heading h3,


#clientBookingView .premium-checkout-card h3,


#clientBookingView .premium-about-card h3{


  font-size:1.17rem!important;color:#0f172a!important;font-weight:950!important;


}


#clientBookingView .premium-seating-wrapper{


  background:linear-gradient(180deg,#f9fbff,#eef4ff)!important;


  border:1px solid #dbe7fb!important;


  border-radius:20px!important;


  padding:1.2rem!important;


}


#clientBookingView .premium-stage-container{margin:1.1rem auto 2.3rem!important;width:min(78%,620px)!important;}


#clientBookingView .premium-stage-container .stage{


  background:#061122!important;border-radius:8px!important;height:34px!important;border:0!important;


  box-shadow:0 18px 35px rgba(15,23,42,.28)!important;


}


#clientBookingView .premium-stage-container .stage-label{color:#fff!important;letter-spacing:.28em!important;font-weight:950!important;}


#clientBookingView .premium-checkout-card{position:sticky!important;top:1rem!important;padding:1.55rem!important;}


#clientBookingView .premium-pay-btn{min-height:54px!important;border-radius:13px!important;font-weight:950!important;background:linear-gradient(135deg,#2563eb,#a855f7)!important;}


#clientBookingView .premium-event-footer-share{


  max-width:1120px!important;


  margin:1.45rem auto 0!important;


}


@media(max-width:1024px){


  #clientBookingView .premium-event-hero{min-height:500px!important;}


  #clientBookingView .premium-event-content{min-height:500px!important;padding:3.6rem 2rem!important;}


  #clientBookingView .premium-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;border-radius:0 0 22px 22px!important;}


  #clientBookingView .premium-booking-grid{grid-template-columns:1fr!important;padding:0 1rem!important;}


  #clientBookingView .premium-checkout-card{position:static!important;}


}


@media(max-width:640px){


  .app-container{padding:0!important;}


  header{padding:1rem!important;margin-bottom:0!important;background:#050816!important;border:0!important;}


  #clientBookingView .premium-back-btn{margin:.85rem 1rem!important;}


  #clientBookingView .premium-event-hero{border-radius:0 0 22px 22px!important;min-height:0!important;box-shadow:0 18px 42px rgba(15,23,42,.18)!important;}


  #clientBookingView .premium-event-hero:before{background:linear-gradient(180deg,rgba(2,6,23,.58),rgba(2,6,23,.94) 78%)!important;}


  #clientBookingView .premium-event-content{min-height:480px!important;padding:3.1rem 1.15rem 2rem!important;justify-content:flex-end!important;}


  #clientBookingView .premium-event-content h2{font-size:clamp(3rem,16vw,4.4rem)!important;max-width:100%!important;}


  #clientBookingView .premium-event-content>p{font-size:1.04rem!important;}


  #clientBookingView .premium-event-meta{gap:.72rem!important;font-size:.92rem!important;}


  #clientBookingView .premium-hero-cta-row{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:.85rem!important;}


  #clientBookingView .premium-buy-btn,#clientBookingView .premium-limited-box{width:100%!important;min-width:0!important;}


  #clientBookingView .premium-trust-strip{grid-template-columns:1fr!important;margin:0!important;padding:1rem!important;border-radius:0!important;gap:.75rem!important;box-shadow:none!important;}


  #clientBookingView .premium-trust-strip>div{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;padding:.95rem!important;}


  #clientBookingView .premium-booking-grid{padding:1rem!important;gap:1rem!important;}


  #clientBookingView .premium-seat-card,#clientBookingView .premium-checkout-card,#clientBookingView .premium-about-card,#clientBookingView .premium-mobile-ticket-card,#clientBookingView .premium-event-footer-share{border-radius:20px!important;}


  #clientBookingView .premium-seat-card{padding:1rem!important;}


  #clientBookingView .premium-seating-wrapper{padding:.8rem!important;overflow-x:auto!important;}


  #clientBookingView #clientSeatingGrid{min-width:max-content!important;}


  #clientBookingView .premium-event-details-row{grid-template-columns:1fr!important;}


  #clientBookingView .premium-event-footer-share{margin:0 1rem 1.5rem!important;display:grid!important;grid-template-columns:1fr!important;gap:1rem!important;}


  #clientBookingView #btnContactOrganizerSupport{width:100%!important;}


}








/* =========================================================


   EVENT DETAIL PREMIUM VISUAL V3 - closer to supplied capture


   Mantiene IDs, lógica de reservas, soporte, taquilla y destacados.


   ========================================================= */


#clientBookingView.premium-event-page{


  margin:0!important;


  padding:0 0 3rem!important;


  background:#f3f7fd!important;


  color:#0f172a!important;


}


#clientBookingView .premium-back-btn{


  position:relative!important;


  z-index:8!important;


  width:auto!important;


  max-width:1240px!important;


  margin:1.05rem auto -3rem!important;


  padding-left:1.6rem!important;


  color:rgba(255,255,255,.88)!important;


  font-size:.95rem!important;


}


#clientBookingView .premium-event-hero{


  width:100%!important;


  max-width:none!important;


  min-height:650px!important;


  margin:0!important;


  border-radius:0!important;


  overflow:hidden!important;


  background:#030712!important;


  box-shadow:none!important;


}


#clientBookingView .premium-event-hero-bg{


  opacity:.88!important;


  filter:saturate(1.18) contrast(1.08) brightness(.94)!important;


  background-position:center right!important;


}


#clientBookingView .premium-event-hero:before{


  background:


    radial-gradient(circle at 72% 32%,rgba(217,70,239,.26),transparent 26%),


    radial-gradient(circle at 47% 20%,rgba(59,130,246,.18),transparent 32%),


    linear-gradient(90deg,rgba(2,6,23,.98) 0%,rgba(2,6,23,.92) 28%,rgba(2,6,23,.48) 58%,rgba(2,6,23,.22) 100%),


    linear-gradient(180deg,rgba(2,6,23,.34),rgba(2,6,23,.92) 100%)!important;


}


#clientBookingView .premium-event-content{


  max-width:1240px!important;


  min-height:650px!important;


  padding:5.7rem 3rem 4.6rem!important;


  justify-content:center!important;


}


#clientBookingView .premium-event-badge{


  padding:.58rem 1.15rem!important;


  background:rgba(88,28,135,.72)!important;


  border:1px solid rgba(168,85,247,.55)!important;


  color:#fff!important;


  font-size:.78rem!important;


  font-weight:950!important;


  letter-spacing:.045em!important;


  text-transform:uppercase!important;


  box-shadow:0 16px 32px rgba(88,28,135,.34)!important;


}


#clientBookingView .premium-event-content h2{


  font-size:clamp(4rem,7.8vw,6.5rem)!important;


  max-width:680px!important;


  margin:1.1rem 0 .55rem!important;


  line-height:.86!important;


  letter-spacing:-.07em!important;


  color:#fff!important;


}


#clientBookingView .premium-event-content>p{


  max-width:430px!important;


  color:#ffffff!important;


  font-size:1.2rem!important;


  line-height:1.65!important;


  margin-bottom:1.9rem!important;


}


#clientBookingView .premium-event-meta{


  display:flex!important;


  flex-wrap:wrap!important;


  gap:0!important;


  margin:0 0 2.1rem!important;


  max-width:760px!important;


}


#clientBookingView .premium-event-meta span{


  min-height:72px!important;


  display:flex!important;


  align-items:center!important;


  gap:.8rem!important;


  padding:0 1.45rem!important;


  border-right:1px solid rgba(255,255,255,.18)!important;


  color:#fff!important;


  font-size:.94rem!important;


  font-weight:900!important;


}


#clientBookingView .premium-event-meta span:first-child{padding-left:0!important;}


#clientBookingView .premium-event-meta span:last-child{border-right:0!important;}


#clientBookingView .premium-event-meta i{


  width:36px!important;


  height:36px!important;


  border-radius:999px!important;


  display:inline-flex!important;


  align-items:center!important;


  justify-content:center!important;


  color:#d946ef!important;


  font-size:1.5rem!important;


  background:rgba(126,34,206,.16)!important;


  border:1px solid rgba(216,180,254,.36)!important;


}


#clientBookingView .premium-map-link{


  color:#fff!important;


  font-weight:950!important;


  text-decoration:none!important;


  border-bottom:1px solid rgba(255,255,255,.35)!important;


}


#clientBookingView .premium-hero-cta-row{


  display:grid!important;


  grid-template-columns:minmax(240px,360px) minmax(210px,280px)!important;


  gap:1.2rem!important;


  align-items:stretch!important;


  max-width:700px!important;


}


#clientBookingView .premium-buy-btn{


  min-width:0!important;


  min-height:68px!important;


  border-radius:12px!important;


  font-size:1.15rem!important;


  background:linear-gradient(135deg,#2563eb 0%,#c026d3 100%)!important;


  box-shadow:0 22px 48px rgba(147,51,234,.38)!important;


}


#clientBookingView .premium-limited-box{


  min-height:68px!important;


  border-radius:14px!important;


  background:rgba(7,12,30,.48)!important;


  border:1px solid rgba(217,70,239,.65)!important;


  padding:1rem 1.2rem!important;


}


#clientBookingView .premium-limited-box strong{


  color:#f472d0!important;


  font-size:.88rem!important;


}


#clientBookingView .premium-limited-box span{


  color:#fff!important;


  font-size:.95rem!important;


}





/* bloque de garantías como cristal oscuro, similar a la referencia */


#clientBookingView .premium-trust-strip{


  position:relative!important;


  z-index:7!important;


  max-width:590px!important;


  margin:-150px max(2.2rem,calc((100vw - 1240px)/2 + 2.2rem)) 2.2rem auto!important;


  padding:1rem 1.05rem!important;


  grid-template-columns:repeat(4,1fr)!important;


  gap:0!important;


  background:rgba(7,12,30,.58)!important;


  border:1px solid rgba(255,255,255,.18)!important;


  border-radius:22px!important;


  backdrop-filter:blur(18px)!important;


  box-shadow:0 28px 72px rgba(2,6,23,.38)!important;


}


#clientBookingView .premium-trust-strip>div{


  display:flex!important;


  flex-direction:column!important;


  align-items:center!important;


  justify-content:flex-start!important;


  text-align:center!important;


  gap:.45rem!important;


  padding:.45rem .75rem!important;


  border-right:1px solid rgba(255,255,255,.16)!important;


}


#clientBookingView .premium-trust-strip>div:last-child{border-right:0!important;}


#clientBookingView .premium-trust-strip i{


  width:44px!important;


  height:44px!important;


  background:rgba(124,58,237,.18)!important;


  color:#c084fc!important;


  border:1px solid rgba(196,181,253,.38)!important;


  box-shadow:0 0 0 7px rgba(124,58,237,.08)!important;


}


#clientBookingView .premium-trust-strip strong{


  color:#fff!important;


  font-size:.86rem!important;


  line-height:1.2!important;


}


#clientBookingView .premium-trust-strip span{


  display:none!important;


}





/* cuerpo blanco premium */


#clientBookingView .premium-booking-grid{


  max-width:1180px!important;


  margin:2.3rem auto 0!important;


  gap:1.35rem!important;


  padding:0 1.4rem!important;


}


#clientBookingView .premium-seat-card,


#clientBookingView .premium-checkout-card,


#clientBookingView .premium-about-card,


#clientBookingView .premium-mobile-ticket-card,


#clientBookingView .premium-event-footer-share{


  border-radius:22px!important;


  border:1px solid rgba(226,232,240,.9)!important;


  background:rgba(255,255,255,.96)!important;


  box-shadow:0 22px 54px rgba(15,23,42,.08)!important;


}


#clientBookingView .premium-checkout-card h3{


  font-size:1.18rem!important;


}


#clientBookingView .premium-pay-btn{


  background:linear-gradient(135deg,#7c3aed,#d946ef)!important;


  border-radius:13px!important;


}


#clientBookingView .premium-about-card{


  margin-top:1.25rem!important;


}


#clientBookingView .premium-event-footer-share{


  max-width:1180px!important;


  margin:1.35rem auto 0!important;


  background:linear-gradient(135deg,#120b36,#0b1020)!important;


  color:#fff!important;


  border:0!important;


}


#clientBookingView .premium-event-footer-share h4,


#clientBookingView .premium-share-inline,


#clientBookingView .premium-event-footer-share strong{


  color:#fff!important;


}


#clientBookingView .premium-event-footer-share p{


  color:rgba(255,255,255,.74)!important;


}


#clientBookingView #btnContactOrganizerSupport{


  background:rgba(255,255,255,.10)!important;


  color:#fff!important;


  border:1px solid rgba(255,255,255,.18)!important;


}





/* responsive premium */


@media(max-width:1024px){


  #clientBookingView .premium-event-content{


    min-height:620px!important;


    padding:5.2rem 1.8rem 3.8rem!important;


  }


  #clientBookingView .premium-trust-strip{


    max-width:none!important;


    margin:-92px 1.25rem 1.5rem!important;


    grid-template-columns:repeat(4,1fr)!important;


  }


  #clientBookingView .premium-event-meta span{


    padding:.4rem 1rem!important;


  }


}


@media(max-width:760px){


  header{


    position:relative!important;


    z-index:20!important;


    background:#050816!important;


    border-bottom:1px solid rgba(255,255,255,.08)!important;


  }


  #clientBookingView .premium-back-btn{


    margin:.85rem 1rem -2.25rem!important;


    padding-left:0!important;


    color:rgba(255,255,255,.88)!important;


  }


  #clientBookingView .premium-event-hero{


    min-height:auto!important;


    border-radius:0 0 26px 26px!important;


  }


  #clientBookingView .premium-event-hero-bg{


    opacity:.72!important;


    background-position:center!important;


  }


  #clientBookingView .premium-event-hero:before{


    background:


      linear-gradient(180deg,rgba(2,6,23,.44) 0%,rgba(2,6,23,.92) 58%,rgba(2,6,23,.98) 100%)!important;


  }


  #clientBookingView .premium-event-content{


    min-height:640px!important;


    padding:4.7rem 1rem 2.1rem!important;


    justify-content:flex-end!important;


  }


  #clientBookingView .premium-event-content h2{


    font-size:clamp(3.2rem,15vw,4.8rem)!important;


    max-width:100%!important;


  }


  #clientBookingView .premium-event-content>p{


    max-width:100%!important;


    font-size:1.02rem!important;


    margin-bottom:1.2rem!important;


  }


  #clientBookingView .premium-event-meta{


    display:grid!important;


    grid-template-columns:1fr!important;


    gap:.65rem!important;


    width:100%!important;


    margin-bottom:1.2rem!important;


  }


  #clientBookingView .premium-event-meta span{


    min-height:0!important;


    padding:.85rem!important;


    border-right:0!important;


    border:1px solid rgba(255,255,255,.14)!important;


    border-radius:16px!important;


    background:rgba(255,255,255,.06)!important;


    backdrop-filter:blur(10px)!important;


  }


  #clientBookingView .premium-hero-cta-row{


    grid-template-columns:1fr!important;


    width:100%!important;


    max-width:100%!important;


  }


  #clientBookingView .premium-buy-btn,


  #clientBookingView .premium-limited-box{


    width:100%!important;


  }


  #clientBookingView .premium-trust-strip{


    margin:1rem!important;


    grid-template-columns:repeat(2,1fr)!important;


    background:#fff!important;


    border:1px solid #e6eaf5!important;


    box-shadow:0 16px 38px rgba(15,23,42,.08)!important;


  }


  #clientBookingView .premium-trust-strip>div{


    border-right:0!important;


    padding:.75rem .35rem!important;


  }


  #clientBookingView .premium-trust-strip strong{


    color:#1e1b4b!important;


    font-size:.78rem!important;


  }


  #clientBookingView .premium-booking-grid{


    padding:0 .85rem!important;


    margin:1rem auto 0!important;


  }


  #clientBookingView .premium-checkout-card{


    position:static!important;


  }


  #clientBookingView .premium-event-footer-share{


    margin:1rem .85rem 0!important;


  }


}


@media(max-width:420px){


  #clientBookingView .premium-event-content{


    min-height:610px!important;


  }


  #clientBookingView .premium-trust-strip{


    grid-template-columns:1fr 1fr!important;


    gap:.35rem!important;


  }


  #clientBookingView .premium-event-badge{


    font-size:.72rem!important;


  }


}








/* =========================================================


   EVENT DETAIL PREMIUM VISUAL V4 - focused match to reference


   Corrección final: evita solapes, aclara imagen y mantiene estética premium.


   ========================================================= */


@media (min-width: 901px){


  #clientBookingView .premium-event-hero-bg{


    opacity:.98!important;


    filter:saturate(1.22) contrast(1.06) brightness(1.08)!important;


  }


  #clientBookingView .premium-event-hero:before{


    background:


      radial-gradient(circle at 72% 32%,rgba(217,70,239,.18),transparent 28%),


      radial-gradient(circle at 48% 18%,rgba(59,130,246,.14),transparent 34%),


      linear-gradient(90deg,rgba(2,6,23,.90) 0%,rgba(2,6,23,.72) 31%,rgba(2,6,23,.34) 58%,rgba(2,6,23,.14) 100%),


      linear-gradient(180deg,rgba(2,6,23,.20),rgba(2,6,23,.78) 100%)!important;


  }


  #clientBookingView .premium-event-content{


    max-width:1240px!important;


    padding:5.4rem 3rem 4.9rem!important;


  }


  #clientBookingView .premium-hero-cta-row{


    display:grid!important;


    grid-template-columns: minmax(250px, 365px) minmax(220px, 285px)!important;


    gap:1.25rem!important;


    align-items:stretch!important;


    max-width:675px!important;


    margin-top:1.6rem!important;


  }


  #clientBookingView .premium-buy-btn{


    width:100%!important;


    min-width:0!important;


    position:relative!important;


    z-index:8!important;


  }


  #clientBookingView .premium-limited-box{


    width:100%!important;


    min-width:0!important;


    position:relative!important;


    z-index:8!important;


  }





  /* Cristal de beneficios a la derecha, sin tapar el botón de comprar */


  #clientBookingView .premium-trust-strip{


    width:min(490px,42vw)!important;


    max-width:490px!important;


    margin:-142px clamp(2.5rem,6vw,5.5rem) 2.2rem auto!important;


    padding:1rem 1.05rem!important;


    position:relative!important;


    z-index:6!important;


    grid-template-columns:repeat(4,minmax(0,1fr))!important;


  }


  #clientBookingView .premium-trust-strip>div{


    padding:.45rem .55rem!important;


  }


  #clientBookingView .premium-trust-strip strong{


    font-size:.82rem!important;


  }


}





/* En pantallas medias, mejor debajo del hero que montado encima */


@media (min-width: 761px) and (max-width: 1100px){


  #clientBookingView .premium-trust-strip{


    width:auto!important;


    max-width:calc(100% - 3rem)!important;


    margin:1.15rem 1.5rem 1.5rem!important;


    background:rgba(7,12,30,.72)!important;


  }


  #clientBookingView .premium-booking-grid{


    margin-top:1.2rem!important;


  }


}





/* Móvil: hero limpio, sin solapes, tarjetas en 2 columnas */


@media(max-width:760px){


  #clientBookingView .premium-event-hero-bg{


    opacity:.88!important;


    filter:saturate(1.18) contrast(1.04) brightness(1.02)!important;


  }


  #clientBookingView .premium-event-hero:before{


    background:


      linear-gradient(180deg,rgba(2,6,23,.34) 0%,rgba(2,6,23,.80) 58%,rgba(2,6,23,.94) 100%)!important;


  }


  #clientBookingView .premium-event-content{


    min-height:auto!important;


    padding:4.2rem 1rem 1.5rem!important;


  }


  #clientBookingView .premium-hero-cta-row{


    display:grid!important;


    grid-template-columns:1fr!important;


    gap:.85rem!important;


    width:100%!important;


    max-width:100%!important;


    margin-top:1.15rem!important;


  }


  #clientBookingView .premium-trust-strip{


    margin:0!important;


    padding:1rem!important;


    width:100%!important;


    max-width:100%!important;


    grid-template-columns:repeat(2,minmax(0,1fr))!important;


    gap:.75rem!important;


    background:#f3f7fd!important;


    border:0!important;


    border-radius:0!important;


    box-shadow:none!important;


    backdrop-filter:none!important;


  }


  #clientBookingView .premium-trust-strip>div{


    min-height:108px!important;


    border:1px solid rgba(226,232,240,.95)!important;


    border-radius:18px!important;


    background:#fff!important;


    box-shadow:0 12px 28px rgba(15,23,42,.06)!important;


    border-right:1px solid rgba(226,232,240,.95)!important;


  }


  #clientBookingView .premium-trust-strip strong{


    color:#1e1b4b!important;


    font-size:.82rem!important;


  }


  #clientBookingView .premium-trust-strip i{


    background:rgba(124,58,237,.10)!important;


    color:#7c3aed!important;


    border-color:rgba(124,58,237,.18)!important;


  }


}








/* =========================================================


   EVENT DETAIL PREMIUM VISUAL V5 - alineación final referencia


   ========================================================= */


@media (min-width: 901px){


  #clientBookingView .premium-event-hero{


    min-height:620px!important;


  }


  #clientBookingView .premium-event-hero-bg{


    opacity:1!important;


    filter:saturate(1.22) contrast(1.06) brightness(1.08)!important;


    background-position:center right!important;


  }


  #clientBookingView .premium-event-hero:before{


    background:


      radial-gradient(circle at 70% 30%,rgba(217,70,239,.16),transparent 30%),


      linear-gradient(90deg,rgba(2,6,23,.92) 0%,rgba(2,6,23,.76) 28%,rgba(2,6,23,.36) 58%,rgba(2,6,23,.10) 100%),


      linear-gradient(180deg,rgba(2,6,23,.16),rgba(2,6,23,.78) 100%)!important;


  }


  #clientBookingView .premium-event-content{


    max-width:1240px!important;


    min-height:620px!important;


    padding:4.75rem 2.65rem 3.85rem!important;


    justify-content:center!important;


  }


  #clientBookingView .premium-event-content h2{


    margin:1rem 0 .25rem!important;


    font-size:clamp(3.95rem,7vw,5.6rem)!important;


    line-height:.9!important;


    max-width:560px!important;


  }


  #clientBookingView .premium-event-content>p{


    max-width:410px!important;


    font-size:1.04rem!important;


    line-height:1.55!important;


    margin:.7rem 0 1.65rem!important;


  }


  #clientBookingView .premium-event-meta{


    display:flex!important;


    align-items:stretch!important;


    flex-wrap:nowrap!important;


    max-width:760px!important;


    margin:0 0 1.6rem!important;


    gap:0!important;


  }


  #clientBookingView .premium-event-meta span{


    min-height:70px!important;


    max-width:235px!important;


    display:grid!important;


    grid-template-columns:38px minmax(0,1fr)!important;


    align-items:center!important;


    column-gap:.72rem!important;


    padding:0 1.25rem!important;


    border-right:1px solid rgba(255,255,255,.20)!important;


    white-space:normal!important;


  }


  #clientBookingView .premium-event-meta span:first-child{padding-left:0!important;max-width:170px!important;}


  #clientBookingView .premium-event-meta span:last-child{border-right:0!important;}


  #clientBookingView .premium-event-meta i{


    width:36px!important;height:36px!important;font-size:1.35rem!important;


  }


  #clientBookingView .premium-map-link{


    display:block!important;


    margin:.15rem 0 0!important;


    font-size:.78rem!important;


    border-bottom:0!important;


    color:#dbeafe!important;


  }


  #clientBookingView .premium-hero-cta-row{


    display:grid!important;


    grid-template-columns:minmax(240px,350px) minmax(210px,275px)!important;


    max-width:650px!important;


    gap:1.05rem!important;


    margin-top:1.05rem!important;


  }


  #clientBookingView .premium-buy-btn,


  #clientBookingView .premium-limited-box{


    min-height:64px!important;


    border-radius:12px!important;


  }


  #clientBookingView .premium-trust-strip{


    width:min(575px,44vw)!important;


    max-width:575px!important;


    margin:-130px clamp(2rem,5.2vw,5rem) 2rem auto!important;


    padding:.95rem 1rem!important;


    grid-template-columns:repeat(4,minmax(0,1fr))!important;


    background:rgba(7,12,30,.62)!important;


  }


  #clientBookingView .premium-trust-strip>div{


    min-width:0!important;


    padding:.35rem .65rem!important;


  }


  #clientBookingView .premium-trust-strip i{


    width:42px!important;height:42px!important;margin-bottom:.2rem!important;


  }


  #clientBookingView .premium-trust-strip strong{


    font-size:.78rem!important;


    line-height:1.18!important;


  }


}


@media (min-width: 761px) and (max-width: 1100px){


  #clientBookingView .premium-event-content{min-height:600px!important;padding:4.6rem 1.6rem 3rem!important;}


  #clientBookingView .premium-event-meta{flex-wrap:wrap!important;max-width:100%!important;}


  #clientBookingView .premium-event-meta span{border-right:0!important;padding:.55rem 1rem .55rem 0!important;}


  #clientBookingView .premium-trust-strip{margin:1rem 1.25rem 1.5rem!important;width:auto!important;max-width:none!important;}


}


@media(max-width:760px){


  #clientBookingView .premium-event-content{padding:4.35rem 1rem 1.55rem!important;}


  #clientBookingView .premium-event-content h2{font-size:clamp(3rem,14vw,4.2rem)!important;line-height:.92!important;}


  #clientBookingView .premium-event-meta span{display:grid!important;grid-template-columns:38px 1fr!important;align-items:center!important;}


}





/* =========================================================


   EVENT DETAIL HERO TOP FIX - captura referencia exacta


   Ajuste solo visual: hero superior, alineación horizontal y responsive


   ========================================================= */


@media (min-width: 901px){


  #clientBookingView .premium-event-hero{


    min-height:650px!important;


    overflow:hidden!important;


    border-radius:0 0 0 0!important;


  }


  #clientBookingView .premium-event-hero-bg{


    opacity:1!important;


    filter:saturate(1.24) contrast(1.05) brightness(1.12)!important;


    background-position:center right!important;


    transform:scale(1.01)!important;


  }


  #clientBookingView .premium-event-hero:before{


    background:


      radial-gradient(circle at 72% 36%,rgba(168,85,247,.12),transparent 30%),


      linear-gradient(90deg,rgba(2,6,23,.96) 0%,rgba(2,6,23,.86) 24%,rgba(2,6,23,.44) 55%,rgba(2,6,23,.10) 100%),


      linear-gradient(180deg,rgba(2,6,23,.08) 0%,rgba(2,6,23,.20) 54%,rgba(2,6,23,.84) 100%)!important;


  }


  #clientBookingView .premium-event-content{


    max-width:1240px!important;


    min-height:650px!important;


    padding:4.9rem 2.6rem 3.2rem!important;


    justify-content:center!important;


  }


  #clientBookingView .premium-event-content h2{


    margin:1rem 0 .28rem!important;


    font-size:clamp(4rem,6.7vw,5.65rem)!important;


    line-height:.9!important;


    letter-spacing:-.07em!important;


    max-width:570px!important;


  }


  #clientBookingView .premium-event-content>p{


    max-width:420px!important;


    font-size:1.03rem!important;


    line-height:1.62!important;


    margin:.72rem 0 1.85rem!important;


  }





  /* Fecha, hora y ubicación exactamente en línea horizontal */


  #clientBookingView .premium-event-meta{


    display:grid!important;


    grid-template-columns:150px 160px minmax(210px,260px)!important;


    align-items:center!important;


    gap:0!important;


    max-width:590px!important;


    margin:0 0 1.75rem!important;


  }


  #clientBookingView .premium-event-meta span{


    min-height:76px!important;


    max-width:none!important;


    display:grid!important;


    grid-template-columns:40px minmax(0,1fr)!important;


    align-items:center!important;


    column-gap:.8rem!important;


    padding:0 1.25rem!important;


    border-right:1px solid rgba(255,255,255,.22)!important;


    white-space:normal!important;


    line-height:1.18!important;


  }


  #clientBookingView .premium-event-meta span:first-child{


    padding-left:0!important;


  }


  #clientBookingView .premium-event-meta span:last-child{


    border-right:0!important;


    padding-right:0!important;


  }


  #clientBookingView .premium-event-meta i{


    width:40px!important;


    height:40px!important;


    min-width:40px!important;


    font-size:1.45rem!important;


    color:#c084fc!important;


    background:rgba(126,34,206,.22)!important;


    border:1px solid rgba(192,132,252,.45)!important;


    border-radius:999px!important;


  }


  #clientBookingView .premium-map-link{


    display:block!important;


    margin:.22rem 0 0!important;


    font-size:.78rem!important;


    font-weight:700!important;


    color:#f8fafc!important;


    border-bottom:0!important;


  }





  /* Precio y aviso en la misma línea, botón debajo */


  #clientBookingView .premium-hero-cta-row{


    display:grid!important;


    grid-template-columns:minmax(260px,390px) minmax(230px,300px)!important;


    gap:1.05rem!important;


    align-items:stretch!important;


    max-width:705px!important;


    margin-top:.85rem!important;


  }


  #clientBookingView .premium-hero-cta-row .premium-buy-btn{


    grid-column:1 / 2!important;


    grid-row:2!important;


    width:100%!important;


    margin-top:.05rem!important;


    min-height:66px!important;


  }


  #clientBookingView .premium-hero-cta-row .premium-price-card,


  #clientBookingView .premium-price-card{


    grid-column:1 / 2!important;


    grid-row:1!important;


    min-height:108px!important;


  }


  #clientBookingView .premium-hero-cta-row .premium-limited-box,


  #clientBookingView .premium-limited-box{


    grid-column:2 / 3!important;


    grid-row:1!important;


    min-height:108px!important;


    align-self:stretch!important;


  }





  /* Tarjeta de ventajas: derecha, alineada, sin invadir botón ni aviso */


  #clientBookingView .premium-trust-strip{


    width:min(560px,43vw)!important;


    max-width:560px!important;


    margin:-125px clamp(2.1rem,5vw,4.2rem) 2.1rem auto!important;


    padding:1rem 1.05rem!important;


    grid-template-columns:repeat(4,minmax(0,1fr))!important;


    background:rgba(8,10,28,.56)!important;


    border:1px solid rgba(255,255,255,.22)!important;


    border-radius:22px!important;


    box-shadow:0 18px 55px rgba(0,0,0,.32)!important;


    backdrop-filter:blur(12px)!important;


    position:relative!important;


    z-index:7!important;


  }


  #clientBookingView .premium-trust-strip>div{


    min-height:92px!important;


    padding:.35rem .72rem!important;


    justify-content:center!important;


  }


  #clientBookingView .premium-trust-strip i{


    width:44px!important;


    height:44px!important;


    margin-bottom:.35rem!important;


  }


  #clientBookingView .premium-trust-strip strong{


    font-size:.82rem!important;


    line-height:1.18!important;


    color:#fff!important;


  }


}





@media (min-width: 761px) and (max-width: 1100px){


  #clientBookingView .premium-event-content{


    min-height:auto!important;


    padding:4.5rem 1.5rem 2rem!important;


  }


  #clientBookingView .premium-event-meta{


    display:grid!important;


    grid-template-columns:repeat(3,minmax(0,1fr))!important;


    max-width:100%!important;


    gap:.75rem!important;


  }


  #clientBookingView .premium-event-meta span{


    border-right:0!important;


    border:1px solid rgba(255,255,255,.14)!important;


    border-radius:16px!important;


    padding:.8rem!important;


    background:rgba(2,6,23,.32)!important;


  }


  #clientBookingView .premium-hero-cta-row{


    display:grid!important;


    grid-template-columns:1fr 1fr!important;


    max-width:100%!important;


  }


  #clientBookingView .premium-buy-btn{grid-column:1 / -1!important;grid-row:auto!important;}


  #clientBookingView .premium-trust-strip{


    margin:1rem 1.25rem 1.4rem!important;


    width:auto!important;


    max-width:none!important;


    background:rgba(8,10,28,.70)!important;


  }


}





@media(max-width:760px){


  #clientBookingView .premium-event-hero-bg{


    opacity:1!important;


    filter:saturate(1.18) contrast(1.04) brightness(1.04)!important;


    background-position:center center!important;


  }


  #clientBookingView .premium-event-hero:before{


    background:


      linear-gradient(180deg,rgba(2,6,23,.42) 0%,rgba(2,6,23,.70) 46%,rgba(2,6,23,.96) 100%)!important;


  }


  #clientBookingView .premium-event-content{


    padding:4rem 1rem 1.25rem!important;


  }


  #clientBookingView .premium-event-content h2{


    font-size:clamp(3rem,15vw,4.35rem)!important;


    line-height:.92!important;


  }


  #clientBookingView .premium-event-meta{


    display:grid!important;


    grid-template-columns:1fr!important;


    gap:.7rem!important;


    margin:1.2rem 0!important;


  }


  #clientBookingView .premium-event-meta span{


    display:grid!important;


    grid-template-columns:42px minmax(0,1fr)!important;


    align-items:center!important;


    padding:.85rem!important;


    border:1px solid rgba(255,255,255,.16)!important;


    border-radius:18px!important;


    background:rgba(2,6,23,.42)!important;


    white-space:normal!important;


  }


  #clientBookingView .premium-hero-cta-row{


    display:grid!important;


    grid-template-columns:1fr!important;


    gap:.85rem!important;


    max-width:100%!important;


    margin-top:.85rem!important;


  }


  #clientBookingView .premium-price-card,


  #clientBookingView .premium-limited-box,


  #clientBookingView .premium-buy-btn{


    grid-column:auto!important;


    grid-row:auto!important;


    width:100%!important;


  }


  #clientBookingView .premium-trust-strip{


    margin:0!important;


    padding:1rem!important;


    width:100%!important;


    max-width:100%!important;


    grid-template-columns:repeat(2,minmax(0,1fr))!important;


    gap:.75rem!important;


    background:#f3f7fd!important;


    border:0!important;


    border-radius:0!important;


    box-shadow:none!important;


  }


}








/* =========================================================


   HERO PREMIUM DEFINITIVO - referencia exacta solicitada


   Mantiene lógica, IDs y responsive. Solo presentación visual.


   ========================================================= */


@media (min-width: 901px){


  #clientBookingView .premium-event-hero{


    min-height:660px!important;


    background:#030712!important;


    overflow:hidden!important;


    border-radius:0!important;


    position:relative!important;


  }


  #clientBookingView .premium-event-hero-bg{


    opacity:1!important;


    filter:saturate(1.22) contrast(1.08) brightness(1.10)!important;


    background-size:cover!important;


    background-position:center right!important;


    transform:none!important;


  }


  #clientBookingView .premium-event-hero:before{


    content:""!important;


    position:absolute!important;


    inset:0!important;


    z-index:1!important;


    background:


      radial-gradient(circle at 66% 35%, rgba(168,85,247,.14), transparent 32%),


      linear-gradient(90deg, rgba(2,6,23,.97) 0%, rgba(2,6,23,.88) 28%, rgba(2,6,23,.38) 60%, rgba(2,6,23,.08) 100%),


      linear-gradient(180deg, rgba(2,6,23,.12) 0%, rgba(2,6,23,.22) 58%, rgba(2,6,23,.86) 100%)!important;


  }


  #clientBookingView .premium-event-content{


    max-width:1240px!important;


    min-height:660px!important;


    margin:0 auto!important;


    padding:4.5rem 2.7rem 3.8rem!important;


    justify-content:center!important;


    align-items:flex-start!important;


  }


  #clientBookingView .premium-event-badge{


    margin:0 0 .9rem!important;


    padding:.56rem 1.12rem!important;


    border-radius:10px!important;


    background:rgba(91,33,182,.78)!important;


    border:1px solid rgba(168,85,247,.48)!important;


    box-shadow:none!important;


    font-size:.76rem!important;


  }


  #clientBookingView .premium-event-content h2{


    max-width:570px!important;


    margin:0 0 .38rem!important;


    font-size:clamp(4.15rem,7vw,5.75rem)!important;


    line-height:.88!important;


    letter-spacing:-.07em!important;


    text-shadow:0 18px 46px rgba(0,0,0,.52)!important;


  }


  #clientBookingView .premium-event-content>p{


    max-width:430px!important;


    margin:.7rem 0 1.75rem!important;


    color:#fff!important;


    font-size:1.04rem!important;


    line-height:1.6!important;


  }





  /* Tres datos alineados en horizontal: fecha | hora | dirección */


  #clientBookingView .premium-event-meta{


    display:grid!important;


    grid-template-columns:150px 170px 285px!important;


    align-items:center!important;


    gap:0!important;


    max-width:605px!important;


    margin:0 0 1.55rem!important;


  }


  #clientBookingView .premium-event-meta .premium-meta-capacity{


    display:none!important;


  }


  #clientBookingView .premium-event-meta span{


    min-height:76px!important;


    max-width:none!important;


    display:grid!important;


    grid-template-columns:42px minmax(0,1fr)!important;


    align-items:center!important;


    column-gap:.78rem!important;


    padding:0 1.25rem!important;


    border-right:1px solid rgba(255,255,255,.22)!important;


    color:#fff!important;


    font-weight:900!important;


    white-space:normal!important;


    line-height:1.18!important;


    background:transparent!important;


    border-radius:0!important;


  }


  #clientBookingView .premium-event-meta span:first-child{


    padding-left:0!important;


  }


  #clientBookingView .premium-event-meta span:nth-child(3){


    border-right:0!important;


    padding-right:0!important;


  }


  #clientBookingView .premium-event-meta i{


    width:42px!important;


    height:42px!important;


    min-width:42px!important;


    display:inline-flex!important;


    align-items:center!important;


    justify-content:center!important;


    border-radius:999px!important;


    color:#c084fc!important;


    background:rgba(126,34,206,.20)!important;


    border:1px solid rgba(192,132,252,.42)!important;


    font-size:1.48rem!important;


  }


  #clientBookingView .premium-meta-text{


    display:flex!important;


    flex-direction:column!important;


    gap:.18rem!important;


    min-width:0!important;


    overflow:hidden!important;


  }


  #clientBookingView .premium-meta-text strong,


  #clientBookingView #bookingShowAddressText{


    display:block!important;


    color:#fff!important;


    font-weight:950!important;


    font-size:.95rem!important;


    line-height:1.16!important;


  }


  #clientBookingView .premium-meta-text small{


    color:rgba(255,255,255,.82)!important;


    font-size:.78rem!important;


    line-height:1.2!important;


  }


  #clientBookingView .premium-map-link{


    display:block!important;


    margin:.22rem 0 0!important;


    color:#f8fafc!important;


    font-size:.76rem!important;


    line-height:1.15!important;


    font-weight:800!important;


    text-decoration:none!important;


    border:0!important;


  }





  /* Precio + aviso + botón en bloque premium como referencia */


  #clientBookingView .premium-hero-cta-row{


    display:grid!important;


    grid-template-columns:360px 285px!important;


    grid-template-rows:108px 66px!important;


    gap:1rem 1.05rem!important;


    max-width:660px!important;


    margin-top:1.05rem!important;


    align-items:stretch!important;


  }


  #clientBookingView .premium-price-card{


    grid-column:1!important;


    grid-row:1!important;


    min-height:108px!important;


    padding:1.05rem 1.35rem!important;


    border-radius:16px!important;


    display:grid!important;


    grid-template-columns:1fr auto!important;


    align-items:center!important;


    column-gap:1rem!important;


    background:rgba(7,12,30,.42)!important;


    border:1px solid rgba(168,85,247,.50)!important;


    box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;


  }


  #clientBookingView .premium-price-card span{


    color:#f0abfc!important;


    font-size:.86rem!important;


    font-weight:850!important;


    align-self:start!important;


    grid-column:1 / -1!important;


  }


  #clientBookingView .premium-price-card strong{


    color:#a855f7!important;


    font-size:clamp(3rem,4.8vw,4.4rem)!important;


    line-height:.8!important;


    letter-spacing:-.06em!important;


    font-weight:1000!important;


  }


  #clientBookingView .premium-limited-box{


    grid-column:2!important;


    grid-row:1!important;


    min-height:108px!important;


    padding:1.05rem 1.25rem!important;


    border-radius:16px!important;


    justify-content:center!important;


    background:rgba(7,12,30,.42)!important;


    border:1px solid rgba(217,70,239,.62)!important;


  }


  #clientBookingView .premium-limited-box strong{


    color:#fff!important;


    font-size:1rem!important;


    line-height:1.2!important;


  }


  #clientBookingView .premium-limited-box span{


    color:rgba(255,255,255,.80)!important;


    font-size:.92rem!important;


    line-height:1.25!important;


  }


  #clientBookingView .premium-buy-btn{


    grid-column:1!important;


    grid-row:2!important;


    width:100%!important;


    min-height:66px!important;


    border-radius:13px!important;


    font-size:1.17rem!important;


    background:linear-gradient(135deg,#6d28d9 0%,#d946ef 100%)!important;


    box-shadow:0 22px 44px rgba(147,51,234,.36)!important;


  }





  /* Tarjeta de ventajas a la derecha, alineada y sin solapar */


  #clientBookingView .premium-trust-strip{


    width:560px!important;


    max-width:calc(100vw - 720px)!important;


    min-width:500px!important;


    margin:-180px clamp(2.6rem,6vw,5.6rem) 2rem auto!important;


    padding:1rem .95rem!important;


    display:grid!important;


    grid-template-columns:repeat(4,minmax(0,1fr))!important;


    gap:0!important;


    background:rgba(7,12,30,.60)!important;


    border:1px solid rgba(255,255,255,.20)!important;


    border-radius:22px!important;


    box-shadow:0 26px 64px rgba(2,6,23,.40)!important;


    backdrop-filter:blur(16px)!important;


    position:relative!important;


    z-index:7!important;


  }


  #clientBookingView .premium-trust-strip>div{


    min-height:108px!important;


    padding:.4rem .7rem!important;


    display:flex!important;


    flex-direction:column!important;


    align-items:center!important;


    justify-content:center!important;


    text-align:center!important;


    border-right:1px solid rgba(255,255,255,.18)!important;


    background:transparent!important;


    box-shadow:none!important;


  }


  #clientBookingView .premium-trust-strip>div:last-child{


    border-right:0!important;


  }


  #clientBookingView .premium-trust-strip i{


    width:44px!important;


    height:44px!important;


    margin:0 0 .55rem!important;


    color:#c084fc!important;


    background:rgba(124,58,237,.18)!important;


    border:1px solid rgba(196,181,253,.42)!important;


    box-shadow:0 0 0 7px rgba(124,58,237,.08)!important;


  }


  #clientBookingView .premium-trust-strip strong{


    color:#fff!important;


    font-size:.80rem!important;


    line-height:1.18!important;


    font-weight:950!important;


  }


  #clientBookingView .premium-trust-strip span{


    display:none!important;


  }





  #clientBookingView .premium-booking-grid{


    margin-top:2.25rem!important;


  }


}





/* Portátiles y tablets: sin solapes, mismas proporciones */


@media (min-width: 761px) and (max-width: 1150px){


  #clientBookingView .premium-event-hero{min-height:auto!important;}


  #clientBookingView .premium-event-content{


    min-height:620px!important;


    padding:4.2rem 1.7rem 3rem!important;


  }


  #clientBookingView .premium-event-meta{


    grid-template-columns:150px 165px minmax(220px,1fr)!important;


    max-width:100%!important;


  }


  #clientBookingView .premium-hero-cta-row{


    grid-template-columns:minmax(260px,360px) minmax(230px,280px)!important;


    max-width:650px!important;


  }


  #clientBookingView .premium-trust-strip{


    width:auto!important;


    min-width:0!important;


    max-width:none!important;


    margin:1.1rem 1.5rem 1.5rem!important;


  }


}





/* Móvil: premium, ordenado y legible */


@media (max-width: 760px){


  #clientBookingView .premium-event-hero{


    min-height:auto!important;


    border-radius:0 0 24px 24px!important;


  }


  #clientBookingView .premium-event-content{


    min-height:auto!important;


    padding:4.2rem 1rem 1.35rem!important;


    justify-content:flex-end!important;


  }


  #clientBookingView .premium-event-content h2{


    font-size:clamp(3rem,15vw,4.3rem)!important;


    line-height:.92!important;


  }


  #clientBookingView .premium-event-meta{


    display:grid!important;


    grid-template-columns:1fr!important;


    gap:.7rem!important;


    max-width:100%!important;


  }


  #clientBookingView .premium-event-meta .premium-meta-capacity{


    display:none!important;


  }


  #clientBookingView .premium-event-meta span{


    display:grid!important;


    grid-template-columns:42px 1fr!important;


    padding:.85rem!important;


    border:1px solid rgba(255,255,255,.16)!important;


    border-radius:16px!important;


    background:rgba(2,6,23,.42)!important;


  }


  #clientBookingView .premium-hero-cta-row{


    display:grid!important;


    grid-template-columns:1fr!important;


    grid-template-rows:auto!important;


    gap:.85rem!important;


    max-width:100%!important;


  }


  #clientBookingView .premium-price-card,


  #clientBookingView .premium-limited-box,


  #clientBookingView .premium-buy-btn{


    grid-column:auto!important;


    grid-row:auto!important;


    width:100%!important;


    min-height:64px!important;


  }


  #clientBookingView .premium-trust-strip{


    margin:0!important;


    width:100%!important;


    min-width:0!important;


    max-width:100%!important;


    grid-template-columns:repeat(2,minmax(0,1fr))!important;


    gap:.75rem!important;


    padding:1rem!important;


    background:#f3f7fd!important;


    border:0!important;


    border-radius:0!important;


    box-shadow:none!important;


    backdrop-filter:none!important;


  }


}





/* === FIX DEFINITIVO HERO MÓVIL PREMIUM === */


@media (max-width: 760px){


  #clientBookingView.premium-event-page{


    padding:0!important;


    margin:0!important;


    background:#eef3f8!important;


  }


  #clientBookingView .premium-back-btn{


    position:absolute!important;


    z-index:20!important;


    top:.75rem!important;


    left:1rem!important;


    color:rgba(255,255,255,.92)!important;


    text-shadow:0 2px 10px rgba(0,0,0,.45)!important;


  }


  #clientBookingView .premium-event-hero{


    margin:0!important;


    width:100%!important;


    min-height:auto!important;


    border-radius:0 0 22px 22px!important;


    overflow:hidden!important;


  }


  #clientBookingView .premium-event-hero-bg{


    opacity:1!important;


    filter:saturate(1.15) contrast(1.04)!important;


    background-position:center top!important;


  }


  #clientBookingView .premium-event-hero:before,


  #clientBookingView .premium-event-overlay{


    background:linear-gradient(180deg,rgba(2,6,23,.42) 0%,rgba(2,6,23,.54) 42%,rgba(2,6,23,.90) 100%)!important;


  }


  #clientBookingView .premium-event-content{


    width:100%!important;


    min-height:100svh!important;


    padding:4.6rem 1rem 1rem!important;


    display:flex!important;


    flex-direction:column!important;


    justify-content:flex-end!important;


    align-items:stretch!important;


    gap:0!important;


  }


  #clientBookingView .premium-event-badge{


    align-self:flex-start!important;


    margin-bottom:.85rem!important;


    padding:.46rem .82rem!important;


    border-radius:10px!important;


    font-size:.72rem!important;


    letter-spacing:.02em!important;


  }


  #clientBookingView .premium-event-content h2{


    font-size:clamp(3.25rem,16vw,4.65rem)!important;


    line-height:.88!important;


    letter-spacing:-.075em!important;


    margin:0 0 .45rem!important;


    max-width:100%!important;


    overflow-wrap:normal!important;


    word-break:normal!important;


  }


  #clientBookingView .premium-event-content>p{


    margin:0 0 1.15rem!important;


    max-width:100%!important;


    font-size:.98rem!important;


    line-height:1.42!important;


    color:rgba(255,255,255,.94)!important;


  }





  #clientBookingView .premium-event-meta{


    display:grid!important;


    grid-template-columns:1fr!important;


    gap:.72rem!important;


    width:100%!important;


    max-width:100%!important;


    margin:0 0 1.05rem!important;


  }


  #clientBookingView .premium-event-meta .premium-meta-capacity,


  #clientBookingView #bookingShowCapacity{


    display:none!important;


  }


  #clientBookingView .premium-event-meta>span{


    width:100%!important;


    max-width:100%!important;


    min-width:0!important;


    min-height:74px!important;


    display:flex!important;


    align-items:center!important;


    gap:.95rem!important;


    padding:.95rem 1rem!important;


    border:1px solid rgba(255,255,255,.16)!important;


    border-radius:17px!important;


    background:rgba(4,9,25,.64)!important;


    box-shadow:0 14px 30px rgba(0,0,0,.22)!important;


    backdrop-filter:blur(12px)!important;


    color:#fff!important;


    white-space:normal!important;


    overflow:visible!important;


  }


  #clientBookingView .premium-event-meta>span:first-child,


  #clientBookingView .premium-event-meta>span:nth-child(3){


    padding:.95rem 1rem!important;


    border-right:1px solid rgba(255,255,255,.16)!important;


  }


  #clientBookingView .premium-event-meta>span>i,


  #clientBookingView .premium-mobile-meta-icon{


    width:42px!important;


    height:42px!important;


    min-width:42px!important;


    flex:0 0 42px!important;


    display:inline-flex!important;


    align-items:center!important;


    justify-content:center!important;


    border-radius:999px!important;


    color:#d8b4fe!important;


    background:rgba(126,34,206,.24)!important;


    border:1px solid rgba(216,180,254,.44)!important;


    font-size:1.35rem!important;


  }


  #clientBookingView .premium-mobile-meta-text,


  #clientBookingView .premium-meta-text{


    min-width:0!important;


    max-width:none!important;


    width:100%!important;


    display:flex!important;


    flex-direction:column!important;


    gap:.12rem!important;


    color:#fff!important;


    overflow:visible!important;


  }


  #clientBookingView .premium-mobile-meta-main,


  #clientBookingView .premium-meta-text strong,


  #clientBookingView #bookingShowAddressText{


    display:block!important;


    width:100%!important;


    max-width:none!important;


    color:#fff!important;


    font-size:1rem!important;


    line-height:1.22!important;


    font-weight:950!important;


    letter-spacing:-.015em!important;


    word-break:normal!important;


    overflow-wrap:break-word!important;


    white-space:normal!important;


  }


  #clientBookingView .premium-mobile-meta-sub,


  #clientBookingView .premium-meta-text small{


    display:block!important;


    color:rgba(255,255,255,.78)!important;


    font-size:.78rem!important;


    line-height:1.18!important;


    font-weight:700!important;


    white-space:normal!important;


  }


  #clientBookingView #bookingShowDateBadge .premium-mobile-meta-main,


  #clientBookingView #bookingShowDateBadge .premium-meta-text strong{


    white-space:nowrap!important;


  }


  #clientBookingView #bookingShowAddress{


    align-items:flex-start!important;


  }


  #clientBookingView #bookingShowAddressText{


    margin:0!important;


  }


  #clientBookingView .premium-map-link{


    display:inline-flex!important;


    width:max-content!important;


    max-width:100%!important;


    margin:.35rem 0 0!important;


    color:#fff!important;


    font-size:.82rem!important;


    line-height:1.15!important;


    font-weight:900!important;


    text-decoration:none!important;


    border-bottom:1px solid rgba(255,255,255,.45)!important;


    white-space:normal!important;


  }





  #clientBookingView .premium-hero-cta-row{


    display:grid!important;


    grid-template-columns:1fr!important;


    grid-template-rows:auto!important;


    gap:.8rem!important;


    width:100%!important;


    max-width:100%!important;


    margin:0!important;


  }


  #clientBookingView .premium-price-card{


    width:100%!important;


    min-height:auto!important;


    display:flex!important;


    align-items:baseline!important;


    gap:.25rem!important;


    padding:0!important;


    background:transparent!important;


    border:0!important;


    box-shadow:none!important;


    color:#fff!important;


  }


  #clientBookingView .premium-price-card span{


    font-size:.96rem!important;


    color:#fff!important;


    font-weight:800!important;


  }


  #clientBookingView .premium-price-card strong{


    font-size:1.05rem!important;


    line-height:1!important;


    color:#fff!important;


    letter-spacing:0!important;


  }


  #clientBookingView .premium-limited-box{


    width:100%!important;


    min-height:auto!important;


    padding:1rem 1.05rem!important;


    border-radius:17px!important;


    border:1px solid rgba(217,70,239,.62)!important;


    background:rgba(4,9,25,.58)!important;


    box-shadow:0 14px 28px rgba(0,0,0,.22)!important;


  }


  #clientBookingView .premium-limited-box strong,


  #clientBookingView .premium-limited-box span{


    white-space:normal!important;


    word-break:normal!important;


  }


  #clientBookingView .premium-buy-btn{


    width:100%!important;


    min-height:62px!important;


    border-radius:12px!important;


    font-size:1.08rem!important;


    margin:0!important;


    box-shadow:0 18px 36px rgba(147,51,234,.32)!important;


  }





  #clientBookingView .premium-trust-strip{


    width:100%!important;


    min-width:0!important;


    max-width:100%!important;


    margin:0!important;


    padding:.95rem 1rem 1.05rem!important;


    display:grid!important;


    grid-template-columns:repeat(2,minmax(0,1fr))!important;


    gap:.72rem!important;


    border-radius:0!important;


    border:0!important;


    background:#eef3f8!important;


    box-shadow:none!important;


    backdrop-filter:none!important;


  }


  #clientBookingView .premium-trust-strip>div{


    min-height:102px!important;


    border:1px solid rgba(148,163,184,.24)!important;


    border-radius:18px!important;


    background:rgba(255,255,255,.88)!important;


    box-shadow:0 12px 30px rgba(15,23,42,.08)!important;


    color:#101828!important;


    padding:.8rem .65rem!important;


  }


  #clientBookingView .premium-trust-strip strong{


    color:#111827!important;


    font-size:.79rem!important;


    line-height:1.15!important;


  }


  #clientBookingView .premium-trust-strip i{


    margin-bottom:.5rem!important;


  }


  #clientBookingView .premium-booking-grid{


    margin-top:.6rem!important;


    padding:0 1rem 1.25rem!important;


  }


}



#btnToggleFilters:hover{border-color:var(--primary)!important;color:var(--primary)!important}
.btn-quick-price{transition:all var(--transition-fast) ease!important}
.btn-quick-price:hover:not(.active){border-color:var(--primary)!important;color:var(--primary)!important;background:rgba(37,99,235,0.03)!important}
.btn-quick-price.active{background:var(--primary)!important;border-color:var(--primary)!important;color:#ffffff!important}
