
.cc_y1jbqclb_P21BG8M6Qy .consent-modal, .cc_y1jbqclb_register .consent-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-sm);
  animation: consent-modal-in 240ms ease-out;
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__backdrop, .cc_y1jbqclb_register .consent-modal__backdrop {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--color-text-primary) 45%, transparent);
  backdrop-filter: blur(2px);
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__panel, .cc_y1jbqclb_register .consent-modal__panel {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: min(80vh, 720px);
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border-radius: 4px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  animation: consent-panel-in 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__header, .cc_y1jbqclb_register .consent-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: var(--space-md) var(--space-lg);
  border-bottom: 1px solid var(--color-border);
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__title, .cc_y1jbqclb_register .consent-modal__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--text-h3);
  font-weight: 400;
  color: var(--color-text-primary);
  line-height: 1.2;
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__close, .cc_y1jbqclb_register .consent-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--color-text-secondary);
  cursor: pointer;
  transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__close:hover, .cc_y1jbqclb_register .consent-modal__close:hover {
  color: var(--color-text-primary);
  border-color: var(--color-border);
  background: var(--color-surface-alt);
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__close:focus-visible, .cc_y1jbqclb_register .consent-modal__close:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__body, .cc_y1jbqclb_register .consent-modal__body {
  flex: 1;
  overflow-y: auto;
  padding: var(--space-md) var(--space-lg) var(--space-lg) var(--space-lg);
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.7;
  color: var(--color-text-secondary);
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__body :is(h1, h2, h3, h4, h5), .cc_y1jbqclb_register .consent-modal__body :is(h1, h2, h3, h4, h5) {
  margin: var(--space-md) 0 var(--space-xs) 0;
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--color-text-primary);
  line-height: 1.25;
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__body h1, .cc_y1jbqclb_register .consent-modal__body h1 { font-size: var(--text-h2); }
.cc_y1jbqclb_P21BG8M6Qy .consent-modal__body h2, .cc_y1jbqclb_register .consent-modal__body h2 { font-size: var(--text-h3); }
.cc_y1jbqclb_P21BG8M6Qy .consent-modal__body h3, .cc_y1jbqclb_register .consent-modal__body h3 { font-size: var(--text-body-lg); }
.cc_y1jbqclb_P21BG8M6Qy .consent-modal__body h4, .cc_y1jbqclb_register .consent-modal__body h4 { font-size: var(--text-body); font-family: var(--font-body); font-weight: 600; }

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__body :first-child, .cc_y1jbqclb_register .consent-modal__body :first-child {
  margin-top: 0;
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__body p, .cc_y1jbqclb_register .consent-modal__body p {
  margin: 0 0 var(--space-sm) 0;
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__body ul, .cc_y1jbqclb_register .consent-modal__body ul, .cc_y1jbqclb_P21BG8M6Qy .consent-modal__body ol, .cc_y1jbqclb_register .consent-modal__body ol {
  margin: 0 0 var(--space-sm) 0;
  padding-left: var(--space-md);
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__body li, .cc_y1jbqclb_register .consent-modal__body li {
  margin-bottom: 4px;
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__body a, .cc_y1jbqclb_register .consent-modal__body a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cc_y1jbqclb_P21BG8M6Qy .consent-modal__body a:hover, .cc_y1jbqclb_register .consent-modal__body a:hover {
  color: var(--color-accent-dark);
}

@keyframes consent-modal-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes consent-panel-in {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .cc_y1jbqclb_P21BG8M6Qy .consent-modal, .cc_y1jbqclb_register .consent-modal, .cc_y1jbqclb_P21BG8M6Qy .consent-modal__panel, .cc_y1jbqclb_register .consent-modal__panel, .cc_y1jbqclb_P21BG8M6Qy .consent-modal__close, .cc_y1jbqclb_register .consent-modal__close {
    animation: none;
    transition: none;
  }
}

@media (max-width: 600px) {
  .cc_y1jbqclb_P21BG8M6Qy .consent-modal, .cc_y1jbqclb_register .consent-modal {
    padding: 0;
    align-items: flex-end;
  }

  .cc_y1jbqclb_P21BG8M6Qy .consent-modal__panel, .cc_y1jbqclb_register .consent-modal__panel {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 4px 4px 0 0;
    animation: consent-panel-slide-up 320ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .cc_y1jbqclb_P21BG8M6Qy .consent-modal__header, .cc_y1jbqclb_register .consent-modal__header, .cc_y1jbqclb_P21BG8M6Qy .consent-modal__body, .cc_y1jbqclb_register .consent-modal__body {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
  }

  @keyframes consent-panel-slide-up {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
  }
}
