
  .cookie-consent{position:fixed;left:50%;bottom:20px;z-index:9999;width:min(720px,calc(100% - 32px));transform:translateX(-50%);padding:20px;border:1px solid rgba(255,122,0,.55);border-radius:18px;background:rgba(8,8,8,.98);box-shadow:0 22px 70px rgba(0,0,0,.55);color:#f7f7f7;font:15px/1.55 Inter,Segoe UI,Arial,sans-serif}
  .cookie-consent[hidden]{display:none}
  .cookie-consent h2{margin:0 0 8px;font-size:1.15rem;line-height:1.25}
  .cookie-consent p{margin:0;color:#d0d0d0}
  .cookie-consent a{color:#ffad66}
  .cookie-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:16px}
  .cookie-btn{min-height:44px;padding:0 18px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#151515;color:#fff;font:inherit;font-weight:800;cursor:pointer}
  .cookie-btn:hover,.cookie-btn:focus-visible{border-color:#ff7a00}
  .cookie-btn.primary{border-color:#ff7a00;background:#ff7a00;color:#050505}
  .cookie-settings{position:fixed;left:14px;bottom:14px;z-index:9998;min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(8,8,8,.94);color:#d8d8d8;font:13px/1 Inter,Segoe UI,Arial,sans-serif;cursor:pointer}
  .cookie-settings[hidden]{display:none}
  .cookie-settings:hover,.cookie-settings:focus-visible{border-color:#ff7a00;color:#ffad66}
  @media(max-width:600px){.cookie-consent{bottom:12px;padding:18px}.cookie-actions{flex-direction:column}.cookie-btn{width:100%}.cookie-settings{left:10px;bottom:10px}}

.cookie-consent .cookie-btn{border-radius:10px}
.cookie-consent .cookie-status{margin-top:10px;font-size:.85rem}
/* Leave room for the fixed preferences control at the end of the page. */
body .footer{padding-bottom:68px}
