/* Banner */
#tnpConsentModal {
  z-index: 999999;
}
.tnp-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 999999;
  background: #0f172a; /* slate-900 */
  color: #fff;
  padding: 14px 16px;
  box-shadow: 0 -6px 18px rgba(0,0,0,.35);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.tnp-consent-banner a { color: #93c5fd; }
.tnp-consent-small { font-size: 12px; opacity: .9; }

/* Buttons */
.tnp-btn {
  display: inline-block;
  padding: 8px 14px;
  margin-right: 8px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #1f2937; /* gray-800 */
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
.tnp-btn:hover { opacity: .95; }
.tnp-btn-primary { background: #2563eb; } /* blue-600 */
.tnp-btn-muted { background: #374151; }   /* gray-700 */
.tnp-btn-outline { background: transparent; border-color: #4b5563; }

/* Floating manage button */
.tnp-manage-btn {
  position: fixed;
  left: 16px; bottom: 16px;
  z-index: 999998;
  padding: 10px 14px;
  background: #111827;
  color: #fff;
