/* Cloak CSS — hides Bitget's original UI elements instantly (before JS loads)
hook.js then replaces/removes them properly */
/* Hide Bitget's original header/nav completely */
/* Be specific to avoid hiding FAQ accordions which use bit-collapse-header */
[class*="headerBox"], [class*="header-box"], [class*="HeaderBox"],
[class*="navHeader"], [class*="NavHeader"], [class*="nav-header"],
header:not(.kryptade-nav-injected),
/* Target Bitget's main header wrapper - exclude FAQ collapse headers */
[class*="header"]:not(.kryptade-nav-injected):not([class*="kn-"]):not([class*="collapse"]):not([class*="bit-"]) {
display: none !important;
}
/* Keep footer visible for FAQ and links - only hide specific branding elements */
/* footer, [class*="footer"], [class*="Footer"] — NOT hidden */
/* Hide Bitget logo SVG */
svg[viewBox="0,0,103,32"],
svg.w-103px,
a[href="/"][data-v-18cb2371] {
display: none !important;
}
/* Hide Bitget's Sign up / Log in buttons - but not our injected ones */
[data-testid="signUpButton"],
[data-testid="loginButton"],
a[href*="/register"]:not(.kn-auth-btn),
a[href*="/login"]:not(.kn-auth-btn) {
visibility: hidden !important;
}
/* Hide cookie consent banners */
[class*="cookie"], [class*="Cookie"], [id*="cookie"], [id*="Cookie"] {
display: none !important;
}
/* Hide geo-restriction / restricted IP modals - only fixed overlays, not all modal classes */
/* Don't hide [class*="modal"] as it catches FAQ accordions and other legitimate content */
ead>