:root {
  --tone-muted: #fbf6ec;
  --font-body: calc(15.1px * 1.35);
  --surface-deep: #f1e7d4;
  --line-panel: #c98a2e;
  --tone-primary: #8a4a2b;
  --paint-main: #2b1e12;
  --paint-accent: #e2d5bd;
  --tone-extra-11: #2b1e12;
  --ink-strong: #fdf6ec;
  --tone-soft: #fdf6ec;
  --depth-panel: 0 14px 28px rgba(0,0,0,0.07);
  --copy-quiet: 1.72;
  --tone-main: #ffffff;
  --line-main: #3d3122;
  --tone-extra-20: #8a4a2b;
  --paint-card: linear-gradient(135deg, #fbf6ec 0%, #f1e7d4 55%, #e6d6b8 100%);
  --surface-base: #2b1e12;
  --space-content: 1.16rem;
  --ink-inverse: #2b1e12;
  --tone-page: #2b1e12;
  --speed-panel: cubic-bezier(0.16,1,0.3,1);
}

body{margin:0;padding:0;font-family:"Quicksand", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .visual-group{max-width:760px;margin:0 auto;padding:14px 16px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:var(--paint-card);color:var(--tone-extra-11);box-shadow:var(--depth-panel);display:flex;gap:var(--space-content);align-items:center}
.cookies .main-flow{flex:1 1 0}
.cookies strong{display:block;font-size:var(--font-body)}
.cookies p{margin:6px 0 0;line-height:var(--copy-quiet)}
.cookies .primary-benefit{flex:0 0 auto;display:grid;gap:8px}
.cookies .primary-benefit button{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.12);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .primary-benefit button.cookie-accept{background:var(--tone-muted);color:var(--paint-main)}
@media(max-width:720px){.cookies .visual-group{display:block}.cookies .primary-benefit{margin-top:12px;grid-template-columns:repeat(2,minmax(0,1fr))}}
