:root {
    --vpx-font-sans: "Ubuntu", sans-serif;
}

body,
button,
input,
select,
textarea {
    font-family: var(--vpx-font-sans);
}

.vpx-flash-stack {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1080;
    width: min(32rem, calc(100vw - 2rem));
}

.vpx-wordmark,
.vpx-wordmark-sm,
.vpx-auth-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ct-dark);
}

.vpx-wordmark {
    font-size: 1.1rem;
}

.vpx-wordmark-sm {
    font-size: 0.78rem;
}

.vpx-auth-brand {
    min-width: 9rem;
    min-height: 2.75rem;
    padding: 0.55rem 1rem;
    border: 2px solid var(--ct-dark);
    border-radius: 1rem;
    background: var(--ct-white);
    box-shadow: 6px 6px 0 0 var(--ct-dark);
}

.vpx-topbar-shell {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: nowrap;
}

.vpx-topbar-main {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1 1 auto;
    min-width: 0;
}

.vpx-topbar-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.vpx-topbar-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: auto;
}

.vpx-topbar-email {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    max-width: min(42vw, 26rem);
    padding: 0.34rem 0.68rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--bs-secondary-rgb), 0.38);
    background: rgba(var(--bs-secondary-rgb), 0.12);
    color: var(--bs-secondary);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.vpx-topbar-email .ti {
    font-size: 0.9rem;
    opacity: 0.9;
}

.vpx-topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.34rem 0.62rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.28);
    background: rgba(var(--bs-primary-rgb), 0.08);
    color: var(--bs-primary);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.vpx-topbar-link:hover,
.vpx-topbar-link:focus {
    color: var(--bs-primary);
    border-color: rgba(var(--bs-primary-rgb), 0.42);
    background: rgba(var(--bs-primary-rgb), 0.14);
}

.vpx-topbar-link .ti {
    font-size: 0.9rem;
}

.vpx-user-menu-dropdown {
    min-width: max-content;
    width: max-content;
    max-width: calc(100vw - 1rem);
}

.vpx-user-menu-dropdown .dropdown-item,
.vpx-user-menu-dropdown .dropdown-header h6 {
    white-space: nowrap;
}

.vpx-sub-topbar-links {
    gap: 0.45rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.vpx-subscription-layout .app-topbar {
    position: static;
}

.vpx-subscription-layout .page-content {
    margin-top: 0;
    padding-top: 0;
}

.vpx-sub-page {
    max-width: 570px;
}

.vpx-sub-stat {
    border-radius: 0.75rem;
    border: 1px solid rgba(var(--bs-secondary-rgb), 0.28);
    background: rgba(var(--bs-secondary-rgb), 0.08);
    padding: 0.55rem 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.vpx-sub-stat small,
.vpx-sub-stat-heading {
    color: var(--bs-secondary);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.vpx-sub-stat strong {
    color: var(--ct-dark);
    font-size: 0.96rem;
}

.vpx-sub-stat-info {
    border-color: rgba(var(--bs-info-rgb), 0.35);
    background: rgba(var(--bs-info-rgb), 0.12);
}

.vpx-topnav-strip {
    background: #313a46;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.vpx-topnav-strip .navbar {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
}

.vpx-topnav-strip .page-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
    flex-wrap: nowrap;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.vpx-topnav-strip .navbar-collapse {
    display: block !important;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.vpx-topnav-strip .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.05rem;
    padding: 0.2rem 0;
    width: max-content;
    min-width: max-content;
}

#vpx-access {
    scroll-margin-top: 6rem;
}

#invite-links {
    scroll-margin-top: 7rem;
}

.vpx-topnav-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border: none;
    color: #f1f4f8;
    padding: 0.55rem 0.5rem;
    font-size: 1.1rem;
    line-height: 1;
}

.vpx-topnav-toggler:focus {
    box-shadow: none;
}

.vpx-topnav-toggler-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    transform-origin: center;
}

.vpx-topnav-toggler[aria-expanded="true"] .vpx-topnav-toggler-icon {
    transform: rotate(90deg);
}

.vpx-topnav-toggler-label {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

@media (max-width: 991.98px) {
    #vpx-access {
        scroll-margin-top: 7.4rem;
    }

    #invite-links {
        scroll-margin-top: 8.6rem;
    }
}

@media (min-width: 992px) {
    .vpx-topnav-strip .navbar-collapse {
        display: block !important;
        flex-basis: auto;
    }
}

.vpx-topnav-strip .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.45rem 0.55rem;
    border-radius: 0.9rem;
    font-weight: 700;
    color: var(--ct-dark);
    transition: color 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
}

.vpx-topnav-strip .nav-link .menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
}

.vpx-topnav-strip .nav-link.active,
.vpx-topnav-strip .nav-link:hover,
.vpx-topnav-strip .nav-link:focus {
    color: var(--ct-primary);
    background: rgba(72, 143, 246, 0.1);
}

.vpx-hero-card {
    overflow: hidden;
    border-width: 2px;
    border-style: dashed;
    background:
        radial-gradient(circle at top right, rgba(72, 143, 246, 0.14), transparent 38%),
        linear-gradient(135deg, rgba(64, 179, 108, 0.08), rgba(255, 255, 255, 0.96));
}

.vpx-hero-title {
    font-size: clamp(1.3rem, 2vw + 1rem, 1.75rem);
    line-height: 1.15;
}

.vpx-announcements-feed {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: calc(var(--vpx-announcements-visible-count, 5) * 8.5rem);
    overflow-y: auto;
    padding-right: 0.35rem;
    overscroll-behavior: auto;
}

.vpx-announcements-feed::-webkit-scrollbar {
    width: 8px;
}

.vpx-announcements-feed::-webkit-scrollbar-thumb {
    background: rgba(108, 117, 125, 0.38);
    border-radius: 999px;
}

.vpx-announcement-item {
    border: 1px dashed rgba(108, 117, 125, 0.35);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.75rem 0.85rem;
}

.vpx-announcement-item-pinned {
    border-color: rgba(235, 183, 81, 0.7);
    background: linear-gradient(135deg, rgba(235, 183, 81, 0.1), rgba(255, 255, 255, 0.95));
}

.vpx-announcement-item-draft {
    border-color: rgba(108, 117, 125, 0.55);
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.08), rgba(255, 255, 255, 0.92));
}

.vpx-announcement-pin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: rgba(235, 183, 81, 0.2);
    color: #9a6700;
    border: 1px solid rgba(235, 183, 81, 0.45);
}

.vpx-announcement-pin .ti {
    font-size: 0.9rem;
    line-height: 1;
}

.vpx-announcement-date {
    display: inline-block;
    color: var(--bs-secondary);
    background: rgba(var(--bs-secondary-rgb), 0.08);
    line-height: 1.2;
}

.vpx-announcement-text {
    word-break: break-word;
}

.vpx-announcement-body {
    position: relative;
    overflow: hidden;
    transition: max-height 0.26s ease, opacity 0.2s ease;
    will-change: max-height, opacity;
}

.vpx-announcement-body.is-animating {
    opacity: 0.72;
}

.vpx-announcement-body.is-collapsed .vpx-announcement-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--vpx-announcement-preview-lines, 4);
    overflow: hidden;
}

.vpx-announcement-body.is-collapsed.vpx-announcement-body-truncated .vpx-announcement-text {
    -webkit-mask-image: linear-gradient(to bottom, #000 72%, transparent);
    mask-image: linear-gradient(to bottom, #000 72%, transparent);
}

.vpx-announcement-toggle {
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    color: var(--bs-info);
    background: rgba(var(--bs-info-rgb), 0.14);
    border: 1px solid rgba(var(--bs-info-rgb), 0.4);
}

.vpx-announcement-toggle:hover,
.vpx-announcement-toggle:focus {
    color: var(--bs-info);
    background: rgba(var(--bs-info-rgb), 0.22);
    border-color: rgba(var(--bs-info-rgb), 0.55);
}

.vpx-announcement-toggle-icon {
    font-size: 1.05rem;
}

@media (prefers-reduced-motion: reduce) {
    .vpx-announcement-body {
        transition: none;
    }
}

.vpx-summary-card,
.vpx-mini-stat,
.vpx-qr-frame,
.vpx-auth-panel {
    border: 2px solid var(--ct-border-color);
    border-radius: 1.25rem;
    background: var(--ct-white);
}

.vpx-summary-card,
.vpx-auth-panel {
    box-shadow: none;
}

.vpx-mini-stat {
    padding: 1rem;
}

.vpx-invite-kpis {
    --bs-gutter-y: 0.5rem;
}

.vpx-invite-kpi {
    position: relative;
    overflow: hidden;
    padding: 0.8rem 0.95rem;
    border-radius: 1rem;
    background:
        radial-gradient(circle at top right, rgba(72, 143, 246, 0.1), transparent 46%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
}

.vpx-invite-kpi::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.28rem;
    background: rgba(72, 143, 246, 0.6);
}

.vpx-invite-kpi-label {
    color: #64748b;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.1;
}

.vpx-invite-kpi-value {
    margin-top: 0.2rem;
    font-size: clamp(1.15rem, 1vw + 0.95rem, 1.55rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.vpx-invite-kpi-success::before {
    background: rgba(22, 163, 74, 0.72);
}

.vpx-invite-kpi-success .vpx-invite-kpi-value {
    color: #166534;
}

.vpx-invite-kpi-accent::before {
    background: rgba(124, 58, 237, 0.72);
}

.vpx-invite-kpi-accent .vpx-invite-kpi-value {
    color: #6d28d9;
}

.vpx-invite-insight-card {
    position: relative;
    overflow: hidden;
    padding: 1rem 1.05rem 1rem 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.62), transparent 40%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
    box-shadow: 0 14px 28px -26px rgba(15, 23, 42, 0.38);
}

.vpx-invite-insight-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 0.22rem;
    background: rgba(72, 143, 246, 0.65);
}

.vpx-invite-insight-eyebrow {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vpx-invite-insight-title {
    margin-top: 0.28rem;
    margin-bottom: 0.7rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
}

.vpx-invite-insight-list {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    padding-left: 0;
    list-style: none;
}

.vpx-invite-insight-list li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
}

.vpx-invite-insight-list li::before {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.45;
    flex-shrink: 0;
}

.vpx-invite-insight-lead {
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.45;
}

.vpx-invite-insight-meta {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.45;
}

.vpx-invite-insight-note,
.vpx-invite-insight-empty {
    margin-top: 0.7rem;
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.4;
}

.vpx-invite-insight-card-referrals {
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.13), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(239, 246, 255, 0.8));
}

.vpx-invite-insight-card-referrals::before {
    background: rgba(37, 99, 235, 0.72);
}

.vpx-invite-insight-card-impact {
    background:
        radial-gradient(circle at top right, rgba(139, 92, 246, 0.14), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 243, 255, 0.82));
}

.vpx-invite-insight-card-impact::before {
    background: rgba(124, 58, 237, 0.72);
}

.vpx-invite-insight-card-speed {
    background:
        radial-gradient(circle at top right, rgba(16, 185, 129, 0.13), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(236, 253, 245, 0.84));
}

.vpx-invite-insight-card-speed::before {
    background: rgba(5, 150, 105, 0.72);
}

.vpx-mini-stat-inline {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.vpx-mini-stat-referrals {
    width: 100%;
}

.vpx-mini-stat-summary {
    white-space: nowrap;
}

.vpx-referrals-preview {
    white-space: normal;
    word-break: break-word;
}

.vpx-kpi-card .avatar-title {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}

.vpx-copy-input {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.8rem;
}

.vpx-link-panel,
.vpx-detail-card {
    border: 2px solid var(--ct-border-color);
    border-radius: 1.25rem;
    background: var(--ct-white);
}

.vpx-link-panel {
    padding: 1rem;
}

.vpx-link-panel-violet {
    border-color: #a78bfa;
    background: linear-gradient(135deg, rgba(167, 139, 250, 0.14), rgba(196, 181, 253, 0.08));
}

.vpx-link-panel-violet .vpx-copy-input {
    border-color: #c4b5fd;
    background-color: rgba(245, 243, 255, 0.9);
    color: #4c1d95;
}

.vpx-link-panel-violet .vpx-copy-input:focus {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 0.2rem rgba(139, 92, 246, 0.22);
}

.vpx-link-panel-green {
    border-color: #86efac;
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.12), rgba(134, 239, 172, 0.08));
}

.vpx-link-panel-green .vpx-copy-input {
    border-color: #86efac;
    background-color: rgba(240, 253, 244, 0.95);
    color: #14532d;
}

.vpx-link-panel-green .vpx-copy-input:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.2);
}

.vpx-access-actions {
    justify-content: center;
}

.vpx-access-actions {
    margin-top: 0.9rem;
}

.vpx-copy-config-btn {
    border-width: var(--bs-border-width);
    border-style: solid;
    border-radius: var(--bs-border-radius);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(49, 58, 70, 0.12);
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.vpx-copy-config-btn:focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0.2rem rgba(49, 58, 70, 0.16);
}

.vpx-copy-config-btn-violet {
    background-color: #7c3aed;
    border-color: #6d28d9;
    color: #fff;
}

.vpx-copy-config-btn-violet:hover,
.vpx-copy-config-btn-violet:focus {
    background-color: #6d28d9;
    border-color: #5b21b6;
    color: #fff;
}

.vpx-copy-config-btn-violet:focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0.2rem rgba(124, 58, 237, 0.35);
}

.vpx-copy-config-btn-green {
    background-color: var(--bs-success);
    border-color: var(--bs-secondary);
    color: #fff;
}

.vpx-copy-config-btn-green:hover,
.vpx-copy-config-btn-green:focus {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary-text-emphasis);
    color: #fff;
}

.vpx-copy-config-btn-green:focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.35);
}

.vpx-setup-card {
    border: 1px dashed var(--ct-border-color);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    padding: 0.85rem 1rem;
}

.vpx-setup-card-flush {
    margin-left: -1rem;
    margin-right: -1rem;
}

.vpx-client-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.vpx-client-pane-enter {
    opacity: 0;
    transform: translateY(4px);
}

.vpx-client-pane-enter-active {
    animation: vpxClientPaneIn 0.22s ease-out both;
}

@keyframes vpxClientPaneIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vpx-client-separator {
    display: inline-flex;
    align-items: center;
    color: var(--ct-muted);
    font-size: 0.825rem;
    font-weight: 600;
    line-height: 1;
}

.vpx-client-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

.vpx-platform-select-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.vpx-platform-select {
    width: auto;
    max-width: none;
    min-width: 0;
    flex: 0 0 auto;
    min-height: 2.05rem;
    padding: 0.38rem 3.2rem 0.38rem 2.05rem;
    border: 1px solid #ccd5df;
    border-radius: 0.6rem;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%236d7e8f' d='M4.47 6.47a.75.75 0 0 1 1.06 0L8 8.94l2.47-2.47a.75.75 0 1 1 1.06 1.06L8.53 10.53a.75.75 0 0 1-1.06 0L4.47 7.53a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.62rem center;
    background-size: 0.95rem 0.95rem;
    box-shadow: 0 1px 2px rgba(49, 58, 70, 0.08);
    color: #313a46;
    font-size: 0.825rem;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.vpx-platform-select-icon-left {
    position: absolute;
    left: 0.68rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    color: #5c6b79;
    pointer-events: none;
    line-height: 1;
}

.vpx-platform-select-icon-left i {
    font-size: 0.95rem;
}

.vpx-platform-select:hover {
    border-color: #b9c5d2;
}

.vpx-platform-select:focus {
    border-color: #8db79a;
    box-shadow: 0 0 0 0.18rem rgba(var(--bs-secondary-rgb), 0.22);
    background-color: #fff;
}

.vpx-platform-select:disabled {
    background-color: #f6f7fb;
    color: #8a969c;
}

.vpx-instruction-controls {
    display: flex;
    align-items: center;
}

.vpx-subscription-block {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.vpx-subscription-controls {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: stretch;
}

.vpx-btn-style1-violet {
    background-color: #7c3aed;
    border: 1px solid #7c3aed;
    color: #fff;
    -webkit-box-shadow: #fff 3px 3px 0 0, #7c3aed 3px 3px 0 1px;
    box-shadow: #fff 3px 3px 0 0, #7c3aed 3px 3px 0 1px;
}

.vpx-btn-style1-violet:hover,
.vpx-btn-style1-violet:focus {
    background-color: #6d28d9;
    border-color: #6d28d9;
    color: #fff;
    -webkit-box-shadow: #fff 3px 3px 0 0, #6d28d9 3px 3px 0 1px;
    box-shadow: #fff 3px 3px 0 0, #6d28d9 3px 3px 0 1px;
}

.vpx-btn-style1-violet:active,
.vpx-btn-style1-violet.active,
.vpx-btn-style1-violet:not(:disabled):not(.disabled):active {
    background-color: #5b21b6;
    border-color: #5b21b6;
    color: #fff;
    -webkit-box-shadow: #fff 3px 3px 0 0, #5b21b6 3px 3px 0 1px;
    box-shadow: #fff 3px 3px 0 0, #5b21b6 3px 3px 0 1px;
}

.vpx-btn-style2-violet {
    background-color: #fff;
    border: 1px solid #7c3aed;
    color: #7c3aed;
}

.vpx-btn-style2-violet:hover,
.vpx-btn-style2-violet:focus {
    background-color: #6d28d9;
    border-color: #6d28d9;
    color: #fff;
    box-shadow: none;
    transform: none;
}

.vpx-btn-style2-violet:active,
.vpx-btn-style2-violet.active,
.vpx-btn-style2-violet:not(:disabled):not(.disabled):active {
    background-color: #5b21b6;
    border-color: #5b21b6;
    color: #fff;
    box-shadow: none;
    transform: none;
}

.vpx-btn-style3-violet {
    background-color: #fff;
    border: 1px solid #a78bfa;
    color: #6d28d9;
}

.vpx-btn-style3-violet:hover,
.vpx-btn-style3-violet:focus {
    background-color: #7c3aed;
    border-color: #7c3aed;
    color: #fff;
}

.vpx-btn-style3-violet:active,
.vpx-btn-style3-violet.active,
.vpx-btn-style3-violet:not(:disabled):not(.disabled):active {
    background-color: #6d28d9;
    border-color: #6d28d9;
    color: #fff;
}

.vpx-step3-block {
    display: inline-block;
    border: 0;
    border-radius: 0.75rem;
    background: rgba(var(--bs-success-rgb), 0.12);
    padding: 0.75rem 0.9rem;
}

.vpx-step3-block-info {
    background: rgba(var(--bs-info-rgb), 0.12);
}

.vpx-step3-block-secondary {
    background: rgba(var(--bs-secondary-rgb), 0.16);
}

.vpx-step3-block-danger {
    background: rgba(var(--bs-danger-rgb), 0.12);
}

.vpx-coming-soon-block {
    display: inline-block;
    border: 0;
    border-radius: 0.75rem;
    background: rgba(var(--bs-info-rgb), 0.12);
    padding: 0.75rem 0.9rem;
}

.vpx-subscription-controls .vpx-copy-input {
    flex: 1 1 340px;
}

.vpx-vpn-tabs .nav-link {
    font-weight: 700;
}

.vpx-vpn-tabs.nav-bordered {
    border-bottom: 1px solid var(--bs-border-color);
    gap: 0;
}

.vpx-vpn-tabs .vpx-vpn-tab-link {
    border: 0;
    border-bottom: 1px solid transparent;
    color: var(--bs-nav-link-color);
    border-radius: 0;
    margin-bottom: -1px;
    padding: 0.55rem 0.95rem;
    background: transparent;
    transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}

.vpx-vpn-tabs .vpx-vpn-tab-link:hover,
.vpx-vpn-tabs .vpx-vpn-tab-link:focus {
    color: var(--bs-nav-link-hover-color);
    background: var(--bs-secondary-bg);
    border-bottom-color: var(--bs-border-color);
}

.vpx-vpn-tabs .vpx-vpn-tab-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(var(--bs-primary-rgb), 0.2);
}

.vpx-vpn-tabs .vpx-vpn-tab-link-green {
    color: #7c3aed;
}

.vpx-vpn-tabs .vpx-vpn-tab-link-vpx {
    color: var(--bs-secondary);
}

.vpx-vpn-tabs .vpx-vpn-tab-link-blue,
.vpx-vpn-tabs .vpx-vpn-tab-link-blue.disabled,
.vpx-vpn-tabs .vpx-vpn-tab-link-blue:disabled {
    color: var(--bs-info);
}

.vpx-vpn-tabs .vpx-vpn-tab-link-telegram,
.vpx-vpn-tabs .vpx-vpn-tab-link-telegram.disabled,
.vpx-vpn-tabs .vpx-vpn-tab-link-telegram:disabled {
    color: var(--bs-info);
}

.vpx-vpn-tabs .vpx-vpn-tab-link-green:hover,
.vpx-vpn-tabs .vpx-vpn-tab-link-green:focus {
    color: #7c3aed;
    background: rgba(124, 58, 237, 0.08);
    border-bottom-color: rgba(124, 58, 237, 0.45);
}

.vpx-vpn-tabs .vpx-vpn-tab-link-vpx:hover,
.vpx-vpn-tabs .vpx-vpn-tab-link-vpx:focus {
    color: var(--bs-secondary);
    background: rgba(var(--bs-success-rgb), 0.12);
    border-bottom-color: rgba(var(--bs-success-rgb), 0.45);
}

.vpx-vpn-tabs .vpx-vpn-tab-link-blue:hover,
.vpx-vpn-tabs .vpx-vpn-tab-link-blue:focus {
    color: var(--bs-info);
    background: rgba(var(--bs-info-rgb), 0.08);
    border-bottom-color: rgba(var(--bs-info-rgb), 0.45);
}

.vpx-vpn-tabs .vpx-vpn-tab-link-telegram:hover,
.vpx-vpn-tabs .vpx-vpn-tab-link-telegram:focus {
    color: var(--bs-info);
    background: rgba(var(--bs-info-rgb), 0.08);
    border-bottom-color: rgba(var(--bs-info-rgb), 0.45);
}

.vpx-vpn-tabs .vpx-vpn-tab-link-green.active {
    color: #7c3aed;
    border-bottom-color: #7c3aed;
    background: rgba(124, 58, 237, 0.08);
    font-weight: 700;
}

.vpx-vpn-tabs .vpx-vpn-tab-link-vpx.active {
    color: var(--bs-secondary);
    border-bottom-color: var(--bs-success);
    background: rgba(var(--bs-success-rgb), 0.12);
    font-weight: 700;
}

#vpx-access .vpx-copy-config-btn {
    background-color: #7c3aed;
    border-color: #7c3aed;
    color: #fff;
    -webkit-box-shadow: #fff 3px 3px 0 0, #7c3aed 3px 3px 0 1px;
    box-shadow: #fff 3px 3px 0 0, #7c3aed 3px 3px 0 1px;
}

#vpx-access .vpx-copy-config-btn:hover,
#vpx-access .vpx-copy-config-btn:focus {
    background-color: #6d28d9;
    border-color: #6d28d9;
    color: #fff;
    -webkit-box-shadow: #fff 3px 3px 0 0, #6d28d9 3px 3px 0 1px;
    box-shadow: #fff 3px 3px 0 0, #6d28d9 3px 3px 0 1px;
}

.vpx-text-violet {
    color: #7c3aed;
}

.vpx-vpn-tabs .vpx-vpn-tab-link-blue.active {
    color: var(--bs-info);
    border-bottom-color: var(--bs-info);
    background: rgba(var(--bs-info-rgb), 0.08);
    font-weight: 700;
}

.vpx-vpn-tabs .vpx-vpn-tab-link-telegram.active {
    color: var(--bs-info);
    border-bottom-color: var(--bs-info);
    background: rgba(var(--bs-info-rgb), 0.08);
    font-weight: 700;
}

.vpx-vpn-tabs .vpx-vpn-tab-link-blue.disabled,
.vpx-vpn-tabs .vpx-vpn-tab-link-blue:disabled {
    border-bottom-color: transparent;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}

.vpx-vpn-tabs .vpx-vpn-tab-link-telegram.disabled,
.vpx-vpn-tabs .vpx-vpn-tab-link-telegram:disabled {
    border-bottom-color: transparent;
    opacity: 1;
    pointer-events: none;
    cursor: not-allowed;
}

.vpx-auto-activation-progress {
    padding: 0.85rem 1rem;
    border: 1px dashed var(--ct-border-color);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.7);
}

.vpx-auto-activation-progress .progress {
    height: 0.55rem;
}

.vpx-auto-activation-progress-error {
    border-color: rgba(237, 96, 96, 0.5);
    background: rgba(237, 96, 96, 0.08);
}

.vpx-auto-activation-progress-error .vpx-auto-activation-bar {
    background-color: var(--ct-danger);
}

.vpx-auto-activation-progress-error .vpx-auto-activation-message {
    color: var(--ct-danger) !important;
}

.vpx-auto-activation-progress-success .vpx-auto-activation-bar {
    background-color: var(--ct-success);
}

.vpx-qr-frame {
    min-height: 100%;
    padding: 1rem;
    text-align: center;
}

.vpx-qr-canvas {
    width: 220px;
    min-height: 220px;
}

.vpx-qr-canvas img,
.vpx-qr-canvas canvas {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.vpx-qr-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.vpx-auth-card-copy {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
}

.vpx-auth-panel {
    background:
        radial-gradient(circle at top left, rgba(72, 143, 246, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 250, 0.96));
}

.vpx-auth-panel-title {
    font-size: clamp(1.85rem, 2.2vw, 2.5rem);
    line-height: 1.15;
}

.vpx-auth-note {
    padding: 1rem;
    border: 2px dashed var(--ct-border-color);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.8);
}

.vpx-auth-illustration {
    margin: 0 auto;
    max-width: 19rem;
}

.vpx-field-group .form-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.vpx-control-list {
    display: grid;
    gap: 0.85rem;
}

.vpx-control-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px dashed var(--ct-border-color);
}

.vpx-control-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.vpx-control-item span,
.vpx-control-item strong {
    display: block;
}

.vpx-control-item strong {
    text-align: right;
    max-width: 60%;
    word-break: break-word;
}

.vpx-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.8rem;
}

.vpx-footer-links a {
    margin: 0;
    white-space: nowrap;
}

.vpx-stage-list {
    display: grid;
    gap: 1rem;
}

.vpx-stage {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.vpx-stage-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 700;
}

.table code {
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .vpx-flash-stack {
        width: min(30rem, calc(100vw - 1rem));
    }
}

@media (max-width: 991.98px) {
    .vpx-topnav-toggler {
        width: 100%;
        justify-content: flex-start;
        padding: 0.62rem 0.72rem;
        border-radius: 0.8rem;
        background: #111820;
        color: #f1f4f8;
    }

    .vpx-topnav-toggler:hover,
    .vpx-topnav-toggler:focus {
        color: #fff;
        background: #111820;
    }

    .vpx-topbar-shell {
        flex-wrap: nowrap;
    }

    .vpx-topbar-main {
        width: auto;
        flex: 0 0 auto;
    }

    .vpx-topbar-actions {
        width: auto;
        flex: 0 0 auto;
        margin-left: auto;
        justify-content: flex-end;
    }

    .vpx-topbar-meta {
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    .vpx-topbar-meta .badge {
        white-space: nowrap;
        font-size: 0.68rem;
        padding: 0.24rem 0.42rem;
    }

    .vpx-wordmark {
        font-size: 1rem;
    }

    .vpx-topbar-email {
        max-width: 58vw;
        font-size: 0.72rem;
        padding: 0.3rem 0.56rem;
    }

    .vpx-topnav-strip .navbar-collapse {
        width: auto;
        background: transparent;
        border-radius: 0;
        padding: 0;
        margin-top: 0;
        overflow-x: auto;
    }

    .vpx-topnav-strip .navbar-nav {
        width: max-content;
        align-items: center;
        gap: 0.05rem;
        padding: 0.2rem 0;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .vpx-topnav-strip .nav-link {
        width: auto;
        justify-content: flex-start;
        border-radius: 0.8rem;
        color: var(--ct-dark);
        white-space: nowrap;
    }

    .vpx-topnav-strip .nav-link:hover,
    .vpx-topnav-strip .nav-link:focus {
        background: rgba(72, 143, 246, 0.1);
        color: var(--ct-primary);
    }
}

@media (max-width: 767.98px) {
    .vpx-hero-title {
        font-size: 1.35rem;
    }

    .vpx-invite-create-form {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .vpx-mini-stat-inline {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .vpx-mini-stat-inline .vpx-mini-stat-primary {
        white-space: nowrap;
    }

    .vpx-mini-stat-inline .vpx-mini-stat-referrals {
        margin-top: 0.1rem;
    }

    .vpx-invite-kpi {
        padding: 0.72rem 0.85rem;
    }

    .vpx-invite-kpi-label {
        font-size: 0.69rem;
    }

    .vpx-invite-kpi-value {
        font-size: 1.05rem;
    }

    .vpx-invite-insight-card {
        padding: 0.92rem 0.95rem 0.92rem 1rem;
    }

    .vpx-invite-insight-title {
        font-size: 0.95rem;
        margin-bottom: 0.6rem;
    }

    .vpx-invite-insight-list li,
    .vpx-invite-insight-lead {
        font-size: 0.88rem;
    }

    .vpx-control-item {
        flex-direction: column;
    }

    .vpx-control-item strong {
        max-width: 100%;
        text-align: left;
    }

    .vpx-qr-canvas {
        width: 180px;
        min-height: 180px;
    }
}

@media (max-width: 575.98px) {
    .vpx-invite-kpis {
        --bs-gutter-y: 0.4rem;
    }

    .vpx-invite-kpi {
        padding: 0.68rem 0.78rem;
    }

    .vpx-invite-insight-card {
        padding: 0.86rem 0.86rem 0.88rem 0.92rem;
        border-radius: 1rem;
    }

    .vpx-invite-insight-title {
        font-size: 0.92rem;
    }

    .vpx-invite-insight-list {
        gap: 0.3rem;
    }

    .vpx-invite-insight-list li,
    .vpx-invite-insight-lead {
        font-size: 0.85rem;
    }

    .vpx-invite-insight-meta,
    .vpx-invite-insight-note,
    .vpx-invite-insight-empty {
        font-size: 0.78rem;
    }

    .vpx-mini-stat-inline {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .vpx-mini-stat-inline .vpx-mini-stat-referrals {
        width: 100%;
        margin-top: 0.1rem;
    }

    .vpx-mini-stat-inline .vpx-mini-stat-referrals p {
        display: block;
        width: 100%;
    }

    .vpx-instruction-controls {
        justify-content: center;
        margin-left: 0 !important;
    }

    .vpx-subscription-controls .btn {
        flex: 0 0 auto;
    }

    .vpx-client-header {
        justify-content: flex-start;
    }

    .vpx-invite-pagination {
        justify-content: center !important;
        text-align: center;
    }

    .vpx-invite-pagination > nav {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .vpx-footer-links {
        justify-content: flex-end;
    }
}

html[data-layout="topnav"] .topnav {
    background: #313a46;
}

html[data-layout="topnav"] .topnav .nav-item .nav-link, html[data-layout="topnav"] .topnav .nav-item > a {color: #eee}

.vpx-signup-form .vpx-form-help,
.vpx-signup-form .vpx-form-help ul,
.vpx-password-change-form .vpx-form-help,
.vpx-password-change-form .vpx-form-help ul {
    font-size: 0.76rem;
    line-height: 1.35;
}

.vpx-signup-form .vpx-form-help ul,
.vpx-password-change-form .vpx-form-help ul {
    margin-bottom: 0;
    padding-left: 1.1rem;
}

.vpx-instruction-accordion .accordion-item {
    border: 0;
    background: transparent;
}

.vpx-instruction-accordion .accordion-body {
    padding: 0.5rem 0 0;
}

.vpx-instruction-pulse {
    position: relative;
    z-index: 0;
    min-width: 8.5rem;
    border: 1px solid rgba(var(--bs-warning-rgb), 0.95);
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: var(--bs-dark);
    background: var(--bs-warning);
    box-shadow: 0 10px 24px rgba(var(--bs-warning-rgb), 0.28);
    overflow: visible;
}

.vpx-instruction-pulse:hover,
.vpx-instruction-pulse:focus,
.vpx-instruction-pulse:active {
    color: var(--bs-dark);
    background: rgba(var(--bs-warning-rgb), 0.9);
    border-color: rgba(var(--bs-warning-rgb), 1);
    box-shadow: 0 12px 28px rgba(var(--bs-warning-rgb), 0.34);
}

.vpx-instruction-pulse::before {
    content: "";
    position: absolute;
    inset: -0.15rem;
    border-radius: inherit;
    background: rgba(var(--bs-warning-rgb), 0.3);
    z-index: -1;
    animation: vpxInstructionPulse 1.8s ease-out infinite;
}

.vpx-instruction-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    border: 2px dashed var(--ct-border-color);
    padding: 0.35rem;
    background: #fff;
}

@keyframes vpxInstructionPulse {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0.45);
    }

    50% {
        transform: translateY(-1px);
        box-shadow: 0 0 0 8px rgba(var(--bs-warning-rgb), 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vpx-instruction-pulse::before {
        animation: none;
    }
}
