/* Admin Venue Map v1 · isolated read-only module. */
#tab-venue-map{min-width:0}
.venue-map-section-head{align-items:center}
.venue-map-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.venue-map-summary>span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid #dde5ef;border-radius:999px;background:#fff;color:#617087;font-size:11px;font-weight:800}
.venue-map-summary-live i,.venue-map-live-badge i{width:7px;height:7px;border-radius:50%;background:#e32636;box-shadow:0 0 0 4px rgba(227,38,54,.11)}
.venue-map-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:14px;align-items:start}
.venue-map-main,.venue-map-zones,.venue-map-detail{border:1px solid #e0e6ef;border-radius:18px;background:#fff;box-shadow:0 7px 24px rgba(25,39,68,.045)}
.venue-map-main{min-width:0;overflow:hidden}
.venue-map-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid #edf1f6;background:#fbfcfe}
.venue-map-legend{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:10px;color:#68778c;font-weight:800}
.venue-map-legend span{display:inline-flex;align-items:center;gap:5px}
.venue-map-legend i,.venue-map-zone-dot{width:8px;height:8px;border-radius:50%;background:#a5afbd}
.venue-map-legend i.live,.venue-map-zone-item.live .venue-map-zone-dot{background:#e32636}.venue-map-legend i.ready,.venue-map-zone-item.ready .venue-map-zone-dot{background:#2f9e64}.venue-map-legend i.idle,.venue-map-zone-item.idle .venue-map-zone-dot{background:#a5afbd}.venue-map-zone-item.disabled .venue-map-zone-dot{background:#d3d9e2}
.venue-map-zoom{display:flex;align-items:center;gap:5px;white-space:nowrap}.venue-map-zoom b{min-width:40px;text-align:center;font-size:10px;color:#4d5d72;font-variant-numeric:tabular-nums}.venue-map-zoom button{min-width:30px}
.venue-map-scroll{overflow:auto;overscroll-behavior:contain;background:#0a0b0d;scrollbar-width:thin}
.venue-map-canvas{position:relative;width:calc(100% * var(--venue-map-zoom,1));min-width:720px;line-height:0;transition:width .16s ease;transform-origin:top left;margin:0 auto}
.venue-map-canvas img{display:block;width:100%;height:auto;user-select:none;-webkit-user-drag:none}
.venue-map-hotspot{--hotspot:#6c7889;position:absolute;left:var(--x);top:var(--y);width:clamp(38px,4.6vw,62px);aspect-ratio:1;transform:translate(-50%,-50%);display:grid;place-items:center;padding:0;border:0;background:transparent;cursor:pointer;z-index:3;line-height:1;touch-action:manipulation}
.venue-map-hotspot.live{--hotspot:#e32636}.venue-map-hotspot.ready{--hotspot:#238a58}.venue-map-hotspot.disabled{--hotspot:#9aa4b2;opacity:.7}
.venue-map-hotspot-ring{position:absolute;inset:0;border-radius:50%;border:2px solid rgba(255,255,255,.92);background:color-mix(in srgb,var(--hotspot) 17%,transparent);box-shadow:0 0 0 2px color-mix(in srgb,var(--hotspot) 75%,transparent),0 7px 18px rgba(13,23,39,.18);transition:transform .16s ease,background .16s ease,box-shadow .16s ease}
.venue-map-hotspot-core{position:relative;display:grid;place-items:center;width:54%;height:54%;border-radius:50%;background:#fff;color:var(--hotspot);box-shadow:0 2px 8px rgba(13,23,39,.16)}
.venue-map-hotspot-core svg,.venue-map-zone-icon svg{width:66%;height:66%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.venue-map-hotspot-tip{position:absolute;left:50%;top:calc(100% + 5px);transform:translateX(-50%) translateY(-2px);min-width:max-content;padding:4px 7px;border-radius:7px;background:rgba(20,27,39,.92);color:#fff;font-size:9px;font-weight:900;letter-spacing:.01em;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;box-shadow:0 4px 12px rgba(0,0,0,.18)}
.venue-map-hotspot:hover .venue-map-hotspot-ring,.venue-map-hotspot:focus-visible .venue-map-hotspot-ring,.venue-map-hotspot.active .venue-map-hotspot-ring{transform:scale(1.12);background:color-mix(in srgb,var(--hotspot) 27%,transparent);box-shadow:0 0 0 4px color-mix(in srgb,var(--hotspot) 17%,transparent),0 8px 22px rgba(13,23,39,.22)}
.venue-map-hotspot:hover .venue-map-hotspot-tip,.venue-map-hotspot:focus-visible .venue-map-hotspot-tip,.venue-map-hotspot.active .venue-map-hotspot-tip{opacity:1;transform:translateX(-50%) translateY(0)}
.venue-map-hotspot.live .venue-map-hotspot-ring{animation:venueMapLivePulse 1.6s ease-out infinite}
@keyframes venueMapLivePulse{0%,100%{box-shadow:0 0 0 2px rgba(227,38,54,.78),0 7px 18px rgba(13,23,39,.18)}50%{box-shadow:0 0 0 8px rgba(227,38,54,.08),0 7px 18px rgba(13,23,39,.18)}}
.venue-map-mobile-note{display:none;padding:8px 12px;border-top:1px solid #edf1f6;color:#8190a4;font-size:9px;background:#fbfcfe}
.venue-map-side{display:grid;gap:12px;min-width:0}
.venue-map-zones,.venue-map-detail{overflow:hidden}
.venue-map-side-title{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;padding:13px 14px 10px;border-bottom:1px solid #edf1f6}.venue-map-side-title h3{margin:0;font-size:14px}.venue-map-side-title span{font-size:9px;color:#8794a6;font-weight:700}
.venue-map-zone-list{display:grid;padding:7px}
.venue-map-zone-item{display:grid;grid-template-columns:34px minmax(0,1fr) 8px;align-items:center;gap:9px;width:100%;padding:9px;border:0;border-radius:11px;background:transparent;text-align:left;color:#243247;cursor:pointer;transition:background .14s ease,box-shadow .14s ease}
.venue-map-zone-item:hover{background:#f7f9fc}.venue-map-zone-item.active{background:#f3f7fd;box-shadow:inset 0 0 0 1px #d7e4f5}.venue-map-zone-item.disabled{opacity:.6}
.venue-map-zone-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#f4f6f9;color:#596a81}.venue-map-zone-item.live .venue-map-zone-icon{background:#fff0f2;color:#d82031}.venue-map-zone-item.ready .venue-map-zone-icon{background:#edf9f2;color:#248455}
.venue-map-zone-copy{min-width:0;display:grid;gap:2px}.venue-map-zone-copy strong{font-size:10.5px;line-height:1.2;white-space:normal}.venue-map-zone-copy small{font-size:8px;color:#8290a2;font-weight:800}.venue-map-zone-item.live .venue-map-zone-copy small{color:#d82031}.venue-map-zone-item.ready .venue-map-zone-copy small{color:#268257}
.venue-map-detail{padding:14px}.venue-map-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid #edf1f6}.venue-map-detail-title{display:flex;align-items:center;gap:10px;min-width:0}.venue-map-detail-title .venue-map-zone-icon{flex:0 0 38px;width:38px;height:38px}.venue-map-detail-title>div{min-width:0}.venue-map-detail-title span{display:block;color:#8290a3;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.venue-map-detail-title h3{margin:2px 0 0;font-size:17px;line-height:1.1}.venue-map-detail-state{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#eef1f5;color:#687588;font-size:8px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.venue-map-detail-state.live{background:#fff0f2;color:#d82031}.venue-map-detail-state.ready{background:#edf9f2;color:#248455}
.venue-map-detail-block{padding-top:12px}.venue-map-detail-block h4{margin:0 0 7px;font-size:9px;color:#7e8b9d;text-transform:uppercase;letter-spacing:.05em}
.venue-map-live-card{display:grid;gap:8px;padding:10px;border:1px solid #e3e8ef;border-radius:12px;background:#fbfcfe}.venue-map-live-top{display:flex;justify-content:space-between;gap:8px;align-items:center;font-size:8px;color:#7d899a;font-weight:800}.venue-map-live-badge{display:inline-flex;align-items:center;gap:5px;color:#d82031;font-weight:950;letter-spacing:.05em}.venue-map-live-badge i{width:6px;height:6px}.venue-map-scoreline{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:7px}.venue-map-scoreline strong{font-size:10px;line-height:1.15;overflow-wrap:anywhere}.venue-map-scoreline strong:last-child{text-align:right}.venue-map-scoreline b{font-size:17px;line-height:1;color:#182437;font-variant-numeric:tabular-nums}.venue-map-live-meta{font-size:8.5px;color:#68778b;font-weight:800;text-align:center}.venue-map-cf-live{display:grid;gap:3px}.venue-map-cf-live strong{font-size:12px}.venue-map-cf-live b{font-size:9px;color:#66758a}
.venue-map-empty,.venue-map-next-empty,.venue-map-disabled-note{display:grid;gap:3px;padding:10px;border:1px dashed #dbe2eb;border-radius:11px;background:#fafbfd}.venue-map-empty strong{font-size:10px}.venue-map-empty span,.venue-map-next-empty,.venue-map-disabled-note{font-size:8.5px;line-height:1.4;color:#7e8b9c}
.venue-map-next-row{display:grid;grid-template-columns:48px minmax(0,1fr);gap:9px;align-items:start;padding:9px 10px;border:1px solid #e4e9f0;border-radius:11px;background:#fff}.venue-map-next-row time{font-size:12px;font-weight:950;font-variant-numeric:tabular-nums;color:#30435f}.venue-map-next-row>div{display:grid;gap:2px;min-width:0}.venue-map-next-row strong{font-size:9.5px;line-height:1.25;overflow-wrap:anywhere}.venue-map-next-row span{font-size:8px;color:#8390a1}
.venue-map-detail-actions{display:flex;gap:7px;flex-wrap:wrap;padding-top:12px}.venue-map-detail-actions button{flex:1 1 120px}

@media (max-width:1100px){.venue-map-layout{grid-template-columns:1fr}.venue-map-side{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.venue-map-canvas{min-width:680px}}
@media (max-width:760px){.venue-map-section-head{align-items:flex-start}.venue-map-summary{width:100%}.venue-map-layout{gap:10px}.venue-map-side{grid-template-columns:1fr}.venue-map-toolbar{align-items:flex-start;flex-direction:column}.venue-map-legend{gap:8px}.venue-map-zoom{width:100%;justify-content:flex-end}.venue-map-canvas{min-width:760px}.venue-map-mobile-note{display:block}.venue-map-hotspot{width:48px}.venue-map-hotspot-tip{font-size:8px}.venue-map-side-title{padding:11px 12px 9px}.venue-map-detail{padding:12px}.venue-map-scoreline b{font-size:15px}}
@media (prefers-reduced-motion:reduce){.venue-map-hotspot.live .venue-map-hotspot-ring{animation:none}.venue-map-hotspot-ring,.venue-map-hotspot-tip,.venue-map-canvas{transition:none}}
