.consent-gate-overlay{position:fixed;inset:0;z-index:100000;background:rgba(8,5,24,.82);display:none;align-items:center;justify-content:center;padding:16px}
.consent-gate-overlay.open{display:flex}
.consent-gate-modal{background:#110d30;border:1px solid rgba(233,30,140,.25);border-radius:18px;max-width:520px;width:100%;max-height:min(90vh,720px);overflow-y:auto;padding:22px 20px;color:#f0eeff}
.consent-gate-modal h2{margin:0 0 12px;font-size:18px;font-weight:800}
.consent-gate-lead,.consent-gate-text,.consent-gate-note,.consent-gate-foot{font-size:13px;line-height:1.6;color:rgba(240,238,255,.75);margin:0 0 12px}
.consent-gate-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;margin:14px 0;cursor:pointer}
.consent-gate-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
.consent-gate-decline,.consent-gate-grant{padding:11px 18px;border-radius:999px;font-weight:700;cursor:pointer;font-family:inherit;font-size:13px}
.consent-gate-decline{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:#f0eeff}
.consent-gate-grant{background:linear-gradient(135deg,#e91e8c,#7c3aed);border:none;color:#fff}
.consent-gate-grant:disabled{opacity:.45;cursor:not-allowed}
.consent-gate-modal a{color:#e91e8c}
