.eyeball-consent{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  width:min(1120px,calc(100% - 40px));
  margin:0 auto;
  padding:20px 22px;
  border:1px solid rgba(53,245,255,.28);
  border-radius:20px;
  background:rgba(5,7,18,.97);
  color:#eaf0ff;
  box-shadow:0 24px 80px rgba(0,0,0,.6);
  backdrop-filter:blur(18px);
}
.eyeball-consent.is-visible{display:flex}
.eyeball-consent-copy{display:grid;gap:6px;max-width:760px}
.eyeball-consent-copy strong{font-size:16px}
.eyeball-consent-copy span{color:rgba(234,240,255,.72);font-size:14px;line-height:1.55}
.eyeball-consent-copy a{color:#35f5ff}
.eyeball-consent-copy small{color:rgba(234,240,255,.6)}
.eyeball-consent-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.eyeball-consent-actions button,
.eyeball-cookie-settings{
  min-height:40px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#eaf0ff;
  font:inherit;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}
.eyeball-consent-actions button.allow{border-color:#35f5ff;background:#35f5ff;color:#041015}
.eyeball-consent-actions button:disabled{opacity:.55;cursor:wait}
.eyeball-cookie-settings{min-height:auto;padding:0;border:0;background:none;color:inherit;text-decoration:underline;font-weight:600}
@media(max-width:760px){
  .eyeball-consent{left:12px;right:12px;bottom:12px;width:calc(100% - 24px);align-items:stretch;flex-direction:column;padding:18px}
  .eyeball-consent-actions{justify-content:stretch}
  .eyeball-consent-actions button{flex:1 1 180px}
}
