.pressure-shell { width: min(1160px, calc(100% - 28px)); margin: 40px auto 80px; }
.pressure-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 65px 0 30px; }
.pressure-heading h1 { margin: 0 0 14px; font: 700 clamp(42px, 7vw, 70px)/1 "Space Grotesk", Arial, sans-serif; letter-spacing: -.08em; }
.pressure-heading p:not(.eyebrow) { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; }
.refresh-button { border: 0; cursor: pointer; }
.map-controls { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.map-controls label { color: var(--muted); font-size: 13px; }
.map-controls select, .map-reset { border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; color: var(--ink); background: rgba(17,29,61,.8); }
.map-reset { cursor: pointer; }
.map-controls select:focus-visible, .map-reset:focus-visible { outline: 3px solid rgba(142,216,255,.75); outline-offset: 3px; }
.refresh-button:disabled { cursor: wait; opacity: .6; }
.map-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(17,29,61,.7); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
#pressure-map { min-height: 590px; background: #b9d9e9; }
.leaflet-container { font: 12px "DM Sans", sans-serif; }
.leaflet-control-zoom a { color: #172653 !important; }
.map-loading { position: absolute; z-index: 500; top: 18px; left: 50%; padding: 9px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: var(--ink); background: rgba(14,25,57,.9); transform: translateX(-50%); }
.map-loading.hidden { display: none; }
.map-legend { position: absolute; z-index: 500; right: 17px; bottom: 17px; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #172653; background: rgba(255,255,255,.9); box-shadow: 0 8px 25px rgba(0,0,0,.18); }
.map-legend span { display: inline-flex; align-items: center; gap: 4px; }.map-legend i { display: inline-block; width: 10px; height: 10px; border-radius: 50%; }.map-legend .low { background: #5e8de8; }.map-legend .normal { background: #6abf9b; }.map-legend .high { background: #ef9c62; }.map-legend small { color: #62708b; }
.pressure-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }.pressure-stat { display: grid; gap: 5px; padding: 18px 20px; border-radius: 16px; }.pressure-stat span { color: var(--muted); font-size: 12px; }.pressure-stat strong { font: 600 20px "Space Grotesk", sans-serif; }.map-status { color: var(--muted); font-size: 12px; }
.pressure-marker { width: 66px; height: 66px; display: grid; place-items: center; border: 3px solid rgba(255,255,255,.8); border-radius: 50%; color: #fff; font: 700 12px "Space Grotesk", sans-serif; text-shadow: 0 1px 2px rgba(0,0,0,.4); box-shadow: 0 5px 18px rgba(0,0,0,.25); animation: marker-pop .5s both; }
.pressure-marker.low { background: rgba(68,119,218,.82); }.pressure-marker.normal { background: rgba(52,160,112,.82); }.pressure-marker.high { background: rgba(221,117,48,.82); }
@keyframes marker-pop { from { opacity: 0; transform: scale(.5); } to { opacity: 1; transform: scale(1); } }
@media (max-width: 700px) { .pressure-heading { align-items: flex-start; flex-direction: column; margin-top: 35px; }.map-controls { justify-content: flex-start; width: 100%; }.refresh-button { align-self: stretch; justify-content: center; }.map-card #pressure-map { min-height: 480px; }.map-legend { right: 8px; bottom: 8px; flex-wrap: wrap; max-width: 220px; gap: 6px 9px; }.map-legend strong { width: 100%; }.pressure-summary { grid-template-columns: 1fr; } }
