.tsa-consent-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(148,235,226,.24);
  border-radius: 8px;
  background: rgba(3,12,11,.96);
  box-shadow: 0 20px 60px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.05);
  color: rgba(238,248,244,.86);
  font: 14px/1.45 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  backdrop-filter: blur(18px);
}

.tsa-consent-banner.is-visible { display: flex; }

.tsa-consent-copy {
  max-width: 760px;
}

.tsa-consent-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #f4fffb;
  font-size: 15px;
}

.tsa-consent-copy p { margin: 0; }

.tsa-consent-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.tsa-consent-actions button {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(148,235,226,.28);
  border-radius: 4px;
  background: transparent;
  color: rgba(238,248,244,.86);
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}

.tsa-consent-actions button:hover,
.tsa-consent-actions button:focus-visible {
  border-color: rgba(0,216,198,.7);
  color: #fff;
}

.tsa-consent-accept {
  border-color: transparent !important;
  background: linear-gradient(135deg, #00b8ad, #10d2bd) !important;
  color: #02100e !important;
}

.tsa-consent-footer-settings {
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid rgba(148,235,226,.34);
  background: transparent;
  color: rgba(238,248,244,.66);
  cursor: pointer;
  font: 700 12px/1.3 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tsa-consent-footer-powered {
  flex-direction: column;
  align-items: flex-end;
  transform: translateY(24px);
}

.tsa-consent-footer-powered .tsa-consent-footer-settings {
  margin-top: 9px;
}

.tsa-consent-footer-settings:hover,
.tsa-consent-footer-settings:focus-visible {
  border-bottom-color: rgba(0,216,198,.8);
  color: #fff;
}

body > footer .tsa-consent-footer-settings {
  margin-left: 12px;
}

@media (max-width: 700px) {
  .tsa-consent-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }

  .tsa-consent-actions {
    justify-content: stretch;
    flex-wrap: wrap;
  }

  .tsa-consent-actions button { flex: 1 1 130px; }
}
