/* vv-vistasign-p3 20260919T160000Z
 * Admin surfaces, 44px hits, once-secret modal, no triple pagers.
 * Do not restyle MLS gold-frame.
 */

[data-vv-vs-p3-pager-hidden="1"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

[data-vv-vs-p3-dead="1"] {
  display: none !important;
}

.vv-vs-p3-auth {
  position: relative;
  top: auto;
  z-index: 2;
  padding: 12px 16px;
  min-height: 44px;
  margin: 0 0 12px;
  background: #3b1d0a;
  color: #f5ec9b;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 12px;
}
.vv-vs-p3-auth[data-state="ok"] {
  display: none;
}

.vv-vs-p3-panel {
  margin: 16px auto 96px;
  max-width: 720px;
  padding: 16px;
  background: #0a1a17;
  color: #f5ec9b;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 16px;
}
.vv-vs-p3-panel h2 {
  margin: 0 0 8px;
  font-size: 20px;
}
.vv-vs-p3-muted {
  color: rgba(245, 236, 155, 0.7);
  font-size: 13px;
}
.vv-vs-p3-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 12px 0;
}
.vv-vs-p3-form fieldset {
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px;
}
.vv-vs-p3-input,
.vv-vs-p3-form input[type="url"],
.vv-vs-p3-form input[type="text"],
.vv-vs-p3-form input[type="file"] {
  min-height: 44px;
  min-width: 44px;
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: #071910;
  color: #f5ec9b;
}
.vv-vs-p3-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vv-vs-p3-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}
.vv-vs-p3-row code {
  flex: 1 1 160px;
  word-break: break-all;
}
.vv-vs-p3-empty {
  padding: 16px;
  border: 1px dashed rgba(212, 175, 55, 0.35);
  border-radius: 12px;
  color: rgba(245, 236, 155, 0.8);
}
.vv-vs-p3-logo-preview img {
  max-width: 180px;
  max-height: 80px;
  display: block;
  margin: 8px 0;
  background: #fff;
}
.vv-vs-p3-once {
  position: fixed;
  inset: 0;
  z-index: 130;
  background: rgba(4, 12, 8, 0.76);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.vv-vs-p3-once-card {
  width: min(520px, 100%);
  background: #0a1a17;
  color: #f5ec9b;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 16px;
  padding: 16px;
}
.vv-vs-p3-copy-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.vv-vs-p3-copy-row input {
  flex: 1;
  min-height: 44px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.vv-vs-p3-loud {
  z-index: 91;
}

.vv-vs-p3-check {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
.vv-vs-p3-check li {
  padding: 10px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}
.vv-vs-p3-check li.done a {
  opacity: 0.85;
}
.vv-vs-p3-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
}
.vv-vs-p3-plan {
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  padding: 12px;
}
.vv-vs-p3-plan h3 {
  margin: 0 0 6px;
  font-size: 16px;
}
@media (max-width: 719px) {
  .vv-vs-p3-plans {
    grid-template-columns: 1fr;
  }
}

.vv-vs-p3-bill,
.vv-vs-p3-email {
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.vv-vs-p3-bill p,
.vv-vs-p3-email p {
  flex: 1 1 100%;
}

body.vv-vs-p3-narrow .vv-vs-p3-panel {
  margin-bottom: 120px;
}

[data-vv-vs-p3-seal-hidden="1"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

[data-vv-vs-p3-zero-hidden="1"] {
  opacity: 0.85;
}

[data-vv-vs-p3-panel="webhooks"] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
[data-vv-vs-p3-panel="webhooks"] .vv-vs-p3-form,
[data-vv-vs-p3-panel="webhooks"] .vv-vs-p3-list {
  width: 100%;
  grid-column: 1 / -1;
}
[data-vv-vs-p3-wh-empty="1"],
.vv-vs-p3-wh-list {
  display: block;
  width: 100%;
}
[data-vv-vs-p3-wh-clash="1"] {
  display: none !important;
  visibility: hidden !important;
}

body.vv-vs-p3-send,
body.vv-vs-p3-selfsign {
  padding-bottom: calc(160px + env(safe-area-inset-bottom, 0px));
}
body.vv-vs-p3-send form,
body.vv-vs-p3-send [class*="wizard" i],
body.vv-vs-p3-send [class*="Wizard"],
body.vv-vs-p3-send [data-testid*="wizard"],
body.vv-vs-p3-send main {
  padding-bottom: 32px;
  margin-bottom: calc(32px + env(safe-area-inset-bottom, 0px));
  max-height: calc(100dvh - 168px);
  overflow-y: auto;
}
body.vv-vs-p3-send .vv-vs-p2-toggles,
body.vv-vs-p3-send .vv-vs-p2-phone-wrap {
  margin-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
}
body.vv-vs-p3 [aria-label="Open Jessica"],
body.vv-vs-p3 [aria-label*="Jessica V"],
body.vv-vs-p3 [class*="Jessica"] {
  bottom: calc(108px + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 16 !important;
}

.vv-vs-p3-camera-modal {
  z-index: 140;
}

@media (max-width: 719px) {
  .vv-vs-p3-form fieldset {
    grid-template-columns: 1fr;
  }
  [role="menuitem"],
  .vv-vs-p3-panel button,
  .vv-vs-p3-row button {
    min-width: 44px !important;
    min-height: 44px !important;
  }
  .vv-vs-p3-plans {
    grid-template-columns: 1fr;
  }
}
