@media(max-width:650px) {
  .label {
    max-width: 120px;
    font-size: 12px;
    padding: 6px 8px;
  }

  .controls {
    right: 12px;
  }

  .controls button {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .geo-status {
    right: 64px;
    max-width: calc(100vw - 88px);
    transform: translateY(52px);
    font-size: 13px;
  }

  .map-status {
    right: 12px;
    left: 12px;
    top: max(62px, calc(env(safe-area-inset-top) + 52px));
    max-width: none;
    font-size: 12px;
  }

  .finder {
    height: 86vh;
    transform: translate(-50%,calc(100% - 170px));
  }

  .finder-inner {
    padding-right: 14px;
    padding-left: 14px;
  }

  .quick {
    gap: 6px;
    padding: 10px 0 13px;
  }

  .quick button {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
  }

  .categories {
    grid-auto-columns: 104px;
    gap: 8px;
    margin-bottom: 16px;
    padding-right: 24px!important;
  }

  .category-card {
    height: 96px;
    border-radius: 14px;
  }

  .category-card span {
    bottom: 7px;
    left: 8px;
    font-size: 12px;
  }

  .category-card.active span {
    padding: 3px 5px;
    border-radius: 7px;
  }

  .category-card.active::after {
    top: 6px;
    right: 6px;
    width: 21px;
    height: 21px;
    font-size: 12px;
  }

  .cat-nav button {
    width: 44px;
    height: 44px;
  }

  .cat-title {
    min-height: 38px;
  }

  .result-card {
    grid-template-columns: 92px 1fr;
    padding: 10px;
    gap: 12px;
  }

  .result-card img {
    width: 92px;
    height: 92px;
  }

  .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .meta {
    line-height: 1.35;
  }

  .count {
    top: max(16px, env(safe-area-inset-top));
    bottom: auto;
    left: 16px;
  }

  .sheet {
    top: auto;
    bottom: 0;
    height: min(78vh,720px);
    border-radius: 24px 24px 0 0;
    transform: translateY(105%);
  }

  .head {
    border-radius: 24px 24px 0 0;
    padding-top: 32px;
    touch-action: none;
    cursor: grab;
  }

  .head::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 42px;
    height: 5px;
    border-radius: 99px;
    background: #74777e;
    transform: translateX(-50%);
  }

  .sheet.swiping {
    transition: none;
  }

  .sheet.swiping .head {
    cursor: grabbing;
  }
}
