.cookie-banner[hidden] { display: none; }
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px;
  background: var(--t-panel, #1a1a1a); color: var(--t-text, #fff);
  border-top: 1px solid var(--t-line, #333);
  padding: 14px 20px; box-shadow: 0 -4px 16px rgba(0,0,0,.15);
}
.cookie-banner__text { margin: 0; font-size: .82rem; max-width: 640px; line-height: 1.5; }
.cookie-banner__text a { color: var(--t-accent, #0a9396); text-decoration: underline; }
.cookie-banner__btn {
  background: var(--t-accent, #0a9396); color: #fff; border: none; cursor: pointer;
  padding: 9px 22px; border-radius: 8px; font-size: .85rem; font-weight: 700; white-space: nowrap;
}
.cookie-banner__btn:hover { opacity: .88; }
