.wpg-consent { position:fixed; z-index:100; right:18px; bottom:18px; width:min(420px,calc(100vw - 36px)); padding:18px; border:1px solid rgba(103,232,249,.45); background:#07131f; color:#f0dfbe; box-shadow:0 18px 55px rgba(0,0,0,.45); font-family:Inter,ui-sans-serif,system-ui,sans-serif; }
.wpg-consent[hidden] { display:none; }
.wpg-consent strong { display:block; margin-bottom:7px; font:600 1.05rem Georgia,serif; }
.wpg-consent p { margin:0 0 14px; color:#a8b1b5; font-size:.78rem; line-height:1.55; }
.wpg-consent a { color:#67e8f9; }
.wpg-consent-actions { display:flex; gap:9px; }
.wpg-consent button { min-height:40px; padding:0 15px; border:1px solid #ff6d5a; background:#ff6d5a; color:#190f10; cursor:pointer; font:800 .7rem ui-monospace,SFMono-Regular,Menlo,monospace; text-transform:uppercase; }
.wpg-consent button[data-consent-deny] { background:transparent; color:#f0dfbe; border-color:rgba(240,223,190,.4); }
.privacy-controls { margin:24px 0; padding:18px; border-left:3px solid #67e8f9; background:rgba(103,232,249,.07); }
.privacy-controls button { min-height:40px; margin:5px 8px 5px 0; padding:0 14px; border:1px solid #ff6d5a; background:#ff6d5a; color:#190f10; cursor:pointer; font-weight:800; }
.privacy-controls button[data-consent-deny], .privacy-controls button[data-consent-withdraw] { background:transparent; color:#f0dfbe; border-color:rgba(240,223,190,.4); }
@media (max-width:640px) { .wpg-consent { right:10px; bottom:10px; width:calc(100vw - 20px); } .wpg-consent-actions { flex-direction:column; } .wpg-consent button { width:100%; } }
