@media (min-width: 1001px) {
  .app-shell {
    height: 100dvh;
    overflow: hidden;
    padding-bottom: 16px;
  }

  .intro {
    padding: 20px 0 16px;
  }

  .workspace {
    height: calc(100dvh - 196px);
    min-height: 0;
  }

  .globe-wrap {
    min-height: 0;
  }

  .left-panel,
  .detail-panel {
    overflow-y: auto;
  }
}

.place-search {
  border-top: 1px solid #28465e;
  margin-top: 18px;
  padding-top: 17px;
}
.place-search label { display:block; color:#dbe9f4; font-size:13px; font-weight:700; margin-bottom:7px; }
.place-search > div:first-of-type { display:flex; gap:6px; }
.place-search input { min-width:0; width:100%; border:1px solid #355572; background:#07121d; color:#fff; border-radius:7px; padding:8px; }
.place-search button { border:0; background:#2a628d; color:white; border-radius:7px; padding:7px 10px; cursor:pointer; }
.place-results { display:grid; gap:5px; margin-top:8px; }
.place-result { background:#10263a; border:1px solid #294a64; color:#d7e7f2; border-radius:7px; padding:7px; text-align:left; cursor:pointer; font-size:11px; }
