/* Front styles */
.botfirewall-verify { text-align: center; padding: 50px; background: #f0f4f8; height: 100vh; display: flex; flex-direction: column; justify-content: center; }
.botfirewall-verify h1 { color: #0073aa; }
.botfirewall-verify p { color: #555; }
#botfirewall-countdown { font-size: 18px; color: #0073aa; margin: 20px 0; }
#botfirewall-loader { width: 50px; height: 50px; border: 5px solid #0073aa; border-top: 5px solid transparent; border-radius: 50%; animation: spin 1s linear infinite; margin: 20px auto; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }