.cookie-consent[hidden],.cookie-consent [hidden]{display:none!important}
.cookie-consent{z-index:10000;position:fixed;inset:0;padding:24px;background:rgba(20,20,20,.36);display:flex;align-items:flex-end;justify-content:center;font-family:Supreme,Arial,sans-serif;color:#222}
.cookie-consent__card{width:min(820px,100%);padding:28px;border:1px solid #d8d8d8;border-radius:12px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.2)}
.cookie-consent__eyebrow{display:block;margin-bottom:13px;color:#606060;font-size:10px;font-weight:500;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}
.cookie-consent h2{margin:0;font-size:clamp(22px,2vw,28px);font-weight:400;line-height:1.08;letter-spacing:-.025em}
.cookie-consent p{max-width:720px;margin:15px 0 0;color:#666;font-size:14px;line-height:1.55}
.cookie-consent__legal{font-size:12px!important}
.cookie-consent__legal a{text-decoration:underline;text-underline-offset:3px}
.cookie-consent__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.cookie-button{min-height:46px;padding:12px 17px;border:1px solid #cfcfcf;border-radius:6px;color:#222;background:#fff;font:500 11px/1 Supreme,Arial,sans-serif;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}
.cookie-button:hover,.cookie-button:focus-visible{border-color:#222;outline:0}
.cookie-button--primary{border-color:#222;color:#fff;background:#222}
.cookie-button--primary:hover,.cookie-button--primary:focus-visible{border-color:#222;color:#222;background:#f2ff93}
.cookie-button--text{border-color:transparent;text-decoration:underline;text-underline-offset:3px}
.cookie-category{margin-top:14px;padding:16px;border:1px solid #dedede;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fafafa}
.cookie-category strong{font-size:15px;font-weight:500}
.cookie-category p{margin-top:5px;font-size:12px}
.cookie-category input{width:24px;height:24px;flex:0 0 24px;accent-color:#222;cursor:pointer}
.cookie-category__required{flex:0 0 auto;color:#666;font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase}
body.cookie-panel-open{overflow:hidden}
@media(max-width:620px){
  .cookie-consent{padding:12px}
  .cookie-consent__card{max-height:calc(100vh - 24px);padding:22px 18px;overflow:auto}
  .cookie-consent__actions{display:grid;grid-template-columns:1fr}
  .cookie-button{width:100%}
  .cookie-category{align-items:flex-start;padding:14px;gap:14px}
  .cookie-category__required{max-width:90px;text-align:right}
}
@media(prefers-reduced-motion:reduce){.cookie-consent *{scroll-behavior:auto!important}}
