#lcp-consent-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 10050;
  max-width: 720px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid rgba(64, 216, 240, 0.24);
  border-radius: 14px;
  background: rgba(8, 15, 24, 0.97);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.55);
  color: #d1d5db;
  font-family: Inter, sans-serif;
}

#lcp-consent-banner[hidden] { display: none !important; }
.lcp-consent-title { margin: 0 0 6px; color: #fff; font-size: 15px; font-weight: 800; }
.lcp-consent-copy { margin: 0; color: #9ca3af; font-size: 12px; line-height: 1.55; }
.lcp-consent-actions { display: flex; gap: 10px; margin-top: 13px; }
.lcp-consent-button {
  flex: 1;
  min-height: 38px;
  border: 1px solid rgba(64, 216, 240, 0.32);
  border-radius: 9999px;
  background: rgba(64, 216, 240, 0.08);
  color: #d1d5db;
  font: 700 12px/1 Inter, sans-serif;
  cursor: pointer;
}
.lcp-consent-button:hover { background: rgba(64, 216, 240, 0.15); color: #fff; }
.lcp-consent-button:focus { outline: 2px solid #40d8f0; outline-offset: 2px; }

@media (max-width: 520px) {
  #lcp-consent-banner { left: 12px; right: 12px; bottom: 12px; padding: 14px; }
  .lcp-consent-actions { flex-direction: column; }
}
