.vmo-ql-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 36px 20px 72px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #173042;
    line-height: 1.6;
}

.vmo-ql-wrap * {
    box-sizing: border-box;
}

.vmo-ql-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 auto 24px;
    max-width: 920px;
}

.vmo-ql-home-brand,
.vmo-ql-home-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
}

.vmo-ql-home-brand {
    color: #10222c;
    padding: 5px 14px 5px 6px;
    background: #ffffff;
    border: 1px solid rgba(11, 125, 148, 0.12);
    box-shadow: 0 12px 30px rgba(16, 34, 44, 0.06);
}

.vmo-ql-home-brand img {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
}

.vmo-ql-home-link {
    color: #0b7d94;
    padding: 0 18px;
    background: #edf9fc;
    border: 2px solid #9addeb;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.vmo-ql-home-link:hover {
    transform: translateY(-1px);
    background: #e1f7fb;
    box-shadow: 0 12px 24px rgba(19, 199, 223, 0.14);
}

.vmo-ql-progress {
    margin-bottom: 32px;
}

.vmo-ql-progress-bar {
    height: 6px;
    background: #dbe8ee;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 16px;
}

.vmo-ql-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #0b7d94, #13c7df);
    border-radius: 999px;
    transition: width 0.35s ease;
}

.vmo-ql-steps-nav {
    display: flex;
    justify-content: space-between;
    max-width: 360px;
    margin: 0 auto;
}

.vmo-ql-step-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    background: #dbe8ee;
    color: #6f8793;
    transition: all 0.25s ease;
}

.vmo-ql-step-dot.active {
    background: linear-gradient(135deg, #0b7d94, #13c7df);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(19, 199, 223, 0.18);
}

.vmo-ql-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 36px;
    box-shadow: 0 18px 48px rgba(16, 34, 44, 0.08);
    border: 1px solid rgba(11, 125, 148, 0.08);
    max-width: 640px;
    margin: 0 auto;
}

.vmo-ql-card--wide {
    max-width: 920px;
}

.vmo-ql-card--intro {
    max-width: 760px;
}

.vmo-ql-card h2 {
    font-size: 30px;
    line-height: 1.18;
    margin: 16px 0 12px;
    color: #10222c;
    text-align: center;
}

.vmo-ql-icon {
    text-align: center;
    margin: 0 auto;
    color: #0b7d94;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vmo-ql-icon--brand {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(19, 199, 223, 0.14), rgba(255, 198, 77, 0.18));
    border: 1px solid rgba(11, 125, 148, 0.14);
}

.vmo-ql-icon--brand img {
    width: 58px;
    height: 58px;
    display: block;
    object-fit: contain;
}

.vmo-ql-subtitle,
.vmo-ql-intro-copy p,
.vmo-ql-step-note,
.vmo-ql-inline-note,
.vmo-ql-note {
    color: #5e7582;
}

.vmo-ql-subtitle {
    font-size: 15px;
    margin-bottom: 28px;
    text-align: center;
}

.vmo-ql-intro-copy {
    max-width: 64ch;
    margin: 0 auto;
}

.vmo-ql-intro-copy p {
    margin: 0 0 16px;
    font-size: 16px;
}

.vmo-ql-highlight {
    border-radius: 16px;
    padding: 18px 20px;
    background: #f4fbfd;
    border: 1px solid rgba(11, 125, 148, 0.12);
}

.vmo-ql-highlight strong {
    display: block;
    margin-bottom: 6px;
    color: #0b7d94;
}

.vmo-ql-field {
    margin-bottom: 20px;
}

.vmo-ql-field label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #173042;
}

.vmo-ql-field label .req {
    color: #d14343;
}

.vmo-ql-field input,
.vmo-ql-field select {
    width: 100%;
    padding: 13px 15px;
    border: 2px solid #dbe8ee;
    border-radius: 12px;
    font-size: 15px;
    background: #fbfdfe;
    color: #10222c;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vmo-ql-field input:focus,
.vmo-ql-field select:focus {
    outline: none;
    border-color: #13c7df;
    box-shadow: 0 0 0 4px rgba(19, 199, 223, 0.12);
}

.vmo-ql-inline-note,
.vmo-ql-step-note,
.vmo-ql-note {
    font-size: 13px;
}

.vmo-ql-credentials-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.vmo-ql-domain-builder {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 10px;
}

.vmo-ql-domain-preview,
.vmo-ql-domain-search-target,
.vmo-ql-domain-locked {
    border-radius: 12px;
    padding: 14px 16px;
    background: #f4fbfd;
    border: 1px solid rgba(11, 125, 148, 0.12);
}

.vmo-ql-domain-preview {
    margin-top: 10px;
    font-size: 14px;
}

.vmo-ql-domain-search-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-bottom: 16px;
}

.vmo-ql-domain-search-target {
    font-weight: 700;
    color: #10222c;
}

.vmo-ql-domain-status {
    display: none;
    margin-top: 10px;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid transparent;
}

.vmo-ql-domain-status h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.vmo-ql-domain-status p {
    margin: 0;
    font-size: 14px;
}

.vmo-ql-domain-status.available {
    background: #ecfdf7;
    border-color: #99f6e4;
    color: #0f766e;
}

.vmo-ql-domain-status.warning {
    background: #fff8eb;
    border-color: #f4d38f;
    color: #8b5d00;
}

.vmo-ql-domain-status.error {
    background: #fff1f1;
    border-color: #fecaca;
    color: #b42318;
}

.vmo-ql-domain-status-actions {
    margin-top: 14px;
}

.vmo-ql-accordion {
    margin-top: 8px;
    border-radius: 14px;
    background: #f8fbfc;
    border: 1px solid rgba(11, 125, 148, 0.1);
    padding: 14px 16px;
}

.vmo-ql-accordion summary {
    cursor: pointer;
    font-weight: 700;
    color: #173042;
}

.vmo-ql-guidance-list {
    margin: 12px 0 0;
    padding-left: 18px;
    color: #5e7582;
    display: grid;
    gap: 8px;
}

.vmo-ql-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 12px;
}

.vmo-ql-actions-end {
    justify-content: flex-end;
}

.vmo-ql-shortcut-actions {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 14px;
}

.vmo-ql-shortcut-actions .vmo-ql-btn {
    flex: 1 1 180px;
}

.vmo-ql-btn {
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.vmo-ql-btn.primary {
    background: linear-gradient(135deg, #0b7d94, #13c7df);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(19, 199, 223, 0.22);
}

.vmo-ql-btn.primary:hover {
    transform: translateY(-1px);
}

.vmo-ql-btn.primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.vmo-ql-btn.secondary {
    background: #edf9fc;
    color: #0b7d94;
    border: 2px solid #9addeb;
}

.vmo-ql-btn.ghost {
    background: transparent;
    color: #5e7582;
    border: 2px solid #dbe8ee;
}

.vmo-ql-btn.large {
    width: 100%;
    padding: 16px 28px;
    font-size: 16px;
}

.btn-spinner {
    width: 18px;
    height: 18px;
    border: 3px solid rgba(255,255,255,0.34);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: vmo-ql-spin 0.6s linear infinite;
}

@keyframes vmo-ql-spin {
    to {
        transform: rotate(360deg);
    }
}

.vmo-ql-suggestions {
    margin-top: 18px;
}

.vmo-ql-suggestions h4 {
    margin: 0 0 10px;
    font-size: 13px;
    color: #5e7582;
}

.vmo-ql-suggestion-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vmo-ql-suggestion {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #dbe8ee;
    background: #fbfdfe;
    color: #173042;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.vmo-ql-suggestion.available {
    border-color: #99f6e4;
    background: #ecfdf7;
}

.vmo-ql-suggestion.taken {
    border-color: #f4d38f;
    background: #fff8eb;
}

.vmo-ql-billing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
}

.vmo-ql-toggle-label {
    font-size: 14px;
    color: #7a919b;
}

.vmo-ql-toggle-label[data-active="true"] {
    color: #10222c;
    font-weight: 700;
}

.vmo-ql-save-badge {
    background: #ecfdf7;
    color: #0f766e;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.vmo-ql-switch {
    position: relative;
    width: 48px;
    height: 26px;
}

.vmo-ql-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.vmo-ql-slider {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #c5d6de;
    transition: 0.3s ease;
}

.vmo-ql-slider::before {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    transition: 0.3s ease;
}

.vmo-ql-switch input:checked + .vmo-ql-slider {
    background: #0b7d94;
}

.vmo-ql-switch input:checked + .vmo-ql-slider::before {
    transform: translateX(22px);
}

.vmo-ql-plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 16px;
}

.vmo-ql-plan-card {
    position: relative;
    background: #fbfdfe;
    border-radius: 16px;
    border: 2px solid #dbe8ee;
    padding: 26px 20px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vmo-ql-plan-card:hover,
.vmo-ql-plan-card.selected {
    border-color: #13c7df;
    box-shadow: 0 16px 28px rgba(19, 199, 223, 0.14);
    transform: translateY(-1px);
}

.vmo-ql-plan-card.recommended {
    border-color: #0b7d94;
}

.vmo-ql-plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(135deg, #0b7d94, #13c7df);
    color: #ffffff;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.vmo-ql-plan-card h3 {
    margin: 6px 0 8px;
    font-size: 19px;
    color: #10222c;
}

.vmo-ql-plan-price {
    font-size: 30px;
    font-weight: 800;
    color: #0b7d94;
}

.vmo-ql-plan-price span {
    font-size: 14px;
    color: #7a919b;
    font-weight: 500;
}

.vmo-ql-plan-annual,
.vmo-ql-plan-for {
    font-size: 13px;
}

.vmo-ql-plan-annual {
    color: #0f766e;
    margin-top: 6px;
}

.vmo-ql-plan-credits {
    margin: 10px 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: #173042;
}

.vmo-ql-plan-for {
    color: #5e7582;
    margin-bottom: 12px;
}

.vmo-ql-plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 6px;
    font-size: 13px;
    color: #4d6470;
}

.vmo-ql-review {
    background: #f8fbfc;
    border-radius: 16px;
    padding: 22px 24px;
    margin-bottom: 24px;
}

.vmo-ql-review-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid #e3edf2;
}

.vmo-ql-review-row:last-child {
    border-bottom: none;
}

.vmo-ql-review-row.total {
    margin-top: 4px;
    padding-top: 16px;
    border-top: 2px solid #13c7df;
}

.vmo-ql-rlabel {
    color: #5e7582;
    font-size: 14px;
}

.vmo-ql-rvalue {
    font-weight: 700;
    color: #10222c;
    font-size: 14px;
    text-align: right;
}

.vmo-ql-review-row.total .vmo-ql-rvalue {
    font-size: 18px;
    color: #0b7d94;
}

.vmo-ql-includes h4 {
    margin: 0 0 10px;
    font-size: 14px;
    color: #173042;
}

.vmo-ql-includes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
}

.vmo-ql-includes li {
    font-size: 13px;
    color: #4d6470;
}

.vmo-ql-error {
    background: #fff1f1;
    border: 1px solid #fecaca;
    color: #b42318;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-size: 14px;
}

/* ── Promo code input ──────────────────────────────── */
.vmo-ql-promo-section {
    margin-bottom: 16px;
}

.vmo-ql-promo-row {
    display: flex;
    gap: 8px;
    align-items: center;
}

.vmo-ql-promo-input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #d0dce3;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    color: #10222c;
    background: #f8fbfc;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: border-color 0.2s;
}

.vmo-ql-promo-input:focus {
    border-color: #13c7df;
    box-shadow: 0 0 0 3px rgba(19, 199, 223, 0.12);
}

.vmo-ql-promo-input:disabled {
    background: #eef5f8;
    color: #5e7582;
}

.vmo-ql-btn.small {
    padding: 10px 18px;
    font-size: 13px;
    border-radius: 10px;
    white-space: nowrap;
}

.vmo-ql-promo-status {
    margin-top: 6px;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 8px;
}

.vmo-ql-promo-status.success {
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.vmo-ql-promo-status.error {
    color: #b42318;
    background: #fff1f1;
    border: 1px solid #fecaca;
}

/* ── Discount review row ───────────────────────────── */
.vmo-ql-review-row.discount {
    background: #ecfdf5;
    margin: 0 -24px;
    padding: 11px 24px;
    border-bottom: 1px solid #a7f3d0;
}

.vmo-ql-discount-value {
    color: #065f46 !important;
    font-weight: 700;
}

.vmo-ql-secure-note {
    text-align: center;
    font-size: 12px;
    color: #7a919b;
    margin-top: 14px;
}

.vmo-ql-password-strength {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vmo-ql-pw-bar {
    flex: 1;
    height: 4px;
    background: #dbe8ee;
    border-radius: 999px;
    overflow: hidden;
}

.vmo-ql-pw-bar div {
    height: 100%;
    border-radius: 999px;
}

.vmo-ql-password-strength span {
    font-size: 12px;
    font-weight: 700;
}

.vmo-ql-provision-steps {
    margin: 26px 0;
}

.vmo-ql-prov-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 10px;
    background: #f8fbfc;
}

.vmo-ql-prov-step.running {
    background: #eefbfe;
    border-left: 4px solid #13c7df;
}

.vmo-ql-prov-step.done {
    background: #ecfdf7;
    border-left: 4px solid #0f766e;
}

.vmo-ql-prov-step.failed {
    background: #fff1f2;
    border-left: 4px solid #b91c1c;
}

.vmo-ql-prov-step.warning {
    background: #fff7ed;
    border-left: 4px solid #d97706;
}

.vmo-ql-prov-icon {
    font-size: 13px;
    font-weight: 700;
    color: #0b7d94;
    min-width: 56px;
}

.vmo-ql-prov-label {
    font-size: 14px;
    color: #173042;
}

.vmo-ql-prov-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
    min-width: 0;
}

.vmo-ql-prov-bar {
    position: relative;
    height: 6px;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.vmo-ql-prov-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    background: #13c7df;
    border-radius: 999px;
    transition: width 600ms ease;
}

.vmo-ql-prov-step.running .vmo-ql-prov-bar-fill {
    width: 35%;
    background: linear-gradient(90deg, #13c7df 0%, #0b7d94 50%, #13c7df 100%);
    background-size: 200% 100%;
    animation: vmo-ql-prov-bar-pulse 1.4s linear infinite;
}

.vmo-ql-prov-step.done .vmo-ql-prov-bar-fill {
    width: 100%;
    background: #0f766e;
    animation: none;
}

/* WARNING = transient retryable failure. We keep the amber color but reuse
   the indeterminate pulse so the bar visibly *moves* while the backoff
   timer counts down. This is the "we are still working on it" state —
   distinct from done (full teal) and from terminal failed (full red). */
.vmo-ql-prov-step.warning .vmo-ql-prov-bar-fill,
.vmo-ql-prov-step.retrying .vmo-ql-prov-bar-fill {
    width: 35%;
    background: linear-gradient(90deg, #fbbf24 0%, #b45309 50%, #fbbf24 100%);
    background-size: 200% 100%;
    animation: vmo-ql-prov-bar-pulse 1.6s linear infinite;
}

/* TERMINAL failed = backend has exhausted retries or returned a hard error.
   Full red, no animation, plus a hatched stripe pattern so a stuck/terminal
   step never visually mimics the celebratory full-teal "done" bar. */
.vmo-ql-prov-step.failed .vmo-ql-prov-bar-fill {
    width: 100%;
    background:
        repeating-linear-gradient(
            45deg,
            #b91c1c 0,
            #b91c1c 10px,
            #7f1d1d 10px,
            #7f1d1d 20px
        );
    animation: none;
}

/* PENDING = queued but not started (waiting on a precondition step). A
   subtle slow shimmer track conveys "system is alive and waiting" without
   mimicking the bright pulse of the currently-running step. Users seeing
   a totally static bar mistake it for a frozen UI and leave the page. */
.vmo-ql-prov-step.pending .vmo-ql-prov-bar {
    background: linear-gradient(90deg, #e2e8f0 0%, #cbd5e1 50%, #e2e8f0 100%);
    background-size: 200% 100%;
    animation: vmo-ql-prov-bar-shimmer 2.4s linear infinite;
    border: none;
}
.vmo-ql-prov-step.pending .vmo-ql-prov-bar-fill {
    width: 0%;
    animation: none;
}

@keyframes vmo-ql-prov-bar-pulse {
    0%   { background-position: 200% 0; width: 25%; }
    50%  { width: 75%; }
    100% { background-position: -200% 0; width: 25%; }
}

@keyframes vmo-ql-prov-bar-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* "RESUMING" / "Finishing your previous launch" eyebrow — always animated
   so the user has at least one always-moving element on the page while
   the orchestrator chews through long-running cron-driven steps. */
.vmo-ql-eyebrow-pulse,
#ql-success-icon {
    position: relative;
    display: inline-block;
}
.vmo-ql-eyebrow-pulse::after,
#ql-success-icon::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #13c7df;
    margin-left: 8px;
    vertical-align: middle;
    animation: vmo-ql-eyebrow-pulse 1.2s ease-in-out infinite;
}
@keyframes vmo-ql-eyebrow-pulse {
    0%, 100% { opacity: 0.35; transform: scale(0.85); }
    50%      { opacity: 1;    transform: scale(1.15); }
}

/* Telemetry line rendered under the step label: "Attempt N · next try in MM:SS · code". */
.vmo-ql-prov-meta {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 4px;
    color: #6b7280;
    letter-spacing: 0.01em;
}
.vmo-ql-prov-step.failed .vmo-ql-prov-meta { color: #7f1d1d; }
.vmo-ql-prov-step.warning .vmo-ql-prov-meta,
.vmo-ql-prov-step.retrying .vmo-ql-prov-meta { color: #b45309; }
.vmo-ql-prov-meta-code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; opacity: 0.8; }

.vmo-ql-success-details {
    margin-top: 26px;
}

.vmo-ql-success-details h3 {
    text-align: center;
    margin: 0 0 18px;
    font-size: 24px;
    color: #0f766e;
}

.vmo-ql-success-heading {
    text-align: center;
    margin: 0 0 12px;
    font-size: 22px;
    color: #0f766e;
}
.vmo-ql-success-lead {
    text-align: center;
    margin: 0 auto 22px;
    max-width: 560px;
    color: #334155;
    line-height: 1.55;
}
.vmo-ql-success-lead strong { color: #0b7d94; word-break: break-all; }

.vmo-ql-shortcut-step {
    background: #f4fbfd;
    border: 1px solid rgba(11, 125, 148, 0.18);
    border-radius: 14px;
    padding: 20px 22px;
    margin: 0 0 22px;
}
.vmo-ql-shortcut-step-header {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 14px;
}
.vmo-ql-shortcut-step-icon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 10px;
    background: #0b7d94;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.vmo-ql-shortcut-step-title {
    margin: 0 0 4px;
    font-size: 17px;
    color: #0f172a;
}
.vmo-ql-shortcut-step-copy {
    margin: 0;
    color: #475569;
    line-height: 1.5;
    font-size: 14px;
}
.vmo-ql-shortcut-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}
.vmo-ql-shortcut-step-hint {
    margin: 12px 0 0;
    font-size: 13px;
    color: #5e7582;
    line-height: 1.5;
}

.vmo-ql-success-continue {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 6px;
}
.vmo-ql-btn.link {
    background: transparent;
    color: #0b7d94;
    text-decoration: underline;
    padding: 4px 8px;
    border: 0;
    font-size: 14px;
}

.vmo-ql-cred-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.vmo-ql-cred {
    background: #f4fbfd;
    border: 1px solid rgba(11, 125, 148, 0.12);
    border-radius: 12px;
    padding: 14px 16px;
}

.vmo-ql-cred-label {
    display: block;
    font-size: 12px;
    color: #5e7582;
    margin-bottom: 5px;
}

.vmo-ql-cred-value {
    font-size: 14px;
    font-weight: 700;
    color: #10222c;
    word-break: break-word;
}

.vmo-ql-cred-value a {
    color: #0b7d94;
    text-decoration: none;
}

.vmo-ql-device-prompt[hidden] {
    display: none;
}

.vmo-ql-device-prompt {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(7, 25, 35, 0.72);
}

.vmo-ql-device-card {
    position: relative;
    width: min(100%, 520px);
    background: #ffffff;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid rgba(11, 125, 148, 0.16);
    box-shadow: 0 28px 80px rgba(7, 25, 35, 0.32);
    text-align: center;
}

.vmo-ql-device-close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 1px solid #d7e5eb;
    border-radius: 8px;
    background: #f4fbfd;
    color: #173042;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 10px;
    cursor: pointer;
}

.vmo-ql-device-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #071923;
    color: #13c7df;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
}

.vmo-ql-device-card h3 {
    color: #10222c;
    margin-bottom: 10px;
}

.vmo-ql-device-card p {
    margin: 0 auto 18px;
    max-width: 420px;
    color: #5e7582;
}

.vmo-ql-device-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
}

.vmo-ql-device-help {
    font-size: 13px;
    margin-top: 14px !important;
}

@media (max-width: 768px) {
    .vmo-ql-wrap {
        padding: 24px 14px 56px;
    }

    .vmo-ql-topbar {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .vmo-ql-home-brand,
    .vmo-ql-home-link {
        width: 100%;
    }

    .vmo-ql-card {
        padding: 28px 22px;
    }

    .vmo-ql-card h2 {
        font-size: 24px;
    }

    .vmo-ql-credentials-grid,
    .vmo-ql-cred-grid,
    .vmo-ql-includes ul,
    .vmo-ql-plans-grid {
        grid-template-columns: 1fr;
    }

    .vmo-ql-domain-builder,
    .vmo-ql-domain-search-bar,
    .vmo-ql-actions {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .vmo-ql-btn,
    .vmo-ql-btn.large {
        width: 100%;
    }

    .vmo-ql-actions-end {
        justify-content: stretch;
    }
}