@media (min-width: 1024px){

  html, body{
    overflow-y: auto !important;
    overflow-x: hidden;
    height: auto !important;
    min-height: 100vh;
  }

  /* ===== SIDEBAR ===== */
  .bottom-nav{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: 240px !important;
    height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    padding: 80px 16px 24px !important;
    gap: 10px;
    border-top: none !important;
    border-right: none !important;
    background: transparent !important;
    z-index: 200 !important;
  }

  .bottom-nav .nav-item{
    flex: 1;
    min-width: 0;
  }

  .bottom-nav .nav-item:hover{
    background: rgba(255,255,255,.1) !important;
    border-color: rgba(255,255,255,.18) !important;
    color: white !important;
    transform: translateX(2px);
  }

  .bottom-nav .nav-item.active{
    color: #ff4d6d;
  }

  .bottom-nav .nav-icon{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 2px;
  }

  .bottom-nav .nav-label{
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-align: center;
  }

  .bottom-nav .nav-badge{
    position: absolute;
    top: 2px;
    right: calc(50% - 18px);
    background: #ff4d6d;
    color: white;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 8px;
    min-width: 16px;
    text-align: center;
  }

  /* ===== HEADER ===== */
  .header{
    background: transparent !important;
    backdrop-filter: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  /* ===== PAGE HEADER (likes, my-likes, chat) ===== */
  .page-header{
    padding-left: 30px !important;
    padding-top: 16px !important;
    padding-bottom: 14px !important;
    z-index: 150 !important;
  }

  .card-stack{
    max-width: 420px !important;
  }

  .card-inner{
    height: 600px !important;
    max-height: 600px !important;
  }

  /* ===== LIKES GRID ===== */
  .grid{
    justify-content: center !important;
  }

  /* ===== ALMAZ CARD ===== */
  .almaz-locked{
    margin: 30px auto !important;
  }

  /* ===== CHAT ===== */
  .view#matchesView{
    position: fixed !important;
    top: 0;
    left: 240px;
    width: 380px !important;
    border-right: none !important;
    z-index: 50;
  }

  .chat-view{
    transform: none !important;
    left: 620px !important;
    width: calc(100vw - 620px) !important;
    z-index: 40 !important;
  }

  .chat-view:not(.active){
    display: none !important;
  }

  .chat-view.active{
    display: flex !important;
  }

  .chat-input-wrap{
    left: 620px !important;
    right: 0 !important;
  }

  .back-btn{
    display: none !important;
  }

  /* ===== POPUPS ===== */
  .popup-overlay,
  .filters-popup,
  .prematch-overlay,
  .boost-success-overlay{
    left: 240px !important;
  }

  /* ===== ROMANTIC BG ===== */
  .romantic-bg{
    left: 0 !important;
    width: 100vw !important;
    margin-left: 0 !important;
  }
}