:root {
  --ease-slow: cubic-bezier(0.16,1,0.3,1);
  --tone-strong: #0F1F33;
  --surface-strong: #FFFFFF;
  --surface-light: #D6DFEA;
  --paint-inverse: #0B4A8F;
}

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;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:1200}
.cookies .steady-details{width:min(38rem,calc(100vw - 1.69rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:1.18rem;background:#f7f7f7;color:#0a0f1a;box-shadow:0 26px 44px rgba(0,0,0,0.25)}
.cookies strong{font-size:calc(18.4px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.78}
.cookies .bottom-team{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .bottom-team>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.3rem;background:#fff;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:var(--paint-inverse);color:#FFFFFF;border-color:var(--paint-inverse)}
