:root {
  --bg: #ffffff;
  --bg-subtle: #f6f8fb;
  --bg-muted: #eef2f7;
  --bg-card: #ffffff;

  --text: #0f1419;
  --text-primary: #0f1419;
  --text-secondary: #4e5968;
  --text-tertiary: #8a96a3;
  --text-quaternary: #a1a1a6;

  --border: #d6dde6;
  --border-subtle: #e6ebf2;
  --divider: #eef1f4;

  --accent: #2563eb;
  --accent-hover: #1d4ed8;
  --accent-deep: #1d4ed8;
  --accent-subtle: #eff5ff;
  --accent-ring: rgba(37, 99, 235, 0.18);

  --danger: #d70015;
  --warning: #b45309;
  --success: #1f8a55;
  --warn-bg: #fef7e6;
  --warn-border: #f1c35a;
  --success-bg: #e9f7ef;
  --shadow-sm: 0 1px 2px rgba(15, 20, 25, 0.04), 0 1px 3px rgba(15, 20, 25, 0.04);
  --shadow-md: 0 4px 14px -4px rgba(15, 20, 25, 0.08), 0 2px 6px rgba(15, 20, 25, 0.04);
  --shadow-lg: 0 24px 48px -20px rgba(15, 20, 25, 0.16), 0 8px 24px -8px rgba(15, 20, 25, 0.06);
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 10px;
  --radius-xl: 16px;
  --radius-full: 999px;
  --app-nav-h: 64px;
}
@media (max-width: 767px) {
  :root {
    --app-nav-h: 80px;
  }
}
.mockup--desktop.is-scaled {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: 540px !important;
  height: 363px !important;
  transform-origin: top left;
  transform: scale(var(--scale-uniform, 1));
}
.laptop-screen .mockup-statusbar {
  display: none;
}
@keyframes cookieConsentIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mockup {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #f3f4f6;
  font-family:
    "Segoe UI",
    "Inter",
    -apple-system,
    sans-serif;
  color: #242424;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  contain: strict;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.mockup-content {
  flex: 1 1 auto;
  padding: 10px 11px;
  overflow: hidden;
}
.mockup-ms-bg {
  flex: 1 1 auto;
  padding: 14px 16px;
  background: #f3f4f6;
}
.mockup-statusbar {
  background: #000;
  color: white;
  padding: 6px 12px 3px;
  font-size: 9px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mockup-browser {
  background: #1a1a1a;
  padding: 5px 8px 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
}
.mockup-browser-pill {
  background: #3a3a3a;
  flex: 1;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 8.5px;
  color: #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  gap: 3px;
}
.mockup-browser-pill svg {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}
.mockup-org-header {
  background: #f6f6f6;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e7eb;
  min-height: 26px;
}
.mockup-app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  width: 12px;
  height: 12px;
}
.mockup-app-grid span {
  background: #333;
  border-radius: 50%;
  aspect-ratio: 1;
}
.mockup-org-brand {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8px;
  gap: 4px;
  font-size: 9.5px;
  font-weight: 800;
  overflow: hidden;
}
.mockup-org-brand img {
  max-height: 20px;
  max-width: 110px;
  object-fit: contain;
}
.mockup-org-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 20px;
  object-fit: contain;
  flex: 0 1 auto;
}
.mockup-org-logo-box {
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.3px;
  color: white;
  background: #005335;
  text-transform: uppercase;
  line-height: 1.1;
}
.mockup-org-logo-box.stacked {
  display: inline-block;
  text-align: center;
  padding: 2px 5px;
}
.mockup-org-logo-box.stacked small {
  display: block;
  font-size: 5.5px;
  font-weight: 700;
  opacity: 0.85;
  margin-top: -1px;
  letter-spacing: 0.5px;
}
.mockup-avatar {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #555;
  background: white;
  flex-shrink: 0;
}
.mockup-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 13px;
  height: 10px;
  flex-shrink: 0;
}
.mockup-page-title {
  font-size: 14px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.mockup-hamburger span {
  display: block;
  height: 1.5px;
  background: #333;
  border-radius: 1px;
}
.mockup-body-text {
  font-size: 9.5px;
  color: #333;
  margin-bottom: 7px;
}
.mockup-body-text.tiny {
  font-size: 8px;
  color: #666;
  line-height: 1.4;
}
.mockup-body-text.bold {
  font-weight: 600;
  color: #242424;
}
.mockup-methods-card {
  background: white;
  border-radius: 2px;
  border: 1px solid #e5e7eb;
  margin-top: 8px;
}
.mockup-method {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  padding: 8px 10px;
  border-bottom: 1px solid #f0f0f0;
}
.mockup-method:last-child {
  border-bottom: none;
}
.mockup-method-add {
  color: #0067c0;
  font-weight: 500;
  font-size: 10.5px;
  align-items: center;
  padding: 9px 10px;
}
.mockup-method-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  color: #444;
  margin-top: 1px;
}
.mockup-method-content {
  flex: 1;
  min-width: 0;
}
.mockup-method-title {
  font-weight: 600;
  font-size: 9.5px;
  color: #242424;
}
.mockup-method-subtitle {
  font-size: 8px;
  color: #666;
  margin-top: 1px;
  line-height: 1.3;
}
.mockup-method-action {
  color: #0067c0;
  font-size: 8.5px;
  margin-top: 3px;
}
.mockup-method-blurred {
  background: linear-gradient(90deg, #d1d5db, #e5e7eb);
  height: 6px;
  border-radius: 2px;
  margin-top: 2px;
  width: 70%;
}
.mockup-highlight {
  box-shadow:
    0 0 0 0 rgba(239, 68, 68, 0),
    inset 0 0 0 2.5px #ef4444,
    inset 0 0 0 0 rgba(239, 68, 68, 0);
  border-radius: 10px;
  position: relative;
  animation: mockupPulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  will-change: box-shadow;
}
@keyframes mockupPulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(239, 68, 68, 0.55),
      inset 0 0 0 2.5px #ef4444,
      inset 0 0 0 0 rgba(255, 90, 90, 0);
  }
  50% {
    box-shadow:
      0 0 0 7px rgba(239, 68, 68, 0),
      inset 0 0 0 3.2px #ff4d4d,
      inset 0 0 16px 2px rgba(239, 68, 68, 0.55);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(239, 68, 68, 0),
      inset 0 0 0 2.5px #ef4444,
      inset 0 0 0 0 rgba(255, 90, 90, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mockup-highlight {
    animation: none;
    box-shadow: inset 0 0 0 2.5px #ef4444;
  }
}
.mockup-footer-text {
  font-size: 9px;
  color: #242424;
  margin-top: 10px;
  font-weight: 500;
}
.mockup-footer-text a {
  color: #0067c0;
}
.mockup-modal-scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10;
}
.mockup-modal {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border-radius: 4px;
  padding: 10px 11px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  z-index: 11;
  max-height: calc(100% - 20px);
  overflow-y: auto;
  box-sizing: border-box;
  max-width: calc(100% - 20px);
}
.mockup-modal-top {
  top: 50px;
  transform: none;
  max-height: calc(100% - 70px);
}

.mockup-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.mockup-modal-title {
  font-size: 12px;
  font-weight: 700;
  color: #242424;
  line-height: 1.3;
}
.mockup-modal-close {
  color: #555;
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
  padding-top: 1px;
}
.mockup-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 5px;
  background: white;
}
.mockup-option-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #333;
  margin-top: 1px;
}
.mockup-option-text {
  flex: 1;
  min-width: 0;
}
.mockup-option-title {
  font-size: 9.5px;
  font-weight: 700;
  color: #242424;
  line-height: 1.25;
  margin-bottom: 1px;
}
.mockup-option-sub {
  font-size: 8px;
  color: #666;
  line-height: 1.3;
}
.mockup-modal-footer {
  font-size: 8px;
  color: #333;
  margin-top: 6px;
  line-height: 1.4;
}
.mockup-modal-footer a {
  color: #0067c0;
}
.mockup-btn {
  padding: 5px 14px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  min-width: 54px;
  text-align: center;
}
.mockup-btn-primary {
  background: #0067c0;
  color: white;
}
.mockup-btn-secondary {
  background: #e1dfdd;
  color: #242424;
}
.mockup-btn-row {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 12px;
}
.mockup-illustration {
  display: flex;
  justify-content: center;
  padding: 10px 0 8px;
}
.mockup-input {
  width: 100%;
  border: 2px solid #0067c0;
  background: white;
  padding: 4px 7px;
  font-size: 10.5px;
  border-radius: 2px;
  color: #242424;
  font-family: inherit;
  box-sizing: border-box;
  height: 24px;
  display: flex;
  align-items: center;
}
.mockup-input-caret {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #242424;
  animation: blink 1s infinite;
  margin-left: 1px;
  vertical-align: middle;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.mockup-success-title-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 2px;
}
.mockup-success-check {
  width: 17px;
  height: 17px;
  background: #107c10;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}
.mockup-success-check svg {
  width: 10px;
  height: 10px;
}
.mockup-passkey-bubble {
  width: 54px;
  height: 54px;
  background: #e7eefe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 4px;
  color: #0067c0;
}
.mockup-passkey-bubble svg {
  width: 26px;
  height: 26px;
}
.mockup-ms-logo {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}
.mockup-ms-logo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  width: 12px;
  height: 12px;
}
.mockup-ms-logo-grid span {
  display: block;
}
.mockup-ms-logo-text {
  font-size: 11px;
  color: #444;
  font-weight: 400;
}
.mockup-ms-heading {
  font-size: 17px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 8px;
  line-height: 1.2;
}
.mockup-ms-body {
  font-size: 10px;
  color: #333;
  margin-bottom: 10px;
}
.mockup-ms-btn-row {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  margin-top: 20px;
}
.mockup-dimmed {
  opacity: 0.5;
  pointer-events: none;
}
.mockup-bottom-sheet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8faff;
  border-radius: 14px 14px 0 0;
  padding: 10px 12px 14px;
  z-index: 12;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  max-height: 70%;
  overflow: hidden;
}
.mockup-gpm-logo {
  display: flex;
  align-items: center;
  gap: 3px;
  justify-content: center;
  margin-bottom: 5px;
}
.mockup-gpm-logo svg {
  height: 14px;
}
.mockup-gpm-title {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #1f1f1f;
  margin-bottom: 3px;
}
.mockup-gpm-subtitle {
  font-size: 8.5px;
  color: #444;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.3;
}
.mockup-account-chip {
  background: #e8eaed;
  border-radius: 20px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}
.mockup-account-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #5f6368;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mockup-account-icon svg {
  width: 10px;
  height: 10px;
}
.mockup-account-name-blur,
.mockup-account-email-blur {
  height: 6px;
  background: linear-gradient(90deg, #bcc0c4, #d4d8dc);
  border-radius: 2px;
  margin-bottom: 2px;
}
.mockup-account-name-blur {
  width: 55%;
}
.mockup-account-email-blur {
  width: 70%;
  margin-bottom: 0;
}
.mockup-gpm-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.mockup-gpm-row-link {
  font-size: 10px;
  font-weight: 500;
  color: #0b57d0;
}
.mockup-gpm-continue {
  background: #5a6578;
  color: white;
  padding: 5px 16px;
  border-radius: 16px;
  font-size: 10px;
  font-weight: 500;
}
.mockup-gpm-footer {
  border-top: 1px solid #dadce0;
  margin-top: 6px;
  padding-top: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  color: #555;
}
.mockup-gpm-footer-avatar {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5f6368;
  flex-shrink: 0;
  filter: blur(1.5px);
}
.mockup-synced-passkey {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  padding: 8px 10px;
  background: white;
  margin-top: 6px;
  border: 1px solid #e5e7eb;
  border-radius: 2px;
}
@keyframes aiArrowPulse {
  0%,
  100% {
    box-shadow:
      0 4px 14px color-mix(in srgb, var(--accent) 40%, transparent),
      0 0 0 0 color-mix(in srgb, var(--accent) 40%, transparent);
  }
  50% {
    box-shadow:
      0 4px 14px color-mix(in srgb, var(--accent) 40%, transparent),
      0 0 0 10px color-mix(in srgb, var(--accent) 0%, transparent);
  }
}
@keyframes aiReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes aiPulseFade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes aiPulseDot {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
@keyframes aiStagePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 50%, transparent);
  }
  50% {
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 0%, transparent);
  }
}
@keyframes aiSkShimmer {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes aiChatThink {
  0%,
  60%,
  100% {
    opacity: 0.3;
    transform: scale(0.85);
  }
  30% {
    opacity: 1;
    transform: scale(1.15);
  }
}
@keyframes wk-ai-arrow-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}
@keyframes wk-ai-circle-spin {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 14;
  }
}
@keyframes wkAiArrowPulse {
  0%,
  100% {
    box-shadow:
      0 4px 14px color-mix(in srgb, var(--accent) 40%, transparent),
      0 0 0 0 color-mix(in srgb, var(--accent) 40%, transparent);
  }
  50% {
    box-shadow:
      0 4px 14px color-mix(in srgb, var(--accent) 40%, transparent),
      0 0 0 10px color-mix(in srgb, var(--accent) 0%, transparent);
  }
}
.gen-mockup {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f5f5f7;
  color: #1d1d1f;
  font-family: -apple-system, "Segoe UI", Roboto, "Inter", sans-serif;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.gen-mockup--android {
  background: #ffffff;
}
.gen-chrome {
  flex-shrink: 0;
  padding: 9px 12px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 10.5px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}
.gen-chrome--ios .gen-chrome-title {
  font-weight: 600;
}
.gen-chrome--ios .gen-chrome-back {
  color: #0a84ff;
  font-weight: 400;
}
.gen-chrome--android {
  gap: 14px;
  justify-content: flex-start;
}
.gen-chrome--android .gen-chrome-back {
  font-size: 14px;
  color: #333;
}
.gen-chrome--android .gen-chrome-title {
  font-weight: 500;
}
.gen-rows {
  flex: 1;
  overflow: hidden;
  padding: 4px 0;
}
@keyframes genPulse {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 1.5px #0a84ff,
      0 0 0 0 rgba(10, 132, 255, 0.35);
  }
  50% {
    box-shadow:
      inset 0 0 0 1.5px #0a84ff,
      0 0 0 6px rgba(10, 132, 255, 0);
  }
}
.gen-mockup--dialog {
  justify-content: center;
  align-items: center;
  background: #dadada;
}
.gen-mockup--ios.gen-mockup--dialog {
  background: #bfbfbf;
}
.gen-dialog-scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.gen-dialog-card {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: 12px;
  padding: 14px 16px 12px;
  width: 86%;
  max-width: 240px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.gen-mockup--ios .gen-dialog-card {
  border-radius: 14px;
  background: rgba(250, 250, 250, 0.95);
  backdrop-filter: blur(20px);
}
.gen-mockup--android .gen-dialog-card {
  border-radius: 8px;
  text-align: left;
  padding: 14px;
}
.gen-mockup--mac .gen-dialog-card {
  border-radius: 10px;
  text-align: left;
  padding: 14px;
}
.gen-mockup--windows .gen-dialog-card {
  border-radius: 6px;
  text-align: left;
  padding: 14px;
}
.gen-dialog-title {
  font-size: 12px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 4px;
  line-height: 1.3;
}
.gen-dialog-body {
  font-size: 10.5px;
  color: #555;
  line-height: 1.4;
  margin-bottom: 12px;
}
.gen-dialog-actions {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}
.gen-mockup--ios .gen-dialog-actions {
  flex-direction: column;
  margin: 8px -16px -12px;
}
.gen-mockup--picker {
  justify-content: flex-end;
  background: #dadada;
}
.gen-picker-card {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: 16px 16px 0 0;
  padding: 8px 0 12px;
  max-height: 78%;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.18);
}
.gen-mockup--ios .gen-picker-card {
  border-radius: 14px;
  margin: 0 6px 6px;
  max-height: 70%;
}
.gen-picker-handle {
  width: 32px;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin: 0 auto 10px;
}
.gen-picker-title {
  font-size: 11.5px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 8px;
  padding: 0 16px;
  color: #1d1d1f;
}
.gen-opts {
  padding: 0 6px;
}
@keyframes pulseDot {
  0%,
  80%,
  100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes focusIn {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes wkControlPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent, #1f4287) 35%, transparent);
  }
  50% {
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent, #1f4287) 0%, transparent);
  }
}
@keyframes wkHintIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wk-next-pulse {
  0%,
  100% {
    box-shadow: 0 6px 16px color-mix(in srgb, var(--accent) 30%, transparent);
  }
  50% {
    box-shadow: 0 6px 24px color-mix(in srgb, var(--accent) 55%, transparent);
  }
}
.mockup-option-wrong {
  background: #fafafa !important;
  border-color: #e5e5e7 !important;
  position: relative;
  opacity: 0.85;
}
.mockup-option-cross {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #d70015;
  color: white;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  font-family: "Inter", sans-serif;
}
.mockup-option-pick {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  background: #16a34a;
  color: white;
  font-size: 6.5px;
  font-weight: 800;
  padding: 2px 4px;
  border-radius: 3px;
  letter-spacing: 0.4px;
  font-family: "Inter", sans-serif;
  animation: pickPulse 1.5s ease-in-out infinite;
}
@keyframes pickPulse {
  0%,
  100% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.08);
  }
}
.mockup-option.mockup-highlight {
  position: relative;
  padding-right: 50px !important;
}
body.demo-mode-active .walkthrough .mockup,
body.demo-mode-active .walkthrough .mockup * {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
@keyframes wkWelcomeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes demo-complete-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes demo-complete-pop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.prereq-prep-phone .phone-screen .mockup {
  transform: none;
  width: 100%;
  height: 100%;
}
.reg-intro-brand-mark .mockup-org-logo-box {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}
.reg-intro-brand-mark .mockup-org-logo-box[data-len="1"] {
  font-size: 26px;
}
.reg-intro-brand-mark .mockup-org-logo-box[data-len="2"] {
  font-size: 22px;
}
.reg-intro-brand-mark .mockup-org-logo-box[data-len="3"] {
  font-size: 17px;
}
.reg-intro-brand-mark .mockup-org-logo-box[data-len="4"] {
  font-size: 14px;
  letter-spacing: 0;
}
.reg-intro-foot-mark .mockup-org-logo-box {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 4px;
  font-size: 7.5px;
  font-weight: 800;
}
@keyframes org-boot-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes playPulse {
  0%,
  100% {
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.3),
      0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.3),
      0 0 0 12px rgba(255, 255, 255, 0);
  }
}
@keyframes demo-start-preroll-slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(250%);
  }
}
@keyframes donePromptIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes donePop {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.ios-passkey-sheet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f9f9fd;
  border-radius: 14px 14px 28px 28px;
  padding: 6px 14px 18px;
  z-index: 15;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  max-height: 72%;
  overflow: hidden;
  font-family: -apple-system, "SF Pro Text", "Inter", system-ui, sans-serif;
}
.ios-sheet-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  background: #f0f0f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  border: 0.5px solid rgba(60, 60, 67, 0.08);
}
.ios-sheet-title {
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
  color: #1d1d1f;
  margin-bottom: 4px;
  line-height: 1.22;
  letter-spacing: -0.015em;
  padding: 0 4px;
}
.ios-sheet-sub {
  font-size: 9.5px;
  text-align: center;
  color: #6e6e73;
  line-height: 1.35;
  margin-bottom: 12px;
  padding: 0 8px;
}
.ios-sheet-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 9px 14px;
  background: #007aff;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
  box-sizing: border-box;
  letter-spacing: -0.005em;
}
.ios-sheet-primary svg {
  flex-shrink: 0;
}
.ios-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 4px 4px;
  margin-bottom: 12px;
}
.ios-sheet-header-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 700;
  color: #1d1d1f;
  letter-spacing: -0.005em;
}
.ios-sheet-header-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(118, 118, 128, 0.18);
  color: #6e6e73;
}
.ios-sheet-icon--faceid {
  background: transparent;
  border: none;
  width: auto;
  height: auto;
  margin: 0 auto 12px;
  color: #007aff;
}
.ios-sheet-altlink {
  display: block;
  width: 100%;
  padding: 9px 14px;
  background: transparent;
  color: #007aff;
  font-size: 10.5px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.005em;
  box-sizing: border-box;
}
.ios-passkey-sheet--glass {
  background: rgba(245, 245, 248, 0.55);
  -webkit-backdrop-filter: saturate(200%) blur(28px);
  backdrop-filter: saturate(200%) blur(28px);
  box-shadow:
    0 -2px 20px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  border-top: 0.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 18px 18px 28px 28px;
}
.ios-passkey-sheet--glass .ios-sheet-icon {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}
.ios-passkey-sheet--glass .ios-sheet-primary {
  background: linear-gradient(180deg, #0a84ff 0%, #0071e3 100%);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 2px 8px rgba(10, 132, 255, 0.25);
}
.ios-passkey-sheet--glass .ios-sheet-cancel {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}
.ios-passkey-sheet--glass .ios-sheet-brand {
  border-bottom-color: rgba(60, 60, 67, 0.08);
}
@media (min-width: 960px) {
  @keyframes wk-caption-in {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@keyframes ai-showcase-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ai-showcase-flash {
  0%,
  10%,
  100% {
    opacity: 0;
  }
  2% {
    opacity: 0.7;
  }
  6% {
    opacity: 0.2;
  }
}
@keyframes ai-showcase-thumb-in {
  from {
    transform: scale(1.4);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ai-showcase-bar {
  0% {
    width: 10%;
    margin-left: 0;
  }
  50% {
    width: 60%;
    margin-left: 20%;
  }
  100% {
    width: 10%;
    margin-left: 90%;
  }
}
@keyframes ai-showcase-sweep {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes ai-showcase-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes ai-showcase-token-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ai-showcase-ring {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}
@keyframes ai-showcase-sheet-up {
  from {
    transform: translateY(30%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes demo-watermark-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}

@media (min-width: 960px) {
  .walkthrough-portal-logo .mockup-org-logo-box {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(9px, 11px, 13px);
    font-weight: 800;
    color: white;
    letter-spacing: 0.02em;
    line-height: 1;
    overflow: hidden;
  }
  .walkthrough-portal-logo .mockup-org-logo-box.stacked {
    padding: 3px 2px;
    font-size: 10px;
  }
}
@keyframes embedded-fade-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes regIntroPulse {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 0.85;
  }
}

/* ---------- PHYSICAL SECURITY KEY (WINDOWS 11) ---------- */

.mockup-hw-root {
  background: #f2f2f2;
  color: #171717;
  font-family: "Segoe UI", Inter, sans-serif;
}

.mockup-hw-portal-top {
  display: flex;
  align-items: center;
  height: 27px;
  padding: 0 10px;
  border-bottom: 1px solid #e4e4e4;
  background: #f8f8f8;
  flex: 0 0 auto;
}

.mockup-hw-waffle {
  display: grid;
  grid-template-columns: repeat(3, 2px);
  gap: 2px;
  width: 13px;
  margin-right: 13px;
}

.mockup-hw-waffle i {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #111;
}

.mockup-hw-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 20px;
  overflow: hidden;
}

.mockup-hw-brand .mockup-org-logo {
  max-width: 74px;
  max-height: 16px;
}

.mockup-hw-brand > span {
  max-height: 20px;
  box-sizing: border-box;
}

.mockup-hw-portal-tools {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}

.mockup-hw-portal-tools svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #333;
  stroke-width: 1.4;
}

.mockup-hw-portal-tools b {
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

.mockup-hw-portal-tools em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #777;
  border-radius: 50%;
  background: #fff;
  font-size: 8px;
  font-style: normal;
}

.mockup-hw-portal-body {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  background: #f2f2f2;
}

.mockup-hw-portal-rail {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 49px;
  padding: 18px 11px;
  background: #f0f0f0;
  box-sizing: border-box;
  flex: 0 0 auto;
}

.mockup-hw-portal-rail span {
  width: 9px;
  height: 1px;
  background: #333;
}

.mockup-hw-portal-main {
  flex: 1 1 auto;
  min-width: 0;
  padding: 14px 10px 12px;
  background: #fff;
  overflow: hidden;
}

.mockup-hw-root .mockup-hw-portal-main h2 {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.mockup-hw-portal-main > p {
  margin: 0;
  font-size: 8px;
  line-height: 1.35;
}

.mockup-hw-advisable {
  display: flex;
  flex-direction: column;
  margin: 15px 0 12px;
  line-height: 1.4;
}

.mockup-hw-advisable strong {
  font-size: 8px;
  font-weight: 400;
}

.mockup-hw-advisable small {
  font-size: 5.8px;
}

.mockup-hw-advisable span,
.mockup-hw-lost span,
.mockup-hw-method-row a,
.mockup-hw-method-help span,
.mockup-hw-storage a {
  color: #0067c0;
}

.mockup-hw-methods {
  border: 1px solid #e2e2e2;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.mockup-hw-add {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 22px;
  padding: 0 7px;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
  font-size: 8px;
}

.mockup-hw-add b {
  color: #0067c0;
  font-size: 14px;
  font-weight: 300;
}

.mockup-hw-method-row {
  display: grid;
  grid-template-columns: 17px minmax(108px, 1fr) 132px 58px 10px;
  align-items: center;
  min-height: 37px;
  padding: 5px 8px;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
  font-size: 7px;
}

.mockup-hw-method-row:last-child {
  border-bottom: 0;
}

.mockup-hw-method-row strong {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  line-height: 1.25;
}

.mockup-hw-method-row strong i {
  font-size: 6px;
  font-style: normal;
}

.mockup-hw-method-row small {
  font-size: 6.5px;
  line-height: 1.25;
}

.mockup-hw-method-row a {
  font-size: 6.5px;
}

.mockup-hw-method-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mockup-hw-method-icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #242424;
  stroke-width: 1.5;
}

.mockup-hw-method-icon .mockup-org-logo {
  max-width: 13px;
  max-height: 13px;
}

.mockup-hw-chevron {
  color: #555;
  font-size: 8px;
  font-weight: 400;
}

.mockup-hw-lost {
  margin-top: 13px;
  font-size: 7px;
}

.mockup-hw-scrim {
  position: absolute;
  inset: 0;
  z-index: 30;
  background: rgb(0 0 0 / 36%);
}

.mockup-hw-dialog-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  color: #3a3a3a;
}

.mockup-hw-dialog-title strong {
  font-size: 11px;
  line-height: 1.25;
}

.mockup-hw-dialog-title > span {
  color: #555;
  font-size: 15px;
  font-weight: 300;
  line-height: 0.8;
}

.mockup-hw-dialog-title--large strong {
  font-size: 14px;
}

.mockup-hw-method-dialog {
  position: absolute;
  top: 42px;
  left: 50%;
  z-index: 31;
  width: 270px;
  padding: 12px 13px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 14px 34px rgb(0 0 0 / 34%);
  box-sizing: border-box;
}

.mockup-hw-method-dialog > .mockup-hw-dialog-title {
  margin-bottom: 13px;
}

.mockup-hw-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  margin-bottom: 7px;
  padding: 6px 10px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  box-sizing: border-box;
}

.mockup-hw-option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  flex: 0 0 auto;
}

.mockup-hw-option-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}

.mockup-hw-option-copy strong {
  font-size: 7.8px;
  font-weight: 600;
}

.mockup-hw-option-copy small {
  color: #666;
  font-size: 6.8px;
}

.mockup-hw-method-help {
  padding-top: 5px;
  font-size: 7px;
}

.mockup-hw-intro-dialog,
.mockup-hw-name-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 14px 34px rgb(0 0 0 / 34%);
  box-sizing: border-box;
}

.mockup-hw-intro-dialog {
  width: 248px;
  min-height: 225px;
  padding: 27px 24px 22px;
}

.mockup-hw-phone-art {
  height: 105px;
  margin-top: 3px;
  overflow: hidden;
  text-align: center;
}

.mockup-hw-phone-art svg {
  width: 92px;
  height: 107px;
}

.mockup-hw-intro-dialog > p {
  margin: 4px 0 9px;
  color: #444;
  font-size: 8px;
  line-height: 1.4;
}

.mockup-hw-intro-actions,
.mockup-hw-ms-actions,
.mockup-hw-name-actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

.mockup-hw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 19px;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 8px;
}

.mockup-hw-button--primary {
  background: #0067c0;
  color: #fff;
}

.mockup-hw-button--secondary {
  background: #d1d1d1;
  color: #242424;
}

.mockup-hw-name-dialog {
  width: 248px;
  min-height: 234px;
  padding: 27px 25px 24px;
}

.mockup-hw-name-art {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin: 20px auto 14px;
  border-radius: 50%;
  background: linear-gradient(160deg, #fff 0%, #e6f4fd 100%);
  box-shadow: 0 4px 8px rgb(0 0 0 / 14%);
}

.mockup-hw-name-dialog > p {
  margin: 0 0 11px;
  color: #444;
  font-size: 8px;
  line-height: 1.35;
}

.mockup-hw-name-input {
  height: 20px;
  padding: 4px 5px;
  border-bottom: 1px solid #777;
  box-sizing: border-box;
  color: #555;
  font-size: 7.5px;
}

.mockup-hw-name-actions {
  margin-top: 9px;
}

.mockup-hw-win-bg {
  display: flex;
  position: relative;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 26%, rgb(255 245 247 / 88%) 0 23%, transparent 44%),
    radial-gradient(circle at 21% 88%, rgb(246 241 250 / 86%) 0 27%, transparent 53%),
    linear-gradient(128deg, #edf5fc 0%, #f8f8fc 50%, #fff9f8 100%);
}

.mockup-hw-win-bg::before {
  position: absolute;
  top: -82px;
  left: 116px;
  width: 220px;
  height: 440px;
  transform: rotate(-11deg);
  border: 1px solid rgb(138 190 236 / 35%);
  border-radius: 50%;
  content: "";
}

.mockup-hw-win-links {
  display: flex;
  position: absolute;
  right: 7px;
  bottom: 4px;
  gap: 10px;
  color: #111;
  font-size: 6.5px;
}

.mockup-hw-ms-card {
  z-index: 1;
  width: 247px;
  min-height: 190px;
  padding: 25px 24px 22px;
  background: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
  box-sizing: border-box;
}

.mockup-hw-ms-logo {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mockup-hw-ms-logo > span {
  display: grid;
  grid-template-columns: repeat(2, 6px);
  gap: 1px;
}

.mockup-hw-ms-logo i {
  width: 6px;
  height: 6px;
}

.mockup-hw-ms-logo i:nth-child(1) {
  background: #f25022;
}

.mockup-hw-ms-logo i:nth-child(2) {
  background: #7fba00;
}

.mockup-hw-ms-logo i:nth-child(3) {
  background: #00a4ef;
}

.mockup-hw-ms-logo i:nth-child(4) {
  background: #ffb900;
}

.mockup-hw-ms-logo strong {
  color: #737373;
  font-size: 11px;
}

.mockup-hw-root .mockup-hw-ms-card h2 {
  margin: 11px 0 8px;
  font-size: 14px;
  line-height: 1.2;
}

.mockup-hw-ms-card p {
  margin: 0;
  font-size: 8px;
  line-height: 1.45;
}

.mockup-hw-loading-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 25px 0 13px;
}

.mockup-hw-loading-dots i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #0067c0;
}

.mockup-hw-loading-dots i:nth-child(4) {
  margin-left: 28px;
}

.mockup-hw-win-dialog {
  z-index: 1;
  width: 256px;
  overflow: hidden;
  border: 1px solid #aeb3b8;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 18px rgb(0 0 0 / 25%);
  box-sizing: border-box;
}

.mockup-hw-win-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 29px;
  padding: 0 13px;
  font-size: 7px;
}

.mockup-hw-win-titlebar > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mockup-hw-win-titlebar svg {
  width: 10px;
  height: 10px;
}

.mockup-hw-win-titlebar b {
  font-size: 12px;
  font-weight: 300;
}

.mockup-hw-root .mockup-hw-win-dialog h2 {
  margin: 2px 13px 0;
  font-size: 12px;
  line-height: 1.2;
}

.mockup-hw-rp {
  margin: 8px 13px 9px;
  font-size: 7px;
}

.mockup-hw-picker-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 1px 13px 7px;
}

.mockup-hw-picker-list > div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 30px;
  padding: 3px 6px;
  box-sizing: border-box;
}

.mockup-hw-picker-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
}

.mockup-hw-picker-list svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #111;
  stroke-width: 1.5;
}

.mockup-hw-picker-list strong {
  font-size: 7.5px;
  font-weight: 400;
}

.mockup-hw-account {
  display: grid;
  grid-template-columns: 18px 1fr 12px;
  align-items: center;
  gap: 6px;
  margin: 11px 15px 0;
}

.mockup-hw-account > span {
  display: inline-flex;
}

.mockup-hw-account strong {
  display: flex;
  flex-direction: column;
  min-width: 0;
  font-size: 7.4px;
  font-weight: 400;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.mockup-hw-account small {
  color: #676767;
  font-size: 7px;
  font-weight: 400;
}

.mockup-hw-account i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0067c0;
  color: #fff;
  font-size: 5.5px;
  font-style: normal;
}

.mockup-hw-key-prompt {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 106px;
  padding: 14px 22px 5px;
  text-align: center;
}

.mockup-hw-key-prompt strong {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35;
}

.mockup-hw-key-prompt--pin {
  min-height: 88px;
  padding-bottom: 0;
}

.mockup-hw-storage {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 7px;
  min-height: 43px;
  padding: 7px 15px;
  box-sizing: border-box;
}

.mockup-hw-storage > span {
  display: inline-flex;
}

.mockup-hw-storage strong,
.mockup-hw-storage a {
  font-size: 7px;
  font-weight: 400;
}

.mockup-hw-pin-label {
  display: block;
  margin: 0 15px 4px;
  font-size: 7px;
}

.mockup-hw-pin-input {
  height: 18px;
  margin: 0 15px 8px;
  padding: 3px 5px;
  border-bottom: 1px solid #0067c0;
  border-radius: 2px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #e7e7e7;
  box-sizing: border-box;
}

.mockup-hw-pin-input span {
  display: block;
  width: 1px;
  height: 11px;
  background: #111;
}

.mockup-hw-win-footer {
  display: flex;
  justify-content: flex-end;
  padding: 12px 13px;
  background: #f3f3f3;
}

.mockup-hw-win-footer--split {
  gap: 3px;
}

.mockup-hw-win-cancel,
.mockup-hw-win-ok {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
  font-size: 7.5px;
}

.mockup-hw-win-ok {
  border-color: #0067c0;
  background: #0067c0;
  color: #fff;
}

.mockup-hw-win-footer--split .mockup-hw-win-cancel,
.mockup-hw-win-footer--split .mockup-hw-win-ok {
  width: 112px;
}

.mockup-hw-win-dialog--picker {
  min-height: 218px;
}

.mockup-hw-win-dialog--save {
  min-height: 258px;
}

.mockup-hw-win-dialog--pin {
  min-height: 300px;
}

/* ---------- MACOS / SAFARI PASSKEY REGISTRATION ---------- */

.mockup-mac-browser {
  background: #e9e9eb;
  color: #1d1d1f;
  font-family: "Segoe UI", Inter, Arial, sans-serif;
}

.mockup-mac-safari-toolbar {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 28px;
  padding: 0 8px;
  border-bottom: 1px solid rgb(0 0 0 / 15%);
  background: linear-gradient(180deg, #f4f4f5 0%, #e8e8e9 100%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 84%);
  box-sizing: border-box;
  font-family: Inter, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  flex: 0 0 28px;
}

.mockup-mac-traffic-lights {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 3px;
}

.mockup-mac-traffic-lights i {
  width: 7px;
  height: 7px;
  border: 0.5px solid rgb(0 0 0 / 14%);
  border-radius: 50%;
  box-sizing: border-box;
}

.mockup-mac-traffic-lights i:nth-child(1) {
  background: #ff5f57;
}

.mockup-mac-traffic-lights i:nth-child(2) {
  background: #febc2e;
}

.mockup-mac-traffic-lights i:nth-child(3) {
  background: #28c840;
}

.mockup-mac-toolbar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 18px;
  border-radius: 4px;
  color: #454548;
  flex: 0 0 14px;
}

.mockup-mac-toolbar-icon svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.mockup-mac-toolbar-icon--muted {
  opacity: 0.35;
}

.mockup-mac-toolbar-icon--shield svg {
  width: 10px;
  height: 10px;
}

.mockup-mac-toolbar-chevron {
  color: #5c5c60;
  font-size: 8px;
  line-height: 1;
}

.mockup-mac-address {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) 10px;
  align-items: center;
  gap: 4px;
  height: 20px;
  max-width: 258px;
  margin: 0 auto;
  padding: 0 6px;
  border: 1px solid rgb(0 0 0 / 8%);
  border-radius: 6px;
  background: rgb(255 255 255 / 76%);
  box-shadow:
    0 1px 1px rgb(0 0 0 / 4%),
    inset 0 1px 0 rgb(255 255 255 / 85%);
  box-sizing: border-box;
  color: #39393c;
  flex: 1 1 auto;
}

.mockup-mac-address svg {
  width: 9px;
  height: 9px;
  fill: none;
  stroke: #616165;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.mockup-mac-address strong {
  overflow: hidden;
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mockup-mac-address .mockup-mac-address-reload {
  justify-self: end;
}

.mockup-mac-browser-page {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

.mockup-mac-browser .mockup-hw-portal-main {
  padding: 11px 10px 10px;
}

.mockup-mac-browser .mockup-hw-advisable {
  margin: 10px 0 9px;
}

.mockup-mac-browser .mockup-hw-lost {
  margin-top: 9px;
}

.mockup-mac-browser .mockup-hw-method-dialog {
  top: 15px;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 3px;
}

.mockup-mac-browser .mockup-hw-intro-dialog,
.mockup-mac-browser .mockup-hw-name-dialog,
.mockup-mac-browser .mockup-hw-created-dialog {
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 3px;
}

.mockup-mac-passkey-scrim {
  background: rgb(32 33 36 / 43%);
}

.mockup-mac-passkey-sheet {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 31;
  width: 248px;
  padding: 0 14px 8px;
  transform: translate(-50%, -50%);
  border: 1px solid rgb(0 0 0 / 17%);
  border-radius: 8px;
  background: rgb(250 250 251 / 99%);
  box-shadow:
    0 16px 38px rgb(0 0 0 / 32%),
    0 2px 7px rgb(0 0 0 / 16%);
  box-sizing: border-box;
  color: #1d1d1f;
  font-family: Inter, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}

.mockup-mac-sheet-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  border-bottom: 1px solid rgb(0 0 0 / 11%);
  text-align: left;
}

.mockup-mac-sheet-titlebar strong {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  font-weight: 650;
}

.mockup-mac-sheet-titlebar strong > span {
  display: inline-flex;
  width: 13px;
  height: 13px;
}

.mockup-mac-sheet-cancel {
  padding: 2px 7px;
  border: 1px solid rgb(0 0 0 / 11%);
  border-radius: 5px;
  background: linear-gradient(#fff, #f2f2f2);
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
  font-size: 8px;
  line-height: 1.1;
}

.mockup-mac-passkey-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 8px auto 6px;
}

.mockup-mac-passkey-symbol svg {
  width: 28px;
  height: 28px;
}

.mockup-mac-passkey-sheet h2 {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
}

.mockup-mac-sheet-copy {
  max-width: 212px;
  margin: 0 auto;
  color: #2f3033;
  font-size: 8px;
  line-height: 1.3;
}

.mockup-mac-touchid-glyph {
  width: 30px;
  height: 30px;
  margin: 6px auto 1px;
  color: #ff5e78;
}

.mockup-mac-touchid-glyph svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mockup-mac-touchid-copy {
  display: inline-block;
  padding: 1px 4px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 9px;
  line-height: 1.25;
}

.mockup-mac-other-options {
  margin-top: 2px;
  color: #0068d9;
  font-size: 9px;
  line-height: 1.25;
}

.mockup-mac-passkey-sheet--options {
  padding-bottom: 7px;
}

.mockup-mac-passkey-sheet--options .mockup-mac-passkey-symbol {
  margin-top: 7px;
  margin-bottom: 4px;
}

.mockup-mac-passkey-sheet--options .mockup-mac-sheet-copy {
  margin-bottom: 3px;
  font-size: 7.5px;
}

.mockup-mac-choice-list {
  margin: 0 auto 3px;
  text-align: left;
}

.mockup-mac-choice {
  display: grid;
  grid-template-columns: 8px 17px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  min-height: 29px;
  padding: 2px 4px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
}

.mockup-mac-radio {
  width: 7px;
  height: 7px;
  border: 1px solid #87898e;
  border-radius: 50%;
  box-sizing: border-box;
}

.mockup-mac-radio--selected {
  border: 2px solid #1976d2;
  background: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.mockup-mac-choice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  color: #585a5f;
}

.mockup-mac-choice-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.mockup-mac-choice strong {
  display: flex;
  flex-direction: column;
  min-width: 0;
  font-size: 7.6px;
  font-weight: 550;
  line-height: 1.16;
}

.mockup-mac-choice small {
  overflow: hidden;
  color: #6a6b70;
  font-size: 6.2px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mockup-mac-passkey-sheet--options .mockup-mac-touchid-glyph {
  width: 26px;
  height: 26px;
  margin-top: 3px;
}

.mockup-mac-passkey-sheet--options .mockup-mac-touchid-glyph svg {
  width: 26px;
  height: 26px;
}

.mockup-mac-passkey-sheet--options .mockup-mac-touchid-copy {
  padding: 0;
  font-size: 8px;
}

.mockup-mac-hosted-page {
  position: relative;
}

.mockup-hw-created-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 31;
  width: 248px;
  min-height: 278px;
  padding: 20px 20px 17px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 14px 34px rgb(0 0 0 / 34%);
  box-sizing: border-box;
}

.mockup-hw-created-title {
  display: flex;
  align-items: center;
  gap: 7px;
}

.mockup-hw-created-title > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2d8b2d;
  color: #fff;
  font-size: 9px;
  line-height: 1;
}

.mockup-hw-created-title strong {
  font-size: 15px;
  font-weight: 600;
}

.mockup-hw-created-art {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 24px auto 20px;
  border-radius: 50%;
  background: linear-gradient(160deg, #fff 0%, #e6f4fd 100%);
  box-shadow: 0 4px 8px rgb(0 0 0 / 14%);
}

.mockup-hw-created-dialog > p {
  margin: 0;
  color: #333;
  font-size: 10px;
  line-height: 1.4;
}

.mockup-hw-created-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 17px;
}

.mockup-hw-created-actions .mockup-hw-button {
  min-width: 82px;
  height: 26px;
  font-size: 10.5px;
}

.mockup-hw-method-row--device-bound {
  background: #f3fbf3;
  box-shadow: inset 3px 0 #2d8b2d;
}
