.consent[data-astro-cid-atxjelh7] {
  font-family: var(--font-body);
}

.consent__bar[data-astro-cid-atxjelh7] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 0 clamp(12px, 3vw, 24px) clamp(12px, 3vw, 24px);
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.consent__bar[data-astro-cid-atxjelh7][hidden] {
  display: none;
}

.consent__card[data-astro-cid-atxjelh7] {
  pointer-events: auto;
  width: min(100%, 900px);
  background: var(--deep);
  color: var(--on-deep);
  border: 1px solid var(--border-on-deep);
  border-radius: 16px;
  padding: clamp(18px, 3vw, 26px);
  box-shadow: 0 20px 60px #09202b52;
  display: grid;
  gap: 18px;
  animation: consent-up .34s var(--ease-brand) both;
}

@keyframes consent-up {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.consent__title[data-astro-cid-atxjelh7] {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--on-deep);
}

.consent__text[data-astro-cid-atxjelh7] {
  margin: 8px 0 0;
  max-width: 72ch;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--on-deep-dim);
}

.consent__text[data-astro-cid-atxjelh7] a[data-astro-cid-atxjelh7] {
  color: var(--accent-on-deep-ink);
  text-decoration: underline;
}

.consent__actions[data-astro-cid-atxjelh7] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
}

.consent__spacer[data-astro-cid-atxjelh7] {
  flex: auto;
  min-width: 0;
}

.consent__button[data-astro-cid-atxjelh7] {
  appearance: none;
  flex: none;
  min-width: 172px;
  border: 0;
  border-radius: 9px;
  padding: 13px 20px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  background: var(--on-deep);
  color: var(--deep);
  transition: background-color var(--ruch-szybko) ease,
      transform var(--ruch-szybko) var(--ease-brand);
}

.consent__button[data-astro-cid-atxjelh7]:hover {
  background: var(--accent-on-deep-ink);
}

.consent__choice[data-astro-cid-atxjelh7] {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}

.consent__button[data-astro-cid-atxjelh7]:active {
  transform: scale(.98);
}

.consent__link[data-astro-cid-atxjelh7] {
  appearance: none;
  background: none;
  border: 0;
  padding: 13px 4px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--on-deep-dim);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.consent__link[data-astro-cid-atxjelh7]:hover {
  color: var(--on-deep);
}

.consent[data-astro-cid-atxjelh7] [data-astro-cid-atxjelh7]:focus-visible {
  outline: 2px solid var(--accent-on-deep-ink);
  outline-offset: 3px;
}

.consent__panel[data-astro-cid-atxjelh7] {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: clamp(12px, 3vh, 40px) 16px;
  border: 0;
  background: none;
  color: var(--on-deep);
  overflow-y: auto;
}

.consent__panel[data-astro-cid-atxjelh7][open] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.consent__panel[data-astro-cid-atxjelh7]::backdrop {
  background: #09202b9e;
}

.consent__box[data-astro-cid-atxjelh7] {
  width: min(100%, 690px);
  margin: auto;
  background: var(--deep);
  color: var(--on-deep);
  border: 1px solid var(--border-on-deep);
  border-radius: 18px;
  padding: clamp(20px, 4vw, 32px);
  box-shadow: 0 24px 80px #09202b66;
  animation: consent-pop .28s var(--ease-brand) both;
}

@keyframes consent-pop {
  from {
    opacity: 0;
    transform: scale(.98) translate3d(0, 8px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.consent__head[data-astro-cid-atxjelh7] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.consent__h2[data-astro-cid-atxjelh7] {
  margin: 0;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: var(--on-deep);
}

.consent__x[data-astro-cid-atxjelh7] {
  appearance: none;
  flex: none;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-on-deep);
  border-radius: 9px;
  background: none;
  color: var(--on-deep-dim);
  cursor: pointer;
}

.consent__x[data-astro-cid-atxjelh7]:hover {
  border-color: var(--accent-on-deep-ink);
  color: var(--on-deep);
}

.consent__intro[data-astro-cid-atxjelh7] {
  margin-top: 10px;
}

.consent__categories[data-astro-cid-atxjelh7] {
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.consent__category[data-astro-cid-atxjelh7] {
  border: 1px solid var(--border-on-deep);
  border-radius: 12px;
  padding: 16px 18px;
  background: color-mix(in srgb, var(--on-deep) 6%, var(--deep));
}

.consent__row[data-astro-cid-atxjelh7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.consent__name[data-astro-cid-atxjelh7] {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--on-deep);
}

.consent__description[data-astro-cid-atxjelh7] {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--on-deep-dim);
}

.consent__fixed[data-astro-cid-atxjelh7] {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--on-deep-dim);
  white-space: nowrap;
}

.consent__switch[data-astro-cid-atxjelh7] {
  position: relative;
  flex: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.consent__switch[data-astro-cid-atxjelh7] input[data-astro-cid-atxjelh7] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

.consent__track[data-astro-cid-atxjelh7] {
  width: 46px;
  height: 26px;
  border-radius: 9999px;
  background: var(--border-on-deep);
  transition: background-color var(--ruch-szybko) ease;
  display: block;
}

.consent__knob[data-astro-cid-atxjelh7] {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--on-deep-dim);
  transition: transform var(--ruch-szybko) var(--ease-brand),
      background-color var(--ruch-szybko) ease;
  pointer-events: none;
}

.consent__switch[data-astro-cid-atxjelh7] input[data-astro-cid-atxjelh7]:checked ~ .consent__track[data-astro-cid-atxjelh7] {
  background: var(--accent-on-deep);
}

.consent__switch[data-astro-cid-atxjelh7] input[data-astro-cid-atxjelh7]:checked ~ .consent__knob[data-astro-cid-atxjelh7] {
  transform: translateX(20px);
  background: var(--on-deep);
}

.consent__switch[data-astro-cid-atxjelh7] input[data-astro-cid-atxjelh7]:focus-visible ~ .consent__track[data-astro-cid-atxjelh7] {
  outline: 2px solid var(--accent-on-deep-ink);
  outline-offset: 3px;
}

.consent__panel-actions[data-astro-cid-atxjelh7] {
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.consent__panel-actions[data-astro-cid-atxjelh7] .consent__button[data-astro-cid-atxjelh7] {
  flex: 172px;
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}

.consent__foot[data-astro-cid-atxjelh7] {
  margin: 18px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--on-deep-dim);
}

.consent__foot[data-astro-cid-atxjelh7] a[data-astro-cid-atxjelh7] {
  color: var(--accent-on-deep-ink);
}

@media (width <= 600px) {
  .consent__button[data-astro-cid-atxjelh7] {
    flex: 100%;
    min-width: 0;
  }

  .consent__choice[data-astro-cid-atxjelh7] {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .consent__spacer[data-astro-cid-atxjelh7] {
    display: none;
  }

  .consent__link[data-astro-cid-atxjelh7] {
    width: 100%;
    text-align: left;
  }
}

html.ruch-ograniczony .consent__card[data-astro-cid-atxjelh7], html.ruch-ograniczony .consent__box[data-astro-cid-atxjelh7] {
  animation: none;
}

@media print {
  .consent[data-astro-cid-atxjelh7] {
    display: none !important;
  }
}
