/* ── Flushing adult daycares — case-specific styles on top of
   shared/theme.css + shared/case.css ── */

/* ── atlas (ground map) ── */
/* sits in the same .deck-wrap column as the other report sections */
.atlas-frame {
  position: relative; margin: 0 auto; overflow: hidden;
  background: #0d1117; border: 1px solid var(--border);
}
.atlas-tiles { position: absolute; inset: 0; }
.atlas-tile {
  position: absolute; width: 256px; height: 256px;
  opacity: .92; user-select: none; pointer-events: none;
}
.atlas-dot { cursor: pointer; }
.atlas-dot.hot circle:last-child { stroke: #fff; stroke-width: 2.2; }
.atlas-dot.hot circle:first-child { opacity: .38; }
/* the uncarded addresses name themselves, haloed so they survive the basemap */
.atlas-pin-label {
  font-family: 'SF Mono', ui-monospace, Menlo, monospace; font-size: 10px;
  fill: var(--fg-dim); cursor: pointer;
  paint-order: stroke; stroke: #0a0d11; stroke-width: 3.5px; stroke-linejoin: round;
}
.atlas-pin-label:hover, .atlas-pin-label.hot { fill: var(--fg); }
.atlas-tip {
  position: absolute; z-index: 6; pointer-events: none; max-width: 260px;
  background: var(--bg-raised); border: 1px solid var(--border-bright);
  box-shadow: 0 8px 24px rgba(0,0,0,.55); padding: 7px 9px; font-size: 11px;
}
.atlas-tip .at-head {
  color: var(--fg-faint); font-size: 9px; letter-spacing: 1.2px;
  text-transform: uppercase; margin-bottom: 5px;
}
.atlas-tip .at-row { display: flex; align-items: baseline; gap: 7px; line-height: 1.45; }
.atlas-tip .at-label { flex: 1; min-width: 0; color: var(--fg); }
.atlas-tip .at-deg {
  flex: none; color: var(--fg-faint); font-size: 10px; font-variant-numeric: tabular-nums;
}
.atlas-tip .at-more, .atlas-tip .at-approx {
  color: var(--fg-faint); font-size: 9.5px; margin-top: 4px;
}
/* pins the frame had no room to label, named under the map */
.atlas-index {
  display: flex; flex-wrap: wrap; align-items: center; gap: 4px 14px;
  padding: 8px 0 0; font-size: 10.5px;
}
.atlas-index .ai-label {
  color: var(--fg-faint); font-size: 9px; letter-spacing: 1.2px; text-transform: uppercase;
}
.atlas-index a {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--fg-dim); text-decoration: none; cursor: pointer;
}
.atlas-index a:hover, .atlas-index a.hot { color: var(--fg); text-decoration: none; }
.atlas-card {
  position: absolute; width: 232px; padding: 7px 10px 8px;
  background: color-mix(in srgb, var(--bg-panel) 88%, transparent);
  border: 1px solid var(--border); border-left: 2px solid;
  cursor: pointer; font-size: 11px;
  backdrop-filter: blur(2px);
}
.atlas-card:hover, .atlas-card.hot {
  background: var(--bg-raised); border-color: var(--border-bright); z-index: 5;
}
.atlas-card .ac-title {
  display: flex; align-items: center; gap: 7px;
  color: var(--fg); font-size: 11.5px; font-weight: 600;
}
.atlas-card .ac-sub { color: var(--fg-dim); font-size: 10px; line-height: 1.4; margin-left: 15px; }
.atlas-card .ac-sub.amber { color: #b57f2e; }
.atlas-scale {
  position: absolute; left: 12px; bottom: 12px;
  display: flex; align-items: center; gap: 7px;
  color: var(--fg-dim); font-size: 10px;
  background: rgba(10,13,17,.6); padding: 3px 8px;
}
.atlas-scale i { display: inline-block; height: 0; border-top: 2px solid var(--fg-dim); }
.atlas-attrib {
  position: absolute; right: 8px; bottom: 8px;
  color: #566270; font-size: 9px; background: rgba(10,13,17,.55); padding: 2px 6px;
}
.atlas-offline {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  color: var(--fg-dim); font-size: 11px; background: rgba(10,13,17,.8);
  border: 1px solid var(--border); padding: 5px 12px;
}
