:root {
  --ink-light: #374151;
  --tone-extra-7: #f9fafb;
  --surface-accent: #1f2933;
  --ink-muted: #d97706;
  --paint-muted: #e5e7eb;
  --delay-soft: cubic-bezier(0.4,0,0.2,1);
}

body{margin:0;padding:0;font-family:"DM Sans", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.cookies{position:fixed;right:1.78rem;bottom:1.5rem;width:min(420px,calc(100vw - (1.78rem * 2)));z-index:1200;}
.cookies .plain-links{border:1px solid #d1d5db;border-radius:0.54rem;background:var(--paint-muted);color:var(--ink-light);padding:12px;box-shadow:0 1px 5px rgba(0,0,0,0.08);}
.cookies .plain-links p{margin:0;}
.cookies .strong-surface{margin-top:10px;display:flex;justify-content:flex-end;gap:8px;}
.cookies .strong-surface button{border:1px solid #d1d5db;border-radius:0.34rem;background:#ffffff;color:#1f2933;padding:7px 10px;cursor:pointer;}
.cookies .strong-surface button.cookie-accept{background:var(--ink-muted);border-color:var(--ink-muted);color:#ffffff;}
