/* redesigns/select-dashboard.css — Original, fictional Sight V2 preview. */
.sd-dashboard { --sd-ink: #183042; --sd-muted: #526b79; --sd-line: #e0e7e9; --sd-blue: #078abe; --sd-green: #387969; margin: 0; width: 100%; max-width: 100%; border: 1px solid rgba(255,255,255,.23); border-radius: 15px; color: var(--sd-ink); background: #f6f8f9; overflow: hidden; box-shadow: 0 36px 75px -30px rgba(0,10,26,.7), 0 2px 0 rgba(255,255,255,.12) inset; font: 13px/1.45 Arial, Helvetica, sans-serif; text-align: left; isolation: isolate; }
.sd-dashboard *, .sd-dashboard *::before, .sd-dashboard *::after { box-sizing: border-box; }
.sd-dashboard :where(h3,h4,p,figure,dl,dd) { margin: 0; }
.sd-dashboard :where(h3,h4,p,span,strong,small,dt,dd,button) { font-family: Arial, Helvetica, sans-serif; letter-spacing: normal; }
.sd-dashboard button { border: 0; cursor: pointer; text-transform: none; line-height: 1.4; }
.sd-dashboard button:focus-visible, .sd-dashboard [tabindex]:focus-visible { outline: 3px solid #0aadef; outline-offset: -3px; }
.sd-dashboard [hidden] { display: none !important; }
.sd-dashboard svg { flex-shrink: 0; width: 20px; height: 20px; }
.sd-window-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 46px; padding: 10px 22px; border-bottom: 1px solid var(--sd-line); background: #fff; }
.sd-window-brand { display: flex; align-items: center; gap: 9px; color: #152f53; font-size: 11px; font-weight: 800; letter-spacing: 1.7px !important; }
.sd-window-brand > span:last-child { border-left: 1px solid #d8e0e4; margin-left: 5px; padding-left: 14px; color: #526b79; font-size: 10px; font-weight: 600; letter-spacing: 1.4px; }
.sd-brand-spark { position: relative; width: 13px; height: 13px; background: #152f53; clip-path: polygon(50% 0,60% 40%,100% 50%,60% 60%,50% 100%,40% 60%,0 50%,40% 40%); }
.sd-demo-label { color: #526b79; font-size: 11px; }
.sd-app { display: grid; grid-template-columns: 180px minmax(0,1fr); }
.sd-sidebar { display: flex; flex-direction: column; gap: 19px; padding: 28px 14px 18px; color: #fff; background: #102b3a; }
.sd-client-brand { padding: 0 10px 4px; }
.sd-eyebrow { display: block; color: var(--sd-muted); font-size: 10px; font-weight: 700; letter-spacing: 1.2px !important; line-height: 1.4; text-transform: uppercase; }
.sd-client-brand .sd-eyebrow { color: #8ca6b4; font-size: 10px; letter-spacing: 1.5px !important; }
.sd-client-brand strong { display: block; margin: 7px 0 5px; color: #fff; font-size: 15px; line-height: 1.35; font-weight: 600; }
.sd-client-tag { color: #9bb0ba; font-size: 11px; }
.sd-tabs { display: grid; gap: 5px; }
.sd-tab { display: flex; align-items: center; gap: 11px; min-height: 42px; padding: 10px 12px; border-radius: 6px; background: transparent; color: #a8bcc7; text-align: left; font-size: 12px; font-weight: 600; transition: background .2s, color .2s; }
.sd-tab svg { width: 17px; height: 17px; opacity: .85; }
.sd-tab[aria-selected="true"] { color: #fff; background: #26404e; box-shadow: inset 2px 0 #dea557; }
.sd-tab:hover { color: #fff; background: #203c4c; }
.sd-sidebar-note { display: grid; gap: 12px; padding: 2px 12px; color: #96acb8; font-size: 11px; }
.sd-sidebar-note .sd-eyebrow { margin-bottom: 2px; color: #91a7b3; font-size: 10px; letter-spacing: 1px !important; }
.sd-team { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 22px; border-top: 1px solid #2b4350; }
.sd-team-monogram { display: grid; width: 28px; height: 28px; flex-shrink: 0; place-items: center; border-radius: 50%; border: 1px solid #577583; color: #d8e4e9; font-size: 10px; }
.sd-team strong { display: block; color: #dce6ea; font-size: 10px; font-weight: 500; }
.sd-team div > span { display: block; margin-top: 3px; color: #91a7b3; font-size: 10px; }
.sd-workspace { min-width: 0; padding: 26px 26px 22px; }
.sd-panel { min-height: 570px; margin: 0; padding: 0; }
.sd-page-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.sd-dashboard .sd-page-heading h3 { margin: 7px 0 5px; font-size: clamp(18px,2vw,24px); font-weight: 600; line-height: 1.2; color: var(--sd-ink); }
.sd-dashboard .sd-page-heading p { color: var(--sd-muted); font-size: 12px; line-height: 1.5; }
.sd-heading-badge { flex-shrink: 0; padding: 6px 9px; border: 1px solid #d9e2e6; border-radius: 5px; color: #526b79; background: #fff; font-size: 10px; }
.sd-location-layout { display: grid; grid-template-columns: minmax(0,1fr) 195px; min-height: 282px; border: 1px solid var(--sd-line); border-radius: 9px; overflow: hidden; background: #fff; }
.sd-map { position: relative; display: grid; place-items: center; min-width: 0; width: 100%; min-height: 0; padding: 38px 0 35px; overflow: hidden; background: #e2eeef; }
.sd-map-stage { position: relative; width: min(100%,430px); aspect-ratio: 650 / 500; }
.sd-dashboard .sd-map-art { position: absolute; inset: 0; display: block; width: 100%; height: 100%; overflow: visible; }
.sd-map-label { position: absolute; z-index: 3; top: 15px; left: 17px; color: #4f7067; font-size: 10px; font-weight: 600; }
.sd-map-pin { position: absolute; top: var(--sd-pin-y); left: var(--sd-pin-x); display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; padding: 0; color: #244638; background: transparent; transform: translate(-50%,-50%); z-index: 1; }
.sd-pin-point { position: relative; display: block; width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; background: #3e7b68; box-shadow: 0 1px 5px #47766d55; transition: transform .25s; }
.sd-pin-name { position: absolute; top: 26px; left: 50%; transform: translateX(-50%); padding: 2px 5px; border-radius: 3px; background: #f6faf1e6; white-space: nowrap; font-size: 10px; font-weight: 700; }
.sd-map-pin[data-sd-location="austin"] .sd-pin-name { top: -12px; left: 8px; transform: translateX(-100%); }
.sd-map-pin[data-sd-location="san-antonio"] .sd-pin-name { top: 26px; left: 10px; transform: translateX(-100%); }
.sd-map-pin[aria-pressed="true"] { z-index: 2; }
.sd-map-pin[aria-pressed="true"] .sd-pin-point { width: 13px; height: 13px; background: #078abe; box-shadow: 0 0 0 6px #0aadef25, 0 0 0 13px #0aadef10; }
.sd-map-pin[aria-pressed="true"] .sd-pin-name { color: #fff; background: #153c51; }
.sd-map-pin:hover .sd-pin-point { transform: scale(1.3); }
.sd-map-key, .sd-map-scale { position: absolute; z-index: 3; bottom: 13px; color: #496358; font-size: 10px; }
.sd-map-key { display: flex; align-items: center; gap: 5px; left: 15px; }
.sd-map-key i { width: 5px; height: 5px; border-radius: 50%; background: #3e7b68; }
.sd-map-scale { right: 14px; }
.sd-location-directory { padding: 14px 11px 8px; border-left: 1px solid var(--sd-line); }
.sd-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.sd-dashboard .sd-card-heading h4 { color: var(--sd-ink); font-size: 12px; font-weight: 700; line-height: 1.35; }
.sd-card-heading > span { color: var(--sd-muted); font-size: 10px; }
.sd-location-directory .sd-card-heading { margin: 0 4px 12px; }
.sd-location-row { display: flex; align-items: center; gap: 8px; width: 100%; min-height: 46px; margin: 3px 0; padding: 8px; border-radius: 5px; background: #fff; color: #506572; text-align: left; transition: background .2s; }
.sd-location-row > svg { width: 14px; height: 14px; }
.sd-location-row > span:nth-child(2) { flex: 1; }
.sd-location-row strong { display: block; color: #294250; font-size: 11px; font-weight: 600; }
.sd-location-row small { display: block; margin-top: 3px; color: #526b79; font-size: 10px; }
.sd-location-row[aria-pressed="true"] { background: #eaf4f7; box-shadow: inset 2px 0 #0aadef; }
.sd-location-row:hover { background: #eff6f7; }
.sd-record-dot { display: inline-block; width: 5px; height: 5px; flex-shrink: 0; border-radius: 50%; background: #488978; }
.sd-record-dot-amber { background: #c99538; }
.sd-directory-foot { margin: 13px 6px 0; padding-top: 11px; border-top: 1px solid #ecf0f1; color: #526b79; font-size: 10px; line-height: 1.65; }
.sd-location-detail { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 2px 0; }
.sd-location-detail > div > strong { display: block; margin-top: 5px; color: var(--sd-ink); font-size: 12px; }
.sd-location-detail > div > strong span { color: #526b79; font-weight: 400; }
.sd-location-detail dl { display: flex; gap: 25px; }
.sd-location-detail dt { color: #526b79; font-size: 10px; }
.sd-location-detail dd { margin-top: 4px; color: #284351; font-size: 11px; font-weight: 600; }
.sd-overview-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.sd-summary-card { position: relative; min-height: 175px; padding: 18px 13px 15px; border: 1px solid var(--sd-line); border-radius: 8px; background: #fff; }
.sd-summary-icon { display: grid; width: 27px; height: 27px; margin-bottom: 13px; place-items: center; border-radius: 6px; color: #8b6631; background: #f7f0e7; }
.sd-summary-icon svg { width: 16px; height: 16px; }
.sd-summary-card .sd-eyebrow { min-height: 23px; font-size: 10px; letter-spacing: .6px !important; }
.sd-summary-card > strong { display: block; margin: 4px 0; color: #153d50; font-size: 30px; line-height: 1; font-weight: 500; }
.sd-dashboard .sd-summary-card > p { min-height: 30px; margin: 8px 0 11px; color: #526b79; font-size: 10px; line-height: 1.5; }
.sd-mini-status { display: block; border-top: 1px solid #edf1f2; padding-top: 10px; color: #426658; font-size: 10px; }
.sd-mini-status i { display: inline-block; width: 4px; height: 4px; margin: 0 3px 2px 0; border-radius: 50%; background: #428b71; }
.sd-attention { margin-top: 15px; padding: 15px 18px 5px; border: 1px solid var(--sd-line); border-radius: 8px; background: #fff; }
.sd-attention .sd-card-heading h4 { margin-top: 3px; }
.sd-attention .sd-eyebrow { font-size: 10px; }
.sd-count { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid #e1e6e8; border-radius: 50%; }
.sd-attention-row { display: flex; align-items: center; gap: 10px; padding: 12px 0; }
.sd-attention-row + .sd-attention-row { border-top: 1px solid #edf1f2; }
.sd-attention-dot { width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: #c6994b; }
.sd-attention-row > div { flex: 1; }
.sd-attention-row strong { display: block; color: #344e5a; font-size: 11px; font-weight: 600; }
.sd-attention-row div span { display: block; margin-top: 3px; color: #526b79; font-size: 10px; }
.sd-status { display: inline-block; padding: 4px 7px; border-radius: 4px; color: #3a7860; background: #edf6f0; font-size: 10px; font-weight: 600; white-space: nowrap; }
.sd-status-amber { color: #785b23; background: #fcf4e6; }
.sd-entity-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-bottom: 16px; }
.sd-entity-stats > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 17px; border: 1px solid var(--sd-line); border-radius: 7px; background: #fff; }
.sd-entity-stats span { color: #526b79; font-size: 11px; }
.sd-entity-stats strong { color: #244b5a; font-size: 25px; font-weight: 500; }
.sd-entity-stats .sd-warm-value { color: #b88834; }
.sd-entity-layout { display: grid; grid-template-columns: 41% minmax(0,1fr); border: 1px solid var(--sd-line); border-radius: 8px; background: #fff; overflow: hidden; }
.sd-entity-list { padding: 16px 10px; border-right: 1px solid var(--sd-line); }
.sd-entity-list .sd-card-heading { margin: 0 9px 12px; }
.sd-entity-item { display: flex; align-items: center; gap: 10px; padding: 12px 10px; border-radius: 5px; }
.sd-entity-item > svg { width: 16px; height: 16px; color: #8a9aa1; }
.sd-entity-item > span { flex: 1; color: #36505e; font-size: 11px; }
.sd-entity-item small { display: block; margin-top: 3px; color: #526b79; font-size: 10px; }
.sd-entity-item.sd-selected { background: #eaf4f7; box-shadow: inset 2px 0 #0aadef; }
.sd-entity-profile { padding: 23px 24px; }
.sd-dashboard .sd-entity-profile h4 { margin: 6px 0 8px; color: #284351; font-size: 16px; line-height: 1.3; font-weight: 600; }
.sd-jurisdiction { margin-top: 19px; border-top: 1px solid #eaf0f1; padding-top: 16px; }
.sd-jurisdiction > div { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.sd-jurisdiction > div strong { color: #284351; font-size: 13px; }
.sd-jurisdiction dl { display: grid; gap: 10px; margin-top: 12px; }
.sd-jurisdiction dt { color: #526b79; font-size: 10px; }
.sd-jurisdiction dd { margin-top: 3px; color: #395261; font-size: 11px; }
.sd-structure-card { min-height: 357px; padding: 18px 22px 14px; border: 1px solid var(--sd-line); border-radius: 9px; background: #fff; }
.sd-dashboard .sd-structure-card .sd-card-heading p { margin-top: 4px; color: #526b79; font-size: 10px; }
.sd-tree { display: flex; align-items: center; flex-direction: column; max-width: 500px; margin: 24px auto 0; }
.sd-tree-node { position: relative; display: flex; align-items: center; gap: 10px; width: 100%; max-width: 207px; min-height: 61px; margin-inline: auto; padding: 12px; border: 1px solid #dce7e9; border-radius: 7px; background: #fff; box-shadow: 0 5px 12px #18304205; z-index: 1; }
.sd-node-mark { display: grid; width: 27px; height: 31px; flex-shrink: 0; place-items: center; color: #668394; background: #f0f5f6; border-radius: 4px; }
.sd-node-mark svg { width: 16px; height: 16px; }
.sd-tree-node strong { display: block; color: #3d5663; font-size: 11px; font-weight: 600; }
.sd-tree-node small { display: block; margin-top: 4px; color: #526b79; font-size: 10px; }
.sd-tree-root { color: #fff; border-color: #173e52; background: #173e52; }
.sd-tree-root strong { color: #fff; }
.sd-tree-root small { color: #a8c3cf; }
.sd-tree-root .sd-node-mark { color: #b9d0db; background: #2f5264; }
.sd-tree-branches { --sd-tree-gap: 44px; --sd-tree-quarter-gap: 11px; position: relative; display: flex; justify-content: space-between; width: 100%; max-width: 458px; gap: var(--sd-tree-gap); margin-top: 34px; }
.sd-tree-branches::before { content: ''; position: absolute; top: -18px; left: calc(25% - var(--sd-tree-quarter-gap)); right: calc(25% - var(--sd-tree-quarter-gap)); height: 18px; border-top: 1px solid #b5c9cf; border-left: 1px solid #b5c9cf; border-right: 1px solid #b5c9cf; border-radius: 5px 5px 0 0; }
.sd-tree-branches::after { content: ''; position: absolute; top: -34px; left: 50%; height: 16px; border-left: 1px solid #b5c9cf; }
.sd-tree-branch { position: relative; flex: 1; min-width: 0; }
.sd-ownership { position: absolute; top: -13px; left: 50%; z-index: 2; padding: 0 5px; transform: translateX(-50%); color: #526b79; background: #fff; font-size: 10px; }
.sd-tree-location-count { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 13px; color: #526b79; font-size: 10px; }
.sd-tree-location-count svg { width: 12px; height: 12px; }
.sd-tree-child { position: relative; margin-top: 28px; }
.sd-tree-child::before { content: ''; position: absolute; top: -28px; left: 50%; height: 28px; border-left: 1px solid #b5c9cf; }
.sd-structure-legend { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 19px; color: #526b79; font-size: 10px; }
.sd-structure-legend span { display: flex; align-items: center; gap: 5px; }
.sd-structure-legend i { width: 7px; height: 7px; border: 1px solid #adc0c8; border-radius: 2px; }
.sd-structure-legend span:last-child i { width: 12px; height: 1px; border: 0; border-top: 1px solid #b5c9cf; border-radius: 0; }
.sd-tour-bar { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 55px; padding: 12px 20px 14px; border-top: 1px solid var(--sd-line); background: #fff; }
.sd-tour-caption { display: flex; align-items: center; gap: 15px; color: #526b79; font-size: 11px; }
.sd-tour-index { color: #526b79; font-size: 10px; white-space: nowrap; font-variant-numeric: tabular-nums; letter-spacing: 1px !important; }
.sd-tour-toggle { display: flex; align-items: center; justify-content: center; flex-shrink: 0; gap: 7px; min-height: 30px; padding: 5px 9px; border: 1px solid #dce5e9 !important; border-radius: 5px; color: #516b78; background: #fff; font-size: 10px; font-weight: 600; }
.sd-tour-toggle svg { width: 10px; height: 10px; stroke: currentColor; stroke-width: 1.6; fill: none; }
.sd-tour-toggle .sd-play-icon { display: none; fill: currentColor; stroke-width: 0; }
.sd-tour-toggle[aria-pressed="true"] .sd-play-icon { display: block; }
.sd-tour-toggle[aria-pressed="true"] .sd-pause-icon { display: none; }
.sd-tour-progress { position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #f0f4f5; }
.sd-tour-progress > span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg,#0aadef,#87dbf1); }
.sd-dashboard.sd-is-touring .sd-tour-progress > span { animation: sd-tour-progress 7s linear both; }
.sd-dashboard.sd-is-touring .sd-map-pin[aria-pressed="true"] .sd-pin-point::after { content: ''; position: absolute; inset: -8px; border: 1px solid #078abe44; border-radius: 50%; animation: sd-map-pulse 3s ease-out infinite; }
.sd-dashboard.sd-is-touring .sd-map-routes { animation: sd-route-flow 12s linear infinite; }
.sd-dashboard.sd-panel-enter .sd-panel:not([hidden]) { animation: sd-panel-in .42s ease both; }
@keyframes sd-tour-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes sd-panel-in { from { opacity: .5; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@keyframes sd-map-pulse { from { transform: scale(.8); opacity: 1; } to { transform: scale(1.8); opacity: 0; } }
@keyframes sd-route-flow { to { stroke-dashoffset: -60; } }
@media (max-width: 1050px) {
  .sd-app { grid-template-columns: 158px minmax(0,1fr); }
  .sd-sidebar { padding-left: 10px; padding-right: 10px; }
  .sd-client-brand strong { font-size: 13px; }
  .sd-team strong { font-size: 10px; }
  .sd-workspace { padding: 22px 20px; }
  .sd-location-layout { grid-template-columns: minmax(0,1fr) 165px; }
  .sd-location-detail { gap: 10px; }
  .sd-location-detail dl { gap: 14px; }
  .sd-tree-branches { --sd-tree-gap: 26px; --sd-tree-quarter-gap: 6.5px; max-width: 406px; }
  .sd-tree-node { max-width: 190px; }
  .sd-summary-card { padding: 15px 10px 12px; }
  .sd-summary-card .sd-eyebrow { font-size: 10px; }
}
@media (max-width: 820px) {
  .sd-app { display: block; }
  .sd-sidebar { display: block; padding: 12px 15px; }
  .sd-client-brand, .sd-sidebar-note, .sd-team { display: none; }
  .sd-tabs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 5px; }
  .sd-tab { justify-content: center; min-height: 40px; padding: 8px; gap: 7px; font-size: 12px; }
  .sd-tab[aria-selected="true"] { box-shadow: inset 0 -2px #dea557; }
  .sd-panel { min-height: 570px; }
  .sd-location-layout { grid-template-columns: minmax(0,1fr) 180px; }
  .sd-window-brand > span:last-child { display: none; }
  .sd-tree-node { max-width: 210px; }
  .sd-tree-branches { --sd-tree-gap: 42px; --sd-tree-quarter-gap: 10.5px; max-width: 462px; }
}
@media (max-width: 580px) {
  .sd-dashboard { border-radius: 11px; }
  .sd-window-bar { flex-wrap: wrap; justify-content: center; gap: 5px 18px; padding: 13px 10px; text-align: center; }
  .sd-window-brand { font-size: 10px; }
  .sd-demo-label { font-size: 10px; }
  .sd-sidebar { padding: 8px; }
  .sd-tab { flex-direction: column; gap: 4px; min-height: 53px; font-size: 11px; }
  .sd-tab svg { width: 17px; height: 17px; }
  .sd-workspace { padding: 22px 14px 18px; }
  .sd-panel { min-height: 640px; }
  .sd-page-heading { display: block; margin-bottom: 18px; }
  .sd-dashboard .sd-page-heading h3 { margin-top: 6px; font-size: 22px; }
  .sd-dashboard .sd-page-heading p { font-size: 11px; }
  .sd-heading-badge { display: none; }
  .sd-location-layout { display: block; }
  .sd-map { min-height: 0; aspect-ratio: auto; padding: 35px 0 33px; }
  .sd-dashboard .sd-map-art { position: absolute; inset: 0; }
  .sd-map-label { top: 12px; left: 12px; font-size: 10px; }
  .sd-map-pin { width: 24px; height: 24px; }
  .sd-map-pin[aria-pressed="false"] .sd-pin-name { display: none; }
  .sd-pin-name { font-size: 10px; }
  .sd-location-directory { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 7px; padding: 10px; border-top: 1px solid var(--sd-line); border-left: 0; }
  .sd-location-directory .sd-card-heading { grid-column: 1/-1; margin: 1px 4px 6px; }
  .sd-location-row { gap: 7px; min-height: 47px; padding: 8px; }
  .sd-location-row strong { font-size: 11px; }
  .sd-directory-foot { display: none; }
  .sd-location-detail { display: block; padding: 15px 2px 0; }
  .sd-location-detail > div > strong { font-size: 12px; }
  .sd-location-detail dl { display: grid; grid-template-columns: 1.65fr 1fr 1fr; gap: 9px; margin-top: 14px; }
  .sd-location-detail dt { font-size: 10px; }
  .sd-location-detail dd { font-size: 10px; }
  .sd-overview-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .sd-summary-card { min-height: 163px; padding: 13px; }
  .sd-summary-card .sd-eyebrow { min-height: 13px; font-size: 10px; }
  .sd-summary-icon { position: absolute; top: 39px; right: 13px; width: 26px; height: 26px; }
  .sd-summary-card > strong { margin-top: 11px; font-size: 31px; }
  .sd-summary-card .sd-mini-status { font-size: 10px; }
  .sd-dashboard .sd-summary-card > p { min-height: 28px; margin-top: 8px; margin-bottom: 6px; font-size: 10px; }
  .sd-attention { margin-top: 10px; padding: 13px 12px 4px; }
  .sd-attention-row { flex-wrap: wrap; column-gap: 7px; row-gap: 7px; padding: 12px 0; }
  .sd-attention-row > div { min-width: calc(100% - 15px); }
  .sd-attention-row > .sd-status { margin-left: 13px; font-size: 10px; }
  .sd-attention-row strong { font-size: 11px; }
  .sd-attention-row div span { font-size: 10px; }
  .sd-entity-stats { gap: 7px; margin-bottom: 12px; }
  .sd-entity-stats > div { display: block; padding: 10px; }
  .sd-entity-stats span { display: block; font-size: 10px; }
  .sd-entity-stats strong { display: block; margin-top: 4px; font-size: 25px; }
  .sd-entity-layout { display: block; }
  .sd-entity-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px; padding: 10px; border-right: 0; border-bottom: 1px solid var(--sd-line); }
  .sd-entity-list .sd-card-heading { grid-column: 1/-1; margin: 3px 4px 7px; }
  .sd-entity-item { gap: 5px; padding: 10px 6px; }
  .sd-entity-item > svg { display: none; }
  .sd-entity-item > span { font-size: 10px; }
  .sd-entity-item small { font-size: 10px; }
  .sd-entity-profile { padding: 17px; }
  .sd-dashboard .sd-entity-profile h4 { font-size: 16px; }
  .sd-jurisdiction { margin-top: 13px; padding-top: 12px; }
  .sd-jurisdiction dl { gap: 10px; }
  .sd-structure-card { min-height: 470px; padding: 16px 12px; }
  .sd-structure-card .sd-card-heading { align-items: start; }
  .sd-dashboard .sd-structure-card .sd-card-heading h4 { max-width: 185px; font-size: 12px; }
  .sd-tree { margin-top: 40px; }
  .sd-tree-node.sd-tree-root { width: min(184px,100%); max-width: 184px; }
  .sd-tree-node { justify-content: center; width: 100%; max-width: 137px; min-height: 74px; padding: 10px 6px; text-align: center; }
  .sd-node-mark { display: none; }
  .sd-tree-node strong { font-size: 10px; }
  .sd-tree-node small { font-size: 10px; }
  .sd-tree-branches { --sd-tree-gap: 12px; --sd-tree-quarter-gap: 3px; width: 100%; justify-content: space-between; margin-top: 49px; }
  .sd-tree-branch { flex: 1; min-width: 0; }
  .sd-tree-branches::before { top: -24px; height: 24px; }
  .sd-tree-branches::after { top: -49px; height: 25px; }
  .sd-tree-location-count { flex-wrap: wrap; max-width: 137px; margin: 14px auto 0; font-size: 10px; }
  .sd-tree-child { margin-top: 40px; }
  .sd-tree-child::before { top: -40px; height: 40px; }
  .sd-ownership { top: -15px; font-size: 10px; }
  .sd-structure-legend { flex-wrap: wrap; gap: 10px 17px; margin-top: 25px; font-size: 10px; }
  .sd-tour-bar { align-items: center; gap: 10px; padding: 13px 12px 15px; }
  .sd-tour-caption { display: block; font-size: 10px; line-height: 1.5; }
  .sd-tour-index { display: block; margin-bottom: 3px; font-size: 10px; }
  .sd-tour-toggle { min-height: 36px; padding: 6px 8px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .sd-dashboard *, .sd-dashboard *::before, .sd-dashboard *::after { animation: none !important; transition: none !important; }
  .sd-tour-progress { display: none; }
}
