.cookie-consent{position:fixed;left:clamp(16px,4vw,32px);right:clamp(16px,4vw,32px);bottom:clamp(16px,4vw,32px);z-index:99990;display:none;align-items:flex-end;justify-content:space-between;gap:18px;max-width:980px;margin:0 auto;padding:16px;background:rgba(10,10,11,0.92);border:1px solid rgba(242,240,235,0.12);border-radius:10px;box-shadow:0 22px 60px rgba(0,0,0,0.26);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:#F2F0EB;font-family:'Geist',Arial,sans-serif;}
.cookie-consent.show{display:flex;}
[data-theme="light"] .cookie-consent{background:rgba(248,246,239,0.94);border-color:rgba(10,10,11,0.14);box-shadow:0 22px 60px rgba(10,10,11,0.12);color:#0A0A0B;}
.cookie-copy{max-width:620px;}
.cookie-kicker{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:rgba(242,240,235,0.42);margin-bottom:6px;}
[data-theme="light"] .cookie-kicker{color:rgba(10,10,11,0.42);}
.cookie-copy strong{display:block;font-size:15px;margin-bottom:5px;}
.cookie-copy p{font-size:13px;line-height:1.6;color:rgba(242,240,235,0.64);margin:0;}
[data-theme="light"] .cookie-copy p{color:rgba(10,10,11,0.62);}
.cookie-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookie-actions button,.cookie-actions a{border:1px solid rgba(242,240,235,0.14);border-radius:100px;padding:9px 14px;font-size:12px;font-weight:600;color:#F2F0EB;background:transparent;text-decoration:none;white-space:nowrap;}
[data-theme="light"] .cookie-actions button,[data-theme="light"] .cookie-actions a{border-color:rgba(10,10,11,0.14);color:#0A0A0B;}
.cookie-actions .cookie-accept{background:#F2F0EB;color:#0A0A0B;border-color:#F2F0EB;}
[data-theme="light"] .cookie-actions .cookie-accept{background:#0A0A0B;color:#F2F0EB;border-color:#0A0A0B;}
@media(max-width:720px){.cookie-consent{flex-direction:column;align-items:stretch}.cookie-actions{justify-content:flex-start}.cookie-actions button,.cookie-actions a{flex:1;text-align:center;}}
