
/* STEP251 — archive + mapa polish safe pass */

/* Archive */
body.page-price .story-search-bar,
body.page-price .price-filters{
  border:1px solid rgba(124,255,178,.14);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}

body.page-price .story-search-bar label{
  letter-spacing:.01em;
}

body.page-price .story-search-bar input[type="search"]{
  min-height:56px;
  font-size:1rem;
}

body.page-price .story-search-bar input[type="search"]:focus{
  box-shadow:0 0 0 4px rgba(124,255,178,.12);
}

body.page-price .price-filters__buttons{
  gap:10px;
}

body.page-price .price-filter-btn{
  min-height:42px;
  padding:10px 16px;
}

body.page-price .price-filter-btn:focus-visible{
  outline:3px solid rgba(124,255,178,.55);
  outline-offset:3px;
}

body.page-price .stories-grid{
  align-items:stretch;
}

body.page-price .stories-grid .vbk-card{
  height:100%;
}

body.page-price .story-search-empty,
body.page-price .price-filter-empty{
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}

body.page-price .pagination{
  margin-top:28px !important;
  margin-bottom:4px !important;
}

body.page-price .pagination a:focus-visible,
body.page-price .pagination span:focus-visible{
  outline:3px solid rgba(124,255,178,.55);
  outline-offset:3px;
}

/* Mapa */
.map-shell{
  gap:20px;
}

.map-stage,
.map-panel{
  border-color:rgba(124,255,178,.14);
  box-shadow:0 20px 48px rgba(0,0,0,.22);
}

.map-panel{
  scroll-margin-top:110px;
}

.map-panel__list{
  margin-top:4px;
}

.map-panel__actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}

.map-panel__actions .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(124,255,178,.24);
  text-decoration:none;
  font-weight:700;
  line-height:1.2;
  transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.map-panel__actions .btn:hover,
.map-panel__actions .btn:focus-visible{
  transform:translateY(-1px);
  outline:none;
}

.map-panel__actions .btn:focus-visible,
.map-city-chip:focus-visible,
.map-story-card:focus-visible,
.city-marker:focus-visible{
  outline:3px solid rgba(124,255,178,.55);
  outline-offset:3px;
}

.map-panel__actions .btn-primary{
  background:linear-gradient(135deg,#8bf0ac 0%,#6bd08c 100%);
  color:#08130f !important;
  box-shadow:0 10px 24px rgba(107,208,140,.22);
}

.map-panel__actions .btn-primary:hover,
.map-panel__actions .btn-primary:focus-visible{
  box-shadow:0 14px 28px rgba(107,208,140,.28);
}

.map-panel__actions .btn:not(.btn-primary){
  background:rgba(255,255,255,.04);
  color:#eafbf1 !important;
}

.map-panel__actions .btn:not(.btn-primary):hover,
.map-panel__actions .btn:not(.btn-primary):focus-visible{
  background:rgba(124,255,178,.10);
  border-color:rgba(124,255,178,.36);
}

.map-city-chip.is-active{
  box-shadow:0 10px 26px rgba(0,0,0,.18);
}

@media (max-width:720px){
  .map-panel__actions{
    grid-template-columns:1fr;
  }

  body.page-price .price-filters__buttons{
    gap:8px;
  }
}
