#appPage #overlayMobileRoot .om-places-panel,
#appPage #overlayMobileRoot .om-dest-foot {
  --om-places-card-bg: var(--om-surface-2, #f1f3f6);
  --om-places-card-bg-soft: var(--om-surface, #f8f9fb);
  --om-places-card-border: var(--om-line-strong, #e0e0e0);
  --om-places-card-title: var(--wz-black, #0f172a);
  --om-places-card-muted: var(--wz-gray-700, #757575);
  --om-places-card-thumb: var(--cj-surface-3, #e8eaed);
}

#appPage #overlayMobileRoot .om-sheet__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#appPage #overlayMobileRoot .om-search {
  order: 0;
  min-height: 56px;
  padding: 8px 12px 8px 18px;
}

#appPage #overlayMobileRoot .om-search__input {
  height: 48px;
  min-height: 48px;
  line-height: 48px;
  font-size: 16px;
}

#appPage #overlayMobileRoot .om-places-panel {
  --om-card-w: 196px;
  --om-card-h: 186px;
  order: 1;
  flex: 0 0 auto;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  box-sizing: border-box;
  min-height: var(--om-card-h);
}

#appPage #overlayMobileRoot .om-places-panel.is-visible {
  opacity: 1;
  max-height: calc(var(--om-card-h) + 28px);
  overflow: visible;
}

#appPage #overlayMobileRoot .om-places-panel.is-visible:not(.is-idle):not(.is-pending) {
  padding-top: 4px;
}

#appPage #overlayMobileRoot .om-places-panel.is-idle,
#appPage #overlayMobileRoot .om-places-panel.is-pending {
  min-height: var(--om-card-h);
  max-height: calc(var(--om-card-h) + 28px);
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible:not(.is-empty)) .om-places-panel.is-idle,
#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible:not(.is-empty)) .om-places-panel.is-pending {
  margin-top: 6px;
  margin-bottom: 0;
  min-height: var(--om-card-h);
  max-height: calc(var(--om-card-h) + 28px);
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible:not(.is-empty)) .om-places-panel.is-idle .om-places-rail-w--full,
#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible:not(.is-empty)) .om-places-panel.is-pending .om-places-rail-w--full {
  padding-bottom: 3px;
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible:not(.is-empty)) .om-places-panel.is-idle .om-places-rail--slot,
#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible:not(.is-empty)) .om-places-panel.is-pending .om-places-rail--slot {
  padding-bottom: 3px;
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible:not(.is-empty)) .om-sheet__header {
  padding-bottom: 3px;
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible:not(.is-empty)) .om-sheet__body--dest-foot {
  padding-top: 0;
  padding-bottom: 8px;
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible:not(.is-empty)) .om-dest-foot.is-visible {
  min-height: calc(var(--om-dest-mini-h) + 4px);
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible:not(.is-empty)) .om-dest-rail-w {
  padding-top: 0;
  padding-bottom: 4px;
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible.is-empty) .om-places-panel.is-idle,
#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible.is-empty) .om-places-panel.is-pending {
  margin-top: 6px;
  margin-bottom: 0;
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible.is-empty) .om-places-panel.is-idle .om-places-rail-w--full,
#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible.is-empty) .om-places-panel.is-pending .om-places-rail-w--full {
  padding-bottom: 6px;
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible.is-empty) .om-places-panel.is-idle .om-places-rail--slot,
#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible.is-empty) .om-places-panel.is-pending .om-places-rail--slot {
  padding-bottom: 6px;
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible.is-empty) .om-sheet__header {
  padding-bottom: 3px;
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible.is-empty) .om-sheet__body--dest-foot {
  padding-top: 5px;
  padding-bottom: 8px;
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible.is-empty) .om-dest-foot.is-empty {
  min-height: 0;
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible.is-empty) .om-dest-foot.is-empty .om-places-rail-w--full {
  padding-top: 0;
  padding-bottom: 5px;
}

#appPage #overlayMobileRoot .om-sheet:has(.om-dest-foot.is-visible.is-empty) .om-dest-foot.is-empty .om-places-rail--slot {
  padding-top: 0;
  padding-bottom: 5px;
}

#appPage #overlayMobileRoot .om-sheet.om-sheet--collapsed:not(.om-sheet--expanded):not(.om-sheet--dragging) .om-places-panel,
#appPage #overlayMobileRoot .om-sheet.om-sheet--collapsed:not(.om-sheet--expanded):not(.om-sheet--dragging) .om-sheet__body--dest-foot {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

#appPage #overlayMobileRoot .om-sheet.om-sheet--collapsed:not(.om-sheet--expanded):not(.om-sheet--dragging) .om-map-float-actions {
  background: transparent;
  border: none;
  padding: 8px 16px 6px;
  margin-bottom: 0;
}

#appPage #overlayMobileRoot .om-sheet.om-sheet--collapsed:not(.om-sheet--expanded):not(.om-sheet--dragging) .om-vehicle-strip--float,
#appPage #overlayMobileRoot .om-sheet.om-sheet--collapsed:not(.om-sheet--expanded):not(.om-sheet--dragging) .om-map-float-compact-btn {
  background: transparent !important;
  box-shadow: none !important;
}

#appPage #overlayMobileRoot .om-sheet.om-sheet--collapsed:not(.om-sheet--expanded):not(.om-sheet--dragging) .om-sheet__surface {
  background: var(--om-panel-bg);
  border-radius: var(--wz-radius-sheet) var(--wz-radius-sheet) 0 0;
  border-top: 1px solid var(--wz-border);
  box-shadow: none;
  padding-bottom: 0;
}

#appPage #overlayMobileRoot .om-sheet.om-sheet--collapsed:not(.om-sheet--expanded):not(.om-sheet--dragging) .om-sheet__grab {
  background: var(--om-panel-bg);
}

#appPage #overlayMobileRoot .om-sheet.om-sheet--collapsed:not(.om-sheet--expanded):not(.om-sheet--dragging) .om-sheet__header {
  background: var(--om-panel-bg);
  border: none;
  border-radius: 0;
  padding-bottom: calc(16px + max(6px, env(safe-area-inset-bottom, 0px)));
}

#appPage #overlayMobileRoot .om-sheet.om-sheet--collapsed:not(.om-sheet--expanded):not(.om-sheet--dragging) .om-sheet__body {
  display: none;
  flex: 0 0 0;
  min-height: 0;
  overflow: hidden;
}

#appPage #overlayMobileRoot .om-places-rail-w--full {
  margin: 0 -8px;
  padding: 6px 0 10px;
}

#appPage #overlayMobileRoot .om-places-rail--slot {
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
  scroll-snap-type: none;
  padding: 6px 20px 10px;
}

#appPage #overlayMobileRoot .om-places-rail--slot .om-places-slot {
  flex: 1 1 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: var(--om-card-h, 186px);
  box-sizing: border-box;
}

#appPage #overlayMobileRoot .om-places-slot {
  flex: 0 0 auto;
  width: var(--om-card-w, 196px);
  height: var(--om-card-h, 186px);
  box-sizing: border-box;
}

#appPage #overlayMobileRoot .om-places-slot__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px dashed rgba(34, 201, 138, 0.32);
  background: var(--om-places-card-bg);
  text-align: center;
}

#appPage #overlayMobileRoot .om-places-slot--pending .om-places-slot__inner {
  border-color: rgba(34, 201, 138, 0.28);
  background: linear-gradient(165deg, rgba(18, 185, 129, 0.08) 0%, var(--om-surface) 55%, rgba(18, 185, 129, 0.06) 100%);
}

#appPage #overlayMobileRoot .om-places-slot__ic--pending {
  position: relative;
  margin-bottom: 10px;
}

#appPage #overlayMobileRoot .om-places-pending__orb {
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  border: 1.5px solid rgba(34, 201, 138, 0.45);
  pointer-events: none;
  animation: om-places-pending-pulse 2.1s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

#appPage #overlayMobileRoot .om-places-pending__orb--delay {
  animation-delay: 0.75s;
}

#appPage #overlayMobileRoot .om-places-slot--pending .om-places-pending__compass {
  position: relative;
  z-index: 1;
  animation: om-places-pending-compass 3.2s ease-in-out infinite;
}

#appPage #overlayMobileRoot .om-places-slot__query--live {
  color: #059669;
  font-weight: 600;
}

#appPage #overlayMobileRoot .om-places-slot__query--live::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 0.95em;
  margin-left: 2px;
  vertical-align: -0.12em;
  background: #22c98a;
  border-radius: 1px;
  animation: om-places-pending-caret 1s step-end infinite;
}

@keyframes om-places-pending-pulse {
  0% {
    transform: scale(0.92);
    opacity: 0.55;
  }
  70%,
  100% {
    transform: scale(1.28);
    opacity: 0;
  }
}

@keyframes om-places-pending-compass {
  0%,
  100% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
}

@keyframes om-places-pending-caret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

#appPage #overlayMobileRoot .om-places-slot__ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  border-radius: 12px;
  background: rgba(34, 201, 138, 0.1);
  color: #059669;
}

#appPage #overlayMobileRoot .om-places-slot__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--om-places-card-title);
  line-height: 1.25;
}

#appPage #overlayMobileRoot .om-places-slot__hint,
#appPage #overlayMobileRoot .om-places-slot__query {
  margin: 0 0 6px;
  font-size: 12px;
  color: var(--om-places-card-muted);
  line-height: 1.3;
}

#appPage #overlayMobileRoot .om-places-slot__enter {
  margin: 0;
  font-size: 11px;
  color: #94a3b8;
}

#appPage #overlayMobileRoot .om-places-slot__enter kbd {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  background: var(--om-places-card-bg);
  border: 1px solid var(--om-places-card-border);
}

#appPage #overlayMobileRoot .om-sheet__body--dest-foot {
  flex: 0 0 auto;
  flex-grow: 0;
  min-height: 0;
  overflow: visible;
  padding: 2px 16px 10px;
  background: var(--om-panel-bg, #ffffff);
  box-sizing: border-box;
}

#appPage #overlayMobileRoot .om-dest-foot {
  --om-dest-mini-w: 252px;
  --om-dest-mini-h: 68px;
  --om-dest-mini-thumb: 52px;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: calc(var(--om-dest-mini-h) + 12px);
}

#appPage #overlayMobileRoot .om-dest-foot.is-visible {
  min-height: calc(var(--om-dest-mini-h) + 16px);
}

#appPage #overlayMobileRoot .om-dest-foot.is-empty {
  min-height: 0;
}

#appPage #overlayMobileRoot .om-dest-foot.is-empty .om-dest-empty {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#appPage #overlayMobileRoot .om-places-rail--slot .om-dest-empty--full {
  flex: 1 1 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

#appPage #overlayMobileRoot .om-dest-empty {
  width: 100%;
  box-sizing: border-box;
}

#appPage #overlayMobileRoot .om-dest-empty__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: var(--om-dest-mini-h, 68px);
  padding: 10px 16px;
  border-radius: 14px;
  border: 1px dashed var(--om-places-card-border);
  background: var(--om-places-card-bg-soft);
  text-align: center;
}

#appPage #overlayMobileRoot .om-dest-empty__ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
  border-radius: 10px;
  background: var(--om-places-card-bg);
  color: var(--om-places-card-muted);
}

#appPage #overlayMobileRoot .om-dest-empty__title {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--om-places-card-title);
  line-height: 1.3;
}

#appPage #overlayMobileRoot .om-dest-empty__hint {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  color: #94a3b8;
  line-height: 1.35;
  max-width: 280px;
}

#appPage #overlayMobileRoot .om-dest-rail-w {
  position: relative;
  margin: 0 -8px;
  padding: 4px 0 6px;
  overflow: visible;
}

#appPage #overlayMobileRoot .om-dest-rail {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 4px 20px 6px;
  scroll-padding-inline: 20px;
  scroll-snap-type: none;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x pinch-zoom;
}

#appPage #overlayMobileRoot .om-dest-rail::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

#appPage #overlayMobileRoot .om-dest-mini {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: var(--om-dest-mini-w, 252px);
  min-width: var(--om-dest-mini-w, 252px);
  min-height: var(--om-dest-mini-h, 68px);
  padding: 6px 8px 6px 6px;
  border: 1px solid var(--om-places-card-border);
  border-radius: 12px;
  background: var(--om-places-card-bg);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-x pinch-zoom;
  transform: none;
  opacity: 1;
}

#appPage #overlayMobileRoot .om-dest-mini--fav {
  border-color: #fde68a;
  background: var(--om-places-card-bg);
}

#appPage #overlayMobileRoot .om-dest-mini:focus-visible {
  outline: 2px solid rgba(34, 201, 138, 0.4);
  outline-offset: 2px;
}

#appPage #overlayMobileRoot .om-dest-mini__thumb {
  position: relative;
  flex: 0 0 var(--om-dest-mini-thumb, 52px);
  width: var(--om-dest-mini-thumb, 52px);
  height: var(--om-dest-mini-thumb, 52px);
  border-radius: 9px;
  overflow: hidden;
  background: var(--om-places-card-thumb);
  line-height: 0;
}

#appPage #overlayMobileRoot .om-dest-mini__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

#appPage #overlayMobileRoot .om-dest-mini__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#appPage #overlayMobileRoot .om-dest-mini__ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #64748b;
}

#appPage #overlayMobileRoot .om-dest-mini__badge {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 1px;
  padding: 0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #94a3b8;
  background: transparent;
  line-height: 1.2;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
}

#appPage #overlayMobileRoot .om-dest-mini--fav .om-dest-mini__badge {
  color: #ca8a04;
}

#appPage #overlayMobileRoot .om-dest-mini__fav {
  flex: 0 0 auto;
  width: auto;
  min-width: 28px;
  height: auto;
  margin: 0;
  padding: 4px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #f59e0b;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

#appPage #overlayMobileRoot .om-dest-mini__fav[aria-pressed='true'] {
  background: transparent;
  color: #eab308;
}

#appPage #overlayMobileRoot .om-dest-mini__title {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--om-places-card-title);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#appPage #overlayMobileRoot .om-dest-mini__meta {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.25;
  color: var(--om-places-card-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#appPage #overlayMobileRoot .om-places-panel.is-no-results {
  min-height: var(--om-card-h, 186px);
  max-height: calc(var(--om-card-h) + 28px);
}

#appPage #overlayMobileRoot .om-places-rail--slot .om-places-panel-empty {
  flex: 1 1 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: var(--om-card-h, 186px);
  box-sizing: border-box;
}

#appPage #overlayMobileRoot .om-places-panel-empty__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px dashed rgba(34, 201, 138, 0.32);
  background: var(--om-places-card-bg);
  text-align: center;
}

#appPage #overlayMobileRoot .om-places-panel-empty--error .om-places-panel-empty__inner {
  border-color: rgba(248, 113, 113, 0.38);
  background: var(--om-places-card-bg);
}

#appPage #overlayMobileRoot .om-places-panel-empty__ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  border-radius: 12px;
  background: rgba(34, 201, 138, 0.1);
  color: #059669;
}

#appPage #overlayMobileRoot .om-places-panel-empty--error .om-places-panel-empty__ic {
  background: rgba(248, 113, 113, 0.12);
  color: #dc2626;
}

#appPage #overlayMobileRoot .om-places-panel-empty__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--om-places-card-title);
  line-height: 1.25;
}

#appPage #overlayMobileRoot .om-places-panel-empty__query {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--om-places-card-muted);
  line-height: 1.3;
}

#appPage #overlayMobileRoot .om-places-panel-empty__hint {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #94a3b8;
  line-height: 1.35;
  max-width: 300px;
}

#appPage #overlayMobileRoot .om-places-rail-w {
  position: relative;
  margin: 0 -8px;
  padding: 6px 0 10px;
  overflow: visible;
}

#appPage #overlayMobileRoot .om-places-rail {
  --om-places-lens-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --om-places-lens-dur: 0.42s;
  scroll-behavior: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: scroll;
  overflow-y: visible;
  padding: 6px 20px 10px;
  scroll-snap-type: none;
  scroll-padding-inline: 20px;
  scroll-padding-bottom: 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x pinch-zoom;
}

#appPage #overlayMobileRoot .om-places-rail::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

#appPage #overlayMobileRoot .om-places-sk {
  flex: 0 0 auto;
  width: var(--om-card-w, 196px);
  height: var(--om-card-h, 186px);
  border-radius: 14px;
  overflow: hidden;
  background: var(--om-places-card-bg);
}

#appPage #overlayMobileRoot .om-places-sk:nth-child(2) {
  border-radius: 14px;
}

#appPage #overlayMobileRoot .om-places-sk__media {
  display: block;
  height: 108px;
  background: linear-gradient(
    125deg,
    #e2e8f0 0%,
    #c7d2fe 22%,
    #a7f3d0 44%,
    #e2e8f0 66%,
    var(--om-surface) 88%
  );
  background-size: 240% 100%;
  animation: om-places-shimmer 1.4s ease-in-out infinite;
}

#appPage #overlayMobileRoot .om-places-sk__body {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#appPage #overlayMobileRoot .om-places-sk__line {
  display: block;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(110deg, #e2e8f0 8%, #1a1f2b 18%, #e2e8f0 33%);
  background-size: 200% 100%;
  animation: om-places-shimmer 1.2s ease-in-out infinite;
}

#appPage #overlayMobileRoot .om-places-sk__line--short {
  width: 65%;
}

@keyframes om-places-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

#appPage #overlayMobileRoot .om-places-card {
  flex: 0 0 auto;
  width: var(--om-card-w, 196px);
  min-height: var(--om-card-h, 186px);
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-x pinch-zoom;
  text-align: left;
  transform: none;
  opacity: 1;
  transform-origin: center center;
  transition: none;
  animation: om-places-card-in 0.62s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

#appPage #overlayMobileRoot .om-places-card:nth-child(1) {
  animation-delay: 0.02s;
}
#appPage #overlayMobileRoot .om-places-card:nth-child(2) {
  animation-delay: 0.08s;
}
#appPage #overlayMobileRoot .om-places-card:nth-child(3) {
  animation-delay: 0.14s;
}
#appPage #overlayMobileRoot .om-places-card:nth-child(4) {
  animation-delay: 0.2s;
}
#appPage #overlayMobileRoot .om-places-card:nth-child(5) {
  animation-delay: 0.26s;
}
#appPage #overlayMobileRoot .om-places-card:nth-child(6) {
  animation-delay: 0.32s;
}
#appPage #overlayMobileRoot .om-places-card:nth-child(7) {
  animation-delay: 0.38s;
}
#appPage #overlayMobileRoot .om-places-card:nth-child(8) {
  animation-delay: 0.44s;
}
#appPage #overlayMobileRoot .om-places-card:nth-child(9) {
  animation-delay: 0.5s;
}
#appPage #overlayMobileRoot .om-places-card:nth-child(10) {
  animation-delay: 0.56s;
}

@keyframes om-places-card-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.74;
  }
}

#appPage #overlayMobileRoot .om-places-card.is-lens-near,
#appPage #overlayMobileRoot .om-places-card.is-lens-focus,
#appPage #overlayMobileRoot .om-places-card.is-lens-far {
  transform: none;
  opacity: 1;
}

#appPage #overlayMobileRoot .om-places-card.is-lens-focus .om-places-card__inner {
  transform: none;
  transition: none;
}

#appPage #overlayMobileRoot .om-places-card__inner {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: var(--om-places-card-bg);
  border: none;
  box-shadow: none;
  transform: none;
  transition: none;
}

#appPage #overlayMobileRoot .om-places-card:active .om-places-card__inner {
  opacity: 0.92;
}

#appPage #overlayMobileRoot .om-places-card__media {
  position: relative;
  height: 108px;
  background: var(--om-places-card-thumb);
  overflow: hidden;
  border-radius: 0;
  line-height: 0;
}

#appPage #overlayMobileRoot .om-places-card__media-pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#appPage #overlayMobileRoot .om-places-card__img,
#appPage #overlayMobileRoot .om-places-card__ph {
  transform: none !important;
  transition: none;
}

#appPage #overlayMobileRoot .om-places-card__img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  object-fit: cover;
  object-position: center center;
}

#appPage #overlayMobileRoot .om-places-card__chrome {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  transform: none !important;
}

#appPage #overlayMobileRoot .om-places-card__ph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #64748b;
}

#appPage #overlayMobileRoot .om-places-card__badge {
  --om-badge-accent: #94a3b8;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  transform: none !important;
  display: inline-block;
  box-sizing: border-box;
  max-width: calc(100% - 12px);
  padding: 2px 6px;
  margin: 0;
  border-radius: 4px;
  border: none;
  background: var(--om-badge-accent);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.2);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #fff;
  text-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#appPage #overlayMobileRoot .om-places-card__badge--food {
  --om-badge-accent: #fb923c;
}
#appPage #overlayMobileRoot .om-places-card__badge--hotel {
  --om-badge-accent: #a78bfa;
}
#appPage #overlayMobileRoot .om-places-card__badge--fuel {
  --om-badge-accent: #38bdf8;
}
#appPage #overlayMobileRoot .om-places-card__badge--shop {
  --om-badge-accent: #f472b6;
}
#appPage #overlayMobileRoot .om-places-card__badge--health {
  --om-badge-accent: #f87171;
}
#appPage #overlayMobileRoot .om-places-card__badge--transit {
  --om-badge-accent: #22d3ee;
}
#appPage #overlayMobileRoot .om-places-card__badge--city {
  --om-badge-accent: #4ade80;
}
#appPage #overlayMobileRoot .om-places-card__badge--pin {
  --om-badge-accent: #4a5568;
}

#appPage #overlayMobileRoot .om-places-card__body {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  padding: 11px 12px 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: var(--om-places-card-bg);
}

#appPage #overlayMobileRoot .om-places-card__head {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

#appPage #overlayMobileRoot .om-places-card__logo {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#appPage #overlayMobileRoot .om-places-card__logo-img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

#appPage #overlayMobileRoot .om-places-card__title,
#appPage #overlayMobileRoot .om-places-card__sub,
#appPage #overlayMobileRoot .om-places-card__rating,
#appPage #overlayMobileRoot .om-places-card__phone {
  transform: none !important;
}

#appPage #overlayMobileRoot .om-places-card__title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--om-places-card-title);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#appPage #overlayMobileRoot .om-places-card__sub {
  font-size: 12px;
  color: var(--om-places-card-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#appPage #overlayMobileRoot .om-places-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  margin-top: 2px;
  min-width: 0;
}

#appPage #overlayMobileRoot .om-places-card__rating {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  color: #d97706;
}

#appPage #overlayMobileRoot .om-places-card__extra {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#appPage #overlayMobileRoot .om-places-card__extra--phone {
  color: #059669;
  font-weight: 500;
}

#appPage #overlayMobileRoot .om-places-card__extra--reviews {
  color: var(--om-places-card-muted);
  font-weight: 500;
}

#appPage #overlayMobileRoot .om-places-card__extra--open {
  color: #059669;
}

#appPage #overlayMobileRoot .om-places-card__extra--closed {
  color: #94a3b8;
}

#appPage #overlayMobileRoot .om-places-card__extra--price {
  color: var(--om-places-card-muted);
  letter-spacing: 0.02em;
}

#appPage #overlayMobileRoot .om-places-card__price-full {
  color: #475569;
  font-weight: 700;
}

#appPage #overlayMobileRoot .om-places-card__price-dim {
  color: #64748b;
  font-weight: 500;
}

#appPage #overlayMobileRoot .om-places-card__extra--type {
  color: var(--om-places-card-muted);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

#appPage #overlayMobileRoot .om-places-card__extra--hint {
  color: #94a3b8;
  font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
  #appPage #overlayMobileRoot .om-places-rail {
    scroll-behavior: auto;
  }
  #appPage #overlayMobileRoot .om-places-card,
  #appPage #overlayMobileRoot .om-places-sk {
    animation: none;
    transition: none;
  }
  #appPage #overlayMobileRoot .om-places-card.is-lens-focus,
  #appPage #overlayMobileRoot .om-places-card.is-lens-near,
  #appPage #overlayMobileRoot .om-places-card.is-lens-far {
    transform: none;
    opacity: 1;
  }
  #appPage #overlayMobileRoot .om-places-card__img {
    transform: none;
    transition: none;
  }
  #appPage #overlayMobileRoot .om-places-pending__orb,
  #appPage #overlayMobileRoot .om-places-pending__compass,
  #appPage #overlayMobileRoot .om-places-slot__query--live::after,
  #appPage #overlayMobileRoot .om-places-sk__media,
  #appPage #overlayMobileRoot .om-places-sk__line {
    animation: none;
  }
}
