/* Copied for production serving */
#cookieBanner{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#111;color:#fff;padding:.75rem .875rem;box-shadow:0 -2px 8px rgba(0,0,0,.2);}#cookieBanner .wrap{max-width:72rem;margin:0 auto;display:flex;gap:.75rem;align-items:center;}#cookieBanner p{margin:0;line-height:1.4;font-size:.875rem;}#cookieBanner .actions{margin-left:auto;display:flex;gap:.5rem;}#cookieBanner .btn{border:1px solid #ffffff44;background:#222;color:#fff;border-radius:.375rem;padding:.4rem .7rem;font-weight:600;}#cookieBanner .btn.primary{background:#2563eb;border-color:#2563eb}#cookiePrefsBtn{position:fixed;right:.75rem;bottom:.75rem;z-index:9998;background:#fff;border:1px solid #ddd;border-radius:.375rem;padding:.5rem;font-size:0;color:#111;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}#cookiePrefsBtn::before{content:'🍪';font-size:1.25rem;line-height:1}#cookiePrefsBtn:hover{background:#f9fafb;border-color:#9ca3af}@media (max-width:640px){#cookieBanner .wrap{flex-direction:column;align-items:flex-start}.actions{margin-left:0}}
