/* RADIOBG DESKTOP HEADER V7 */

.desktop-account-v7 {
  display: none;
}

@media (min-width: 1051px) {
  .mobile-header-v6 {
    display: none !important;
  }

  .global-account-bar,
  .global-public-tools {
    display: none !important;
  }

  .site-header .header-inner {
    width: min(1740px, calc(100% - 34px)) !important;
    gap: 16px !important;
  }

  .site-header .main-nav {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .desktop-account-v7 {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 12px;
    margin-left: auto;
  }

  .desktop-clock-v7 {
    display: grid;
    min-width: 112px;
    padding: 6px 13px;
    border-left: 1px solid rgba(125, 148, 199, .30);
    border-right: 1px solid rgba(125, 148, 199, .30);
    text-align: center;
  }

  .desktop-clock-v7 strong {
    color: #65c7ff;
    font-size: 18px;
    font-variant-numeric: tabular-nums;
  }

  .desktop-clock-v7 small {
    margin-top: 3px;
    color: #7886a3;
    font-size: 10px;
  }

  .desktop-user-v7 {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .desktop-avatar-v7 {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #72c8ff;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #248eea, #7542d2);
    font-weight: 900;
  }

  .desktop-user-text-v7 {
    display: grid;
    gap: 2px;
    min-width: 125px;
  }

  .desktop-user-text-v7 strong {
    max-width: 170px;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop-user-text-v7 small {
    color: #7c89a6;
    font-size: 10px;
  }

  .desktop-actions-v7 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .desktop-actions-v7 form {
    margin: 0;
  }

  .desktop-actions-v7 a,
  .desktop-actions-v7 button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    box-sizing: border-box;
    padding: 7px 13px;
    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;
  }

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

@media (min-width: 1051px) and (max-width: 1350px) {
  .desktop-user-text-v7 {
    display: none;
  }

  .desktop-clock-v7 {
    min-width: 94px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .desktop-clock-v7 small {
    display: none;
  }

  .desktop-actions-v7 a,
  .desktop-actions-v7 button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* END RADIOBG DESKTOP HEADER V7 */

/* ===== CLAUDE HEADER + BURGER (2026-06-23) ===== */
/* Горе остават: лого, часовник, Вход, Регистрация + бургер.
   Цялата навигация + Lara Admin влизат в падащ бургер панел. */
@media (min-width: 1051px) {
  .site-header .header-inner {
    position: relative;
    width: min(1280px, calc(100% - 40px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 16px !important;
    align-items: center;
  }

  /* Бургер бутон - видим на десктоп */
  .site-header .menu-button {
    display: flex !important;
    order: 5;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 46px;
    height: 42px;
    border: 1px solid rgba(125, 148, 199, .40);
    border-radius: 12px;
    background: rgba(25, 108, 195, .12);
    cursor: pointer;
  }
  .site-header button.menu-button > span:nth-child(1),
  .site-header button.menu-button > span:nth-child(2),
  .site-header button.menu-button > span:nth-child(3) {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    min-height: 2px !important;
    margin: 0 !important;
    border-radius: 2px !important;
    background: #cfe0ff !important;
  }

  /* Навигацията -> падащ панел, скрита по подразбиране */
  .site-header .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 9999;
    display: none !important;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    min-width: 240px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    background: rgba(10, 12, 24, .98);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
  }
  .site-header .main-nav.is-open {
    display: flex !important;
  }
  .site-header .main-nav a {
    width: 100%;
    text-align: left;
    padding: 11px 14px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    white-space: nowrap;
  }
  .site-header .main-nav a:hover {
    background: rgba(255, 255, 255, .08) !important;
  }
  .site-header .main-nav .nav-divider {
    display: none !important;
  }
  /* Lara Admin в панела (видим, оцветен) */
  .site-header .main-nav a[href*="lara_panel_login"] {
    display: flex !important;
    color: #19f0c8 !important;
  }

  /* Горе вдясно: часовник + Вход + Регистрация. Скрий профил аватар/текст и Lara Admin оттам */
  .site-header .desktop-account-v7 {
    order: 4;
    gap: 10px !important;
  }
  .site-header .desktop-avatar-v7,
  .site-header .desktop-user-text-v7 {
    display: none !important;
  }
  .site-header .desktop-actions-v7 a[href*="lara_panel_login"] {
    display: none !important;
  }
}
/* ===== /CLAUDE HEADER + BURGER ===== */
