#dynamic-header.sticky-header{background:#fff;color:#1a1a1a}#dynamic-header.sticky-header .btc-menu-item:hover{color:var(--btc-blue,#006ce4);opacity:1}.btc-mega-menu-item.active{background:rgba(255,255,255,.1);color:white;font-weight:600}#dynamic-header.sticky-header .btc-mega-menu{border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px rgba(0,0,0,.15)}#dynamic-header.sticky-header .btc-mega-menu-item{color:#b0b7bb}#dynamic-header.sticky-header .btc-mega-menu-item:hover,#dynamic-header.sticky-header .btc-mega-menu-item.active{background:rgba(255,255,255,.1);color:white}.btc-mem-learn-more{display:flex;align-items:center;gap:6px;color:#868e96;font-size:13px;text-decoration:none;transition:color .2s ease;white-space:nowrap}.btc-mem-learn-more:hover{color:white;text-decoration:none}.btc-mem-learn-more i{font-size:14px}.btc-user-wrapper{position:relative;display:flex;align-items:center}.btc-user-trigger{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 0}.btc-user-badge{width:28px;height:28px;object-fit:contain}.btc-user-trigger i{font-size:12px;opacity:.7;transition:transform .2s ease}.btc-user-wrapper:hover .btc-user-trigger i{transform:rotate(180deg)}.btc-user-dropdown{position:absolute;top:60px;right:0;width:280px;padding:12px 8px;background:rgba(0,8,12,.669);border-radius:16px;border:1px solid rgba(255,255,255,.335);box-shadow:0 24px 48px rgba(0,0,0,.4);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s ease-in-out;z-index:1000;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%)}.btc-user-dropdown::before{content:"";position:absolute;top:-8px;right:20px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:8px solid rgba(121,129,133,95%)}.btc-user-wrapper:hover .btc-user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.btc-user-menu-item{display:flex;align-items:center;gap:14px;padding:12px 16px;color:#ced4da;text-decoration:none;font-size:15px;font-weight:500;border-radius:8px;transition:all .2s ease}.btc-user-menu-item:hover{background:rgba(255,255,255,.08);color:white;text-decoration:none}.btc-user-menu-item i{font-size:20px;opacity:.8}.btc-user-menu-divider{height:1px;background:rgba(255,255,255,.1);margin:8px 16px}.btc-user-logout{color:#f87171}.btc-user-logout:hover{background:rgba(248,113,113,.1);color:#fca5a5}@media (max-width:768px){.btc-user-dropdown{display:none}}