body{margin:0;padding:0;font-family:"Nunito", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.cookies{position:fixed;right:var(--stack-form);bottom:var(--measure-small);width:min(420px,calc(100vw - (var(--stack-form) * 2)));z-index:1200;}
.cookies .plain-proof{border:1px solid var(--tone-warm);border-radius:var(--curve-small);background:var(--surface-accent);color:var(--tone-dark);padding:12px;box-shadow:var(--lift-strong);}
:root {
  --tone-dark: #2b3540;
  --surface-light: #ffffff;
  --line-light: #f7f8fa;
  --tone-extra-7: #141b23;
  --measure-small: 1.5rem;
  --lift-strong: 0 2px 5px rgba(0,0,0,0.18);
  --paint-card: #ffffff;
  --stack-form: 2.22rem;
  --tone-muted: #ffffff;
  --line-accent: #0f3d5c;
  --tone-warm: #dde3e9;
  --corner-large: 0.05rem;
  --curve-small: 0.12rem;
  --surface-accent: #eef1f4;
  --paint-dark: #e2601a;
  --paint-muted: #141b23;
  --line-secondary: #0f3d5c;
  --tone-inverse: #0f3d5c;
  --ink-inverse: #ffffff;
  --line-strong: #ffffff;
  --ink-page: linear-gradient(135deg, #0f3d5c 0%, #14567d 55%, #1b6f9c 100%);
  --ease-hover: ease;
}

.cookies .plain-proof p{margin:0;}
.cookies .page-shell{margin-top:10px;display:flex;justify-content:flex-end;gap:8px;}
.cookies .page-shell button{border:1px solid var(--tone-warm);border-radius:var(--corner-large);background:var(--surface-light);color:var(--tone-extra-7);padding:7px 10px;cursor:pointer;}
.cookies .page-shell button.cookie-accept{background:var(--line-accent);border-color:var(--line-accent);color:var(--paint-card);}
