/* First-visit DPDP s.5 / Rule 3 collection notice. Separate file for CSP style-src 'self'. */
.dpdp-noscript {
  position: relative;
  z-index: 40;
  background: #12121a;
  color: #e8e8ed;
  border-bottom: 1px solid #1e1e2e;
  padding: 1rem 1.4rem;
  font-size: 0.9rem;
  line-height: 1.55;
}
.dpdp-noscript a {
  color: #00c2ff;
}

.dpdp-notice {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem 1rem 1.2rem;
}
.dpdp-notice.is-open {
  display: flex;
}
.dpdp-notice__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(6, 6, 9, 0.72);
  cursor: pointer;
}
.dpdp-notice__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(88vh, 720px);
  overflow: auto;
  background: #12121a;
  color: #e8e8ed;
  border: 1px solid #1e1e2e;
  border-radius: 16px;
  padding: 1.35rem 1.4rem 1.25rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  font-family: Inter, system-ui, sans-serif;
}
.dpdp-notice__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}
.dpdp-notice__kicker {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00c2ff;
  margin: 0;
}
.dpdp-notice__langs {
  display: flex;
  gap: 0.4rem;
}
.dpdp-notice__lang {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  color: #8888a0;
  border: 1px solid #1e1e2e;
  border-radius: 8px;
  padding: 0.35rem 0.65rem;
  cursor: pointer;
}
.dpdp-notice__lang.is-on,
.dpdp-notice__lang[aria-pressed='true'] {
  border-color: #00c2ff;
  color: #e8e8ed;
  background: rgba(0, 194, 255, 0.12);
}
.dpdp-notice__dialog h2 {
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-weight: 600;
  font-size: 1.28rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 0.85rem;
  color: #fff;
}
.dpdp-notice__dialog p,
.dpdp-notice__dialog li {
  color: #8888a0;
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0 0 0.7rem;
}
.dpdp-notice__dialog ul {
  margin: 0.15rem 0 0.85rem 1.1rem;
  padding: 0;
}
.dpdp-notice__dialog a {
  color: #00c2ff;
}
.dpdp-notice__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin: 0 0 1rem;
  font-size: 0.8rem;
}
.dpdp-notice__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid #1e1e2e;
}
.dpdp-notice__ack {
  font-weight: 600;
  font-size: 0.94rem;
  background: #00c2ff;
  color: #061018;
  border: 0;
  border-radius: 9px;
  padding: 0.75rem 1.35rem;
  cursor: pointer;
}
.dpdp-notice__ack:hover {
  filter: brightness(1.08);
}
.dpdp-notice__full {
  font-size: 0.82rem;
  color: #8888a0;
}
.dpdp-notice-reopen {
  display: inline;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
}
.dpdp-notice-reopen:hover {
  color: #e8e8ed;
}

html.dpdp-notice-open,
html.dpdp-notice-open body {
  overflow: hidden;
}

@media print {
  .dpdp-notice,
  .dpdp-noscript,
  .dpdp-notice-reopen {
    display: none !important;
  }
}
