/* Cookie Consent Banner & Age Gate — BetProof.io */
.bp-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.7);z-index:10000;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px)}
.bp-age-modal{background:#12121a;border:1px solid rgba(124,58,237,0.3);border-radius:16px;padding:48px 40px;max-width:460px;width:90%;text-align:center;box-shadow:0 8px 40px rgba(0,0,0,0.6)}
.bp-age-modal h2{font-family:'Space Grotesk',sans-serif;font-size:1.6rem;color:#fff;margin-bottom:8px}
.bp-age-modal .bp-age-icon{font-size:3rem;margin-bottom:16px}
.bp-age-modal p{color:#94a3b8;font-size:1rem;line-height:1.6;margin-bottom:28px}
.bp-age-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.bp-age-btns button{padding:14px 32px;border:none;border-radius:10px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:transform 0.2s,box-shadow 0.2s}
.bp-btn-yes{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff}
.bp-btn-yes:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(124,58,237,0.4)}
.bp-btn-no{background:#1a1a28;color:#94a3b8;border:1px solid rgba(124,58,237,0.2)!important}
.bp-btn-no:hover{color:#fff}

/* Cookie Banner */
.bp-cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#12121a;border-top:1px solid rgba(124,58,237,0.3);padding:20px 24px;box-shadow:0 -4px 30px rgba(0,0,0,0.5);transform:translateY(100%);transition:transform 0.4s ease}
.bp-cookie-banner.visible{transform:translateY(0)}
.bp-cookie-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.bp-cookie-text{flex:1;min-width:280px;color:#94a3b8;font-size:0.9rem;line-height:1.5}
.bp-cookie-text a{color:#a78bfa;text-decoration:underline}
.bp-cookie-btns{display:flex;gap:10px;flex-wrap:wrap}
.bp-cookie-btns button{padding:10px 22px;border:none;border-radius:8px;font-size:0.85rem;font-weight:600;font-family:inherit;cursor:pointer;transition:transform 0.2s}
.bp-btn-accept{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff}
.bp-btn-accept:hover{transform:translateY(-1px);box-shadow:0 3px 12px rgba(124,58,237,0.3)}
.bp-btn-necessary{background:#1a1a28;color:#a78bfa;border:1px solid rgba(124,58,237,0.2)!important}
.bp-btn-settings{background:transparent;color:#64748b;border:1px solid rgba(124,58,237,0.15)!important}

/* Cookie Settings Panel */
.bp-cookie-settings{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10001;background:rgba(0,0,0,0.7);display:none;align-items:center;justify-content:center;backdrop-filter:blur(4px)}
.bp-cookie-settings.visible{display:flex}
.bp-settings-panel{background:#12121a;border:1px solid rgba(124,58,237,0.3);border-radius:16px;padding:32px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}
.bp-settings-panel h3{font-family:'Space Grotesk',sans-serif;color:#fff;font-size:1.3rem;margin-bottom:20px}
.bp-setting-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid rgba(124,58,237,0.1)}
.bp-setting-row:last-child{border-bottom:none}
.bp-setting-info h4{color:#e2e8f0;font-size:0.95rem;margin-bottom:4px}
.bp-setting-info p{color:#64748b;font-size:0.8rem}
.bp-toggle{position:relative;width:44px;height:24px;flex-shrink:0}
.bp-toggle input{opacity:0;width:0;height:0}
.bp-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#1a1a28;border-radius:24px;transition:0.3s;border:1px solid rgba(124,58,237,0.2)}
.bp-toggle-slider:before{content:'';position:absolute;height:18px;width:18px;left:2px;bottom:2px;background:#64748b;border-radius:50%;transition:0.3s}
.bp-toggle input:checked+.bp-toggle-slider{background:rgba(124,58,237,0.3)}
.bp-toggle input:checked+.bp-toggle-slider:before{transform:translateX(20px);background:#7c3aed}
.bp-settings-save{width:100%;padding:12px;background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:20px;font-family:inherit}

/* Subscribe Confirm Modal */
.bp-subscribe-confirm{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10002;background:rgba(0,0,0,0.7);display:none;align-items:center;justify-content:center;backdrop-filter:blur(4px)}
.bp-subscribe-confirm.visible{display:flex}
.bp-confirm-panel{background:#12121a;border:1px solid rgba(124,58,237,0.3);border-radius:16px;padding:40px;max-width:480px;width:90%;text-align:center}
.bp-confirm-panel h3{font-family:'Space Grotesk',sans-serif;color:#fff;font-size:1.3rem;margin-bottom:16px}
.bp-confirm-panel p{color:#94a3b8;font-size:0.9rem;line-height:1.6;margin-bottom:24px}
.bp-confirm-btns{display:flex;gap:12px;justify-content:center}
.bp-confirm-btns button{padding:12px 28px;border:none;border-radius:10px;font-size:0.95rem;font-weight:600;cursor:pointer;font-family:inherit;transition:transform 0.2s}
