@media(min-width:701px){.home-page .office-scene{top:calc(50% + var(--scene-offset,0px))}}
/* Compact metrics leave most of the monitor available for the graph. */
.office-scene .hero-dashboard .dashboard-ui{display:grid;grid-template-rows:22px 48px minmax(0,1fr);gap:8px;padding:14px;box-sizing:border-box;overflow:hidden}
.office-scene .dash-heading{min-height:0;line-height:1.2}.office-scene .dash-heading strong{font-size:17px;line-height:1.2}.office-scene .dash-heading>span{font-size:11px;line-height:1.2}
.office-scene .dash-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0;min-height:0}.office-scene .dash-metrics>div{padding:4px 9px;border-radius:7px;min-height:0}.office-scene .dash-metrics span{font-size:11px;line-height:1.2}.office-scene .dash-metrics b{display:block;font-size:19px;line-height:1.2;margin-top:3px;font-weight:600;font-variant-numeric:tabular-nums}
.office-scene .dash-chart{display:grid;grid-template-rows:15px minmax(0,1fr);gap:3px;padding:7px 9px 3px;border-radius:9px;min-height:0;overflow:hidden}.office-scene .dash-chart>span{font-size:11px;line-height:1.2}.office-scene .dash-chart svg{display:block;flex:none;width:100%;height:100%;min-height:0;max-width:none;overflow:hidden;aspect-ratio:auto}.office-scene .dash-bottom{display:none}
.office-scene .animated-bars rect{animation:readable-bars 14s ease-in-out infinite;transform-origin:center bottom;transform-box:fill-box}.office-scene .animated-bars rect:nth-child(2n){animation-delay:-3s}.office-scene .animated-bars rect:nth-child(3n){animation-delay:-6s}.office-scene .chart-line{animation:readable-line 16s ease-in-out infinite;stroke-dasharray:none;stroke-dashoffset:0;opacity:1;transform-origin:center}
@keyframes readable-bars{0%,100%{transform:scaleY(.8)}50%{transform:scaleY(1)}}@keyframes readable-line{0%,100%{transform:translateY(6px)}50%{transform:translateY(-5px)}}
@media(prefers-reduced-motion:reduce){.office-scene .animated-bars rect,.office-scene .chart-line{animation:none!important;transform:none!important}}
