/*
 * SAMIES UNIVERSAL MAPS — BUILD 010
 * Universal three-section transparency authority.
 */

.samies-sa-counties,
[data-sa-role="county-navigation"],

.samies-sa-map,
[data-sa-role="map-stage"],

.samies-sa-right,
.samies-sa-video,
.samies-sa-post,
[data-sa-role="featured-video"],
[data-sa-role="city-post"] {
    background-color: rgba(0,0,0,0.40) !important;
}

/* Keep actual map/video media fully visible. */

.samies-sa-map canvas,
[data-sa-role="map-stage"] canvas,
.samies-sa-video video,
[data-sa-role="featured-video"] video {
    opacity: 1 !important;
}

/* ========================================================================
   SAMIES UNIVERSAL MAPS BUILD 010-R4
   Route shield legend presentation authority.
   MapLibre sprite geometry remains authoritative.
   ======================================================================== */

.samies-r4-route-legend-light {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-text-stroke: 0 transparent !important;
    text-shadow: none !important;
}

.transition-city.samies-r4-landing-hold {
    color: #116500 !important;
    -webkit-text-fill-color: #116500 !important;
    text-shadow:
        0 0 2px #fff,
        0 0 5px #fff,
        0 0 9px #fff,
        0 0 15px rgba(255,255,255,1),
        0 0 24px rgba(255,255,255,1),
        0 0 36px rgba(255,255,255,.95),
        0 0 52px rgba(255,255,255,.82),
        0 0 68px rgba(255,255,255,.58) !important;
}
