/* Peoples & Tongues atlas: extends rome-territory.css (loaded first). */
.dates{grid-template-columns:repeat(14,1fr)}
.dates button{font-size:12.5px;white-space:nowrap}
.map-wrap svg .ppl{opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s}
.map-wrap svg .ppl.on{opacity:1;visibility:visible}
.map-wrap svg .city{display:none}
.map-wrap svg .city.on{display:inline}
.map-wrap svg .blob-g{cursor:pointer;outline:none}
.map-wrap svg .blob-g:hover .blob{filter:brightness(.92)}
.map-wrap svg .blob-g.new .blob{stroke:#704817;stroke-width:2.6;stroke-dasharray:none}
.map-wrap svg .blob-g.sel .blob,.map-wrap svg .blob-g:focus-visible .blob{stroke:#211b16;stroke-width:3;stroke-dasharray:none}
.map-wrap svg.filtering .ppl.on:not(.hi){opacity:.13}
.map-wrap svg.nolabels .lbl-g{display:none}
.fam-legend{padding-bottom:4px;gap:4px 6px}
.fam-legend button.fam{display:flex;align-items:center;gap:6px;border:1px solid transparent;border-radius:3px;padding:2px 7px 2px 4px;font-size:12px;background:none}
.fam-legend button.fam:hover{border-color:var(--rule);background:#f1e8d4}
.fam-legend button.fam[aria-pressed=true]{border-color:var(--ink);background:#eee3cd}
.fam-legend button.fam.absent{opacity:.42}
.conf-legend{padding-top:6px;color:var(--muted)}
.conf-legend i.c-written{background:#a2916f}
.conf-legend i.c-named{background:#d3c7ad;border-style:dashed!important}
.conf-legend i.c-inferred{background:repeating-linear-gradient(45deg,#8f7f60 0 2px,#e9e0cb 2px 6px);border-style:dotted!important}
.conf-legend i.c-overlay{background:repeating-linear-gradient(-45deg,#5a4c38 0 1.5px,#fbf7ed 1.5px 6px);border-style:dashed!important}
.people-fam{display:flex;align-items:center;gap:7px;font-size:13px;margin:4px 0 8px}
.people-fam i{width:16px;height:11px;border:1px solid #88775e;display:inline-block;flex:none}
.people-meta{font-size:12px;color:var(--muted)}
.region-detail h3 .span-name{display:block;font-size:13px;color:var(--muted);font-style:italic}
.reading-notes li{margin-bottom:4px}
@media(max-width:700px){.dates{grid-template-columns:repeat(7,1fr)}.dates button{font-size:12px}.map-toolbar:after{content:'Swipe sideways to see the east.'}}
@media(prefers-reduced-motion:reduce){.map-wrap svg .ppl{transition:none}}
