body{margin:0;padding:0;font-family:"Fira Sans", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.cookies{position:fixed;left:1.79rem;right:1.79rem;bottom:1.5rem;z-index:1200;}
:root {
  --surface-cool: #3A342E;
  --surface-panel: #FFFFFF;
  --tone-light: #C0561F;
  --ink-light: #EAE6E1;
  --motion-soft: ease-in-out;
  --line-primary: #D8D2CB;
  --surface-accent: #221E1A;
}

.cookies .site-frame{max-width:1440px;margin:0 auto;padding:1.5rem 1.79rem;background:#3E6E8E;border-radius:0.83rem;box-shadow:0 14px 42px rgba(0,0,0,0.25);display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:center;color:#FFFFFF;}
.cookies .compact-visual strong{display:block;margin-bottom:4px;}
.cookies .compact-visual p{margin:0;opacity:.95;}
.cookies .bottom-actions{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .bottom-actions button{border:1px solid color-mix(in srgb, currentColor 12%, transparent);background:color-mix(in srgb, currentColor 20%, transparent);color:inherit;border-radius:0.34rem;padding:8px 10px;cursor:pointer;}
.cookies .bottom-actions button.cookie-accept{background:#2E3A44;color:#F3F1EE;}
@media (max-width: 760px){.cookies .site-frame{grid-template-columns:1fr;}
    }
