.bb-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(7, 17, 19, 0.94);
    border-bottom: 1px solid var(--bb-line);
}

.bb-header .container,
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 92px;
}

.bb-brand-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.logo img,
.logo-img {
    display: block;
    height: 54px !important;
    width: auto !important;
}

.bb-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.bb-brand-copy strong {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.bb-brand-copy small {
    color: var(--bb-text-soft);
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.bb-site-nav {
    flex: 1;
    min-width: 0;
}

.bb-header .nav-menu,
.bb-header nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0;
    padding: 0 12px;
    list-style: none;
}

.bb-header nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    color: #d9ebe2;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: .83rem;
    border: 1px solid transparent;
}

.bb-header nav .current-menu-item > a,
.bb-header nav a:hover {
    color: #fff;
    background: rgba(255,255,255,.04);
    border-color: rgba(255,255,255,.06);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.bb-icon-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
    color: #fff;
    cursor: pointer;
}

.bb-icon-btn:hover { transform: translateY(-1px); }
.bb-icon-btn svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.bb-cart-badge {
    position: absolute;
    top: -4px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--bb-secondary);
    color: #081314;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    min-height: 46px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    white-space: nowrap;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: #fff;
    border-radius: 999px;
}

@media (max-width: 1180px) {
    .bb-header .container,
    .header-flex {
        gap: 12px;
        min-height: 84px;
    }

    .bb-header nav a { padding: 0 12px; font-size: .78rem; }
    .bb-brand-copy { display: none; }
}

@media (max-width: 920px) {
    .bb-header .container,
    .header-flex {
        min-height: 78px;
    }

    .menu-toggle { display: inline-block; }
    .bb-site-nav {
        position: fixed;
        top: 79px;
        left: 14px;
        right: 14px;
        display: none;
        z-index: 999;
    }

    .bb-site-nav.active { display: block; }

    .bb-header .nav-menu,
    .bb-header nav ul {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 16px;
        border-radius: 24px;
        background: #0b1718;
        border: 1px solid var(--bb-line-strong);
        box-shadow: 0 20px 50px rgba(0,0,0,.28);
    }

    .bb-header nav a { justify-content: center; }
    .nav-actions .bb-btn { display: none; }
}

@media (max-width: 640px) {
    .logo img,
    .logo-img { height: 44px !important; }

    .nav-actions { gap: 8px; }
    .bb-icon-btn, .menu-toggle { width: 40px; height: 40px; }
}


.bb-header {
    background: #081314;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.bb-header nav a,
.bb-btn,
.bb-icon-btn,
.menu-toggle {
    border-radius: 14px;
}

.bb-icon-btn,
.menu-toggle,
.bb-header nav a {
    background: transparent;
}

.bb-theme-toggle__glyph {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.bb-btn {
    background: linear-gradient(135deg, #1b6a56, #2f8f66);
}

@media (max-width: 920px) {
    .bb-site-nav {
        background: #0d1d1f;
    }

    .bb-header .nav-menu,
    .bb-header nav ul {
        border-radius: 18px;
        background: #102124;
    }
}

/* KILL TOP GHOST BAR */
body > div:first-child{
display:block;
}

body .ticker-top,
body .market-strip,
body .crypto-ticker,
body .top-price-bar,
body .live-price-strip,
body .coin-strip{
display:none !important;
height:0 !important;
overflow:hidden !important;
margin:0 !important;
padding:0 !important;
border:0 !important;
}

