.markerpad-ocb-verification {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  justify-items: center;
  gap: 28px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: max(40px, env(safe-area-inset-top)) 24px
    max(40px, env(safe-area-inset-bottom));
  color: #f7f2fa;
  background:
    radial-gradient(circle at 12% 12%, rgb(0 210 190 / 16%), transparent 34%),
    radial-gradient(circle at 88% 82%, rgb(255 0 128 / 15%), transparent 36%),
    #111018;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  isolation: isolate;
}

.markerpad-ocb-page-brand {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #f7f2fa;
  text-align: center;
  user-select: none;
}

.markerpad-ocb-brand-mark {
  display: block;
  width: clamp(82px, 10vw, 108px);
  height: clamp(82px, 10vw, 108px);
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgb(0 0 0 / 32%));
}

.markerpad-ocb-brand-copy {
  display: grid;
  gap: 4px;
}

.markerpad-ocb-brand-copy strong {
  color: inherit;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.markerpad-ocb-brand-copy span {
  color: #cac4d0;
  font-size: 0.95rem;
  font-weight: 600;
}

.markerpad-ocb-verification-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  box-sizing: border-box;
  padding: 38px 42px 36px;
  border: 1px solid #49454f;
  border-radius: 36px;
  background: #211f26;
  box-shadow: 0 28px 80px rgb(0 0 0 / 35%);
  text-align: center;
  animation: markerpad-ocb-sheet-enter 240ms cubic-bezier(0.2, 0, 0, 1);
}

.markerpad-ocb-share-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 20px;
  color: #381e72;
  background: #d0bcff;
  box-shadow: 0 10px 26px rgb(103 80 164 / 28%);
  font-size: 2rem;
  font-weight: 800;
}

@keyframes markerpad-ocb-sheet-enter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.markerpad-ocb-verification h1,
.markerpad-ocb-utility-page h1 {
  margin: 8px 0 14px;
  color: inherit;
  font: 750 clamp(1.7rem, 4vw, 2.35rem) / 1.12 inherit;
  letter-spacing: -0.025em;
}

.markerpad-ocb-verification p,
.markerpad-ocb-utility-page p {
  margin: 0 0 16px;
  line-height: 1.52;
}

.markerpad-ocb-verification-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 8px auto 0 !important;
  overflow-wrap: anywhere;
  padding: 10px 16px;
  border: 1px solid #625b71;
  border-radius: 999px;
  color: #e8def8;
  background: #332d41;
  font-size: 0.9rem;
  font-weight: 700;
}

.markerpad-ocb-verification[data-phase="verifying"]
  .markerpad-ocb-verification-status::before,
.markerpad-ocb-verification[data-phase="connecting"]
  .markerpad-ocb-verification-status::before,
.markerpad-ocb-verification[data-phase="preparing-preview"]
  .markerpad-ocb-verification-status::before {
  width: 0.72rem;
  height: 0.72rem;
  margin-right: 7px;
  border: 2px solid rgb(208 188 255 / 35%);
  border-top-color: #d0bcff;
  border-radius: 50%;
  content: "";
  animation: markerpad-ocb-spin 800ms linear infinite;
}

@keyframes markerpad-ocb-spin {
  to {
    transform: rotate(360deg);
  }
}

.markerpad-ocb-manifest-summary {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  padding: 14px 18px;
  border: 1px solid #49454f;
  border-radius: 18px;
  color: #e6e0e9;
  background: #1d1b20;
  font-size: 0.92rem;
  font-weight: 600;
}

.markerpad-ocb-verification-eyebrow {
  color: #d0bcff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.markerpad-ocb-verification-note {
  margin: 18px auto 0 !important;
  max-width: 560px;
  color: #cac4d0;
  font-size: 0.9rem;
}

.markerpad-ocb-verification-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.markerpad-ocb-verification-actions button,
.markerpad-ocb-verification-actions a {
  box-sizing: border-box;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid #625b71;
  border-radius: 999px;
  color: #e6e0e9;
  background: #2b2930;
  font: 700 1rem / 1 inherit;
  text-decoration: none;
  cursor: pointer;
}

.markerpad-ocb-verification-actions .markerpad-ocb-primary {
  min-width: min(100%, 250px);
  border-color: #d0bcff;
  color: #381e72;
  background: #d0bcff;
  box-shadow: 0 8px 24px rgb(103 80 164 / 24%);
}

.markerpad-ocb-verification-actions [hidden] {
  display: none;
}

.markerpad-ocb-verification-actions button:focus-visible,
.markerpad-ocb-verification-actions a:focus-visible {
  outline: 3px solid #eaddff;
  outline-offset: 3px;
}

.markerpad-ocb-utility-page {
  min-height: 100vh;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  color: #f7f2fa;
  background:
    radial-gradient(circle at 20% 15%, rgb(0 210 190 / 16%), transparent 38%),
    radial-gradient(circle at 85% 85%, rgb(255 0 128 / 14%), transparent 38%),
    #111018;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

.markerpad-ocb-utility-page main {
  width: min(100%, 520px);
  box-sizing: border-box;
  padding: 42px 36px;
  border: 1px solid #49454f;
  border-radius: 36px;
  background: #211f26;
  box-shadow: 0 28px 80px rgb(0 0 0 / 35%);
  text-align: center;
}

.markerpad-ocb-utility-logo {
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto 8px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgb(0 0 0 / 28%));
}

.markerpad-ocb-utility-brand {
  margin-bottom: 28px !important;
  color: #f7f2fa;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.markerpad-ocb-utility-progress {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 22px;
  border: 4px solid rgb(208 188 255 / 30%);
  border-top-color: #d0bcff;
  border-radius: 50%;
  animation: markerpad-ocb-spin 850ms linear infinite;
}

.markerpad-ocb-error {
  color: #ffb4ab;
}

@media (prefers-reduced-motion: reduce) {
  .markerpad-ocb-verification *,
  .markerpad-ocb-utility-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media (max-width: 560px) {
  .markerpad-ocb-verification {
    align-content: start;
    gap: 20px;
    padding: max(26px, env(safe-area-inset-top)) 16px
      max(26px, env(safe-area-inset-bottom));
  }

  .markerpad-ocb-brand-mark {
    width: 74px;
    height: 74px;
  }

  .markerpad-ocb-brand-copy strong {
    font-size: 2rem;
  }

  .markerpad-ocb-verification-panel {
    width: 100%;
    padding: 28px 20px 24px;
    border-radius: 28px;
  }

  .markerpad-ocb-share-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    border-radius: 18px;
    font-size: 1.75rem;
  }

  .markerpad-ocb-verification-actions {
    flex-direction: column-reverse;
  }

  .markerpad-ocb-verification-actions button,
  .markerpad-ocb-verification-actions a {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-color-scheme: light) {
  .markerpad-ocb-verification {
    color: #1d1b20;
    background:
      radial-gradient(circle at 12% 12%, rgb(0 150 136 / 11%), transparent 34%),
      radial-gradient(circle at 88% 82%, rgb(255 0 128 / 9%), transparent 36%),
      #fffbfe;
  }

  .markerpad-ocb-verification-panel,
  .markerpad-ocb-utility-page main {
    border-color: #cac4d0;
    background: #f7f2fa;
  }

  .markerpad-ocb-page-brand {
    color: #1d1b20;
  }

  .markerpad-ocb-brand-copy span {
    color: #625b71;
  }

  .markerpad-ocb-brand-mark {
    filter: drop-shadow(0 10px 18px rgb(55 76 105 / 18%));
  }

  .markerpad-ocb-share-icon {
    color: #fff;
    background: #6750a4;
  }

  .markerpad-ocb-verification-status {
    border-color: #cac4d0;
    color: #4a4458;
    background: #e8def8;
  }

  .markerpad-ocb-manifest-summary {
    border-color: #cac4d0;
    color: #1d1b20;
    background: #fffbfe;
  }

  .markerpad-ocb-verification-note {
    color: #625b71;
  }

  .markerpad-ocb-verification-actions button {
    border-color: #79747e;
    color: #49454f;
    background: transparent;
  }

  .markerpad-ocb-verification-actions .markerpad-ocb-primary {
    color: #fff;
    background: #6750a4;
  }

  .markerpad-ocb-utility-page {
    color: #1d1b20;
    background:
      radial-gradient(circle at 20% 15%, rgb(0 150 136 / 11%), transparent 38%),
      radial-gradient(circle at 85% 85%, rgb(255 0 128 / 9%), transparent 38%),
      #fffbfe;
  }

  .markerpad-ocb-utility-brand {
    color: #1d1b20;
  }

  .markerpad-ocb-utility-progress {
    border-color: rgb(103 80 164 / 22%);
    border-top-color: #6750a4;
  }
}

@media (max-height: 620px) {
  .markerpad-ocb-verification {
    align-content: start;
    gap: 16px;
    padding-top: 18px;
  }

  .markerpad-ocb-brand-mark {
    width: 58px;
    height: 58px;
  }

  .markerpad-ocb-brand-copy strong {
    font-size: 1.7rem;
  }

  .markerpad-ocb-brand-copy span {
    display: none;
  }
}
