html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Inter", sans-serif;}
footer,footer *{border-radius:0!important;}
:root {
  --surface-dark: #efe6d2;
  --ink-accent: #3d3223;
  --motion-panel: cubic-bezier(0.22,1,0.36,1);
}

.cookies{position:fixed;left:clamp(14px,2vw,24px);top:clamp(14px,2vw,24px);z-index:1200}
.cookies .secondary-lead{width:min(30rem,calc(100vw - 28px));padding:14px;border:1px solid rgba(0,0,0,.14);border-radius:22px;background:#a8642a;color:#fdf6e9;box-shadow:0 22px 40px rgba(0,0,0,0.24)}
.cookies .direct-wrap{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:calc(17.5px * 1.35)}
.cookies .direct-wrap button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies .compact-area{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.cookies .compact-area button{border:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.16);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
