:root {
  --ease-panel: ease-in-out;
  --tone-strong: #fbfaf7;
  --surface-clear: #d5dde6;
  --paint-deep: #16222f;
}

body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
*{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .bottom-track{width:min(24rem,calc(100vw - 28px));padding:14px 16px;border:1px solid var(--surface-clear);border-radius:20px;background:#eef4fa;color:#2a3a4c;box-shadow:0 8px 18px rgba(0,0,0,0.09)}
.cookies strong{display:block;font-size:calc(16.8px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.75}
.cookies .compact-wrap{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .compact-wrap button{border:1px solid var(--surface-clear);background:#ffffff;color:#16222f;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .compact-wrap button.cookie-accept{background:#e07a2f;color:#ffffff;border-color:transparent}
