#consent-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:9999;background:#0e1018;color:#e6e6e6;border:1px solid #2b2f39;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.3);padding:16px;max-width:980px;margin:0 auto;font:14px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial}
#consent-banner .row{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}
#consent-banner .txt{flex:1 1 520px}
#consent-banner .txt b{color:#8ec7ff}
#consent-banner .btns{display:flex;gap:10px;flex-wrap:wrap}
#consent-banner button{cursor:pointer;border-radius:10px;border:1px solid #2b2f39;padding:10px 14px;background:#151827;color:#e6e6e6}
#consent-banner button.accept{background:#16a34a;border-color:#16813a;color:#fff}
#consent-banner button.reject{background:#2b2f39}
#consent-banner a{color:#8ec7ff;text-decoration:underline}
@media (max-width:720px){#consent-banner{left:.75rem;right:.75rem}}