.consent-banner{position:fixed;right:1rem;bottom:1rem;z-index:1000;width:min(28rem,calc(100% - 2rem));padding:1.1rem;background:#111827;color:#f8fafc;border:1px solid #475569;border-radius:1rem;box-shadow:0 18px 50px rgba(0,0,0,.55);font:inherit}
.consent-banner p{margin:0 0 .9rem;color:#dbe4ef;line-height:1.5}
.consent-actions{display:flex;flex-wrap:wrap;gap:.65rem}
.consent-button{min-height:44px;padding:.65rem .9rem;border:1px solid #64748b;border-radius:.65rem;background:#1e293b;color:#fff;font:inherit;font-weight:750;cursor:pointer}
.consent-button.primary{border-color:#f97316;background:#ea580c}
.consent-button:focus-visible,.consent-settings:focus-visible{outline:3px solid #fbbf24;outline-offset:3px}
.consent-settings{position:fixed;right:1rem;bottom:1rem;z-index:999;padding:.55rem .75rem;border:1px solid #475569;border-radius:999px;background:#111827;color:#f8fafc;font:inherit;font-size:.8rem;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.35)}
@media(max-width:520px){.consent-banner{right:.65rem;bottom:.65rem;width:calc(100% - 1.3rem)}.consent-actions{display:grid;grid-template-columns:1fr}.consent-settings{right:.65rem;bottom:.65rem}}
