.bpc { position: fixed; inset: 0; z-index: 100; display: none; align-items: flex-end; justify-content: center; padding: 1rem; pointer-events: none; }
.bpc.is-open { display: flex; }
body.bp-consent-lock .bpc { background: rgba(26,16,51,.45); pointer-events: auto; }
.bpc-box { pointer-events: auto; width: min(560px, 100%); background: #fff; border-radius: 18px; box-shadow: 0 20px 60px rgba(0,0,0,.3); padding: 1.4rem 1.5rem; font-family: "Nunito", system-ui, sans-serif; color: #1a1033; }
.bpc-title { font-size: 1.15rem; font-weight: 800; margin: 0 0 .4rem; }
.bpc-text { margin: 0 0 1rem; font-size: .95rem; line-height: 1.55; color: #5b5575; }
.bpc-text a { color: #7b2cbf; font-weight: 700; text-decoration: underline; }
.bpc-manage { display: none; flex-direction: column; gap: .6rem; margin-bottom: 1rem; }
.bpc-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .7rem .9rem; border: 1px solid #eee7f6; border-radius: 12px; cursor: pointer; }
.bpc-row b { display: block; font-size: .95rem; } .bpc-row small { color: #5b5575; font-size: .82rem; }
.bpc-row input { width: 20px; height: 20px; accent-color: #7b2cbf; flex: 0 0 auto; }
.bpc-actions { display: flex; gap: .6rem; flex-wrap: wrap; align-items: center; }
.bpc-btn { font: inherit; font-weight: 700; border: 2px solid #7b2cbf; background: #fff; color: #7b2cbf; border-radius: 999px; padding: .6rem 1.2rem; cursor: pointer; }
.bpc-primary { background: linear-gradient(135deg, #c2188f 0%, #7b2cbf 50%, #2a1fa8 100%); color: #fff; border-color: transparent; }
.bpc-link { border-color: transparent; text-decoration: underline; padding-left: .4rem; padding-right: .4rem; }
.bpc-actions .bpc-btn { display: none; }
.bpc[data-mode="banner"] [data-act="accept"], .bpc[data-mode="banner"] [data-act="reject"], .bpc[data-mode="banner"] [data-act="manage"] { display: inline-block; }
.bpc[data-mode="manage"] .bpc-manage { display: flex; }
.bpc[data-mode="manage"] [data-act="save"], .bpc[data-mode="manage"] [data-act="accept"], .bpc[data-mode="manage"] [data-act="reject"] { display: inline-block; }
.bpc[data-mode="notice"] [data-act="ok"], .bpc[data-mode="notice"] [data-act="manage"] { display: inline-block; }
.bpc[data-regime="optout"][data-mode="manage"] [data-act="optout"], .bpc[data-regime="optout"][data-mode="notice"] [data-act="optout"] { display: inline-block; }
.bpc[data-mode="notice"] .bpc-box { padding: 1rem 1.2rem; }
.bpc[data-mode="notice"] .bpc-title { display: none; }
@media (max-width: 640px) { .bpc { padding: .6rem; } .bpc-actions .bpc-btn { flex: 1 1 auto; text-align: center; } }
