/* ui-v4-pages.css — WorkSight v4 PAGES layer, Agent C2a: Overview, Attendance & Work Hours, Departments,
   Live Visitors, Visitor History, Visitor Analytics. Scoped to .v4p.

   GEOMETRY LIVES IN ui-v4.css ONLY (BUILD_CONTRACT "CARD GEOMETRY / ALIGNMENT"): grids, spans, card
   structure/heights, scroll caps, KPI rows, plot heights and person cards all come from the shared primitives
   (.v4-grid .v4-s* .v4-card(-h/-b/-f) .v4-card--scroll .v4-kpis .v4-plot .v4-pcard). This file only styles
   page-specific CONTENT (bars, lists, chips, tables, gauges, legends, toolbars).
   Colours are ui-v4.css tokens, each chained to the earlier v4 names and then the console's styles.css
   tokens. Never defines --vx-* (Movement Tracker collision rule). */

.v4p {
  --p-panel: var(--v4-surface, var(--v4-panel, var(--panel)));
  --p-panel2: var(--v4-surface-2, var(--v4-panel2, var(--panel-2)));
  --p-panel3: var(--v4-surface-2, var(--v4-panel3, var(--panel-3)));
  --p-line: var(--v4-line, var(--line));
  --p-line2: var(--v4-line-strong, var(--v4-line2, var(--line-2)));
  --p-text: var(--v4-ink, var(--v4-text, var(--ink)));
  --p-text2: var(--v4-ink-2, var(--v4-text2, var(--ink-2)));
  --p-muted: var(--v4-ink-3, var(--v4-muted, var(--muted)));
  --p-brand: var(--v4-accent, var(--v4-brand, var(--brand)));
  --p-brand-soft: var(--v4-accent-soft, var(--v4-brandSoft));
  --p-ok: var(--v4-ok, var(--v4-green, var(--ok)));
  --p-warn: var(--v4-med, var(--v4-yellow, var(--warn)));
  --p-bad: var(--v4-crit, var(--v4-red, var(--bad)));
  --p-info: var(--v4-info, var(--v4-cyan, var(--cyan)));
  /* status colours used as TEXT must be the -ink variants (WCAG AA on light and dark surfaces) */
  --p-warn-ink: var(--v4-med-ink, var(--v4-warn-ink, var(--p-warn)));
  --p-bad-ink: var(--v4-crit-ink, var(--v4-bad-ink, var(--p-bad)));
  --p-ok-ink: var(--v4-ok-ink, var(--p-ok));
  --p-info-ink: var(--v4-info-ink, var(--p-info));
  --p-vis: var(--v4-vis);
  --p-z-work: var(--v4-z-work, var(--p-brand));
  --p-z-meet: var(--v4-z-meet, var(--v4-violet));
  --p-z-cafe: var(--v4-z-cafe, var(--v4-orange));
  --p-z-common: var(--v4-z-common, var(--p-info));
  --p-z-lobby: var(--v4-z-lobby, var(--p-warn));
  --p-z-out: var(--v4-z-out, var(--p-bad));
  --p-z-park: var(--v4-z-park, var(--p-muted));
  --p-z-other: var(--p-muted);
  --p-r: var(--v4-r);
  --p-r-lg: var(--v4-r-lg, var(--v4-r));
  --p-mono: var(--v4-mono);
  display: block; min-width: 0; color: var(--p-text);
}
.v4p *, .v4p *::before, .v4p *::after { box-sizing: border-box; }
.v4p-mono { font-family: var(--p-mono); font-variant-numeric: tabular-nums; }
.v4p-ico { display: inline-flex; flex: none; width: 16px; height: 16px; vertical-align: middle; }
.v4p-ico svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.v4p-muted { color: var(--p-muted); }
.v4p-wrap { white-space: normal; min-width: 160px; }

/* entrance motion: only on the first build after a route change (never on a poll repaint) */
.v4p-enter > * { animation: v4pIn .28s ease-out both; }
@keyframes v4pIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

/* KPI content accents (tile geometry is .v4-kpis/.v4-kpi in ui-v4.css) */
.v4p .v4-kpi.is-warn .v4-kpi-s { color: var(--p-warn-ink); }
.v4p .v4p-kpi--vis { box-shadow: inset 3px 0 0 var(--p-vis); }
.v4p button:focus-visible, .v4p [role="button"]:focus-visible, .v4p tr.v4p-click:focus-visible { outline: 2px solid var(--p-brand); outline-offset: 2px; }

/* Overview: production commandV3 markup (styled globally by ui-v4.css) + appended section heading */
.v4p-v3cmd, .v4p-v3wrap, .v4p-v3host { min-width: 0; max-width: 100%; }
.v4p-v3wrap .tablewrap { max-width: 100%; overflow-x: auto; }
/* Overview "Active alerts" card rows (desktop production card + phone card). The phone card sits outside
   .v4p, so these use --v4-* tokens directly. Content only. */
.v4p-v3cmd .v4p-arow-alert .v4p-time { margin-left: auto; padding-left: 8px; }
.v4p-mscope { margin-left: 6px; font-weight: 500; font-size: var(--v4-fs-xs); color: var(--v4-ink-3, var(--v4-muted)); }
.v4p-malert .mname { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v4p-mviewall { display: inline-flex; margin-top: 8px; padding: 2px 0; border: 0; background: none; font: inherit;
  font-size: var(--v4-fs-ui, 12.5px); font-weight: 650; color: var(--v4-accent, var(--v4-brand)); cursor: pointer; }
/* Overview people rows: presence dot before the name (content only) */
.v4p-v3cmd .v4p-pdot { margin-right: 6px; vertical-align: 1px; }
.v4p-clip { position: relative; max-width: 100%; overflow: hidden; }
.v4p .occplot { position: relative; max-width: 100%; }
.v4p-extra { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--p-line); }
.v4p-extra-h { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; margin-bottom: 12px; }
.v4p-extra-h h2 { margin: 0; font-size: 15px; font-weight: 700; letter-spacing: -.01em; }
.v4p-extra-h span { font-size: 12px; color: var(--p-muted); }

/* ---------- generic content bits ---------- */
.v4p-btn { display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 12px; border-radius: var(--p-r); border: 1px solid var(--p-line); background: var(--p-panel2); color: var(--p-text); font: inherit; font-size: 12.5px; font-weight: 650; cursor: pointer; white-space: nowrap; }
.v4p-btn:hover:not([disabled]) { border-color: var(--p-line2); }
.v4p-btn[disabled] { opacity: .5; cursor: default; }
.v4p-btn .v4p-ico { width: 14px; height: 14px; }
.v4p-btn--primary { background: var(--p-brand); border-color: var(--p-brand); color: var(--v4-accent-ink, #fff); }
.v4p-btn--ghost { background: transparent; }
.v4p-link { display: inline-flex; align-items: center; gap: 3px; border: 0; background: none; padding: 2px 0; color: var(--p-brand); font: inherit; font-size: 12.5px; font-weight: 650; cursor: pointer; white-space: nowrap; }
.v4p-link:hover { text-decoration: underline; }
.v4p-link .v4p-ico { width: 13px; height: 13px; }
.v4p-pill { display: inline-flex; align-items: center; gap: 6px; padding: 2px 9px; border-radius: 999px; font-size: 11px; font-weight: 700; white-space: nowrap; background: var(--p-panel2); color: var(--p-text2); }
.v4p-pill i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.v4p-pill--ok { color: var(--p-ok-ink); background: var(--v4-ok-soft, var(--v4-ok-bg)); }
.v4p-pill--warn { color: var(--p-warn-ink); background: var(--v4-med-soft, var(--v4-warn-bg)); }
.v4p-pill--bad { color: var(--p-bad-ink); background: var(--v4-crit-soft, var(--v4-bad-bg)); }
.v4p-loading { display: flex; flex-direction: column; gap: 8px; padding: 14px 4px; color: var(--p-muted); font-size: 12.5px; }
.v4p-skel { display: block; height: 11px; border-radius: var(--p-r); background: linear-gradient(90deg, var(--p-panel2), var(--p-panel), var(--p-panel2)); background-size: 200% 100%; animation: v4pSheen 1.3s linear infinite; }
.v4p-skel + .v4p-skel { width: 72%; }
@keyframes v4pSheen { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.v4p-err { color: var(--p-bad-ink); display: flex; flex-direction: column; gap: 4px; align-items: center; }
.v4p-err small { color: var(--p-muted); font-size: 11.5px; }
.v4p-note { font-size: 11.5px; color: var(--p-muted); margin: 6px 0 8px; }
.v4p-note.warn { color: var(--p-warn-ink); }
.v4p-scope { margin: 8px 0 0; font-size: 11.5px; color: var(--p-muted); line-height: 1.45; }
.v4p-scope--top { margin: 0 0 12px; }
.v4p-foot { margin-top: 10px; padding-top: 9px; border-top: 1px solid var(--p-line); font-size: 12px; color: var(--p-muted); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.v4p-sub-h { margin: 12px 0 4px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--p-muted); }
.v4p-bar { display: block; height: 8px; border-radius: 999px; background: var(--p-panel2); overflow: hidden; min-width: 40px; }
.v4p-bar i { display: block; height: 100%; border-radius: inherit; background: var(--p-brand); transition: width .35s ease; }
.v4p-bar i.warn { background: var(--p-warn); }
.v4p-bar i.bad { background: var(--p-bad); }
.v4p-bar i.z-work { background: var(--p-z-work); }
.v4p-bar i.z-meet { background: var(--p-z-meet); }
.v4p-bar i.z-cafe { background: var(--p-z-cafe); }
.v4p-bar i.z-common { background: var(--p-z-common); }
.v4p-bar i.z-lobby { background: var(--p-z-lobby); }
.v4p-bar i.z-out { background: var(--p-z-out); }
.v4p-bar i.z-park { background: var(--p-z-park); }
.v4p-bar i.z-other { background: var(--p-z-other); }
.v4p-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--p-muted); flex: none; }
.v4p-dot.ok { background: var(--p-ok); }
.v4p-dot.bad { background: var(--p-bad); }
.v4p-facebtn { padding: 0; border: 0; background: none; cursor: zoom-in; line-height: 0; border-radius: var(--p-r); flex: none; }
.v4p-facebtn.is-locked { cursor: default; display: inline-block; }

/* zone-kind swatches + distribution bar */
.v4p-zsw { display: inline-block; width: 9px; height: 9px; border-radius: 3px; margin-right: 6px; flex: none; }
.v4p-z--work { background: var(--p-z-work); }
.v4p-z--meet { background: var(--p-z-meet); }
.v4p-z--cafe { background: var(--p-z-cafe); }
.v4p-z--common { background: var(--p-z-common); }
.v4p-z--lobby { background: var(--p-z-lobby); }
.v4p-z--out { background: var(--p-z-out); }
.v4p-z--park { background: var(--p-z-park); }
.v4p-z--other { background: var(--p-z-other); }
.v4p-seg { display: flex; height: 10px; border-radius: 999px; overflow: hidden; background: var(--p-panel2); margin-bottom: 8px; }
.v4p-seg span { display: block; height: 100%; }
.v4p-legend { display: flex; flex-wrap: wrap; gap: 4px 14px; margin-bottom: 10px; font-size: 11.5px; color: var(--p-text2); }
.v4p-legend span { display: inline-flex; align-items: center; }
.v4p-legend b { margin-left: 4px; font-variant-numeric: tabular-nums; }

/* horizontal bar rows */
.v4p-arows { display: flex; flex-direction: column; gap: 7px; }
.v4p-arow { display: grid; grid-template-columns: minmax(90px, 170px) minmax(0, 1fr) auto; align-items: center; gap: 10px; font-size: 12.5px; border-radius: var(--p-r); }
.v4p-arow.is-link { cursor: pointer; }
.v4p-arow.is-link:hover { background: var(--v4-hover, var(--p-panel2)); }
.v4p-arow-n { display: flex; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 600; min-width: 0; }
.v4p-arow-v { font-family: var(--p-mono); font-size: 11.5px; color: var(--p-text2); white-space: nowrap; }
.v4p-arow.is-stale .v4p-arow-n, .v4p-arow.is-stale .v4p-arow-v, .v4p-arow.is-others .v4p-arow-n { color: var(--p-muted); font-weight: 500; }

/* vertical bars inside a .v4-plot (plot height comes from --v4-plot-h) */
.v4p-vbars { display: flex; align-items: flex-end; gap: 4px; padding-top: 16px; overflow-x: auto; }
.v4p-vb { flex: 1 0 22px; min-width: 22px; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 3px; }
.v4p-vb i { display: block; width: 70%; max-width: 34px; border-radius: 4px 4px 0 0; background: var(--p-brand); transform-origin: bottom; animation: v4pGrowY .4s ease-out both; }
.v4p-vb-v { font-size: var(--v4-fs-xs); font-family: var(--p-mono); color: var(--p-text2); }
.v4p-vb-l { font-size: var(--v4-fs-xs); color: var(--p-muted); white-space: nowrap; font-family: var(--p-mono); }
@keyframes v4pGrowY { from { transform: scaleY(0); } to { transform: scaleY(1); } }

/* gauge */
.v4p-gaugerow { display: flex; align-items: center; gap: 14px; min-width: 0; }
.v4p-gaugerow > .v4p-kvs { flex: 1; min-width: 0; }
.v4p-gauge { position: relative; flex: none; width: 76px; height: 76px; }
.v4p-gauge svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.v4p-gauge circle { fill: none; stroke-width: 7; }
.v4p-gauge-bg { stroke: var(--p-panel2); }
.v4p-gauge-fg { stroke: var(--p-brand); stroke-linecap: round; transition: stroke-dasharray .4s ease; }
.v4p-gauge > div { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.1; }
.v4p-gauge b { font-size: 15px; font-variant-numeric: tabular-nums; }
.v4p-gauge small { font-size: var(--v4-fs-xs); color: var(--p-muted); }

/* lists */
.v4p-list { display: flex; flex-direction: column; gap: 2px; }
.v4p-list--tight { margin-top: 8px; }
.v4p-lrow { display: flex; align-items: center; gap: 10px; padding: 7px 8px; border-radius: var(--p-r); min-width: 0; }
.v4p-lrow.is-link { cursor: pointer; }
.v4p-lrow.is-link:hover { background: var(--v4-hover, var(--p-panel2)); }
.v4p-lrow-t { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.v4p-lrow-t b { font-size: 12.5px; font-weight: 650; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v4p-lrow-t small { font-size: 11.5px; color: var(--p-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v4p-time { font-family: var(--p-mono); font-size: 11px; color: var(--p-muted); white-space: nowrap; }
.v4p-sev { flex: none; padding: 2px 7px; border-radius: 999px; font-size: var(--v4-fs-xs); font-weight: 800; text-transform: capitalize; }
.v4p-sev--bad { color: var(--p-bad-ink); background: var(--v4-crit-soft, var(--v4-bad-bg)); }
.v4p-sev--warn { color: var(--p-warn-ink); background: var(--v4-med-soft, var(--v4-warn-bg)); }
.v4p-sev--info { color: var(--p-info-ink); background: var(--v4-info-soft, var(--v4-info-bg)); }

/* key/value blocks */
.v4p-kvs { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 8px; }
.v4p-kvs--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v4p-kvs--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 8px; }
.v4p-kv { display: flex; flex-direction: column; gap: 1px; padding: 8px 10px; border-radius: var(--p-r); background: var(--p-panel2); min-width: 0; }
.v4p-kv span { font-size: 11px; color: var(--p-muted); }
.v4p-kv b { font-size: 15px; font-weight: 720; font-variant-numeric: tabular-nums; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v4p-kv small { font-size: 11px; color: var(--p-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* tabs, chips, sub-nav */
.v4p-tabbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 14px; border-bottom: 1px solid var(--p-line); margin-bottom: 14px; }
.v4p-tabs { display: flex; gap: 2px; overflow-x: auto; max-width: 100%; }
.v4p-tab { padding: 9px 12px; border: 0; border-bottom: 2px solid transparent; background: none; color: var(--p-text2); font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; margin-bottom: -1px; white-space: nowrap; }
.v4p-tab:hover { color: var(--p-text); }
.v4p-tab span { margin-left: 4px; padding: 0 6px; border-radius: 999px; background: var(--p-panel2); font-size: 11px; color: var(--p-muted); }
.v4p-tab.on { color: var(--p-brand); border-bottom-color: var(--p-brand); }
.v4p-attabs { flex: 0 1 auto; min-width: 0; max-width: 100%; margin: 0 12px; }
.v4p-attabs .v4p-tabs { padding: 3px; border: 1px solid var(--p-line); border-radius: var(--p-r-lg); background: var(--p-panel2); }
.v4p-attabs .v4p-tab { padding: 5px 11px; margin: 0; border: 0; border-radius: var(--p-r); font-size: 12.5px; }
.v4p-attabs .v4p-tab.on { background: var(--p-brand-soft); color: var(--p-brand); }
.v4p-below { margin-top: 14px; }
.v4p-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 12px; }
.v4p-chip { display: inline-flex; align-items: center; gap: 5px; height: 30px; padding: 0 11px; border-radius: 999px; border: 1px solid var(--p-line); background: var(--p-panel); color: var(--p-text2); font: inherit; font-size: 12px; font-weight: 650; cursor: pointer; white-space: nowrap; }
.v4p-chip span { color: var(--p-muted); font-variant-numeric: tabular-nums; }
.v4p-chip.on { border-color: var(--p-brand); background: var(--p-brand-soft); color: var(--p-brand); }
.v4p-subnav { display: inline-flex; gap: 2px; padding: 3px; border: 1px solid var(--p-line); border-radius: var(--p-r-lg); background: var(--p-panel); margin-bottom: 8px; max-width: 100%; overflow-x: auto; }
.v4p-subnav-i { height: 30px; padding: 0 14px; border: 0; border-radius: var(--p-r); background: none; color: var(--p-text2); font: inherit; font-size: 12.5px; font-weight: 650; cursor: pointer; white-space: nowrap; }
.v4p-subnav-i.on { background: var(--p-brand-soft); color: var(--p-brand); }

/* toolbar / search / select / pager / date */
.v4p-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin-bottom: 12px; }
.v4p-toolbar--split { justify-content: space-between; margin-bottom: 0; }
.v4p-quickr { display: inline-flex; flex-wrap: wrap; gap: 6px; }
.v4p-date, .v4p-search { display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 10px; border: 1px solid var(--p-line); border-radius: var(--p-r); background: var(--p-panel); color: var(--p-muted); font-size: 12px; max-width: 100%; min-width: 0; }
.v4p-date span { font-weight: 650; }
.v4p-date input, .v4p-search input { border: 0; background: transparent; color: var(--p-text); font: inherit; font-size: 12.5px; color-scheme: light dark; min-width: 0; outline: none; }
.v4p-search { flex: 1 1 200px; max-width: 320px; }
.v4p-search input { width: 100%; }
.v4p-sel { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--p-muted); }
.v4p-sel select { height: 32px; padding: 0 9px; border: 1px solid var(--p-line); border-radius: var(--p-r); background: var(--p-panel); color: var(--p-text); font: inherit; font-size: 12.5px; color-scheme: light dark; max-width: 100%; }
.v4p-pager { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 10px; font-size: 12px; }
.v4p-pager > .v4p-muted { margin-right: auto; }

/* tables (horizontal scroll inside their wrapper, never the page) */
.v4p-tablewrap { width: 100%; overflow-x: auto; border: 1px solid var(--p-line); border-radius: var(--p-r-lg); background: var(--p-panel); }
.v4p-table { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 12.5px; }
.v4p-table--narrow { min-width: 420px; }
.v4p-table--reg { min-width: 1060px; }
.v4p-table th { position: sticky; top: 0; background: var(--p-panel2); color: var(--p-muted); font-size: var(--v4-fs-xs); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; text-align: left; padding: 8px 10px; white-space: nowrap; }
.v4p-table td { padding: 7px 10px; border-top: 1px solid var(--p-line); vertical-align: middle; white-space: nowrap; }
.v4p-table td .v4p-muted { font-size: 11px; }
.v4p-table tr.v4p-click { cursor: pointer; }
.v4p-table tr.v4p-click:hover td { background: var(--v4-hover, var(--p-panel2)); }

/* visitor / department card CONTENT (card box + height = .v4-card.v4-pcard) */
.v4p-vcard { cursor: pointer; border-top: 3px solid var(--p-vis); }
.v4p-vcard-h { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 10px; }
.v4p-vcard-id { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; flex: 1; min-width: 0; }
.v4p-vcard-id b { font-size: 13.5px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v4p-vcard-id small { font-size: 11.5px; color: var(--p-muted); }
.v4p-vcard-b { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 6px; }
.v4p-vcard-b .v4p-kv b { font-size: 13px; }
.v4p-dcard { gap: 10px; }
.v4p-dcard header { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; min-width: 0; }
.v4p-dcard header b { font-size: 13.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.v4p-dcard header span { font-size: 11.5px; color: var(--p-muted); flex: none; }
.v4p-dcard-m { display: flex; align-items: center; gap: 12px; min-width: 0; }
.v4p-dcard-m > .v4p-kvs { flex: 1; min-width: 0; }
.v4p-dcard footer { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 8px; margin-top: auto; border-top: 1px solid var(--p-line); }

@media (max-width: 440px) {
  .v4p-kvs--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v4p-gaugerow, .v4p-dcard-m { flex-direction: column; align-items: stretch; }
  .v4p-gauge { align-self: center; }
  .v4p-date { flex: 1 1 140px; }
  .v4p-search { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  .v4p-enter > *, .v4p-vb i, .v4p-skel { animation: none !important; }
  .v4p-bar i, .v4p-gauge-fg { transition: none; }
}
