.captcha-header h2 { font-size: 1.6rem; font-weight: 600; letter-spacing: -0.3px; background: linear-gradient(135deg, #f0f3ff, #b9c3ff); background-clip: text; -webkit-background-clip: text; color: transparent; }
/* Challenge zone */ .challenge-text { background: rgba(0, 0, 0, 0.35); padding: 0.9rem 1.2rem; border-radius: 2rem; margin: 1.2rem 0 1.5rem 0; font-weight: 500; font-size: 1rem; border-left: 4px solid #4c7aff; color: #e2e8ff; } splashui captcha?ap=1
// Set mode badge and render proper UI if (isApiMode) { modeBadgeSpan.textContent = 'API_MODE (ap=1)'; modeBadgeSpan.style.background = '#2b3b5c'; buildApiModeUI(); } else { modeBadgeSpan.textContent = 'INTERACTIVE'; modeBadgeSpan.style.background = '#3a2c4a'; buildInteractiveUI(); } .captcha-header h2 { font-size: 1.6rem
<div class="splash-captcha" id="splashCaptchaRoot"> <div class="captcha-header"> <div class="shield-icon">🛡️</div> <div> <h2>SplashUI Verify <span id="modeBadge" class="api-badge"></span></h2> <div class="sub">Human verification required</div> </div> </div> padding: 0.9rem 1.2rem