.live-panel{margin:0 0 14px;padding:14px;border-radius:20px;background:linear-gradient(135deg,rgba(18,34,56,.98),rgba(14,42,47,.96));border:1px solid rgba(54,224,208,.23);box-shadow:0 14px 35px rgba(0,0,0,.2)}
.live-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.live-panel-title{font-weight:950;font-size:16px}.live-dot{width:9px;height:9px;border-radius:50%;background:#ff416c;display:inline-block;margin-inline-end:7px;box-shadow:0 0 0 6px rgba(255,65,108,.12)}
.live-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.live-item{background:rgba(5,15,27,.55);border:1px solid rgba(255,255,255,.08);border-radius:15px;padding:11px;min-width:0}
.live-label{font-size:11px;font-weight:900;color:#8debdc;margin-bottom:5px}.live-name{font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-meta{font-size:12px;color:#b7c8dc;margin-top:4px}
.festival-tabs{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0}.festival-tab{padding:12px;border-radius:14px;background:#14243a;color:#d5e2f1;border:1px solid var(--line);font-weight:900}.festival-tab.active{background:linear-gradient(90deg,#36e0d0,#7cf3be);color:#041816}.saved-count{font-size:11px;opacity:.8;margin-inline-start:5px}
.quick-switch{margin:4px 0 14px;padding:11px;border-radius:16px;background:rgba(13,25,41,.75);border:1px solid var(--line)}.quick-title{font-size:12px;color:#91a6bd;font-weight:900;margin-bottom:8px}.quick-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.quick-buttons button{padding:10px 7px;border-radius:12px;background:#172a43;color:#d9e6f5;border:1px solid rgba(255,255,255,.08);font-weight:850}.quick-buttons button.active{border-color:#36e0d0;color:#6df1df;background:#102d34}
.directions-link{display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:#dcecff;margin:12px 0 0;padding:12px;border-radius:14px;background:#122238;border:1px solid rgba(255,255,255,.1);font-weight:900}
.now-badge{display:inline-flex;align-items:center;gap:5px;margin-inline-start:7px;padding:4px 7px;border-radius:99px;background:#ff315f;color:#fff;font-size:10px;font-weight:950;vertical-align:middle}.next-badge{display:inline-flex;margin-inline-start:7px;padding:4px 7px;border-radius:99px;background:#176b70;color:#cffff9;font-size:10px;font-weight:950;vertical-align:middle}
@media(max-width:520px){.live-grid{grid-template-columns:1fr}}


/* Version 2.1: live stage dashboard and performance countdowns */
.toolbar,.festival-tabs{display:none!important}
.event-card{width:100%;text-align:inherit;color:inherit}
.event-info{min-width:0}
.stage-live-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.live-stage-card{background:#091522;border:1px solid rgba(255,255,255,.12);border-radius:20px;min-width:0;overflow:hidden;position:relative;box-shadow:0 16px 34px rgba(0,0,0,.22)}
.live-stage-card:before,.live-stage-card:after{content:"";position:absolute;inset:0 0 auto;height:150px;background-position:center;background-size:cover;opacity:1;animation:stageCrossfade 14s ease-in-out infinite}
.live-stage-card:after{opacity:0;animation-delay:7s}
.visual-stage-main:before{background-image:linear-gradient(180deg,rgba(3,10,19,.05),#091522),url('https://images.unsplash.com/photo-1521337581100-8ca9a73a5f79?auto=format&fit=crop&w=1000&q=80')}
.visual-stage-main:after{background-image:linear-gradient(180deg,rgba(3,10,19,.05),#091522),url('https://images.unsplash.com/photo-1501386761578-eac5c94b800a?auto=format&fit=crop&w=1000&q=80')}
.visual-stage-fusion:before{background-image:linear-gradient(180deg,rgba(3,10,19,.05),#091522),url('https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=1000&q=80')}
.visual-stage-fusion:after{background-image:linear-gradient(180deg,rgba(3,10,19,.05),#091522),url('https://images.unsplash.com/photo-1506157786151-b8491531f063?auto=format&fit=crop&w=1000&q=80')}
@keyframes stageCrossfade{0%,42%{opacity:1;transform:scale(1)}50%,92%{opacity:0;transform:scale(1.05)}100%{opacity:1;transform:scale(1)}}
.stage-visual-heading{position:relative;z-index:2;width:100%;height:124px;padding:18px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;text-align:inherit;color:#fff;background:linear-gradient(180deg,transparent,rgba(6,17,30,.7));border:0}
.stage-visual-heading strong{font-size:24px;text-shadow:0 3px 14px rgba(0,0,0,.85)}
.stage-visual-heading span{margin-top:5px;color:#e4eef8;font-size:12px;text-shadow:0 2px 8px rgba(0,0,0,.9)}
.stage-visual-heading:hover,.stage-visual-heading:focus-visible{outline:none;background:linear-gradient(180deg,rgba(54,224,208,.04),rgba(6,17,30,.76))}
.stage-live-content{position:relative;z-index:2;padding:0 14px 14px}
.stage-live-show,.stage-next-show{width:100%;display:grid;gap:5px;text-align:inherit;padding:12px;border-radius:14px;color:#fff;background:rgba(16,31,50,.92);border:1px solid rgba(255,255,255,.08)}
.stage-live-show{border-color:rgba(63,232,146,.45);background:linear-gradient(145deg,rgba(14,71,54,.9),rgba(10,35,37,.94))}
.stage-next-show{background:rgba(18,36,58,.88)}
.stage-live-show strong,.stage-next-show strong{font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.stage-live-show>span:last-child,.stage-next-show>span:last-child{font-size:12px;color:#c5d5e7}
.next-schedule{display:inline-flex;align-items:center;gap:5px}.next-time{direction:ltr;unicode-bidi:isolate}
.stage-status{font-size:10px;font-weight:950;letter-spacing:.06em}
.stage-status.live{color:#7dffc0}.stage-status.next{color:#80eee0}
.stage-divider{height:1px;background:rgba(255,255,255,.09);margin:10px 0}
.stage-empty{padding:11px;border-radius:13px;background:rgba(9,20,34,.55);color:#91a4ba;font-size:13px}
.live-clock{margin-top:5px;color:#9fb4cb;font-size:13px;text-transform:capitalize}
.progress-track,.event-progress{height:6px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden}
.progress-fill,.event-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#36e0d0,#7cf3be)}
.performance-status{display:inline-flex;margin-top:9px;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:950}
.performance-status.live{background:#176b47;color:#a8ffd0}
.performance-status.soon{background:#8b3f14;color:#fff0d0}
.performance-status.countdown{background:#6f5a12;color:#fff0a8}
.performance-status.finished{background:#273242;color:#95a4b7}
.event-progress{margin-top:9px}
.performance-live .event-card{border-color:rgba(63,232,146,.55);box-shadow:0 0 0 1px rgba(63,232,146,.12),0 16px 38px rgba(0,0,0,.25)}
.performance-live .time{color:#7dffc0}
.performance-soon .event-card{border-color:rgba(255,150,67,.55)}
.performance-soon .time{color:#ffad6c}
.performance-countdown .event-card{border-color:rgba(255,209,102,.42)}
.performance-finished{opacity:.58}
.performance-finished .event-card{filter:saturate(.45)}
@media(max-width:650px){
  .stage-live-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.live-stage-card:before,.live-stage-card:after{animation:none}.live-stage-card:after{display:none}}
