:root {
  --stack-content: 2.51rem;
  --curve-soft: 1rem;
  --curve-round: 0.32rem;
  --tone-extra-18: #3a2a1c;
  --line-base: #241609;
  --tone-strong: #f7ecdb;
  --tone-primary: #f0b455;
  --surface-strong: #a8361f;
  --ink-page: #f7ecdb;
  --paint-accent: #c8452b;
  --surface-primary: #2a1608;
  --gap-form: 1.5rem;
  --shadow-panel: 0 16px 38px rgba(0,0,0,0.29);
  --motion-soft: cubic-bezier(0.2,0.8,0.2,1);
  --tone-warm: #d8c3a4;
  --surface-light: #fdf6ec;
  --tone-base: #c8452b;
  --surface-clear: #241609;
  --paint-clear: #e8a33d;
  --tone-dark: #efe0c8;
  --tone-muted: linear-gradient(135deg, #2a1608 0%, #6b2f1a 55%, #c8452b 100%);
  --paint-main: #fdf6ec;
  --paint-soft: #1f1409;
  --tone-light: #fdf6ec;
}

body{margin:0;padding:0;font-family:"Lora", sans-serif;}
*{box-sizing:border-box;}
.cookies{position:fixed;left:var(--stack-content);bottom:var(--gap-form);width:min(360px,calc(100vw - (var(--stack-content) * 2)));z-index:1200;}
.cookies .steady-rail{border-radius:var(--curve-soft);padding:var(--gap-form) var(--stack-content);background:linear-gradient(140deg,var(--tone-base),var(--surface-strong));color:var(--surface-light);box-shadow:var(--shadow-panel);}
.cookies .steady-rail h3{margin:0 0 6px;}
.cookies .steady-rail p{margin:0;opacity:.92;}
.cookies .offer-actions{margin-top:12px;display:grid;gap:8px;}
.cookies .offer-actions button{border:1px solid color-mix(in srgb, currentColor 28%, transparent);background:color-mix(in srgb, currentColor 14%, transparent);color:inherit;border-radius:var(--curve-round);padding:8px 10px;cursor:pointer;}
.cookies .offer-actions button.cookie-accept{background:var(--paint-clear);color:var(--surface-primary);border-color:var(--tone-primary);}
