.aq-cookie-notice{
  position:fixed;z-index:1000;right:max(16px,env(safe-area-inset-right));
  bottom:max(16px,env(safe-area-inset-bottom));width:min(520px,calc(100vw - 32px));
  display:flex;align-items:center;gap:18px;padding:16px 16px 16px 18px;
  box-sizing:border-box;border:1px solid rgba(20,22,26,.18);border-radius:14px;
  background:rgba(250,249,246,.97);color:#14161a;
  box-shadow:0 18px 54px -24px rgba(10,12,16,.45);
  font:500 13px/1.45 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);
}
.aq-cookie-notice p{min-width:0;margin:0;color:#43464d}
.aq-cookie-notice strong{color:#14161a;font-weight:650}
.aq-cookie-actions{display:flex;align-items:center;gap:8px;flex:none}
.aq-cookie-actions a,.aq-cookie-actions button{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;
  box-sizing:border-box;border-radius:9px;padding:0 13px;white-space:nowrap;
  font:650 13px/1.35 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.aq-cookie-actions a{color:#263f9e;text-decoration:none}
.aq-cookie-actions a:hover{text-decoration:underline;text-underline-offset:3px}
.aq-cookie-actions button{border:1px solid #14161a;background:#14161a;color:#faf9f6;cursor:pointer}
.aq-cookie-actions button:hover{background:#000}
.aq-cookie-actions a:focus-visible,.aq-cookie-actions button:focus-visible{
  outline:3px solid #6f8fff;outline-offset:2px;
}
[data-theme="dark"] .aq-cookie-notice{
  border-color:rgba(255,255,255,.16);background:rgba(28,30,35,.97);color:#f5f3ed;
  box-shadow:0 18px 54px -24px rgba(0,0,0,.8);
}
[data-theme="dark"] .aq-cookie-notice p{color:#c8c8cb}
[data-theme="dark"] .aq-cookie-notice strong{color:#fff}
[data-theme="dark"] .aq-cookie-actions a{color:#9eb2ff}
[data-theme="dark"] .aq-cookie-actions button{
  border-color:#f5f3ed;background:#f5f3ed;color:#17191d;
}
@media (max-width:640px){
  .aq-cookie-notice{left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));width:auto;align-items:stretch;flex-direction:column;gap:10px}
  .aq-cookie-actions{justify-content:flex-end}
}
@media (prefers-reduced-motion:no-preference){
  .aq-cookie-notice{animation:aq-cookie-enter .22s ease-out both}
  @keyframes aq-cookie-enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
}
