/* Cookie-consent banner (used by analytics.js). */
.pyr-consent {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 12px 18px;
  background: #171a23;
  border-top: 1px solid #2a2f3d;
  color: #9aa1b2;
  font-size: 0.86rem;
  line-height: 1.45;
}
.pyr-consent p { margin: 0; max-width: 640px; }
.pyr-consent .btns { display: flex; gap: 8px; }
.pyr-consent button {
  font: inherit;
  border-radius: 8px;
  padding: 8px 18px;
  cursor: pointer;
  border: 1px solid #2a2f3d;
}
.pyr-consent .accept {
  background: linear-gradient(90deg, #5aa9e6, #f08fb0);
  color: #0b0d12;
  border: 0;
  font-weight: 700;
}
.pyr-consent .decline { background: transparent; color: #9aa1b2; }
