/* FIXEO — GLOBAL MOBILE HEADER V1 */
.fixeo-gh-mobile {
  display: none;
  width: 100%;
}

@media (max-width: 768px) {
  body.fixeo-gh-enabled .fixeo-gh-original-node,
  body.fixeo-gh-enabled .fixeo-gh-legacy-drawer,
  body.fixeo-gh-enabled .fixeo-gh-legacy-backdrop {
    display: none !important;
  }

  body.fixeo-gh-enabled .fixeo-gh-mobile {
    display: block !important;
  }

  body.fixeo-gh-enabled .navbar.fixeo-gh-host,
  body.fixeo-gh-enabled .site-header.fixeo-gh-shell {
    isolation: isolate;
    z-index: 1200;
  }

  body.fixeo-gh-enabled .navbar.fixeo-gh-host {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    gap: 0 !important;
    justify-content: initial !important;
    align-items: stretch !important;
    min-height: 60px !important;
  }

  body.fixeo-gh-enabled .site-header.fixeo-gh-shell {
    position: sticky;
    top: 0;
    z-index: 1200;
    backdrop-filter: saturate(140%) blur(14px);
    -webkit-backdrop-filter: saturate(140%) blur(14px);
  }

  body.fixeo-gh-enabled .fixeo-gh-shell--synthetic {
    position: sticky;
    top: 0;
    z-index: 1200;
  }

  body.fixeo-gh-enabled .fixeo-gh-shell--synthetic .fixeo-gh-shell-inner {
    padding: 0;
  }

  body.fixeo-gh-enabled .fixeo-gh-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 60px;
    padding-top: env(safe-area-inset-top, 0px);
    padding-left: calc(12px + env(safe-area-inset-left, 0px));
    padding-right: calc(12px + env(safe-area-inset-right, 0px));
    background: linear-gradient(180deg, rgba(12, 18, 32, 0.94), rgba(12, 18, 32, 0.82));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  body.fixeo-gh-enabled .fixeo-gh-brand {
    min-width: 0;
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
  }

  body.fixeo-gh-enabled .fixeo-gh-brand-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(225,48,108,0.96), rgba(64,93,230,0.92));
    color: #fff;
    box-shadow: 0 10px 20px rgba(131, 58, 180, 0.24);
    font-size: 1rem;
  }

  body.fixeo-gh-enabled .fixeo-gh-brand-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
  }

  body.fixeo-gh-enabled .fixeo-gh-brand-text {
    display: block;
    font-size: 1.08rem;
    line-height: 1;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.fixeo-gh-enabled .fixeo-gh-brand-sub {
    display: block;
    font-size: 0.68rem;
    line-height: 1;
    color: rgba(255,255,255,0.56);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.fixeo-gh-enabled .fixeo-gh-actions {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  body.fixeo-gh-enabled .fixeo-gh-icon-btn,
  body.fixeo-gh-enabled .fixeo-gh-avatar-link {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.09);
    background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.05));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 16px rgba(0,0,0,0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  body.fixeo-gh-enabled .fixeo-gh-icon-btn {
    padding: 0;
    cursor: pointer;
  }

  body.fixeo-gh-enabled .fixeo-gh-icon {
    font-size: 1rem;
    line-height: 1;
  }

  body.fixeo-gh-enabled .fixeo-gh-avatar-link {
    text-decoration: none;
    overflow: hidden;
  }

  body.fixeo-gh-enabled .fixeo-gh-avatar {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    background: linear-gradient(135deg, #E1306C, #833AB4);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.01em;
  }

  body.fixeo-gh-enabled .fixeo-gh-menu {
    padding: 0;
    gap: 3px;
    flex-direction: column;
  }

  body.fixeo-gh-enabled .fixeo-gh-menu-line {
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    opacity: 0.92;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  body.fixeo-gh-enabled .fixeo-gh-menu.is-open .fixeo-gh-menu-line:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  body.fixeo-gh-enabled .fixeo-gh-menu.is-open .fixeo-gh-menu-line:nth-child(2) {
    opacity: 0;
  }

  body.fixeo-gh-enabled .fixeo-gh-menu.is-open .fixeo-gh-menu-line:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  body.fixeo-gh-enabled .fixeo-gh-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    border-radius: 999px;
    background: rgba(225, 48, 108, 0.96);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 800;
    line-height: 15px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(225, 48, 108, 0.3);
  }

  body.fixeo-gh-enabled .fixeo-gh-badge:empty {
    display: none;
  }

  body.fixeo-gh-enabled .fixeo-gh-drawer {
    position: fixed;
    top: calc(60px + env(safe-area-inset-top, 0px) + 8px);
    left: calc(12px + env(safe-area-inset-left, 0px));
    right: calc(12px + env(safe-area-inset-right, 0px));
    z-index: 1250;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(10,15,27,0.98), rgba(10,15,27,0.94));
    box-shadow: 0 24px 54px rgba(0,0,0,0.34);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  body.fixeo-gh-enabled .fixeo-gh-drawer.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.fixeo-gh-enabled .fixeo-gh-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1240;
    border: 0;
    background: rgba(4, 8, 16, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
  }

  body.fixeo-gh-enabled .fixeo-gh-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  body.fixeo-gh-enabled .fixeo-gh-drawer-group + .fixeo-gh-drawer-group {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  body.fixeo-gh-enabled .fixeo-gh-drawer-label {
    margin-bottom: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.46);
  }

  body.fixeo-gh-enabled .fixeo-gh-drawer-link,
  body.fixeo-gh-enabled .fixeo-gh-drawer-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 14px;
    color: #fff;
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 600;
  }

  body.fixeo-gh-enabled .fixeo-gh-drawer-link:hover,
  body.fixeo-gh-enabled .fixeo-gh-drawer-cta:hover {
    background: rgba(255,255,255,0.06);
  }

  body.fixeo-gh-enabled .fixeo-gh-drawer-cta {
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
  }

  body.fixeo-gh-enabled .fixeo-gh-drawer-cta.is-primary {
    background: linear-gradient(135deg, rgba(225,48,108,0.92), rgba(131,58,180,0.92));
    border-color: transparent;
  }

  body.fixeo-gh-enabled .fixeo-gh-notif-panel {
    position: fixed;
    top: calc(60px + env(safe-area-inset-top, 0px) + 8px);
    right: calc(12px + env(safe-area-inset-right, 0px));
    width: min(280px, calc(100vw - 24px));
    z-index: 1260;
    border-radius: 18px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(10,15,27,0.98), rgba(10,15,27,0.94));
    box-shadow: 0 20px 40px rgba(0,0,0,0.28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  body.fixeo-gh-enabled .fixeo-gh-notif-panel.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.fixeo-gh-enabled .fixeo-gh-notif-title {
    margin: 0 0 10px;
    font-size: 0.9rem;
    font-weight: 800;
    color: #fff;
  }

  body.fixeo-gh-enabled .fixeo-gh-notif-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    color: rgba(255,255,255,0.78);
    font-size: 0.84rem;
  }

  body.fixeo-gh-enabled .fixeo-gh-notif-item + .fixeo-gh-notif-item {
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  body.fixeo-gh-enabled .fixeo-gh-notif-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 6px;
    background: linear-gradient(135deg, #E1306C, #833AB4);
    box-shadow: 0 0 0 5px rgba(225,48,108,0.14);
    flex: 0 0 8px;
  }

  body.fixeo-gh-enabled .fixeo-gh-notif-empty {
    font-size: 0.84rem;
    color: rgba(255,255,255,0.68);
  }
}

@media (max-width: 600px) {
  body.fixeo-gh-enabled .fixeo-gh-mobile-bar {
    gap: 10px;
  }

  body.fixeo-gh-enabled .fixeo-gh-actions {
    gap: 7px;
  }

  body.fixeo-gh-enabled .fixeo-gh-brand-text {
    font-size: 1.04rem;
  }
}

@media (max-width: 390px) {
  body.fixeo-gh-enabled .fixeo-gh-mobile-bar {
    padding-left: calc(10px + env(safe-area-inset-left, 0px));
    padding-right: calc(10px + env(safe-area-inset-right, 0px));
  }

  body.fixeo-gh-enabled .fixeo-gh-brand-icon,
  body.fixeo-gh-enabled .fixeo-gh-icon-btn,
  body.fixeo-gh-enabled .fixeo-gh-avatar-link {
    width: 36px;
    height: 36px;
  }

  body.fixeo-gh-enabled .fixeo-gh-brand-icon {
    flex-basis: 36px;
  }

  body.fixeo-gh-enabled .fixeo-gh-brand-sub {
    display: none;
  }
}

@media (max-width: 360px) {
  body.fixeo-gh-enabled .fixeo-gh-brand-text {
    font-size: 0.98rem;
  }

  body.fixeo-gh-enabled .fixeo-gh-actions {
    gap: 6px;
  }
}

@media (min-width: 769px) {
  .fixeo-gh-mobile,
  .fixeo-gh-shell--synthetic {
    display: none !important;
  }
}
