#eeMobileApp {
  display: none;
}

@media (max-width: 900px) {
  html.ee-mobile-preload body {
    background: #f4eee7;
    color: #161616;
    padding-bottom: 0;
    overflow: hidden;
  }

  html.ee-mobile-preload body::before {
    background: transparent;
  }

  html.ee-mobile-preload body .topbar,
  html.ee-mobile-preload body .hero,
  html.ee-mobile-preload body .after-hero,
  html.ee-mobile-preload body .home-footer {
    display: none !important;
  }

  html.ee-mobile-preload body .lang-switch {
    display: none !important;
  }

  html.ee-mobile-preload body #eeMobileApp {
    display: block;
    min-height: 100vh;
  }

  body.ee-mobile-app-active {
    background: #f4eee7;
    color: #161616;
    padding-bottom: 0;
    overflow: hidden;
  }

  body.ee-mobile-app-active::before {
    background: transparent;
  }

  body.ee-mobile-app-active .topbar,
  body.ee-mobile-app-active .hero,
  body.ee-mobile-app-active .after-hero,
  body.ee-mobile-app-active .home-footer {
    display: none !important;
  }

  body.ee-mobile-app-active .lang-switch {
    display: none !important;
  }

  body.ee-mobile-app-active #eeMobileApp {
    display: block;
    min-height: 100vh;
  }

  .ee-mobile-app {
    --ee-mobile-header-height: 152px;
    height: 100svh;
    min-height: 100svh;
    padding: calc(env(safe-area-inset-top, 0px) + 18px) 14px calc(env(safe-area-inset-bottom, 0px) + 18px);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: hidden;
  }

  .ee-mobile-shell {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0;
    height: 100%;
    min-height: 0;
  }

  .ee-mobile-header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 36;
    display: grid;
    gap: 14px;
  }

  .ee-mobile-brandbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .ee-mobile-brand {
    min-width: 0;
  }

  .ee-mobile-brand-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 29px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #151515;
  }

  .ee-mobile-lang-switch {
    position: relative;
    flex: 0 0 auto;
  }

  .ee-mobile-lang-switch summary {
    list-style: none;
  }

  .ee-mobile-app a,
  .ee-mobile-app button {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .ee-mobile-lang-switch summary::-webkit-details-marker {
    display: none;
  }

  .ee-mobile-lang-current {
    min-width: 70px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 9px;
    border: 1px solid rgba(188, 178, 166, 0.9);
    background: rgba(248, 243, 238, 0.94);
    box-shadow: none;
    border-radius: 999px;
    cursor: pointer;
  }

  .ee-mobile-lang-current-disc {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .ee-mobile-flag {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 0 0 1px rgba(180, 170, 158, 0.5);
  }

  .ee-mobile-flag-ru {
    background: linear-gradient(180deg, #ffffff 0 33.33%, #1f5fd6 33.33% 66.66%, #d63b3b 66.66% 100%);
  }

  .ee-mobile-flag-uz {
    background: linear-gradient(180deg, #37aee2 0 31%, #da2e2e 31% 34%, #ffffff 34% 65%, #da2e2e 65% 68%, #1ea35a 68% 100%);
  }

  .ee-mobile-flag-en {
    background: linear-gradient(180deg, #c83131 0 14%, #ffffff 14% 28%, #c83131 28% 42%, #ffffff 42% 56%, #c83131 56% 70%, #ffffff 70% 84%, #c83131 84% 100%);
  }

  .ee-mobile-flag-en::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 46%;
    height: 46%;
    background: #294fbe;
    border-bottom-right-radius: 8px;
  }

  .ee-mobile-lang-current-code {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
  }

  .ee-mobile-lang-current-chevron {
    display: none;
  }

  .ee-mobile-lang-current-chevron svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
  }

  .ee-mobile-lang-switch[open] .ee-mobile-lang-current-chevron {
    transform: rotate(180deg);
  }

  .ee-mobile-lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 154px;
    display: grid;
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(188, 178, 166, 0.72);
    background: rgba(249, 244, 239, 0.98);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    border-radius: 18px;
  }

  .ee-mobile-lang-option {
    min-height: 42px;
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border-radius: 14px;
    color: #0f172a;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .ee-mobile-lang-option[aria-current="true"] {
    background: rgba(15, 23, 42, 0.06);
  }

  .ee-mobile-surface {
    border: 1px solid rgba(143, 161, 188, 0.2);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border-radius: 24px;
  }

  .ee-mobile-searchbar {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: stretch;
  }

  .ee-mobile-searchfield {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    gap: 14px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(198, 188, 177, 0.95);
    background: rgba(255, 255, 255, 0.56);
    box-shadow: none;
    border-radius: 22px;
  }

  .ee-mobile-searchfield svg,
  .ee-mobile-filter-button svg,
  .ee-mobile-nav-button svg,
  .ee-mobile-card-favorite svg,
  .ee-mobile-empty-icon svg,
  .ee-mobile-profile-link svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
  }

  .ee-mobile-searchfield svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.7;
  }

  .ee-mobile-searchfield input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #181818;
    font-size: 13px;
    font-family: inherit;
    outline: none;
  }

  .ee-mobile-searchfield input::placeholder {
    color: rgba(37, 37, 37, 0.72);
  }

  .ee-mobile-filter-button {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(198, 188, 177, 0.95);
    background: rgba(255, 255, 255, 0.56);
    color: #181818;
    box-shadow: none;
    border-radius: 18px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }

  .ee-mobile-filter-button:hover,
  .ee-mobile-filter-button:active {
    background: rgba(255, 255, 255, 0.76);
  }

  .ee-mobile-filter-button svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.85;
  }

  .ee-mobile-chipbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
    gap: 14px;
    padding: 0 0 2px;
    min-width: 0;
  }

  .ee-mobile-chipbar-fixed {
    flex: 0 0 auto;
  }

  .ee-mobile-chipbar-scroll {
    min-width: 0;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ee-mobile-chipbar-scroll::-webkit-scrollbar {
    display: none;
  }

  .ee-mobile-chip {
    flex: 0 0 auto;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: rgba(24, 24, 24, 0.78);
    padding: 2px 0 14px;
    font-size: 10.2px;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    border-radius: 0;
    transition: color 0.2s ease, border-color 0.2s ease;
  }

  .ee-mobile-chip.is-active {
    background: transparent;
    border-color: #171717;
    color: #171717;
  }

  .ee-mobile-panels {
    display: block;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    padding-top: 12px;
    padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
    scrollbar-width: none;
  }

  .ee-mobile-panels::-webkit-scrollbar {
    display: none;
  }

  .ee-mobile-panel {
    display: none;
    gap: 16px;
    padding-bottom: 16px;
  }

  .ee-mobile-panel.is-active {
    display: grid;
  }

  .ee-mobile-app[data-active-tab="favorites"] .ee-mobile-panel[data-panel="favorites"] .ee-mobile-section,
  .ee-mobile-app[data-active-tab="profile"] .ee-mobile-profile-card {
    gap: 10px;
  }

  .ee-mobile-panel[data-panel="home"] .ee-mobile-section {
    gap: 0;
  }

  .ee-mobile-hero {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border-radius: 26px;
    border: 1px solid rgba(143, 161, 188, 0.2);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 247, 255, 0.92) 48%, rgba(230, 238, 250, 0.9) 100%);
    box-shadow: 0 22px 50px rgba(71, 85, 105, 0.1);
  }

  .ee-mobile-hero::after {
    content: "";
    position: absolute;
    inset: auto -18% -40% 36%;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(62, 132, 246, 0.18) 0%, rgba(62, 132, 246, 0) 72%);
    pointer-events: none;
  }

  .ee-mobile-hero-kicker {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.48);
  }

  .ee-mobile-hero-title {
    margin-top: 8px;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 28px;
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #0f172a;
    max-width: 11ch;
  }

  .ee-mobile-hero-copy {
    margin-top: 10px;
    max-width: 26ch;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(15, 23, 42, 0.66);
  }

  .ee-mobile-hero-stats {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .ee-mobile-stat {
    padding: 14px 12px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(255, 255, 255, 0.74);
    border-radius: 18px;
  }

  .ee-mobile-stat-value {
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #0f172a;
  }

  .ee-mobile-stat-label {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(51, 65, 85, 0.54);
  }

  .ee-mobile-section {
    display: grid;
    gap: 12px;
  }

  .ee-mobile-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
  }

  .ee-mobile-section-kicker {
    display: none !important;
  }

  .ee-mobile-section-title {
    margin-top: 4px;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 21px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #0f172a;
  }

  .ee-mobile-section-link {
    color: #3d7ff0;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }

  .ee-mobile-featured-card,
  .ee-mobile-result-card,
  .ee-mobile-favorite-card {
    position: relative;
    display: grid;
    gap: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 24px rgba(128, 108, 85, 0.15);
    border-radius: 30px;
    overflow: hidden;
  }

  .ee-mobile-card-media {
    position: relative;
    aspect-ratio: 0.96 / 1;
    background: #ddd7cf;
    overflow: hidden;
    isolation: isolate;
    contain: layout paint;
  }

  .ee-mobile-card-media-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .ee-mobile-card-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.32s ease;
    will-change: transform;
  }

  .ee-mobile-card-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
  }

  .ee-mobile-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ee-mobile-card-favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.54);
    background: rgba(248, 243, 238, 0.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 999px;
    color: #171717;
    filter: none;
    transition: color 0.2s ease, background-color 0.2s ease;
  }

  .ee-mobile-card-favorite.is-active {
    color: #ef4444;
  }

  .ee-mobile-card-favorite svg {
    width: 31px;
    height: 31px;
    stroke-width: 1.8;
  }

  .ee-mobile-card-favorite.is-active svg {
    fill: currentColor;
  }

  .ee-mobile-card-body {
    display: grid;
    gap: 9px;
    padding: 10px 16px 18px;
  }

  .ee-mobile-card-gallery-pager {
    position: absolute;
    left: 50%;
    bottom: 11px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 8px;
    padding: 0;
    border-radius: 999px;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .ee-mobile-card-gallery-dot {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 1px 8px rgba(12, 12, 12, 0.28);
    transition: width 0.24s ease, background-color 0.24s ease, opacity 0.24s ease;
  }

  .ee-mobile-card-gallery-dot.is-active {
    width: 18px;
    height: 4px;
    background: rgba(255, 255, 255, 0.94);
  }

  .ee-mobile-card-summary {
    display: grid;
    gap: 7px;
    color: inherit;
    text-decoration: none;
  }

  .ee-mobile-card-title {
    font-size: 13.6px;
    line-height: 1.25;
    font-weight: 700;
    color: #171717;
  }

  .ee-mobile-card-meta {
    display: grid;
    gap: 4px;
  }

  .ee-mobile-card-district {
    color: rgba(29, 29, 29, 0.78);
    font-size: 11.5px;
    line-height: 1.35;
    font-weight: 500;
  }

  .ee-mobile-card-specs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
  }

  .ee-mobile-card-spec {
    color: rgba(34, 34, 34, 0.88);
    font-size: 10px;
    line-height: 1.35;
    font-weight: 500;
    white-space: nowrap;
  }

  .ee-mobile-card-spec-divider {
    color: rgba(112, 112, 112, 0.62);
    font-size: 10px;
    line-height: 1;
  }

  .ee-mobile-card-lot {
    color: rgba(51, 65, 85, 0.56);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .ee-mobile-card-price {
    color: #178245;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.03em;
  }

  .ee-mobile-card-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
  }

  .ee-mobile-card-primary {
    min-height: 46px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(187, 194, 201, 0.96);
    background: #ffffff;
    color: #284154;
    box-shadow: none;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-transform: none;
    text-decoration: none;
  }

  .ee-mobile-card-secondary {
    min-height: 46px;
    width: 34px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #178245;
    box-shadow: none;
    border-radius: 0;
  }

  .ee-mobile-card-secondary::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(23, 130, 69, 0.18);
    transform: translate(-50%, -50%) scale(0.92);
    transform-origin: center;
    filter: blur(0.2px);
    animation: ee-mobile-call-halo 2.1s ease-out infinite;
    pointer-events: none;
  }

  .ee-mobile-card-secondary svg {
    width: 28px;
    height: 28px;
    position: relative;
    z-index: 1;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.85;
    filter: drop-shadow(0 0 8px rgba(23, 130, 69, 0.18));
    animation: ee-mobile-call-pulse 2.1s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  }

  .ee-mobile-home-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ee-mobile-pagination {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
  }

  .ee-mobile-page-button {
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.94);
    color: #0f172a;
    border-radius: 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .ee-mobile-page-button[disabled] {
    opacity: 0.42;
  }

  .ee-mobile-page-indicator {
    text-align: center;
    color: rgba(51, 65, 85, 0.76);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .ee-mobile-home-grid .ee-mobile-featured-card {
    gap: 0;
  }

  .ee-mobile-home-grid .ee-mobile-card-media {
    aspect-ratio: 1 / 1;
  }

  .ee-mobile-home-grid .ee-mobile-card-body {
    gap: 10px;
    padding: 8px 16px 18px;
  }

  .ee-mobile-home-grid .ee-mobile-card-title {
    font-size: 13.5px;
    line-height: 1.22;
  }

  .ee-mobile-home-grid .ee-mobile-card-district {
    font-size: 11px;
  }

  .ee-mobile-home-grid .ee-mobile-card-spec {
    font-size: 10.5px;
  }

  .ee-mobile-home-grid .ee-mobile-card-price {
    font-size: 22px;
  }

  .ee-mobile-home-grid .ee-mobile-card-actions {
    gap: 8px;
  }

  .ee-mobile-home-grid .ee-mobile-card-primary,
  .ee-mobile-home-grid .ee-mobile-card-secondary {
    min-height: 46px;
  }

  .ee-mobile-home-grid .ee-mobile-card-primary {
    padding: 0 18px;
    font-size: 11px;
  }

  .ee-mobile-home-grid .ee-mobile-card-secondary {
    width: 34px;
  }

  .ee-mobile-home-grid .ee-mobile-card-secondary svg {
    width: 28px;
    height: 28px;
  }

  .ee-mobile-search-layout {
    display: grid;
    gap: 14px;
  }

  .ee-mobile-map-wrap {
    overflow: hidden;
    border: 1px solid rgba(143, 161, 188, 0.2);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border-radius: 24px;
  }

  .ee-mobile-map {
    height: min(42vh, 380px);
    width: 100%;
  }

  .ee-mobile-map-note {
    padding: 12px 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    color: rgba(51, 65, 85, 0.68);
    font-size: 12px;
    line-height: 1.5;
  }

  .ee-mobile-results-count {
    color: rgba(51, 65, 85, 0.7);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .ee-mobile-results-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ee-mobile-result-card .ee-mobile-card-primary,
  .ee-mobile-result-card .ee-mobile-card-secondary,
  .ee-mobile-favorite-card .ee-mobile-card-primary,
  .ee-mobile-favorite-card .ee-mobile-card-secondary {
    transition: box-shadow 0.2s ease, filter 0.2s ease;
  }

  .ee-mobile-result-card {
    gap: 0;
  }

  .ee-mobile-result-card .ee-mobile-card-media,
  .ee-mobile-favorite-card .ee-mobile-card-media {
    min-height: 0;
    border-bottom: 0;
  }

  .ee-mobile-empty {
    display: grid;
    gap: 12px;
    padding: 16px 14px;
    border: 1px dashed rgba(148, 163, 184, 0.38);
    background: rgba(255, 255, 255, 0.72);
    border-radius: 24px;
    text-align: center;
    color: rgba(51, 65, 85, 0.72);
  }

  .ee-mobile-empty-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    color: #2563eb;
  }

  .ee-mobile-empty-title {
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #0f172a;
  }

  .ee-mobile-empty-copy {
    font-size: 13px;
    line-height: 1.65;
  }

  .ee-mobile-profile-card {
    display: grid;
    gap: 12px;
    padding: 4px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .ee-mobile-profile-links {
    display: grid;
    gap: 10px;
  }

  .ee-mobile-profile-link {
    min-height: 54px;
    display: grid;
    grid-template-columns: 20px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(248, 250, 252, 0.86);
    border-radius: 18px;
    color: #0f172a;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
  }

  .ee-mobile-profile-note {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px 0 4px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
  }

  .ee-mobile-profile-link-arrow {
    color: rgba(51, 65, 85, 0.4);
    font-size: 16px;
    line-height: 1;
  }

  .ee-mobile-call-fab {
    display: none !important;
    position: fixed;
    right: 18px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 126px);
    z-index: 38;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #0f172a;
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18);
  }

  .ee-mobile-toast {
    position: fixed;
    left: 50%;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 94px);
    z-index: 46;
    transform: translateX(-50%) translateY(10px);
    min-width: 160px;
    max-width: calc(100vw - 48px);
    padding: 11px 14px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.94);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .ee-mobile-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  .ee-mobile-bottom-nav {
    position: fixed;
    left: max(14px, env(safe-area-inset-left, 0px));
    right: max(14px, env(safe-area-inset-right, 0px));
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
    padding: 9px 12px 8px;
    border: 1px solid rgba(205, 196, 187, 0.9);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: 0 18px 42px rgba(100, 83, 63, 0.18);
    border-radius: 28px;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .ee-mobile-nav-button {
    min-height: 54px;
    display: grid;
    place-items: center;
    gap: 4px;
    padding: 4px 6px 3px;
    border: 0;
    background: transparent;
    color: rgba(24, 24, 24, 0.86);
    border-radius: 18px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  .ee-mobile-nav-button-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ee-mobile-nav-button.is-active {
    color: #171717;
  }

  .ee-mobile-nav-button svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.8;
  }

  @keyframes ee-mobile-call-pulse {
    0%, 100% {
      transform: scale(1);
      opacity: 1;
    }

    35% {
      transform: scale(1.16);
      opacity: 0.92;
    }

    60% {
      transform: scale(1.08);
      opacity: 1;
    }
  }

  @keyframes ee-mobile-call-halo {
    0% {
      opacity: 0.12;
      transform: translate(-50%, -50%) scale(0.88);
    }

    45% {
      opacity: 0.34;
      transform: translate(-50%, -50%) scale(1.48);
    }

    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(1.7);
    }
  }

  .ee-mobile-sheet-backdrop {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    background: rgba(15, 23, 42, 0.36);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .ee-mobile-sheet-backdrop.is-open {
    display: block;
  }

  .ee-mobile-filter-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    display: none;
    padding: 14px 14px calc(env(safe-area-inset-bottom, 0px) + 14px);
  }

  .ee-mobile-filter-sheet.is-open {
    display: block;
  }

  .ee-mobile-filter-panel {
    padding: 16px;
    border: 1px solid rgba(143, 161, 188, 0.24);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
    border-radius: 28px 28px 20px 20px;
  }

  .ee-mobile-filter-handle {
    width: 52px;
    height: 5px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.48);
  }

  .ee-mobile-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
  }

  .ee-mobile-filter-title {
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #0f172a;
  }

  .ee-mobile-filter-close {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(248, 250, 252, 0.92);
    color: #334155;
    border-radius: 14px;
    font-size: 24px;
    line-height: 1;
  }

  .ee-mobile-filter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ee-mobile-filter-field {
    display: grid;
    gap: 7px;
  }

  .ee-mobile-filter-field label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(51, 65, 85, 0.58);
  }

  .ee-mobile-filter-field select {
    min-height: 52px;
    width: 100%;
    padding: 0 14px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: #f8fafc;
    color: #0f172a;
    border-radius: 16px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
  }

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

  .ee-mobile-filter-reset,
  .ee-mobile-filter-apply {
    min-height: 52px;
    border-radius: 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .ee-mobile-filter-reset {
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(248, 250, 252, 0.9);
    color: #334155;
  }

  .ee-mobile-filter-apply {
    border: 1px solid rgba(44, 139, 84, 0.22);
    background: linear-gradient(180deg, #38a45c 0%, #2c8b54 100%);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(44, 139, 84, 0.18);
  }

  .ee-mobile-marker {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(19, 33, 58, 0.16);
    color: #2b4f87;
  }

  .ee-mobile-marker.is-favorite {
    color: #d14343;
  }

  .ee-mobile-marker svg {
    width: 19px;
    height: 19px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.7;
  }

  .ee-mobile-popup {
    min-width: 190px;
  }

  .ee-mobile-popup-title {
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
    color: #0f172a;
  }

  .ee-mobile-popup-price {
    margin-top: 4px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
  }

  .ee-mobile-popup-link {
    margin-top: 8px;
    display: inline-flex;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
  }

  .ee-mobile-call-fab svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
  }

  .leaflet-control-attribution {
    font-size: 10px;
  }

  @media (max-width: 420px) {
    .ee-mobile-app {
      padding-left: 12px;
      padding-right: 12px;
    }

    .ee-mobile-brand-title {
      font-size: 22px;
    }

    .ee-mobile-result-card .ee-mobile-card-media {
      min-height: 210px;
    }

    .ee-mobile-filter-grid,
    .ee-mobile-filter-actions {
      grid-template-columns: 1fr;
    }

    .ee-mobile-call-fab {
      right: 14px;
      bottom: calc(env(safe-area-inset-bottom, 0px) + 122px);
      width: 50px;
      height: 50px;
    }

    .ee-mobile-toast {
      bottom: calc(env(safe-area-inset-bottom, 0px) + 88px);
    }
  }
}
