.showroom-page{width:100%;max-width:none;height:100%;max-height:100%;margin:0 auto;padding:20px;box-sizing:border-box;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}
.showroom-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.showroom-toolbar>div:first-child{display:flex;align-items:baseline;gap:12px}
.showroom-toolbar strong{font-size:20px;color:var(--ink)}
.showroom-toolbar>div:first-child>span{font-size:12px;color:var(--muted)}
.showroom-toolbar-actions{display:flex;align-items:center;gap:9px}
.showroom-toolbar-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px}
.showroom-toolbar-actions button>span{color:inherit;font-size:inherit}
.showroom-toolbar-actions .primary{color:#fff}
.showroom-review-gate{padding:6px 10px;border:1px solid #c97926;border-radius:999px;background:#fff6e8!important;color:#a15308!important;font-weight:700}
.showroom-preview{width:100%;height:100%;min-height:0;display:flex;align-items:center;justify-content:center;background:#e7ecea;border-radius:14px;overflow:hidden;box-shadow:0 14px 38px rgba(23,49,43,.12)}
.showroom-stage-viewport{position:relative;width:100%;height:100%;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#e7ecea}
.showroom-stage-viewport[data-showroom-skin="jd_red"]{background:#f6f4f4}
.showroom-stage-viewport[data-showroom-skin="tech_blue"]{background:#06172a}
.showroom-stage-frame{position:relative;flex:none;width:1920px;height:1080px;overflow:hidden}
.showroom-stage{--showroom-stage-bg:#f3f6f4;--showroom-surface:#fff;--showroom-surface-soft:#edf3f0;--showroom-surface-raised:#e4eee9;--showroom-border:#ccd9d4;--showroom-border-soft:rgba(70,103,92,.13);--showroom-text:#1d302a;--showroom-text-soft:#3f5b52;--showroom-muted:#71857e;--showroom-accent:#137b68;--showroom-accent-strong:#0f6657;--showroom-accent-soft:rgba(19,123,104,.08);--showroom-number:#137b68;--showroom-warning:#9a681f;--showroom-danger:#b8463d;--showroom-footer:#e7eeeb;--showroom-ring-accent:var(--showroom-accent);--showroom-ring-empty:#d8e2de;--showroom-ring-hole:#fff;--showroom-panel-shadow:0 1px 3px rgba(29,63,53,.055);--showroom-title-shadow:none;--showroom-number-shadow:none;--showroom-qr-size:4em;position:absolute;left:0;top:0;isolation:isolate;width:1920px;height:1080px;overflow:hidden;display:grid;grid-template-rows:11.5% 14.5% minmax(0,1fr) 6.2%;box-sizing:border-box;padding:11px;font-size:16px;transform:scale(var(--showroom-stage-scale,1));transform-origin:0 0;color:var(--showroom-text);background:var(--showroom-stage-bg);font-family:"DIN Alternate","PingFang SC","Microsoft YaHei",sans-serif}
.showroom-stage[data-showroom-skin="jd_red"]{--showroom-stage-bg:#f6f4f4;--showroom-surface:#fff;--showroom-surface-soft:#f3eeee;--showroom-surface-raised:#eee5e5;--showroom-border:#dfd2d1;--showroom-border-soft:rgba(121,81,78,.12);--showroom-text:#342827;--showroom-text-soft:#604c4a;--showroom-muted:#887472;--showroom-accent:#e1251b;--showroom-accent-strong:#c81623;--showroom-accent-soft:rgba(225,37,27,.07);--showroom-number:#d92b22;--showroom-warning:#9f6b22;--showroom-danger:#b42318;--showroom-footer:#eee8e8;--showroom-ring-empty:#e7dedd;--showroom-ring-hole:#fff;--showroom-panel-shadow:0 1px 3px rgba(82,42,39,.05)}
.showroom-stage[data-showroom-skin="tech_blue"]{--showroom-stage-bg:radial-gradient(circle at 50% 43%,rgba(5,100,151,.24),transparent 38%),radial-gradient(circle at 12% 82%,rgba(20,218,191,.12),transparent 28%),linear-gradient(145deg,#020812 0%,#06172a 48%,#020813 100%);--showroom-surface:linear-gradient(145deg,rgba(6,28,49,.88),rgba(5,18,35,.7));--showroom-surface-soft:rgba(10,53,77,.35);--showroom-surface-raised:rgba(11,49,78,.78);--showroom-border:rgba(54,211,237,.38);--showroom-border-soft:rgba(69,205,229,.13);--showroom-text:#dbfaff;--showroom-text-soft:#c7edf2;--showroom-muted:#5f98a8;--showroom-accent:#39e3ff;--showroom-accent-strong:#70f0e6;--showroom-accent-soft:rgba(35,218,204,.13);--showroom-number:#fff;--showroom-warning:#ffd166;--showroom-danger:#ff8d83;--showroom-footer:rgba(2,14,27,.82);--showroom-ring-accent:#3de5d3;--showroom-ring-empty:rgba(60,126,147,.2);--showroom-ring-hole:#071b2c;--showroom-panel-shadow:inset 0 0 1.8em rgba(22,121,165,.08);--showroom-title-shadow:0 0 .8em rgba(62,226,255,.72);--showroom-number-shadow:0 0 .6em rgba(48,228,239,.75)}
.showroom-stage::before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none}
.showroom-stage[data-showroom-skin="tech_blue"]::before{background:linear-gradient(90deg,rgba(59,224,255,.035) 1px,transparent 1px),linear-gradient(rgba(59,224,255,.035) 1px,transparent 1px);background-size:3.2em 3.2em;mask-image:linear-gradient(to bottom,transparent,#000 16%,#000 84%,transparent)}
.showroom-grid-glow{position:absolute;z-index:-1;inset:0;pointer-events:none}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-grid-glow{box-shadow:inset 0 0 5em rgba(21,190,229,.1)}
.showroom-head{position:relative;display:grid;grid-template-columns:15% 1fr 15%;align-items:center;min-height:0;border-bottom:1px solid var(--showroom-border)}
.showroom-title{text-align:center;align-self:center}
.showroom-title h1{position:relative;display:inline-block;margin:0;font-size:2.4em;line-height:1.05;letter-spacing:.12em;color:var(--showroom-text);text-shadow:var(--showroom-title-shadow)}
.showroom-title h1::before,.showroom-title h1::after{content:"";display:none;position:absolute;top:55%;width:4.5em;height:1px;background:linear-gradient(90deg,transparent,#42dff6)}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-title h1::before,.showroom-stage[data-showroom-skin="tech_blue"] .showroom-title h1::after{display:block}
.showroom-title h1::before{right:calc(100% + .7em)}
.showroom-title h1::after{left:calc(100% + .7em);transform:rotate(180deg)}
.showroom-title time{display:block;margin-top:.3em;font-size:.76em;color:var(--showroom-muted);letter-spacing:.12em}
.showroom-qr{display:grid;grid-template-columns:var(--showroom-qr-size) minmax(0,1fr);align-items:center;gap:.65em;max-width:calc(var(--showroom-qr-size) + 7em)}
.showroom-qr-right{justify-self:end;grid-template-columns:minmax(0,1fr) var(--showroom-qr-size);text-align:right}
.showroom-qr-right .showroom-qr-image{order:2}
.showroom-qr-image{position:relative;width:var(--showroom-qr-size);height:var(--showroom-qr-size);padding:.22em;box-sizing:border-box;border:1px solid var(--showroom-border);background:#fff;border-radius:.28em}
.showroom-qr-image svg{display:block;width:100%;height:100%}
.showroom-qr-center-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:27%;height:27%;object-fit:contain;box-sizing:border-box;padding:2px;border-radius:3px;background:#fff;box-shadow:0 0 0 1px #fff}
.showroom-qr>span{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:.76em;line-height:1.35;color:var(--showroom-text-soft)}
.showroom-qr-fallback{display:grid!important;place-items:center;width:100%;height:100%;color:#123;font-weight:900}
.showroom-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:.65em;padding:.65em 0}
.showroom-kpis article{position:relative;overflow:hidden;display:grid;align-content:center;justify-items:center;min-width:0;border:1px solid var(--showroom-border);border-radius:.32em;background:var(--showroom-surface);box-shadow:var(--showroom-panel-shadow)}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-kpis article{border-color:rgba(57,205,236,.27);border-radius:0;background:linear-gradient(180deg,rgba(11,49,78,.78),rgba(4,25,43,.7));clip-path:polygon(.55em 0,100% 0,100% calc(100% - .55em),calc(100% - .55em) 100%,0 100%,0 .55em)}
.showroom-kpis article::after{content:"";display:none;position:absolute;left:18%;right:18%;bottom:0;height:2px;background:#2fe4ef;box-shadow:0 0 1em #2fe4ef}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-kpis article::after{display:block}
.showroom-kpis span{font-size:.84em;color:var(--showroom-text-soft);letter-spacing:.08em}
.showroom-kpis strong{font-size:2.4em;line-height:1.05;color:var(--showroom-number);text-shadow:var(--showroom-number-shadow)}
.showroom-kpis small{max-width:92%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.61em;color:var(--showroom-muted)}
.showroom-stage[data-showroom-descriptions="hidden"] .showroom-kpis article>small,.showroom-stage[data-showroom-descriptions="hidden"] .showroom-panel>header small,.showroom-stage[data-showroom-descriptions="hidden"] .showroom-capacity-detail{display:none}
.showroom-kpis em{position:absolute;right:.7em;top:.7em;color:var(--showroom-accent-strong);font-size:.72em;font-style:normal;opacity:0;transform:translateY(.6em)}
.showroom-kpis em.show{animation:showroom-delta 2.4s ease both}
@keyframes showroom-delta{15%,70%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-.7em)}}
.showroom-body{min-height:0;display:grid;grid-template-columns:minmax(0,28fr) minmax(0,48fr) minmax(0,24fr);gap:.65em}
.showroom-column{position:relative;min-width:0;min-height:0;display:grid;gap:.65em}
.showroom-left{grid-template-rows:55% minmax(0,45%)}
.showroom-center{grid-template-rows:minmax(0,1fr)}
.showroom-right{grid-template-rows:54% minmax(0,46%)}
.showroom-panel{min-height:0;overflow:hidden;position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);border:1px solid var(--showroom-border);border-radius:.32em;background:var(--showroom-surface);box-shadow:var(--showroom-panel-shadow)}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-panel{border-radius:0}
.showroom-panel::before,.showroom-panel::after{content:"";display:none;position:absolute;width:1.7em;height:1.7em;border-color:#4de8fa;pointer-events:none}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-panel::before,.showroom-stage[data-showroom-skin="tech_blue"] .showroom-panel::after{display:block}
.showroom-panel::before{left:-1px;top:-1px;border-left:2px solid;border-top:2px solid}
.showroom-panel::after{right:-1px;bottom:-1px;border-right:2px solid;border-bottom:2px solid}
.showroom-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5em;padding:.58em .75em .42em;border-bottom:1px solid var(--showroom-border-soft)}
.showroom-panel>header>div{min-width:0}
.showroom-panel>header h2{min-width:0;max-width:100%;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.02em;line-height:1.1;color:var(--showroom-text);letter-spacing:.08em}
.showroom-panel-customerMap>header h2 button{max-width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;letter-spacing:inherit;text-align:left;cursor:pointer}
.showroom-panel-customerMap>header h2 button span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.showroom-panel-customerMap>header h2 button:hover{text-decoration:underline}
.showroom-panel>header small{display:block;margin-top:.18em;font-size:.55em;color:var(--showroom-muted)}
.showroom-panel>header>span{flex:none;font-size:.52em;color:var(--showroom-muted)}
.showroom-panel>header>span.error{color:var(--showroom-danger)}
.showroom-panel-body{min-height:0;position:relative;overflow:hidden;padding:.55em .72em;box-sizing:border-box}
.showroom-empty{height:100%;display:grid;place-items:center;text-align:center;color:var(--showroom-muted);font-size:.78em}
.showroom-empty.is-error{color:var(--showroom-danger)}
.showroom-capacity-chart{padding:.55em .45em}
.showroom-capacity-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:.3em;width:100%;height:100%;box-sizing:border-box}
.showroom-capacity-item{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55em;text-align:center;color:var(--showroom-text-soft)}
.showroom-capacity-item>strong{font-size:.82em;white-space:nowrap;color:var(--showroom-text)}
.showroom-capacity-ring{position:relative;flex:none;width:min(160px,88%);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--showroom-ring-accent) var(--capacity-percent),var(--showroom-ring-empty) 0)}
.showroom-capacity-ring.is-empty{background:var(--showroom-ring-empty)}
.showroom-capacity-ring::before{content:"";position:absolute;inset:23%;border-radius:50%;background:var(--showroom-ring-hole)}
.showroom-capacity-ring-center{position:relative;font-size:20px;font-weight:800;color:var(--showroom-number);white-space:nowrap}
.showroom-capacity-detail{display:block;min-height:2.8em;font-size:.7em;line-height:1.45;color:var(--showroom-muted)}
.showroom-inbound-list{display:grid;grid-template-rows:repeat(10,minmax(0,1fr));padding:.35em .7em}
.showroom-inbound-event{display:grid;grid-template-columns:4.9em minmax(0,1fr) auto;align-items:center;gap:.6em;min-height:0;border-bottom:1px dashed var(--showroom-border-soft);animation:showroom-row-in .45s ease both;animation-delay:var(--rank-delay)}
.showroom-inbound-event time{font:600 .7em ui-monospace,SFMono-Regular,Consolas,monospace;color:var(--showroom-accent)}
.showroom-inbound-event b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.72em;color:var(--showroom-text-soft)}
.showroom-inbound-event span{white-space:nowrap;text-align:right;font-size:.7em;font-weight:700;color:var(--showroom-warning)}
.showroom-inbound-event span.is-missing{color:var(--showroom-muted)}
@keyframes showroom-row-in{from{opacity:0;transform:translateY(-.7em)}}
.showroom-map{padding:0}
.showroom-map-canvas,.showroom-wordcloud-canvas{width:100%;height:100%}
.showroom-map-source{position:absolute;z-index:6;left:.75em;bottom:.55em;max-width:calc(100% - 1.5em);box-sizing:border-box;padding:.3em .55em;overflow:hidden;border:1px solid var(--showroom-border);border-radius:.25em;background:color-mix(in srgb,var(--showroom-footer) 92%,transparent);color:var(--showroom-text-soft);font-size:.6em;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}
.showroom-map-gate{position:absolute;z-index:5;left:50%;top:52%;transform:translate(-50%,-50%) rotate(-14deg);padding:.35em .75em;border:.12em solid color-mix(in srgb,var(--showroom-danger) 68%,transparent);color:color-mix(in srgb,var(--showroom-danger) 75%,transparent);font-size:1.2em;font-weight:800;letter-spacing:.18em;pointer-events:none}
.showroom-wordcloud{padding:.08em .16em}
.showroom-wordcloud-canvas{overflow:hidden}
.showroom-feed{display:flex;flex-direction:column;justify-content:flex-start;padding:.45em .7em}
.showroom-feed-row{display:grid;grid-template-columns:4.7em minmax(0,1fr) auto;align-items:center;gap:.5em;min-height:12%;border-bottom:1px dashed var(--showroom-border-soft);font-size:.64em}
.showroom-feed-row.is-new{animation:showroom-feed-in .55s ease both;background:linear-gradient(90deg,var(--showroom-accent-soft),transparent)}
.showroom-feed-row time{font-family:monospace;color:var(--showroom-muted)}
.showroom-feed-row b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--showroom-text-soft)}
.showroom-feed-row span{color:var(--showroom-warning);font-weight:700}
@keyframes showroom-feed-in{from{opacity:0;transform:translateY(-100%)}}
.showroom-footer{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;overflow:hidden;border-top:1px solid var(--showroom-border);background:var(--showroom-footer);font-size:.62em;color:var(--showroom-muted)}
.showroom-marquee{overflow:hidden;white-space:nowrap;color:var(--showroom-text-soft)}
.showroom-marquee span{display:inline-block;padding-left:100%;font-size:1.6em;animation:showroom-marquee var(--showroom-marquee-duration,24s) linear infinite}
@keyframes showroom-marquee{to{transform:translateX(-100%)}}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-head{border-bottom-color:rgba(58,219,247,.32)}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-title h1{color:#ecfdff}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-title time{color:#83c8da}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-qr-image{border-color:rgba(64,224,243,.6)}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-qr>span{color:#a8e9f2}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-kpis article{box-shadow:none}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-kpis span{color:#91cbd7}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-kpis small{color:#5f9cac}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-kpis em{color:#76f6a9}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-panel>header h2{color:#dffcff}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-panel>header>span{color:#6ba4b1}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-empty{color:#548c9a}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-empty.is-error{color:#ff8d83}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-map-source{border-color:rgba(60,224,235,.26);background:rgba(3,17,31,.85);color:#8ddfe9}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-feed-row time{color:#5ca8b8}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-footer{border-top-color:rgba(54,211,237,.35);color:#6599a5}
.showroom-stage[data-showroom-skin="tech_blue"] .showroom-marquee{color:#bffaff}
.showroom-stage-viewport:fullscreen{width:100vw;height:100vh;border-radius:0}
.showroom-stage [data-showroom-drill],.showroom-capacity-item,.showroom-inbound-event,.showroom-feed-row{cursor:pointer}
.showroom-stage-viewport[data-drill-disabled="true"] [data-showroom-drill],.showroom-stage-viewport[data-drill-disabled="true"] .showroom-capacity-item,.showroom-stage-viewport[data-drill-disabled="true"] .showroom-inbound-event,.showroom-stage-viewport[data-drill-disabled="true"] .showroom-feed-row,.showroom-stage-viewport[data-drill-disabled="true"] .showroom-wordcloud-canvas,.showroom-stage-viewport[data-drill-disabled="true"] .showroom-map-canvas{cursor:default!important}
.showroom-stage-viewport[data-drill-disabled="true"] [data-showroom-drill]:hover,.showroom-stage-viewport[data-drill-disabled="true"] .showroom-capacity-item:hover,.showroom-stage-viewport[data-drill-disabled="true"] .showroom-inbound-event:hover,.showroom-stage-viewport[data-drill-disabled="true"] .showroom-feed-row:hover{background:transparent}
.showroom-stage [data-showroom-drill]:focus-visible,.showroom-capacity-item:focus-visible,.showroom-inbound-event:focus-visible,.showroom-feed-row:focus-visible{outline:2px solid var(--showroom-accent);outline-offset:2px}
.showroom-stage [data-showroom-drill]:hover,.showroom-capacity-item:hover,.showroom-inbound-event:hover,.showroom-feed-row:hover{background:var(--showroom-accent-soft)}
.showroom-capacity-item,.showroom-inbound-event,.showroom-feed-row{font-family:inherit;background:transparent;border:0;border-radius:0;padding:0;width:100%;text-align:inherit}
.showroom-capacity-item{border-radius:.35em}
.showroom-inbound-event,.showroom-feed-row{border-bottom:1px dashed var(--showroom-border-soft)}
.showroom-drill-dialog{box-sizing:border-box;container-name:detail-drawer;container-type:inline-size;position:fixed;inset:0 0 0 auto;margin:0;width:75vw;height:100dvh;max-width:100vw;max-height:100dvh;padding:0;border:0;border-radius:0;background:var(--paper);color:var(--ink);box-shadow:-20px 0 60px rgba(16,43,43,.22);font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;font-size:13px}
.showroom-drill-dialog:not([open]){display:none}.showroom-drill-dialog[open]{display:flex;flex-direction:column}
.showroom-drill-dialog::backdrop{background:rgba(16,43,43,.34)}
.showroom-drill-shell{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column}
.showroom-drill-heading{min-width:0;flex:1;display:flex;align-items:center;gap:10px}.showroom-drill-heading>div{min-width:0}.showroom-drill-heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.showroom-drill-heading small{white-space:normal;line-height:1.4}
.showroom-drill-heading [hidden],#showroomDrillSearch[hidden],#showroomDrillLocationFilter[hidden]{display:none}
.showroom-drill-filter{margin:0}.showroom-drill-filter>div{flex:1}.showroom-drill-filter input{flex:1}
.showroom-drill-location-filter{display:flex;align-items:center;gap:7px;padding:9px 18px;border-bottom:1px solid var(--line);background:var(--paper)}
.showroom-drill-location-filter button{padding:6px 12px;border:1px solid var(--line);border-radius:7px;background:var(--paper);color:var(--muted);font:inherit;cursor:pointer}
.showroom-drill-location-filter button[aria-pressed="true"]{border-color:var(--green);background:var(--mint);color:var(--green);font-weight:700}
.showroom-drill-location-filter button:focus-visible{outline:2px solid var(--green);outline-offset:2px}
.showroom-drill-body{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden;padding:0}.showroom-drill-body .detail-data-scroll{min-height:0;flex:1;height:auto;overflow:auto}
.showroom-drill-table{width:100%;min-width:0;table-layout:fixed}.showroom-drill-table td{overflow-wrap:anywhere}.showroom-drill-table th:last-child,.showroom-drill-table td:last-child{min-width:96px}
.showroom-drill-link{padding:4px 6px;border:0;background:transparent;color:var(--green);font:inherit;font-weight:700;text-align:left;cursor:pointer}.showroom-drill-link:hover{text-decoration:underline}.showroom-drill-link:focus-visible{outline:2px solid var(--green);outline-offset:2px}
.showroom-drill-foot{font-size:12px}.showroom-drill-message{padding:45px 10px;text-align:center;color:var(--muted)}.showroom-drill-message.is-error,.showroom-drill-inline-error{color:var(--red)}.showroom-drill-message button{display:block;margin:12px auto}.showroom-drill-inline-error{padding:8px 18px;font-size:12px;background:var(--soft)}
.showroom-customer-dialog{width:min(960px,94vw);height:min(720px,92vh)}
.showroom-customer-dialog .wms-document-body{background:var(--soft)}
.showroom-customer-dialog .wms-document-info>div.wide{grid-column:span 2}
@media(max-width:900px){.showroom-drill-dialog{width:100vw}}
@media(max-width:900px){.showroom-customer-dialog{width:100vw;height:100dvh;border-radius:0}}
@media(max-width:760px){.showroom-drill-heading small{max-width:44vw}}
@media(max-width:560px){.showroom-customer-dialog .wms-document-info{grid-template-columns:1fr}.showroom-customer-dialog .wms-document-info>div.wide{grid-column:auto}}

.showroom-settings-loading{position:fixed;z-index:140;top:24px;right:24px;padding:11px 15px;border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--muted);box-shadow:0 12px 34px rgba(16,43,43,.18);font-size:12px;text-align:center}
.showroom-settings-dialog{width:min(880px,calc(100vw - 20px));height:100dvh;max-width:none;max-height:100dvh;margin:0 0 0 auto;padding:0;overflow:hidden;border:0;border-radius:16px 0 0 16px;color:var(--ink);background:var(--paper);box-shadow:-20px 0 60px rgba(16,43,43,.24)}
.showroom-settings-dialog::backdrop{background:rgba(16,43,43,.4);backdrop-filter:blur(3px)}
.showroom-settings-dialog[open]{animation:showroom-settings-in .18s ease-out}
@keyframes showroom-settings-in{from{opacity:.75;transform:translateX(28px)}to{opacity:1;transform:none}}
.showroom-settings-dialog form{display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100dvh;max-height:100dvh}
.showroom-settings-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 19px;border-bottom:1px solid var(--line);background:var(--paper)}
.showroom-settings-heading{min-width:0;display:flex;align-items:center;gap:11px}
.showroom-settings-mark{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:11px;background:var(--mint);color:var(--green)}
.showroom-settings-mark svg{width:19px;height:19px}
.showroom-settings-heading small{display:block;margin-bottom:3px;color:var(--muted);font-size:9px;font-weight:750;letter-spacing:.04em}
.showroom-settings-heading h2{margin:0;font-size:18px}
.showroom-settings-close{width:34px;height:34px;flex:0 0 34px;padding:0;border-radius:50%}
.showroom-settings-close svg{width:17px;height:17px}
.showroom-settings-body{min-width:0;overflow-x:hidden;overflow-y:auto;display:grid;align-content:start;gap:12px;padding:16px;background:var(--soft);overscroll-behavior:contain}
.showroom-settings-body section{min-width:0;padding:16px;border:1px solid var(--line);border-radius:13px;background:var(--paper);box-shadow:0 5px 18px rgba(27,50,47,.035)}
.showroom-settings-body h3{margin:0;font-size:14px}
.showroom-settings-section-title{display:grid;gap:4px;margin-bottom:13px}
.showroom-settings-section-title>small,.showroom-settings-section-head small{color:var(--muted);font-size:10px;line-height:1.5}
.showroom-skin-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.showroom-skin-choice{position:relative;min-width:0;display:grid;grid-template-columns:54px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--surface-muted);color:var(--ink);cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}
.showroom-skin-choice:hover{border-color:var(--interactive-border);background:var(--surface-hover)}
.showroom-skin-choice:has(input:checked){border-color:var(--green);background:var(--brand-soft-2);box-shadow:0 0 0 1px var(--green)}
.showroom-skin-choice:focus-within{box-shadow:0 0 0 3px var(--brand-focus)}
.showroom-skin-choice>input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.showroom-skin-choice-preview{height:42px;overflow:hidden;display:grid;grid-template-columns:1.45fr 1fr .72fr;border:1px solid rgba(0,0,0,.16);border-radius:8px;background:#111}
.showroom-skin-choice-preview i{display:block;background:var(--showroom-swatch)}
.showroom-skin-choice-copy{min-width:0;display:grid;gap:3px}
.showroom-skin-choice-copy b{font-size:11px}
.showroom-skin-choice-copy small{overflow:hidden;color:var(--muted);font-size:8px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}
.showroom-skin-choice-check{width:20px;height:20px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--paper);color:transparent}
.showroom-skin-choice-check svg{width:12px;height:12px;stroke-width:3}
.showroom-skin-choice:has(input:checked) .showroom-skin-choice-check{border-color:var(--green);background:var(--green);color:#fff}
.showroom-settings-body .field{width:100%;min-width:0;margin:0 0 11px}
.showroom-settings-body .field:last-child{margin-bottom:0}
.showroom-settings-body .field>label{display:block;margin:0 0 6px;color:var(--muted);font-size:10px;font-weight:800;line-height:1.35}
.showroom-settings-body .field>input,.showroom-settings-body .field>textarea,.showroom-settings-body .field>select{width:100%;min-width:0;min-height:37px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--control-bg,var(--paper));color:var(--ink);font:inherit;outline:none}
.showroom-settings-body .field>textarea{min-height:68px;resize:vertical;line-height:1.5}
.showroom-settings-body .field>input:focus,.showroom-settings-body .field>textarea:focus,.showroom-settings-body .field>select:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--brand-focus,rgba(19,123,104,.1))}
.showroom-settings-body .filter-select-trigger{height:37px}
.showroom-settings-body .filter-select.open{z-index:150}
.showroom-range-control{display:grid;grid-template-columns:minmax(180px,1fr) 92px 54px;align-items:center;gap:10px}
.showroom-range-control>input[type=range]{min-height:37px;padding:0;accent-color:var(--green);cursor:pointer}
.showroom-range-control>output{color:var(--muted);font-size:11px;font-variant-numeric:tabular-nums;text-align:right}
.showroom-qr-size-field>small{display:block;margin-top:5px;color:var(--muted);font-size:9px;line-height:1.4}
.showroom-settings-qr-grid,.showroom-settings-inline,.showroom-settings-scope-grid,.showroom-refresh-grid,.showroom-panel-title-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}
.showroom-panel-title-heading{margin-top:16px}
.showroom-logo-control{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:10px}
.showroom-logo-preview{width:54px;height:54px;box-sizing:border-box;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--soft);color:var(--muted);font-size:9px;text-align:center}
.showroom-logo-preview img{width:100%;height:100%;object-fit:contain}
.showroom-logo-control>div:last-child{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:7px}
.showroom-logo-control input[type=file]{min-width:0;width:100%;font-size:10px;color:var(--muted)}
.showroom-logo-control input[type=file]::file-selector-button{height:31px;margin-right:7px;padding:0 10px;border:1px solid var(--line);border-radius:7px;background:var(--paper);color:var(--ink);cursor:pointer}
.showroom-logo-control button{flex:none;min-height:31px;padding:0 10px;font-size:10px}
.showroom-logo-field>small{display:block;margin-top:5px;color:var(--muted);font-size:9px;line-height:1.4}
.showroom-settings-inline{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
.showroom-settings-scope-grid{margin-top:1px}
.showroom-destination-layout{display:grid;grid-template-columns:minmax(210px,.72fr) minmax(330px,1.28fr);gap:14px;align-items:stretch}
.showroom-destination-layout>div:first-child{min-width:0;display:flex;flex-direction:column}
.showroom-destination-layout>div:first-child>p{margin:auto 0 0;padding-top:10px;color:var(--muted);font-size:9px;line-height:1.55}
.showroom-destination-map{position:relative;min-width:0}
.showroom-destination-picker{width:100%;height:280px;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:linear-gradient(145deg,#f8fbfa,#edf5f2);cursor:crosshair}
.showroom-destination-picker:focus-visible{outline:0;box-shadow:0 0 0 3px var(--brand-focus)}
.showroom-map-picker-tools{position:absolute;z-index:4;top:9px;right:9px;display:flex;gap:5px;padding:4px;border:1px solid var(--line);border-radius:9px;background:color-mix(in srgb,var(--paper) 94%,transparent);box-shadow:0 4px 14px rgba(16,43,43,.12)}
.showroom-map-picker-tools button{width:30px;height:30px;min-height:30px;padding:0;display:grid;place-items:center;border-radius:7px;background:var(--paper);color:var(--ink)}
.showroom-map-picker-tools button:hover{border-color:var(--green);color:var(--green)}
.showroom-map-picker-tools svg{width:14px;height:14px}
.showroom-destination-readout{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:8px}
.showroom-destination-readout>div{min-width:0;padding:10px 11px;border:1px solid var(--line);border-radius:9px;background:var(--surface-muted)}
.showroom-destination-readout small,.showroom-destination-readout strong{display:block}
.showroom-destination-readout small{color:var(--muted);font-size:8px;font-weight:750}
.showroom-destination-readout strong{margin-top:4px;overflow-wrap:anywhere;font-size:10px}
.showroom-refresh-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
.showroom-refresh-field{position:relative}
.showroom-refresh-field>input{padding-right:31px!important}
.showroom-refresh-field>small{position:absolute;right:10px;bottom:11px;color:var(--muted);font-size:10px;pointer-events:none}
.showroom-capacity-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:0 12px}
.showroom-capacity-controls .field>small{display:block;margin-top:5px;color:var(--muted);font-size:9px;line-height:1.4}
.showroom-wordcloud-scale-field{grid-column:1/-1}
.showroom-settings-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}
.showroom-map-heat-switch{margin-bottom:12px;border-color:var(--line)}
.showroom-map-flow-color{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-2px 0 14px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:var(--paper)}
.showroom-map-flow-color label{min-width:0;display:flex;align-items:center;gap:10px}.showroom-map-flow-color label>span{display:grid;gap:3px}.showroom-map-flow-color b{font-size:11px}.showroom-map-flow-color small{color:var(--muted);font-size:9px}.showroom-map-flow-color input{flex:none;width:42px;height:32px;padding:2px;border:1px solid var(--line);border-radius:7px;background:var(--paper);cursor:pointer}.showroom-map-flow-color output{color:var(--muted);font:9px ui-monospace,SFMono-Regular,Consolas,monospace}
.showroom-map-palette-settings[hidden],.showroom-map-custom-colors[hidden]{display:none}
.showroom-map-palette-settings{margin:-2px 0 14px;padding:12px;border:1px solid var(--line);border-radius:10px;background:var(--surface-muted)}
.showroom-map-palette-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:9px}
.showroom-map-palette-heading b{font-size:11px}.showroom-map-palette-heading small{color:var(--muted);font-size:9px}
.showroom-map-palette-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}
.showroom-map-palette-choice{position:relative;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:6px;padding:7px;border:1px solid var(--line);border-radius:8px;background:var(--paper);cursor:pointer}
.showroom-map-palette-choice:hover{border-color:var(--interactive-border)}.showroom-map-palette-choice:has(input:checked){border-color:var(--green);box-shadow:0 0 0 1px var(--green)}
.showroom-map-palette-choice>input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.showroom-map-palette-preview{grid-column:1/-1;height:22px;overflow:hidden;display:grid;grid-template-columns:repeat(3,1fr);border-radius:5px;background:#111}.showroom-map-palette-preview i{background:var(--showroom-swatch)}
.showroom-map-palette-choice>b{min-width:0;overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}
.showroom-map-palette-check{width:18px;height:18px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:transparent}.showroom-map-palette-check svg{width:10px;height:10px;stroke-width:3}.showroom-map-palette-choice:has(input:checked) .showroom-map-palette-check{border-color:var(--green);background:var(--green);color:#fff}
.showroom-map-custom-colors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}
.showroom-map-custom-colors label{min-width:0;display:grid;grid-template-columns:1fr 34px;align-items:center;gap:4px 8px}.showroom-map-custom-colors span{font-size:9px;font-weight:750}.showroom-map-custom-colors input{width:34px;height:28px;padding:2px;border:1px solid var(--line);border-radius:6px;background:var(--paper);cursor:pointer}.showroom-map-custom-colors output{grid-column:1/-1;color:var(--muted);font:8px ui-monospace,SFMono-Regular,Consolas,monospace}
.showroom-settings-section-head>div{display:grid;gap:4px}
.showroom-settings-section-head>button{flex:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--green)}
.showroom-settings-section-head>button svg{width:15px;height:15px}
.showroom-capacity-setting{display:grid;grid-template-columns:28px minmax(0,1fr) minmax(0,1fr) 36px;align-items:end;gap:8px;margin-bottom:9px;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--surface-muted,#f7f9f8)}
.showroom-capacity-setting .field{margin:0}
.showroom-capacity-index{height:37px;display:grid;place-items:center;border-radius:8px;background:var(--paper);color:var(--muted);font:700 11px ui-monospace,SFMono-Regular,Consolas,monospace}
.showroom-capacity-remove{width:36px;height:37px;padding:0;color:var(--red);background:#fff0f0}
.showroom-capacity-remove svg{width:15px;height:15px}
.showroom-capacity-interval{max-width:230px;margin-top:12px!important}
.showroom-settings-empty{margin:2px 0 12px;padding:16px;border:1px dashed var(--line);border-radius:9px;background:var(--surface-muted,#f7f9f8);color:var(--muted);font-size:11px;text-align:center}
.showroom-map-compliance{display:flex;align-items:flex-start;gap:11px;padding:13px 14px;border:1px solid #e7c383;border-radius:11px;background:#fff9eb;color:#755018;font-size:11px;line-height:1.55}
.showroom-map-compliance-icon{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:8px;background:#f8e7bd;color:#8b601e}
.showroom-map-compliance-icon svg{width:16px;height:16px}
.showroom-map-compliance-content{min-width:0;flex:1;display:grid;gap:10px}
.showroom-map-compliance-content>div>strong,.showroom-map-compliance-content>div>span{display:block}
.showroom-map-compliance-content>div>span{color:#98713a}
.showroom-map-switch{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 11px;border:1px solid rgba(184,133,52,.24);border-radius:9px;background:var(--paper);color:var(--ink);cursor:pointer}
.showroom-map-switch>span:first-child{min-width:0}
.showroom-map-switch b,.showroom-map-switch small{display:block}
.showroom-map-switch b{font-size:11px}
.showroom-map-switch small{margin-top:2px;color:var(--muted);font-size:9px;font-weight:500}
.showroom-switch{position:relative;width:42px;height:23px;flex:0 0 42px}
.showroom-switch input{position:absolute;opacity:0;pointer-events:none}
.showroom-switch i{position:absolute;inset:0;border-radius:999px;background:#cbd4d2;transition:.18s}
.showroom-switch i::after{content:"";position:absolute;top:3px;left:3px;width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.18);transition:.18s}
.showroom-switch input:checked+i{background:var(--green)}
.showroom-switch input:checked+i::after{transform:translateX(19px)}
.showroom-switch input:focus-visible+i{box-shadow:0 0 0 3px var(--brand-focus)}
.showroom-description-switch{margin:.8em 0 1em;padding:.8em;border:1px solid var(--line);border-radius:8px;background:var(--soft)}
.showroom-map-compliance-content>p{margin:0;color:#8a632b;font-size:10px}
.showroom-settings-body>.form-error{min-height:0;margin:0;padding:0 2px;font-size:11px}
.showroom-settings-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 19px;border-top:1px solid var(--line);background:var(--paper)}
.showroom-settings-actions>div{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.showroom-settings-actions button{min-height:38px;padding-inline:15px}

@media (max-width:900px){
  .showroom-page{padding:10px}.showroom-toolbar{align-items:flex-start}.showroom-toolbar>div:first-child{display:grid}.showroom-review-gate{display:none}
  .showroom-settings-dialog{width:min(760px,100vw);border-radius:14px 0 0 14px}
  .showroom-skin-options{grid-template-columns:1fr 1fr}.showroom-skin-choice:last-child{grid-column:1/-1}
  .showroom-settings-inline,.showroom-refresh-grid{grid-template-columns:1fr 1fr}
  .showroom-map-palette-options{grid-template-columns:repeat(3,minmax(0,1fr))}
  .showroom-range-control{grid-template-columns:minmax(150px,1fr) 90px 52px}
  .showroom-capacity-controls{grid-template-columns:minmax(0,1fr)}
  .showroom-map-palette-heading{align-items:flex-start;flex-direction:column;gap:3px}.showroom-map-palette-options{grid-template-columns:repeat(2,minmax(0,1fr))}.showroom-map-custom-colors{grid-template-columns:minmax(0,1fr)}
  .showroom-destination-layout{grid-template-columns:minmax(190px,.65fr) minmax(280px,1.35fr)}
}
@media (max-width:620px){
  .showroom-toolbar{flex-direction:column}.showroom-toolbar-actions{width:100%}.showroom-toolbar-actions button{flex:1}
  .showroom-settings-dialog{width:100vw;border-radius:0}
  .showroom-settings-head,.showroom-settings-actions{padding-left:14px;padding-right:14px}
  .showroom-settings-body{padding:10px}.showroom-settings-body section{padding:13px}
  .showroom-skin-options{grid-template-columns:minmax(0,1fr)}.showroom-skin-choice:last-child{grid-column:auto}
  .showroom-settings-qr-grid,.showroom-settings-inline,.showroom-settings-scope-grid,.showroom-refresh-grid,.showroom-panel-title-grid{grid-template-columns:minmax(0,1fr)}
  .showroom-capacity-controls{grid-template-columns:minmax(0,1fr)}
  .showroom-range-control{grid-template-columns:minmax(0,1fr) 84px}.showroom-range-control>output{grid-column:2;text-align:left}
  .showroom-destination-layout{grid-template-columns:minmax(0,1fr)}.showroom-destination-picker{height:270px}.showroom-destination-layout>div:first-child>p{margin:0 0 10px;padding-top:0}
  .showroom-capacity-setting{grid-template-columns:28px minmax(0,1fr) 36px}
  .showroom-capacity-setting .field:nth-of-type(2){grid-column:2/4}
  .showroom-capacity-setting .showroom-capacity-remove{grid-column:3;grid-row:1}
  .showroom-settings-actions{align-items:stretch;flex-wrap:wrap}.showroom-settings-actions>div{flex:1}.showroom-settings-actions>div button{flex:1}
}
@media (prefers-reduced-motion:reduce){
  .showroom-marquee span{padding-left:0;animation:none}.showroom-marquee{text-align:center}
  .showroom-feed-row,.showroom-inbound-event,.showroom-kpis em,.showroom-settings-dialog[open]{animation:none!important}
}
