@media (max-width: 900px) {
  .lang-toggle-wrap,
  .lang-toggle,
  [data-lang-toggle] {
    display: none !important;
  }

  #eeMobileApp {
    display: none;
  }

  body.ee-mobile-home-active {
    overflow: hidden;
    background:
      radial-gradient(circle at 16% 10%, rgba(197, 160, 89, 0.14), transparent 26%),
      radial-gradient(circle at 85% 8%, rgba(138, 99, 32, 0.08), transparent 20%),
      linear-gradient(180deg, #f8f1e7 0%, #efe4d4 100%);
  }

  body.ee-mobile-home-active #root,
  body.ee-mobile-home-active [data-featured-listings] {
    display: none !important;
  }

  body.ee-mobile-home-active #eeMobileApp {
    display: block;
  }

  .ee-mobile-app {
    position: relative;
    height: 100dvh;
    min-height: 100svh;
    overflow: hidden;
    color: #191511;
    font-family: "Manrope", "Segoe UI", sans-serif;
  }

  .ee-mobile-app::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at top left, rgba(255, 255, 255, 0.34), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 24%);
    z-index: 0;
  }

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

  .ee-mobile-header {
    display: grid;
    gap: 13px;
    padding:
      calc(env(safe-area-inset-top, 0px) + 16px)
      14px
      8px;
  }

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

  .ee-mobile-brand {
    min-width: 0;
    text-decoration: none;
    color: inherit;
  }

  .ee-mobile-brand-title {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    font-family: "Cinzel", Georgia, serif;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }

  .ee-mobile-brand-title strong {
    color: #171412;
    font-weight: 700;
  }

  .ee-mobile-brand-title span {
    background: linear-gradient(135deg, #8a6320 0%, #c5a059 45%, #ddc388 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  }

  .ee-mobile-brand-caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .ee-mobile-lang-switch {
    position: relative;
    min-width: 74px;
  }

  .ee-mobile-lang-switch[open] {
    z-index: 30;
  }

  .ee-mobile-lang-current {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(197, 160, 89, 0.28);
    background: rgba(255, 252, 247, 0.86);
    box-shadow: 0 16px 34px rgba(68, 49, 22, 0.1);
    backdrop-filter: blur(18px);
    cursor: pointer;
  }

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

  .ee-mobile-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow:
      0 0 0 2px rgba(255, 255, 255, 0.92) inset,
      0 0 0 1px rgba(169, 141, 89, 0.42);
    position: relative;
    flex-shrink: 0;
  }

  .ee-mobile-flag::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  }

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

  .ee-mobile-flag--uz {
    background:
      linear-gradient(180deg,
        #28a7df 0 31%,
        #d94d55 31% 34%,
        #ffffff 34% 66%,
        #d94d55 66% 69%,
        #1e9d56 69% 100%);
  }

  .ee-mobile-flag--uz::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
      6px 1px 0 -1px rgba(255, 255, 255, 0.95),
      10px 1px 0 -4px rgba(255, 255, 255, 0.95),
      8px 4px 0 -4px rgba(255, 255, 255, 0.95),
      12px 4px 0 -4px rgba(255, 255, 255, 0.95);
    clip-path: circle(48% at 35% 50%);
  }

  .ee-mobile-flag--en {
    background:
      linear-gradient(180deg,
        #b72a2a 0 10%,
        #ffffff 10% 20%,
        #b72a2a 20% 30%,
        #ffffff 30% 40%,
        #b72a2a 40% 50%,
        #ffffff 50% 60%,
        #b72a2a 60% 70%,
        #ffffff 70% 80%,
        #b72a2a 80% 90%,
        #ffffff 90% 100%);
  }

  .ee-mobile-flag--en::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 52%;
    background:
      radial-gradient(circle at 30% 28%, rgba(255,255,255,0.95) 0 1px, transparent 1.6px),
      radial-gradient(circle at 60% 44%, rgba(255,255,255,0.95) 0 1px, transparent 1.6px),
      radial-gradient(circle at 44% 70%, rgba(255,255,255,0.95) 0 1px, transparent 1.6px),
      #264b9b;
  }

  .ee-mobile-lang-code {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #241d18;
  }

  .ee-mobile-lang-chevron {
    width: 12px;
    height: 12px;
    color: rgba(58, 44, 25, 0.72);
  }

  .ee-mobile-lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 156px;
    padding: 6px;
    border-radius: 18px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    background: rgba(255, 252, 247, 0.96);
    box-shadow: 0 18px 36px rgba(48, 31, 10, 0.14);
    backdrop-filter: blur(20px);
  }

  .ee-mobile-lang-option {
    width: 100%;
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: #2d251d;
  }

  .ee-mobile-lang-option.is-active {
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.16), rgba(216, 185, 116, 0.12));
  }

  .ee-mobile-searchbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .ee-mobile-searchfield {
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 22px;
    border: 1px solid rgba(197, 160, 89, 0.22);
    background: rgba(255, 252, 247, 0.88);
    box-shadow: 0 16px 30px rgba(86, 62, 26, 0.08);
    backdrop-filter: blur(18px);
  }

  .ee-mobile-searchfield svg,
  .ee-mobile-filter-button svg,
  .ee-mobile-dock-icon svg,
  .ee-mobile-card-secondary svg,
  .ee-mobile-panel-hint svg,
  .ee-mobile-empty-icon svg,
  .ee-mobile-profile-link svg,
  .ee-mobile-close-button svg {
    width: 100%;
    height: 100%;
  }

  .ee-mobile-search-input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #1f1812;
    outline: none;
  }

  .ee-mobile-search-input::placeholder {
    color: rgba(84, 61, 31, 0.52);
  }

  .ee-mobile-filter-button {
    position: relative;
    width: 46px;
    height: 46px;
    padding: 11px;
    border: 1px solid rgba(197, 160, 89, 0.24);
    border-radius: 18px;
    background: rgba(255, 252, 247, 0.88);
    color: #5b431c;
    box-shadow: 0 16px 28px rgba(86, 62, 26, 0.08);
    backdrop-filter: blur(18px);
  }

  .ee-mobile-filter-badge {
    position: absolute;
    top: -5px;
    right: -4px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #8a6320 0%, #c5a059 45%, #ddc388 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 10px 18px rgba(138, 99, 32, 0.28);
  }

  .ee-mobile-typebar {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

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

  .ee-mobile-type-tab {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: transparent;
    color: rgba(28, 22, 15, 0.82);
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .ee-mobile-type-tab.is-active {
    border-color: rgba(138, 99, 32, 0.2);
    background: linear-gradient(135deg, #8a6320 0%, #c5a059 48%, #ddc388 100%);
    color: #fffdf8;
    box-shadow: 0 14px 28px rgba(138, 99, 32, 0.18);
  }

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

  .ee-mobile-chipbar-fixed {
    display: flex;
  }

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

  .ee-mobile-chip {
    flex: 0 0 auto;
    padding: 2px 0 14px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(31, 24, 16, 0.7);
    white-space: nowrap;
  }

  .ee-mobile-chip.is-active {
    border-bottom-color: #1b1611;
    color: #1b1611;
  }

  .ee-mobile-panels {
    overflow-y: auto;
    padding: 10px 14px calc(118px + env(safe-area-inset-bottom, 0px));
    -webkit-overflow-scrolling: touch;
  }

  .ee-mobile-panel {
    display: none;
  }

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

  .ee-mobile-overview,
  .ee-mobile-kicker,
  .ee-mobile-overview h1,
  .ee-mobile-overview h2,
  .ee-mobile-overview p,
  .ee-mobile-overview-metrics,
  .ee-mobile-selection,
  .ee-mobile-selection-pill,
  .ee-mobile-panel-hint {
    display: none !important;
  }

  .ee-mobile-panel-copy,
  .ee-mobile-overview p,
  .ee-mobile-panel-copy {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
    color: rgba(57, 42, 22, 0.74);
  }

  .ee-mobile-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding-top: 2px;
  }

  .ee-mobile-panel-title {
    margin: 0;
    font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
    font-size: 19px;
    line-height: 1.12;
    font-weight: 700;
    color: #16120d;
  }

  .ee-mobile-panel-count {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 252, 247, 0.78);
    border: 1px solid rgba(197, 160, 89, 0.16);
    color: #664b1d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    white-space: nowrap;
  }

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

  .ee-mobile-featured-card,
  .ee-mobile-result-card,
  .ee-mobile-favorite-card {
    display: grid;
    gap: 0;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 30px rgba(93, 70, 33, 0.12);
  }

  .ee-mobile-card-media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(180deg, #d7c0a1 0%, #f6eee3 100%);
    touch-action: pan-y;
  }

  .ee-mobile-card-media-link {
    display: block;
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .ee-mobile-card-track {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    scroll-behavior: smooth;
  }

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

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

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

  .ee-mobile-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(16, 12, 8, 0.02), rgba(16, 12, 8, 0.16));
  }

  .ee-mobile-card-gallery-pager {
    position: absolute;
    left: 50%;
    bottom: 11px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 2;
  }

  .ee-mobile-card-gallery-dot {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.54);
    transition: all 0.22s ease;
  }

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

  .ee-mobile-card-favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 50%;
    background: rgba(248, 243, 238, 0.54);
    backdrop-filter: blur(10px);
    color: #5b4120;
    box-shadow: 0 12px 20px rgba(62, 40, 11, 0.12);
  }

  .ee-mobile-card-favorite.is-active {
    background: linear-gradient(135deg, #8a6320 0%, #c5a059 45%, #ddc388 100%);
    color: #fffdf9;
  }

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

  .ee-mobile-card-summary {
    display: grid;
    gap: 7px;
  }

  .ee-mobile-card-eyebrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(93, 68, 35, 0.56);
  }

  .ee-mobile-card-title {
    margin: 0;
    font-size: 13px;
    line-height: 1.28;
    font-weight: 800;
    color: #15120f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ee-mobile-card-title a {
    color: inherit;
    text-decoration: none;
  }

  .ee-mobile-card-price {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #a17733;
  }

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

  .ee-mobile-card-district {
    font-size: 11px;
    font-weight: 600;
    color: rgba(59, 43, 22, 0.72);
  }

  .ee-mobile-card-specs {
    font-size: 10px;
    line-height: 1.4;
    color: rgba(87, 66, 34, 0.58);
  }

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

  .ee-mobile-card-primary,
  .ee-mobile-sheet-action,
  .ee-mobile-empty-action {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(138, 99, 32, 0.18);
    background: linear-gradient(135deg, #8a6320 0%, #c5a059 48%, #ddc388 100%);
    color: #fffdf9;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 26px rgba(138, 99, 32, 0.18);
  }

  .ee-mobile-card-secondary {
    width: 40px;
    min-height: 46px;
    padding: 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8f6a2b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

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

  .ee-mobile-card-call svg {
    animation: ee-mobile-call-pulse 1.9s ease-in-out infinite;
    transform-origin: center;
  }

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

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

  .ee-mobile-pagination button {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(197, 160, 89, 0.16);
    background: rgba(255, 252, 247, 0.82);
    color: #4e3918;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(82, 59, 25, 0.06);
  }

  .ee-mobile-pagination button:disabled {
    opacity: 0.4;
    box-shadow: none;
  }

  .ee-mobile-pagination-status {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(76, 56, 28, 0.62);
  }

  .ee-mobile-empty-state,
  .ee-mobile-profile-card {
    display: grid;
    gap: 14px;
    padding: 20px 18px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(197, 160, 89, 0.14);
    box-shadow: 0 18px 40px rgba(82, 59, 25, 0.08);
  }

  .ee-mobile-empty-icon {
    width: 42px;
    height: 42px;
    padding: 9px;
    border-radius: 16px;
    background: rgba(197, 160, 89, 0.12);
    color: #9b7230;
  }

  .ee-mobile-empty-title {
    margin: 0;
    font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
    font-size: 18px;
    line-height: 1.12;
    color: #16120d;
  }

  .ee-mobile-empty-copy,
  .ee-mobile-profile-note {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(57, 42, 22, 0.72);
  }

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

  .ee-mobile-profile-link {
    display: grid;
    grid-template-columns: 18px 1fr 12px;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 14px;
    border-radius: 18px;
    background: rgba(255, 252, 247, 0.84);
    border: 1px solid rgba(197, 160, 89, 0.12);
    color: #2a2015;
    text-decoration: none;
  }

  .ee-mobile-profile-link strong {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ee-mobile-profile-link span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: rgba(61, 45, 22, 0.64);
  }

  .ee-mobile-bottom-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 10px);
    z-index: 26;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
    padding: 9px 12px 8px;
    border-radius: 28px;
    border: 1px solid rgba(205, 196, 187, 0.92);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 20px 40px rgba(56, 39, 14, 0.14);
    backdrop-filter: blur(22px);
  }

  .ee-mobile-dock-button {
    min-height: 54px;
    padding: 4px 6px 3px;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: rgba(65, 48, 24, 0.58);
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 4px;
  }

  .ee-mobile-dock-button.is-active {
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.16), rgba(216, 185, 116, 0.11));
    color: #1d1712;
  }

  .ee-mobile-dock-icon {
    width: 24px;
    height: 24px;
  }

  .ee-mobile-dock-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .ee-mobile-sheet-backdrop {
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(22, 16, 10, 0.32);
    backdrop-filter: blur(6px);
  }

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

  .ee-mobile-filter-panel {
    padding: 16px;
    border-radius: 28px 28px 20px 20px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(197, 160, 89, 0.16);
    box-shadow: 0 24px 50px rgba(43, 29, 9, 0.16);
  }

  .ee-mobile-filter-handle {
    width: 52px;
    height: 5px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: rgba(115, 84, 42, 0.18);
  }

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

  .ee-mobile-filter-title {
    margin: 0;
    font-family: "Plus Jakarta Sans", "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    color: #17120e;
  }

  .ee-mobile-close-button {
    width: 40px;
    height: 40px;
    padding: 10px;
    border: 0;
    border-radius: 14px;
    background: rgba(197, 160, 89, 0.1);
    color: #6c4f1f;
  }

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

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

  .ee-mobile-filter-field.ee-mobile-filter-field--full {
    grid-column: 1 / -1;
  }

  .ee-mobile-filter-field label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(82, 61, 31, 0.68);
  }

  .ee-mobile-filter-field select {
    width: 100%;
    height: 52px;
    padding: 0 14px;
    border-radius: 16px;
    border: 1px solid rgba(197, 160, 89, 0.16);
    background: rgba(251, 247, 242, 0.94);
    color: #20170f;
    font-size: 13px;
    font-weight: 600;
    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 {
    min-height: 52px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid rgba(197, 160, 89, 0.16);
    background: rgba(251, 247, 242, 0.94);
    color: #5b431c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .ee-mobile-filter-apply {
    min-height: 52px;
    border-radius: 16px;
    padding: 0 16px;
  }

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

  .ee-mobile-skeleton-card {
    height: 244px;
    border-radius: 28px;
    background:
      linear-gradient(100deg, rgba(255, 255, 255, 0.84) 20%, rgba(255, 250, 244, 1) 40%, rgba(255, 255, 255, 0.84) 60%);
    background-size: 200% 100%;
    animation: ee-mobile-skeleton 1.2s linear infinite;
    box-shadow: 0 10px 30px rgba(93, 70, 33, 0.08);
  }

  @keyframes ee-mobile-skeleton {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }
}
