/* RADIOBG CLEAN MOBILE HEADER V6 */

.mobile-header-v6 {
  display: none;
}

@media (max-width: 1050px) {
  .mobile-header-v6-active .site-header,
  .mobile-header-v6-active .auth-header,
  .mobile-header-v6-active .owner-header,
  .mobile-header-v6-active .global-account-bar {
    display: none !important;
  }

  .mobile-header-v6 {
    position: sticky;
    top: 0;
    z-index: 9999;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(112, 142, 200, .22);
    background: rgba(8, 7, 20, .98);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .30);
  }

  .mobile-header-v6-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 66px;
    padding: 8px 14px;
  }

  .mobile-header-v6-brand {
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    letter-spacing: -.04em;
  }

  .mobile-header-v6-brand span {
    color: #63c5ff;
    font-weight: 500;
  }

  .mobile-header-v6-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 46px;
    height: 44px;
    padding: 0;
    gap: 5px;
    border: 1px solid rgba(103, 193, 255, .52);
    border-radius: 11px;
    background: rgba(26, 113, 204, .18);
    cursor: pointer;
    touch-action: manipulation;
  }

  .mobile-header-v6-button span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition:
      transform .20s ease,
      opacity .20s ease;
  }

  .mobile-header-v6.is-open
  .mobile-header-v6-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-header-v6.is-open
  .mobile-header-v6-button span:nth-child(2) {
    opacity: 0;
  }

  .mobile-header-v6.is-open
  .mobile-header-v6-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-header-v6-drawer {
    display: none;
    max-height: calc(100vh - 66px);
    padding: 8px 14px 18px;
    overflow-y: auto;
    border-top: 1px solid rgba(112, 142, 200, .18);
  }

  .mobile-header-v6.is-open
  .mobile-header-v6-drawer {
    display: block;
  }

  .mobile-header-v6-nav {
    display: grid;
  }

  .mobile-header-v6-nav a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 7px 13px;
    border-bottom: 1px solid rgba(112, 142, 200, .13);
    border-radius: 8px;
    color: #dce6f8;
    text-decoration: none;
    font-weight: 780;
  }

  .mobile-header-v6-nav a.is-active {
    color: #fff;
    background: rgba(25, 132, 235, .29);
    box-shadow: inset 3px 0 0 #62c4ff;
  }

  .mobile-header-v6-clock {
    display: grid;
    padding: 14px 12px;
    border-bottom: 1px solid rgba(112, 142, 200, .13);
  }

  .mobile-header-v6-clock strong {
    color: #64c7ff;
    font-size: 20px;
    font-variant-numeric: tabular-nums;
  }

  .mobile-header-v6-clock small {
    margin-top: 3px;
    color: #7e8aa7;
    font-size: 11px;
  }

  .mobile-header-v6-account {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 12px;
  }

  .mobile-header-v6-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border: 1px solid #72c8ff;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #248eea, #7542d2);
    font-size: 18px;
    font-weight: 900;
  }

  .mobile-header-v6-account-text {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .mobile-header-v6-account-text strong {
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-header-v6-account-text small {
    color: #7d89a4;
    font-size: 11px;
  }

  .mobile-header-v6-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mobile-header-v6-actions a,
  .mobile-header-v6-actions button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid rgba(105, 193, 255, .45);
    border-radius: 10px;
    color: #eaf7ff;
    background: rgba(25, 108, 195, .16);
    text-decoration: none;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
  }

  .mobile-header-v6-actions .is-primary {
    background: linear-gradient(135deg, #1686ed, #1758ba);
  }

  .mobile-header-v6-actions form {
    margin: 0;
  }
}

/* END RADIOBG CLEAN MOBILE HEADER V6 */
