/* PANTAU office visualization. All presentation is scoped to this page. */
.office-viz-page {
  --ov-ink: #183e52;
  --ov-muted: #607c8a;
  --ov-blue: #0b5e8a;
  --ov-teal: #087f84;
  --ov-green: #409663;
  --ov-line: #dce8ed;
  --ov-soft: #f3f8fa;
  min-width: 0;
  color: var(--ov-ink);
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
}
.office-viz-page *, .office-viz-page *::before, .office-viz-page *::after { box-sizing: border-box; }
.office-viz-page button, .office-viz-page select { font: inherit; }
.office-viz-page button { cursor: pointer; }
.office-viz-page button:disabled, .office-viz-page button[aria-disabled="true"] { cursor: default; opacity: .5; }
.office-viz-page button:focus-visible, .office-viz-page select:focus-visible, .office-viz-page summary:focus-visible { outline: 3px solid #56a0bf; outline-offset: 3px; }
.office-viz-page .ov-icon { flex-shrink: 0; width: 18px; height: 18px; vertical-align: middle; }
.office-viz-page .ov-hero { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; margin-bottom: 20px; padding: 29px 30px; border: 1px solid #d8e7ec; border-radius: 22px; background: linear-gradient(115deg, #fff 18%, #f5fafb 71%, #edf7f5 100%); box-shadow: 0 3px 16px #214d6304; }
.office-viz-page .ov-hero::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(#0b5e8a 60%, #72ac43); }
.office-viz-page .ov-hero-copy { flex: 1; min-width: 0; }
.office-viz-page .ov-brand-logo { display: block; width: 154px; max-width: 100%; height: 33px; object-fit: contain; object-position: left center; margin: 0 0 17px; }
.office-viz-page .ov-eyebrow { margin: 0 0 7px; color: #387c91; font-size: 10px; font-weight: 750; letter-spacing: .16em; }
.office-viz-page .ov-hero h1 { margin: 0 0 9px; color: #173e53; font-size: clamp(24px, 2.3vw, 32px); line-height: 1.2; font-weight: 730; letter-spacing: -.045em; }
.office-viz-page .ov-hero-description { margin: 0; max-width: 480px; color: #5b7888; font-size: 12px; line-height: 1.75; }
.office-viz-page .ov-hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 17px; margin-top: 17px; font-size: 10px; }
.office-viz-page .ov-source { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #dce7ec; border-radius: 99px; padding: 5px 9px; color: #577787; background: #f1f6f8; font-weight: 650; }
.office-viz-page .ov-source > i { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: currentColor; }
.office-viz-page .ov-source-live { color: #217c65; background: #eaf7f0; border-color: #d2ebdd; }
.office-viz-page .ov-source-stale { color: #947023; background: #fcf7e9; border-color: #ebdfbb; }
.office-viz-page .ov-source-closed { color: #5b6785; background: #f0f2f7; border-color: #dde2ee; }
.office-viz-page .ov-date { display: inline-flex; align-items: center; gap: 6px; color: #627d8c; }
.office-viz-page .ov-date .ov-icon { width: 13px; height: 13px; }
.office-viz-page .ov-office-control { width: 295px; flex: 0 0 295px; align-self: center; }
.office-viz-page .ov-office-control > label { display: block; margin: 0 0 8px 2px; color: #55788a; font-size: 10px; font-weight: 650; }
.office-viz-page .ov-office-picker { position: relative; }
.office-viz-page .ov-office-picker > .ov-icon { position: absolute; top: 14px; left: 14px; width: 19px; height: 19px; color: #397e98; pointer-events: none; }
.office-viz-page .ov-office-picker select { width: 100%; min-width: 0; min-height: 47px; padding: 12px 30px 12px 43px; border: 1px solid #cddfe7; border-radius: 12px; color: #24566d; background: #fff; box-shadow: 0 2px 5px #173e5204; font-size: 12px; font-weight: 650; text-overflow: ellipsis; cursor: pointer; }
.office-viz-page .ov-office-picker select:disabled { cursor: default; color: #617a86; background: #f5f9fb; }
.office-viz-page .ov-update-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 7px 10px; margin-top: 10px; }
.office-viz-page .ov-update-row > span { flex: 1; min-width: 90px; color: #687f8c; font-size: 9px; line-height: 1.5; }
.office-viz-page .ov-refresh { display: inline-flex; align-items: center; gap: 5px; min-height: 32px; padding: 5px 7px; border: 0; border-radius: 7px; color: #246a85; background: transparent; font-size: 10px; font-weight: 650; }
.office-viz-page .ov-refresh:hover:not(:disabled):not([aria-disabled="true"]) { background: #e4f0f4; }
.office-viz-page .ov-refresh .ov-icon { width: 13px; height: 13px; }
.office-viz-page .ov-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 21px; }
.office-viz-page .ov-metric { display: flex; align-items: flex-start; gap: 13px; min-width: 0; padding: 19px 18px 17px; border: 1px solid var(--ov-line); border-radius: 17px; background: #fff; box-shadow: 0 2px 9px #16394e03; }
.office-viz-page .ov-metric-icon { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 12px; color: #327ca3; background: #edf5fa; }
.office-viz-page .ov-metric-icon .ov-icon { width: 19px; height: 19px; }
.office-viz-page .ov-metric-teal .ov-metric-icon { color: #1e8a86; background: #e9f6f3; }
.office-viz-page .ov-metric-green .ov-metric-icon { color: #3a8b54; background: #edf6e9; }
.office-viz-page .ov-metric-slate .ov-metric-icon { color: #6b84a3; background: #f0f3f9; }
.office-viz-page .ov-metric-copy { min-width: 0; }
.office-viz-page .ov-metric h2 { margin: 1px 0 7px; color: #5d7988; font-size: 10px; font-weight: 550; line-height: 1.45; }
.office-viz-page .ov-metric-value { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; margin: 0; color: #1c536e; font-size: 30px; font-weight: 720; letter-spacing: -.045em; line-height: 1.1; font-variant-numeric: tabular-nums; }
.office-viz-page .ov-metric-teal .ov-metric-value { color: #137d79; }
.office-viz-page .ov-metric-value small { color: #718591; font-size: 10px; font-weight: 500; letter-spacing: 0; }
.office-viz-page .ov-metric-note { margin: 5px 0 0; color: #738994; font-size: 9px; line-height: 1.45; }
.office-viz-page .ov-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 19px; align-items: start; }
.office-viz-page .ov-scene-card { min-width: 0; overflow: hidden; border: 1px solid var(--ov-line); border-radius: 21px; background: #fff; box-shadow: 0 3px 15px #16394e04; }
.office-viz-page .ov-scene-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 23px 23px 20px; }
.office-viz-page .ov-scene-header > div { min-width: 0; }
.office-viz-page .ov-section-kicker { margin: 0 0 6px; color: #6e8a99; font-size: 9px; font-weight: 730; letter-spacing: .12em; }
.office-viz-page .ov-scene-header h2 { margin: 0; color: #254e63; font-size: 17px; font-weight: 710; letter-spacing: -.02em; overflow-wrap: anywhere; }
.office-viz-page .ov-scene-caption { margin: 5px 0 0; color: #6b8390; font-size: 9px; line-height: 1.7; }
.office-viz-page .ov-view-badge { display: flex; align-items: center; gap: 5px; flex-shrink: 0; padding: 6px 9px; border-radius: 8px; color: #4b7c90; background: #edf5f7; font-size: 9px; font-weight: 650; }
.office-viz-page .ov-view-badge .ov-icon { width: 13px; height: 13px; }
.office-viz-page .ov-stage { position: relative; isolation: isolate; min-width: 0; border-top: 1px solid #e8f0f3; border-bottom: 1px solid #e2ebef; background: #f0f6f7; }
.office-viz-page .ov-scene-host { position: relative; width: 100%; height: 520px; overflow: hidden; background: radial-gradient(ellipse at 50% 45%, #fff 0%, #f2f7f8 63%, #eaf1f4 100%); }
.office-viz-page .ov-scene-host > canvas { display: block; max-width: 100%; }
.office-viz-page .ov-scene-hint { position: absolute; z-index: 1; bottom: 17px; left: 18px; display: inline-flex; align-items: center; gap: 6px; max-width: calc(100% - 145px); padding: 7px 9px; border: 1px solid #e0eaed; border-radius: 8px; color: #567688; background: #ffffffed; box-shadow: 0 2px 6px #24475e04; font-size: 9px; pointer-events: none; }
.office-viz-page .ov-scene-hint .ov-icon { width: 14px; height: 14px; }
.office-viz-page .ov-zoom-controls { position: absolute; z-index: 2; right: 17px; bottom: 16px; display: flex; gap: 2px; padding: 4px; border: 1px solid #dce6ec; border-radius: 11px; background: #ffffffed; box-shadow: 0 3px 10px #24475e08; }
.office-viz-page .ov-zoom-controls button { display: grid; place-items: center; width: 31px; height: 31px; padding: 6px; border: 0; border-radius: 7px; background: transparent; color: #426f84; }
.office-viz-page .ov-zoom-controls button:hover:not(:disabled) { background: #e9f3f7; color: #0b5e8a; }
.office-viz-page .ov-zoom-controls .ov-icon { width: 16px; height: 16px; }
.office-viz-page .ov-scene-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 13px 16px; padding: 14px 21px 15px; background: #fbfdfe; }
.office-viz-page .ov-scene-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 13px; }
.office-viz-page .ov-scene-legend > span { display: inline-flex; align-items: center; gap: 5px; color: #687f8b; font-size: 9px; line-height: 1.5; }
.office-viz-page .ov-scene-legend i { width: 7px; height: 7px; border-radius: 3px; background: #9bb0bc; }
.office-viz-page .ov-scene-legend .ov-legend-serving { background: #1a9690; }
.office-viz-page .ov-scene-legend .ov-legend-idle { background: #a9bcc8; }
.office-viz-page .ov-scene-legend .ov-legend-stale { background: #d6b675; }
.office-viz-page .ov-scene-legend .ov-legend-attention { background: #d78871; }
.office-viz-page .ov-area-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.office-viz-page .ov-area-controls button { display: inline-flex; align-items: center; gap: 5px; min-height: 32px; padding: 6px 9px; border: 1px solid #dce7ec; border-radius: 8px; color: #5c7b8c; background: #fff; font-size: 9px; font-weight: 600; }
.office-viz-page .ov-area-controls button[aria-pressed="true"] { color: #0d707a; background: #eaf7f5; border-color: #a9d7d1; }
.office-viz-page .ov-area-controls button:hover { border-color: #97bfce; }
.office-viz-page .ov-area-controls .ov-icon { width: 13px; height: 13px; }
.office-viz-page .ov-counter-section { padding: 22px; border-top: 1px solid #e3edf1; }
.office-viz-page .ov-counter-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 16px; }
.office-viz-page .ov-counter-toolbar h3 { display: flex; align-items: center; gap: 7px; margin: 0; color: #345d72; font-size: 12px; font-weight: 700; }
.office-viz-page .ov-counter-toolbar h3 > span { display: inline-flex; justify-content: center; align-items: center; min-width: 21px; height: 19px; padding: 0 5px; border-radius: 6px; background: #edf4f7; color: #5d8092; font-size: 9px; }
.office-viz-page .ov-counter-toolbar p { margin: 4px 0 0; color: #748a96; font-size: 9px; }
.office-viz-page .ov-filters { display: inline-flex; max-width: 100%; gap: 3px; padding: 3px; border: 1px solid #e0e9ee; border-radius: 9px; background: #f5f8fa; }
.office-viz-page .ov-filters button { min-height: 29px; padding: 5px 9px; border: 1px solid transparent; border-radius: 6px; background: transparent; color: #66808e; font-size: 9px; font-weight: 550; line-height: 1.45; }
.office-viz-page .ov-filters button[aria-pressed="true"] { border-color: #dce7eb; color: #21657d; background: #fff; box-shadow: 0 1px 4px #24465e06; }
.office-viz-page .ov-filters button:hover { color: #155b77; }
.office-viz-page .ov-filter-note { margin: -4px 0 13px; color: #6b828f; font-size: 9px; line-height: 1.6; }
.office-viz-page .ov-counter-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); gap: 11px; }
.office-viz-page .ov-counter-card { display: flex; flex-direction: column; min-width: 0; gap: 10px; padding: 14px; border: 1px solid #dce7ed; border-radius: 13px; background: #fff; color: #3a6377; text-align: left; transition: border-color .15s ease, background .15s ease, box-shadow .15s ease; }
.office-viz-page .ov-counter-card:hover { border-color: #a4c6d4; background: #f9fcfd; }
.office-viz-page .ov-counter-card.ov-is-selected { border-color: #55a3b5; background: #f2f9fa; box-shadow: 0 0 0 2px #4d9ca414; }
.office-viz-page .ov-counter-card.ov-is-dimmed { background: #f8fafb; border-style: dashed; filter: grayscale(.85); }
.office-viz-page .ov-counter-card.ov-is-dimmed:hover, .office-viz-page .ov-counter-card.ov-is-dimmed:focus-visible { filter: none; }
.office-viz-page .ov-counter-card-top { display: flex; align-items: center; gap: 8px; min-width: 0; width: 100%; }
.office-viz-page .ov-counter-symbol { display: grid; flex: 0 0 29px; place-items: center; width: 29px; height: 29px; border-radius: 8px; color: #6d94a5; background: #eef5f8; }
.office-viz-page .ov-counter-serving .ov-counter-symbol { color: #258780; background: #e7f5f0; }
.office-viz-page .ov-counter-symbol .ov-icon { width: 16px; height: 16px; }
.office-viz-page .ov-counter-card-top > strong { flex: 1; min-width: 0; color: #315d72; font-size: 11px; font-weight: 700; overflow-wrap: anywhere; }
.office-viz-page .ov-counter-arrow { margin-left: auto; width: 13px; height: 13px; color: #85a4b4; }
.office-viz-page .ov-status { display: inline-flex; align-items: center; align-self: flex-start; gap: 5px; max-width: 100%; padding: 4px 7px; border-radius: 6px; color: #647c8c; background: #edf2f6; font-size: 9px; font-weight: 600; line-height: 1.4; }
.office-viz-page .ov-status-dot { display: block; flex: 0 0 5px; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.office-viz-page .ov-status-serving { color: #1c8072; background: #e6f5ed; }
.office-viz-page .ov-status-stale { color: #957124; background: #faf4e5; }
.office-viz-page .ov-status-attention { color: #ae654e; background: #fdf0e8; }
.office-viz-page .ov-counter-card-person, .office-viz-page .ov-counter-card-ticket { display: flex; align-items: flex-start; gap: 6px; color: #657e8c; font-size: 9px; line-height: 1.5; overflow-wrap: anywhere; }
.office-viz-page .ov-counter-card-person > .ov-icon, .office-viz-page .ov-counter-card-ticket > .ov-icon { width: 12px; height: 12px; margin-top: 1px; color: #87a1af; }
.office-viz-page .ov-counter-card-ticket { margin-top: -3px; }
.office-viz-page .ov-counter-card-ticket strong { color: #3f7389; font-weight: 650; }
.office-viz-page .ov-detail-panel { min-width: 0; overflow: hidden; padding: 24px 21px 21px; border: 1px solid var(--ov-line); border-radius: 20px; background: #fff; box-shadow: 0 3px 15px #16394e04; }
.office-viz-page .ov-detail-heading { margin-bottom: 22px; }
.office-viz-page .ov-detail-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 16px; border: 1px solid #daebf2; border-radius: 13px; background: #edf6fa; color: #4286a1; }
.office-viz-page .ov-detail-icon .ov-icon { width: 21px; height: 21px; }
.office-viz-page .ov-detail-icon-teal { background: #eaf7f1; border-color: #d6ebe0; color: #398574; }
.office-viz-page .ov-detail-heading h2, .office-viz-page .ov-detail-empty h2 { margin: 5px 0 9px; color: #2c566d; font-size: 21px; font-weight: 720; letter-spacing: -.035em; line-height: 1.3; overflow-wrap: anywhere; }
.office-viz-page .ov-detail-heading > p:last-child { margin: 0; color: #748b96; font-size: 10px; line-height: 1.65; }
.office-viz-page .ov-officer { display: flex; align-items: center; gap: 10px; padding: 0 0 20px; }
.office-viz-page .ov-avatar { display: grid; flex: 0 0 36px; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #41798e; background: #e7f1f4; border: 3px solid #f4f8fa; font-size: 11px; font-weight: 700; }
.office-viz-page .ov-officer > div { min-width: 0; }
.office-viz-page .ov-officer small { display: block; color: #738a96; font-size: 9px; }
.office-viz-page .ov-officer strong { display: block; margin-top: 2px; color: #385e73; font-size: 11px; font-weight: 640; overflow-wrap: anywhere; }
.office-viz-page .ov-current-queue { padding: 18px; border: 1px solid #e0e9ef; border-radius: 14px; background: #f7fafc; text-align: center; }
.office-viz-page .ov-current-queue-active { border-color: #d4eae4; background: linear-gradient(145deg, #f0faf6, #eff8fa); }
.office-viz-page .ov-current-queue > span { color: #668592; font-size: 10px; }
.office-viz-page .ov-current-queue > strong { display: block; margin: 8px 0 7px; color: #1f7b7b; font-size: 37px; font-weight: 740; letter-spacing: -.045em; line-height: 1.15; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.office-viz-page .ov-current-queue > p { margin: 0; color: #61818e; font-size: 10px; line-height: 1.6; overflow-wrap: anywhere; }
.office-viz-page .ov-detail-facts { display: flex; flex-direction: column; gap: 0; margin: 20px 0 0; }
.office-viz-page .ov-detail-row { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 7px 10px; padding: 11px 0; border-bottom: 1px solid #edf2f5; }
.office-viz-page .ov-detail-row:last-child { border-bottom: 0; }
.office-viz-page .ov-detail-row dt { display: inline-flex; align-items: center; gap: 6px; color: #6c8491; font-size: 10px; }
.office-viz-page .ov-detail-row dt .ov-icon { width: 13px; height: 13px; color: #89a2af; }
.office-viz-page .ov-detail-row dd { margin: 0 0 0 auto; color: #375f73; font-size: 10px; font-weight: 650; overflow-wrap: anywhere; }
.office-viz-page .ov-detail-footnote { margin: 20px 0 0; padding-top: 15px; border-top: 1px solid #e9f0f3; color: #768b97; font-size: 9px; line-height: 1.75; }
.office-viz-page .ov-detail-callout { display: flex; align-items: flex-start; gap: 8px; padding: 13px; margin-top: 18px; border: 1px solid #e0eaf0; border-radius: 10px; color: #648293; background: #f4f9fb; }
.office-viz-page .ov-detail-callout .ov-icon { width: 14px; height: 14px; margin-top: 2px; }
.office-viz-page .ov-detail-callout p { margin: 0; font-size: 9px; line-height: 1.75; }
.office-viz-page .ov-detail-callout-warning { border-color: #ecdfc6; color: #927238; background: #fcf9f1; }
.office-viz-page .ov-detail-empty { padding: 10px 0; }
.office-viz-page .ov-detail-empty > p:not(.ov-section-kicker) { color: #708896; font-size: 11px; line-height: 1.8; }
.office-viz-page .ov-detail-empty-line { display: block; width: 40px; height: 3px; margin: 26px 0; border-radius: 9px; background: #dbeaf0; }
.office-viz-page .ov-detail-empty .ov-detail-empty-hint { display: flex; align-items: flex-start; gap: 7px; color: #7a929f; font-size: 10px; }
.office-viz-page .ov-detail-empty-hint .ov-icon { width: 15px; height: 15px; margin-top: 2px; }
.office-viz-page .ov-detail-section { margin-top: 22px; }
.office-viz-page .ov-detail-section > h3 { margin: 0 0 13px; color: #466c80; font-size: 11px; font-weight: 700; }
.office-viz-page .ov-wait-summary { display: flex; align-items: baseline; gap: 9px; padding: 18px; border: 1px solid #deebf0; border-radius: 12px; background: #f2f8fa; }
.office-viz-page .ov-wait-summary strong { color: #226681; font-size: 32px; font-weight: 730; line-height: 1; letter-spacing: -.045em; }
.office-viz-page .ov-wait-summary > span { color: #6a8694; font-size: 10px; }
.office-viz-page .ov-wait-list { display: flex; flex-direction: column; gap: 0; max-height: 385px; overflow-y: auto; overscroll-behavior: contain; margin: 0; padding: 0; list-style: none; }
.office-viz-page .ov-wait-list li { display: flex; gap: 10px; align-items: center; padding: 11px 0; border-bottom: 1px solid #ecf1f4; }
.office-viz-page .ov-wait-list li:first-child { padding-top: 2px; }
.office-viz-page .ov-wait-ticket { display: flex; align-items: center; justify-content: center; min-width: 46px; max-width: 80px; min-height: 32px; padding: 6px 8px; border-radius: 7px; color: #4f7b90; background: #edf4f7; font-size: 10px; font-weight: 700; overflow-wrap: anywhere; }
.office-viz-page .ov-wait-list li > div { flex: 1; min-width: 0; }
.office-viz-page .ov-wait-list strong { display: block; color: #54768a; font-size: 10px; font-weight: 600; line-height: 1.5; overflow-wrap: anywhere; }
.office-viz-page .ov-wait-list li > div > span { display: block; margin-top: 3px; color: #7c929e; font-size: 9px; }
.office-viz-page .ov-detail-note { margin: 13px 0 0; color: #758e9c; font-size: 9px; line-height: 1.7; }
.office-viz-page .ov-inline-empty { display: flex; flex-direction: column; align-items: center; padding: 23px 12px; border: 1px dashed #dce7ed; border-radius: 11px; color: #7894a3; text-align: center; }
.office-viz-page .ov-inline-empty .ov-icon { width: 26px; height: 26px; margin-bottom: 7px; color: #9bb4c1; }
.office-viz-page .ov-inline-empty p { margin: 0; font-size: 10px; line-height: 1.65; }
.office-viz-page .ov-role-illustration { display: grid; place-items: center; height: 112px; border: 1px solid #e1ece9; border-radius: 13px; color: #75a491; background: radial-gradient(circle at 50% 50%, #fff 15%, #edf7f2 72%); }
.office-viz-page .ov-role-illustration .ov-icon { width: 49px; height: 49px; stroke-width: 1.2; }
.office-viz-page .ov-security-tasks { display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0 0 0 16px; color: #678493; font-size: 10px; line-height: 1.7; }
.office-viz-page .ov-security-tasks li::marker { color: #80ac9b; }
.office-viz-page .ov-avatar-settings { margin-top: 18px; padding-top: 14px; border-top: 1px solid #e9f0f3; }
.office-viz-page .ov-avatar-settings summary { color: #608193; font-size: 10px; font-weight: 600; cursor: pointer; }
.office-viz-page .ov-avatar-control { display: block; margin-top: 12px; }
.office-viz-page .ov-avatar-control > span { display: block; margin-bottom: 6px; color: #6c8492; font-size: 9px; }
.office-viz-page .ov-avatar-control select { width: 100%; min-height: 36px; padding: 7px 9px; border: 1px solid #dce7ed; border-radius: 8px; background: #f9fcfd; color: #426f83; font-size: 10px; }
.office-viz-page .ov-avatar-settings p { margin: 8px 0 0; color: #7b919e; font-size: 9px; line-height: 1.7; }
.office-viz-page .ov-notice { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 17px; padding: 13px 16px; border: 1px solid #dbeaf1; border-radius: 12px; color: #537b90; background: #f3f9fc; }
.office-viz-page .ov-notice .ov-icon { width: 17px; height: 17px; margin-top: 1px; }
.office-viz-page .ov-notice p { margin: 0; font-size: 11px; line-height: 1.7; overflow-wrap: anywhere; }
.office-viz-page .ov-notice-warning { border-color: #ece1ca; color: #8c7042; background: #fffbf3; }
.office-viz-page .ov-scene-card > .ov-notice { margin: 15px 20px 0; }
.office-viz-page .ov-empty-room { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 427px; padding: 40px 30px; border-top: 1px solid #edf3f6; background: radial-gradient(ellipse at 50% 38%, #fff, #f6fafb); text-align: center; }
.office-viz-page .ov-empty-building { display: grid; place-items: center; width: 79px; height: 79px; margin-bottom: 20px; border: 1px solid #dce9ee; border-radius: 23px; background: #eef6f8; color: #81a9bb; transform: rotate(-4deg); }
.office-viz-page .ov-empty-building .ov-icon { width: 38px; height: 38px; transform: rotate(4deg); stroke-width: 1.4; }
.office-viz-page .ov-empty-room h3 { margin: 0 0 9px; color: #436b80; font-size: 17px; font-weight: 690; letter-spacing: -.02em; }
.office-viz-page .ov-empty-room p { max-width: 380px; margin: 0; color: #708a99; font-size: 11px; line-height: 1.8; }
.office-viz-page .ov-button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 37px; margin-top: 21px; padding: 9px 13px; border: 1px solid #c9dfe8; border-radius: 9px; color: #37738f; background: #edf6fa; font-size: 10px; font-weight: 650; }
.office-viz-page .ov-button .ov-icon { width: 14px; height: 14px; }
.office-viz-page .ov-button:hover:not(:disabled):not([aria-disabled="true"]) { background: #e4f1f6; border-color: #a7cadb; }
.office-viz-page .ov-page-footnote { display: flex; align-items: flex-start; gap: 7px; max-width: 880px; margin: 17px 3px 4px; color: #76909d; font-size: 9px; line-height: 1.75; }
.office-viz-page .ov-page-footnote .ov-icon { width: 13px; height: 13px; margin-top: 1px; }
.office-viz-page .ov-skeleton { display: block; border-radius: 6px; background: linear-gradient(110deg, #eaf1f5 30%, #f5f9fb 45%, #eaf1f5 60%); background-size: 240% 100%; animation: ov-shimmer 1.9s ease-in-out infinite; }
.office-viz-page .ov-skeleton-number { width: 59px; height: 31px; margin: 0; }
.office-viz-page .ov-skeleton-heading { width: 170px; max-width: 100%; height: 21px; }
.office-viz-page .ov-skeleton-line { width: 200px; max-width: 85%; height: 10px; }
.office-viz-page .ov-skeleton-circle { width: 43px; height: 43px; border-radius: 13px; }
.office-viz-page .ov-skeleton-block { width: 100%; height: 140px; margin-top: 10px; border-radius: 14px; }
.office-viz-page .ov-scene-skeleton { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 520px; border-top: 1px solid #edf2f5; background: #f7fafb; }
.office-viz-page .ov-skeleton-building { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 8px; border: 1px solid #dfebf1; border-radius: 20px; color: #9bb8c8; background: #eef5f8; }
.office-viz-page .ov-skeleton-building .ov-icon { width: 32px; height: 32px; stroke-width: 1.4; }
.office-viz-page .ov-scene-skeleton p { margin: 15px 0; color: #7a95a5; font-size: 12px; }
.office-viz-page .ov-detail-loading { display: flex; flex-direction: column; gap: 17px; padding: 8px 0; }
.office-viz-page .ov-spin { animation: ov-spin 1.1s linear infinite; }
@keyframes ov-spin { to { transform: rotate(360deg); } }
@keyframes ov-shimmer { 0% { background-position: 100% 0; } 100% { background-position: -100% 0; } }
@media (min-width: 1550px) {
  .office-viz-page .ov-layout { grid-template-columns: minmax(0, 1fr) 315px; gap: 22px; }
  .office-viz-page .ov-scene-host { height: 590px; }
  .office-viz-page .ov-detail-panel { padding: 27px 24px 23px; }
}
@media (max-width: 1180px) {
  .office-viz-page .ov-hero { padding: 25px; gap: 24px; }
  .office-viz-page .ov-office-control { width: 250px; flex-basis: 250px; }
  .office-viz-page .ov-metric { gap: 9px; padding: 16px 12px; }
  .office-viz-page .ov-metric-icon { width: 32px; height: 32px; flex-basis: 32px; border-radius: 10px; }
  .office-viz-page .ov-metric-icon .ov-icon { width: 17px; height: 17px; }
  .office-viz-page .ov-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 15px; }
  .office-viz-page .ov-detail-panel { padding: 23px 17px 19px; }
  .office-viz-page .ov-scene-header { padding: 21px 19px 18px; }
  .office-viz-page .ov-scene-host { height: 480px; }
  .office-viz-page .ov-counter-section { padding: 19px; }
}
@media (max-width: 1000px) {
  .office-viz-page .ov-layout { grid-template-columns: minmax(0, 1fr); }
  .office-viz-page .ov-detail-panel { padding: 24px; }
  .office-viz-page .ov-detail-heading { margin-bottom: 17px; }
  .office-viz-page .ov-detail-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .office-viz-page .ov-detail-row { display: block; padding: 2px 0; border: 0; }
  .office-viz-page .ov-detail-row dd { margin: 7px 0 0 19px; }
  .office-viz-page .ov-current-queue { text-align: left; }
  .office-viz-page .ov-current-queue > strong { font-size: 33px; }
  .office-viz-page .ov-detail-empty { padding: 0; }
  .office-viz-page .ov-detail-empty-line { margin: 17px 0; }
  .office-viz-page .ov-detail-empty > p { max-width: 600px; }
  .office-viz-page .ov-wait-list { max-height: 320px; }
}
@media (max-width: 760px) {
  .office-viz-page .ov-hero { flex-direction: column; align-items: stretch; gap: 21px; padding: 23px; border-radius: 18px; }
  .office-viz-page .ov-hero h1 { font-size: 27px; }
  .office-viz-page .ov-brand-logo { width: 145px; height: 30px; margin-bottom: 15px; }
  .office-viz-page .ov-office-control { width: 100%; flex: auto; padding-top: 17px; border-top: 1px solid #e1ebef; }
  .office-viz-page .ov-hero-meta { margin-top: 13px; }
  .office-viz-page .ov-office-picker select { min-height: 45px; }
  .office-viz-page .ov-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .office-viz-page .ov-metric { padding: 16px; gap: 13px; border-radius: 14px; }
  .office-viz-page .ov-metric h2 { font-size: 10px; }
  .office-viz-page .ov-scene-host { height: 410px; }
  .office-viz-page .ov-scene-bottom { padding: 13px 18px 15px; }
  .office-viz-page .ov-counter-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .office-viz-page .ov-scene-header { align-items: flex-start; }
  .office-viz-page .ov-view-badge { margin-top: 3px; padding: 5px 7px; font-size: 8px; }
  .office-viz-page .ov-scene-caption { max-width: 290px; }
  .office-viz-page .ov-counter-toolbar { gap: 12px; }
  .office-viz-page .ov-filters button { min-height: 34px; }
  .office-viz-page .ov-area-controls button { min-height: 36px; }
}
@media (max-width: 480px) {
  .office-viz-page .ov-hero { padding: 22px 19px 18px; margin-bottom: 15px; }
  .office-viz-page .ov-hero h1 { font-size: 25px; }
  .office-viz-page .ov-hero-description { font-size: 11px; }
  .office-viz-page .ov-eyebrow { font-size: 10px; }
  .office-viz-page .ov-metrics { gap: 9px; margin-bottom: 16px; }
  .office-viz-page .ov-metric { display: block; padding: 14px; }
  .office-viz-page .ov-metric-icon { width: 31px; height: 31px; margin-bottom: 10px; border-radius: 9px; }
  .office-viz-page .ov-metric h2 { margin-bottom: 6px; min-height: 15px; font-size: 11px; }
  .office-viz-page .ov-metric-value { font-size: 29px; }
  .office-viz-page .ov-scene-card { border-radius: 17px; }
  .office-viz-page .ov-scene-header { padding: 18px 15px 16px; gap: 9px; }
  .office-viz-page .ov-scene-header h2 { font-size: 15px; }
  .office-viz-page .ov-view-badge { max-width: 66px; gap: 4px; line-height: 1.4; }
  .office-viz-page .ov-view-badge .ov-icon { width: 12px; height: 12px; }
  .office-viz-page .ov-scene-host { height: 360px; }
  .office-viz-page .ov-scene-hint { bottom: 11px; left: 10px; max-width: calc(100% - 124px); padding: 6px 7px; font-size: 10px; }
  .office-viz-page .ov-scene-hint .ov-icon { width: 12px; height: 12px; }
  .office-viz-page .ov-zoom-controls { right: 10px; bottom: 10px; padding: 3px; gap: 0; }
  .office-viz-page .ov-zoom-controls button { width: 30px; height: 33px; }
  .office-viz-page .ov-scene-bottom { padding: 13px 15px; gap: 12px; }
  .office-viz-page .ov-scene-legend { gap: 6px 10px; }
  .office-viz-page .ov-scene-legend > span { font-size: 10px; }
  .office-viz-page .ov-counter-section { padding: 18px 14px; }
  .office-viz-page .ov-filters { width: 100%; }
  .office-viz-page .ov-filters button { flex: 1; padding: 5px 6px; font-size: 10px; }
  .office-viz-page .ov-counter-list { gap: 9px; }
  .office-viz-page .ov-counter-card { padding: 11px; gap: 9px; }
  .office-viz-page .ov-counter-card-top { gap: 6px; }
  .office-viz-page .ov-counter-symbol { width: 25px; height: 25px; flex-basis: 25px; border-radius: 7px; }
  .office-viz-page .ov-counter-symbol .ov-icon { width: 14px; height: 14px; }
  .office-viz-page .ov-counter-card-top > strong { font-size: 12px; }
  .office-viz-page .ov-counter-arrow { display: none; }
  .office-viz-page .ov-counter-card .ov-status { font-size: 10px; padding: 4px 5px; }
  .office-viz-page .ov-counter-card-person, .office-viz-page .ov-counter-card-ticket { font-size: 10px; }
  .office-viz-page .ov-detail-panel { padding: 22px 19px; border-radius: 17px; }
  .office-viz-page .ov-detail-facts { display: flex; gap: 0; }
  .office-viz-page .ov-detail-row { display: flex; padding: 11px 0; border-bottom: 1px solid #edf2f5; }
  .office-viz-page .ov-detail-row dd { margin: 0 0 0 auto; }
  .office-viz-page .ov-empty-room { min-height: 360px; padding: 35px 21px; }
  .office-viz-page .ov-empty-room h3 { font-size: 15px; }
  .office-viz-page .ov-empty-room p { font-size: 10px; }
  .office-viz-page .ov-scene-skeleton { height: 360px; }
  .office-viz-page .ov-page-footnote { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .office-viz-page .ov-skeleton, .office-viz-page .ov-spin { animation: none; }
  .office-viz-page .ov-counter-card { transition: none; }
}
.office-viz-page .ov-facility-controls { padding: 15px 21px 17px; border-top: 1px solid #edf2f5; background: #fff; }
.office-viz-page .ov-facility-label { display: block; margin-bottom: 10px; color: #74909e; font-size: 9px; font-weight: 650; }
.office-viz-page .ov-facility-controls > div { display: flex; flex-wrap: wrap; gap: 7px; }
.office-viz-page .ov-facility-controls button { display: inline-flex; align-items: center; gap: 6px; min-height: 34px; padding: 7px 9px; border: 1px solid #e0e9ee; border-radius: 8px; background: #f9fbfc; color: #648191; font-size: 9px; font-weight: 550; }
.office-viz-page .ov-facility-controls button:hover { border-color: #b4d1dc; background: #f2f8fa; }
.office-viz-page .ov-facility-controls button[aria-pressed="true"] { border-color: #91c5d1; background: #eaf5f8; color: #28738d; }
.office-viz-page .ov-facility-controls .ov-icon { width: 13px; height: 13px; color: #84a1af; }
@media (max-width: 480px) {
  .office-viz-page .ov-facility-controls { padding: 14px 15px; }
  .office-viz-page .ov-facility-controls > div { gap: 6px; }
  .office-viz-page .ov-facility-controls button { padding: 7px 8px; min-height: 36px; font-size: 10px; }
}

.office-viz-page .ov-people-note { margin: 0; padding: 0 21px 14px; color: #738c99; background: #fbfdfe; font-size: 9px; line-height: 1.7; }
@media (max-width: 480px) { .office-viz-page .ov-people-note { padding: 0 15px 13px; font-size: 10px; } }

.office-viz-page .ov-empty-room.ov-empty-records { min-height: 0; padding: 25px 22px; border-top: 1px solid #e3edf1; background: #fbfdfe; }
.office-viz-page .ov-empty-records .ov-empty-building { width: 43px; height: 43px; border-radius: 12px; margin-bottom: 11px; }
.office-viz-page .ov-empty-records .ov-empty-building .ov-icon { width: 22px; height: 22px; }
.office-viz-page .ov-empty-records h3 { font-size: 13px; }
.office-viz-page .ov-empty-records p { max-width: 490px; font-size: 10px; }
.office-viz-page .ov-empty-records .ov-button { min-height: 33px; margin-top: 14px; padding: 7px 10px; }

.office-viz-page .ov-status-calling { color: #32679f; background: #eaf2fc; }
.office-viz-page .ov-scene-legend .ov-legend-calling { background: #6096cc; }
.office-viz-page .ov-counter-calling .ov-counter-symbol { color: #427caa; background: #eaf2fc; }
.office-viz-page .ov-current-queue-calling { border-color: #d3e3f2; background: linear-gradient(145deg, #f0f6fc, #f5f9fd); }
.office-viz-page .ov-current-queue-calling > strong { color: #3873a3; }
.office-viz-page .ov-current-queue > .ov-call-phase { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; padding: 5px 7px; border: 1px solid #d8e6f4; border-radius: 7px; color: #4d789d; background: #ffffffb3; font-size: 9px; line-height: 1.45; }
.office-viz-page .ov-call-phase .ov-icon { width: 12px; height: 12px; }
.office-viz-page .ov-scene-cap-note { display: flex; align-items: flex-start; gap: 6px; margin: 0; padding: 0 21px 14px; color: #557b92; background: #fbfdfe; font-size: 9px; line-height: 1.7; }
.office-viz-page .ov-scene-cap-note .ov-icon { width: 13px; height: 13px; margin-top: 1px; }
@media (max-width: 480px) { .office-viz-page .ov-scene-cap-note { padding: 0 15px 13px; font-size: 10px; } }

@media (max-width: 480px) {
  .office-viz-page .ov-view-badge { max-width: 77px; font-size: 10px; }
  .office-viz-page .ov-scene-caption, .office-viz-page .ov-metric-note,
  .office-viz-page .ov-section-kicker, .office-viz-page .ov-counter-toolbar p,
  .office-viz-page .ov-facility-label, .office-viz-page .ov-filter-note,
  .office-viz-page .ov-detail-footnote, .office-viz-page .ov-detail-note,
  .office-viz-page .ov-detail-callout p, .office-viz-page .ov-avatar-settings p,
  .office-viz-page .ov-avatar-control > span, .office-viz-page .ov-officer small,
  .office-viz-page .ov-wait-list li > div > span,
  .office-viz-page .ov-current-queue > .ov-call-phase { font-size: 10px; }
  .office-viz-page .ov-counter-card-person,
  .office-viz-page .ov-counter-card-ticket { font-size: 10px; line-height: 1.6; }
  .office-viz-page .ov-counter-card-top > strong { font-size: 12px; }
  .office-viz-page .ov-detail-row dt, .office-viz-page .ov-detail-row dd,
  .office-viz-page .ov-officer strong, .office-viz-page .ov-wait-list strong,
  .office-viz-page .ov-security-tasks, .office-viz-page .ov-detail-heading > p:last-child { font-size: 11px; }
}

/* Immersive office: the room owns the full content width. */
.office-viz-page .ov-hero { gap: 22px; margin-bottom: 12px; padding: 16px 20px; border-radius: 16px; background: #fff; }
.office-viz-page .ov-hero::before { display: none; }
.office-viz-page .ov-hero-copy { display: grid; grid-template-columns: 130px minmax(0, 1fr); align-items: center; column-gap: 17px; }
.office-viz-page .ov-brand-logo { grid-column: 1; grid-row: 1 / 4; width: 130px; height: 30px; margin: 0; }
.office-viz-page .ov-eyebrow { display: none; }
.office-viz-page .ov-hero h1 { grid-column: 2; margin: 0 0 5px; font-size: 23px; }
.office-viz-page .ov-hero-description { display: none; }
.office-viz-page .ov-hero-meta { grid-column: 2; margin-top: 0; gap: 5px 12px; }
.office-viz-page .ov-office-control { width: 275px; flex-basis: 275px; }
.office-viz-page .ov-office-control > label { display: none; }
.office-viz-page .ov-office-picker select { min-height: 40px; padding-top: 9px; padding-bottom: 9px; }
.office-viz-page .ov-office-picker > .ov-icon { top: 11px; }
.office-viz-page .ov-update-row { margin-top: 3px; }
.office-viz-page .ov-update-row > span { font-size: 10px; }
.office-viz-page .ov-metrics { gap: 0; margin-bottom: 12px; overflow: hidden; border: 1px solid #dce8ed; border-radius: 14px; background: #fff; }
.office-viz-page .ov-metric { align-items: center; gap: 11px; padding: 12px 17px; border: 0; border-right: 1px solid #e7eef2; border-radius: 0; background: transparent; box-shadow: none; }
.office-viz-page .ov-metric:last-child { border-right: 0; }
.office-viz-page .ov-metric-icon { width: 33px; height: 33px; flex-basis: 33px; border-radius: 10px; }
.office-viz-page .ov-metric h2 { margin: 0 0 4px; font-size: 10px; }
.office-viz-page .ov-metric-value { gap: 4px; font-size: 23px; }
.office-viz-page .ov-metric-note { display: none; }
.office-viz-page .ov-layout { display: block; }
.office-viz-page .ov-scene-card { position: relative; border-radius: 18px; }
.office-viz-page .ov-scene-header { position: absolute; top: 17px; left: 18px; right: 18px; z-index: 2; align-items: flex-start; padding: 0; pointer-events: none; }
.office-viz-page .ov-scene-header > div { padding: 9px 12px; border: 1px solid #e1eaf0c9; border-radius: 10px; background: #ffffffeb; box-shadow: 0 3px 12px #254b6306; }
.office-viz-page .ov-scene-header h2 { font-size: 13px; }
.office-viz-page .ov-scene-header .ov-section-kicker, .office-viz-page .ov-scene-caption { display: none; }
.office-viz-page .ov-view-badge { margin-top: 0; background: #ffffffeb; border: 1px solid #e1eaf0c9; font-size: 10px; }
.office-viz-page .ov-stage { border-top: 0; }
.office-viz-page .ov-scene-host { height: clamp(600px, calc(100dvh - 240px), 900px); }
.office-viz-page .ov-scene-bottom { padding: 11px 17px; gap: 9px 16px; }
.office-viz-page .ov-scene-legend > span { font-size: 10px; }
.office-viz-page .ov-facility-controls { display: flex; align-items: center; gap: 13px; padding: 10px 17px; }
.office-viz-page .ov-facility-label { margin: 0; flex-shrink: 0; font-size: 10px; }
.office-viz-page .ov-facility-controls > div { gap: 6px; }
.office-viz-page .ov-facility-controls button { min-height: 32px; padding: 6px 9px; font-size: 10px; }
.office-viz-page .ov-people-note, .office-viz-page .ov-scene-cap-note { padding: 0 17px 10px; font-size: 10px; }
.office-viz-page .ov-counter-disclosure { border-top: 1px solid #e3edf1; }
.office-viz-page .ov-counter-disclosure > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 47px; padding: 12px 17px; color: #597b8d; background: #fcfdfe; cursor: pointer; list-style: none; font-size: 11px; }
.office-viz-page .ov-counter-disclosure > summary::-webkit-details-marker { display: none; }
.office-viz-page .ov-counter-disclosure > summary > span { display: inline-flex; align-items: center; gap: 7px; }
.office-viz-page .ov-counter-disclosure > summary > span:first-child { color: #3c697f; font-weight: 650; }
.office-viz-page .ov-counter-disclosure > summary strong { display: inline-flex; justify-content: center; min-width: 21px; padding: 1px 5px; border-radius: 5px; color: #628598; background: #edf4f7; font-size: 10px; }
.office-viz-page .ov-counter-disclosure > summary .ov-icon { width: 15px; height: 15px; }
.office-viz-page .ov-counter-disclosure > summary > span:last-child { font-size: 10px; }
.office-viz-page .ov-counter-disclosure[open] > summary > span:last-child .ov-icon { transform: rotate(90deg); }
.office-viz-page .ov-counter-disclosure .ov-counter-section { padding: 17px; }
.office-viz-page .ov-counter-list { grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); }
.office-viz-page .ov-detail-sheet { position: fixed; z-index: 100; left: 50%; bottom: 18px; width: min(540px, calc(100vw - 40px)); max-height: min(70dvh, 690px); overflow: auto; overscroll-behavior: contain; transform: translateX(-50%); border: 1px solid #c8dce7; border-radius: 19px; background: #fff; box-shadow: 0 18px 65px #12394b29, 0 4px 15px #12394b12; }
.office-viz-page .ov-sheet-toolbar { position: sticky; top: 0; z-index: 3; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 9px 13px 9px 20px; border-bottom: 1px solid #e7eff3; background: #f9fcfef5; backdrop-filter: blur(10px); }
.office-viz-page .ov-sheet-toolbar > span { display: inline-flex; align-items: center; gap: 7px; color: #628398; font-size: 11px; font-weight: 600; }
.office-viz-page .ov-sheet-toolbar > span .ov-icon { width: 15px; height: 15px; }
.office-viz-page .ov-sheet-toolbar button { display: grid; place-items: center; width: 35px; height: 35px; padding: 7px; border: 1px solid #dbe7ed; border-radius: 10px; color: #587b8f; background: #fff; }
.office-viz-page .ov-sheet-toolbar button:hover { color: #1d617f; background: #eaf4f8; border-color: #b9d4e1; }
.office-viz-page .ov-sheet-toolbar button .ov-icon { width: 17px; height: 17px; }
.office-viz-page .ov-detail-sheet .ov-detail-panel { overflow: visible; padding: 20px 23px; border: 0; border-radius: 0; box-shadow: none; }
.office-viz-page .ov-detail-sheet .ov-detail-heading { position: relative; min-height: 47px; margin-bottom: 17px; padding-left: 58px; }
.office-viz-page .ov-detail-sheet .ov-detail-icon { position: absolute; top: 0; left: 0; margin: 0; }
.office-viz-page .ov-detail-sheet .ov-detail-heading h2 { font-size: 21px; }
.office-viz-page .ov-detail-sheet .ov-current-queue { text-align: left; padding: 14px 17px; }
.office-viz-page .ov-detail-sheet .ov-current-queue > strong { margin: 5px 0; font-size: 31px; }
.office-viz-page .ov-detail-sheet .ov-detail-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 15px; }
.office-viz-page .ov-detail-sheet .ov-detail-row { display: block; padding: 3px 0; border: 0; }
.office-viz-page .ov-detail-sheet .ov-detail-row dd { margin: 5px 0 0; }
.office-viz-page .ov-detail-sheet .ov-detail-footnote { margin-top: 14px; padding-top: 12px; }
.office-viz-page .ov-detail-sheet .ov-wait-list { max-height: 235px; }
@media (max-width: 1100px) {
  .office-viz-page .ov-hero-copy { grid-template-columns: 108px minmax(0, 1fr); column-gap: 13px; }
  .office-viz-page .ov-brand-logo { width: 108px; }
  .office-viz-page .ov-hero h1 { font-size: 21px; }
  .office-viz-page .ov-office-control { width: 245px; flex-basis: 245px; }
  .office-viz-page .ov-metric { padding: 11px 13px; gap: 8px; }
}
@media (max-width: 760px) {
  .office-viz-page .ov-hero { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 12px 17px; padding: 15px 17px; }
  .office-viz-page .ov-hero-copy { flex-basis: 100%; grid-template-columns: 110px minmax(0, 1fr); }
  .office-viz-page .ov-brand-logo { width: 110px; }
  .office-viz-page .ov-hero h1 { font-size: 21px; }
  .office-viz-page .ov-office-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; width: 100%; flex: 1 1 100%; padding: 0; border: 0; }
  .office-viz-page .ov-update-row { margin: 0; gap: 0; }
  .office-viz-page .ov-update-row > span { display: none; }
  .office-viz-page .ov-refresh { min-height: 39px; }
  .office-viz-page .ov-metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .office-viz-page .ov-metric { display: block; padding: 11px 12px; }
  .office-viz-page .ov-metric-icon { display: none; }
  .office-viz-page .ov-metric h2 { min-height: 28px; font-size: 10px; }
  .office-viz-page .ov-metric-value { font-size: 23px; }
  .office-viz-page .ov-scene-host { height: max(470px, calc(100dvh - 245px)); }
  .office-viz-page .ov-facility-controls { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (max-width: 480px) {
  .office-viz-page .ov-hero { padding: 13px 14px; border-radius: 14px; }
  .office-viz-page .ov-hero-copy { grid-template-columns: 88px minmax(0, 1fr); column-gap: 12px; }
  .office-viz-page .ov-brand-logo { width: 88px; height: 25px; }
  .office-viz-page .ov-hero h1 { font-size: 20px; }
  .office-viz-page .ov-hero-meta { gap: 5px; }
  .office-viz-page .ov-date { display: none; }
  .office-viz-page .ov-source { padding: 3px 7px; font-size: 9px; }
  .office-viz-page .ov-office-control { gap: 7px; }
  .office-viz-page .ov-office-picker select { font-size: 11px; }
  .office-viz-page .ov-metric { padding: 10px 8px; }
  .office-viz-page .ov-metric h2 { min-height: 30px; font-size: 10px; line-height: 1.5; }
  .office-viz-page .ov-metric-value { font-size: 23px; }
  .office-viz-page .ov-metric-value small { font-size: 9px; }
  .office-viz-page .ov-scene-header { top: 12px; left: 12px; right: 12px; gap: 8px; }
  .office-viz-page .ov-scene-header > div { padding: 7px 9px; }
  .office-viz-page .ov-scene-header h2 { font-size: 11px; }
  .office-viz-page .ov-view-badge { padding: 6px 7px; font-size: 9px; }
  .office-viz-page .ov-scene-host { height: max(440px, calc(100dvh - 250px)); }
  .office-viz-page .ov-scene-bottom, .office-viz-page .ov-facility-controls { padding-left: 13px; padding-right: 13px; }
  .office-viz-page .ov-scene-legend { gap: 5px 10px; }
  .office-viz-page .ov-scene-legend > span { font-size: 10px; }
  .office-viz-page .ov-people-note, .office-viz-page .ov-scene-cap-note { padding-left: 13px; padding-right: 13px; font-size: 10px; }
  .office-viz-page .ov-counter-disclosure > summary { padding: 12px 13px; }
  .office-viz-page .ov-counter-disclosure .ov-counter-section { padding: 14px; }
  .office-viz-page .ov-counter-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .office-viz-page .ov-detail-sheet { bottom: 10px; width: calc(100vw - 20px); max-height: 72dvh; border-radius: 16px; }
  .office-viz-page .ov-detail-sheet .ov-detail-panel { padding: 18px; }
  .office-viz-page .ov-detail-sheet .ov-detail-facts { gap: 9px; }
  .office-viz-page .ov-detail-sheet .ov-detail-row dt { align-items: flex-start; font-size: 10px; }
  .office-viz-page .ov-detail-sheet .ov-detail-row dd { font-size: 11px; }
}

@media (max-width: 480px) {
  .office-viz-page .ov-source, .office-viz-page .ov-view-badge,
  .office-viz-page .ov-metric-value small { font-size: 10px; }
  .office-viz-page .ov-metric-value { font-size: 22px; }
}

.office-viz-page .ov-scene-legend .ov-staffing-badge { flex-wrap: wrap; padding: 4px 7px; border: 1px solid #dce8ed; border-radius: 7px; background: #f2f8fa; color: #496e80; font-weight: 650; }
.office-viz-page .ov-staffing-badge .ov-icon { width: 12px; height: 12px; }
.office-viz-page .ov-staffing-badge small { font-size: inherit; color: #657e8a; font-weight: 450; }
