#qb-cookie-banner{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:99999;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(15,18,28,.92);
  color:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.12);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;
  backdrop-filter: blur(8px);
}
#qb-cookie-banner .qb-row{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
#qb-cookie-banner .qb-text{
  max-width:900px;
  font-size:14px;
  line-height:1.35;
  opacity:.95;
}
#qb-cookie-banner a{color:#8fd3ff;text-decoration:underline}
#qb-cookie-banner .qb-actions{display:flex;gap:10px;align-items:center}
#qb-cookie-banner button{
  border:0;
  border-radius:12px;
  padding:10px 14px;
  font-weight:700;
  cursor:pointer;
}
#qb-cookie-accept{background:#3b82f6;color:#fff}
#qb-cookie-close{background:rgba(255,255,255,.12);color:#fff}
@media (max-width:520px){
  #qb-cookie-banner{left:10px;right:10px;bottom:10px}
  #qb-cookie-banner .qb-actions{width:100%}
  #qb-cookie-banner button{flex:1}
}
