:root {
  --ink-cool: #141A44;
  --line-clear: #F4F6FF;
  --motion-nav: cubic-bezier(0.4,0,0.2,1);
}

body{margin:0;padding:0;font-family:"Lora", sans-serif;}
*{box-sizing:border-box;}
.cookies{position:fixed;left:2.4rem;right:2.4rem;bottom:1.5rem;z-index:1200;}
.cookies .list{max-width:min(920px,100%);margin:0 auto;padding:calc(1.5rem * 0.9) 2.4rem;border-radius:1.26rem;background:linear-gradient(135deg,#22D3EE,#FBBF24);color:#06122B;box-shadow:0 20px 38px rgba(0,0,0,0.17);display:grid;grid-template-columns:1fr auto;gap:2.48rem;align-items:center;}
.cookies .wide-menu strong{display:block;margin-bottom:4px;}
.cookies .wide-menu p{margin:0;opacity:0.95;}
.cookies .top-shell{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;}
.cookies .top-shell button{border:1px solid color-mix(in srgb, currentColor 35%, transparent);background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;border-radius:0.31rem;padding:8px 12px;cursor:pointer;}
.cookies .top-shell button.cookie-accept{background:#1A1206;border-color:transparent;font-weight:700;color:#F59E0B;}
@media (max-width: 760px){.cookies .list{grid-template-columns:1fr;}

        .cookies .top-shell{justify-content:flex-start;}
    }
