/* [project]/src/features/places/places.css [app-client] (css) */
@layer components {
  :where(html:has([data-page-style="places"])) .places-page-container {
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
  }

  :where(html:has([data-page-style="places"])) .places-page-header {
    background: #fff;
    padding-top: 28px;
  }

  :where(html:has([data-page-style="places"])) .places-page-header h1 {
    color: #0b2238;
    letter-spacing: -.035em;
    margin: 0;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.08;
  }

  :where(html:has([data-page-style="places"])) .places-page-header p {
    color: #58769a;
    max-width: 620px;
    margin: 7px 0 0;
    font-size: 17px;
    line-height: 1.35;
  }

  :where(html:has([data-page-style="places"])) .places-hero-screen {
    background-image: url("/assets/images/hero-embankment.jpg");
    background-position: right 30%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #e2e8f099;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 16px;
    position: relative;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-hero-screen {
      padding-top: 26px;
      padding-bottom: 24px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-hero-screen:before {
    content: "";
    pointer-events: none;
    background: linear-gradient(to right, #fffffff5 0%, #ffffffe6 45%, #ffffff73 75%, #fff9 100%);
    position: absolute;
    inset: 0;
  }

  :where(html:has([data-page-style="places"])) .places-hero-inner {
    z-index: 1;
    position: relative;
  }

  :where(html:has([data-page-style="places"])) .places-hero-top-row {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    display: flex;
  }

  :where(html:has([data-page-style="places"])) .places-hero-content {
    max-width: 620px;
  }

  :where(html:has([data-page-style="places"])) .places-hero-title {
    letter-spacing: -.025em;
    color: #0b2238;
    margin: 0;
    font-weight: 800;
    line-height: 1.15;
  }

  :where(html:has([data-page-style="places"])) .places-title-desktop {
    font-size: 34px;
    display: none;
  }

  :where(html:has([data-page-style="places"])) .places-title-mobile {
    font-size: 22px;
    display: block;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-title-desktop {
      display: block;
    }

    :where(html:has([data-page-style="places"])) .places-title-mobile {
      display: none;
    }
  }

  :where(html:has([data-page-style="places"])) .places-hero-subtitle {
    color: #526177;
    max-width: 520px;
    margin-top: 8px;
    margin-bottom: 0;
  }

  :where(html:has([data-page-style="places"])) .places-subtitle-desktop {
    font-size: 15px;
    line-height: 1.45;
    display: none;
  }

  :where(html:has([data-page-style="places"])) .places-subtitle-mobile {
    font-size: 13px;
    line-height: 1.35;
    display: block;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-subtitle-desktop {
      display: block;
    }

    :where(html:has([data-page-style="places"])) .places-subtitle-mobile {
      display: none;
    }
  }

  :where(html:has([data-page-style="places"])) .places-hero-slogan {
    color: #52758e;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    opacity: .85;
    margin-right: 32px;
    font-family: Caveat, Comfortaa, Segoe Print, cursive, sans-serif;
    font-size: 30px;
    font-style: italic;
    line-height: 1.1;
    display: none;
    transform: rotate(-5deg);
  }

  @media (min-width: 960px) {
    :where(html:has([data-page-style="places"])) .places-hero-slogan {
      display: block;
    }
  }

  :where(html:has([data-page-style="places"])) .places-main-content {
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 56px;
    position: relative;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-main-content {
      padding-top: 30px;
      padding-bottom: 72px;
    }
  }

  @media (max-width: 560px) {
    :where(html:has([data-page-style="places"])) .places-page-header {
      padding-top: 20px;
    }

    :where(html:has([data-page-style="places"])) .places-page-header h1 {
      font-size: 30px;
    }

    :where(html:has([data-page-style="places"])) .places-page-header p {
      margin-top: 6px;
      font-size: 14px;
      line-height: 1.38;
    }

    :where(html:has([data-page-style="places"])) .places-main-content {
      padding-top: 22px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-step-section {
    margin-bottom: 18px;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-step-section {
      margin-bottom: 24px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-step-header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  :where(html:has([data-page-style="places"])) .places-step-title {
    color: #0b2238;
    letter-spacing: -.01em;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-step-title {
      font-size: 16px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-parks-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    display: grid;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-parks-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-park-card {
    cursor: pointer;
    text-align: left;
    background-color: #f1f5f9;
    border: 2px solid #0000;
    border-radius: 12px;
    flex-direction: column;
    height: 78px;
    padding: 0;
    transition: all .2s cubic-bezier(.16, 1, .3, 1);
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px #0b22380d;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-park-card {
      border-radius: 14px;
      height: 96px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-park-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px #0b223817;
  }

  :where(html:has([data-page-style="places"])) .places-park-card.selected {
    border-color: #07f;
    box-shadow: 0 0 0 2px #07f3, 0 6px 16px #0077ff29;
  }

  :where(html:has([data-page-style="places"])) .places-park-card-media {
    background-color: #f1f5f9;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  :where(html:has([data-page-style="places"])) .places-park-card-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .35s;
  }

  :where(html:has([data-page-style="places"])) .places-park-card:hover .places-park-card-img {
    transform: scale(1.05);
  }

  :where(html:has([data-page-style="places"])) .places-park-card-gradient {
    background: linear-gradient(to top, #0b2238d9 0%, #0b223866 55%, #0b22381a 100%);
    transition: opacity .2s;
    position: absolute;
    inset: 0;
  }

  :where(html:has([data-page-style="places"])) .places-park-card-label {
    color: #fff;
    text-shadow: 0 1px 3px #0006;
    z-index: 2;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    position: absolute;
    bottom: 10px;
    left: 12px;
    right: 28px;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-park-card-label {
      font-size: 14px;
      bottom: 12px;
      left: 14px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-park-check-badge {
    color: #fff;
    z-index: 3;
    background-color: #07f;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
    position: absolute;
    top: 8px;
    right: 8px;
    box-shadow: 0 2px 6px #0077ff59;
  }

  :where(html:has([data-page-style="places"])) .places-categories-pills {
    flex-wrap: wrap;
    gap: 7px;
    display: flex;
  }

  :where(html:has([data-page-style="places"])) .places-categories-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    display: flex;
  }

  :where(html:has([data-page-style="places"])) .places-categories-toggle {
    color: #07f;
    min-height: 35px;
    font: inherit;
    cursor: pointer;
    background: #f8fbff;
    border: 1px solid #b9d5f4;
    border-radius: 9999px;
    align-items: center;
    gap: 8px;
    padding: 0 15px;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1;
    transition: background-color .15s, border-color .15s;
    display: inline-flex;
  }

  :where(html:has([data-page-style="places"])) .places-categories-toggle:hover {
    background: #eef6ff;
    border-color: #07f;
  }

  :where(html:has([data-page-style="places"])) .places-categories-toggle-icon {
    flex: none;
  }

  @media (max-width: 767px) {
    :where(html:has([data-page-style="places"])) .places-categories-wrap:not(.expanded) .places-categories-pills {
      max-height: 77px;
      overflow: hidden;
    }
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-categories-toggle {
      display: none;
    }

    :where(html:has([data-page-style="places"])) .places-categories-pills {
      gap: 8px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-category-pill {
    color: #1e293b;
    cursor: pointer;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 9999px;
    align-items: center;
    gap: 6px;
    height: 35px;
    padding: 0 13px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    transition: all .15s;
    display: inline-flex;
    box-shadow: 0 1px 2px #0b223805;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-category-pill {
      height: 36px;
      padding: 0 14px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-category-pill:hover {
    color: #0b2238;
    background-color: #f8fafc;
    border-color: #cbd5e1;
  }

  :where(html:has([data-page-style="places"])) .places-category-pill .places-cat-icon {
    color: #07f;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    transition: color .15s;
  }

  :where(html:has([data-page-style="places"])) .places-category-pill.selected {
    color: #fff;
    background-color: #07f;
    border-color: #07f;
    box-shadow: 0 2px 8px #0077ff40;
  }

  :where(html:has([data-page-style="places"])) .places-category-pill.selected .places-cat-icon {
    color: #fff;
  }

  :where(html:has([data-page-style="places"])) .places-cat-pill-title {
    letter-spacing: -.005em;
    font-size: 12.5px;
    font-weight: 550;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-cat-pill-title {
      font-size: 13px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-results-bar {
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    margin-bottom: 14px;
    display: flex;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-results-bar {
      margin-top: 28px;
      margin-bottom: 18px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-results-count {
    color: #64748b;
    letter-spacing: -.01em;
    font-size: 14px;
    font-weight: 600;
  }

  :where(html:has([data-page-style="places"])) .places-reset-link {
    color: #07f;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    transition: color .15s;
  }

  :where(html:has([data-page-style="places"])) .places-reset-link:hover {
    color: #05c;
    text-decoration: underline;
  }

  :where(html:has([data-page-style="places"])) .places-catalog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    display: grid;
  }

  @media (min-width: 600px) {
    :where(html:has([data-page-style="places"])) .places-catalog-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }
  }

  @media (min-width: 1024px) {
    :where(html:has([data-page-style="places"])) .places-catalog-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-card-grid {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #eef2f6;
    border-radius: 14px;
    outline: none;
    flex-direction: column;
    transition: transform .2s cubic-bezier(.16, 1, .3, 1), box-shadow .2s cubic-bezier(.16, 1, .3, 1), border-color .2s;
    display: flex;
    overflow: hidden;
    box-shadow: 0 1px 3px #0b223808;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-card-grid {
      border-radius: 16px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-card-grid:hover, :where(html:has([data-page-style="places"])) .places-card-grid:focus-visible {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px -4px #0b223814;
  }

  :where(html:has([data-page-style="places"])) .places-card-media {
    aspect-ratio: 16 / 10;
    background-color: #f1f5f9;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  :where(html:has([data-page-style="places"])) .places-card-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .35s;
  }

  :where(html:has([data-page-style="places"])) .places-card-grid:hover .places-card-img {
    transform: scale(1.04);
  }

  :where(html:has([data-page-style="places"])) .places-card-badge {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #0b2238;
    z-index: 1;
    background-color: #ffffffeb;
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    bottom: 8px;
    left: 8px;
    box-shadow: 0 1px 3px #00000014;
  }

  :where(html:has([data-page-style="places"])) .places-card-body {
    flex-direction: column;
    flex: 1;
    gap: 6px;
    padding: 14px 16px 16px;
    display: flex;
  }

  :where(html:has([data-page-style="places"])) .places-card-title {
    color: #0b2238;
    letter-spacing: -.01em;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
  }

  @media (min-width: 768px) {
    :where(html:has([data-page-style="places"])) .places-card-title {
      font-size: 16px;
    }
  }

  :where(html:has([data-page-style="places"])) .places-card-desc {
    color: #64748b;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    display: -webkit-box;
    overflow: hidden;
  }

  :where(html:has([data-page-style="places"])) .places-empty-card {
    text-align: center;
    background-color: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    flex-direction: column;
    grid-column: 1 / -1;
    justify-content: center;
    align-items: center;
    margin: 16px 0;
    padding: 48px 24px;
    display: flex;
  }

  :where(html:has([data-page-style="places"])) .places-empty-icon {
    color: #07f;
    background-color: #e0f2fe;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    display: flex;
  }

  :where(html:has([data-page-style="places"])) .places-empty-title {
    color: #0b2238;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
  }

  :where(html:has([data-page-style="places"])) .places-empty-text {
    color: #64748b;
    max-width: 440px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  :where(html:has([data-page-style="places"])) .places-empty-reset-btn {
    color: #fff;
    cursor: pointer;
    background-color: #07f;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color .15s, transform .15s;
    display: inline-flex;
    box-shadow: 0 2px 6px #0077ff40;
  }

  :where(html:has([data-page-style="places"])) .places-empty-reset-btn:hover {
    background-color: #005fcc;
    transform: translateY(-1px);
  }
}

/*# sourceMappingURL=src_features_places_places_1i0m2p7.css.map*/