#eeMobileApp {
  display: none;
}

.ee-mobile-favorites-ai-host {
  grid-column: 1 / -1;
}

.ee-mobile-favorites-ai-hint {
  margin: 8px 4px 14px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 117, 61, 0.14);
  border-radius: 16px;
  background: rgba(17, 117, 61, 0.055);
  color: #355246;
  font-size: 13px;
  line-height: 1.35;
}

.ee-mobile-favorites-compare-root {
  position: fixed;
  right: 14px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 106px);
  z-index: 72;
  pointer-events: none;
}

.ee-mobile-app:not([data-active-tab="favorites"]) .ee-mobile-favorites-compare-root {
  display: none;
}

.ee-mobile-favorites-ai-trigger {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 70px;
  max-width: calc(100vw - 28px);
  border: 1px solid rgba(17, 117, 61, 0.20);
  border-radius: 999px;
  padding: 7px 8px 7px 15px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(15, 37, 28, 0.18);
  color: #0f2e21;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.ee-mobile-favorites-ai-trigger:active {
  transform: scale(0.98);
}

.ee-mobile-favorites-ai-label {
  max-width: min(154px, calc(100vw - 190px));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ee-mobile-favorites-ai-count {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #11753d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.ee-mobile-favorites-ai-robot {
  position: relative;
  width: 78px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.ee-mobile-favorites-ai-fallback {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #178245, #0f733f);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.ee-mobile-favorites-ai-panel {
  pointer-events: auto;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 176px);
  padding: 14px 16px;
  border: 1px solid rgba(17, 117, 61, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(15, 35, 27, 0.16);
  color: #19382b;
  font-size: 14px;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.ee-mobile-favorites-ai-panel--loading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ee-mobile-favorites-ai-panel button {
  margin-top: 10px;
  border: 0;
  border-radius: 999px;
  padding: 9px 13px;
  background: #11753d;
  color: #fff;
  font: inherit;
  font-weight: 700;
}

.ee-mobile-favorites-ai-backdrop {
  pointer-events: auto;
  position: fixed;
  inset: 0;
  background: rgba(8, 18, 14, 0.28);
}

.ee-mobile-favorites-ai-sheet {
  pointer-events: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: min(82vh, 720px);
  overflow: auto;
  padding: 10px 16px calc(env(safe-area-inset-bottom, 0px) + 18px);
  border-radius: 28px 28px 0 0;
  background: #fff;
  box-shadow: 0 -20px 54px rgba(11, 30, 22, 0.22);
}

.ee-mobile-favorites-ai-handle {
  width: 42px;
  height: 4px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(15, 46, 33, 0.18);
}

.ee-mobile-favorites-ai-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.ee-mobile-favorites-ai-head h3 {
  margin: 2px 0 0;
  font-size: 20px;
  line-height: 1.15;
  color: #0c1824;
}

.ee-mobile-favorites-ai-head button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(15, 46, 33, 0.10);
  border-radius: 999px;
  background: #fff;
  color: #0c1824;
  font-size: 24px;
  line-height: 1;
}

.ee-mobile-favorites-ai-eyebrow {
  color: #11753d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ee-mobile-favorites-ai-goals {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 12px;
  margin: 0 -2px 4px;
  scrollbar-width: none;
}

.ee-mobile-favorites-ai-goals::-webkit-scrollbar {
  display: none;
}

.ee-mobile-favorites-ai-goals button {
  flex: 0 0 auto;
  min-height: 36px;
  border: 1px solid rgba(17, 117, 61, 0.16);
  border-radius: 999px;
  padding: 0 13px;
  background: #fff;
  color: #1b3f31;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
}

.ee-mobile-favorites-ai-goals button.is-active {
  background: #11753d;
  color: #fff;
}

.ee-mobile-favorites-ai-note,
.ee-mobile-favorites-ai-disclaimer {
  margin: 10px 0;
  color: #66756e;
  font-size: 12px;
  line-height: 1.4;
}

.ee-mobile-favorites-ai-primary,
.ee-mobile-favorites-ai-block {
  border-top: 1px solid rgba(15, 46, 33, 0.10);
  padding: 14px 0;
  margin: 0;
  background: transparent;
}

.ee-mobile-favorites-ai-primary-label {
  color: #11753d;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}

.ee-mobile-favorites-ai-primary button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #0c1824;
  text-align: left;
  font: inherit;
}

.ee-mobile-favorites-ai-primary button span {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.ee-mobile-favorites-ai-primary button strong {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(17, 117, 61, 0.10);
  color: #11753d;
}

.ee-mobile-favorites-ai-primary p {
  margin: 10px 0 0;
  color: #31473c;
  font-size: 14px;
  line-height: 1.45;
}

.ee-mobile-favorites-ai-block h4 {
  margin: 0 0 9px;
  color: #0c1824;
  font-size: 15px;
}

.ee-mobile-favorites-ai-block ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: #31473c;
  font-size: 13px;
  line-height: 1.4;
}

.ee-mobile-favorites-ai-ranking {
  display: grid;
  gap: 0;
}

.ee-mobile-favorites-ai-ranking button {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(15, 46, 33, 0.08);
  border-radius: 0;
  padding: 10px 0;
  background: transparent;
  color: #0c1824;
  text-align: left;
  font: inherit;
}

.ee-mobile-favorites-ai-ranking span {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(17, 117, 61, 0.10);
  color: #11753d;
  font-weight: 800;
}

.ee-mobile-favorites-ai-ranking b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.ee-mobile-favorites-ai-ranking em {
  color: #11753d;
  font-style: normal;
  font-weight: 800;
}

.ee-mobile-favorites-ai-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.ee-mobile-favorites-ai-actions button {
  min-height: 40px;
  border: 1px solid rgba(17, 117, 61, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #11753d;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.ee-mobile-favorites-ai-actions button:last-child {
  background: #11753d;
  color: #fff;
}

@property --ee-premium-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

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

  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-x: hidden;
    overflow-y: auto;
  }

  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: 124px;
    min-height: 100svh;
    height: auto;
    padding: calc(env(safe-area-inset-top, 0px) + 14px) 14px calc(env(safe-area-inset-bottom, 0px) + 18px);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: visible;
  }

  .ee-mobile-shell {
    display: block;
    gap: 0;
    min-height: 100%;
  }

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

  .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: 600;
    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: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
  }

  .ee-mobile-searchbar-context {
    display: none;
    min-width: 0;
  }

  .ee-mobile-searchfield {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(171, 157, 140, 0.48);
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .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.58);
  }

  .ee-mobile-filter-button {
    min-height: 40px;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #181818;
    box-shadow: none;
    border-radius: 0;
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  }

  .ee-mobile-searchbar .ee-mobile-lang-switch {
    z-index: 8;
  }

  .ee-mobile-searchbar .ee-mobile-lang-current {
    min-width: 52px;
    min-height: 40px;
    gap: 6px;
    padding: 0 0 0 2px;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .ee-mobile-searchbar .ee-mobile-lang-current-code {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .ee-mobile-filter-button:hover,
  .ee-mobile-filter-button:active {
    opacity: 0.84;
    transform: translateY(1px);
  }

  .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;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

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

  .ee-mobile-app[data-active-tab="profile"] .ee-mobile-searchbar,
  .ee-mobile-app[data-active-tab="messages"] .ee-mobile-searchbar,
  .ee-mobile-app[data-active-tab="favorites"] .ee-mobile-searchbar {
    grid-template-columns: auto;
    justify-content: end;
  }

  .ee-mobile-app[data-active-tab="profile"] .ee-mobile-searchbar,
  .ee-mobile-app[data-active-tab="messages"] .ee-mobile-searchbar {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    gap: 0;
    position: relative;
    min-height: 40px;
    align-items: center;
  }

  .ee-mobile-app[data-active-tab="favorites"] .ee-mobile-searchfield,
  .ee-mobile-app[data-active-tab="messages"] .ee-mobile-searchfield,
  .ee-mobile-app[data-active-tab="profile"] .ee-mobile-searchfield,
  .ee-mobile-app[data-active-tab="favorites"] .ee-mobile-filter-button,
  .ee-mobile-app[data-active-tab="messages"] .ee-mobile-filter-button,
  .ee-mobile-app[data-active-tab="profile"] .ee-mobile-filter-button,
  .ee-mobile-app[data-active-tab="favorites"] .ee-mobile-chipbar,
  .ee-mobile-app[data-active-tab="messages"] .ee-mobile-chipbar,
  .ee-mobile-app[data-active-tab="profile"] .ee-mobile-chipbar {
    display: none;
  }

  .ee-mobile-app[data-active-tab="favorites"] .ee-mobile-header,
  .ee-mobile-app[data-active-tab="messages"] .ee-mobile-header,
  .ee-mobile-app[data-active-tab="profile"] .ee-mobile-header {
    gap: 1px;
    justify-items: stretch;
  }

  .ee-mobile-app[data-active-tab="messages"] .ee-mobile-searchbar-context,
  .ee-mobile-app[data-active-tab="profile"] .ee-mobile-searchbar-context {
    display: block;
    grid-column: 1 / -1;
  }

  .ee-mobile-app[data-active-tab="messages"] .ee-mobile-searchbar,
  .ee-mobile-app[data-active-tab="profile"] .ee-mobile-searchbar {
    width: 100%;
  }

  .ee-mobile-app[data-active-tab="messages"] .ee-mobile-searchbar-context {
    padding-right: 66px;
  }

  .ee-mobile-app[data-active-tab="profile"] .ee-mobile-searchbar-context {
    padding-right: 0;
  }

  .ee-mobile-app[data-active-tab="messages"] .ee-mobile-searchbar .ee-mobile-lang-switch,
  .ee-mobile-app[data-active-tab="profile"] .ee-mobile-searchbar .ee-mobile-lang-switch {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    justify-self: end;
  }

  .ee-mobile-app[data-active-tab="profile"][data-profile-cabinet-tab="home"] .ee-mobile-header {
    display: none;
  }

  .ee-mobile-header-context {
    width: 100%;
    min-height: 40px;
    position: relative;
    display: block;
    gap: 0;
  }

  .ee-mobile-header-context-back {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
  }

  .ee-mobile-header-context-back svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.85;
  }

  .ee-mobile-account-news-back {
    width: fit-content;
    margin-bottom: 8px;
  }

  .ee-mobile-header-context-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: none;
    min-width: 0;
    transform: translateY(-50%);
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 18px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 0;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding-inline: 82px;
    pointer-events: none;
  }

  .ee-mobile-header-context-spacer {
    width: 88px;
    min-height: 34px;
    display: block;
    justify-self: end;
  }

  .ee-mobile-header-context-lang {
    justify-self: end;
  }

  .ee-mobile-header-context-lang .ee-mobile-lang-menu {
    left: auto;
    right: 0;
  }

  .ee-mobile-chip {
    flex: 0 0 auto;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: rgba(17, 17, 17, 0.92);
    padding: 3px 0 14px;
    font-size: 13.3px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    border-radius: 0;
    white-space: nowrap;
    transition: color 0.2s ease, border-color 0.2s ease;
  }

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

  .ee-mobile-panels {
    display: block;
    min-height: 0;
    overflow: visible;
    padding-top: 12px;
    padding-bottom: calc(220px + 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-app[data-active-tab="profile"] .ee-mobile-panels {
    padding-top: 0;
  }

  .ee-mobile-app[data-active-tab="profile"] .ee-mobile-account-screen-head {
    display: none;
  }

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

  .ee-mobile-app[data-active-tab="search"] {
    height: 100svh;
    min-height: 100svh;
    padding: 0;
    overflow: hidden;
  }

  .ee-mobile-app[data-active-tab="search"] .ee-mobile-shell,
  .ee-mobile-app[data-active-tab="search"] .ee-mobile-panels,
  .ee-mobile-app[data-active-tab="search"] .ee-mobile-panel[data-panel="search"] {
    height: 100%;
    min-height: 0;
  }

  .ee-mobile-app[data-active-tab="search"] .ee-mobile-header {
    display: none;
  }

  .ee-mobile-app[data-active-tab="search"] .ee-mobile-panels {
    padding: 0;
    overflow: hidden;
  }

  .ee-mobile-app[data-active-tab="search"] .ee-mobile-panel[data-panel="search"] {
    display: none;
    padding: 0;
  }

  .ee-mobile-app[data-active-tab="search"] .ee-mobile-panel[data-panel="search"].is-active {
    display: block;
  }

  .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: 18px;
    overflow: hidden;
  }

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

  .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;
  }

  .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-swipe-hint {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.38);
    color: rgba(255, 255, 255, 0.98);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .ee-mobile-card-swipe-hint svg {
    width: 18px;
    height: 10px;
    flex: 0 0 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-featured-card.is-swipe-hinting .ee-mobile-card-swipe-hint,
  .ee-mobile-result-card.is-swipe-hinting .ee-mobile-card-swipe-hint,
  .ee-mobile-favorite-card.is-swipe-hinting .ee-mobile-card-swipe-hint {
    opacity: 1;
    transform: translateY(0);
  }

  .ee-mobile-featured-card.is-swipe-hinting .ee-mobile-card-swipe-hint svg,
  .ee-mobile-result-card.is-swipe-hinting .ee-mobile-card-swipe-hint svg,
  .ee-mobile-favorite-card.is-swipe-hinting .ee-mobile-card-swipe-hint svg {
    animation: ee-mobile-swipe-hint 0.82s cubic-bezier(0.22, 1, 0.36, 1) 1;
  }

  .ee-mobile-card-favorite {
    position: absolute;
    top: 8px;
    right: 4px;
    z-index: 7;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    color: #171717;
    filter: none;
    transition: color 0.2s ease, background-color 0.2s ease;
  }

  .ee-mobile-card-favorite::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    background: rgba(248, 243, 238, 0.76);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

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

  .ee-mobile-card-favorite svg {
    width: 31px;
    height: 31px;
    position: relative;
    z-index: 1;
    stroke-width: 1.8;
  }

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

  .ee-mobile-featured-card.is-premium,
  .ee-mobile-result-card.is-premium,
  .ee-mobile-favorite-card.is-premium {
    box-shadow: 0 18px 38px rgba(166, 122, 20, 0.18), 0 0 0 1.7px rgba(212, 164, 48, 0.74);
  }

  .ee-mobile-featured-card.is-premium::after,
  .ee-mobile-result-card.is-premium::after,
  .ee-mobile-favorite-card.is-premium::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    border-radius: inherit;
    padding: 1.7px;
    pointer-events: none;
    background: conic-gradient(
      from var(--ee-premium-border-angle),
      rgba(212, 164, 48, 0.08) 0deg,
      rgba(212, 164, 48, 0.08) 292deg,
      rgba(255, 245, 194, 0.98) 321deg,
      rgba(255, 223, 114, 0.94) 336deg,
      rgba(212, 164, 48, 0.22) 352deg,
      rgba(212, 164, 48, 0.08) 360deg
    );
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.96;
    animation: ee-mobile-premium-border-orbit var(--ee-premium-orbit, 6.9s) linear infinite;
    animation-delay: var(--ee-premium-delay, 0s);
  }

  .ee-mobile-card-premium-badge {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 8;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #101010;
    text-decoration: none;
    filter: none;
    transform: translateZ(0);
  }

  .ee-mobile-card-premium-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .ee-mobile-card-premium-badge::before {
    background: url('/assets/premium-top-badge.png') center / contain no-repeat;
    z-index: 1;
  }

  .ee-mobile-card-premium-badge span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform: translateY(1px);
  }

  .ee-mobile-card-call {
    position: static;
    z-index: 1;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    color: #178245;
    text-decoration: none;
    box-shadow: none;
    justify-self: end;
    align-self: end;
    flex: 0 0 auto;
    animation: ee-mobile-call-pulse 2.1s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  }

  .ee-mobile-card-call svg {
    width: 24px;
    height: 24px;
    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));
    transform: scaleX(-1);
  }

  .ee-mobile-card-call.is-edit svg {
    transform: none;
    filter: drop-shadow(0 0 8px rgba(23, 130, 69, 0.16));
  }

  .ee-mobile-card-call.is-edit {
    width: auto;
    min-height: 34px;
    height: auto;
    gap: 7px;
    animation: none;
    color: #0f172a;
  }

  .ee-mobile-card-call.is-edit .ee-mobile-card-call-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ee-mobile-card-call.is-edit .ee-mobile-card-call-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
  }

  .ee-mobile-card-body {
    display: grid;
    gap: 10px;
    padding: 10px 16px 16px;
    min-width: 0;
  }

  .ee-mobile-card-has-call .ee-mobile-card-body {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    column-gap: 0;
  }

  .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: 8px;
    color: inherit;
    text-decoration: none;
    min-width: 0;
  }

  .ee-mobile-card-footer {
    display: grid;
    gap: 10px;
    min-width: 0;
  }

  .ee-mobile-card-footer.is-with-call {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .ee-mobile-card-meta-link {
    display: block;
    min-width: 0;
    color: inherit;
    text-decoration: none;
  }

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

  .ee-mobile-card-meta {
    display: grid;
    gap: 5px;
    min-width: 0;
  }

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

  .ee-mobile-card-specs {
    display: flex;
    align-items: flex-start;
    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;
    max-width: 100%;
  }

  html[lang="uz"] .ee-mobile-card-spec {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  html[lang="uz"] .ee-mobile-card-title,
  html[lang="uz"] .ee-mobile-card-district {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .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;
    max-width: 100%;
  }

  .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;
    margin-inline: -4px;
  }

  .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-partners-block {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(17, 117, 61, 0.14);
    background: rgba(255, 255, 255, 0.82);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .ee-mobile-partners-block div {
    min-width: 0;
    display: grid;
    gap: 3px;
  }

  .ee-mobile-partners-block strong {
    color: #0f172a;
    font-size: 14px;
    line-height: 1.2;
  }

  .ee-mobile-partners-block span {
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
  }

  .ee-mobile-partners-block a {
    flex: 0 0 auto;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(17, 117, 61, 0.1);
    color: #11753d;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
  }

  .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: 8px;
    padding: 8px 15px 16px;
  }

  .ee-mobile-home-grid .ee-mobile-card-has-call .ee-mobile-card-body {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    column-gap: 0;
  }

  .ee-mobile-home-grid .ee-mobile-card-footer.is-with-call {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    column-gap: 10px;
  }

  .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-map-shell {
	    position: relative;
	    height: 100svh;
	    min-height: 100svh;
	    overflow: hidden;
	    background: #e8f1e7;
	    isolation: isolate;
	  }

	  .ee-mobile-map {
	    position: absolute;
	    inset: 0;
	    z-index: 0;
	    width: 100%;
	    height: 100%;
    touch-action: pan-x pan-y;
    background: #e8f1e7;
  }

  .ee-mobile-map .leaflet-container {
    touch-action: pan-x pan-y;
  }

  .ee-mobile-map .leaflet-control-zoom a {
    color: #0f172a;
    border-color: rgba(143, 161, 188, 0.26);
  }

  .ee-mobile-map-note {
    display: none !important;
  }

  .ee-mobile-map-topbar {
    position: absolute;
    z-index: 18;
    top: calc(env(safe-area-inset-top, 0px) + 12px);
    left: 12px;
    right: 12px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    gap: 8px;
    align-items: center;
    pointer-events: none;
  }

  .ee-mobile-map-topbar > * {
    pointer-events: auto;
  }

  .ee-mobile-map-searchfield {
    min-width: 0;
    min-height: 46px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(143, 161, 188, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .ee-mobile-map-searchfield svg,
  .ee-mobile-map-filter svg,
  .ee-mobile-map-back svg,
  .ee-mobile-map-nearby svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
  }

  .ee-mobile-map-searchfield input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #0f172a;
    font: inherit;
    font-size: 14px;
    font-weight: 650;
  }

  .ee-mobile-map-searchfield input::placeholder {
    color: rgba(51, 65, 85, 0.54);
  }

  .ee-mobile-map-filter,
  .ee-mobile-map-back {
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(143, 161, 188, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #0f172a;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

	  .ee-mobile-map-segments {
    position: absolute;
    z-index: 20;
    top: calc(env(safe-area-inset-top, 0px) + 68px);
    left: 12px;
    right: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
	    padding: 2px;
	    border: 1px solid rgba(143, 161, 188, 0.18);
	    border-radius: 999px;
	    background: rgba(255, 255, 255, 0.88);
	    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

	  .ee-mobile-map-segments button {
	    min-height: 32px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
  }

  .ee-mobile-map-segments button.is-active {
    background: #11753d;
    color: #fff;
    box-shadow: 0 8px 18px rgba(17, 117, 61, 0.24);
  }

  .ee-mobile-map-ai-chip {
    position: absolute;
    z-index: 20;
    top: calc(env(safe-area-inset-top, 0px) + 116px);
    left: 12px;
    right: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 7px 8px 7px 13px;
    border-radius: 999px;
    background: rgba(17, 117, 61, 0.94);
    color: #fff;
    box-shadow: 0 16px 34px rgba(17, 117, 61, 0.2);
  }

  .ee-mobile-map-ai-chip[hidden] {
    display: none;
  }

  .ee-mobile-map-ai-chip span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 750;
  }

  .ee-mobile-map-ai-chip strong {
    min-width: 28px;
    text-align: center;
    font-size: 12px;
  }

  .ee-mobile-map-ai-chip button {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 18px;
    line-height: 1;
  }

	  .ee-mobile-map-nearby {
    position: absolute;
    z-index: 20;
    left: 12px;
	    bottom: calc(env(safe-area-inset-bottom, 0px) + 123px);
	    min-height: 40px;
    display: inline-flex;
    align-items: center;
	    gap: 7px;
	    padding: 0 11px;
    border: 1px solid rgba(143, 161, 188, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #0f172a;
	    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
	    font-size: 12px;
    font-weight: 850;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .ee-mobile-map-nearby.is-active {
    color: #fff;
    border-color: transparent;
    background: #11753d;
  }

  .ee-mobile-map-status {
    position: absolute;
    z-index: 20;
    left: 12px;
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 160px);
    padding: 9px 12px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.78);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
  }

  .ee-mobile-map-status[hidden] {
    display: none;
  }

  .ee-mobile-map-price-marker-wrap {
    background: transparent;
    border: 0;
  }

  .ee-mobile-map-price-marker {
    position: relative;
    min-width: 76px;
    max-width: none;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: max-content;
    padding: 0 11px;
    border: 1px solid rgba(17, 117, 61, 0.24);
    border-radius: 999px;
    background: #11753d;
    color: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.22);
    transform: translateY(-4px);
    transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
    white-space: nowrap;
  }

  .ee-mobile-map-price-marker::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 12px;
    height: 12px;
    border-radius: 0 0 3px 0;
    background: inherit;
    transform: translateX(-50%) rotate(45deg);
  }

  .ee-mobile-map-price-marker b {
    position: relative;
    z-index: 1;
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
  }

  .ee-mobile-map-price-marker em {
    position: relative;
    z-index: 1;
    font-style: normal;
    font-weight: 900;
    opacity: 0.86;
  }

  .ee-mobile-map-price-marker.is-favorite {
    background: #b7791f;
  }

  .ee-mobile-map-price-marker.is-selected {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.28), 0 0 0 4px rgba(17, 117, 61, 0.16);
  }

  .ee-mobile-map-price-marker.is-approximate {
    background: rgba(255, 255, 255, 0.94);
    color: #11753d;
    border-color: rgba(17, 117, 61, 0.3);
  }

  .ee-mobile-map-price-marker.is-group {
    max-width: none;
  }

  .ee-mobile-map-price-marker small {
    position: relative;
    z-index: 1;
    min-width: 18px;
    min-height: 18px;
    display: inline-grid;
    place-items: center;
    margin-left: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    color: inherit;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
  }

  .ee-mobile-map-user-marker-wrap {
    background: transparent;
    border: 0;
  }

  .ee-mobile-map-user-marker {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(17, 117, 61, 0.16);
    box-shadow: 0 0 0 8px rgba(17, 117, 61, 0.1);
  }

  .ee-mobile-map-user-marker i {
    width: 12px;
    height: 12px;
    display: block;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #11753d;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.2);
  }

  .ee-mobile-map-sheet {
    position: absolute;
    z-index: 34;
    left: 10px;
    right: 10px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 76px);
    max-height: min(46svh, 360px);
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    padding: 8px 8px 10px;
    border: 1px solid rgba(143, 161, 188, 0.22);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -18px 44px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .ee-mobile-map-sheet[hidden] {
    display: none !important;
  }

  .ee-mobile-map-sheet.is-expanded {
    max-height: min(68svh, 560px);
  }

  .ee-mobile-map-sheet-handle {
    width: 48px;
    height: 5px;
    justify-self: center;
    margin: 0 0 7px;
    border: 0;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.5);
  }

  .ee-mobile-map-sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 4px 8px;
  }

  .ee-mobile-map-sheet-head > div:first-child {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
  }

  .ee-mobile-map-sheet-head strong {
    font-size: 18px;
  }

  .ee-mobile-map-sheet-head button {
    min-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 117, 61, 0.1);
    color: #11753d;
    font-size: 12px;
    font-weight: 850;
  }

  .ee-mobile-map-sheet-actions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .ee-mobile-map-sheet-close {
    width: 32px;
    min-width: 32px;
    padding: 0 !important;
    font-size: 19px !important;
    line-height: 1;
  }

	  .ee-mobile-map-sheet-list {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    overflow-y: auto;
    padding: 0 2px 2px;
    -webkit-overflow-scrolling: touch;
	  }

	  .ee-mobile-map-listing-card {
	    width: 100%;
	    display: grid;
	    grid-template-columns: minmax(0, 1fr);
	    gap: 0;
	    overflow: hidden;
	    padding: 0;
	    border: 1px solid rgba(143, 161, 188, 0.2);
	    border-radius: 20px;
	    background: #fff;
	    color: #0f172a;
	    text-align: left;
	    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
	  }

	  .ee-mobile-map-listing-card.is-selected {
	    box-shadow: 0 0 0 2px rgba(17, 117, 61, 0.16), 0 18px 36px rgba(15, 23, 42, 0.14);
	  }

	  .ee-mobile-map-listing-card-media {
	    position: relative;
	    min-width: 0;
	    height: clamp(148px, 31vw, 184px);
	    overflow: hidden;
	    background: #e5e7eb;
	  }

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

	  .ee-mobile-map-listing-card-count {
	    position: absolute;
	    right: 10px;
	    bottom: 10px;
	    min-height: 26px;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    padding: 0 9px;
	    border-radius: 999px;
	    background: rgba(15, 23, 42, 0.66);
	    color: #fff;
	    font-size: 11px;
	    font-weight: 850;
	  }

	  .ee-mobile-map-listing-card-body {
	    min-width: 0;
	    display: flex;
	    flex-direction: column;
	    gap: 6px;
	    padding: 11px 12px 12px;
	  }

	  .ee-mobile-map-listing-card-topline {
	    min-width: 0;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    gap: 10px;
	  }

	  .ee-mobile-map-listing-card-price {
	    color: #11753d;
	    font-size: 18px;
	    font-weight: 900;
	    line-height: 1.05;
	  }

	  .ee-mobile-map-listing-card-title {
	    color: #0f172a;
	    font-size: 14px;
	    font-weight: 850;
	    line-height: 1.18;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	  }

	  .ee-mobile-map-listing-card-meta,
	  .ee-mobile-map-listing-card-specs {
	    min-width: 0;
	    color: #64748b;
	    font-size: 11px;
	    font-weight: 700;
	    line-height: 1.2;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	  }

	  .ee-mobile-map-listing-card-specs {
	    display: flex;
	    align-items: center;
	    gap: 4px;
	  }

	  .ee-mobile-map-listing-card-specs i {
	    color: #94a3b8;
	    font-style: normal;
	  }

	  .ee-mobile-map-listing-card-open {
	    width: fit-content;
	    flex: 0 0 auto;
	    padding: 6px 10px;
	    border-radius: 999px;
	    background: rgba(17, 117, 61, 0.1);
	    color: #11753d;
	    font-size: 11px;
	    font-weight: 850;
	  }

  .ee-mobile-map-sheet-card {
    display: grid;
    gap: 5px;
  }

  .ee-mobile-map-sheet-card > article {
    width: 100%;
    min-height: 0;
  }

  .ee-mobile-map-sheet-card .ee-mobile-result-card {
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
  }

  .ee-mobile-map-sheet-card .ee-mobile-card-media {
    min-height: 0;
  }

  .ee-mobile-map-sheet-card.is-selected > article {
    box-shadow: 0 0 0 2px rgba(17, 117, 61, 0.2), 0 16px 34px rgba(15, 23, 42, 0.08);
  }

  .ee-mobile-map-approx-note {
    width: fit-content;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(17, 117, 61, 0.1);
    color: #11753d;
    font-size: 10px;
    font-weight: 800;
  }

  .ee-mobile-map-empty {
    padding: 20px 8px 18px;
  }

  .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.96);
    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: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

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

  .ee-mobile-account-card--centered {
    max-width: 560px;
    margin: 0 auto;
  }

  .ee-mobile-account-card--compact {
    gap: 14px;
  }

  .ee-mobile-account-card--cabinet {
    gap: 16px;
  }

  .ee-mobile-account-head {
    display: grid;
    gap: 6px;
  }

  .ee-mobile-account-head.is-minimal {
    gap: 8px;
  }

  .ee-mobile-account-head.is-centered {
    justify-items: center;
    text-align: center;
  }

  .ee-mobile-account-kicker {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.92);
  }

  .ee-mobile-account-title {
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 22px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #0f172a;
  }

  .ee-mobile-account-copy {
    font-size: 13px;
    line-height: 1.65;
    color: #5b6779;
  }

  .ee-mobile-account-field {
    display: grid;
    gap: 8px;
  }

  .ee-mobile-account-field > span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #334155;
  }

  .ee-mobile-account-field input {
    min-height: 52px;
    padding: 0 16px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.03);
    font-size: 14px;
    color: #0f172a;
    outline: none;
    font-variant-numeric: tabular-nums;
  }

  .ee-mobile-account-field select,
  .ee-mobile-account-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.03);
    font-size: 14px;
    color: #0f172a;
    outline: none;
    resize: vertical;
    font-family: inherit;
  }

  .ee-mobile-account-phone-row {
    min-height: 54px;
    display: block;
    position: relative;
    padding: 0;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.03);
    overflow: hidden;
  }

  .ee-mobile-account-field[data-profile-phone-focus] {
    cursor: text;
    touch-action: auto;
  }

  .ee-mobile-account-phone-prefix {
    position: absolute;
    left: 16px;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: rgba(15, 23, 42, 0.72);
    font-variant-numeric: tabular-nums;
  }

  .ee-mobile-account-phone-row input {
    min-height: 52px;
    width: 100%;
    height: 54px;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 0 16px 0 66px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    outline: none;
    font-variant-numeric: tabular-nums;
    caret-color: #0f172a;
    touch-action: auto;
    user-select: text;
    -webkit-user-select: text;
    -webkit-touch-callout: default;
    pointer-events: auto;
    position: relative;
    z-index: 2;
  }

  .ee-mobile-account-code-input {
    width: 100%;
    text-align: center;
    letter-spacing: 0.28em;
    font-size: 22px !important;
    font-weight: 700;
    caret-color: #0f172a;
    cursor: text;
    touch-action: auto;
    user-select: text;
    -webkit-user-select: text;
    -webkit-touch-callout: default;
  }

  .ee-mobile-account-field[data-profile-code-focus] {
    cursor: text;
    touch-action: auto;
  }

  .ee-mobile-account-field[data-profile-code-focus] input {
    position: relative;
    z-index: 2;
    pointer-events: auto;
  }

  .ee-mobile-account-field input::placeholder,
  .ee-mobile-account-field textarea::placeholder,
  .ee-mobile-account-phone-row input::placeholder {
    color: rgba(71, 85, 105, 0.58);
  }

  .ee-mobile-account-field input:focus,
  .ee-mobile-account-field select:focus,
  .ee-mobile-account-field textarea:focus,
  .ee-mobile-account-phone-row:focus-within {
    border-color: rgba(23, 130, 69, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 0 0 3px rgba(23, 130, 69, 0.08);
  }

  .ee-mobile-account-inline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
  }

  .ee-mobile-account-primary,
  .ee-mobile-account-secondary,
  .ee-mobile-account-primary-link,
  .ee-mobile-account-secondary-link,
  .ee-mobile-account-ghost,
  .ee-mobile-account-danger {
    min-height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  }

  .ee-mobile-account-primary[disabled] {
    opacity: 0.52;
    box-shadow: none;
  }

  .ee-mobile-account-primary,
  .ee-mobile-account-primary-link {
    border: 0;
    background: #0f172a;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
  }

  .ee-mobile-account-secondary,
  .ee-mobile-account-secondary-link,
  .ee-mobile-account-ghost {
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(248, 250, 252, 0.92);
    color: #0f172a;
  }

  .ee-mobile-account-ghost {
    width: 100%;
  }

  .ee-mobile-account-danger {
    border: 1px solid rgba(248, 113, 113, 0.22);
    background: rgba(254, 242, 242, 0.92);
    color: #dc2626;
  }

  .ee-mobile-account-actions {
    display: grid;
    gap: 10px;
  }

  .ee-mobile-account-role-grid {
    display: grid;
    gap: 10px;
  }

  .ee-mobile-account-role-option {
    display: grid;
    gap: 4px;
    text-align: left;
    min-height: 72px;
    padding: 14px 16px;
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
  }

  .ee-mobile-account-role-option.is-active {
    border-color: rgba(15, 23, 42, 0.26);
    background: #0f172a;
    color: #ffffff;
  }

  .ee-mobile-account-role-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }

  .ee-mobile-account-role-copy {
    font-size: 12px;
    line-height: 1.5;
    color: inherit;
    opacity: 0.78;
  }

  .ee-mobile-account-check {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1.55;
    color: #5b6779;
  }

  .ee-mobile-account-check input {
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
    accent-color: #0f172a;
  }

  .ee-mobile-account-check a {
    color: #0f172a;
    text-decoration: underline;
    text-decoration-color: rgba(212, 175, 55, 0.45);
    text-underline-offset: 4px;
  }

  .ee-mobile-account-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ee-mobile-account-chip {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(248, 250, 252, 0.92);
    font-size: 11px;
    font-weight: 600;
    color: #334155;
  }

  .ee-mobile-account-chip.is-strong {
    color: #0f172a;
    font-weight: 700;
  }

  .ee-mobile-account-chip--verified {
    border-color: rgba(14, 165, 233, 0.2);
    background: rgba(240, 249, 255, 0.96);
    color: #0369a1;
  }

  .ee-mobile-account-chip-row.is-single {
    justify-content: flex-start;
  }

  .ee-mobile-account-inline-status {
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.92);
    font-size: 12px;
    line-height: 1.55;
    color: #334155;
  }

  .ee-mobile-account-inline-status.is-error {
    border-color: rgba(239, 68, 68, 0.18);
    background: rgba(254, 242, 242, 0.96);
    color: #b91c1c;
  }

  .ee-mobile-account-inline-status.is-warning {
    border-color: rgba(245, 158, 11, 0.22);
    background: rgba(255, 247, 237, 0.98);
    color: #c2410c;
  }

  .ee-mobile-account-inline-link {
    justify-self: start;
    border: 0;
    background: transparent;
    padding: 0;
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

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

  .ee-mobile-account-shell {
    display: grid;
    gap: 14px;
  }

  .ee-mobile-account-hero {
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background:
      radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 42%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
  }

  .ee-mobile-account-hero-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
  }

  .ee-mobile-account-hero-copy {
    min-width: 0;
    display: grid;
    gap: 6px;
  }

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

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

  .ee-mobile-account-segment {
    min-height: 42px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(248, 250, 252, 0.92);
    color: #475569;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 0 10px;
  }

  .ee-mobile-account-segment.is-active {
    border-color: rgba(15, 23, 42, 0.16);
    background: #0f172a;
    color: #ffffff;
  }

  .ee-mobile-account-cabinet-body {
    display: grid;
    gap: 14px;
  }

  .ee-mobile-account-section {
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
  }

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

  .ee-mobile-account-section-copyblock {
    display: grid;
    gap: 6px;
  }

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

  .ee-mobile-account-section-copy {
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
  }

  .ee-mobile-account-section-actions {
    display: grid;
    gap: 10px;
  }

  .ee-mobile-account-overview {
    display: grid;
    gap: 14px;
  }

  .ee-mobile-account-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .ee-mobile-account-stat {
    display: grid;
    gap: 6px;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(248, 250, 252, 0.94);
  }

  .ee-mobile-account-stat small {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
  }

  .ee-mobile-account-stat strong {
    font-size: 14px;
    line-height: 1.35;
    color: #0f172a;
  }

  .ee-mobile-account-listings {
    display: block;
  }

  .ee-mobile-account-listings--cards {
    gap: 12px;
  }

  .ee-mobile-account-home-grid {
    margin-top: 4px;
  }

  .ee-mobile-managed-listings-screen {
    display: grid;
    gap: 14px;
    padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
  }

  .ee-mobile-managed-listings-toolbar {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
  }

  .ee-mobile-managed-listings-search {
    min-width: 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  }

  .ee-mobile-managed-listings-search svg {
    width: 18px;
    height: 18px;
    stroke: #7b8798;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
  }

  .ee-mobile-managed-listings-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111827;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
  }

  .ee-mobile-managed-listings-search input::placeholder {
    color: rgba(100, 116, 139, 0.52);
    font-weight: 600;
  }

  .ee-mobile-managed-listings-status-select {
    min-height: 44px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  }

  .ee-mobile-managed-listings-status-select {
    padding: 0 12px;
    color: #167442;
    border-color: rgba(22, 116, 66, 0.34);
  }

  .ee-mobile-managed-listings-status-select svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-managed-listings-status-select svg {
    width: 15px;
    height: 15px;
  }

  .ee-mobile-managed-listings-status-menu {
    position: absolute;
    z-index: 18;
    top: calc(100% + 8px);
    right: 0;
    width: min(230px, 76vw);
    padding: 7px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  }

  .ee-mobile-managed-listings-status-menu button {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 13px;
    background: transparent;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 11px;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    text-align: left;
  }

  .ee-mobile-managed-listings-status-menu button.is-active {
    background: #edf8f1;
    color: #167442;
  }

  .ee-mobile-managed-listings-status-menu svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-managed-listings-owner-strip {
    display: grid;
    gap: 8px;
    min-width: 0;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(17, 117, 61, 0.12);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045);
    color: #0f172a;
    font-size: 12px;
    line-height: 1.2;
  }

  .ee-mobile-managed-listings-owner-row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  .ee-mobile-managed-listings-owner-row--main {
    justify-content: flex-start;
  }

  .ee-mobile-managed-listings-owner-row--package {
    justify-content: space-between;
    align-items: flex-start;
  }

  .ee-mobile-managed-listings-owner-select,
  .ee-mobile-managed-listings-owner-actions button {
    flex: 0 0 auto;
    min-height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(17, 117, 61, 0.18);
    background: #fff;
    color: #167442;
    padding: 0 11px;
    font: inherit;
    font-weight: 800;
  }

  .ee-mobile-managed-listings-owner-quota {
    flex: 1 1 auto;
    min-width: 0;
    color: #64748b;
    font-weight: 750;
  }

  .ee-mobile-managed-listings-owner-package {
    flex: 1 1 auto;
    min-width: 0;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.28;
  }

  .ee-mobile-managed-listings-owner-actions {
    flex: 0 0 auto;
    display: inline-flex;
    gap: 6px;
    align-items: center;
  }

  .ee-mobile-managed-listings-owner-actions button:first-child {
    background: #167442;
    border-color: #167442;
    color: #fff;
  }

  .ee-mobile-managed-listings-list {
    display: grid;
    gap: 16px;
  }

  .ee-mobile-managed-listing-card {
    position: relative;
    display: grid;
    gap: 12px;
    padding: 10px 10px 14px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    overflow: hidden;
  }

  .ee-mobile-managed-listing-card.is-selected {
    box-shadow: 0 0 0 2px rgba(44, 139, 84, 0.22), 0 12px 32px rgba(15, 23, 42, 0.06);
  }

  .ee-mobile-managed-listing-more {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
  }

  .ee-mobile-managed-listing-main {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .ee-mobile-managed-listing-image,
  .ee-mobile-managed-listing-copy {
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    font: inherit;
    color: inherit;
  }

  .ee-mobile-managed-listing-image {
    width: 122px;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    background: #e5e7eb;
  }

  .ee-mobile-managed-listing-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .ee-mobile-managed-listing-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding-top: 4px;
    padding-right: 34px;
  }

  .ee-mobile-managed-listing-copy strong {
    color: #0f172a;
    font-size: 16px;
    line-height: 1.12;
    font-weight: 850;
    max-width: 100%;
  }

  .ee-mobile-managed-listing-copy span,
  .ee-mobile-managed-listing-copy small {
    color: #657084;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 600;
  }

  .ee-mobile-managed-listing-copy b {
    color: #15803d;
    font-size: clamp(20px, 6vw, 25px);
    line-height: 1.08;
    font-weight: 850;
    white-space: nowrap;
  }

  .ee-mobile-managed-listing-copy em {
    justify-self: start;
    margin-top: 3px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e8f7ee;
    color: #167442;
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 800;
  }

  .ee-mobile-managed-listing-promo-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 2px;
  }

  .ee-mobile-managed-listing-promo-badges span {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    border-radius: 999px;
    padding: 0 8px;
    background: #edf8f1;
    color: #126b3c;
    font-size: 10px;
    line-height: 1;
    font-weight: 850;
    white-space: nowrap;
  }

  .ee-mobile-managed-listing-promo-badges .is-vip {
    background: #fff7ed;
    color: #9a5a0a;
  }

  .ee-mobile-managed-listing-promo-badges .is-turbo {
    background: #eef2ff;
    color: #3730a3;
  }

  .ee-mobile-managed-listing-card.is-pending .ee-mobile-managed-listing-copy em {
    background: #fff7ed;
    color: #9a5a0a;
  }

  .ee-mobile-managed-listing-card.is-archive .ee-mobile-managed-listing-copy em,
  .ee-mobile-managed-listing-card.is-rejected .ee-mobile-managed-listing-copy em,
  .ee-mobile-managed-listing-card.is-removed .ee-mobile-managed-listing-copy em {
    background: #fff1f2;
    color: #be123c;
  }

  .ee-mobile-managed-listing-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 11px 0 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .ee-mobile-managed-listing-metric {
    min-width: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 5px;
    row-gap: 2px;
    align-items: center;
    color: #111827;
  }

  .ee-mobile-managed-listing-metric svg {
    width: 16px;
    height: 16px;
    stroke: #536174;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-managed-listing-metric b {
    min-width: 0;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
  }

  .ee-mobile-managed-listing-metric small {
    grid-column: 1 / -1;
    color: #6b7280;
    font-size: 11px;
    line-height: 1.08;
    font-weight: 600;
  }

  .ee-mobile-managed-listing-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .ee-mobile-managed-listing-action {
    min-height: 40px;
    border-radius: 11px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
  }

  .ee-mobile-managed-listing-action svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-managed-listing-action.is-primary {
    border-color: transparent;
    background: linear-gradient(135deg, #168047, #0f6b39);
    color: #fff;
    box-shadow: 0 10px 20px rgba(18, 128, 70, 0.18);
  }

  .ee-mobile-managed-listing-action.is-more {
    padding: 0;
    font-size: 18px;
    letter-spacing: 1px;
    color: #0f172a;
  }

  .ee-mobile-promotion-screen {
    display: grid;
    gap: 10px;
    padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
  }

  .ee-mobile-promotion-hero {
    min-height: 92px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    align-items: center;
    overflow: hidden;
    padding: 12px 12px 12px 16px;
    border-radius: 20px;
    background:
      radial-gradient(circle at 86% 20%, rgba(22, 116, 66, 0.12), transparent 34%),
      linear-gradient(135deg, #ffffff 0%, #f7fbf8 100%);
    border: 1px solid rgba(22, 116, 66, 0.12);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055);
  }

  .ee-mobile-promotion-hero > div {
    min-width: 0;
    display: grid;
    gap: 8px;
    position: relative;
    z-index: 1;
  }

  .ee-mobile-promotion-title {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 760;
  }

  .ee-mobile-promotion-hero img {
    width: 124px;
    max-width: none;
    justify-self: end;
    margin-right: -16px;
    filter: drop-shadow(0 10px 14px rgba(15, 23, 42, 0.1));
    pointer-events: none;
  }

  .ee-mobile-promotion-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(286px, 92%);
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-inline: -4px;
    padding: 0 4px 2px;
  }

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

  .ee-mobile-promotion-listing {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    width: 100%;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: none;
    color: inherit;
    font: inherit;
    text-align: left;
    scroll-snap-align: start;
  }

  .ee-mobile-promotion-listing.is-active {
    border-color: rgba(22, 116, 66, 0.52);
    background: #f4fbf7;
  }

  .ee-mobile-promotion-listing img {
    width: 68px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 14px;
    background: #e5e7eb;
  }

  .ee-mobile-promotion-listing > span {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .ee-mobile-promotion-listing > span > strong,
  .ee-mobile-promotion-listing > span > b {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ee-mobile-promotion-listing > span > strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 850;
  }

  .ee-mobile-promotion-listing > span > small {
    color: #64748b;
    font-size: 12px;
    font-weight: 650;
  }

  .ee-mobile-promotion-listing > span > b {
    color: #167442;
    font-size: 16px;
    font-weight: 850;
  }

  .ee-mobile-promotion-options {
    display: grid;
    gap: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.96);
  }

  .ee-mobile-promotion-option {
    min-height: 78px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto 18px;
    gap: 10px;
    align-items: center;
    padding: 12px 12px;
    border: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.075);
    border-radius: 0;
    background: transparent;
    color: #0f172a;
    text-align: left;
    font: inherit;
    box-shadow: none;
  }

  .ee-mobile-promotion-option:first-child {
    border-top: 0;
  }

  .ee-mobile-promotion-option.is-active {
    background: #f0faf4;
    box-shadow: inset 3px 0 0 #168047;
  }

  .ee-mobile-promotion-option-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #07843f;
  }

  .ee-mobile-promotion-option-icon svg,
  .ee-mobile-promotion-cta svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-promotion-option-icon svg {
    width: 32px;
    height: 32px;
  }

  .ee-mobile-promotion-option span:nth-child(2) {
    min-width: 0;
    display: grid;
    gap: 4px;
  }

  .ee-mobile-promotion-option strong {
    color: #0f172a;
    font-size: 15px;
    line-height: 1.12;
    font-weight: 850;
  }

  .ee-mobile-promotion-option small {
    color: #53627b;
    font-size: 11.5px;
    line-height: 1.28;
    font-weight: 650;
  }

  .ee-mobile-promotion-option em {
    display: grid;
    justify-items: end;
    gap: 7px;
    color: #07843f;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
  }

  .ee-mobile-promotion-option em small {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(22, 116, 66, 0.18);
    background: #f2f8f3;
    color: #167442;
    font-size: 11.5px;
    font-weight: 850;
  }

  .ee-mobile-promotion-option > i {
    color: #168047;
    font-style: normal;
    font-size: 16px;
    font-weight: 900;
  }

  .ee-mobile-promotion-cta {
    min-height: 56px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #168047, #0f6b39);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font: inherit;
    font-size: 16px;
    font-weight: 850;
    box-shadow: 0 16px 34px rgba(22, 116, 66, 0.2);
  }

  .ee-mobile-promotion-cta:disabled {
    opacity: 0.62;
  }

  .ee-mobile-promotion-help,
  .ee-mobile-promotion-payment-sheet,
  .ee-mobile-promotion-video-sheet {
    display: grid;
    gap: 8px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(250, 255, 252, 0.96);
    border: 1px solid rgba(22, 116, 66, 0.18);
  }

  .ee-mobile-promotion-help b,
  .ee-mobile-promotion-payment-sheet strong,
  .ee-mobile-promotion-video-sheet strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 850;
  }

  .ee-mobile-promotion-help span,
  .ee-mobile-promotion-payment-sheet span,
  .ee-mobile-promotion-video-sheet span {
    color: #253047;
    font-size: 13px;
    line-height: 1.42;
    font-weight: 650;
  }

  .ee-mobile-promotion-payment-sheet {
    border-color: rgba(22, 116, 66, 0.2);
    background: #f3fbf6;
  }

  .ee-mobile-promotion-video-sheet {
    border-color: rgba(22, 116, 66, 0.16);
    background: rgba(255, 255, 255, 0.94);
  }

  .ee-mobile-promotion-payment-sheet div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }

  .ee-mobile-promotion-payment-sheet button {
    min-height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(22, 116, 66, 0.2);
    background: #fff;
    color: #167442;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
  }

  .ee-mobile-promotion-payment-sheet button:first-child {
    background: #167442;
    color: #fff;
  }

  .ee-mobile-click-logo {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
  }

  .ee-mobile-promotion-modal {
    position: fixed;
    inset: 0;
    z-index: 72;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 18px;
    padding-bottom: max(18px, env(safe-area-inset-bottom, 0px));
  }

  .ee-mobile-promotion-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.36);
    backdrop-filter: blur(10px);
  }

  .ee-mobile-promotion-modal-card {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    display: grid;
    gap: 12px;
    padding: 20px;
    border-radius: 28px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.26);
  }

  .ee-mobile-promotion-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    font-size: 22px;
    line-height: 1;
  }

  .ee-mobile-promotion-modal-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #effaf3;
    color: #07843f;
  }

  .ee-mobile-promotion-modal-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-promotion-modal-icon.is-click {
    background: rgba(0, 174, 239, 0.1);
  }

  .ee-mobile-promotion-modal-icon.is-click .ee-mobile-click-logo {
    width: 34px;
    height: 34px;
  }

  .ee-mobile-promotion-modal-card > strong {
    padding-right: 36px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.08;
    font-weight: 900;
  }

  .ee-mobile-promotion-modal-card > p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.46;
    font-weight: 650;
  }

  .ee-mobile-promotion-modal-primary,
  .ee-mobile-promotion-modal-actions button {
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font: inherit;
    font-size: 14px;
    font-weight: 850;
  }

  .ee-mobile-promotion-modal-primary {
    background: #167442;
    color: #fff;
  }

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

  .ee-mobile-promotion-modal-actions button {
    border: 1px solid rgba(22, 116, 66, 0.16);
    background: #f8fafc;
    color: #167442;
  }

  .ee-mobile-promotion-modal-actions button.is-click {
    border-color: rgba(0, 174, 239, 0.22);
    background: #00aeef;
    color: #fff;
  }

  .ee-mobile-profile-listing-detail-metrics {
    margin: 12px 0;
  }

  @media (max-width: 390px) {
    .ee-mobile-promotion-hero {
      grid-template-columns: minmax(0, 1fr) 96px;
      min-height: 84px;
      padding: 10px 10px 10px 14px;
    }

    .ee-mobile-promotion-hero img {
      width: 110px;
      margin-right: -18px;
    }

    .ee-mobile-promotion-title {
      font-size: 18px;
    }

    .ee-mobile-managed-listings-toolbar {
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 8px;
    }

    .ee-mobile-managed-listings-owner-strip {
      gap: 7px;
    }

    .ee-mobile-managed-listings-owner-row--package {
      flex-wrap: wrap;
    }

    .ee-mobile-managed-listings-owner-actions {
      margin-left: auto;
    }

    .ee-mobile-managed-listings-status-select {
      padding: 0 10px;
      font-size: 12px;
    }

    .ee-mobile-managed-listing-main {
      grid-template-columns: 108px minmax(0, 1fr);
      gap: 10px;
    }

    .ee-mobile-managed-listing-image {
      width: 108px;
    }

    .ee-mobile-managed-listing-copy strong {
      font-size: 15px;
    }

    .ee-mobile-managed-listing-action {
      font-size: 12px;
      padding: 0 8px;
    }
  }

  .ee-mobile-profile-listing-wrap {
    display: grid;
    gap: 8px;
    border-radius: 24px;
    transition: box-shadow 0.18s ease, border-color 0.18s ease;
  }

  .ee-mobile-profile-listing-wrap.is-selected {
    box-shadow: 0 0 0 2px rgba(44, 139, 84, 0.22);
  }

  .ee-mobile-profile-listing-select {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    justify-self: start;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(44, 139, 84, 0.18);
    background: rgba(240, 253, 244, 0.84);
    color: #235d43;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ee-mobile-profile-listing-select input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #2c8b54;
  }

  .ee-mobile-profile-listing-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
    gap: 8px;
  }

  .ee-mobile-profile-promotion-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    gap: 8px;
  }

  .ee-mobile-account-secondary--promo {
    min-height: 54px;
    justify-content: center;
    align-content: center;
    gap: 3px;
    text-align: center;
  }

  .ee-mobile-account-secondary--promo small {
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 1.25;
    font-weight: 700;
    color: rgba(35, 93, 67, 0.72);
  }

  .ee-mobile-profile-notifications {
    display: grid;
    gap: 8px;
  }

  .ee-mobile-profile-notification {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: start;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(44, 139, 84, 0.16);
    background: rgba(240, 253, 244, 0.76);
  }

  .ee-mobile-profile-notification strong {
    display: block;
    color: #0f172a;
    font-size: 12px;
    line-height: 1.3;
  }

  .ee-mobile-profile-notification span {
    display: block;
    margin-top: 3px;
    color: #475569;
    font-size: 12px;
    line-height: 1.45;
  }

  .ee-mobile-profile-notification button {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(44, 139, 84, 0.16);
    background: rgba(255, 255, 255, 0.92);
    color: #235d43;
    font-size: 16px;
    line-height: 1;
  }

  .ee-mobile-profile-bulkbar {
    position: sticky;
    top: 8px;
    z-index: 6;
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid rgba(44, 139, 84, 0.16);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(12px);
  }

  .ee-mobile-profile-bulkbar-title {
    color: #0f172a;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

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

  .ee-mobile-profile-bulkbar-progress {
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(44, 139, 84, 0.12);
  }

  .ee-mobile-profile-bulkbar-progress::after {
    content: '';
    display: block;
    width: 42%;
    height: 100%;
    border-radius: inherit;
    background: #2c8b54;
    animation: ee-mobile-progress 1s ease-in-out infinite;
  }

  .ee-mobile-profile-listing-result {
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255, 255, 255, 0.92);
    padding: 11px 13px;
  }

  .ee-mobile-profile-listing-result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .ee-mobile-profile-listing-result-head span {
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  .ee-mobile-profile-listing-result-head small {
    font-size: 10px;
    color: #94a3b8;
  }

  .ee-mobile-profile-listing-result p {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.55;
    color: #475569;
  }

  .ee-mobile-profile-listing-result.is-approved {
    border-color: rgba(16, 185, 129, 0.18);
    background: rgba(240, 253, 244, 0.82);
  }

  .ee-mobile-profile-listing-result.is-approved .ee-mobile-profile-listing-result-head span {
    color: #047857;
  }

  .ee-mobile-profile-listing-result.is-pending {
    border-color: rgba(214, 162, 43, 0.24);
    background: rgba(255, 251, 235, 0.86);
  }

  .ee-mobile-profile-listing-result.is-pending .ee-mobile-profile-listing-result-head span {
    color: #92400e;
  }

  .ee-mobile-profile-listing-result.is-rejected,
  .ee-mobile-profile-listing-result.is-removed {
    border-color: rgba(248, 113, 113, 0.22);
    background: rgba(254, 242, 242, 0.86);
  }

  .ee-mobile-profile-listing-result.is-rejected .ee-mobile-profile-listing-result-head span,
  .ee-mobile-profile-listing-result.is-removed .ee-mobile-profile-listing-result-head span {
    color: #b91c1c;
  }

  .ee-mobile-profile-listing-detail {
    display: grid;
    gap: 12px;
  }

  .ee-mobile-profile-listing-back {
    width: 100%;
  }

  .ee-mobile-profile-floating-back {
    position: fixed;
    left: max(14px, env(safe-area-inset-left, 0px));
    bottom: calc(74px + env(safe-area-inset-bottom, 0px));
    z-index: 45;
    min-height: 46px;
    max-width: calc(100vw - 28px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 15px 0 12px;
    border: 1px solid rgba(188, 178, 166, 0.58);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    font-size: 13px;
    line-height: 1;
    font-weight: 750;
    touch-action: manipulation;
    overflow: hidden;
  }

  .ee-mobile-profile-floating-back svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.05;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
  }

  .ee-mobile-profile-listing-detail-media {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(148, 163, 184, 0.12);
    aspect-ratio: 4 / 3;
  }

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

  .ee-mobile-profile-listing-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: #0f172a;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    transform: translateY(-50%);
  }

  .ee-mobile-profile-listing-gallery-nav.is-prev {
    left: 10px;
  }

  .ee-mobile-profile-listing-gallery-nav.is-next {
    right: 10px;
  }

  .ee-mobile-profile-listing-gallery-nav svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-profile-listing-detail-card {
    display: grid;
    gap: 10px;
    padding: 16px 18px 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(148, 163, 184, 0.14);
  }

  .ee-mobile-profile-listing-detail-title {
    color: #0f172a;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: -0.04em;
  }

  .ee-mobile-profile-listing-detail-price {
    color: #178245;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 700;
  }

  .ee-mobile-profile-listing-detail-meta {
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
  }

  .ee-mobile-profile-listing-detail-specs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .ee-mobile-profile-listing-detail-specs span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    min-width: 0;
    padding: 0 8px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(248, 250, 252, 0.92);
    color: #334155;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .ee-mobile-profile-listing-detail-copy {
    color: #334155;
    font-size: 14px;
    line-height: 1.62;
    white-space: pre-wrap;
  }

  .ee-mobile-profile-listing-nearby {
    display: grid;
    gap: 10px;
    padding: 2px 0 4px;
  }

  .ee-mobile-profile-listing-nearby-title {
    color: #178245;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .ee-mobile-profile-listing-nearby-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .ee-mobile-profile-listing-nearby-list span {
    flex: 0 0 auto;
    min-width: 112px;
    display: grid;
    gap: 3px;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(248, 250, 252, 0.9);
  }

  .ee-mobile-profile-listing-nearby-list b {
    color: #0f172a;
    font-size: 12px;
    line-height: 1.2;
  }

  .ee-mobile-profile-listing-nearby-list small {
    color: #64748b;
    font-size: 11px;
  }

  .ee-mobile-profile-listing-location {
    display: grid;
    gap: 9px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(248, 250, 252, 0.9);
  }

  .ee-mobile-profile-listing-location-title {
    color: #0f172a;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .ee-mobile-profile-listing-map-shell {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
  }

  .ee-mobile-profile-listing-location iframe {
    width: 100%;
    height: 190px;
    display: block;
    border: 0;
    background: #e2e8f0;
  }

  .ee-mobile-profile-listing-map-hit {
    position: absolute;
    inset: 0;
    z-index: 2;
  }

  .ee-mobile-profile-listing-location-note {
    padding: 12px;
    border-radius: 14px;
    background: #eef2f7;
    color: #475569;
    font-size: 12px;
    line-height: 1.45;
  }

  .ee-mobile-profile-listing-map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ee-mobile-profile-listing-map-link {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    background: rgba(239, 246, 255, 0.92);
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }

  .ee-mobile-profile-listing-map-link.is-taxi {
    border-color: rgba(22, 163, 74, 0.2);
    background: rgba(240, 253, 244, 0.94);
    color: #15803d;
  }

  .ee-mobile-card-call.is-disabled {
    pointer-events: none;
    background: #e2e8f0;
    color: #64748b;
    box-shadow: none;
  }

  .ee-mobile-account-listing-card {
    display: grid;
    gap: 12px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255, 255, 255, 0.96);
  }

  .ee-mobile-account-listing-main {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .ee-mobile-account-listing-main strong {
    font-size: 15px;
    line-height: 1.35;
    color: #0f172a;
    overflow-wrap: anywhere;
  }

  .ee-mobile-account-listing-main span {
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
  }

  .ee-mobile-account-listing-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 10px;
    align-items: center;
  }

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

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

  .ee-mobile-listing-flow {
    display: grid;
    gap: 18px;
  }

  .ee-mobile-listing-flow-editor-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    touch-action: pan-y;
  }

  .ee-mobile-listing-flow-editor-top span {
    color: #0f172a;
    font-size: 18px;
    font-weight: 850;
    letter-spacing: -0.03em;
  }

  .ee-mobile-listing-flow-editor-top button {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #0f172a;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  }

  .ee-mobile-listing-flow-editor-top svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }

  .ee-mobile-listing-paywall {
    gap: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 237, 0.96));
    box-shadow: 0 18px 42px rgba(92, 64, 12, 0.08);
  }

  .ee-mobile-listing-paywall--compact {
    display: grid;
    gap: 12px;
    margin: 0 0 14px;
    padding: 16px;
    border: 1px solid rgba(214, 162, 43, 0.18);
    border-radius: 24px;
  }

  .ee-mobile-listing-paywall--compact .ee-mobile-listing-paywall-title {
    font-size: 20px;
    letter-spacing: -0.035em;
  }

  .ee-mobile-listing-paywall--compact .ee-mobile-listing-paywall-offer {
    padding: 12px;
  }

  .ee-mobile-listing-paywall-kicker {
    width: fit-content;
    border-radius: 999px;
    border: 1px solid rgba(214, 162, 43, 0.3);
    background: rgba(255, 244, 199, 0.72);
    padding: 7px 10px;
    color: #805b12;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .ee-mobile-listing-paywall-title {
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 24px;
    line-height: 1.06;
    font-weight: 750;
    letter-spacing: -0.055em;
    color: #0f172a;
  }

  .ee-mobile-listing-paywall-copy {
    font-size: 14px;
    line-height: 1.65;
    color: #475569;
  }

  .ee-mobile-listing-paywall-offer {
    display: grid;
    gap: 6px;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid rgba(214, 162, 43, 0.24);
    background: rgba(255, 255, 255, 0.84);
  }

  .ee-mobile-listing-paywall-offer strong {
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 22px;
    color: #0f172a;
  }

  .ee-mobile-listing-paywall-offer span {
    font-size: 12px;
    line-height: 1.55;
    color: #64748b;
  }

  .ee-mobile-listing-flow-progress {
    display: grid;
    gap: 10px;
  }

  .ee-mobile-listing-flow-progress-copy {
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #64748b;
  }

  .ee-mobile-listing-flow-progress-bar {
    height: 4px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.18);
    overflow: hidden;
  }

  .ee-mobile-listing-flow-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #11753d, #1d8d52, #11753d);
    background-size: 180% 100%;
    animation: ee-mobile-listing-progress-shimmer 5s ease-in-out infinite;
  }

  @keyframes ee-mobile-listing-progress-shimmer {
    0%, 78%, 100% { background-position: 0% 50%; }
    88% { background-position: 100% 50%; }
  }

  .ee-mobile-listing-flow-head {
    display: grid;
    gap: 10px;
  }

  .ee-mobile-listing-flow-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
  }

  .ee-mobile-listing-flow-icon svg,
  .ee-mobile-listing-choice-icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.85;
  }

  .ee-mobile-listing-flow-title {
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #0f172a;
  }

  .ee-mobile-listing-flow-copy {
    max-width: 34ch;
    font-size: 13px;
    line-height: 1.65;
    color: #5b6779;
  }

  .ee-mobile-listing-result {
    min-height: 58vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .ee-mobile-listing-result-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    color: #178245;
    background: rgba(23, 130, 69, 0.12);
  }

  .ee-mobile-listing-result.is-pending .ee-mobile-listing-result-icon {
    color: #b7791f;
    background: rgba(183, 121, 31, 0.12);
  }

  .ee-mobile-listing-result.is-rejected .ee-mobile-listing-result-icon {
    color: #b91c1c;
    background: rgba(185, 28, 28, 0.1);
  }

  .ee-mobile-listing-result-icon svg {
    width: 38px;
    height: 38px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.85;
  }

  .ee-mobile-listing-result-title {
    max-width: 28ch;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 23px;
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: 0;
    color: #0f172a;
  }

  .ee-mobile-listing-result-copy {
    max-width: 34ch;
    font-size: 14px;
    line-height: 1.55;
    color: #5b6779;
  }

  .ee-mobile-listing-choice-grid {
    display: grid;
    gap: 10px;
  }

  .ee-mobile-listing-choice-grid--double {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ee-mobile-listing-choice-grid--districts {
    grid-template-columns: 1fr;
  }

  .ee-mobile-listing-choice-grid--triple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .ee-mobile-listing-choice-grid--publisher-role {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .ee-mobile-listing-choice-grid--numbers {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ee-mobile-listing-choice-grid--floor {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ee-mobile-nearby-selected,
  .ee-mobile-nearby-grid {
    display: grid;
    gap: 10px;
  }

  .ee-mobile-nearby-selected {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 10px;
  }

  .ee-mobile-nearby-selected span,
  .ee-mobile-nearby-empty {
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(23, 130, 69, 0.07);
    color: #14532d;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 650;
  }

  .ee-mobile-nearby-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ee-mobile-nearby-tile {
    min-width: 0;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    overflow: hidden;
  }

  .ee-mobile-nearby-tile.is-selected {
    border-color: rgba(23, 130, 69, 0.55);
    box-shadow: 0 0 0 3px rgba(23, 130, 69, 0.08);
  }

  .ee-mobile-nearby-tile > button {
    width: 100%;
    min-height: 92px;
    display: grid;
    justify-items: start;
    gap: 6px;
    padding: 13px;
    border: 0;
    background: transparent;
    color: #0f172a;
    text-align: left;
    font-family: inherit;
  }

  .ee-mobile-nearby-tile-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(23, 130, 69, 0.09);
    color: #178245;
    font-size: 12px;
    font-weight: 800;
  }

  .ee-mobile-nearby-tile-icon svg {
    width: 18px;
    height: 18px;
  }

  .ee-mobile-nearby-tile-label {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 750;
  }

  .ee-mobile-nearby-tile-distance {
    color: #64748b;
    font-size: 11px;
    font-weight: 650;
  }

  .ee-mobile-nearby-distance-editor {
    display: grid;
    gap: 8px;
    padding: 0 12px 12px;
  }

  .ee-mobile-nearby-presets {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .ee-mobile-nearby-presets button,
  .ee-mobile-nearby-remove {
    min-height: 30px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 12px;
    background: #fff;
    color: #334155;
    font-size: 11px;
    font-weight: 700;
  }

  .ee-mobile-nearby-presets button.is-selected {
    border-color: rgba(44, 139, 84, 0.35);
    background: rgba(44, 139, 84, 0.1);
    color: #1f7a4a;
    box-shadow: inset 0 0 0 1px rgba(44, 139, 84, 0.12);
  }

  .ee-mobile-nearby-distance-editor label {
    display: grid;
    gap: 5px;
    color: #64748b;
    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .ee-mobile-nearby-distance-editor input[type="number"],
  .ee-mobile-nearby-distance-editor input[type="text"] {
    min-height: 36px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 12px;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
  }

  .ee-mobile-listing-choice {
    width: 100%;
    min-height: 86px;
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 14px 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    text-align: left;
    font-family: inherit;
    appearance: none;
  }

  .ee-mobile-listing-choice.is-compact {
    min-height: 64px;
    padding: 12px 10px;
    justify-items: start;
  }

  .ee-mobile-listing-choice-grid--triple .ee-mobile-listing-choice {
    min-height: 132px;
    align-content: center;
    justify-items: center;
    padding: 12px 8px;
    text-align: center;
  }

  .ee-mobile-listing-choice-grid--publisher-role .ee-mobile-listing-choice {
    min-height: 92px;
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    align-content: center;
    column-gap: 13px;
    padding: 14px;
    text-align: left;
  }

  .ee-mobile-listing-choice-grid--publisher-role .ee-mobile-listing-choice.is-wide {
    grid-column: 1 / -1;
    min-height: 92px;
  }

  .ee-mobile-listing-choice-grid--triple .ee-mobile-listing-choice-icon {
    margin-inline: auto;
  }

  .ee-mobile-listing-choice-grid--publisher-role .ee-mobile-listing-choice-icon {
    grid-row: 1 / 3;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.06);
  }

  .ee-mobile-listing-choice-grid--triple .ee-mobile-listing-choice strong {
    font-size: 12.5px;
    line-height: 1.22;
  }

  .ee-mobile-listing-choice-grid--publisher-role .ee-mobile-listing-choice strong {
    align-self: end;
    font-size: 14px;
    line-height: 1.25;
  }

  .ee-mobile-listing-choice-grid--triple .ee-mobile-listing-choice small {
    font-size: 10px;
    line-height: 1.3;
  }

  .ee-mobile-listing-choice-grid--publisher-role .ee-mobile-listing-choice small {
    align-self: start;
    font-size: 11px;
    line-height: 1.35;
  }

  .ee-mobile-listing-choice strong {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .ee-mobile-listing-choice.is-compact strong {
    font-size: 13px;
  }

  .ee-mobile-listing-choice small {
    font-size: 11px;
    line-height: 1.5;
    color: #64748b;
  }

  .ee-mobile-listing-choice-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.04);
    color: #0f172a;
  }

  .ee-mobile-listing-choice.is-active {
    border-color: rgba(23, 130, 69, 0.32);
    background: rgba(247, 252, 249, 0.98);
    box-shadow: inset 0 0 0 1px rgba(23, 130, 69, 0.06);
  }

  .ee-mobile-listing-choice.is-disabled {
    opacity: 0.52;
  }

  .ee-mobile-listing-choice-tile {
    width: 100%;
    min-height: 64px;
    border: 1px solid rgba(23, 130, 69, 0.26);
    border-radius: 20px;
    background: rgba(247, 252, 249, 0.98);
    color: #11753d;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    appearance: none;
  }

  .ee-mobile-listing-range {
    display: grid;
    gap: 8px;
    margin-top: 12px;
  }

  .ee-mobile-listing-range-value {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
  }

  .ee-mobile-listing-range input[type="range"] {
    width: 100%;
    accent-color: #11753d;
  }

  .ee-mobile-card-publisher-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    margin-top: 7px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    background: rgba(15, 23, 42, 0.06);
    color: #475569;
  }

  .ee-mobile-card-publisher-badge.is-owner {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
  }

  .ee-mobile-card-publisher-badge.is-verified {
    background: rgba(14, 165, 233, 0.12);
    color: #0369a1;
  }

  .ee-mobile-card-publisher-badge.is-platform {
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
  }

  .ee-mobile-owner-declaration {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px 14px;
    border: 1px solid rgba(34, 197, 94, 0.22);
    border-radius: 18px;
    background: rgba(240, 253, 244, 0.88);
    color: #14532d;
    font-size: 12px;
    line-height: 1.55;
  }

  .ee-mobile-owner-declaration input {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    accent-color: #178245;
    flex: 0 0 auto;
  }

  .ee-mobile-listing-input-shell,
	  .ee-mobile-listing-upload-shell {
	    display: grid;
	    gap: 12px;
	  }

	  .ee-mobile-listing-photo-priority {
	    display: grid;
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	    gap: 10px;
	  }

	  .ee-mobile-listing-photo-tile {
	    display: grid;
	    gap: 8px;
	    min-width: 0;
	  }

	  .ee-mobile-listing-photo-thumb {
	    position: relative;
	    aspect-ratio: 1 / 1;
	    border-radius: 16px;
	    overflow: hidden;
	    background: rgba(15, 23, 42, 0.06);
	    border: 1px solid rgba(148, 163, 184, 0.18);
	  }

	  .ee-mobile-listing-photo-tile.is-hero .ee-mobile-listing-photo-thumb {
	    border-color: rgba(17, 117, 61, 0.5);
	    box-shadow: 0 0 0 3px rgba(17, 117, 61, 0.1);
	  }

	  .ee-mobile-listing-photo-thumb img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    display: block;
	  }

	  .ee-mobile-listing-photo-thumb span {
	    width: 100%;
	    height: 100%;
	    display: grid;
	    place-items: center;
	    font-weight: 800;
	    color: #64748b;
	  }

	  .ee-mobile-listing-photo-actions {
	    display: grid;
	    grid-template-columns: minmax(0, 1fr) 34px 34px;
	    gap: 6px;
	  }

	  .ee-mobile-listing-photo-actions button {
	    min-height: 34px;
	    border: 1px solid rgba(17, 117, 61, 0.18);
	    border-radius: 10px;
	    background: #ffffff;
	    color: #11753d;
	    font-size: 11px;
	    font-weight: 700;
	    line-height: 1.15;
	  }

	  .ee-mobile-listing-photo-actions button:disabled {
	    opacity: 0.38;
	  }

	  .ee-mobile-listing-photo-actions button:nth-child(4) {
	    grid-column: 1 / -1;
	    border-color: rgba(220, 38, 38, 0.2);
	    color: #dc2626;
	  }

	  .ee-mobile-listing-photo-tile.is-hero .ee-mobile-listing-photo-actions button:first-child {
	    background: #11753d;
	    color: #ffffff;
	  }

	  .ee-mobile-listing-photo-note {
	    font-size: 11px;
	    line-height: 1.45;
	    color: #64748b;
	  }

	  .ee-mobile-listing-input-field {
    gap: 10px;
  }

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

  .ee-mobile-listing-flow-actions > * {
    width: 100%;
  }

  .ee-mobile-listing-flow-actions--review {
    grid-template-columns: 1fr;
  }

  .ee-mobile-listing-flow-actions--review .ee-mobile-account-primary,
  .ee-mobile-listing-flow-actions--review .ee-mobile-account-secondary {
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .ee-mobile-listing-flow-reset {
    grid-column: 1 / -1;
  }

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

  .ee-mobile-listing-review-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    align-items: stretch;
    padding-top: 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
  }

  .ee-mobile-listing-review-row:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .ee-mobile-listing-review-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
  }

  .ee-mobile-listing-review-copy span {
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #64748b;
  }

  .ee-mobile-listing-review-copy strong {
    font-size: 14px;
    line-height: 1.55;
    color: #0f172a;
    overflow-wrap: anywhere;
  }

  .ee-mobile-listing-review-edit {
    width: fit-content;
    justify-self: end;
    border: 0;
    background: transparent;
    color: #178245;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }

  .ee-mobile-account-profile-stack {
    display: grid;
    gap: 14px;
  }

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

	  .ee-mobile-account-avatar {
	    width: 72px;
	    height: 72px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(248, 250, 252, 0.94);
    display: flex;
    align-items: center;
	    justify-content: center;
	    color: #475569;
	  }

	  .ee-mobile-avatar-shell {
	    position: relative;
	    display: inline-grid;
	    place-items: center;
	    padding: 3px;
	    border-radius: 999px;
	  }

	  .ee-mobile-avatar-shell.has-stories {
	    background: transparent;
	  }

	  .ee-mobile-avatar-shell.has-stories::before {
	    content: "";
	    position: absolute;
	    inset: 0;
	    border-radius: inherit;
	    background: conic-gradient(from 30deg, #d9a64d, #f3c98b, #b97255, #d9a64d);
	    animation: ee-mobile-story-ring-shimmer 5.5s linear infinite;
	  }

	  .ee-mobile-avatar-shell.has-stories .ee-mobile-account-avatar {
	    position: relative;
	    z-index: 1;
	    border: 2px solid #fff;
	  }

	  .ee-mobile-story-ring {
	    position: absolute;
	    inset: 0;
	    border-radius: inherit;
	    pointer-events: none;
	    z-index: 2;
	    box-shadow: 0 0 0 1px rgba(217, 166, 77, 0.26), 0 10px 24px rgba(185, 114, 85, 0.14);
	  }

	  .ee-mobile-online-dot {
	    position: absolute;
	    right: 3px;
	    bottom: 5px;
	    width: 14px;
	    height: 14px;
	    border-radius: 999px;
	    background: #17a34a;
	    border: 2px solid #ffffff;
	    z-index: 3;
	    box-shadow: 0 0 0 0 rgba(23, 163, 74, 0.34);
	    animation: ee-mobile-online-pulse 2.4s ease-out infinite;
	  }

	  @keyframes ee-mobile-online-pulse {
	    0% { box-shadow: 0 0 0 0 rgba(23, 163, 74, 0.34); }
	    70% { box-shadow: 0 0 0 8px rgba(23, 163, 74, 0); }
	    100% { box-shadow: 0 0 0 0 rgba(23, 163, 74, 0); }
	  }

	  @keyframes ee-mobile-story-ring-shimmer {
	    to { transform: rotate(1turn); }
	  }

	  .ee-mobile-account-avatar--hero {
    width: 76px;
    height: 76px;
    border-radius: 26px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  }

  .ee-mobile-account-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ee-mobile-account-avatar-fallback {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.04em;
  }

  .ee-mobile-account-identity-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
  }

  .ee-mobile-account-upload-grid {
    display: grid;
    gap: 10px;
  }

  .ee-mobile-account-upload {
    display: grid;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px dashed rgba(148, 163, 184, 0.36);
    background: rgba(248, 250, 252, 0.86);
    font-size: 12px;
    color: #475569;
  }

  .ee-mobile-account-upload input {
    width: 100%;
    font-size: 12px;
  }

  .ee-mobile-account-upload--summary {
    align-content: center;
  }

  .ee-mobile-account-upload--summary small {
    font-size: 11px;
    line-height: 1.5;
    color: #64748b;
  }

  .ee-mobile-profile-links-editor {
    display: grid;
    gap: 9px;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
  }

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

  .ee-mobile-profile-links-head strong {
    font-size: 15px;
    line-height: 1.2;
    color: #0f172a;
  }

  .ee-mobile-profile-links-head span,
  .ee-mobile-profile-links-empty {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #64748b;
  }

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

  .ee-mobile-profile-link-row {
    min-width: 0;
    display: grid;
    gap: 7px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  }

  .ee-mobile-profile-link-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .ee-mobile-profile-link-row-title {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #0f172a;
  }

  .ee-mobile-profile-link-row-title strong {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
  }

  .ee-mobile-profile-link-input-shell {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px;
  }

  .ee-mobile-profile-link-chip {
    min-width: 0;
    min-height: 52px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 16px;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.16);
  }

  .ee-mobile-profile-link-icon,
  .ee-mobile-profile-link-detected {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #11753d;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
  }

  .ee-mobile-profile-link-icon svg,
  .ee-mobile-profile-link-detected svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-profile-link-icon .ee-mobile-social-svg,
  .ee-mobile-profile-link-detected .ee-mobile-social-svg {
    fill: initial;
    stroke: initial;
  }

  .ee-mobile-social-svg--youtube path:first-child {
    fill: #ff0033;
    stroke: none;
  }

  .ee-mobile-social-svg--youtube path:nth-child(2) {
    fill: #ffffff;
    stroke: none;
  }

  .ee-mobile-social-svg--telegram path,
  .ee-mobile-social-svg--telegram circle,
  .ee-mobile-social-svg--instagram rect,
  .ee-mobile-social-svg--instagram circle {
    stroke: initial;
  }

  .ee-mobile-profile-link-chip--youtube .ee-mobile-profile-link-icon svg path:first-child,
  .ee-mobile-profile-link-detected--youtube svg path:first-child,
  .ee-mobile-social-svg--youtube path:first-child {
    fill: #ff0033;
    stroke: none;
  }

  .ee-mobile-profile-link-chip--youtube .ee-mobile-profile-link-icon svg path:nth-child(2),
  .ee-mobile-profile-link-detected--youtube svg path:nth-child(2) {
    fill: #ffffff;
  }

  .ee-mobile-profile-link-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
  }

  .ee-mobile-profile-link-copy strong {
    font-size: 13px;
    line-height: 1.2;
    color: #0f172a;
  }

  .ee-mobile-profile-link-copy small {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.2;
    color: #64748b;
  }

  .ee-mobile-profile-link-chip button {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: #475569;
    font-size: 18px;
    line-height: 1;
  }

  .ee-mobile-profile-link-add {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
  }

  .ee-mobile-profile-link-add input {
    min-width: 0;
    min-height: 44px;
    border-radius: 15px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: #ffffff;
    padding: 0 12px;
    font-size: 13px;
    color: #0f172a;
    outline: none;
  }

  .ee-mobile-profile-link-input-shell input {
    min-width: 0;
    min-height: 44px;
    border-radius: 15px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: #ffffff;
    padding: 0 12px;
    font-size: 13px;
    color: #0f172a;
    outline: none;
  }

  .ee-mobile-profile-link-input-shell input:focus {
    border-color: rgba(17, 117, 61, 0.42);
    box-shadow: 0 0 0 3px rgba(17, 117, 61, 0.08);
  }

  .ee-mobile-profile-link-input-shell button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: #475569;
    font-size: 18px;
    line-height: 1;
  }

  .ee-mobile-profile-link-add button {
    min-height: 44px;
    border: 0;
    border-radius: 15px;
    background: #11753d;
    color: #ffffff;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 700;
  }

  .ee-mobile-account-card--app {
    gap: 18px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .ee-mobile-account-home {
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 2px 0 2px;
    text-align: left;
  }

  .ee-mobile-account-hero-card {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
  }

  .ee-mobile-profile-hero-lang {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 2;
  }

  .ee-mobile-profile-card-lang .ee-mobile-lang-current {
    min-width: 52px;
    min-height: 34px;
    padding: 0 7px;
    gap: 5px;
    border-color: rgba(148, 163, 184, 0.2);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  }

  .ee-mobile-profile-card-lang .ee-mobile-lang-current-disc,
  .ee-mobile-profile-card-lang .ee-mobile-flag {
    width: 21px;
    height: 21px;
  }

  .ee-mobile-profile-card-lang .ee-mobile-lang-current-code {
    font-size: 11px;
    font-weight: 800;
  }

  .ee-mobile-profile-card-lang .ee-mobile-lang-menu {
    right: 0;
  }

  .ee-mobile-account-hero-copy {
    min-width: 0;
    display: grid;
    gap: 6px;
    justify-items: start;
  }

  .ee-mobile-account-avatar-trigger {
    border: 0;
    background: transparent;
    padding: 0;
  }

  .ee-mobile-account-avatar-trigger--inline {
    justify-self: center;
  }

  .ee-mobile-account-avatar--round {
    border-radius: 999px;
  }

  .ee-mobile-account-home .ee-mobile-account-avatar--hero {
    width: 92px;
    height: 92px;
    border-radius: 999px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
  }

  .ee-mobile-account-home-name {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 24px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #0f172a;
  }

  .ee-mobile-account-verified-mark {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0ea5e9;
  }

  .ee-mobile-account-verified-mark svg,
  .ee-mobile-account-screen-back svg,
  .ee-mobile-account-mini-action svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.85;
  }

  .ee-mobile-account-home-role {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
  }

  .ee-mobile-ai-realtor-entry {
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 24px;
    background: #0f733f;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 115, 63, 0.2);
    text-align: left;
    position: relative;
    min-height: 118px;
  }

  .ee-mobile-ai-realtor-entry img {
    width: 100%;
    aspect-ratio: 3 / 1;
    display: block;
    object-fit: cover;
  }

  .ee-mobile-ai-realtor-screen {
    display: grid;
    gap: 14px;
  }

  .ee-mobile-ai-realtor-screen img {
    width: 100%;
    aspect-ratio: 3 / 1;
    display: block;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 18px 34px rgba(15, 115, 63, 0.18);
  }

  .ee-mobile-ai-realtor-screen-copy {
    display: grid;
    gap: 6px;
  }

  .ee-mobile-ai-realtor-screen-copy strong {
    color: #0f172a;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 850;
  }

  .ee-mobile-ai-realtor-screen-copy span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 650;
  }

  .ee-mobile-ai-realtor-workspace {
    display: grid;
    gap: 12px;
    padding-bottom: 132px;
    background: transparent;
  }

  .ee-mobile-ai-realtor-sticky {
    position: sticky;
    top: calc(env(safe-area-inset-top, 0px) + 64px);
    z-index: 18;
    display: grid;
    gap: 10px;
    margin: 0 -2px;
    padding: 4px 2px 10px;
    background: linear-gradient(180deg, rgba(249, 246, 241, 0.98) 0%, rgba(249, 246, 241, 0.94) 82%, rgba(249, 246, 241, 0));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .ee-mobile-ai-realtor-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }

  .ee-mobile-ai-realtor-searchfield {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(171, 157, 140, 0.48);
    color: #181818;
  }

  .ee-mobile-ai-realtor-searchfield svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.7;
  }

  .ee-mobile-ai-realtor-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #181818;
    font-size: 13px;
    font-family: inherit;
    font-weight: 600;
    padding: 0;
  }

  .ee-mobile-ai-realtor-search input::placeholder {
    color: rgba(37, 37, 37, 0.58);
  }

  .ee-mobile-ai-realtor-search button,
  .ee-mobile-ai-realtor-chips button,
  .ee-mobile-ai-realtor-tabs button,
  .ee-mobile-ai-realtor-card-actions button {
    border: 0;
    cursor: pointer;
    font: inherit;
  }

  .ee-mobile-ai-realtor-search button {
    border-radius: 999px;
    background: #178245;
    color: #fff;
    min-height: 42px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.1;
    white-space: nowrap;
  }

  .ee-mobile-ai-realtor-active-query {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30px;
    align-items: center;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    min-height: 34px;
    padding: 0 2px 0 12px;
    border-radius: 999px;
    background: rgba(23, 130, 69, 0.08);
    color: #0f5132;
  }

  .ee-mobile-ai-realtor-active-query span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
  }

  .ee-mobile-ai-realtor-active-query button {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    padding: 0 0 2px;
  }

  .ee-mobile-ai-realtor-chips,
  .ee-mobile-ai-realtor-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ee-mobile-ai-realtor-chips::-webkit-scrollbar,
  .ee-mobile-ai-realtor-tabs::-webkit-scrollbar {
    display: none;
  }

  .ee-mobile-ai-realtor-chips button {
    flex: 0 0 auto;
    min-height: 34px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 750;
  }

  .ee-mobile-ai-realtor-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .ee-mobile-ai-realtor-tabs button {
    min-width: 0;
    background: transparent;
    color: #64748b;
    padding: 0 2px 10px;
    font-size: 12px;
    font-weight: 850;
    border-bottom: 2px solid transparent;
    text-align: center;
    white-space: nowrap;
  }

  .ee-mobile-ai-realtor-tabs button.is-active {
    color: #12834d;
    border-bottom-color: #12834d;
  }

  .ee-mobile-ai-realtor-criteria {
    display: grid;
    gap: 6px;
  }

  .ee-mobile-ai-realtor-criteria-chips {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ee-mobile-ai-realtor-criteria-chips::-webkit-scrollbar {
    display: none;
  }

  .ee-mobile-ai-realtor-criteria-chips span {
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(18, 131, 77, 0.08);
    color: #0f5132;
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 850;
  }

  .ee-mobile-ai-realtor-criteria small {
    color: #64748b;
    font-size: 11px;
    font-weight: 750;
  }

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

  .ee-mobile-ai-realtor-results.ee-mobile-home-grid {
    gap: 8px;
    margin-inline: -10px;
  }

  .ee-mobile-ai-realtor-listing-card {
    min-width: 0;
    cursor: pointer;
  }

  .ee-mobile-ai-realtor-listing-card .ee-mobile-card-footer.is-with-call {
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: end;
    row-gap: 8px;
    column-gap: 9px;
  }

  .ee-mobile-ai-realtor-listing-card .ee-mobile-card-meta-link {
    grid-column: 1 / -1;
  }

  .ee-mobile-ai-realtor-listing-card .ee-mobile-card-meta-link[data-ai-realtor-open],
  .ee-mobile-ai-realtor-listing-card .ee-mobile-card-summary[data-ai-realtor-open] {
    text-decoration: none;
  }

  .ee-mobile-ai-realtor-share-mini {
    min-width: 104px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-radius: 999px;
    background: rgba(18, 131, 77, 0.08);
    color: #12834d;
    padding: 0 11px;
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
    white-space: nowrap;
    justify-self: start;
  }

  .ee-mobile-ai-realtor-share-mini svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
  }

  .ee-mobile-ai-realtor-listing-card .ee-mobile-card-call svg {
    width: 28px;
    height: 28px;
  }

  .ee-mobile-ai-realtor-object-number {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(248, 243, 238, 0.82);
    color: #0f172a;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.03em;
  }

  .ee-mobile-ai-realtor-object-number.is-detail {
    position: static;
    justify-self: start;
    background: rgba(18, 131, 77, 0.08);
    color: #0f5132;
  }

  .ee-mobile-ai-realtor-phone-inline {
    margin-top: 2px;
    color: #12834d;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
  }

  .ee-mobile-ai-realtor-pagination button {
    min-height: 36px;
    border: 0;
    border-radius: 12px;
    background: rgba(18, 131, 77, 0.08);
    color: #12834d;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 850;
  }

  .ee-mobile-ai-realtor-pagination button[disabled] {
    opacity: 0.42;
  }

  .ee-mobile-ai-realtor-pagination span {
    text-align: center;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
  }

  .ee-mobile-ai-realtor-card {
    display: grid;
    gap: 9px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    padding: 8px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
    min-width: 0;
  }

  .ee-mobile-ai-realtor-card-main {
    width: 100%;
    display: grid;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
  }

  .ee-mobile-ai-realtor-media-rail {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    border-radius: 14px;
  }

  .ee-mobile-ai-realtor-media-rail::-webkit-scrollbar {
    display: none;
  }

  .ee-mobile-ai-realtor-media-rail img,
  .ee-mobile-ai-realtor-card-empty {
    width: 100%;
    height: 118px;
    border-radius: 14px;
    object-fit: cover;
    background: #eef7f1;
    color: #12834d;
    display: grid;
    place-items: center;
    scroll-snap-align: start;
  }

  .ee-mobile-ai-realtor-card-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
  }

  .ee-mobile-ai-realtor-card-copy strong {
    color: #12834d;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 900;
  }

  .ee-mobile-ai-realtor-card-copy b {
    color: #0f172a;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ee-mobile-ai-realtor-card-copy small,
  .ee-mobile-ai-realtor-card-copy em {
    color: #64748b;
    font-size: 11px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 700;
  }

  .ee-mobile-ai-realtor-card.is-detail {
    display: grid;
    gap: 10px;
    grid-column: 1 / -1;
  }

  .ee-mobile-ai-realtor-card.is-detail .ee-mobile-ai-realtor-media-rail img,
  .ee-mobile-ai-realtor-card.is-detail .ee-mobile-ai-realtor-card-empty {
    width: 100%;
    height: 190px;
    border-radius: 20px;
    object-fit: cover;
  }

  .ee-mobile-ai-realtor-card-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .ee-mobile-ai-realtor-card-detail-head strong {
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
  }

  .ee-mobile-ai-realtor-card-detail-head button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 22px;
    line-height: 1;
  }

  .ee-mobile-ai-realtor-card.is-detail > b {
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
  }

  .ee-mobile-ai-realtor-card.is-detail > small,
  .ee-mobile-ai-realtor-card.is-detail > p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
  }

  .ee-mobile-ai-realtor-phone {
    color: #12834d;
    font-size: 18px;
    font-weight: 900;
  }

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

  .ee-mobile-ai-realtor-card-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    border-radius: 13px;
    background: rgba(18, 131, 77, 0.08);
    color: #12834d;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ee-mobile-ai-realtor-card-actions svg {
    width: 19px;
    height: 19px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
  }

  .ee-mobile-ai-realtor-card-actions .ee-mobile-ai-realtor-favorite {
    display: grid;
    place-items: center;
    padding: 0;
  }

  .ee-mobile-ai-realtor-card-actions .ee-mobile-ai-realtor-favorite svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
  }

  .ee-mobile-ai-realtor-card-actions .ee-mobile-ai-realtor-favorite.is-active {
    background: #12834d;
    color: #fff;
  }

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

  .ee-mobile-ai-realtor-history {
    display: grid;
    gap: 8px;
  }

  .ee-mobile-ai-realtor-history button,
  .ee-mobile-ai-realtor-gate {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    padding: 14px;
    text-align: left;
    color: #0f172a;
    font-size: 13px;
    font-weight: 750;
  }

  .ee-mobile-ai-realtor-history button {
    display: grid;
    gap: 4px;
  }

  .ee-mobile-ai-realtor-history span {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
  }

  .ee-mobile-account-stats-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
  }

  .ee-mobile-account-stat {
    min-width: 0;
    min-height: 108px;
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 16px;
    border: 0;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: transparent;
    color: #0f172a;
    text-align: left;
  }

  .ee-mobile-account-stat:nth-child(2n) {
    border-right: 0;
  }

  .ee-mobile-account-stat:nth-child(n + 3) {
    border-bottom: 0;
  }

  .ee-mobile-account-stat span {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #178245;
  }

  .ee-mobile-account-stat svg,
  .ee-mobile-account-submit-cta svg,
  .ee-mobile-account-home-action svg {
    width: 21px;
    height: 21px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.85;
  }

  .ee-mobile-account-stat small {
    color: #64748b;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 650;
  }

  .ee-mobile-account-stat strong {
    font-family: "Montserrat", system-ui, sans-serif;
    color: #0f172a;
    font-size: 23px;
    line-height: 1.05;
    font-weight: 750;
    letter-spacing: -0.03em;
  }

  .ee-mobile-account-submit-cta {
    width: 100%;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #22945a, #0f733f);
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(17, 117, 61, 0.26);
    font-size: 16px;
    line-height: 1.1;
    font-weight: 800;
  }

  .ee-mobile-wallet-card {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    align-items: center;
    gap: 12px;
    min-height: 172px;
    padding: 24px 18px;
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
    text-align: left;
    overflow: hidden;
  }

  .ee-mobile-wallet-card--compact {
    margin-top: 4px;
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .ee-mobile-wallet-card-copy {
    min-width: 0;
    display: grid;
    gap: 10px;
  }

  .ee-mobile-wallet-card-main {
    display: grid;
    gap: 8px;
  }

  .ee-mobile-wallet-card-main span {
    color: #64748b;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: 0.03em;
  }

  .ee-mobile-wallet-card-main strong {
    font-family: "Montserrat", system-ui, sans-serif;
    color: #0f172a;
    font-size: clamp(36px, 10.8vw, 44px);
    line-height: 1;
    font-weight: 850;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }

  .ee-mobile-wallet-card--long-balance .ee-mobile-wallet-card-main strong {
    font-size: clamp(26px, 7.6vw, 34px);
    letter-spacing: -0.055em;
  }

  .ee-mobile-wallet-card-meta span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 560;
    letter-spacing: 0.04em;
  }

  .ee-mobile-wallet-history-pill {
    width: max-content;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.84);
    color: #13733d;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
    font-size: 13px;
    font-weight: 800;
  }

  .ee-mobile-wallet-history-pill svg,
  .ee-mobile-wallet-pay-button svg,
  .ee-mobile-wallet-history-head button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-wallet-visual {
    position: relative;
    min-height: 120px;
  }

  .ee-mobile-wallet-visual-orb {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: radial-gradient(circle at 46% 34%, rgba(248, 244, 235, 1), rgba(241, 234, 222, 0.68) 62%, rgba(241, 234, 222, 0) 70%);
  }

  .ee-mobile-wallet-visual-orb img {
    width: 126px;
    height: 126px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(136, 117, 83, 0.16));
  }

  .ee-mobile-wallet-visual-wallet {
    width: 82px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: linear-gradient(145deg, #fbf7ee, #e8dfcf);
    color: #b7aa95;
    box-shadow: 0 18px 32px rgba(136, 117, 83, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .ee-mobile-wallet-visual-wallet svg {
    width: 50px;
    height: 50px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-wallet-visual-badge {
    position: absolute;
    right: 7px;
    bottom: 9px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #2fb963, #128043);
    color: #fff;
    box-shadow: 0 10px 22px rgba(17, 117, 61, 0.32);
  }

  .ee-mobile-wallet-visual-badge svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-wallet-card-link {
    min-height: 42px;
    border: 0;
    border-radius: 16px;
    background: #0f172a;
    color: #fff;
    font-size: 12px;
    font-weight: 750;
  }

  .ee-mobile-wallet-screen {
    display: grid;
    gap: 18px;
  }

  .ee-mobile-wallet-topup {
    display: grid;
    gap: 14px;
  }

  .ee-mobile-wallet-topup-title {
    color: #0f172a;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 650;
    letter-spacing: 0;
  }

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

  .ee-mobile-wallet-presets button {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    box-shadow: 0 9px 20px rgba(15, 23, 42, 0.06);
    font-size: 14px;
    font-weight: 800;
  }

  .ee-mobile-wallet-presets button.is-active {
    border-color: rgba(17, 117, 61, 0.3);
    background: linear-gradient(180deg, rgba(232, 247, 238, 0.98), rgba(213, 239, 225, 0.96));
    color: #0f5f35;
    box-shadow: 0 12px 24px rgba(17, 117, 61, 0.12);
  }

  .ee-mobile-wallet-presets button.is-active::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2a9b55, #147a40);
    color: #fff;
    font-weight: 900;
  }

  .ee-mobile-wallet-topup .ee-mobile-account-field {
    padding: 18px 18px 14px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
  }

  .ee-mobile-wallet-topup .ee-mobile-account-field span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 760;
    letter-spacing: 0.04em;
  }

  .ee-mobile-wallet-topup .ee-mobile-account-field input {
    min-height: 40px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 0;
    background: transparent;
    color: #0f172a;
    font-size: 26px;
    font-weight: 820;
    letter-spacing: -0.03em;
  }

  .ee-mobile-wallet-topup .ee-mobile-account-field small {
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 650;
  }

  .ee-mobile-wallet-pay-button {
    width: 100%;
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #13b9f4, #0496d7);
    color: #fff;
    box-shadow: 0 18px 36px rgba(0, 174, 239, 0.22);
    font-size: 17px;
    line-height: 1.1;
    font-weight: 850;
  }

  .ee-mobile-wallet-pay-button .ee-mobile-click-logo {
    width: 26px;
    height: 26px;
  }

  .ee-mobile-wallet-help-card {
    min-height: 82px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 86px;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
    overflow: hidden;
  }

  .ee-mobile-wallet-help-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #eff8f2;
    color: #147a40;
  }

  .ee-mobile-wallet-help-icon svg,
  .ee-mobile-wallet-help-art svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-wallet-help-card strong,
  .ee-mobile-wallet-help-card span {
    display: block;
  }

  .ee-mobile-wallet-help-card strong {
    color: #0f172a;
    font-size: 14px;
    line-height: 1.28;
    font-weight: 800;
  }

  .ee-mobile-wallet-help-card span {
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
  }

  .ee-mobile-wallet-help-art {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    color: #147a40;
    opacity: 0.42;
  }

  .ee-mobile-wallet-history-panel {
    padding: 0;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
    overflow: hidden;
  }

  .ee-mobile-wallet-history-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px 8px;
  }

  .ee-mobile-wallet-history-head strong {
    color: #0f172a;
    font-size: 15px;
    font-weight: 830;
  }

  .ee-mobile-wallet-history-head button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 0;
    background: transparent;
    color: #147a40;
    font-size: 12px;
    font-weight: 800;
  }

  .ee-mobile-wallet-history {
    display: grid;
    gap: 0;
  }

  .ee-mobile-wallet-history-row {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
  }

  .ee-mobile-wallet-history-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #edf8f1;
    color: #147a40;
  }

  .ee-mobile-wallet-history-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-wallet-history-copy,
  .ee-mobile-wallet-history-meta {
    min-width: 0;
    display: grid;
    gap: 5px;
  }

  .ee-mobile-wallet-history-row strong {
    color: #0f172a;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 760;
  }

  .ee-mobile-wallet-history-row span {
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
  }

  .ee-mobile-wallet-history-meta {
    justify-items: end;
    text-align: right;
  }

  .ee-mobile-wallet-history-row b {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
  }

  .ee-mobile-wallet-history-row b.is-credit {
    color: #047857;
  }

  .ee-mobile-wallet-history-row b.is-debit {
    color: #b91c1c;
  }

  .ee-mobile-wallet-history-screen {
    gap: 18px;
  }

  .ee-mobile-wallet-history-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    padding: 20px 16px;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.07);
  }

  .ee-mobile-wallet-history-summary-item {
    min-width: 0;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    border-right: 1px solid rgba(148, 163, 184, 0.22);
  }

  .ee-mobile-wallet-history-summary-item:last-child {
    border-right: 0;
  }

  .ee-mobile-wallet-history-summary-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(17, 117, 61, 0.08);
    color: #13733d;
  }

  .ee-mobile-wallet-history-summary-item.is-debit .ee-mobile-wallet-history-summary-icon {
    background: rgba(220, 38, 38, 0.08);
    color: #dc2626;
  }

  .ee-mobile-wallet-history-summary-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-wallet-history-summary-item div {
    min-width: 0;
    display: grid;
    gap: 3px;
  }

  .ee-mobile-wallet-history-summary-item span,
  .ee-mobile-wallet-history-summary-item small {
    color: #64748b;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 650;
  }

  .ee-mobile-wallet-history-summary-item strong {
    min-width: 0;
    color: #0f172a;
    font-size: clamp(16px, 4.6vw, 20px);
    line-height: 1.05;
    font-weight: 800;
    white-space: nowrap;
  }

  .ee-mobile-wallet-history-filters {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
  }

  .ee-mobile-wallet-history-filters button {
    flex: 0 0 auto;
    min-width: 92px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.92);
    color: #475569;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    font-size: 14px;
    font-weight: 720;
  }

  .ee-mobile-wallet-history-filters button.is-active {
    border-color: rgba(17, 117, 61, 0.18);
    background: linear-gradient(180deg, #22945a, #0f733f);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(17, 117, 61, 0.2);
  }

  .ee-mobile-wallet-history-groups {
    display: grid;
    gap: 12px;
  }

  .ee-mobile-wallet-history-date {
    color: #52627a;
    font-size: 15px;
    font-weight: 720;
    margin-top: 2px;
  }

  .ee-mobile-wallet-history-entry {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 15px 16px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
  }

  .ee-mobile-wallet-history-entry-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #edf8f1;
    color: #13733d;
  }

  .ee-mobile-wallet-history-entry-icon.is-packages {
    background: #eef6ff;
    color: #2563eb;
  }

  .ee-mobile-wallet-history-entry-icon.is-promotions {
    background: #f5edff;
    color: #7c3aed;
  }

  .ee-mobile-wallet-history-entry-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-wallet-history-entry-copy,
  .ee-mobile-wallet-history-entry-meta {
    min-width: 0;
    display: grid;
    gap: 6px;
  }

  .ee-mobile-wallet-history-entry-copy strong {
    color: #0f172a;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 780;
  }

  .ee-mobile-wallet-history-entry-copy span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 560;
  }

  .ee-mobile-wallet-history-entry-meta {
    justify-items: end;
    text-align: right;
  }

  .ee-mobile-wallet-history-entry-meta b {
    font-size: 15px;
    line-height: 1.15;
    font-weight: 820;
  }

  .ee-mobile-wallet-history-entry-meta b.is-credit {
    color: #047857;
  }

  .ee-mobile-wallet-history-entry-meta b.is-debit {
    color: #dc2626;
  }

  .ee-mobile-wallet-history-entry-meta small {
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(17, 117, 61, 0.1);
    color: #147a40;
    font-size: 12px;
    font-weight: 760;
  }

  .ee-mobile-wallet-history-entry-meta small.is-processing,
  .ee-mobile-wallet-history-entry-meta small.is-pending {
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
  }

  .ee-mobile-wallet-history-entry-meta small.is-failed,
  .ee-mobile-wallet-history-entry-meta small.is-cancelled {
    background: rgba(220, 38, 38, 0.1);
    color: #b91c1c;
  }

  .ee-mobile-wallet-history-entry-meta a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #147a40;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 780;
    text-decoration: none;
  }

  .ee-mobile-wallet-history-entry-meta a svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  @media (max-width: 390px) {
    .ee-mobile-wallet-history-summary {
      padding: 16px 10px;
    }

    .ee-mobile-wallet-history-summary-item {
      grid-template-columns: 1fr;
      justify-items: center;
      text-align: center;
      gap: 7px;
      padding: 0 6px;
    }

    .ee-mobile-wallet-history-entry {
      grid-template-columns: 48px minmax(0, 1fr);
    }

    .ee-mobile-wallet-history-entry-meta {
      grid-column: 2;
      justify-items: start;
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 7px;
    }
  }

  .ee-mobile-account-status-badge {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(248, 250, 252, 0.94);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
    color: #64748b;
  }

  .ee-mobile-account-status-badge.is-verified {
    border-color: rgba(14, 165, 233, 0.24);
    background: rgba(240, 249, 255, 0.98);
    color: #0369a1;
  }

  .ee-mobile-account-status-icon,
  .ee-mobile-account-status-icon svg {
    width: 18px;
    height: 18px;
    display: inline-flex;
    flex: 0 0 auto;
  }

  .ee-mobile-account-status-icon svg {
    stroke: currentColor;
    fill: none;
    stroke-width: 1.85;
  }

  .ee-mobile-account-status-badge.is-pending {
    border-color: rgba(245, 158, 11, 0.2);
    background: rgba(255, 251, 235, 0.96);
    color: #b45309;
  }

  .ee-mobile-account-status-badge.is-warning {
    border-color: rgba(245, 158, 11, 0.22);
    background: rgba(255, 247, 237, 0.98);
    color: #c2410c;
  }

  .ee-mobile-account-status-badge.is-rejected {
    border-color: rgba(239, 68, 68, 0.16);
    background: rgba(254, 242, 242, 0.96);
    color: #b91c1c;
  }

  .ee-mobile-account-home-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 4px;
  }

  .ee-mobile-account-home-action {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(248, 250, 252, 0.92);
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 0 14px;
  }

  .ee-mobile-account-home-action svg {
    color: #178245;
    flex: 0 0 auto;
  }

  .ee-mobile-account-home-action span {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    line-height: 1.12;
    text-align: center;
  }

  .ee-mobile-account-home-action b {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
  }

  .ee-mobile-account-section--plain {
    gap: 16px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .ee-mobile-account-screen-actions {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
  }

  .ee-mobile-account-empty-note {
    padding: 16px 0 4px;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    text-align: center;
  }

  .ee-mobile-account-mini-action {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(248, 250, 252, 0.92);
    color: #0f172a;
    border-radius: 16px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }

  .ee-mobile-account-mini-action.is-add {
    min-height: auto;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #178245;
    text-decoration: none;
    box-shadow: none;
  }

  .ee-mobile-account-listing-card--managed {
    gap: 14px;
  }

  .ee-mobile-account-listing-foot {
    display: grid;
    gap: 12px;
  }

  .ee-mobile-account-listing-status {
    justify-self: start;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.94);
    border: 1px solid rgba(148, 163, 184, 0.16);
    font-size: 11px;
    font-weight: 700;
    color: #475569;
  }

  .ee-mobile-account-inline-button {
    min-height: 40px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(248, 250, 252, 0.92);
    color: #0f172a;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .ee-mobile-account-inline-button.is-muted {
    color: #64748b;
  }

  .ee-mobile-account-inline-button.is-icon {
    min-width: 40px;
    width: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #178245;
    justify-self: end;
  }

  .ee-mobile-account-inline-button.is-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.9;
  }

  .ee-mobile-account-inline-button.is-icon.is-pulse {
    animation: ee-mobile-call-pulse 2.1s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  }

  .ee-mobile-account-screen {
    display: grid;
    gap: 6px;
  }

  .ee-mobile-account-screen-head {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    align-items: center;
    gap: 12px;
    min-height: 34px;
  }

  .ee-mobile-account-screen-title {
    min-width: 0;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 20px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #0f172a;
    text-align: center;
    justify-self: center;
  }

  .ee-mobile-account-screen-back {
    width: 72px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    padding: 0;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
  }

  .ee-mobile-account-screen-spacer {
    width: 72px;
    height: 34px;
    display: block;
  }

  .ee-mobile-account-verify-panel {
    gap: 14px;
  }

  .ee-mobile-account-profile-screen {
    justify-items: stretch;
  }

	  .ee-mobile-account-profile-headline {
	    display: grid;
	    gap: 8px;
	    justify-items: center;
	    text-align: center;
	  }

	  .ee-mobile-profile-share-button {
	    width: 38px;
	    height: 38px;
	    border-radius: 999px;
	    border: 1px solid rgba(17, 117, 61, 0.14);
	    background: rgba(17, 117, 61, 0.07);
	    color: #11753d;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    justify-self: center;
	  }

	  .ee-mobile-profile-share-button svg {
	    width: 18px;
	    height: 18px;
	    stroke: currentColor;
	    fill: none;
	    stroke-width: 1.8;
	  }

	  .ee-mobile-account-profile-headline--left {
    justify-items: start;
    text-align: left;
  }

  .ee-mobile-account-role-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ee-mobile-account-meta-note {
    font-size: 12px;
    line-height: 1.55;
    color: #64748b;
    text-align: center;
  }

  .ee-mobile-account-profile-headline--left .ee-mobile-account-meta-note {
    text-align: left;
  }

  .ee-mobile-account-role-chip {
    min-height: 44px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(248, 250, 252, 0.92);
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 0 12px;
  }

  .ee-mobile-account-role-chip.is-active {
    border-color: #0f172a;
    background: #0f172a;
    color: #ffffff;
  }

  .ee-mobile-account-data-list {
    display: grid;
    gap: 10px;
  }

  .ee-mobile-account-data-row {
    min-height: 54px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(248, 250, 252, 0.88);
  }

  .ee-mobile-account-data-row span {
    font-size: 12px;
    line-height: 1.4;
    color: #64748b;
  }

  .ee-mobile-account-data-row strong {
    font-size: 13px;
    line-height: 1.4;
    color: #0f172a;
  }

  .ee-mobile-account-verify-list {
    display: grid;
    gap: 10px;
  }

  .ee-mobile-account-verify-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  }

  .ee-mobile-account-verify-item.is-ready {
    border-color: rgba(23, 130, 69, 0.22);
    background: rgba(245, 252, 248, 0.98);
  }

  .ee-mobile-account-verify-copy {
    display: grid;
    gap: 4px;
  }

  .ee-mobile-account-verify-copy strong {
    font-size: 14px;
    line-height: 1.3;
    color: #0f172a;
  }

  .ee-mobile-account-verify-copy span {
    font-size: 12px;
    line-height: 1.45;
    color: #64748b;
  }

  .ee-mobile-account-verify-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }

  .ee-mobile-account-verify-upload {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 14px;
    border: 1px dashed rgba(148, 163, 184, 0.4);
    background: rgba(248, 250, 252, 0.9);
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
  }

  .ee-mobile-account-verify-upload input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
  }

  .ee-mobile-account-news-screen,
  .ee-mobile-account-news-editor {
    gap: 16px;
  }

  .ee-mobile-account-news-stream {
    display: grid;
    gap: 14px;
  }

  .ee-mobile-account-news-card {
    display: grid;
    gap: 14px;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    color: #0f172a;
    text-decoration: none;
  }

  .ee-mobile-account-news-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .ee-mobile-account-news-card-media {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(248, 250, 252, 0.92);
    aspect-ratio: 16 / 10;
  }

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

  .ee-mobile-account-news-card-media.is-empty {
    display: grid;
    place-items: center;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .ee-mobile-account-news-card-copy {
    display: grid;
    gap: 8px;
  }

  .ee-mobile-account-news-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
  }

  .ee-mobile-account-news-card-title {
    display: block;
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #0f172a;
    text-decoration: none;
  }

  .ee-mobile-account-news-card-excerpt {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
  }

  .ee-mobile-account-news-card-actions {
    display: flex;
    justify-content: flex-start;
  }

  .ee-mobile-account-secondary--icon-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .ee-mobile-account-secondary--icon-label svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
  }

  .ee-mobile-account-news-cover-shell {
    display: grid;
    gap: 12px;
  }

  .ee-mobile-account-news-cover-preview {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: rgba(248, 250, 252, 0.92);
  }

  .ee-mobile-account-news-cover-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ee-mobile-account-news-cover-empty {
    min-height: 152px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    padding: 20px;
    border: 1px dashed rgba(148, 163, 184, 0.3);
    background: rgba(248, 250, 252, 0.88);
    color: #64748b;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
  }

  .ee-mobile-account-news-cover-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .ee-mobile-news-cover-upload {
    min-height: 42px;
  }

  .ee-mobile-account-data-list--news-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ee-mobile-account-role-grid--onboarding .ee-mobile-account-role-option {
    min-height: 88px;
    gap: 6px;
    align-content: start;
    padding: 16px;
    border-radius: 20px;
    box-shadow: none;
  }

  .ee-mobile-account-role-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(248, 250, 252, 0.92);
    color: #475569;
  }

  .ee-mobile-account-role-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
  }

  .ee-mobile-account-role-option.is-active .ee-mobile-account-role-icon {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  .ee-mobile-account-avatar-modal {
    position: fixed;
    inset: 0;
    z-index: 70;
  }

  .ee-mobile-account-avatar-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .ee-mobile-account-avatar-modal-dialog {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: grid;
    place-items: center;
    padding: 32px 20px;
  }

  .ee-mobile-account-avatar-modal-close {
    position: absolute;
    top: calc(env(safe-area-inset-top, 0px) + 18px);
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(15, 23, 42, 0.54);
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
  }

  .ee-mobile-account-avatar-modal-media {
    width: min(100%, 420px);
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.34);
  }

	  .ee-mobile-account-avatar-modal-media img {
	    width: 100%;
	    height: auto;
	    display: block;
	  }

	  .ee-mobile-account-avatar-modal-actions {
	    width: min(100%, 420px);
	    margin-top: 14px;
	    display: grid;
	    gap: 10px;
	  }

	  .ee-mobile-account-avatar-modal-action {
	    min-height: 50px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    gap: 10px;
	    border-radius: 18px;
	    border: 1px solid rgba(255, 255, 255, 0.16);
	    background: rgba(255, 255, 255, 0.12);
	    color: #ffffff;
	    font-size: 13px;
	    font-weight: 700;
	    letter-spacing: 0;
	  }

	  .ee-mobile-account-avatar-modal-action.is-story {
	    background: linear-gradient(135deg, rgba(217, 166, 77, 0.28), rgba(185, 114, 85, 0.18));
	  }

	  .ee-mobile-account-avatar-modal-action.is-view-story {
	    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(217, 166, 77, 0.18));
	  }

	  .ee-mobile-account-avatar-modal-action svg {
	    width: 18px;
	    height: 18px;
	    stroke: currentColor;
	    fill: none;
	    stroke-width: 1.8;
	  }

	  .ee-mobile-account-avatar-modal-action input {
	    display: none;
	  }

  .ee-mobile-account-avatar-modal-fallback {
    min-height: 320px;
    display: grid;
    place-items: center;
    color: #ffffff;
  }

  .ee-mobile-account-avatar-modal-fallback .ee-mobile-account-avatar-fallback {
    font-size: 64px;
  }

	  .ee-mobile-story-viewer-root {
	    position: fixed;
	    inset: 0;
	    z-index: 2147483600;
	    pointer-events: none;
	  }

	  .ee-mobile-story-viewer {
	    position: fixed;
	    inset: 0;
	    display: grid;
	    place-items: center;
	    padding: max(12px, env(safe-area-inset-top, 0px)) 12px max(14px, env(safe-area-inset-bottom, 0px));
	    background: rgba(4, 9, 16, 0.88);
	    pointer-events: auto;
	  }

	  .ee-mobile-story-backdrop {
	    position: absolute;
	    inset: 0;
	    backdrop-filter: blur(14px);
	  }

	  .ee-mobile-story-frame {
	    position: relative;
	    --story-bottom-reserve: 88px;
	    width: min(100%, 430px);
	    height: min(100%, 820px);
	    max-height: calc(100vh - max(26px, env(safe-area-inset-top, 0px)) - max(26px, env(safe-area-inset-bottom, 0px)));
	    aspect-ratio: 9 / 16;
	    overflow: hidden;
	    border-radius: 28px;
	    background: #05070b;
	    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.44);
	  }

	  .ee-mobile-story-frame::after {
	    content: "";
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    height: var(--story-bottom-reserve);
	    z-index: 2;
	    pointer-events: none;
	    background: linear-gradient(180deg, rgba(5, 7, 11, 0), #05070b 24%, #05070b 100%);
	  }

	  .ee-mobile-story-progress {
	    position: absolute;
	    top: 10px;
	    left: 12px;
	    right: 12px;
	    z-index: 5;
	    display: flex;
	    gap: 4px;
	  }

	  .ee-mobile-story-progress-item {
	    flex: 1;
	    height: 3px;
	    overflow: hidden;
	    border-radius: 99px;
	    background: rgba(255, 255, 255, 0.32);
	  }

	  .ee-mobile-story-progress-item b {
	    display: block;
	    width: 0;
	    height: 100%;
	    border-radius: inherit;
	    background: #ffffff;
	  }

	  .ee-mobile-story-top {
	    position: absolute;
	    top: 22px;
	    left: 14px;
	    right: 10px;
	    z-index: 6;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    gap: 12px;
	    color: #ffffff;
	    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.36);
	  }

	  .ee-mobile-story-top strong {
	    min-width: 0;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-size: 14px;
	    font-weight: 700;
	  }

	  .ee-mobile-story-owner {
	    min-width: 0;
	    display: flex;
	    align-items: center;
	    gap: 9px;
	  }

	  .ee-mobile-story-owner-text {
	    min-width: 0;
	    display: grid;
	    gap: 2px;
	  }

	  .ee-mobile-story-owner-text small {
	    color: rgba(255, 255, 255, 0.74);
	    font-size: 11px;
	    font-weight: 650;
	    white-space: nowrap;
	  }

	  .ee-mobile-story-owner-avatar {
	    position: relative;
	    width: 34px;
	    height: 34px;
	    flex: 0 0 34px;
	    border-radius: 50%;
	    display: grid;
	    place-items: center;
	    overflow: visible;
	    background: rgba(255, 255, 255, 0.18);
	    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.34);
	  }

	  .ee-mobile-story-owner-avatar img,
	  .ee-mobile-story-owner-avatar > span:first-child {
	    width: 100%;
	    height: 100%;
	    border-radius: inherit;
	    display: grid;
	    place-items: center;
	    object-fit: cover;
	    overflow: hidden;
	    color: #ffffff;
	    font-size: 12px;
	    font-weight: 700;
	  }

	  .ee-mobile-story-top button,
	  .ee-mobile-story-close {
	    width: 38px;
	    height: 38px;
	    border: 0;
	    border-radius: 999px;
	    display: grid;
	    place-items: center;
	    background: rgba(255, 255, 255, 0.16);
	    color: #ffffff;
	    font-size: 28px;
	    line-height: 1;
	  }

	  .ee-mobile-story-close {
	    position: absolute;
	    top: max(16px, env(safe-area-inset-top, 0px));
	    right: 16px;
	    z-index: 3;
	  }

	  .ee-mobile-story-tap-zone {
	    position: absolute;
	    top: 70px;
	    bottom: 92px;
	    z-index: 4;
	    width: 38%;
	    border: 0;
	    background: transparent;
	    padding: 0;
	  }

	  .ee-mobile-story-tap-zone.is-left { left: 0; }
	  .ee-mobile-story-tap-zone.is-right { right: 0; }

	  .ee-mobile-story-media {
	    position: absolute;
	    inset: 0 0 var(--story-bottom-reserve) 0;
	    z-index: 1;
	    width: auto;
	    height: auto;
	    display: grid;
	    place-items: center;
	    background: radial-gradient(circle at center, rgba(255,255,255,0.05), transparent 62%), #05070b;
	  }

	  .ee-mobile-story-media-bg {
	    position: absolute;
	    inset: -24px;
	    background-position: center;
	    background-size: cover;
	    filter: blur(22px);
	    opacity: 0.38;
	    transform: scale(1.04);
	  }

	  .ee-mobile-story-media img,
	  .ee-mobile-story-media video {
	    position: relative;
	    z-index: 1;
	    width: 100%;
	    height: 100%;
	    object-fit: contain;
	    object-position: var(--story-object-x, 50%) var(--story-object-y, 50%);
	    display: block;
	    background: #05070b;
	  }

	  .ee-mobile-story-media.is-cover img,
	  .ee-mobile-story-media.is-cover video {
	    object-fit: cover;
	  }

	  .ee-mobile-story-caption {
	    position: absolute;
	    left: 14px;
	    right: 14px;
	    bottom: calc(var(--story-bottom-reserve) + 10px);
	    z-index: 6;
	    color: #ffffff;
	    font-size: 13px;
	    line-height: 1.45;
	    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
	  }

	  .ee-mobile-story-bottom {
	    position: absolute;
	    left: 12px;
	    right: 12px;
	    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
	    z-index: 7;
	  }

	  .ee-mobile-story-reply {
	    display: grid;
	    grid-template-columns: minmax(0, 1fr) auto;
	    gap: 8px;
	    align-items: center;
	    transition: grid-template-columns 0.16s ease, gap 0.16s ease;
	  }

	  .ee-mobile-story-reply.is-focused {
	    grid-template-columns: minmax(0, 1fr);
	    gap: 0;
	  }

	  .ee-mobile-story-reply-field {
	    position: relative;
	    min-width: 0;
	    display: block;
	  }

	  .ee-mobile-story-reply input {
	    width: 100%;
	    min-height: 46px;
	    border: 1px solid rgba(255, 255, 255, 0.2);
	    border-radius: 999px;
	    padding: 0 16px;
	    background: rgba(255, 255, 255, 0.14);
	    color: #ffffff;
	    outline: none;
	  }

	  .ee-mobile-story-reply.is-focused.has-draft input {
	    padding-right: 64px;
	  }

	  .ee-mobile-story-reply input::placeholder {
	    color: rgba(255, 255, 255, 0.68);
	  }

	  .ee-mobile-story-reply button,
	  .ee-mobile-story-delete,
	  .ee-mobile-story-share {
	    min-height: 46px;
	    border: 0;
	    border-radius: 999px;
	    padding: 0 16px;
	    background: #11753d;
	    color: #ffffff;
	    font-size: 13px;
	    font-weight: 800;
	  }

	  .ee-mobile-story-delete {
	    background: rgba(255, 255, 255, 0.16);
	  }

	  .ee-mobile-story-share {
	    width: 46px;
	    padding: 0;
	    display: grid;
	    place-items: center;
	    background: rgba(255, 255, 255, 0.16);
	    transition: opacity 0.14s ease, transform 0.14s ease;
	  }

	  .ee-mobile-story-reply.is-focused .ee-mobile-story-share {
	    display: none;
	  }

	  .ee-mobile-story-send {
	    position: absolute;
	    top: 50%;
	    right: 5px;
	    width: 46px;
	    min-height: 34px !important;
	    height: 34px;
	    padding: 0 !important;
	    display: none;
	    place-items: center;
	    transform: translateY(-50%);
	    background: #11753d !important;
	    box-shadow: 0 10px 24px rgba(17, 117, 61, 0.28);
	  }

	  .ee-mobile-story-reply.is-focused.has-draft .ee-mobile-story-send {
	    display: grid;
	  }

	  .ee-mobile-story-share svg,
	  .ee-mobile-story-views svg,
	  .ee-mobile-story-send svg {
	    width: 19px;
	    height: 19px;
	    fill: none;
	    stroke: currentColor;
	    stroke-width: 1.8;
	    stroke-linecap: round;
	    stroke-linejoin: round;
	  }

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

	  .ee-mobile-story-views {
	    min-height: 46px;
	    min-width: 70px;
	    padding: 0 12px;
	    border-radius: 999px;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    gap: 6px;
	    background: rgba(255, 255, 255, 0.14);
	    color: #ffffff;
	    font-size: 13px;
	    font-weight: 700;
	  }

	  .ee-mobile-story-state {
	    position: relative;
	    z-index: 2;
	    min-height: 180px;
	    width: min(86vw, 360px);
	    display: grid;
	    place-items: center;
	    gap: 14px;
	    color: #ffffff;
	    text-align: center;
	  }

	  .ee-mobile-story-spinner {
	    width: 36px;
	    height: 36px;
	    border-radius: 50%;
	    border: 3px solid rgba(255, 255, 255, 0.22);
	    border-top-color: #ffffff;
	    animation: ee-mobile-story-spin 0.82s linear infinite;
	  }

	  @keyframes ee-mobile-story-spin {
	    to { transform: rotate(360deg); }
	  }

  .ee-mobile-account-check {
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
  }

  .ee-mobile-account-check input {
    margin-top: 0;
  }

  @media (max-width: 560px) {
    .ee-mobile-account-hero-main,
    .ee-mobile-account-hero-actions {
      grid-template-columns: minmax(0, 1fr);
    }

    .ee-mobile-account-segments {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ee-mobile-account-section-actions {
      grid-template-columns: minmax(0, 1fr);
    }

    .ee-mobile-account-stat-grid,
    .ee-mobile-account-field-grid {
      grid-template-columns: minmax(0, 1fr);
    }

    .ee-mobile-account-home-actions,
    .ee-mobile-account-role-switch {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  .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-draft-reminder {
    position: fixed;
    inset: 0;
    z-index: 68;
    display: grid;
    place-items: center;
    padding: 24px;
  }

  .ee-mobile-draft-reminder-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.26);
    backdrop-filter: blur(8px);
  }

  .ee-mobile-draft-reminder-card {
    position: relative;
    z-index: 1;
    width: min(100%, 360px);
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
  }

  .ee-mobile-draft-reminder-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    font-size: 22px;
    line-height: 1;
  }

  .ee-mobile-draft-reminder-media {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 20px;
    background: #f1f5f9;
  }

  .ee-mobile-draft-reminder-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ee-mobile-draft-reminder-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #0f172a;
  }

  .ee-mobile-draft-reminder-fallback svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
  }

  .ee-mobile-draft-reminder-copy {
    display: grid;
    gap: 6px;
  }

  .ee-mobile-draft-reminder-copy strong {
    max-width: calc(100% - 38px);
    color: #0f172a;
    font-size: 17px;
    line-height: 1.25;
  }

  .ee-mobile-draft-reminder-copy span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
  }

  .ee-mobile-draft-reminder-copy p {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
  }

  .ee-mobile-draft-reminder-actions {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 10px;
  }

  .ee-mobile-draft-reminder-actions .ee-mobile-account-primary,
  .ee-mobile-draft-reminder-actions .ee-mobile-account-secondary {
    min-height: 48px;
    letter-spacing: 0.08em;
    white-space: normal;
    text-align: center;
  }

  .ee-mobile-click-payment-sheet {
    position: fixed;
    inset: 0;
    z-index: 69;
    display: grid;
    align-items: end;
    padding: 16px;
    padding-bottom: max(18px, env(safe-area-inset-bottom, 0px));
  }

  .ee-mobile-click-payment-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.32);
    backdrop-filter: blur(8px);
  }

  .ee-mobile-click-payment-card {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    width: min(100%, 440px);
    margin: 0 auto;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.24);
  }

  .ee-mobile-click-payment-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    font-size: 22px;
    line-height: 1;
  }

  .ee-mobile-click-payment-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(22, 132, 73, 0.1);
    color: #178245;
  }

  .ee-mobile-click-payment-icon.is-click {
    background: rgba(0, 174, 239, 0.1);
  }

  .ee-mobile-click-payment-icon.is-click .ee-mobile-click-logo {
    width: 36px;
    height: 36px;
  }

  .ee-mobile-click-payment-icon svg,
  .ee-mobile-click-payment-primary svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-click-payment-copy {
    display: grid;
    gap: 7px;
    padding-right: 34px;
  }

  .ee-mobile-click-payment-copy strong {
    color: #0f172a;
    font-size: 20px;
    font-weight: 750;
    letter-spacing: 0;
  }

  .ee-mobile-click-payment-copy p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
  }

  .ee-mobile-click-payment-primary {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    background: #00aeef;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
  }

  .ee-mobile-click-payment-primary .ee-mobile-click-logo {
    width: 24px;
    height: 24px;
  }

  .ee-mobile-click-payment-secondary {
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    font-size: 13px;
    font-weight: 750;
  }

  .ee-mobile-bottom-nav {
    position: fixed;
    left: max(8px, env(safe-area-inset-left, 0px));
    right: max(8px, env(safe-area-inset-right, 0px));
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    padding: 7px 8px 6px;
    border: 1px solid rgba(205, 196, 187, 0.9);
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
      0 -14px 34px rgba(15, 23, 42, 0.18),
      0 18px 36px rgba(100, 83, 63, 0.16);
    border-radius: 24px;
  }

  .ee-mobile-nav-button {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    gap: 3px;
    padding: 3px 2px 2px;
    border: 0;
    background: transparent;
    color: rgba(24, 24, 24, 0.72);
    border-radius: 16px;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .ee-mobile-nav-button-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    text-align: center;
  }

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

  .ee-mobile-nav-button-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

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

  .ee-mobile-nav-button--submit {
    color: #11753d;
    transform: translateY(-8px);
  }

  .ee-mobile-nav-button--submit .ee-mobile-nav-button-label {
    margin-top: -1px;
    color: #11753d;
    font-weight: 700;
  }

  .ee-mobile-nav-submit-orb {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #24945b, #0f733f);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(17, 117, 61, 0.32);
  }

  .ee-mobile-nav-submit-orb svg {
    width: 27px;
    height: 27px;
    stroke-width: 2.2;
  }

  .ee-mobile-nav-button-dot {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.96);
    opacity: 0;
    transform: scale(0.72);
    transform-origin: 100% 0;
    transition: opacity 0.18s ease, transform 0.18s ease;
    pointer-events: none;
  }

  .ee-mobile-nav-button.has-unread .ee-mobile-nav-button-dot {
    opacity: 1;
    transform: scale(1);
  }

  .ee-mobile-nav-button-badge {
    position: absolute;
    top: -8px;
    right: -12px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #dc2626;
    color: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.96);
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    transform-origin: 50% 50%;
    animation: ee-mobile-badge-nudge 2.8s ease-in-out infinite;
  }

  .ee-mobile-nav-button-badge[hidden] {
    display: none !important;
  }

  @keyframes ee-mobile-badge-nudge {
    0%, 84%, 100% { transform: translateX(0) scale(1); }
    88% { transform: translateX(-1px) scale(1.05); }
    92% { transform: translateX(1px) scale(1.05); }
    96% { transform: translateX(0) scale(1); }
  }

  .ee-mobile-message-alert-region {
    position: fixed;
    top: max(10px, env(safe-area-inset-top, 0px));
    left: max(12px, env(safe-area-inset-left, 0px));
    right: max(12px, env(safe-area-inset-right, 0px));
    z-index: 72;
    pointer-events: none;
  }

  .ee-mobile-message-alert {
    min-height: 62px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 8px;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.2);
    pointer-events: auto;
    animation: ee-mobile-alert-in 0.24s ease-out both;
  }

  @keyframes ee-mobile-alert-in {
    from { opacity: 0; transform: translateY(-12px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .ee-mobile-message-alert-main {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    border: 0;
    background: transparent;
    padding: 0;
    color: #0f172a;
    text-align: left;
  }

  .ee-mobile-message-alert-copy {
    min-width: 0;
    display: grid;
    gap: 3px;
  }

  .ee-mobile-message-alert-copy strong,
  .ee-mobile-message-alert-copy span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ee-mobile-message-alert-copy strong {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
  }

  .ee-mobile-message-alert-copy span {
    color: #64748b;
    font-size: 12px;
    line-height: 1.3;
  }

  .ee-mobile-message-alert-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    font-size: 22px;
    line-height: 1;
  }

  .ee-mobile-section--messages {
    padding-top: 4px;
  }

  .ee-mobile-messages-root,
  .ee-mobile-messages-shell,
  .ee-mobile-messages-thread {
    display: grid;
    gap: 12px;
  }

  .ee-mobile-messages-empty {
    display: grid;
    gap: 10px;
    padding: 22px 18px 10px;
    text-align: center;
  }

  .ee-mobile-messages-head {
    display: grid;
    gap: 6px;
    padding-inline: 2px;
  }

  .ee-mobile-messages-list {
    display: grid;
    gap: 0;
  }

  .ee-mobile-message-thread-card {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 14px 6px;
    border: 0;
    border-bottom: 1px solid rgba(188, 178, 166, 0.22);
    background: transparent;
    border-radius: 0;
    text-align: left;
    color: #0f172a;
    box-shadow: none;
  }

  .ee-mobile-messages-list .ee-mobile-message-thread-card:first-child {
    border-top: 1px solid rgba(188, 178, 166, 0.22);
  }

  .ee-mobile-message-thread-main {
    min-width: 0;
    display: grid;
    gap: 2px;
  }

  .ee-mobile-message-thread-line {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  .ee-mobile-message-thread-line strong,
  .ee-mobile-message-thread-listing-title,
  .ee-mobile-message-thread-preview {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ee-mobile-message-thread-line strong {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .ee-mobile-message-thread-listing-title {
    color: rgba(51, 65, 85, 0.82);
    font-size: 12px;
    font-weight: 600;
  }

  .ee-mobile-message-thread-preview,
  .ee-mobile-message-thread-time {
    color: rgba(71, 85, 105, 0.78);
    font-size: 11px;
    line-height: 1.35;
  }

  .ee-mobile-message-thread-time {
    white-space: nowrap;
    align-self: start;
  }

  .ee-mobile-message-thread-badge {
    min-width: 18px;
    height: 18px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(220, 38, 38, 0.12);
    color: #dc2626;
    font-size: 10px;
    font-weight: 700;
  }

  .ee-mobile-message-thread-status {
    color: #dc2626;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ee-mobile-messages-avatar {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.04em;
  }

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

  .ee-mobile-messages-avatar-support {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #0f8b4c;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
  }

  .ee-mobile-messages-avatar.is-small {
    width: 46px;
    height: 46px;
    font-size: 14px;
  }

  .ee-mobile-messages-thread-top {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  .ee-mobile-messages-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    background: transparent;
    color: #334155;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .ee-mobile-messages-back svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
  }

  .ee-mobile-messages-thread-listing {
    min-width: 0;
    color: #0f172a;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ee-mobile-messages-thread-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(188, 178, 166, 0.22);
    background: rgba(255, 255, 255, 0.94);
    border-radius: 24px;
  }

  .ee-mobile-messages-thread-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
  }

  .ee-mobile-messages-thread-name {
    font-size: 17px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0f172a;
  }

  .ee-mobile-messages-thread-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: rgba(71, 85, 105, 0.82);
    font-size: 12px;
    line-height: 1.35;
  }

  .ee-mobile-messages-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #1494e2;
    font-weight: 600;
  }

  .ee-mobile-messages-badge svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.8;
  }

  .ee-mobile-messages-search {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 18px;
    border: 1px solid rgba(188, 178, 166, 0.2);
    background: rgba(255, 255, 255, 0.9);
  }

  .ee-mobile-messages-search-icon {
    width: 18px;
    height: 18px;
    color: rgba(71, 85, 105, 0.78);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ee-mobile-messages-search-icon svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
  }

  .ee-mobile-messages-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    padding: 0;
    outline: none;
    background: transparent;
    color: #0f172a;
    font: inherit;
  }

  .ee-mobile-messages-search input::placeholder {
    color: rgba(71, 85, 105, 0.7);
  }

  .ee-mobile-messages-stream {
    display: grid;
    gap: 10px;
  }

  .ee-mobile-message-context-card {
    display: grid;
    gap: 3px;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid rgba(188, 178, 166, 0.18);
    background: rgba(250, 247, 242, 0.86);
    color: #0f172a;
    text-decoration: none;
  }

  .ee-mobile-message-context-label {
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(71, 85, 105, 0.72);
  }

  .ee-mobile-message-context-title {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .ee-mobile-message-context-meta {
    color: rgba(71, 85, 105, 0.78);
    font-size: 11px;
    line-height: 1.35;
  }

  .ee-mobile-message-bubble {
    max-width: 88%;
    display: grid;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 18px 18px 18px 8px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(188, 178, 166, 0.2);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
  }

  .ee-mobile-message-bubble.is-own {
    margin-left: auto;
    border-radius: 18px 18px 8px 18px;
    background: rgba(236, 246, 255, 0.98);
    border-color: rgba(20, 148, 226, 0.18);
  }

  .ee-mobile-message-bubble-body {
    font-size: 14px;
    line-height: 1.52;
    color: #0f172a;
    white-space: pre-wrap;
  }

  .ee-mobile-message-story-context {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 6px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.05);
  }

  .ee-mobile-message-bubble.is-own .ee-mobile-message-story-context {
    background: rgba(255, 255, 255, 0.5);
  }

  .ee-mobile-message-story-thumb {
    width: 42px;
    height: 54px;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(17, 117, 61, 0.18), rgba(15, 23, 42, 0.12));
    color: #11753d;
    font-size: 11px;
    font-weight: 900;
  }

  .ee-mobile-message-story-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ee-mobile-message-story-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
  }

  .ee-mobile-message-story-copy span {
    color: rgba(71, 85, 105, 0.78);
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 800;
  }

  .ee-mobile-message-story-copy strong {
    min-width: 0;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ee-mobile-message-bubble-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .ee-mobile-message-bubble-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    min-width: 0;
  }

  .ee-mobile-message-bubble-time,
  .ee-mobile-messages-empty-note,
  .ee-mobile-message-bubble-action {
    color: rgba(71, 85, 105, 0.74);
    font-size: 11px;
    line-height: 1.35;
  }

  .ee-mobile-message-bubble-action {
    border: 0;
    background: transparent;
    padding: 0;
    font-weight: 700;
  }

  .ee-mobile-message-read-label {
    color: #dc2626;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 700;
    white-space: nowrap;
  }

  .ee-mobile-message-reply-quote {
    display: grid;
    gap: 3px;
    padding-left: 10px;
    border-left: 2px solid rgba(20, 148, 226, 0.34);
  }

  .ee-mobile-message-reply-label {
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(20, 148, 226, 0.9);
    font-weight: 700;
  }

  .ee-mobile-message-reply-text {
    font-size: 12px;
    line-height: 1.4;
    color: rgba(15, 23, 42, 0.78);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ee-mobile-messages-compose {
    display: grid;
    gap: 10px;
    align-items: end;
  }

  .ee-mobile-messages-compose-reply {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid rgba(188, 178, 166, 0.18);
    background: rgba(255, 255, 255, 0.9);
  }

  .ee-mobile-message-reply-cancel {
    border: 0;
    background: transparent;
    padding: 0;
    color: rgba(71, 85, 105, 0.78);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
  }

  .ee-mobile-messages-compose-field textarea {
    width: 100%;
    min-height: 96px;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
    resize: vertical;
    outline: none;
    font: inherit;
    color: #0f172a;
  }

  @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-swipe-hint {
    0% {
      transform: translateX(0);
      opacity: 0.7;
    }

    48% {
      transform: translateX(-10px);
      opacity: 1;
    }

    100% {
      transform: translateX(0);
      opacity: 0.88;
    }
  }

  @keyframes ee-mobile-premium-border-orbit {
    0% {
      --ee-premium-border-angle: 0deg;
    }

    100% {
      --ee-premium-border-angle: 360deg;
    }
  }

  @keyframes ee-mobile-premium-badge-glow {
    0%, 100% {
      opacity: 0.42;
      transform: scale(0.96);
    }

    50% {
      opacity: 0.82;
      transform: scale(1.08);
    }
  }

  @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: 170px;
    max-width: 230px;
  }

  .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;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .ee-mobile-profile-map-picker {
    width: 100%;
    height: clamp(340px, 48vh, 430px);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 18px;
    background: #eef2f7;
  }

  .ee-mobile-profile-map-picker.is-loading {
    background:
      linear-gradient(90deg, rgba(226, 232, 240, 0.92), rgba(248, 250, 252, 0.92), rgba(226, 232, 240, 0.92));
    background-size: 220% 100%;
    animation: ee-mobile-map-loading 1.2s ease-in-out infinite;
  }

  .ee-mobile-profile-map-status {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(44, 139, 84, 0.16);
    border-radius: 14px;
    background: rgba(240, 253, 244, 0.84);
    color: #235d43;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
  }

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

  .ee-mobile-map .leaflet-control-attribution {
    margin-left: 7px;
    margin-bottom: calc(env(safe-area-inset-bottom, 0px) + 6px);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.64);
    color: rgba(51, 65, 85, 0.66);
    font-size: 9px;
    line-height: 1.15;
    box-shadow: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .ee-mobile-map .leaflet-control-attribution a {
    color: rgba(17, 117, 61, 0.72);
  }

  @keyframes ee-mobile-progress {
    0% {
      transform: translateX(-110%);
    }
    50% {
      transform: translateX(80%);
    }
    100% {
      transform: translateX(250%);
    }
  }

  @keyframes ee-mobile-map-loading {
    0% {
      background-position: 100% 0;
    }
    100% {
      background-position: -100% 0;
    }
  }

  .ee-mobile-ai-search-root {
    position: fixed;
    right: 18px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 112px);
    z-index: 88;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    pointer-events: none;
  }

  .ee-mobile-ai-bubble-wrap {
    display: flex;
    align-items: center;
    gap: 9px;
    pointer-events: auto;
    transform: translateZ(0);
    touch-action: none;
    contain: layout paint;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
  }

  .ee-mobile-ai-bubble,
  .ee-mobile-ai-text-panel {
    pointer-events: auto;
  }

  .ee-mobile-ai-bubble {
    position: relative;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #11753d, #0f733f);
    box-shadow: 0 18px 34px rgba(15, 115, 63, 0.28);
    cursor: pointer;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
    animation: ee-mobile-ai-breathe 2.7s ease-in-out infinite;
    transform-origin: 50% 50%;
    transform: translateZ(0) scale(calc(1 + (var(--ai-level, 0) * 0.08)));
    transition: transform 260ms cubic-bezier(.2,.8,.2,1), box-shadow 220ms ease, background 220ms ease;
    overflow: hidden;
  }

  .ee-mobile-ai-bubble,
  .ee-mobile-ai-bubble-wrap,
  .ee-mobile-ai-bubble-label,
  .ee-mobile-ai-bubble * {
    -webkit-touch-callout: none !important;
    -webkit-user-drag: none !important;
    -webkit-tap-highlight-color: transparent;
    user-select: none !important;
    -webkit-user-select: none !important;
  }

  .ee-mobile-ai-bubble * {
    pointer-events: none;
  }

  .ee-mobile-ai-bubble::after {
    content: "";
    position: absolute;
    inset: -42%;
    background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.34) 48%, transparent 60%);
    transform: translateX(-78%) rotate(10deg);
    animation: ee-mobile-ai-glint 4.8s ease-in-out infinite;
    pointer-events: none;
  }

  .ee-mobile-ai-bubble svg {
    width: 26px;
    height: 26px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ee-mobile-ai-bubble-ring {
    position: absolute;
    inset: -7px;
    border-radius: inherit;
    border: 1px solid rgba(17, 117, 61, 0.26);
    opacity: 0.72;
    transform: scale(calc(1 + (var(--ai-level, 0) * 0.13)));
    transition: transform 280ms cubic-bezier(.2,.8,.2,1), inset 280ms cubic-bezier(.2,.8,.2,1), opacity 220ms ease;
    animation: ee-mobile-ai-idle 2.5s ease-in-out infinite;
  }

  .ee-mobile-ai-bubble.is-starting .ee-mobile-ai-bubble-ring,
  .ee-mobile-ai-bubble.is-recording .ee-mobile-ai-bubble-ring {
    inset: calc(-4px - (var(--ai-level, 0) * 9px));
    border-color: rgba(17, 117, 61, 0.42);
    transform: scale(calc(1.18 + (var(--ai-level, 0) * 0.22)));
    animation-duration: 950ms;
  }

  .ee-mobile-ai-bubble.is-starting,
  .ee-mobile-ai-bubble.is-recording {
    animation: none;
    background: linear-gradient(135deg, #2bbd72, #159658);
    box-shadow: 0 20px 40px rgba(15, 115, 63, 0.32), 0 0 0 calc(2px + (var(--ai-level, 0) * 6px)) rgba(17, 117, 61, 0.08);
    transform: translateZ(0) scale(calc(1.6 + (var(--ai-level, 0) * 0.12)));
  }

  .ee-mobile-ai-bubble.is-starting svg rect,
  .ee-mobile-ai-bubble.is-recording svg rect {
    fill: currentColor;
    stroke: none;
  }

  .ee-mobile-ai-bubble.is-blip {
    animation: ee-mobile-ai-blip 170ms ease-out 1;
  }

  .ee-mobile-ai-bubble-core {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    transform: scale(calc(1 + (var(--ai-level, 0) * 0.06)));
    transition: transform 260ms cubic-bezier(.2,.8,.2,1);
  }

  .ee-mobile-ai-bubble-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 138px;
    min-width: 76px;
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #0f172a;
    border: 1px solid rgba(17, 117, 61, 0.08);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .ee-mobile-ai-mini-dots,
  .ee-mobile-ai-loading-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .ee-mobile-ai-mini-dots i,
  .ee-mobile-ai-loading-dots span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    animation: ee-mobile-ai-dot 920ms ease-in-out infinite;
  }

  .ee-mobile-ai-mini-dots i:nth-child(2),
  .ee-mobile-ai-loading-dots span:nth-child(2) {
    animation-delay: 120ms;
  }

  .ee-mobile-ai-mini-dots i:nth-child(3),
  .ee-mobile-ai-loading-dots span:nth-child(3) {
    animation-delay: 240ms;
  }

  .ee-mobile-ai-text-panel {
    width: min(318px, calc(100vw - 32px));
    padding: 12px;
    border: 1px solid rgba(15, 115, 63, 0.15);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
  }

  .ee-mobile-ai-text-panel label {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
  }

  .ee-mobile-ai-text-panel textarea {
    width: 100%;
    resize: none;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    padding: 10px 11px;
    font: inherit;
    font-size: 13px;
    outline: none;
  }

  .ee-mobile-ai-text-panel textarea:focus {
    border-color: rgba(17, 117, 61, 0.42);
    box-shadow: 0 0 0 3px rgba(17, 117, 61, 0.1);
  }

  .ee-mobile-ai-text-panel p {
    margin: 7px 0 0;
    color: #b42318;
    font-size: 11px;
    font-weight: 650;
  }

  .ee-mobile-ai-text-panel div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 10px;
  }

  .ee-mobile-ai-text-panel button {
    min-height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(15, 115, 63, 0.18);
    background: #fff;
    color: #0f733f;
    font-weight: 800;
  }

  .ee-mobile-ai-text-panel button[type="submit"] {
    border-color: transparent;
    background: #11753d;
    color: #fff;
  }

  .ee-mobile-ai-loading,
  .ee-mobile-ai-result-head {
    background: transparent;
    box-shadow: none;
  }

  .ee-mobile-ai-loading {
    display: grid;
    place-items: center;
    min-height: 180px;
    color: #11753d;
    gap: 10px;
  }

  .ee-mobile-ai-loading-dots span {
    width: 13px;
    height: 13px;
    color: #11753d;
  }

  .ee-mobile-ai-loading-title {
    color: #0f172a;
    font-size: 14px;
    font-weight: 500;
  }

  .ee-mobile-ai-result-head {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  }

  .ee-mobile-ai-result-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(17, 117, 61, 0.1);
    color: #11753d;
  }

  .ee-mobile-ai-result-icon svg {
    width: 19px;
    height: 19px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
  }

  .ee-mobile-ai-result-copy {
    display: grid;
    gap: 5px;
    color: #0f172a;
  }

  .ee-mobile-ai-result-transcript {
    min-width: 0;
    width: 100%;
    border: 0;
    border: 0;
    background: transparent;
    padding: 0;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ee-mobile-ai-result-transcript.is-expanded {
    white-space: normal;
    overflow: visible;
  }

  .ee-mobile-ai-result-copy small {
    color: #64748b;
    font-size: 11px;
    font-weight: 650;
  }

  .ee-mobile-ai-result-count {
    color: #64748b;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
  }

  .ee-mobile-ai-result-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .ee-mobile-ai-result-actions button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    padding: 5px 2px;
    border: 0;
    background: transparent;
    color: #11753d;
    font-size: 12px;
    font-weight: 750;
  }

  .ee-mobile-ai-result-actions svg {
    width: 15px;
    height: 15px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
  }

  @keyframes ee-mobile-ai-breathe {
    0%, 100% {
      box-shadow: 0 18px 34px rgba(15, 115, 63, 0.24);
    }
    50% {
      box-shadow: 0 20px 42px rgba(15, 115, 63, 0.34);
    }
  }

  @keyframes ee-mobile-ai-blip {
    0% {
      transform: translateZ(0) scale(1);
    }
    55% {
      transform: translateZ(0) scale(1.16);
    }
    100% {
      transform: translateZ(0) scale(1);
    }
  }

  .ee-mobile-ai-listing-root {
    position: fixed;
    inset: 0;
    z-index: 160;
    pointer-events: none;
  }

  .ee-mobile-ai-listing-root:empty {
    display: none;
  }

  .ee-mobile-ai-listing-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 11, 22, 0.46);
    backdrop-filter: blur(10px);
    pointer-events: auto;
  }

  .ee-mobile-ai-listing-sheet {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
    max-height: min(88vh, 760px);
    overflow: auto;
    border-radius: 28px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(4, 11, 22, 0.28);
    pointer-events: auto;
  }

  .ee-mobile-ai-listing-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 50%;
    background: #fff;
    color: #0f172a;
    font-size: 24px;
  }

  .ee-mobile-ai-listing-kicker {
    color: #11753d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ee-mobile-ai-listing-sheet h3 {
    margin: 0 44px 16px 0;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.12;
  }

  .ee-mobile-ai-listing-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ee-mobile-ai-listing-choice-grid button {
    min-height: 140px;
    border: 1px solid rgba(17, 117, 61, 0.16);
    border-radius: 22px;
    background: #fbfdfb;
    color: #0f172a;
    text-align: left;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .ee-mobile-ai-listing-choice-grid svg {
    width: 28px;
    height: 28px;
    color: #11753d;
  }

  .ee-mobile-ai-listing-choice-grid strong {
    font-size: 17px;
    line-height: 1.15;
  }

  .ee-mobile-ai-listing-choice-grid span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.35;
  }

  .ee-mobile-ai-listing-head {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding-right: 42px;
  }

  .ee-mobile-ai-listing-wave {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3px;
    border-radius: 0;
    background: transparent;
    color: #11753d;
    font-weight: 900;
    overflow: visible;
  }

  .ee-mobile-ai-listing-wave i {
    display: block;
    width: 1.7px;
    height: calc(4px + (var(--bar-level, 0.02) * 68px));
    min-height: 4px;
    max-height: 74px;
    border-radius: 999px;
    background: linear-gradient(180deg, #20b86a 0%, #11753d 100%);
    box-shadow: 0 6px 14px rgba(17, 117, 61, 0.12);
    transform: translateZ(0);
    transform-origin: center;
    transition: height 86ms linear, opacity 140ms ease-out;
    opacity: calc(0.34 + (var(--bar-level, 0.02) * 0.58));
  }

  .ee-mobile-ai-listing-connect-dots {
    width: 92px;
    height: 92px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #11753d;
  }

  .ee-mobile-ai-listing-connect-dots span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: currentColor;
    animation: ee-mobile-ai-dot 920ms ease-in-out infinite;
  }

  .ee-mobile-ai-listing-connect-dots span:nth-child(2) {
    animation-delay: 120ms;
  }

  .ee-mobile-ai-listing-connect-dots span:nth-child(3) {
    animation-delay: 240ms;
  }

  .ee-mobile-ai-listing-head h3 {
    margin-bottom: 4px;
  }

  .ee-mobile-ai-listing-head p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
  }

  .ee-mobile-ai-listing-progress {
    position: relative;
    margin: 18px 0 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    color: #64748b;
    font-size: 13px;
  }

  .ee-mobile-ai-listing-progress::after,
  .ee-mobile-ai-listing-progress b {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    height: 5px;
    border-radius: 999px;
    background: rgba(17, 117, 61, 0.12);
  }

  .ee-mobile-ai-listing-progress b {
    right: auto;
    background: #11753d;
    z-index: 1;
  }

  .ee-mobile-ai-listing-summary {
    display: grid;
    gap: 8px;
  }

  .ee-mobile-ai-listing-row {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  }

  .ee-mobile-ai-listing-row span,
  .ee-mobile-ai-listing-empty {
    color: #64748b;
    font-size: 13px;
    line-height: 1.35;
  }

  .ee-mobile-ai-listing-row strong {
    min-width: 0;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .ee-mobile-ai-listing-row.is-empty strong {
    color: #94a3b8;
    font-weight: 600;
  }

  .ee-mobile-ai-listing-row.is-required-empty strong {
    color: #b45309;
  }

  .ee-mobile-ai-listing-row.is-filled span::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 6px;
    border-radius: 999px;
    background: #11753d;
    vertical-align: 1px;
  }

  .ee-mobile-ai-listing-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .ee-mobile-ai-listing-actions .ee-mobile-account-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .ee-mobile-ai-listing-actions .ee-mobile-account-secondary svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }

  @keyframes ee-mobile-ai-glint {
    0%, 62%, 100% {
      transform: translateX(-78%) rotate(10deg);
      opacity: 0;
    }
    72% {
      opacity: 0.8;
    }
    84% {
      transform: translateX(76%) rotate(10deg);
      opacity: 0;
    }
  }

  @keyframes ee-mobile-ai-idle {
    0%, 100% {
      transform: scale(0.92);
      opacity: 0.48;
    }
    50% {
      transform: scale(1.08);
      opacity: 0.82;
    }
  }

  @keyframes ee-mobile-ai-dot {
    0%, 100% {
      transform: translateY(0);
      opacity: 0.42;
    }
    50% {
      transform: translateY(-4px);
      opacity: 1;
    }
  }

  @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-listing-choice-grid--numbers {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ee-mobile-listing-choice-grid--floor {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ee-mobile-listing-flow-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);
    }
  }
}
