@media screen and (max-width: 1023px) {
  .page-ale .header-mobile,
  .page-ale .header-pc,
  .page-ale .footer-mobile {
    display: none !important;
  }

  .page-ale .ale-main {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
  }

  .page-ale .ale-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: transparent;
    border-bottom: none;
    pointer-events: none;
  }

  .page-ale .ale-voltar,
  .page-ale .ale-weather {
    pointer-events: auto;
  }

  .page-ale .ale-weather {
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(6px);
  }

  .page-ale .ale-weather-temp {
    color: #fff;
  }

  .page-ale .ale-titulo {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  }

  .page-ale .ale-page {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    position: relative;
  }

  .page-ale .ale-mapa {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    order: 0;
    min-height: 0;
  }

  .page-ale .ale-panel-left {
    position: absolute;
    top: 3.5rem;
    left: 0.75rem;
    right: 0.75rem;
    z-index: 15;
    max-height: none;
    order: 0;
    background: transparent;
  }

  .page-ale .ale-input-wrap {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }

  .page-ale .endereco-grupo {
    display: none;
  }

  .page-ale .ale-add-btn {
    position: fixed;
    bottom: 20px;
    left: 16px;
    z-index: 25;
    display: none;
    width: auto;
    margin: 0;
    padding: 0.75rem 1.5rem;
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  }

  .page-ale .ale-add-btn:active {
    background: #e5a600;
  }

  .page-ale .ale-add-btn svg {
    width: 18px;
    height: 18px;
  }

  .maplibregl-ctrl-bottom-right {
    bottom: 16px !important;
    top: auto !important;
    margin: 0 12px 0 0;
  }

  .page-ale .ale-suggestions {
    max-width: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  }
}
