/* Shared consent notice: navy surfaces and blue accents from the SaaS. */
.cookie-notice[data-analytics-consent] {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10050;
  display: grid;
  gap: 20px;
  width: min(640px, calc(100% - 48px));
  max-height: calc(100dvh - 48px);
  box-sizing: border-box;
  overflow-y: auto;
  padding: 24px;
  border: 1px solid #2b4058;
  border-radius: 20px;
  color: #edf3fa;
  background: linear-gradient(125deg, #132a42, #0c1b2d 65%);
  box-shadow: 0 16px 48px #08152440, 0 2px 8px #08152420;
  font-family: "Segoe UI", Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.cookie-notice[data-analytics-consent][hidden] { display: none; }
.cookie-notice[data-analytics-consent] > div:first-child {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}
.cookie-notice[data-analytics-consent] > div:first-child > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #365371;
  border-radius: 12px;
  background: #213a55;
  color: #83b6ff;
}
.cookie-notice[data-analytics-consent] .site-icon { width: 20px; height: 20px; }
.cookie-notice[data-analytics-consent] .cookie-notice-title {
  display: block;
  margin: 0 0 8px;
  color: #f5f8fc;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -.2px;
}
.cookie-notice[data-analytics-consent] p {
  margin: 0;
  color: #c5d1df;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}
.cookie-notice[data-analytics-consent] p.cookie-notice-hint {
  margin-top: 8px;
  color: #a4b5c8;
  font-size: 12px;
}
.cookie-notice[data-analytics-consent] .cookie-notice-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(2, 152px);
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid #2b4058;
}
.cookie-notice[data-analytics-consent] .cookie-notice-actions a,
.cookie-notice[data-analytics-consent] .cookie-notice-actions button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  font: 600 13px/1.35 "Segoe UI", Inter, system-ui, sans-serif;
  white-space: nowrap;
  text-decoration: none;
}
.cookie-notice[data-analytics-consent] .cookie-notice-actions a {
  justify-self: start;
  padding-left: 0;
  color: #b8cde4;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #526c88;
}
.cookie-notice[data-analytics-consent] .cookie-notice-actions button {
  width: 100%;
  border: 1px solid #4b8bea;
  background: #1769e8;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 4px #00000016;
  transition: background .15s ease, border-color .15s ease;
}
.cookie-notice[data-analytics-consent] .cookie-notice-actions button:hover {
  background: #125bcf;
  border-color: #83b6ff;
  transform: none;
}
.cookie-notice[data-analytics-consent] .cookie-notice-actions a:hover { color: #fff; }
.cookie-notice[data-analytics-consent] button:focus-visible,
.cookie-notice[data-analytics-consent] a:focus-visible { outline: 3px solid #83b6ff; outline-offset: 3px; }
.page-signup .cookie-notice[data-analytics-consent],
.page-signup-confirmation .cookie-notice[data-analytics-consent] { position: static; margin: 16px auto; }
@media (max-width: 640px) {
  .cookie-notice[data-analytics-consent] {
    right: 12px; bottom: 12px; width: calc(100% - 24px);
    max-height: calc(100dvh - 24px); padding: 18px; gap: 16px; border-radius: 16px;
  }
  .cookie-notice[data-analytics-consent] > div:first-child { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; }
  .cookie-notice[data-analytics-consent] > div:first-child > span { width: 34px; height: 34px; border-radius: 10px; }
  .cookie-notice[data-analytics-consent] .cookie-notice-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 14px; gap: 8px; }
  .cookie-notice[data-analytics-consent] .cookie-notice-actions a { grid-column: 1 / -1; min-height: 32px; }
  .cookie-notice[data-analytics-consent] .cookie-notice-actions button { padding: 10px 6px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .cookie-notice[data-analytics-consent] .cookie-notice-actions button { transition: none; }
}

.cookie-preferences-dialog{width:min(640px,calc(100vw - 32px));padding:46px 0 0;background:#10263d;color:#e8f3ff;border:1px solid #365670;border-radius:22px;max-height:90dvh;box-shadow:0 35px 100px #0006}.cookie-preferences-dialog::backdrop{background:#061526bb;backdrop-filter:blur(6px)}.cookie-preferences-dialog .cookie-notice[data-analytics-consent]{position:static;width:100%;border:0;border-radius:0;box-shadow:none;max-height:none}.cookie-preferences-close{position:absolute;right:16px;top:12px;display:grid;place-items:center;width:34px;height:34px;padding:0;border-radius:50%;border:1px solid #56728c;background:#1b3c58;color:white;cursor:pointer}.cookie-preferences-close svg{width:18px;height:18px}.cookie-preferences-state{padding:0 24px;margin:8px 0;font:13px/1.7 system-ui;color:#a4c9e8}.cookie-preferences-open{overflow:hidden}
