.ic-cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1085;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.25rem);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}
.ic-cookie-consent.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.ic-cookie-consent__halo {
  position: relative;
  width: min(100%, 980px);
  padding: 2.75rem;
  border-radius: 2rem;
  background: rgba(7, 10, 22, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.2), 0 0 3rem rgba(91, 141, 239, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.ic-cookie-consent__halo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 15% 20%, rgba(91, 141, 239, 0.12), transparent 35%), radial-gradient(circle at 85% 25%, rgba(0, 212, 255, 0.08), transparent 32%), radial-gradient(circle at 50% 100%, rgba(139, 92, 246, 0.07), transparent 42%);
  pointer-events: none;
}
.ic-cookie-consent__panel {
  position: relative;
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle at top left, rgba(91, 141, 239, 0.15), transparent 38%), radial-gradient(circle at top right, rgba(0, 212, 255, 0.12), transparent 35%), linear-gradient(145deg, rgba(16, 20, 36, 0.96), rgba(8, 11, 23, 0.92));
  box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 2rem rgba(91, 141, 239, 0.1);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}
.ic-cookie-consent__glow {
  position: absolute;
  inset: -25% auto auto -10%;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(91, 141, 239, 0.18), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}
.ic-cookie-consent__content {
  position: relative;
  padding: 1.15rem 1.15rem 1rem;
}
.ic-cookie-consent__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.ic-cookie-consent__badge i {
  font-size: 0.85rem;
  color: var(--phoenix-primary, var(--bs-primary));
}
.ic-cookie-consent__body {
  margin-bottom: 1rem;
}
.ic-cookie-consent__title {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.ic-cookie-consent__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.55;
}
.ic-cookie-consent__text + .ic-cookie-consent__text {
  margin-top: 0.5rem;
}
.ic-cookie-consent__text strong {
  color: #fff;
  font-weight: 600;
}
.ic-cookie-consent__text--small {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.68);
}
.ic-cookie-consent__inline-link, .ic-cookie-consent__link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.ic-cookie-consent__inline-link:hover, .ic-cookie-consent__inline-link:focus, .ic-cookie-consent__link:hover, .ic-cookie-consent__link:focus {
  color: #fff;
}
.ic-cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}
.ic-cookie-consent__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.95rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ic-cookie-consent .ic-cookie-btn {
  min-width: 10.5rem;
  border-radius: 0.85rem;
  font-weight: 600;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
  .ic-cookie-consent {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .ic-cookie-consent__content {
    padding: 1.35rem 1.4rem 1.15rem;
  }
  .ic-cookie-consent__panel {
    border-radius: 1.25rem;
  }
  .ic-cookie-consent__title {
    font-size: 1.18rem;
  }
}
@media (max-width: 767.98px) {
  .ic-cookie-consent__halo {
    padding: 1rem;
    border-radius: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .ic-cookie-consent {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }
  .ic-cookie-consent__content {
    padding: 1rem 0.95rem 0.95rem;
  }
  .ic-cookie-consent__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .ic-cookie-consent .ic-cookie-btn {
    width: 100%;
    min-width: 0;
  }
  .ic-cookie-consent__footer {
    justify-content: center;
  }
}/*# sourceMappingURL=cookie-consent.css.map */