:root {
  --delay-entry: ease;
  --surface-cool: #1a1a1a;
  --ink-panel: #ffffff;
  --paint-primary: #ff6b6b;
  --surface-dark: #e0e0e0;
  --line-strong: #e63946;
  --tone-warm: #1a1a1a;
}

body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.cookies{position:fixed;left:1.33rem;right:1.33rem;bottom:1.5rem;z-index:1200;}
.cookies .plain-plan{max-width:860px;margin:0 auto;background:linear-gradient(145deg,var(--line-strong),#1a1a1a);color:#ffffff;border-radius:1rem;padding:1.5rem 1.33rem;box-shadow:0 16px 26px rgba(0,0,0,0.03);}
.cookies .plain-plan strong{display:block;margin-bottom:6px;}
.cookies .plain-plan p{margin:0;opacity:.9;}
.cookies .open-actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px;}
.cookies .open-actions button{border:1px solid color-mix(in srgb, currentColor 40%, transparent);background:transparent;border-radius:999px;padding:7px 12px;cursor:pointer;}
.cookies .open-actions button.cookie-accept{background:var(--paint-primary);border-color:transparent;color:#1a1a1a;font-weight:700;}
