/* bizeview V1.0.5 exhibition traffic analytics */
.traffic-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:16px 0}.traffic-summary-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:4px 10px;padding:15px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,#fff,#f5fafb)}.traffic-summary-card>.ui-icon{grid-row:1/3;width:28px;height:28px;color:var(--blue)}.traffic-summary-card span{font-size:12px;color:var(--muted)}.traffic-summary-card b{font-size:24px;color:var(--ink)}
.traffic-map-card,.face-id-section{margin-top:18px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.traffic-map-card h3,.face-id-section h3{margin:0 0 5px}.traffic-plan-field{min-width:220px}.traffic-map-stage{position:relative;width:min(100%,1080px);min-height:360px;margin:14px auto 0;overflow:hidden;border:1px solid #b9c9ce;border-radius:14px;background-color:#edf3f4;background-position:center;background-repeat:no-repeat;background-size:100% 100%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8)}.traffic-map-stage>.loading,.traffic-map-stage>.muted{position:absolute;inset:0;display:grid;place-items:center;margin:0}.traffic-map-footer{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-top:10px;color:var(--muted);font-size:12px}.traffic-legend{display:flex;align-items:center;gap:7px;white-space:nowrap}.traffic-legend i{width:18px;height:18px;border-radius:50%;background:radial-gradient(circle,#ffce3d 0,#ff9f2f 45%,rgba(255,159,47,0) 74%)}.traffic-legend i:nth-of-type(2){width:29px;height:29px;background:radial-gradient(circle,#d10b2f 0,#ff632f 42%,rgba(255,99,47,0) 75%)}
.traffic-heat-point{position:absolute;left:var(--x);top:var(--y);z-index:2;width:var(--heat-size);height:var(--heat-size);transform:translate(-50%,-50%);display:grid;place-items:center;border:0;border-radius:50%;padding:0;background:radial-gradient(circle,rgba(209,11,47,calc(.78 * var(--heat-strength))) 0 16%,rgba(255,83,45,calc(.64 * var(--heat-strength))) 17% 36%,rgba(255,179,45,calc(.42 * var(--heat-strength))) 37% 56%,rgba(255,221,93,0) 73%);cursor:help;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.45)}.traffic-heat-point.detections{background:radial-gradient(circle,rgba(240,129,21,calc(.8 * var(--heat-strength))) 0 18%,rgba(255,188,47,calc(.55 * var(--heat-strength))) 19% 48%,rgba(255,225,99,0) 73%)}.traffic-heat-point>b{position:relative;z-index:1;min-width:25px;padding:4px 6px;border-radius:20px;background:rgba(25,31,45,.76);font-size:12px}.traffic-heat-point>span{display:none;position:absolute;left:50%;bottom:calc(50% + 18px);z-index:8;width:max-content;max-width:230px;transform:translateX(-50%);padding:8px 10px;border-radius:9px;background:#11182d;color:#fff;text-align:left;font-size:12px;line-height:1.35;box-shadow:0 7px 22px rgba(0,0,0,.28);text-shadow:none}.traffic-heat-point>span small{display:block;margin-top:3px;color:#dce8ee}.traffic-heat-point:hover,.traffic-heat-point:focus-visible{z-index:7;outline:3px solid rgba(14,110,184,.38)}.traffic-heat-point:hover>span,.traffic-heat-point:focus-visible>span{display:block}
.traffic-route-line{position:absolute;inset:0;z-index:4;width:100%;height:100%;pointer-events:none;overflow:visible}.traffic-route-line polyline{fill:none;stroke:#0e6eb8;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2 1;vector-effect:non-scaling-stroke;filter:drop-shadow(0 1px 2px #fff)}.traffic-route-marker{position:absolute;left:var(--x);top:var(--y);z-index:5;width:24px;height:24px;transform:translate(-50%,-50%);display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:#0e6eb8;color:#fff;font-size:12px;font-weight:900;box-shadow:0 2px 8px rgba(0,0,0,.28)}.traffic-route-summary{display:flex;gap:12px;align-items:center;margin-top:11px;padding:10px 12px;border-radius:10px;background:#edf6fb;color:#183b5e}.traffic-route-summary span{overflow-wrap:anywhere}
.traffic-filter-bar{display:grid;grid-template-columns:minmax(260px,1fr) 220px auto;gap:12px;align-items:end;margin:14px 0}.face-id-table{width:100%;min-width:1120px;border-collapse:collapse}.face-id-table th,.face-id-table td{padding:11px;border-bottom:1px solid var(--line);vertical-align:top;text-align:left}.face-id-table th{position:sticky;top:0;z-index:1;background:#f5f8f9;font-size:12px;color:var(--muted)}.face-id-table td>b,.face-id-table td>a{display:block}.face-id-table td small,.face-id-table td a small{display:block;margin-top:4px;color:var(--muted)}.face-id-table tr.selected td{background:#eef7fb}.face-id-table td:nth-child(5){min-width:250px}.traffic-route-text{display:block;line-height:1.55}.traffic-booth-list{display:flex;gap:5px;flex-wrap:wrap;max-width:320px}.traffic-booth-chip{display:inline-block;padding:4px 7px;border-radius:999px;background:#edf3f4;color:#344b54;font-size:12px}.traffic-analysis-panel .admin-pagination{margin-top:12px}
@media(max-width:1100px){.traffic-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.traffic-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.traffic-map-card,.face-id-section{padding:12px}.traffic-map-stage{min-height:280px}.traffic-map-footer{align-items:flex-start;flex-direction:column}.traffic-filter-bar{grid-template-columns:1fr}.traffic-plan-field{min-width:0;width:100%}}

/* Pixel-aligned public floor plans avoid fractional transform blur at fit scale. */
.floor-canvas{image-rendering:auto;background-repeat:no-repeat!important;backface-visibility:hidden}
.booth-page-description{max-width:760px;font-size:clamp(14px,1.7vw,18px);line-height:1.65}
@media(max-width:700px){
  .floor-canvas .map-booth-label{gap:0}
  .floor-canvas .map-booth-code{max-width:calc(100% - 2px);padding:2px 4px;font-size:max(10px,.9em)}
  .floor-canvas.landmark-mode .map-booth.landmark .map-booth-label{max-width:72px}
  .booth-page-description{font-size:14px}
}

/* Mobile Stories action remains a first-class image operation. */
@media(max-width:640px){
  .feed-actions>.feed-action-story,.media-viewer-actions>.media-action-story{display:flex!important;visibility:visible!important;opacity:1!important;align-items:center;justify-content:center}
  .feed-actions>.feed-action-story>.ui-icon,.media-viewer-actions>.media-action-story>.ui-icon{display:inline-grid!important;width:20px!important;height:20px!important}
}

/* Public member profile aligned with the feed page shell and header rhythm. */
.public-profile-shell{--shell:1180px}
.public-profile-card{position:relative;width:min(900px,100%);margin:24px auto 48px;padding:clamp(28px,5vw,56px);overflow:hidden}
.public-profile-card:before{position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--brand-red) 0 58%,var(--brand-blue) 58% 78%,var(--brand-green) 78% 89%,var(--brand-orange) 89%);content:""}
.public-profile-head{align-items:flex-start;gap:clamp(18px,3vw,32px)}
.public-profile-head img,.public-profile-head>span{flex:0 0 auto;width:clamp(96px,12vw,128px);height:clamp(96px,12vw,128px);border:4px solid #fff;box-shadow:0 10px 28px rgba(27,39,66,.14)}
.public-profile-identity{min-width:0;padding-top:4px}
.public-profile-identity .admin-eyebrow{margin:0 0 8px;color:var(--brand-red);letter-spacing:.12em}
.public-profile-identity h1{margin:0;font-size:clamp(30px,4vw,44px);line-height:1.12;overflow-wrap:anywhere}
.public-profile-role{margin:12px 0 0;font-weight:800;color:var(--ink)}
.public-profile-organization{margin:5px 0 0;color:var(--muted)}
.public-profile-bio{margin:28px 0 0;padding-top:24px;border-top:1px solid var(--line);font-size:1rem}
.public-profile-links{margin-top:24px}
.public-profile-links a{background:#fff;color:var(--brand-blue);font-weight:800;transition:border-color .18s ease,background-color .18s ease,color .18s ease}
.public-profile-links a:hover{border-color:var(--brand-blue);background:#eef6ff;color:#064f93}
@media(max-width:600px){.public-profile-card{margin:12px auto 34px;padding:26px 20px}.public-profile-head{align-items:center;flex-direction:column;text-align:center}.public-profile-identity .admin-eyebrow{margin-bottom:5px}.public-profile-role{margin-top:9px}.public-profile-links{justify-content:center}.public-profile-bio{text-align:left}}

/* Mobile floor-plan exploration: focused canvas, progressive labels and unobstructed overlays. */
.mobile-map-toolbar-toggle,.mobile-map-overlay-actions,.mobile-map-legend-sheet,.mobile-map-detail-close,.mobile-booth-code-status{display:none}
#map .map-workspace:fullscreen,.booth-exhibition-context:fullscreen{display:flex;width:100vw!important;height:100dvh!important;max-width:none!important;flex-direction:column;overflow:hidden;background:#eef3f6}
#map .map-workspace:fullscreen>.map-viewport,.booth-exhibition-context:fullscreen>.booth-map-viewport{flex:1 1 auto!important;height:auto!important;min-height:0!important;max-height:none!important}
.booth-exhibition-context:fullscreen>.booth-exhibition-heading,.booth-exhibition-context:fullscreen>.booth-map-toolbar{display:none}

@media(max-width:700px){
  body:not(.embed-body) .public-map-toolbar{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;padding:8px;overflow:hidden!important;background:#fff}
  body:not(.embed-body) .public-map-toolbar>:not([data-zoom="in"]):not([data-zoom="out"]):not([data-zoom="fit"]):not([data-map-fullscreen]):not(.mobile-map-toolbar-toggle):not(.mobile-booth-code-status){display:none!important}
  body:not(.embed-body) .public-map-toolbar>:is([data-zoom="in"],[data-zoom="out"],[data-zoom="fit"],[data-map-fullscreen],.mobile-map-toolbar-toggle){display:inline-grid!important;width:100%!important;min-width:0!important;height:44px!important;padding:0!important;place-items:center!important;border-radius:10px}
  body:not(.embed-body) .public-map-toolbar>[data-zoom="in"]{order:1}
  body:not(.embed-body) .public-map-toolbar>[data-zoom="out"]{order:2}
  body:not(.embed-body) .public-map-toolbar>[data-zoom="fit"]{order:3}
  body:not(.embed-body) .public-map-toolbar>[data-map-fullscreen]{order:4}
  body:not(.embed-body) .public-map-toolbar>[data-mobile-map-search-toggle]{order:5}
  body:not(.embed-body) .public-map-toolbar>[data-mobile-map-more-toggle]{order:6}
  body:not(.embed-body) .public-map-toolbar>.mobile-map-toolbar-toggle{font-size:0!important}
  body:not(.embed-body) .public-map-toolbar>.mobile-booth-code-status{order:7;grid-column:1/-1;display:flex!important;align-items:center;justify-content:center;gap:6px;min-height:28px;padding:4px 9px;border-radius:999px;background:#eef7fd;color:var(--brand-blue,#0e6eb8);font-size:12px;font-weight:850}
  .mobile-booth-code-status .ui-icon{width:16px;height:16px}
  body:not(.embed-body) .public-map-toolbar.mobile-search-open>label:has([data-map-search]){order:8;grid-column:1/-1;display:grid!important;gap:4px;width:100%;margin:0}
  body:not(.embed-body) .public-map-toolbar.mobile-search-open .map-search{width:100%;height:44px;font-size:16px}
  body:not(.embed-body) .public-map-toolbar.mobile-more-open>:is([data-map-pan],[data-font],[data-map-label],[data-language],.map-download-format,[data-map-download],.map-scale){display:inline-grid!important}
  body:not(.embed-body) .public-map-toolbar.mobile-more-open>:is([data-map-pan],[data-font],[data-map-label],[data-language],.map-download-format,[data-map-download],.map-scale){order:9}
  body:not(.embed-body) .public-map-toolbar.mobile-more-open>:is([data-map-pan],[data-font],[data-map-label],[data-map-download]){width:100%!important;min-width:0!important;height:44px!important;place-items:center}
  body:not(.embed-body) .public-map-toolbar.mobile-more-open>:is([data-language],.map-download-format){grid-column:span 2;min-width:0;width:100%;height:44px}
  body:not(.embed-body) .public-map-toolbar.mobile-more-open>.map-download-format>select{width:100%;height:44px}
  body:not(.embed-body) .public-map-toolbar.mobile-more-open>.map-scale{grid-column:1/-1;justify-content:center;padding:4px 0;font-size:12px}
  #map .map-shell{position:relative}
  #map .map-workspace>.map-viewport,.booth-map-viewport{height:var(--floorplan-viewport-height,400px)!important;min-height:0!important;max-height:none!important;touch-action:none}
  .floor-canvas.landmark-mode .map-booth.landmark>.map-booth-label,.booth-floor-canvas.landmark-mode .map-booth.landmark>.map-booth-label{display:grid!important}
  .floor-canvas .map-booth:not(.landmark)>.map-booth-label,.booth-floor-canvas .map-booth:not(.landmark)>.map-booth-label{box-sizing:border-box;max-width:100%;max-height:100%;overflow:hidden!important}
  .floor-canvas .map-booth-code,.booth-floor-canvas .map-booth-code{position:relative;z-index:4;box-sizing:border-box;min-height:0;max-width:calc(100% - 2px)!important;padding:1px 3px!important;overflow:hidden;border:1px solid rgba(255,255,255,.82);border-radius:4px;color:#fff!important;font-size:clamp(7px,.78em,10px)!important;font-weight:900;line-height:1.05!important;text-overflow:ellipsis;text-shadow:0 1px 1px rgba(0,0,0,.24);white-space:nowrap;box-shadow:0 1px 3px rgba(15,23,42,.16)}
  .floor-canvas[data-mobile-zoom="far"] .map-booth-code,.booth-floor-canvas[data-mobile-zoom="far"] .map-booth-code{padding:1px 2px!important;border-radius:3px;font-size:clamp(7px,.7em,8px)!important;letter-spacing:-.02em}
  .floor-canvas[data-mobile-zoom="medium"] .map-booth-code,.booth-floor-canvas[data-mobile-zoom="medium"] .map-booth-code{font-size:clamp(7px,.75em,9px)!important}
  .floor-canvas[data-mobile-zoom="close"] .map-booth-code,.booth-floor-canvas[data-mobile-zoom="close"] .map-booth-code{font-size:clamp(8px,.82em,10px)!important}
  .floor-canvas[data-mobile-zoom="far"] .map-booth.landmark,.booth-floor-canvas[data-mobile-zoom="far"] .map-booth.landmark{--landmark-size:16px!important}
  .floor-canvas[data-mobile-zoom="medium"] .map-booth.landmark,.booth-floor-canvas[data-mobile-zoom="medium"] .map-booth.landmark{--landmark-size:20px!important}
  .floor-canvas[data-mobile-zoom="close"] .map-booth.landmark,.booth-floor-canvas[data-mobile-zoom="close"] .map-booth.landmark{--landmark-size:24px!important}
  .floor-canvas.landmark-mode .map-booth.landmark>.map-booth-label>.map-booth-code,.booth-floor-canvas.landmark-mode .map-booth.landmark>.map-booth-label>.map-booth-code{max-width:54px!important;padding:0 2px!important;border:0;background:rgba(255,255,255,.9)!important;color:var(--booth-color,var(--brand-blue))!important;font-size:clamp(7px,.68em,8px)!important;box-shadow:none}
  .floor-canvas[data-mobile-zoom="far"] :is(.map-booth-name,.map-booth-participants),.booth-floor-canvas[data-mobile-zoom="far"] :is(.map-booth-name,.map-booth-participants){display:none!important}
  .floor-canvas[data-mobile-zoom="medium"] .map-booth-participants,.booth-floor-canvas[data-mobile-zoom="medium"] .map-booth-participants{display:none!important}
  .floor-canvas[data-mobile-zoom="medium"] .map-booth-name,.booth-floor-canvas[data-mobile-zoom="medium"] .map-booth-name{display:-webkit-box!important;-webkit-line-clamp:1}
  .floor-canvas[data-mobile-zoom="close"] .map-booth-name,.booth-floor-canvas[data-mobile-zoom="close"] .map-booth-name{display:-webkit-box!important;-webkit-line-clamp:2;line-height:1.15}
  .floor-canvas.landmark-mode .map-booth.landmark.label-colliding .map-booth-label,.booth-floor-canvas.landmark-mode .map-booth.landmark.label-colliding .map-booth-label{left:50%!important;top:50%!important;width:auto!important;max-width:calc(var(--landmark-size,20px) + 8px)!important;visibility:visible!important;opacity:1!important;transform:translate(-50%,-50%)!important;pointer-events:none}
  .floor-canvas.landmark-mode .map-booth.landmark.label-colliding :is(.map-booth-name,.map-booth-participants),.booth-floor-canvas.landmark-mode .map-booth.landmark.label-colliding :is(.map-booth-name,.map-booth-participants){display:none!important}
  .floor-canvas.landmark-mode .map-booth.landmark.label-colliding .map-booth-code,.booth-floor-canvas.landmark-mode .map-booth.landmark.label-colliding .map-booth-code{max-width:100%!important;padding:0 1px!important;border:0;font-size:clamp(6px,.62em,7px)!important;letter-spacing:-.04em;box-shadow:none}
  .floor-canvas>.floorplan-zone-legend,.booth-floor-canvas>.floorplan-zone-legend,.embed-map .floor-canvas>.floorplan-zone-legend{display:none!important}
  :is(.map-viewport,.booth-map-viewport)>.mini-map{display:none!important}
  :is(.map-viewport,.booth-map-viewport).mobile-overview-open>.mini-map{right:10px;bottom:56px;display:block!important;width:128px;height:auto}

  .mobile-map-overlay-actions{position:absolute;z-index:280;right:9px;bottom:9px;display:flex;gap:6px}
  .mobile-map-overlay-actions button{display:inline-flex;align-items:center;gap:5px;min-height:40px;padding:7px 10px;border:1px solid rgba(104,126,143,.35);border-radius:999px;background:rgba(255,255,255,.95);color:#24384c;font-size:12px;font-weight:850;box-shadow:0 4px 14px rgba(20,36,54,.18);backdrop-filter:blur(8px)}
  .mobile-map-overlay-actions button.active{border-color:var(--brand-blue,#0e6eb8);background:#eef7fd;color:var(--brand-blue,#0e6eb8)}
  .mobile-map-overlay-actions .ui-icon{width:17px;height:17px}
  .mobile-map-legend-sheet{position:absolute;z-index:310;right:8px;bottom:8px;left:8px;display:block;max-height:min(62%,430px);padding:12px;overflow:auto;border:1px solid rgba(105,125,143,.28);border-radius:16px 16px 10px 10px;background:rgba(255,255,255,.98);box-shadow:0 -8px 30px rgba(18,37,54,.22);backdrop-filter:blur(12px)}
  .mobile-map-legend-sheet[hidden]{display:none!important}
  .mobile-map-legend-sheet>header{position:sticky;z-index:2;top:-12px;display:flex;align-items:center;justify-content:space-between;margin:-12px -12px 10px;padding:11px 12px;border-bottom:1px solid var(--line);background:#fff}
  .mobile-map-legend-sheet>header button{display:grid;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#eef3f6;color:#263b4e;place-items:center}
  .mobile-map-legend-sheet [data-mobile-map-legend-content]{display:grid;gap:8px}
  .mobile-map-legend-sheet .floorplan-zone-row{display:grid!important;grid-template-columns:12px minmax(0,1fr)!important;gap:8px;align-items:start}
  .mobile-map-legend-sheet .floorplan-zone-copy{min-width:0!important}
  .mobile-map-legend-sheet .floorplan-zone-row :is(b,small){white-space:normal!important;overflow-wrap:anywhere}

  #map .map-detail{display:none!important}
  #map.mobile-detail-open .map-detail{position:relative;z-index:1;right:auto;bottom:auto;left:auto;display:block!important;max-height:none;margin:10px 0 0;padding:17px 14px 14px!important;overflow:visible;border:1px solid rgba(105,125,143,.3);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(18,37,54,.12);backdrop-filter:none}
  #map.mobile-detail-open .map-detail>h3{padding-right:38px}
  .mobile-map-detail-close{position:absolute;z-index:2;top:7px;right:7px;display:grid;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#eef3f6;color:#263b4e;place-items:center}
  .mobile-map-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
  .mobile-map-detail-actions>.button{display:inline-flex;width:100%;align-items:center;justify-content:center}

  .embed-map .map-viewport{touch-action:none}
  .embed-map .mini-map{display:none!important}
}
.mini-map-snapshot{position:absolute;z-index:1;inset:0;display:block;overflow:hidden;background:#eef2f6;pointer-events:none}
.mini-map-snapshot>.floor-canvas{inset:auto!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;pointer-events:none!important}
.mini-map-snapshot :is(.floorplan-zone-legend,.map-booth-hover,.map-landmark-popover){display:none!important}
.mini-map-viewport{z-index:2}
@media(max-width:380px){
  body:not(.embed-body) .public-map-toolbar{gap:4px;padding:6px}
  body:not(.embed-body) .public-map-toolbar>:is([data-zoom="in"],[data-zoom="out"],[data-zoom="fit"],[data-map-fullscreen],.mobile-map-toolbar-toggle){height:42px!important}
  .mobile-map-overlay-actions button span{display:none}
  .mobile-map-overlay-actions button{width:42px;padding:0;justify-content:center}
}

/* Seven consistent media actions; compact overflow keeps every action available on phones. */
.feed-actions,.media-viewer-actions{position:relative}
.feed-actions .feed-action{flex:1 1 14.285%;min-width:0}
.feed-action-overflow,.feed-action-overflow-menu,.media-action-overflow,.media-action-overflow-menu{display:contents}
.feed-action-more-toggle,.media-action-more-toggle{display:none!important}
.media-viewer-actions{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}
.media-viewer-action{box-sizing:border-box;width:100%;min-width:0;grid-template-columns:1fr;padding:7px 4px}
.media-viewer-action>span:not(.ui-icon){display:none}
.action-more-dots{display:inline-flex!important;width:24px;height:20px;align-items:center;justify-content:center;overflow:hidden;color:currentColor;font-size:0!important;line-height:1;transform:none}
.action-more-dots::before{display:block;width:4px;height:4px;border-radius:50%;background:currentColor;box-shadow:-7px 0 0 currentColor,7px 0 0 currentColor;content:""}

@media(max-width:640px){
  .feed-actions{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:3px;overflow:visible!important;padding:6px!important}
  .media-viewer-actions{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;overflow:visible}
  .feed-actions .feed-action,.media-viewer-action{min-height:44px!important;padding:5px 3px!important}
  .feed-actions .feed-action .ui-icon,.media-viewer-action .ui-icon{width:19px;height:19px}
  .feed-action-overflow,.media-action-overflow{position:relative;display:block;min-width:0}
  .feed-action-more-toggle,.media-action-more-toggle{display:flex!important;width:100%;align-items:center;justify-content:center}
  .feed-action-overflow-menu,.media-action-overflow-menu{position:absolute;z-index:80;right:0;display:none;width:max-content;min-width:174px;padding:6px;border:1px solid #d5dee8;border-radius:13px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.22)}
  .feed-action-overflow-menu{bottom:calc(100% + 7px)}
  .media-action-overflow-menu{top:calc(100% + 7px)}
  .feed-action-overflow.is-open>.feed-action-overflow-menu,.media-action-overflow.is-open>.media-action-overflow-menu{display:grid}
  .feed-action-overflow-menu .feed-action,.media-action-overflow-menu .media-viewer-action{display:grid!important;width:100%!important;min-width:160px!important;grid-template-columns:24px minmax(0,1fr)!important;justify-content:start!important;gap:9px!important;padding:9px 10px!important;color:#34475a;text-align:left}
  .feed-action-overflow-menu .feed-action::after,.media-action-overflow-menu .media-viewer-action::after{content:attr(data-action-label);overflow:hidden;font-size:13px;font-weight:850;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
  .feed-action-overflow-menu .feed-action-state{display:none!important}
}

/* Mobile floor plans open on a useful central detail, with smaller labels and less overlay. */
@media(max-width:700px){
  #map .map-workspace>.map-viewport,.booth-map-viewport{height:var(--floorplan-viewport-height,430px)!important;min-height:0!important;max-height:none!important;overscroll-behavior:contain;background-color:#e7eef2}
  body:not(.embed-body) .public-map-toolbar>.mobile-booth-code-status{display:none!important}
  body:not(.embed-body) .public-map-toolbar>button::before,body:not(.embed-body) .public-map-toolbar>button::after{display:none!important}
  .floor-canvas,.booth-floor-canvas{backface-visibility:hidden;image-rendering:auto}
  .floor-canvas[data-mobile-zoom="far"] .map-booth.landmark,.booth-floor-canvas[data-mobile-zoom="far"] .map-booth.landmark{--landmark-size:11px!important}
  .floor-canvas[data-mobile-zoom="medium"] .map-booth.landmark,.booth-floor-canvas[data-mobile-zoom="medium"] .map-booth.landmark{--landmark-size:13px!important}
  .floor-canvas[data-mobile-zoom="close"] .map-booth.landmark,.booth-floor-canvas[data-mobile-zoom="close"] .map-booth.landmark{--landmark-size:16px!important}
  .floor-canvas[data-mobile-zoom="close"] .map-booth-code,.booth-floor-canvas[data-mobile-zoom="close"] .map-booth-code{font-size:clamp(7px,.76em,9px)!important}
  :is(.map-viewport,.booth-map-viewport).mobile-overview-open>.mini-map{top:10px;right:10px;bottom:auto;width:120px;height:auto}
  .mobile-map-overlay-actions{right:8px;bottom:8px;gap:5px}
  .mobile-map-overlay-actions button{width:40px;min-height:40px;padding:0;justify-content:center}
  .mobile-map-overlay-actions button span{display:none}
}

/* Refined mobile typography and code-first floor-plan labels. */
@media(max-width:700px){
  :root,body{font-size:13px;line-height:1.48}
  body:not(.embed-body) .site-header{min-height:56px;gap:8px;padding-block:6px}
  body:not(.embed-body) .page-shell{width:min(calc(100% - 14px),1180px);margin-top:10px}
  body:not(.embed-body) :is(.page-head h1,.hero h1){font-size:24px;line-height:1.18}
  body:not(.embed-body) :is(.page-head h2,main>section>h2,.media-viewer-info h2){font-size:19px;line-height:1.25}
  body:not(.embed-body) :is(.panel h3,.card h3,.map-detail h3){font-size:15px;line-height:1.3}
  body:not(.embed-body) :is(.page-head p,.hero p,.feed-caption,.booth-page-description,.exhibition-card p){font-size:13px;line-height:1.5}
  body:not(.embed-body) :is(.micro,small,.feed-stats,.exhibition-meta,.map-scale){font-size:12px;line-height:1.4}
  body:not(.embed-body) :is(.button,.chip,.exhibition-tabs a){font-size:12px;line-height:1.25}
  body:not(.embed-body) input,body:not(.embed-body) select,body:not(.embed-body) textarea{font-size:16px}
  body:not(.embed-body) .panel{padding:14px}
  .floor-canvas .map-booth-code,.booth-floor-canvas .map-booth-code{padding:0 2px!important;border-radius:3px!important;font-size:clamp(6px,.64em,8px)!important;line-height:1!important;box-shadow:0 1px 2px rgba(15,23,42,.14)}
  .floor-canvas[data-mobile-zoom="far"] .map-booth-code,.booth-floor-canvas[data-mobile-zoom="far"] .map-booth-code{font-size:clamp(6px,.58em,7px)!important}
  .floor-canvas[data-mobile-zoom="medium"] .map-booth-code,.booth-floor-canvas[data-mobile-zoom="medium"] .map-booth-code{font-size:clamp(6px,.62em,8px)!important}
  .floor-canvas[data-mobile-zoom="close"] .map-booth-code,.booth-floor-canvas[data-mobile-zoom="close"] .map-booth-code{font-size:clamp(7px,.68em,8px)!important}
  .floor-canvas :is(.map-booth-name,.map-booth-participants),.booth-floor-canvas :is(.map-booth-name,.map-booth-participants){font-size:clamp(6px,.62em,8px)!important;line-height:1.08!important}
  .floor-canvas .map-booth-participants,.booth-floor-canvas .map-booth-participants{display:none!important}
  body:not(.embed-body) .public-map-toolbar.mobile-more-open>[data-map-label="name"]{grid-column:span 2!important;grid-template-columns:auto auto!important;gap:5px!important}
  body:not(.embed-body) .public-map-toolbar.mobile-more-open>[data-map-label="name"]::after{display:block!important;content:attr(aria-label);font-size:11px;font-weight:850;line-height:1;white-space:nowrap}
}

/* High-contrast multi-floor-plan selector 2026-09-02. */
#map .map-sidebar.venue-gateway{border-bottom:1px solid #d8e1ea;background:#eef3f7;color:#172033}
#map .map-sidebar.venue-gateway::before{background-image:linear-gradient(100deg,rgba(249,251,253,.98),rgba(242,247,250,.94)),var(--venue-gateway-banner);filter:saturate(.55)}
#map .map-sidebar.venue-gateway::after{background:radial-gradient(circle at 92% 12%,rgba(14,110,184,.1),transparent 33%),linear-gradient(115deg,transparent 65%,rgba(195,14,35,.045));mask-image:none}
.venue-gateway-heading::after{height:3px;background:linear-gradient(90deg,var(--brand-red,#c30e23),var(--brand-blue,#0e6eb8));box-shadow:none}
.venue-gateway-kicker{color:var(--brand-red,#c30e23);letter-spacing:.13em}
.venue-gateway-heading h3,#map .map-sidebar .venue-gateway-heading h3{color:#172033}
.venue-gateway-heading p{color:#5d6979;font-weight:650}
#map .map-sidebar.venue-gateway [data-floor-list]{padding:3px 4px 9px 2px;scrollbar-color:#8094aa #dfe6ed;scrollbar-width:thin}
#map .map-sidebar.venue-gateway .floor-button.venue-entry-card{height:166px;padding:79px 13px 11px;border:1px solid #c7d2de;background:#fff;color:#172033;box-shadow:0 6px 18px rgba(24,38,64,.09);transition:border-color .18s,box-shadow .18s,transform .18s}
#map .map-sidebar.venue-gateway .floor-button.venue-entry-card::before{z-index:-2;height:68px;background-color:#e9eef3;background-image:linear-gradient(180deg,rgba(255,255,255,.08),rgba(20,35,55,.08)),var(--venue-entry-image,none);background-position:center;background-size:cover;border-bottom:1px solid #d7e0e8;filter:saturate(.82);transform:none}
#map .map-sidebar.venue-gateway .floor-button.venue-entry-card::after{z-index:-1;background:linear-gradient(180deg,transparent 0 67px,#fff 68px);opacity:1}
#map .map-sidebar.venue-gateway .floor-button.venue-entry-card:is(:hover,:focus-visible){border-color:var(--brand-blue,#0e6eb8);box-shadow:0 0 0 3px rgba(14,110,184,.13),0 10px 24px rgba(24,38,64,.13);transform:translateY(-2px)}
#map .map-sidebar.venue-gateway .floor-button.venue-entry-card:is(:hover,:focus-visible)::before{filter:saturate(1);transform:none}
#map .map-sidebar.venue-gateway .floor-button.venue-entry-card.active{border:2px solid var(--brand-red,#c30e23);background:#fff;color:#172033;box-shadow:0 0 0 3px rgba(195,14,35,.11),0 10px 24px rgba(24,38,64,.14)}
#map .map-sidebar.venue-gateway .floor-button.venue-entry-card.active::after{background:linear-gradient(180deg,transparent 0 67px,#fff8f9 68px);background-size:100% 100%}
.venue-entry-number{top:9px;right:10px;padding:3px 7px;border-radius:999px;background:rgba(18,31,48,.86);color:#fff;font-size:11px}
.venue-entry-current{position:absolute;top:9px;left:10px;padding:4px 8px;border:0;background:var(--brand-red,#c30e23);color:#fff;box-shadow:0 2px 8px rgba(126,9,27,.24)}
.venue-entry-current::before{background:#fff;box-shadow:none}
.venue-entry-copy{gap:2px;width:100%;margin:0;text-shadow:none}
.venue-entry-copy strong{color:#172033;font-size:16px}.venue-entry-copy>span{color:#32465b}.venue-entry-copy small{color:#728094}
.venue-entry-action{margin-top:7px;padding-top:6px;border-top:1px solid #dce3ea;color:var(--brand-blue,#0e6eb8)}
.venue-entry-card.active .venue-entry-action{border-top-color:#efd1d6;color:var(--brand-red,#c30e23)}
.venue-entry-action-current{display:none}.venue-entry-card.active .venue-entry-action-current{display:inline}.venue-entry-card.active .venue-entry-action-open{display:none}
.venue-entry-empty{border-color:#aebdcb;background:#fff;color:#536274}
@media(max-width:760px){#map .map-sidebar.venue-gateway{padding:13px 12px 11px}#map .map-sidebar.venue-gateway [data-floor-list]{grid-auto-columns:minmax(218px,78vw);padding-bottom:9px}#map .map-sidebar.venue-gateway .floor-button.venue-entry-card{height:156px;padding:74px 12px 10px}.venue-gateway-heading::after{width:62px}.venue-gateway-heading p{font-size:12px;line-height:1.45}}

/* Scalable unclipped floor-plan browser 2026-09-02. */
.venue-floor-browser{position:relative;z-index:1;display:grid;gap:8px;min-width:0}
.venue-floor-controls{display:grid;grid-template-columns:minmax(150px,1fr) auto auto;align-items:center;gap:8px;min-width:0}
.venue-floor-controls[hidden]{display:none!important}
.venue-floor-jump{min-width:0}.venue-floor-jump select{width:100%;height:40px;min-width:0;padding:7px 32px 7px 10px;border:1px solid #bdc9d5;border-radius:10px;background:#fff;color:#1d2b3e;font-size:13px;font-weight:750;text-overflow:ellipsis}
.venue-floor-position{min-width:42px;color:#536274;font-size:12px;font-weight:900;text-align:center;white-space:nowrap}
.venue-floor-nav{display:flex;gap:6px}.venue-floor-nav button{display:grid;width:40px;height:40px;padding:0;border:1px solid #bdc9d5;border-radius:10px;background:#fff;color:#24384c;place-items:center}.venue-floor-nav button:is(:hover,:focus-visible):not(:disabled){border-color:var(--brand-blue,#0e6eb8);background:#eef7fd;color:var(--brand-blue,#0e6eb8)}.venue-floor-nav button:disabled{opacity:.38}.venue-floor-nav .ui-icon{width:18px;height:18px}
#map .map-sidebar.venue-gateway [data-floor-list]{align-items:stretch;scroll-snap-type:x mandatory}
#map .map-sidebar.venue-gateway .floor-button.venue-entry-card{height:auto;min-height:194px;overflow:hidden}
.venue-entry-copy{width:100%}.venue-entry-copy strong,.venue-entry-copy>span,.venue-entry-copy small{overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.venue-entry-copy strong{line-height:1.3}.venue-entry-copy>span{line-height:1.35}.venue-entry-copy small{line-height:1.35}
@media(max-width:760px){.venue-floor-browser{width:100%}.venue-floor-controls{grid-template-columns:minmax(0,1fr) auto auto;gap:6px}#map .map-sidebar.venue-gateway [data-floor-list]{grid-auto-columns:100%;padding-right:2px;scroll-padding-inline:2px}#map .map-sidebar.venue-gateway .floor-button.venue-entry-card{height:auto;min-height:188px;padding:76px 13px 12px}.venue-floor-jump select{font-size:12px}.venue-entry-action{margin-top:9px}}

/* Compact exhibition first viewport 2026-09-03. */
.floorplan-wide-shell>.marketing-hero{min-height:250px;padding:22px 28px;border-radius:20px;align-content:center}
.floorplan-wide-shell>.marketing-hero>div{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"avatar status" "avatar title" "summary summary" "proof proof" "actions actions" "links links";column-gap:14px;row-gap:4px;width:100%;min-width:0}
.floorplan-wide-shell>.marketing-hero>div:not(:has(>.marketing-exhibition-avatar:not([hidden]))){grid-template-columns:minmax(0,1fr);grid-template-areas:"status" "title" "summary" "proof" "actions" "links"}
.floorplan-wide-shell>.marketing-hero .marketing-exhibition-avatar{grid-area:avatar;align-self:center;width:58px;height:58px;margin:0;border-radius:14px}
.floorplan-wide-shell>.marketing-hero>div>.status{grid-area:status;align-self:end;justify-self:start}
.floorplan-wide-shell>.marketing-hero h1{grid-area:title;max-width:920px;margin:0;font-size:clamp(29px,3.5vw,43px);line-height:1.08;overflow-wrap:anywhere}
.floorplan-wide-shell>.marketing-hero [data-summary]{grid-area:summary;display:-webkit-box;max-width:900px;margin:3px 0 0;overflow:hidden;font-size:14px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.floorplan-wide-shell>.marketing-hero .marketing-proof{grid-area:proof;gap:6px;margin-top:6px}
.floorplan-wide-shell>.marketing-hero .marketing-proof span{padding:5px 8px;font-size:12px;line-height:1.25}
.floorplan-wide-shell>.marketing-hero .marketing-actions{grid-area:actions;gap:7px;margin-top:7px}
.floorplan-wide-shell>.marketing-hero .marketing-actions .button{min-height:38px;padding:7px 12px}
.floorplan-wide-shell>.marketing-hero .campaign-links{grid-area:links;gap:6px;margin-top:5px}
.floorplan-wide-shell>.exhibition-tabs{margin:10px 0;padding:6px}
.floorplan-wide-shell>#map{margin-top:10px!important}
@media(max-width:900px){.floorplan-wide-shell>.marketing-hero{min-height:225px;padding:18px 22px}.floorplan-wide-shell>.marketing-hero h1{font-size:30px}}
@media(max-width:600px){.floorplan-wide-shell{margin-top:10px}.floorplan-wide-shell>.marketing-hero{min-height:0;padding:14px;border-radius:15px}.floorplan-wide-shell>.marketing-hero>div{column-gap:10px;row-gap:3px}.floorplan-wide-shell>.marketing-hero .marketing-exhibition-avatar{width:48px;height:48px;border-width:2px;border-radius:12px}.floorplan-wide-shell>.marketing-hero h1{font-size:25px;line-height:1.12}.floorplan-wide-shell>.marketing-hero [data-summary]{margin-top:2px;font-size:13px;line-height:1.38}.floorplan-wide-shell>.marketing-hero .marketing-proof{display:flex;flex-wrap:nowrap;gap:5px;margin-top:5px;padding-bottom:2px;overflow-x:auto;scrollbar-width:none}.floorplan-wide-shell>.marketing-hero .marketing-proof::-webkit-scrollbar{display:none}.floorplan-wide-shell>.marketing-hero .marketing-proof span{flex:0 0 auto;padding:4px 7px;white-space:nowrap}.floorplan-wide-shell>.marketing-hero .marketing-actions{display:flex;flex-wrap:nowrap;gap:6px;margin-top:5px;padding-bottom:2px;overflow-x:auto;scrollbar-width:none}.floorplan-wide-shell>.marketing-hero .marketing-actions::-webkit-scrollbar{display:none}.floorplan-wide-shell>.marketing-hero .marketing-actions .button,.floorplan-wide-shell>.marketing-hero .marketing-actions .button:first-child{grid-column:auto;flex:0 0 auto;min-height:36px;padding:6px 10px;font-size:12px;white-space:nowrap}.floorplan-wide-shell>.marketing-hero .campaign-links{flex-wrap:nowrap;margin-top:3px;padding-bottom:2px;overflow-x:auto;scrollbar-width:none}.floorplan-wide-shell>.marketing-hero .campaign-links::-webkit-scrollbar{display:none}.floorplan-wide-shell>.marketing-hero .campaign-links>*{flex:0 0 auto}.floorplan-wide-shell>.exhibition-tabs{margin:7px 0;padding:5px}.floorplan-wide-shell>.exhibition-tabs a{padding:7px 10px}.floorplan-wide-shell>#map{margin-top:7px!important}}

/* Exhibition profile hero 2026-09-05. */
.floorplan-wide-shell>.exhibition-profile-hero{min-height:330px;padding:28px 32px;align-content:center}
.floorplan-wide-shell>.exhibition-profile-hero>.exhibition-hero-layout,.floorplan-wide-shell>.exhibition-profile-hero>.exhibition-hero-layout:not(:has(>.marketing-exhibition-avatar:not([hidden]))){display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"status" "identity" "summary" "keywords" "facts" "actions";gap:0;width:100%}
.exhibition-status-row{grid-area:status;display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.exhibition-status-chip{display:inline-flex;align-items:center;gap:7px;min-height:31px;padding:5px 10px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(11,20,39,.42);box-shadow:0 5px 16px rgba(0,0,0,.1);backdrop-filter:blur(9px)}
.exhibition-status-chip small{font-size:11px;font-weight:800;color:rgba(255,255,255,.74)}
.exhibition-status-chip b{font-size:12px;line-height:1;color:#fff}
.exhibition-status-chip[data-state="live"]{border-color:rgba(129,238,185,.68);background:rgba(17,111,73,.7)}
.exhibition-status-chip[data-state="upcoming"],.exhibition-status-chip[data-state="pending"]{border-color:rgba(255,216,112,.64);background:rgba(111,75,6,.72)}
.exhibition-status-chip[data-state="ended"],.exhibition-status-chip[data-state="closed"]{background:rgba(57,63,78,.72)}
.exhibition-status-chip[data-state="maintenance"]{border-color:rgba(255,193,99,.7);background:rgba(143,73,8,.78)}
.exhibition-identity{grid-area:identity;display:flex;align-items:center;gap:15px;min-width:0}
.floorplan-wide-shell>.exhibition-profile-hero .exhibition-identity .marketing-exhibition-avatar{grid-area:auto;align-self:center;width:66px;height:66px;flex:0 0 66px;margin:0;border-radius:16px}
.floorplan-wide-shell>.exhibition-profile-hero .exhibition-identity h1{grid-area:auto;max-width:1040px;margin:0;color:#fff!important;font-size:clamp(30px,3.8vw,46px);line-height:1.08;overflow-wrap:anywhere;text-shadow:0 2px 14px rgba(0,0,0,.78),0 1px 3px rgba(0,0,0,.92)}
.floorplan-wide-shell>.exhibition-profile-hero .exhibition-introduction{grid-area:summary;display:-webkit-box;max-width:1020px;margin:11px 0 0;overflow:hidden;font-size:15px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.exhibition-keywords{grid-area:keywords;display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:9px}
.exhibition-keywords[hidden],.exhibition-actions .button[hidden]{display:none!important}
.exhibition-keywords strong{margin-right:2px;color:rgba(255,255,255,.72);font-size:11px;letter-spacing:.06em}
.exhibition-keywords span{padding:3px 8px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.11);font-size:11px;font-weight:750;line-height:1.4}
.floorplan-wide-shell>.exhibition-profile-hero .exhibition-facts{grid-area:facts;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-width:1080px;margin-top:12px}
.floorplan-wide-shell>.exhibition-profile-hero .exhibition-fact{display:grid;grid-template-columns:22px minmax(0,1fr);gap:8px;align-items:center;min-width:0;padding:9px 11px;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:rgba(8,19,38,.32);backdrop-filter:blur(9px)}
.floorplan-wide-shell>.exhibition-profile-hero .exhibition-facts .ui-icon,.floorplan-wide-shell>.exhibition-profile-hero .exhibition-facts .exhibition-fact-copy{display:block;min-width:0;padding:0;border:0;border-radius:0;background:none;backdrop-filter:none}
.floorplan-wide-shell>.exhibition-profile-hero .exhibition-facts .ui-icon{width:19px;height:19px;color:rgba(255,255,255,.84)}
.exhibition-fact-copy small,.exhibition-fact-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.exhibition-fact-copy small{color:rgba(255,255,255,.66);font-size:10px;font-weight:800;letter-spacing:.04em}
.exhibition-fact-copy strong{font-size:12px;line-height:1.35;color:#fff}
.floorplan-wide-shell>.exhibition-profile-hero .exhibition-actions{grid-area:actions;display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}
.floorplan-wide-shell>.exhibition-profile-hero .exhibition-actions .button,.floorplan-wide-shell>.exhibition-profile-hero .exhibition-actions .button:first-child{min-height:41px;padding:8px 13px;border-radius:999px;font-size:13px;white-space:nowrap}
.exhibition-actions .button .ui-icon{width:17px;height:17px}
.exhibition-actions .registration-action{background:var(--brand-red,#c30e23);color:#fff}
.exhibition-actions .registration-action:hover{background:var(--brand-red-deep,#8f0b1d)}
.exhibition-actions .button.secondary{border-color:rgba(255,255,255,.48);background:rgba(255,255,255,.14);color:#fff}
.exhibition-actions .button.secondary:is(:hover,:focus-visible){border-color:#fff;background:rgba(255,255,255,.24)}
.exhibition-actions [data-registration-info],.exhibition-actions [data-official-website]{background:#fff!important;color:var(--brand-red-deep,#8f0b1d)!important}
.exhibition-actions [data-attend].is-joined{border-color:rgba(117,235,180,.7);background:rgba(16,116,75,.72);color:#fff}
@media(max-width:900px){.floorplan-wide-shell>.exhibition-profile-hero{min-height:310px;padding:24px}.floorplan-wide-shell>.exhibition-profile-hero .exhibition-identity h1{font-size:34px}.floorplan-wide-shell>.exhibition-profile-hero .exhibition-facts{grid-template-columns:1.2fr 1fr 1fr}}
@media(max-width:600px){.floorplan-wide-shell>.exhibition-profile-hero{min-height:0;padding:14px 13px 15px}.exhibition-status-row{gap:5px;margin-bottom:7px}.exhibition-status-chip{min-height:25px;gap:5px;padding:3px 7px}.exhibition-status-chip small{font-size:9px}.exhibition-status-chip b{font-size:10.5px}.exhibition-identity{align-items:flex-start;gap:8px}.floorplan-wide-shell>.exhibition-profile-hero .exhibition-identity .marketing-exhibition-avatar{width:44px;height:44px;flex-basis:44px;border-width:2px;border-radius:10px}.floorplan-wide-shell>.exhibition-profile-hero .exhibition-identity h1{font-size:21px;line-height:1.13}.floorplan-wide-shell>.exhibition-profile-hero .exhibition-introduction{margin-top:7px;font-size:12px;line-height:1.4;-webkit-line-clamp:3}.exhibition-keywords{flex-wrap:nowrap;gap:4px;margin-top:6px;padding-bottom:1px;overflow-x:auto;scrollbar-width:none}.exhibition-keywords::-webkit-scrollbar{display:none}.exhibition-keywords>*{flex:0 0 auto}.exhibition-keywords strong,.exhibition-keywords span{font-size:9.5px}.exhibition-keywords span{padding:2px 6px}.floorplan-wide-shell>.exhibition-profile-hero .exhibition-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:8px;padding:0;overflow:visible}.floorplan-wide-shell>.exhibition-profile-hero .exhibition-fact{grid-template-columns:15px minmax(0,1fr);gap:5px;align-items:start;padding:6px 6px}.floorplan-wide-shell>.exhibition-profile-hero .exhibition-facts .ui-icon{width:14px;height:14px;margin-top:1px}.exhibition-fact-copy small,.exhibition-fact-copy strong{white-space:normal}.exhibition-fact-copy small{font-size:8.5px}.exhibition-fact-copy strong{font-size:10px;line-height:1.3}.floorplan-wide-shell>.exhibition-profile-hero .exhibition-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px;padding:0;overflow:visible}.floorplan-wide-shell>.exhibition-profile-hero .exhibition-actions .button,.floorplan-wide-shell>.exhibition-profile-hero .exhibition-actions .button:first-child{width:auto;min-width:0;min-height:34px;flex:0 0 auto;padding:5px 9px;font-size:11px;line-height:1.25;white-space:nowrap}.exhibition-actions .button .ui-icon{flex:0 0 14px;width:14px;height:14px}}

/* Exhibition content sizing, header-safe map tools and activity trends 2026-09-06. */
.floorplan-wide-shell>.exhibition-profile-hero .exhibition-facts{display:flex;max-width:100%;align-items:stretch;flex-wrap:wrap}
.floorplan-wide-shell>.exhibition-profile-hero .exhibition-fact{width:fit-content;max-width:100%;flex:0 1 auto;grid-template-columns:22px max-content}
.floorplan-wide-shell>.exhibition-profile-hero .exhibition-fact-copy{width:max-content;max-width:min(560px,70vw)}
body:not(.embed-body) .public-map-toolbar,body:not(.embed-body) .booth-map-actions{z-index:90!important}
body:not(.embed-body) .public-map-toolbar>button:is(:hover,:focus-visible),body:not(.embed-body) .booth-map-actions>button:is(:hover,:focus-visible){z-index:91!important}
body:not(.embed-body)>.site-header{z-index:120!important}
.timeline-chart{display:grid;gap:10px;margin-top:16px;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fbfcfe}
.insight-chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.insight-chart-head>div:first-child{display:grid;gap:2px}.insight-chart-head b{font-size:15px}.insight-chart-head>div:first-child span,.insight-chart-note{color:var(--muted);font-size:11px}
.insight-chart-legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px 12px;color:#344054;font-size:12px;font-weight:800}
.insight-chart-legend span{display:inline-flex;align-items:center;gap:5px}.insight-chart-legend i{width:16px;height:3px;border-radius:999px;background:var(--series-color)}
.insight-chart-scroll{width:100%;overflow-x:auto;overscroll-behavior-inline:contain}
.insight-chart-svg{display:block;min-width:680px;overflow:visible;font-family:inherit}
.insight-chart-gridline{stroke:#dde4ec;stroke-width:1;stroke-dasharray:3 4}.insight-chart-y-label{fill:#667085;font-size:10px}
.insight-chart-date line{stroke:#eef2f6;stroke-width:1}.insight-chart-date text{fill:#667085;font-size:10px}
.insight-chart-series{color:var(--series-color)}.insight-chart-series polyline{fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.insight-chart-series circle{fill:#fff;stroke:currentColor;stroke-width:2;vector-effect:non-scaling-stroke}
.insight-chart-note{margin:0}
@media(max-width:600px){.floorplan-wide-shell>.exhibition-profile-hero .exhibition-facts{display:flex;gap:5px}.floorplan-wide-shell>.exhibition-profile-hero .exhibition-fact{grid-template-columns:15px max-content;max-width:100%}.floorplan-wide-shell>.exhibition-profile-hero .exhibition-fact-copy{max-width:calc(100vw - 66px)}.timeline-chart{padding:10px}.insight-chart-head{display:grid}.insight-chart-legend{justify-content:flex-start}.insight-chart-svg{min-width:620px}}

/* Complete fine-line mobile floor plan 2026-09-05. */
@media(max-width:700px){
  .floor-canvas>.floorplan-zone-legend,.booth-floor-canvas>.floorplan-zone-legend,.embed-map .floor-canvas>.floorplan-zone-legend{display:grid!important}
  .floor-canvas:not(.hide-booth-names) .map-booth:not(.landmark)>.map-booth-label>.map-booth-name,.booth-floor-canvas:not(.hide-booth-names) .map-booth:not(.landmark)>.map-booth-label>.map-booth-name{display:-webkit-box!important;-webkit-line-clamp:8!important}
  .floor-canvas:not(.hide-booth-names) .map-booth:not(.landmark)>.map-booth-label>.map-booth-participants,.booth-floor-canvas:not(.hide-booth-names) .map-booth:not(.landmark)>.map-booth-label>.map-booth-participants{display:grid!important}
  .floor-canvas :is(.map-booth-code,.map-booth-name,.map-booth-participants,.map-booth-participant-line),.booth-floor-canvas :is(.map-booth-code,.map-booth-name,.map-booth-participants,.map-booth-participant-line){font-weight:400!important;text-shadow:none!important;box-shadow:none!important}
  .floor-canvas .map-booth:not(.landmark),.booth-floor-canvas .map-booth:not(.landmark){border-width:0!important;box-shadow:inset 0 0 0 .55px var(--booth-color,var(--brand-blue,#0e6eb8))!important}
  .floor-canvas .map-booth-code,.booth-floor-canvas .map-booth-code{border-width:.5px!important}
  .floorplan-decoration-line{stroke-width:.65px!important}
  .floorplan-decoration-text{font-weight:400!important;line-height:1.12!important}
  .public-floorplan-title{box-sizing:border-box;width:max-content;max-width:92%!important;padding:2px 5px!important;overflow:hidden;border-width:.5px!important;border-radius:4px!important;font-size:clamp(8px,2.55vw,10px)!important;font-weight:400!important;line-height:1.1!important;text-overflow:ellipsis;white-space:nowrap!important}
  .public-floorplan-north{--north-size:32px!important;box-sizing:border-box;padding:2px!important;border-width:.5px!important;border-radius:5px!important}
  .public-floorplan-north b{font-size:8px!important;font-weight:400!important}
  .public-floorplan-north svg{stroke-width:.8!important}
  .public-floorplan-scale{box-sizing:border-box;padding:3px 4px 10px!important;border-width:.5px!important;border-radius:4px!important;font-size:8px!important;font-weight:400!important}
  .public-floorplan-scale-track{height:5px!important;border-bottom-width:1px!important}
  .public-floorplan-scale-track i{border-left-width:.5px!important}
  .public-floorplan-scale-track i:last-child{border-right-width:.5px!important}
  .public-floorplan-scale-labels{margin-top:2px!important;font-weight:400!important}
  .floorplan-zone-legend{box-sizing:border-box;width:max-content!important;min-width:0!important;max-width:min(42%,132px)!important;padding:4px!important;border-width:.5px!important;border-radius:5px!important;grid-template-columns:repeat(var(--zone-legend-columns,1),minmax(0,1fr))!important;column-gap:5px!important;row-gap:3px!important;font-size:clamp(7px,2.2vw,9px)!important;font-weight:400!important;line-height:1.08!important}
  .floorplan-zone-row{grid-template-columns:7px minmax(0,1fr)!important;gap:3px!important;min-width:0!important}
  .floorplan-zone-row>i{min-height:14px;border-width:.5px!important}
  .floorplan-zone-row>.floorplan-zone-copy{min-width:0!important;gap:1px!important}
  .floorplan-zone-row :is(b,small){overflow:visible!important;font-weight:400!important;text-overflow:clip!important;white-space:normal!important;overflow-wrap:anywhere}
}

/* Mobile map overlays stay legible without covering the floor plan 2026-09-06. */
@media(max-width:700px){
  .floor-canvas>.floorplan-zone-legend,.booth-floor-canvas>.floorplan-zone-legend{display:none!important}
  .mobile-map-overlay-actions{z-index:280;align-items:center}
  .mobile-map-overlay-actions button>.ui-icon{display:inline-grid!important;width:19px!important;height:19px!important;visibility:visible!important;opacity:1!important;color:currentColor}
  .mobile-map-overlay-actions button>.ui-icon svg{display:block!important;width:100%!important;height:100%!important;stroke:currentColor!important}
  .mobile-map-overlay-actions button>span:not(.ui-icon){display:none!important}
  :is(.map-viewport,.booth-map-viewport).mobile-overview-open>.mini-map{display:block!important;top:9px;right:9px;bottom:auto;width:112px;height:auto;border-width:1px}
  :is(.map-viewport,.booth-map-viewport).mobile-overview-open>.mini-map .mini-map-label{top:3px;left:3px;padding:1px 4px;font-size:8px;font-weight:600}
  .mobile-map-legend-sheet{font-size:10px}
  .mobile-map-legend-sheet [data-mobile-map-legend-content]{gap:5px}
  .mobile-map-legend-sheet [data-mobile-map-legend-content] .floorplan-zone-row{grid-template-columns:8px minmax(0,1fr)!important;gap:5px!important}
  .mobile-map-legend-sheet [data-mobile-map-legend-content] .floorplan-zone-row>i{min-height:24px!important;border-radius:3px}
  .mobile-map-legend-sheet [data-mobile-map-legend-content] .floorplan-zone-row>.floorplan-zone-copy{min-width:0!important;gap:1px!important}
  .mobile-map-legend-sheet [data-mobile-map-legend-content] .floorplan-zone-row b{font-size:10px!important;font-weight:650!important;line-height:1.2!important}
  .mobile-map-legend-sheet [data-mobile-map-legend-content] .floorplan-zone-row small{font-size:9px!important;font-weight:400!important;line-height:1.2!important}
}

/* Keep the compact mobile legend visible below, never on top of, the map. */
@media(max-width:700px){
  #map .map-workspace>.mobile-map-legend-sheet,.booth-exhibition-context>.mobile-map-legend-sheet{position:relative;z-index:1;inset:auto;display:block;width:100%;max-height:none;margin:7px 0 0;padding:8px 9px;overflow:visible;border-radius:10px;background:#fff;box-shadow:0 3px 12px rgba(18,37,54,.1);backdrop-filter:none}
  #map .map-workspace>.mobile-map-legend-sheet[hidden],.booth-exhibition-context>.mobile-map-legend-sheet[hidden]{display:none!important}
  #map .map-workspace>.mobile-map-legend-sheet>header,.booth-exhibition-context>.mobile-map-legend-sheet>header{position:relative;top:auto;margin:0 0 6px;padding:0 0 6px;background:transparent}
  #map .map-workspace>.mobile-map-legend-sheet>header strong,.booth-exhibition-context>.mobile-map-legend-sheet>header strong{font-size:11px}
  #map .map-workspace>.mobile-map-legend-sheet>header button,.booth-exhibition-context>.mobile-map-legend-sheet>header button{width:28px;height:28px}
  #map .map-workspace>.mobile-map-legend-sheet [data-mobile-map-legend-content],.booth-exhibition-context>.mobile-map-legend-sheet [data-mobile-map-legend-content]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 8px}
  #map .map-workspace>.mobile-map-legend-sheet .floorplan-zone-row,.booth-exhibition-context>.mobile-map-legend-sheet .floorplan-zone-row{min-width:0;padding:3px 0}
}

/* Mobile settings must expose useful, working floor-plan controls. */
@media(max-width:700px){
  body:not(.embed-body) .public-map-toolbar>[data-mobile-map-more-toggle].active{border-color:var(--brand-blue,#0e6eb8);background:#eef7fd;color:var(--brand-blue,#0e6eb8)}
  body:not(.embed-body) .public-map-toolbar.mobile-more-open>:is([data-font],[data-map-label]){grid-column:span 3!important;grid-template-columns:auto minmax(0,1fr)!important;gap:6px!important;padding:0 8px!important;font-size:0!important}
  body:not(.embed-body) .public-map-toolbar.mobile-more-open>:is([data-font],[data-map-label])::after{display:block!important;content:attr(aria-label);overflow:hidden;font-size:11px!important;font-weight:800;line-height:1.2;text-align:left;text-overflow:ellipsis;white-space:nowrap}
  body:not(.embed-body) .public-map-toolbar.mobile-more-open>:is([data-font],[data-map-label])>.ui-icon{width:18px;height:18px}
  .floor-canvas.hide-booth-codes .map-booth-label>.map-booth-code,.booth-floor-canvas.hide-booth-codes .map-booth-label>.map-booth-code{display:none!important}
  .floor-canvas.hide-booth-names .map-booth-label>.map-booth-name,.floor-canvas.hide-booth-names .map-booth-label>.map-booth-participants,.booth-floor-canvas.hide-booth-names .map-booth-label>.map-booth-name,.booth-floor-canvas.hide-booth-names .map-booth-label>.map-booth-participants{display:none!important}
  .floor-canvas.hide-booth-codes.hide-booth-names .map-booth-label,.booth-floor-canvas.hide-booth-codes.hide-booth-names .map-booth-label{display:none!important}
}

/* Code-first dense booth labels and booth QR sharing 2026-09-06. */
.public-booth-qr-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}

/* V1.1.14 booth detail hierarchy: three-row banner with a compact QR entry. */
.booth-page-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:end!important;gap:24px}
.booth-hero-content{display:grid;gap:12px;min-width:0}
.booth-hero-title-row{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:12px;min-width:0}
.booth-page-hero .booth-hero-title-row h1{min-width:0;margin:0;overflow-wrap:anywhere;text-wrap:balance}
.booth-hero-title-row .status{font-size:14px}
.booth-hero-meta{display:flex;min-width:0;align-items:center;gap:0;overflow-x:auto;color:rgba(255,255,255,.94);font-size:clamp(13px,1.35vw,17px);font-weight:750;line-height:1.45;scrollbar-width:none}
.booth-hero-meta::-webkit-scrollbar{display:none}
.booth-hero-meta-item,.booth-hero-meta-separator{flex:0 0 auto;white-space:nowrap}
.booth-hero-meta-separator{padding:0 .56em;color:rgba(255,255,255,.7);font-weight:500}
.booth-hero-related{display:inline-flex;align-items:center}
.booth-hero-related a{color:#fff;text-decoration:none}
.booth-hero-related a:hover,.booth-hero-related a:focus-visible{text-decoration:underline;text-underline-offset:3px}
.booth-page-hero .marketing-actions{display:flex;flex-wrap:wrap;gap:8px;margin:0}
.booth-page-hero .marketing-actions .button{min-height:42px}
.booth-qr-trigger{align-self:start;display:grid;width:62px;height:62px;place-items:center;padding:0;border:1px solid rgba(255,255,255,.58);border-radius:18px;background:rgba(255,255,255,.14);color:#fff;box-shadow:0 9px 24px rgba(0,0,0,.15);backdrop-filter:blur(10px);transition:.18s ease}
.booth-qr-trigger:hover,.booth-qr-trigger:focus-visible{background:#fff;color:#0e6eb8;transform:translateY(-1px)}
.booth-qr-trigger .ui-icon{width:29px;height:29px}
.booth-map-heading h2{margin:0 0 4px}
.booth-qr-dialog{z-index:2147483200}
.booth-qr-dialog-card{width:min(720px,100%)}
.booth-qr-dialog-card .dialog-head{align-items:flex-start}
.booth-qr-dialog-card .dialog-head h2{margin-top:3px}
.booth-qr-dialog .public-booth-qr{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:22px;align-items:center;margin:0;padding:0;border:0}
.booth-qr-dialog .public-booth-qr-thumb{width:100%;max-width:none;border-radius:12px}
.booth-qr-dialog .public-booth-qr-copy p{margin:0 0 14px;color:var(--muted);line-height:1.65}
@media(max-width:700px){.booth-page-hero{min-height:210px;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:19px 16px}.booth-hero-content{gap:9px}.booth-hero-title-row{gap:8px}.booth-hero-title-row .status{font-size:11px}.booth-page-hero .booth-hero-title-row h1{font-size:clamp(24px,8vw,34px)}.booth-hero-meta{font-size:12px}.booth-page-hero .marketing-actions{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.booth-page-hero .marketing-actions::-webkit-scrollbar{display:none}.booth-page-hero .marketing-actions .button{flex:0 0 auto;min-height:36px;padding:7px 10px;font-size:12px}.booth-qr-trigger{width:48px;height:48px;border-radius:14px}.booth-qr-trigger .ui-icon{width:24px;height:24px}.booth-qr-dialog .public-booth-qr{grid-template-columns:1fr;gap:14px}.booth-qr-dialog .public-booth-qr-thumb{width:min(100%,280px);margin:auto}.booth-qr-dialog .public-booth-qr-copy{text-align:center}.booth-qr-dialog .public-booth-qr-actions{justify-content:center}}
@media(max-width:700px){
  .floor-canvas .map-booth:not(.landmark)>.map-booth-label,.booth-floor-canvas .map-booth:not(.landmark)>.map-booth-label{display:grid!important;grid-template-rows:auto auto minmax(0,1fr);align-content:start!important;justify-items:center;gap:1px!important;width:100%;height:100%;padding:1px!important;overflow:hidden!important}
  .floor-canvas:not(.hide-booth-names) .map-booth:not(.landmark)>.map-booth-label>.map-booth-name,.booth-floor-canvas:not(.hide-booth-names) .map-booth:not(.landmark)>.map-booth-label>.map-booth-name{display:-webkit-box!important;max-width:100%;min-height:0;overflow:hidden!important;font-size:clamp(6px,.64em,8px)!important;line-height:1.08!important;text-align:center;overflow-wrap:anywhere;-webkit-box-orient:vertical}
  .floor-canvas:not(.hide-booth-names) .map-booth:not(.landmark)>.map-booth-label>.map-booth-participants,.booth-floor-canvas:not(.hide-booth-names) .map-booth:not(.landmark)>.map-booth-label>.map-booth-participants{display:-webkit-box!important;max-width:100%;min-height:0;overflow:hidden!important;font-size:clamp(4.75px,.48em,6px)!important;line-height:1.04!important;text-align:center;overflow-wrap:anywhere;-webkit-box-orient:vertical}
  .floor-canvas .map-booth-participant-line,.booth-floor-canvas .map-booth-participant-line{display:inline!important}
  .floor-canvas .map-booth-participant-line+.map-booth-participant-line::before,.booth-floor-canvas .map-booth-participant-line+.map-booth-participant-line::before{content:" · "}
  .floor-canvas[data-mobile-zoom="far"] .map-booth:not(.landmark)>.map-booth-label>.map-booth-name,.booth-floor-canvas[data-mobile-zoom="far"] .map-booth:not(.landmark)>.map-booth-label>.map-booth-name{-webkit-line-clamp:1!important}
  .floor-canvas[data-mobile-zoom="far"] .map-booth:not(.landmark)>.map-booth-label>.map-booth-participants,.booth-floor-canvas[data-mobile-zoom="far"] .map-booth:not(.landmark)>.map-booth-label>.map-booth-participants{display:none!important}
  .floor-canvas[data-mobile-zoom="medium"] .map-booth:not(.landmark)>.map-booth-label>.map-booth-name,.booth-floor-canvas[data-mobile-zoom="medium"] .map-booth:not(.landmark)>.map-booth-label>.map-booth-name{-webkit-line-clamp:2!important}
  .floor-canvas[data-mobile-zoom="medium"] .map-booth:not(.landmark)>.map-booth-label>.map-booth-participants,.booth-floor-canvas[data-mobile-zoom="medium"] .map-booth:not(.landmark)>.map-booth-label>.map-booth-participants{-webkit-line-clamp:1!important}
  .floor-canvas[data-mobile-zoom="close"] .map-booth:not(.landmark)>.map-booth-label>.map-booth-name,.booth-floor-canvas[data-mobile-zoom="close"] .map-booth:not(.landmark)>.map-booth-label>.map-booth-name{-webkit-line-clamp:3!important}
  .floor-canvas[data-mobile-zoom="close"] .map-booth:not(.landmark)>.map-booth-label>.map-booth-participants,.booth-floor-canvas[data-mobile-zoom="close"] .map-booth:not(.landmark)>.map-booth-label>.map-booth-participants{-webkit-line-clamp:2!important}
  .floor-canvas .map-booth[data-label-density="dense"]>.map-booth-label>.map-booth-participants,.booth-floor-canvas .map-booth[data-label-density="dense"]>.map-booth-label>.map-booth-participants{font-size:clamp(4.5px,.44em,5.5px)!important;-webkit-line-clamp:1!important}
  .floor-canvas[data-mobile-zoom="medium"] .map-booth[data-label-density="very-dense"]>.map-booth-label>.map-booth-participants,.booth-floor-canvas[data-mobile-zoom="medium"] .map-booth[data-label-density="very-dense"]>.map-booth-label>.map-booth-participants{display:none!important}
  .floor-canvas[data-mobile-zoom="close"] .map-booth[data-label-density="very-dense"]>.map-booth-label>.map-booth-participants,.booth-floor-canvas[data-mobile-zoom="close"] .map-booth[data-label-density="very-dense"]>.map-booth-label>.map-booth-participants{font-size:clamp(4px,.4em,5px)!important;-webkit-line-clamp:1!important}
  .booth-public-qr-panel .public-booth-qr-actions{gap:6px}
  .booth-public-qr-panel .public-booth-qr-actions>.button{min-height:34px;padding:6px 9px;font-size:11px!important}
}
