/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9vn7wv4y59] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.site-main[b-9vn7wv4y59] {
    flex: 1 0 auto;
}

.layout-wrap[b-9vn7wv4y59] {
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.site-header[b-9vn7wv4y59] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e2e8f0;
    backdrop-filter: blur(10px);
    padding-left: 12px;
}

.site-header-inner[b-9vn7wv4y59] {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-brand[b-9vn7wv4y59] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #172033;
    text-decoration: none;
    font-weight: 800;
    flex: 0 0 auto;
}

.site-brand-mark[b-9vn7wv4y59] {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #213f7d 0%, #0354f7 100%);
    color: #ffffff!important;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
}

.site-brand-text[b-9vn7wv4y59] {
    font-size: 1rem;
    white-space: nowrap;
    color:#000!important;
}

.site-nav[b-9vn7wv4y59] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    flex-wrap: nowrap;
    flex: 1 1 auto;
}

.site-nav-toggle[b-9vn7wv4y59] {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 44px;
    height: 44px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    padding: 0;
    flex: 0 0 auto;
}

.site-nav-toggle-bar[b-9vn7wv4y59] {
    width: 20px;
    height: 2px;
    background: #172033;
    border-radius: 999px;
    display: block;
}

    .site-nav a[b-9vn7wv4y59] {
        color: #4c5870;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        white-space: nowrap;
    }

        .site-nav a:hover[b-9vn7wv4y59] {
            color: #172033;
        }

.site-nav-cta[b-9vn7wv4y59] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #213f7d;
    color: #ffffff !important;
}

.site-footer[b-9vn7wv4y59] {
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 32px 0;
}

.site-footer-inner[b-9vn7wv4y59] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.site-brand-footer[b-9vn7wv4y59] {
    margin-bottom: 12px;
}

.site-footer-copy[b-9vn7wv4y59] {
    max-width: 520px;
    margin: 0;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.6;
}

.site-footer-nav[b-9vn7wv4y59] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
}

    .site-footer-nav a[b-9vn7wv4y59] {
        color: #4c5870;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
    }

        .site-footer-nav a:hover[b-9vn7wv4y59] {
            color: #172033;
        }

@media (max-width: 900px) {
    .site-header-inner[b-9vn7wv4y59] {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 0;
    }

    .site-nav[b-9vn7wv4y59] {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 14px 18px;
    }
}

@media (max-width: 640px) {
    .layout-wrap[b-9vn7wv4y59] {
        padding: 0 16px;
    }

    .site-footer-inner[b-9vn7wv4y59] {
        flex-direction: column;
    }

    .site-header-inner[b-9vn7wv4y59] {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .site-nav-toggle[b-9vn7wv4y59] {
        display: inline-flex;
    }

    .site-nav[b-9vn7wv4y59] {
        display: none;
        width: 100%;
        flex-basis: 100%;
        flex: 1 0 100%;
        align-self: stretch;
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0 8px;
        gap: 12px;
    }

    .site-nav.is-open[b-9vn7wv4y59] {
        display: flex;
    }

    .site-header--workspace .site-nav-toggle[b-9vn7wv4y59] {
        display: none;
    }

    .site-header--workspace .site-nav[b-9vn7wv4y59],
    .site-header--workspace .site-nav.is-open[b-9vn7wv4y59] {
        display: none;
    }
}

@media (min-width: 576px) {
    .layout-wrap[b-9vn7wv4y59] {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .layout-wrap[b-9vn7wv4y59] {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .layout-wrap[b-9vn7wv4y59] {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .layout-wrap[b-9vn7wv4y59] {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .layout-wrap[b-9vn7wv4y59] {
        max-width: 1320px;
    }
}
/* ==========================================
   Footer Branding
   ========================================== */

.site-footer-branding[b-9vn7wv4y59] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.site-footer-branding strong[b-9vn7wv4y59] {
    font-size: 1rem;
    font-weight: 600;
}

.site-footer-branding span[b-9vn7wv4y59] {
    font-size: 0.85rem;
    color: #666;
}

.site-footer-inner[b-9vn7wv4y59] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.site-footer-copy[b-9vn7wv4y59] {
    font-size: 0.8rem;
    color: #888;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dd36alhcjt],
.components-reconnect-repeated-attempt-visible[b-dd36alhcjt],
.components-reconnect-failed-visible[b-dd36alhcjt],
.components-pause-visible[b-dd36alhcjt],
.components-resume-failed-visible[b-dd36alhcjt],
.components-rejoining-animation[b-dd36alhcjt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-retrying[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-failed[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dd36alhcjt] {
    display: block;
}


#components-reconnect-modal[b-dd36alhcjt] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-dd36alhcjt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dd36alhcjt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dd36alhcjt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dd36alhcjt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dd36alhcjt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dd36alhcjt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dd36alhcjt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dd36alhcjt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dd36alhcjt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dd36alhcjt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dd36alhcjt] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dd36alhcjt] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dd36alhcjt] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dd36alhcjt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dd36alhcjt] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dd36alhcjt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dd36alhcjt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dd36alhcjt {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/CardCheckout.razor.rz.scp.css */
/* ── Page Heading ─────────────────────────────────────────── */

.checkout-heading[b-omf861jlrg] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #172033;
}

/* ── Order Summary Panel ──────────────────────────────────── */

.checkout-panel[b-omf861jlrg] {
    background: #f9fafb;
    border: 1px solid #e6e8ef;
    border-radius: 16px;
    padding: 2rem;
}

.checkout-panel-title[b-omf861jlrg] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #172033;
}

/* ── Order Lines ─────────────────────────────────────────── */

.order-line[b-omf861jlrg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 0;
    font-size: 1rem;
    color: #344054;
}

.order-line-label[b-omf861jlrg] {
    font-weight: 400;
}

.order-line-value[b-omf861jlrg] {
    font-weight: 500;
}

.order-line-discount .order-line-label[b-omf861jlrg],
.order-line-discount .order-line-value[b-omf861jlrg] {
    color: #17a34a;
}

.order-divider[b-omf861jlrg] {
    border-color: #e6e8ef;
    margin: 0.75rem 0;
}

.order-line-total .order-line-label[b-omf861jlrg],
.order-line-total .order-line-value[b-omf861jlrg] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #172033;
}

/* ── Checkout Button ─────────────────────────────────────── */

.btn-checkout[b-omf861jlrg] {
    background: linear-gradient(135deg, #0354f7 0%, #213f7d 100%);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 0.85rem 1.5rem;
    border-radius: 12px;
    border: none;
    transition: opacity 0.2s, transform 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-checkout:hover:not(:disabled)[b-omf861jlrg] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.btn-checkout:disabled[b-omf861jlrg] {
    opacity: 0.65;
}

/* ── Disclaimer ──────────────────────────────────────────── */

.checkout-disclaimer[b-omf861jlrg] {
    font-size: 0.8rem;
    color: #667085;
    text-align: center;
    margin-bottom: 0;
}


/* ── Checkout Panel Header ───────────────────────────────── */

.checkout-panel-subtitle[b-omf861jlrg] {
    font-size: 0.95rem;
    color: #667085;
}

/* ── Checkout Meta ───────────────────────────────────────── */

.checkout-meta[b-omf861jlrg] {
    background: #ffffff;
    border: 1px solid #e6e8ef;
    border-radius: 12px;
    padding: 1rem 1rem 0.85rem 1rem;
}

.checkout-meta-row[b-omf861jlrg] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #eef1f5;
}

    .checkout-meta-row:last-child[b-omf861jlrg] {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.checkout-meta-label[b-omf861jlrg] {
    font-size: 0.9rem;
    color: #667085;
    font-weight: 600;
}

.checkout-meta-value[b-omf861jlrg] {
    font-size: 0.95rem;
    color: #172033;
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}

/* ── Checkout Info ───────────────────────────────────────── */

.checkout-info[b-omf861jlrg] {
    background: #ffffff;
    border: 1px solid #e6e8ef;
    border-radius: 12px;
    padding: 1rem 1rem 0.85rem 1rem;
}

.checkout-info-title[b-omf861jlrg] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #172033;
    margin-bottom: 0.65rem;
}

.checkout-info-list[b-omf861jlrg] {
    margin: 0;
    padding-left: 1.15rem;
    color: #475467;
    font-size: 0.92rem;
}

    .checkout-info-list li + li[b-omf861jlrg] {
        margin-top: 0.4rem;
    }

/* ── Checkout Confirmation ──────────────────────────────── */

.checkout-confirm[b-omf861jlrg] {
    background: #ffffff;
    border: 1px solid #e6e8ef;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

    .checkout-confirm .form-check-input[b-omf861jlrg] {
        margin-left: 0;
        margin-top: 0.2rem;
        margin-right: 0;
    }

    .checkout-confirm .form-check-label[b-omf861jlrg] {
        color: #344054;
        font-size: 0.93rem;
        line-height: 1.45;
        margin-bottom: 0;
    }

/* ── Responsive ─────────────────────────────────────────── */

@media (max-width: 575.98px) {
    .checkout-meta-row[b-omf861jlrg] {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkout-meta-value[b-omf861jlrg] {
        text-align: left;
    }
}
/* /Components/Pages/CardEdit.razor.rz.scp.css */
/* ── Step Indicator ─────────────────────────────────────── */

.step-indicator[b-6b3kz9sreg] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
}

.step-item[b-6b3kz9sreg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    min-width: 70px;
}

.step-circle[b-6b3kz9sreg] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #d0d5dd;
    background: #ffffff;
    color: #667085;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.step-item.active .step-circle[b-6b3kz9sreg] {
    border-color: #0066cc;
    background: #0066cc;
    color: #ffffff;
}

.step-item.completed .step-circle[b-6b3kz9sreg] {
    border-color: #17a34a;
    background: #17a34a;
    color: #ffffff;
}

.step-label[b-6b3kz9sreg] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #667085;
    text-align: center;
    white-space: nowrap;
}

.step-item.active .step-label[b-6b3kz9sreg] {
    color: #0066cc;
    font-weight: 700;
}

.step-item.completed .step-label[b-6b3kz9sreg] {
    color: #17a34a;
}

.step-connector[b-6b3kz9sreg] {
    flex: 1;
    height: 2px;
    background: #d0d5dd;
    margin-bottom: 1.3rem;
    min-width: 20px;
    max-width: 80px;
    transition: background 0.2s;
}

.step-connector.completed[b-6b3kz9sreg] {
    background: #17a34a;
}

/* ── Step Badge (inside form card title) ─────────────────── */

.step-badge[b-6b3kz9sreg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0066cc;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    vertical-align: middle;
}

/* ── Preview sticky panel ────────────────────────────────── */

.preview-sticky[b-6b3kz9sreg] {
    position: sticky;
    top: 1.5rem;
}

.letter-spacing-wide[b-6b3kz9sreg] {
    letter-spacing: 0.08em;
}

.help-modal[b-6b3kz9sreg] {
    display: none;
}

.help-modal--visible[b-6b3kz9sreg] {
    display: block;
}

.page-heading[b-6b3kz9sreg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.plan-chip-row[b-6b3kz9sreg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.plan-chip[b-6b3kz9sreg] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.plan-chip-free[b-6b3kz9sreg] {
    background: #fff3cd;
    color: #7a5a00;
}

.plan-chip-pro[b-6b3kz9sreg] {
    background: rgba(0, 102, 204, 0.12);
    color: #0051a3;
}

.plan-change-link[b-6b3kz9sreg] {
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.plan-change-link:hover[b-6b3kz9sreg] {
    text-decoration: underline;
}

.free-plan-notice[b-6b3kz9sreg],
.pro-plan-notice[b-6b3kz9sreg] {
    border-radius: 0.9rem;
}

.template-selection-panel[b-6b3kz9sreg] {
    border-radius: 1rem;
}

.template-option-grid[b-6b3kz9sreg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.template-option[b-6b3kz9sreg] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.9rem;
    border-radius: 0.85rem;
    border: 1px solid #d0d5dd;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.template-option:hover[b-6b3kz9sreg] {
    transform: translateY(-1px);
}

.template-option input[b-6b3kz9sreg] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.template-option.selected[b-6b3kz9sreg] {
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.12);
}

.template-option-art[b-6b3kz9sreg] {
    position: relative;
    height: 86px;
    border-radius: 0.8rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.45) 0, rgba(255, 255, 255, 0.1) 22%, transparent 23%),
        linear-gradient(145deg, var(--template-option-bg, #ffffff) 0%, color-mix(in srgb, var(--template-option-bg, #ffffff) 82%, #0f172a 18%) 100%);
    border: 1px solid color-mix(in srgb, var(--template-option-fg, #172033) 12%, white 88%);
}

.template-option-art-chip[b-6b3kz9sreg] {
    position: absolute;
    right: 0.65rem;
    top: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.45rem;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #172033;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.template-option-art-mark[b-6b3kz9sreg] {
    position: absolute;
    left: 0.9rem;
    bottom: 0.85rem;
    width: 42%;
    height: 12px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--template-option-fg, #172033) 82%, white 18%);
    opacity: 0.9;
    box-shadow: 0 18px 0 -2px color-mix(in srgb, var(--template-option-fg, #172033) 46%, transparent 54%);
}

.template-option--membership .template-option-art-mark[b-6b3kz9sreg] {
    bottom: 0.6rem;
}

.template-option-header[b-6b3kz9sreg] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.template-option-title[b-6b3kz9sreg] {
    font-weight: 700;
    color: #172033;
}

.template-option-platform[b-6b3kz9sreg] {
    width: fit-content;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    background: rgba(0, 102, 204, 0.08);
    color: #0051a3;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.template-option-summary[b-6b3kz9sreg] {
    color: #667085;
    font-size: 0.86rem;
    line-height: 1.45;
}

.template-option-kicker[b-6b3kz9sreg] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--template-option-accent, #8b95a7) 82%, #172033 18%);
}

.template-option--creative .template-option-art[b-6b3kz9sreg] {
    background: linear-gradient(145deg, var(--template-option-bg, #6c43a9) 0%, #2b214f 100%);
}

.template-option--creative .template-option-art-mark[b-6b3kz9sreg] {
    width: 52%;
    height: 46px;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.08));
    box-shadow: none;
}

.template-insight-panel[b-6b3kz9sreg] {
    border-radius: 1rem;
    border: 1px solid #dbe3ef;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 1rem;
}

.template-insight-panel__header[b-6b3kz9sreg] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.template-insight-badge[b-6b3kz9sreg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.9rem;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    background: rgba(0, 102, 204, 0.1);
    color: #0051a3;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.template-insight-chips[b-6b3kz9sreg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 0.75rem;
}

.template-insight-chip[b-6b3kz9sreg] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: #eef4ff;
    color: #21437a;
    font-size: 0.78rem;
    font-weight: 700;
}

.template-insight-note[b-6b3kz9sreg] {
    color: #667085;
    font-size: 0.82rem;
    line-height: 1.5;
}

/* ── Brand Fetch Step ───────────────────────────────────── */

.brand-fetch-section[b-6b3kz9sreg] {
    margin-top: 1.5rem;
}

.brand-fetch-options[b-6b3kz9sreg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
}

.brand-fetch-option[b-6b3kz9sreg] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid #d0d5dd;
    background: #ffffff;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.brand-fetch-option input[b-6b3kz9sreg] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.brand-fetch-option.selected[b-6b3kz9sreg] {
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
}

.brand-fetch-logo-image[b-6b3kz9sreg] {
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
}

.brand-fetch-option-label[b-6b3kz9sreg] {
    font-size: 0.75rem;
    color: #667085;
}

.brand-fetch-color-swatch[b-6b3kz9sreg] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #d0d5dd;
    background: var(--brand-fetch-color, #ffffff);
}

/* ── Responsive ──────────────────────────────────────────── */

@media (max-width: 991px) {
    .preview-sticky[b-6b3kz9sreg] {
        position: static;
    }
}
/* /Components/Pages/CardPlan.razor.rz.scp.css */
.card-plan-page[b-l1b1bx3n79] {
    padding: 3rem 0 4rem;
}

.card-plan-shell[b-l1b1bx3n79] {
    display: grid;
    gap: 2rem;
}

.card-plan-hero[b-l1b1bx3n79] {
    max-width: 820px;
    display: grid;
    gap: 1rem;
}

.card-plan-kicker[b-l1b1bx3n79] {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0051a3;
}

.card-plan-hero h1[b-l1b1bx3n79] {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
}

.card-plan-lead[b-l1b1bx3n79] {
    margin: 0;
    max-width: 720px;
    font-size: 1.05rem;
    color: #5b6575;
}

.card-plan-grid[b-l1b1bx3n79] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.card-plan-card[b-l1b1bx3n79] {
    display: grid;
    gap: 1.25rem;
    border-radius: 1.4rem;
    padding: 1.75rem;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.card-plan-card-free[b-l1b1bx3n79] {
    border: 1px solid rgba(183, 143, 0, 0.28);
}

.card-plan-card-pro[b-l1b1bx3n79] {
    border: 1px solid rgba(0, 102, 204, 0.2);
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.card-plan-card-head[b-l1b1bx3n79] {
    display: grid;
    gap: 0.75rem;
}

.card-plan-card-head h2[b-l1b1bx3n79] {
    margin: 0;
    font-size: 1.6rem;
}

.card-plan-badge[b-l1b1bx3n79] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.card-plan-badge-free[b-l1b1bx3n79] {
    background: #fff3cd;
    color: #7a5a00;
}

.card-plan-badge-pro[b-l1b1bx3n79] {
    background: rgba(0, 102, 204, 0.14);
    color: #0051a3;
}

.card-plan-copy[b-l1b1bx3n79] {
    margin: 0;
    color: #5b6575;
}

.card-plan-notice[b-l1b1bx3n79] {
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    background: #fff8e1;
    color: #6f5500;
    border: 1px solid rgba(183, 143, 0, 0.22);
}

.card-plan-list[b-l1b1bx3n79] {
    margin: 0;
    padding-left: 1.2rem;
    color: #1f2937;
    display: grid;
    gap: 0.75rem;
   
}
.card-plan-list-wrapper[b-l1b1bx3n79] {
    min-height: 188px;
}

.cta-button-same-height[b-l1b1bx3n79]{
    height: 52px;
}

@media (max-width: 991px) {
    .card-plan-grid[b-l1b1bx3n79] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/CardSuccess.razor.rz.scp.css */
/* CardSuccess component-specific styles */

.success-icon[b-bvgy8kb6gr] {
    display: flex;
    justify-content: center;
}

.wallet-options .btn[b-bvgy8kb6gr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.success-status-message[b-bvgy8kb6gr] {
    color: #5b6575;
    margin-bottom: 1.25rem;
}

.success-card-preview-shell[b-bvgy8kb6gr] {
    max-width: 27rem;
    margin: 0 auto;
}

.wallet-delivery-panel[b-bvgy8kb6gr] {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem;
    border: 1px solid #dbe3ef;
    border-radius: 1rem;
    background: #f9fbff;
    color: #172033;
}

.wallet-delivery-panel-desktop[b-bvgy8kb6gr] {
    text-align: left;
}

.free-success-notice[b-bvgy8kb6gr],
.pro-success-notice[b-bvgy8kb6gr] {
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.success-upgrade-panel[b-bvgy8kb6gr] {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    border: 1px solid rgba(0, 102, 204, 0.16);
}

@media (max-width: 767.98px) {
    .success-card-preview-shell[b-bvgy8kb6gr] {
        max-width: 100%;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-hero[b-zq3go0lpfg] {
    padding: 64px 0 80px;
    background: radial-gradient(circle at top right, rgba(3, 84, 247, 0.10), transparent 24%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.contact-hero-inner[b-zq3go0lpfg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    gap: 40px;
    align-items: start;
}

.contact-hero-copy[b-zq3go0lpfg] {
    min-width: 0;
    padding-top: 10px;
}

    .contact-hero-copy h1[b-zq3go0lpfg] {
        margin: 0 0 22px;
        max-width: 720px;
        color: #172033;
        font-size: clamp(2.6rem, 4.4vw, 4.5rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
    }

.contact-hero-lead[b-zq3go0lpfg] {
    max-width: 640px;
    margin-bottom: 22px;
    color: #4c5870;
    font-size: 1.15rem;
    line-height: 1.65;
}

.contact-hero-points[b-zq3go0lpfg] {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

    .contact-hero-points li[b-zq3go0lpfg] {
        position: relative;
        padding-left: 18px;
        margin-bottom: 10px;
        color: #4c5870;
        font-size: 1.02rem;
        line-height: 1.65;
    }

        .contact-hero-points li[b-zq3go0lpfg]::before {
            content: "";
            position: absolute;
            left: 0;
            top: 11px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #0354f7;
        }

.contact-hero-note[b-zq3go0lpfg] {
    margin: 0;
    color: #4c5870;
    font-size: 0.96rem;
}

.contact-form-shell[b-zq3go0lpfg] {
    min-width: 0;
}

.contact-form-card[b-zq3go0lpfg],
.contact-success-card[b-zq3go0lpfg] {
    padding: 28px;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 20px;
    box-shadow: none;
}

.contact-form-card-header[b-zq3go0lpfg] {
    margin-bottom: 22px;
}

    .contact-form-card-header h2[b-zq3go0lpfg],
    .contact-success-card h2[b-zq3go0lpfg] {
        margin: 0 0 12px;
        color: #172033;
        font-size: clamp(1.8rem, 2.7vw, 2.4rem);
        line-height: 1.08;
        letter-spacing: -0.03em;
    }

    .contact-form-card-header p[b-zq3go0lpfg],
    .contact-success-card p[b-zq3go0lpfg] {
        color: #4c5870;
        font-size: 1rem;
        line-height: 1.65;
    }

.contact-form-alert[b-zq3go0lpfg] {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid #f0c7c7;
    border-radius: 12px;
    background: #fff6f6;
    color: #9d1c1c;
    font-size: 0.95rem;
}

.contact-validation-summary[b-zq3go0lpfg] {
    margin: 0 0 18px;
    padding-left: 18px;
    color: #9d1c1c;
}

.contact-form[b-zq3go0lpfg] {
    display: block;
}

.contact-form-grid[b-zq3go0lpfg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact-field[b-zq3go0lpfg] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-field-full[b-zq3go0lpfg] {
    grid-column: 1 / -1;
}

.contact-field label[b-zq3go0lpfg] {
    color: #172033;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
}

.contact-input[b-zq3go0lpfg] {
    width: 100%;
    min-height: 52px;
    padding: 0.9rem 1rem;
    border: 1px solid #dbe3ef;
    border-radius: 14px;
    background: #ffffff;
    color: #172033;
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    appearance: none;
    box-shadow: none;
}

    .contact-input:focus[b-zq3go0lpfg] {
        outline: none;
        border-color: rgba(3, 84, 247, 0.45);
        box-shadow: 0 0 0 4px rgba(3, 84, 247, 0.08);
    }

.contact-textarea[b-zq3go0lpfg] {
    min-height: 150px;
    resize: vertical;
}

.contact-field[b-zq3go0lpfg]  .validation-message {
    color: #9d1c1c;
    font-size: 0.88rem;
    line-height: 1.4;
}

.contact-form-actions[b-zq3go0lpfg] {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.contact-submit-btn[b-zq3go0lpfg] {
    min-width: 220px;
}

.contact-form-meta[b-zq3go0lpfg] {
    margin: 0;
    color: #4c5870;
    font-size: 0.92rem;
}

.contact-success-actions[b-zq3go0lpfg] {
    margin-top: 22px;
}

.contact-honeypot[b-zq3go0lpfg] {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-reassurance-band[b-zq3go0lpfg] {
    padding-top: 0;
}

.contact-reassurance[b-zq3go0lpfg] {
    padding: 28px;
    border: 1px solid #dbe3ef;
    border-radius: 20px;
    background: #ffffff;
}

.contact-reassurance-grid[b-zq3go0lpfg] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.contact-reassurance-card[b-zq3go0lpfg] {
    padding: 22px;
    border: 1px solid rgba(33, 63, 125, 0.14);
    border-radius: 14px;
    background: rgba(3, 84, 247, 0.035);
    box-shadow: none;
}

    .contact-reassurance-card h3[b-zq3go0lpfg] {
        margin: 0 0 10px;
        color: #172033;
        font-size: 1.2rem;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    .contact-reassurance-card p[b-zq3go0lpfg] {
        margin: 0;
        color: #4c5870;
        font-size: 1rem;
        line-height: 1.65;
    }

@media (max-width: 1080px) {
    .contact-hero-inner[b-zq3go0lpfg],
    .contact-reassurance-grid[b-zq3go0lpfg] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .contact-hero[b-zq3go0lpfg] {
        padding: 40px 0 56px;
    }

    .contact-hero-copy h1[b-zq3go0lpfg] {
        font-size: clamp(2.2rem, 12vw, 3.5rem);
        line-height: 1;
    }

    .contact-form-card[b-zq3go0lpfg],
    .contact-success-card[b-zq3go0lpfg],
    .contact-reassurance[b-zq3go0lpfg] {
        padding: 22px;
        border-radius: 18px;
    }

    .contact-form-grid[b-zq3go0lpfg] {
        grid-template-columns: 1fr;
    }

    .contact-submit-btn[b-zq3go0lpfg] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-wrap[b-3w5u19dgzx] {
    width: min(calc(100% - 48px), 1200px);
    margin: 0 auto;
}

.home-section[b-3w5u19dgzx] {
    padding: 88px 0;
}

.home-section-alt[b-3w5u19dgzx] {
    background: #f6f8fb;
}

.home-section-dark[b-3w5u19dgzx] {
    background: linear-gradient(180deg, #0f1724 0%, #162132 100%);
}

.home-section-heading[b-3w5u19dgzx] {
    max-width: 780px;
    margin-bottom: 40px;
}

.home-section-kicker[b-3w5u19dgzx],
.home-eyebrow[b-3w5u19dgzx] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #213f7d;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-section-kicker-light[b-3w5u19dgzx] {
    color: #9db8ff;
}

.home-eyebrow-rule[b-3w5u19dgzx],
.home-section-kicker[b-3w5u19dgzx]::before {
    content: "";
    width: 52px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
}

.home-btn[b-3w5u19dgzx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.98rem;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
    box-shadow: none;
}

    .home-btn:hover[b-3w5u19dgzx] {
        transform: translateY(-1px);
    }

    .home-btn:focus[b-3w5u19dgzx],
    .home-btn:focus-visible[b-3w5u19dgzx] {
        outline: none;
        box-shadow: none;
    }

.home-btn-primary[b-3w5u19dgzx] {
    color: #ffffff;
    background: linear-gradient(135deg, #0354f7 0%, #213f7d 100%);
    box-shadow: none;
}

.home-btn-secondary[b-3w5u19dgzx] {
    color: #213f7d;
    background: #ffffff;
    border: 1px solid #dbe3ef;
}

.home-btn-full[b-3w5u19dgzx] {
    width: min(300px, 100%);
}

.home-btn-large[b-3w5u19dgzx] {
    min-height: 58px;
    padding-inline: 1.6rem;
}

.home-hero[b-3w5u19dgzx] {
    padding: 64px 0 80px;
    background: radial-gradient(circle at top right, rgba(3, 84, 247, 0.10), transparent 24%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home-hero-inner[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 56px;
    align-items: center;
}

.home-hero-copy[b-3w5u19dgzx] {
    min-width: 0;
}

    .home-hero-copy h1[b-3w5u19dgzx] {
        margin: 0 0 24px;
        max-width: 680px;
        color: #172033;
        font-size: clamp(2.8rem, 4.8vw, 4.9rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
        outline: none;
        box-shadow: none;
    }

        .home-hero-copy h1:focus[b-3w5u19dgzx],
        .home-hero-copy h1:focus-visible[b-3w5u19dgzx] {
            outline: none;
            box-shadow: none;
        }

.home-hero-lead[b-3w5u19dgzx] {
    max-width: 640px;
    margin-bottom: 24px;
    color: #4c5870;
    font-size: 1.18rem;
    line-height: 1.65;
}

.home-hero-actions[b-3w5u19dgzx] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
}

.home-hero-note[b-3w5u19dgzx] {
    max-width: 620px;
    margin: 0;
    color: #4c5870;
    font-size: 0.96rem;
}

.home-device-showcase[b-3w5u19dgzx] {
    margin: 0;
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f1f6ff 100%);
    border: 1px solid rgba(219, 227, 239, 0.9);
    box-shadow: none;
}

.home-split-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.home-split-grid-reverse .home-split-copy[b-3w5u19dgzx] {
    order: 2;
}

.home-split-grid-reverse .home-split-media[b-3w5u19dgzx] {
    order: 1;
}

.home-split-copy h2[b-3w5u19dgzx],
.home-section-heading h2[b-3w5u19dgzx],
.home-cta-band h2[b-3w5u19dgzx] {
    margin: 0 0 16px;
    color: #172033;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.home-split-copy p[b-3w5u19dgzx],
.home-section-heading p[b-3w5u19dgzx],
.home-benefit-card p[b-3w5u19dgzx],
.home-step-card p[b-3w5u19dgzx],
.home-scenario-card p[b-3w5u19dgzx],
.home-pricing-card p[b-3w5u19dgzx],
.home-pricing-compare-card p[b-3w5u19dgzx],
.home-cta-band p[b-3w5u19dgzx],
.home-flow-card p[b-3w5u19dgzx],
.home-comparison-mini span[b-3w5u19dgzx],
.home-pricing-list li[b-3w5u19dgzx],
.home-compare-list li[b-3w5u19dgzx],
.home-plain-list li[b-3w5u19dgzx] {
    color: #4c5870;
    font-size: 1.02rem;
    line-height: 1.65;
}

.home-section-dark h2[b-3w5u19dgzx],
.home-section-dark h3[b-3w5u19dgzx],
.home-section-dark p[b-3w5u19dgzx],
.home-section-dark li[b-3w5u19dgzx] {
    color: #d9e2f2;
}

.home-split-media img[b-3w5u19dgzx] {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    border: 1px solid rgba(219, 227, 239, 0.95);
    background: #ffffff;
    box-shadow: none;
}

.home-comparison-callout[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}

.home-comparison-mini[b-3w5u19dgzx] {
    padding: 18px 16px;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 7px;
    box-shadow: none;
}

    .home-comparison-mini strong[b-3w5u19dgzx] {
        display: block;
        margin-bottom: 6px;
        color: #172033;
    }

.home-benefits-strip[b-3w5u19dgzx] {
    padding-top: 32px;
    padding-bottom: 32px;
}

.home-benefits-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.home-benefits-grid-tight[b-3w5u19dgzx] {
    margin-top: 20px;
}

.home-steps-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-benefit-card[b-3w5u19dgzx],
.home-step-card[b-3w5u19dgzx],
.home-pricing-compare-card[b-3w5u19dgzx],
.home-pricing-card[b-3w5u19dgzx] {
    padding: 24px;
    border: 1px solid #dbe3ef;
    background: #ffffff;
    box-shadow: none;
}

.home-step-card[b-3w5u19dgzx],
.home-pricing-compare-card[b-3w5u19dgzx],
.home-pricing-card[b-3w5u19dgzx] {
    border-radius: 12px;
}

.home-benefit-card[b-3w5u19dgzx] {
    border-radius: 10px;
    background: rgba(3, 84, 247, 0.035);
    border-color: rgba(33, 63, 125, 0.14);
}

.home-step-card[b-3w5u19dgzx] {
    position: relative;
    overflow: hidden;
    min-height: 236px;
    background: #ffffff;
    border-color: #dbe3ef;
}

.home-step-number[b-3w5u19dgzx] {
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 0;
    color: rgba(3, 84, 247, 0.14);
    font-size: clamp(5.5rem, 9vw, 8.5rem);
    line-height: 0.82;
    font-weight: 800;
    letter-spacing: -0.08em;
    pointer-events: none;
    user-select: none;
}

.home-step-card-content[b-3w5u19dgzx] {
    position: relative;
    z-index: 1;
    padding-top: 56px;
}

.home-benefit-card h3[b-3w5u19dgzx],
.home-step-card h3[b-3w5u19dgzx],
.home-scenario-card h3[b-3w5u19dgzx],
.home-pricing-compare-card h3[b-3w5u19dgzx],
.home-pricing-card h3[b-3w5u19dgzx],
.home-offline-note h3[b-3w5u19dgzx] {
    margin: 0 0 10px;
    color: #172033;
    font-size: 1.2rem;
    line-height: 1.2;
}

.home-step-card h3[b-3w5u19dgzx],
.home-benefit-card h3[b-3w5u19dgzx] {
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.home-flow-comparison[b-3w5u19dgzx] {
    display: grid;
    gap: 16px;
    margin: 22px 0;
}

.home-flow-card[b-3w5u19dgzx] {
    padding: 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

    .home-flow-card strong[b-3w5u19dgzx] {
        color: #ffffff;
        display: block;
        margin-bottom: 6px;
    }

.home-flow-card-accent[b-3w5u19dgzx] {
    background: rgba(3, 84, 247, 0.14);
    border-color: rgba(157, 184, 255, 0.28);
}

.home-plain-list[b-3w5u19dgzx] {
    list-style: none;
    padding-left: 0;
    margin: 24px 0 0;
}

    .home-plain-list li[b-3w5u19dgzx] {
        position: relative;
        padding-left: 18px;
        margin-bottom: 10px;
    }

        .home-plain-list li[b-3w5u19dgzx]::before {
            content: "";
            position: absolute;
            left: 0;
            top: 11px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #9db8ff;
        }

.home-scenario-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-scenario-card[b-3w5u19dgzx] {
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: none;
}

    .home-scenario-card img[b-3w5u19dgzx] {
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }

    .home-scenario-card h3[b-3w5u19dgzx],
    .home-scenario-card p[b-3w5u19dgzx] {
        padding-inline: 20px;
    }

    .home-scenario-card h3[b-3w5u19dgzx] {
        padding-top: 18px;
        margin-bottom: 8px;
    }

    .home-scenario-card p[b-3w5u19dgzx] {
        padding-bottom: 20px;
    }

.home-offline-note[b-3w5u19dgzx] {
    margin-top: 32px;
    padding: 24px;
    border-radius: 20px;
    background: #eef5ff;
    border: 1px solid #d8e5ff;
    box-shadow: none;
}

.home-offline-tags[b-3w5u19dgzx] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .home-offline-tags span[b-3w5u19dgzx] {
        display: inline-flex;
        align-items: center;
        min-height: 40px;
        padding: 8px 14px;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid #d8e5ff;
        color: #172033;
        font-weight: 600;
        box-shadow: none;
    }

.home-pricing-compare-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.home-pricing-compare-card-featured[b-3w5u19dgzx],
.home-pricing-card-featured[b-3w5u19dgzx] {
    border-color: rgba(3, 84, 247, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.home-compare-list[b-3w5u19dgzx],
.home-pricing-list[b-3w5u19dgzx] {
    margin: 0;
    padding-left: 20px;
}

    .home-compare-list li[b-3w5u19dgzx],
    .home-pricing-list li[b-3w5u19dgzx] {
        margin-bottom: 10px;
    }

.home-pricing-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 20px;
    align-items: stretch;
}

.home-pricing-card[b-3w5u19dgzx] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

    .home-pricing-card .home-pricing-list[b-3w5u19dgzx] {
        margin-bottom: 24px;
    }

    .home-pricing-card .home-btn[b-3w5u19dgzx] {
        margin-top: auto;
        align-self: center;
        justify-content: center;
    }

.home-pricing-label[b-3w5u19dgzx] {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 12px;
    background: rgba(3, 84, 247, 0.10);
    color: #0354f7;
    font-size: 0.85rem;
    font-weight: 700;
}

.home-pricing-price[b-3w5u19dgzx] {
    margin: 10px 0 4px;
    color: #172033;
    font-size: clamp(2.6rem, 4vw, 4rem);
    line-height: 1;
    font-weight: 800;
}

.home-pricing-subtitle[b-3w5u19dgzx] {
    margin-bottom: 20px;
}

.home-pricing-subtitle-spaced[b-3w5u19dgzx] {
    margin-bottom: 24px;
}

.home-cta-band[b-3w5u19dgzx] {
    background: linear-gradient(135deg, #213f7d 0%, #102548 100%);
}

.home-cta-band-inner[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
    align-items: center;
}

.home-cta-band h2[b-3w5u19dgzx],
.home-cta-band p[b-3w5u19dgzx] {
    color: #ffffff;
}

.home-cta-band-lead[b-3w5u19dgzx] {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.08rem;
}

.home-cta-band-actions[b-3w5u19dgzx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.home-cta-band-note[b-3w5u19dgzx] {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.home-hero-media[b-3w5u19dgzx] {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-cta-band-copy[b-3w5u19dgzx] {
    min-width: 0;
}

    .home-cta-band-copy h2[b-3w5u19dgzx],
    .home-cta-band-copy p[b-3w5u19dgzx] {
        max-width: 680px;
    }

@media (max-width: 1080px) {
    .home-hero-inner[b-3w5u19dgzx],
    .home-split-grid[b-3w5u19dgzx],
    .home-pricing-grid[b-3w5u19dgzx],
    .home-pricing-compare-grid[b-3w5u19dgzx],
    .home-cta-band-inner[b-3w5u19dgzx] {
        grid-template-columns: 1fr;
    }

    .home-benefits-grid[b-3w5u19dgzx] {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-steps-grid[b-3w5u19dgzx],
    .home-scenario-grid[b-3w5u19dgzx] {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-step-card:first-child[b-3w5u19dgzx] {
        grid-column: span 2;
    }

    .home-split-grid-reverse .home-split-copy[b-3w5u19dgzx],
    .home-split-grid-reverse .home-split-media[b-3w5u19dgzx] {
        order: initial;
    }
}

@media (max-width: 760px) {
    .home-wrap[b-3w5u19dgzx] {
        width: min(calc(100% - 32px), 1200px);
    }

    .home-section[b-3w5u19dgzx] {
        padding: 68px 0;
    }

    .home-hero[b-3w5u19dgzx] {
        padding: 40px 0 56px;
    }

    .home-hero-inner[b-3w5u19dgzx],
    .home-benefits-grid[b-3w5u19dgzx],
    .home-steps-grid[b-3w5u19dgzx],
    .home-scenario-grid[b-3w5u19dgzx],
    .home-comparison-callout[b-3w5u19dgzx] {
        grid-template-columns: 1fr;
    }

    .home-step-card:first-child[b-3w5u19dgzx] {
        grid-column: auto;
    }

    .home-hero-actions[b-3w5u19dgzx] {
        flex-direction: column;
        align-items: stretch;
    }

    .home-btn[b-3w5u19dgzx] {
        width: 100%;
    }

    .home-btn-full[b-3w5u19dgzx] {
        width: 100%;
    }

    .home-hero-copy h1[b-3w5u19dgzx] {
        font-size: clamp(2.2rem, 12vw, 3.5rem);
        line-height: 1;
    }

    .home-step-card[b-3w5u19dgzx] {
        min-height: auto;
    }

    .home-step-number[b-3w5u19dgzx] {
        top: 10px;
        left: 16px;
        font-size: clamp(4.4rem, 24vw, 6.5rem);
    }

    .home-step-card-content[b-3w5u19dgzx] {
        padding-top: 46px;
    }

    .home-step-card h3[b-3w5u19dgzx],
    .home-benefit-card h3[b-3w5u19dgzx] {
        font-size: 1.3rem;
    }

    .home-pricing-card .home-btn[b-3w5u19dgzx] {
        align-self: stretch;
    }
}
/* /Components/Pages/MyCard.razor.rz.scp.css */
.mycard-page[b-3spzf50dt4] {
    min-height: 100%;
    display: flex;
    justify-content: center;
    padding: 2rem 1rem 4rem;
    background:
        radial-gradient(circle at top left, color-mix(in srgb, var(--mycard-secondary) 26%, transparent), transparent 36%),
        linear-gradient(180deg, color-mix(in srgb, var(--mycard-page-background) 88%, #f8fafc) 0%, var(--mycard-page-background) 100%);
}

.mycard-shell[b-3spzf50dt4] {
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
}

.mycard-hero-card[b-3spzf50dt4],
.mycard-section[b-3spzf50dt4] {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.mycard-hero-art[b-3spzf50dt4] {
    min-height: 220px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--mycard-primary) 90%, white) 0%, color-mix(in srgb, var(--mycard-secondary) 40%, var(--mycard-primary)) 100%);
}

.mycard-hero-art--image[b-3spzf50dt4] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mycard-brand-row[b-3spzf50dt4] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.mycard-logo[b-3spzf50dt4] {
    max-width: 140px;
    max-height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 6px 20px rgba(15, 23, 42, 0.22));
}

.mycard-website-chip[b-3spzf50dt4] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.mycard-profile-ring[b-3spzf50dt4] {
    align-self: flex-start;
    padding: 0.45rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22);
    backdrop-filter: blur(14px);
}

.mycard-profile-image[b-3spzf50dt4],
.mycard-profile-fallback[b-3spzf50dt4] {
    width: 108px;
    height: 108px;
    border-radius: 24px;
}

.mycard-profile-image[b-3spzf50dt4] {
    object-fit: cover;
    display: block;
}

.mycard-profile-fallback[b-3spzf50dt4] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    background: rgba(15, 23, 42, 0.44);
    color: #fff;
}

.mycard-hero-body[b-3spzf50dt4],
.mycard-section[b-3spzf50dt4] {
    padding: 1.5rem;
}

.mycard-kicker[b-3spzf50dt4] {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.75rem;
    font-weight: 700;
    color: color-mix(in srgb, var(--mycard-primary) 70%, #475569);
}

.mycard-name[b-3spzf50dt4] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    color: var(--mycard-title);
}

.mycard-title-company[b-3spzf50dt4] {
    margin-top: 0.65rem;
    color: var(--mycard-text);
    font-size: 1rem;
    font-weight: 600;
}

.mycard-lead[b-3spzf50dt4] {
    margin: 1.25rem 0 0.65rem;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
    color: var(--mycard-title);
}

.mycard-subtext[b-3spzf50dt4] {
    margin: 0;
    color: var(--mycard-description);
    line-height: 1.7;
    font-size: 1rem;
}

.mycard-actions[b-3spzf50dt4] {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.mycard-primary-button[b-3spzf50dt4],
.mycard-secondary-button[b-3spzf50dt4] {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 0.75rem 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
}

.mycard-primary-button[b-3spzf50dt4] {
    background: var(--mycard-primary);
    color: var(--mycard-button-contrast);
    box-shadow: 0 12px 30px color-mix(in srgb, var(--mycard-primary) 22%, transparent);
}

.mycard-primary-button:hover[b-3spzf50dt4],
.mycard-primary-button:focus[b-3spzf50dt4] {
    background: color-mix(in srgb, var(--mycard-primary) 88%, #000);
    color: var(--mycard-button-contrast);
}

.mycard-secondary-button[b-3spzf50dt4] {
    background: #fff;
    border-color: rgba(15, 23, 42, 0.12);
    color: var(--mycard-text);
}

.mycard-secondary-button:hover[b-3spzf50dt4],
.mycard-secondary-button:focus[b-3spzf50dt4] {
    background: #f8fafc;
    color: var(--mycard-text);
}

.mycard-helper-text[b-3spzf50dt4] {
    margin-top: 1rem;
    color: var(--mycard-description);
    font-size: 0.95rem;
}

.mycard-contact-details[b-3spzf50dt4] {
    margin-top: 1rem;
    display: grid;
    gap: 0.75rem;
}

.mycard-contact-detail[b-3spzf50dt4] {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    padding: 0.7rem 0.85rem;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.mycard-contact-detail-label[b-3spzf50dt4] {
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.mycard-contact-detail-value[b-3spzf50dt4] {
    min-width: 0;
    color: var(--mycard-text);
    font-size: 0.95rem;
    font-weight: 600;
    word-break: break-word;
}

.mycard-section-heading[b-3spzf50dt4] {
    margin-bottom: 1rem;
}

.mycard-section-heading h2[b-3spzf50dt4] {
    margin: 0;
    font-size: 1.2rem;
    color: var(--mycard-title);
}

.mycard-section-heading p[b-3spzf50dt4] {
    margin: 0.35rem 0 0;
    color: var(--mycard-description);
}

.mycard-featured-links[b-3spzf50dt4] {
    display: grid;
    gap: 0.85rem;
}

.mycard-featured-link[b-3spzf50dt4] {
    display: block;
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff 0%, color-mix(in srgb, var(--mycard-secondary) 30%, #f8fafc) 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.mycard-featured-link:hover[b-3spzf50dt4] {
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
    border-color: color-mix(in srgb, var(--mycard-primary) 22%, rgba(15, 23, 42, 0.08));
}

.mycard-featured-link-label[b-3spzf50dt4],
.mycard-featured-link-description[b-3spzf50dt4],
.mycard-featured-link-url[b-3spzf50dt4] {
    display: block;
}

.mycard-featured-link-label[b-3spzf50dt4] {
    color: var(--mycard-title);
    font-weight: 700;
    font-size: 1rem;
}

.mycard-featured-link-description[b-3spzf50dt4] {
    margin-top: 0.25rem;
    color: var(--mycard-text);
}

.mycard-featured-link-url[b-3spzf50dt4] {
    margin-top: 0.55rem;
    color: color-mix(in srgb, var(--mycard-primary) 72%, #334155);
    font-size: 0.92rem;
    word-break: break-word;
}

.mycard-socials[b-3spzf50dt4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
}

.mycard-social-link[b-3spzf50dt4] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 44px;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--mycard-primary) 18%, #d8dee8);
    background: #fff;
    color: color-mix(in srgb, var(--mycard-primary) 78%, #334155);
    font-weight: 700;
    text-decoration: none;
}

.mycard-social-link:hover[b-3spzf50dt4] {
    background: color-mix(in srgb, var(--mycard-secondary) 24%, #fff);
}

.mycard-status[b-3spzf50dt4] {
    margin-top: 1.5rem;
    color: var(--mycard-text);
}

.mycard-status-error[b-3spzf50dt4] {
    color: #b42318;
}

.mycard-hero-card--split[b-3spzf50dt4] {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.mycard-hero-card--split .mycard-hero-art[b-3spzf50dt4] {
    min-height: 100%;
}

.mycard-hero-card--spotlight .mycard-hero-art[b-3spzf50dt4] {
    min-height: 180px;
    align-items: center;
}

.mycard-hero-card--spotlight .mycard-profile-ring[b-3spzf50dt4] {
    align-self: center;
}

.mycard-hero-card--spotlight .mycard-hero-body[b-3spzf50dt4] {
    text-align: center;
}

.mycard-hero-card--spotlight .mycard-actions[b-3spzf50dt4],
.mycard-hero-card--spotlight .mycard-socials[b-3spzf50dt4] {
    justify-content: center;
}

.mycard-hero-card--minimal .mycard-hero-art[b-3spzf50dt4] {
    min-height: 132px;
}

.mycard-hero-card--minimal .mycard-profile-ring[b-3spzf50dt4] {
    padding: 0.35rem;
    border-radius: 20px;
}

.mycard-hero-card--minimal .mycard-profile-image[b-3spzf50dt4],
.mycard-hero-card--minimal .mycard-profile-fallback[b-3spzf50dt4] {
    width: 88px;
    height: 88px;
    border-radius: 18px;
}

@media (max-width: 767.98px) {
    .mycard-page[b-3spzf50dt4] {
        padding: 1rem 0.75rem 3rem;
    }

    .mycard-hero-card--split[b-3spzf50dt4] {
        grid-template-columns: 1fr;
    }

    .mycard-hero-art[b-3spzf50dt4] {
        min-height: 200px;
    }

    .mycard-brand-row[b-3spzf50dt4] {
        flex-direction: column;
        align-items: flex-start;
    }

    .mycard-contact-detail[b-3spzf50dt4] {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
}
/* /Components/Pages/OpenExisting.razor.rz.scp.css */
.open-existing-page[b-579zkmr99x] {
    padding: 64px 0 88px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.open-existing-wrap[b-579zkmr99x] {
    width: min(calc(100% - 32px), 760px);
    margin: 0 auto;
}

.open-existing-shell[b-579zkmr99x] {
    padding: 32px;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    background: #ffffff;
}

.open-existing-header[b-579zkmr99x] {
    margin-bottom: 28px;
}

.open-existing-eyebrow[b-579zkmr99x] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #213f7d;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.open-existing-eyebrow-rule[b-579zkmr99x] {
    width: 52px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
}

.open-existing-header h1[b-579zkmr99x] {
    margin: 0 0 16px;
    color: #172033;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.open-existing-lead[b-579zkmr99x],
.open-existing-help p[b-579zkmr99x] {
    color: #4c5870;
    font-size: 1.02rem;
    line-height: 1.65;
}

.open-existing-form[b-579zkmr99x] {
    display: grid;
    gap: 20px;
}

.open-existing-field[b-579zkmr99x] {
    display: grid;
    gap: 8px;
}

.open-existing-label[b-579zkmr99x] {
    color: #172033;
    font-weight: 700;
    font-size: 0.95rem;
}

[b-579zkmr99x] .open-existing-input {
    width: 100%;
    min-height: 52px;
    padding: 0.9rem 1rem;
    border: 1px solid #cfd8e6;
    border-radius: 12px;
    background: #ffffff;
    color: #172033;
    font-size: 1rem;
    box-sizing: border-box;
    
}

[b-579zkmr99x] .open-existing-input:focus {
    outline: none;
    border-color: #0354f7;
    box-shadow: 0 0 0 3px rgba(3, 84, 247, 0.10);
}

.open-existing-validation-summary[b-579zkmr99x],
.open-existing-validation-message[b-579zkmr99x] {
    color: #b42318;
    font-size: 0.92rem;
}

.open-existing-alert[b-579zkmr99x] {
    padding: 14px 16px;
    border: 1px solid #f3c7c2;
    border-radius: 12px;
    background: #fff4f2;
    color: #912018;
    font-size: 0.96rem;
    
}

.open-existing-actions[b-579zkmr99x] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.open-existing-btn[b-579zkmr99x] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.9rem 1.25rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.98rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.open-existing-btn-primary[b-579zkmr99x] {
    background: linear-gradient(135deg, #0354f7 0%, #213f7d 100%);
    color: #ffffff;
}

.open-existing-btn-secondary[b-579zkmr99x] {
    background: #ffffff;
    color: #213f7d;
    border: 1px solid #dbe3ef;
}

.open-existing-help[b-579zkmr99x] {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e7edf5;
}

    .open-existing-help h2[b-579zkmr99x] {
        margin: 0 0 10px;
        color: #172033;
        font-size: 1.15rem;
    }

@media (max-width: 640px) {
    .open-existing-page[b-579zkmr99x] {
        padding: 40px 0 56px;
    }

    .open-existing-shell[b-579zkmr99x] {
        padding: 24px;
        border-radius: 16px;
    }

    .open-existing-actions[b-579zkmr99x] {
        flex-direction: column;
    }

    .open-existing-btn[b-579zkmr99x] {
        width: 100%;
    }
}
/* /Components/Pages/ProAccount.razor.rz.scp.css */
.pro-account-workspace-page[b-5t6rrqjedv] {
    padding: 40px 0 72px;
    background: linear-gradient(180deg, #f7f9fd 0%, #eef4fb 100%);
}

.pro-account-workspace-wrap[b-5t6rrqjedv] {
    width: min(calc(100% - 32px), 1360px);
    margin: 0 auto;
}

.pro-account-auth-card[b-5t6rrqjedv] {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px;
    border: 1px solid #dbe3ef;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.pro-account-auth-header[b-5t6rrqjedv] {
    margin-bottom: 28px;
}

.pro-account-auth-kicker[b-5t6rrqjedv] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #213f7d;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pro-account-auth-rule[b-5t6rrqjedv] {
    width: 52px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
}

.pro-account-auth-header h1[b-5t6rrqjedv] {
    margin: 0 0 12px;
    color: #172033;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.pro-account-auth-lead[b-5t6rrqjedv],
.pro-account-auth-help[b-5t6rrqjedv] {
    color: #4c5870;
    font-size: 1rem;
    line-height: 1.65;
}

.pro-account-auth-form[b-5t6rrqjedv] {
    display: grid;
    gap: 18px;
}

.pro-account-auth-field[b-5t6rrqjedv] {
    display: grid;
    gap: 8px;
}

.pro-account-auth-label[b-5t6rrqjedv] {
    color: #172033;
    font-size: 0.95rem;
    font-weight: 700;
}

[b-5t6rrqjedv] .pro-account-auth-input {
    width: 100%;
    min-height: 52px;
    padding: 0.9rem 1rem;
    border: 1px solid #cfd8e6;
    border-radius: 12px;
    background: #ffffff;
    color: #172033;
    font-size: 1rem;
}

[b-5t6rrqjedv] .pro-account-auth-input:focus {
    outline: none;
    border-color: #0354f7;
    box-shadow: 0 0 0 3px rgba(3, 84, 247, 0.1);
}

.pro-account-auth-alert[b-5t6rrqjedv] {
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #f3c7c2;
    background: #fff4f2;
    color: #912018;
    font-size: 0.96rem;
}

.pro-account-auth-actions[b-5t6rrqjedv] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pro-account-auth-verify[b-5t6rrqjedv] {
    padding-top: 8px;
    border-top: 1px solid #e4ebf4;
}

.pro-account-auth-btn[b-5t6rrqjedv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.15rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.98rem;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.pro-account-auth-btn:hover[b-5t6rrqjedv] {
    transform: translateY(-1px);
}

.pro-account-auth-btn-primary[b-5t6rrqjedv] {
    background: linear-gradient(135deg, #0354f7 0%, #213f7d 100%);
    color: #ffffff;
}

.pro-account-auth-btn-secondary[b-5t6rrqjedv] {
    background: #ffffff;
    color: #213f7d;
    border-color: #dbe3ef;
}

.pro-account-wait-overlay[b-5t6rrqjedv] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(4px);
}

.pro-account-wait-dialog[b-5t6rrqjedv] {
    width: min(100%, 420px);
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 28px 24px;
    border: 1px solid #dbe3ef;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
    text-align: center;
    border-left: 6px solid #0354f7;
}

    .pro-account-wait-dialog h2[b-5t6rrqjedv] {
        margin: 0;
        color: #172033;
        font-size: 2.0rem;
        font-weight: 600;
        letter-spacing: -0.02em;
    }

.pro-account-wait-dialog p[b-5t6rrqjedv] {
    margin: 0;
    color: #4c5870;
    line-height: 1.65;
}

.pro-account-dashboard[b-5t6rrqjedv] {
    display: grid;
    gap: 28px;
}

.pro-account-dashboard-section[b-5t6rrqjedv] {
    display: grid;
    gap: 14px;
}

.pro-account-dashboard-section-header[b-5t6rrqjedv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pro-account-dashboard-section-header h2[b-5t6rrqjedv] {
    margin: 0;
    color: #172033;
    font-size: clamp(1.55rem, 2.8vw, 2rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.pro-account-dashboard-table[b-5t6rrqjedv] {
    display: grid;
    gap: 0;
}

.pro-account-dashboard-columns[b-5t6rrqjedv],
.pro-account-dashboard-row[b-5t6rrqjedv] {
    display: grid;
    grid-template-columns: minmax(0, 2.7fr) 120px 120px minmax(0, 1.35fr) 96px;
    align-items: center;
    gap: 16px;
}

.pro-account-dashboard-columns[b-5t6rrqjedv] {
    padding: 0 18px 10px;
    color: #5b6780;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pro-account-dashboard-row[b-5t6rrqjedv] {
    padding: 20px 22px;
    border: 1px solid #cfd8e6;
    background: #ffffff;
}

.pro-account-dashboard-table--flat .pro-account-dashboard-row[b-5t6rrqjedv] {
    border-radius: 0;
}

.pro-account-dashboard-row--single[b-5t6rrqjedv] {
    border-radius: 7px;
}

.pro-account-dashboard-row--top[b-5t6rrqjedv] {
    border-radius: 7px 7px 0 0;
}

.pro-account-dashboard-row--middle[b-5t6rrqjedv] {
    border-top: none;
    border-radius: 0;
}

.pro-account-dashboard-row--bottom[b-5t6rrqjedv] {
    border-top: none;
    border-radius: 0 0 7px 7px;
}

.pro-account-dashboard-cell[b-5t6rrqjedv] {
    min-width: 0;
    color: #172033;
}

.pro-account-dashboard-cell-meta[b-5t6rrqjedv] {
    display: grid;
    gap: 4px;
}

.pro-account-dashboard-cell-secondary[b-5t6rrqjedv] {
    min-width: 0;
}

.pro-account-dashboard-cell--empty[b-5t6rrqjedv] {
    min-height: 1px;
}

.pro-account-dashboard-cell-action[b-5t6rrqjedv] {
    display: flex;
    justify-content: flex-end;
}

.pro-account-dashboard-meta-label[b-5t6rrqjedv] {
    color: #5b6780;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pro-account-dashboard-meta-value[b-5t6rrqjedv] {
    color: #172033;
}

.pro-account-dashboard-link-group[b-5t6rrqjedv] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #0354f7;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.pro-account-dashboard-link-group i[b-5t6rrqjedv] {
    color: #4d6aa8;
    font-size: 1rem;
}

.pro-account-dashboard-actions[b-5t6rrqjedv] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pro-account-dashboard-action[b-5t6rrqjedv] {
    padding: 0;
    border: none;
    background: none;
    color: #0354f7;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.pro-account-dashboard-action-danger[b-5t6rrqjedv] {
    color: #b42318;
}

.pro-account-dashboard-action:disabled[b-5t6rrqjedv] {
    opacity: 0.55;
    cursor: not-allowed;
}

.pro-account-dashboard-muted[b-5t6rrqjedv] {
    color: #5b6780;
}

@media (max-width: 760px) {
    .pro-account-workspace-page[b-5t6rrqjedv] {
        padding: 24px 0 48px;
    }

    .pro-account-workspace-wrap[b-5t6rrqjedv] {
        width: min(calc(100% - 24px), 1360px);
    }

    .pro-account-auth-card[b-5t6rrqjedv] {
        padding: 22px;
    }

    .pro-account-auth-actions[b-5t6rrqjedv] {
        flex-direction: column;
    }

    .pro-account-auth-btn[b-5t6rrqjedv] {
        width: 100%;
    }

    .pro-account-dashboard-section-header[b-5t6rrqjedv],
    .pro-account-dashboard-actions[b-5t6rrqjedv] {
        align-items: flex-start;
        flex-direction: column;
    }

    .pro-account-dashboard-columns[b-5t6rrqjedv] {
        display: none;
    }

    .pro-account-dashboard-row[b-5t6rrqjedv] {
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 18px;
        gap: 12px 18px;
    }

    .pro-account-dashboard-cell-link[b-5t6rrqjedv] {
        grid-column: 1 / -1;
    }

    .pro-account-dashboard-cell-meta[b-5t6rrqjedv] {
        align-content: start;
    }

    .pro-account-dashboard-cell-secondary[b-5t6rrqjedv],
    .pro-account-dashboard-cell-action[b-5t6rrqjedv] {
        padding-top: 10px;
        border-top: 1px solid #e6edf7;
    }

    .pro-account-dashboard-cell-secondary[b-5t6rrqjedv] {
        grid-column: 1 / 2;
    }

    .pro-account-dashboard-cell-action[b-5t6rrqjedv] {
        grid-column: 2 / 3;
        justify-content: flex-end;
    }

    .pro-account-dashboard-cell--empty[b-5t6rrqjedv] {
        display: none;
    }

    .pro-account-dashboard-link-group[b-5t6rrqjedv] {
        font-size: 1rem;
    }

    .pro-account-dashboard-meta-label[b-5t6rrqjedv] {
        font-size: 0.72rem;
    }

    .pro-account-dashboard-meta-value[b-5t6rrqjedv],
    .pro-account-dashboard-action[b-5t6rrqjedv] {
        font-size: 0.96rem;
    }

    .pro-account-dashboard-muted[b-5t6rrqjedv] {
        grid-column: 1 / -1;
    }
}
/* /Components/Pages/ProAccountLandingPage.razor.rz.scp.css */
.pro-account-landing-grid[b-qsomenghti] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pro-account-landing-card[b-qsomenghti] {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #dbe3ef;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.pro-account-landing-card--hero[b-qsomenghti] {
    background: linear-gradient(135deg, #ffffff 0%, #f5f8ff 100%);
}

.pro-account-landing-label[b-qsomenghti] {
    display: inline-flex;
    margin-bottom: 12px;
    color: #4d6aa8;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pro-account-landing-card h2[b-qsomenghti],
.pro-account-landing-card h3[b-qsomenghti] {
    margin: 0 0 10px;
    color: #172033;
}

.pro-account-landing-card h2[b-qsomenghti] {
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    line-height: 1.08;
}

.pro-account-landing-card h3[b-qsomenghti] {
    font-size: 1.2rem;
}

.pro-account-landing-copy[b-qsomenghti] {
    margin: 0;
    color: #4c5870;
    line-height: 1.7;
}

.pro-account-landing-actions[b-qsomenghti] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.pro-account-landing-list[b-qsomenghti] {
    margin: 0;
    padding-left: 18px;
    color: #4c5870;
    line-height: 1.7;
}

.pro-account-landing-link-stack[b-qsomenghti] {
    display: grid;
    gap: 12px;
}

.pro-account-landing-link-card[b-qsomenghti] {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #dbe3ef;
    background: #f8fbff;
    color: #172033;
    text-decoration: none;
}

.pro-account-landing-link-card strong[b-qsomenghti] {
    font-size: 0.98rem;
}

.pro-account-landing-link-card span[b-qsomenghti] {
    color: #4c5870;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .pro-account-landing-grid[b-qsomenghti] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pro-account-landing-card--hero[b-qsomenghti] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .pro-account-landing-grid[b-qsomenghti] {
        grid-template-columns: 1fr;
    }

    .pro-account-landing-card[b-qsomenghti] {
        padding: 20px;
    }

    .pro-account-landing-actions[b-qsomenghti] {
        flex-direction: column;
    }
}
/* /Components/Pages/ProAccountLandingPageEditor.razor.rz.scp.css */
.landing-page-editor-shell[b-eba485mc3y] {
    display: grid;
    gap: 24px;
}

.landing-page-editor-section + .landing-page-editor-section[b-eba485mc3y] {
    margin-top: 2.25rem;
    padding-top: 2.25rem;
    border-top: 1px solid #e8edf6;
}

.landing-page-editor-section-heading[b-eba485mc3y] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.landing-page-editor-control-block + .landing-page-editor-control-block[b-eba485mc3y] {
    margin-top: 1.75rem;
}

.landing-page-editor-label-row[b-eba485mc3y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.landing-page-editor-label-row h3[b-eba485mc3y] {
    margin: 0;
    color: #172033;
    font-size: 1rem;
    font-weight: 700;
}

.landing-page-editor-label-row span[b-eba485mc3y] {
    color: #5c6982;
    font-size: 0.92rem;
    font-weight: 600;
}

.landing-page-editor-theme-grid[b-eba485mc3y] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.landing-page-editor-theme-chip[b-eba485mc3y] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: linear-gradient(135deg, var(--theme-start), var(--theme-end));
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.landing-page-editor-theme-chip:hover[b-eba485mc3y] {
    transform: translateY(-2px);
}

.landing-page-editor-theme-chip.is-selected[b-eba485mc3y] {
    border-color: #172033;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18);
}

.landing-page-editor-layout-grid[b-eba485mc3y] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.landing-page-editor-layout-option[b-eba485mc3y] {
    display: grid;
    gap: 0.8rem;
    padding: 0.85rem;
    border-radius: 18px;
    border: 1px solid #dbe3ef;
    background: #fff;
    text-align: left;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.landing-page-editor-layout-option:hover[b-eba485mc3y] {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.landing-page-editor-layout-option.is-selected[b-eba485mc3y] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.landing-page-editor-layout-preview[b-eba485mc3y] {
    position: relative;
    display: block;
    min-height: 148px;
    border-radius: 16px;
    border: 1px solid #d7dfec;
    background: linear-gradient(180deg, #eef3fb 0%, #ffffff 100%);
    overflow: hidden;
}

.landing-page-editor-layout-preview-banner[b-eba485mc3y] {
    position: absolute;
    inset: 0 0 auto;
    height: 44px;
    background: #d7dfec;
}

.landing-page-editor-layout-preview-avatar[b-eba485mc3y] {
    position: absolute;
    top: 20px;
    left: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #a3b1cf;
}

.landing-page-editor-layout-preview-title[b-eba485mc3y],
.landing-page-editor-layout-preview-copy[b-eba485mc3y] {
    position: absolute;
    left: 18px;
    right: 18px;
    display: block;
    border-radius: 999px;
    background: #d9e2f2;
}

.landing-page-editor-layout-preview-title[b-eba485mc3y] {
    top: 76px;
    height: 14px;
    width: 62%;
}

.landing-page-editor-layout-preview-copy[b-eba485mc3y] {
    top: 102px;
    height: 10px;
}

.landing-page-editor-layout-preview-copy--short[b-eba485mc3y] {
    top: 120px;
    width: 54%;
}

.landing-page-editor-layout-preview--split .landing-page-editor-layout-preview-banner[b-eba485mc3y] {
    width: 42%;
    height: 100%;
    inset: 0 auto 0 0;
}

.landing-page-editor-layout-preview--split .landing-page-editor-layout-preview-avatar[b-eba485mc3y] {
    top: 48px;
    left: 28px;
}

.landing-page-editor-layout-preview--split .landing-page-editor-layout-preview-title[b-eba485mc3y],
.landing-page-editor-layout-preview--split .landing-page-editor-layout-preview-copy[b-eba485mc3y] {
    left: 92px;
}

.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-banner[b-eba485mc3y] {
    height: 58px;
}

.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-avatar[b-eba485mc3y] {
    top: 28px;
    left: calc(50% - 21px);
}

.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-title[b-eba485mc3y],
.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-copy[b-eba485mc3y] {
    left: 18px;
    right: 18px;
    margin: 0 auto;
}

.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-title[b-eba485mc3y] {
    top: 84px;
    width: 52%;
}

.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-copy[b-eba485mc3y] {
    top: 108px;
    width: 68%;
}

.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-copy--short[b-eba485mc3y] {
    top: 126px;
    width: 40%;
}

.landing-page-editor-layout-preview--minimal .landing-page-editor-layout-preview-banner[b-eba485mc3y] {
    height: 18px;
}

.landing-page-editor-layout-preview--minimal .landing-page-editor-layout-preview-avatar[b-eba485mc3y] {
    top: 34px;
    left: 18px;
    width: 30px;
    height: 30px;
}

.landing-page-editor-layout-preview--minimal .landing-page-editor-layout-preview-title[b-eba485mc3y] {
    top: 40px;
    left: 58px;
    width: 46%;
}

.landing-page-editor-layout-preview--minimal .landing-page-editor-layout-preview-copy[b-eba485mc3y] {
    top: 84px;
    left: 18px;
}

.landing-page-editor-layout-preview--minimal .landing-page-editor-layout-preview-copy--short[b-eba485mc3y] {
    top: 102px;
}

.landing-page-editor-layout-meta[b-eba485mc3y] {
    display: grid;
    gap: 0.25rem;
}

.landing-page-editor-layout-meta strong[b-eba485mc3y] {
    color: #172033;
    font-size: 0.95rem;
}

.landing-page-editor-layout-meta span[b-eba485mc3y] {
    color: #5c6982;
    font-size: 0.86rem;
    line-height: 1.45;
}

.landing-page-editor-color-input[b-eba485mc3y] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.65rem;
}

.landing-page-editor-social-grid[b-eba485mc3y] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.landing-page-editor-social-chip[b-eba485mc3y] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 44px;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    border: 1px solid #d6dfec;
    background: #fff;
    color: #172033;
    font-weight: 600;
}

.landing-page-editor-social-chip.is-selected[b-eba485mc3y] {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
}

.landing-page-editor-social-list[b-eba485mc3y] {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
}

.landing-page-editor-social-row[b-eba485mc3y] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.9rem;
    align-items: end;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    border: 1px solid #dbe3ef;
    background: #fbfcff;
}

.landing-page-editor-social-row-icon[b-eba485mc3y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #eef4ff;
    color: #2563eb;
    font-size: 1.2rem;
}

.landing-page-editor-social-row-input[b-eba485mc3y] {
    min-width: 0;
}

.landing-page-editor-social-remove[b-eba485mc3y] {
    align-self: center;
}

.landing-page-editor-empty[b-eba485mc3y] {
    padding: 18px;
    border-radius: 16px;
    border: 1px dashed #dbe3ef;
    background: #f8fbff;
    color: #5c6982;
}

.landing-page-editor-link-card[b-eba485mc3y] {
    padding: 18px;
    margin-top: 14px;
    border-radius: 16px;
    border: 1px solid #dbe3ef;
    background: #fbfcff;
}

.landing-page-editor-actions[b-eba485mc3y] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 180px));
    gap: 12px;
    margin-top: 12px;
}

.landing-page-editor-actions :is(.btn, a.btn)[b-eba485mc3y] {
    width: 100%;
}

@media (max-width: 991.98px) {
    .landing-page-editor-layout-grid[b-eba485mc3y] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .landing-page-editor-section-heading[b-eba485mc3y],
    .landing-page-editor-label-row[b-eba485mc3y],
    .landing-page-editor-social-row[b-eba485mc3y],
    .landing-page-editor-actions[b-eba485mc3y] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .landing-page-editor-actions[b-eba485mc3y] {
        margin-top: 12px;
    }

    .landing-page-editor-color-input[b-eba485mc3y] {
        grid-template-columns: 1fr;
    }

    .landing-page-editor-social-row-icon[b-eba485mc3y] {
        width: 40px;
        height: 40px;
    }
}
/* /Components/Pages/ProAccountQRCodes.razor.rz.scp.css */
.pro-account-qr-grid[b-obmhaqnz5f] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pro-account-qr-card[b-obmhaqnz5f] {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #dbe3ef;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.pro-account-qr-label[b-obmhaqnz5f] {
    display: inline-flex;
    margin-bottom: 12px;
    color: #4d6aa8;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pro-account-qr-card h2[b-obmhaqnz5f] {
    margin: 0 0 10px;
    color: #172033;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.08;
}

.pro-account-qr-copy[b-obmhaqnz5f] {
    margin: 0;
    color: #4c5870;
    line-height: 1.7;
}

.pro-account-qr-frame[b-obmhaqnz5f] {
    display: grid;
    place-items: center;
    min-height: 250px;
    margin-top: 18px;
    padding: 20px;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px dashed #c8d7ef;
}

.pro-account-qr-frame :deep(svg)[b-obmhaqnz5f] {
    width: 100%;
    max-width: 240px;
    height: auto;
    display: block;
}

.pro-account-qr-actions[b-obmhaqnz5f] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.pro-account-qr-library[b-obmhaqnz5f] {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.pro-account-qr-library-header h2[b-obmhaqnz5f],
.pro-account-qr-card h3[b-obmhaqnz5f] {
    margin: 0 0 10px;
    color: #172033;
}

.pro-account-qr-library-header h2[b-obmhaqnz5f] {
    font-size: clamp(1.6rem, 2.3vw, 2.1rem);
    line-height: 1.08;
}

.pro-account-qr-card h3[b-obmhaqnz5f] {
    font-size: 1.2rem;
    line-height: 1.2;
}

.pro-account-qr-library-grid[b-obmhaqnz5f] {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 18px;
}

.pro-account-qr-form[b-obmhaqnz5f],
.pro-account-qr-saved-list[b-obmhaqnz5f],
.pro-account-qr-field[b-obmhaqnz5f] {
    display: grid;
    gap: 14px;
}

.pro-account-qr-field label[b-obmhaqnz5f] {
    color: #172033;
    font-weight: 700;
}

.pro-account-qr-saved-item[b-obmhaqnz5f] {
    display: grid;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid #e4ebf4;
}

.pro-account-qr-saved-item:first-child[b-obmhaqnz5f] {
    padding-top: 0;
    border-top: none;
}

.pro-account-qr-saved-copy[b-obmhaqnz5f] {
    display: grid;
    gap: 6px;
}

.pro-account-qr-saved-copy strong[b-obmhaqnz5f] {
    color: #172033;
}

.pro-account-qr-saved-copy span[b-obmhaqnz5f],
.pro-account-qr-saved-copy a[b-obmhaqnz5f] {
    color: #4c5870;
    word-break: break-word;
}

.pro-account-qr-saved-copy a[b-obmhaqnz5f] {
    color: #0354f7;
}

.pro-account-qr-delete-btn[b-obmhaqnz5f] {
    color: #b42318;
    border-color: #f0c2bf;
}

.pro-account-qr-status[b-obmhaqnz5f] {
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #b6e3cb;
    background: #eefbf3;
    color: #136a3d;
    font-size: 0.96rem;
}

@media (max-width: 900px) {
    .pro-account-qr-grid[b-obmhaqnz5f] {
        grid-template-columns: 1fr;
    }

    .pro-account-qr-library-grid[b-obmhaqnz5f] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .pro-account-qr-card[b-obmhaqnz5f] {
        padding: 20px;
    }

    .pro-account-qr-actions[b-obmhaqnz5f] {
        flex-direction: column;
    }
}
/* /Components/Pages/ProAccountWorkspace.razor.rz.scp.css */
.pro-account-workspace-page[b-kufxiwj82w] {
    padding: 40px 0 72px;
    background: linear-gradient(180deg, #f7f9fd 0%, #eef4fb 100%);
}

.pro-account-workspace-wrap[b-kufxiwj82w] {
    width: min(calc(100% - 32px), 1360px);
    margin: 0 auto;
}

.pro-account-auth-card[b-kufxiwj82w] {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px;
    border: 1px solid #dbe3ef;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.pro-account-auth-header[b-kufxiwj82w] {
    margin-bottom: 28px;
}

.pro-account-auth-kicker[b-kufxiwj82w] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #213f7d;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pro-account-auth-rule[b-kufxiwj82w] {
    width: 52px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
}

.pro-account-auth-header h1[b-kufxiwj82w] {
    margin: 0 0 12px;
    color: #172033;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.pro-account-auth-lead[b-kufxiwj82w],
.pro-account-auth-help[b-kufxiwj82w] {
    color: #4c5870;
    font-size: 1rem;
    line-height: 1.65;
}

.pro-account-auth-form[b-kufxiwj82w] {
    display: grid;
    gap: 18px;
}

.pro-account-auth-field[b-kufxiwj82w] {
    display: grid;
    gap: 8px;
}

.pro-account-auth-label[b-kufxiwj82w] {
    color: #172033;
    font-size: 0.95rem;
    font-weight: 700;
}

[b-kufxiwj82w] .pro-account-auth-input {
    width: 100%;
    min-height: 52px;
    padding: 0.9rem 1rem;
    border: 1px solid #cfd8e6;
    border-radius: 12px;
    background: #ffffff;
    color: #172033;
    font-size: 1rem;
}

[b-kufxiwj82w] .pro-account-auth-input:focus {
    outline: none;
    border-color: #0354f7;
    box-shadow: 0 0 0 3px rgba(3, 84, 247, 0.1);
}

.pro-account-auth-alert[b-kufxiwj82w],
.pro-account-workspace-notice[b-kufxiwj82w] {
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #f3c7c2;
    background: #fff4f2;
    color: #912018;
    font-size: 0.96rem;
}

.pro-account-auth-alert-success[b-kufxiwj82w],
.pro-account-workspace-notice-success[b-kufxiwj82w] {
    border-color: #b6e3cb;
    background: #eefbf3;
    color: #136a3d;
}

.pro-account-auth-actions[b-kufxiwj82w] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pro-account-auth-verify[b-kufxiwj82w] {
    padding-top: 8px;
    border-top: 1px solid #e4ebf4;
}

.pro-account-auth-btn[b-kufxiwj82w],
[b-kufxiwj82w] .pro-workspace-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.15rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.98rem;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.pro-account-auth-btn:hover[b-kufxiwj82w],
[b-kufxiwj82w] .pro-workspace-btn:hover {
    transform: translateY(-1px);
}

.pro-account-auth-btn-primary[b-kufxiwj82w],
[b-kufxiwj82w] .pro-workspace-btn-primary {
    background: linear-gradient(135deg, #0354f7 0%, #213f7d 100%);
    color: #ffffff;
}

.pro-account-auth-btn-secondary[b-kufxiwj82w],
[b-kufxiwj82w] .pro-workspace-btn-secondary {
    background: #ffffff;
    color: #213f7d;
    border-color: #dbe3ef;
}

.pro-account-workspace-shell[b-kufxiwj82w] {
    position: relative;
}

.pro-account-mobile-toggle[b-kufxiwj82w] {
    display: none;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    margin-bottom: 16px;
    padding: 0.75rem 0.9rem;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    background: #ffffff;
    color: #172033;
    font-weight: 700;
}

.pro-account-workspace-layout[b-kufxiwj82w] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.pro-account-sidebar[b-kufxiwj82w] {
    position: sticky;
    top: 98px;
    width: 268px;
    padding: 18px 16px;
    border: 1px solid #dbe3ef;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    transition: width 0.2s ease, transform 0.2s ease;
    z-index: 20;
}

.pro-account-sidebar.is-collapsed[b-kufxiwj82w] {
    width: 88px;
}

.pro-account-sidebar-header[b-kufxiwj82w] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 10px;
}

.pro-account-sidebar-toggle[b-kufxiwj82w],
.pro-account-sidebar-close[b-kufxiwj82w] {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    background: #ffffff;
    color: #172033;
}

.pro-account-sidebar-close[b-kufxiwj82w] {
    display: none;
}

.pro-account-sidebar-nav[b-kufxiwj82w] {
    display: grid;
    gap: 8px;
}

.pro-account-sidebar-link[b-kufxiwj82w],
.pro-account-sidebar-footer-link[b-kufxiwj82w] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    color: #41516f;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.pro-account-sidebar-link:hover[b-kufxiwj82w],
.pro-account-sidebar-footer-link:hover[b-kufxiwj82w] {
    background: #f5f8ff;
    color: #172033;
}

.pro-account-sidebar-link.is-active[b-kufxiwj82w] {
    background: #edf3ff;
    color: #0f4dd8;
}

.pro-account-sidebar-footer[b-kufxiwj82w] {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e5ecf6;
}

.pro-account-sidebar.is-collapsed .pro-account-sidebar-link-label[b-kufxiwj82w],
.pro-account-sidebar.is-collapsed .pro-account-sidebar-footer-link span[b-kufxiwj82w] {
    display: none;
}

.pro-account-sidebar.is-collapsed .pro-account-sidebar-header[b-kufxiwj82w],
.pro-account-sidebar.is-collapsed .pro-account-sidebar-link[b-kufxiwj82w],
.pro-account-sidebar.is-collapsed .pro-account-sidebar-footer-link[b-kufxiwj82w] {
    justify-content: center;
}

.pro-account-workspace-main[b-kufxiwj82w] {
    min-width: 0;
    display: grid;
    gap: 18px;
}

.pro-account-workspace-header[b-kufxiwj82w] {
    padding: 28px;
    border-radius: 7px 7px 0 0;
    background: linear-gradient(135deg, #ffffff 0%, #f7f9fd 100%);
    border: 1px solid #dbe3ef;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.pro-account-workspace-kicker[b-kufxiwj82w] {
    margin: 0 0 10px;
    color: #4d6aa8;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pro-account-workspace-header h1[b-kufxiwj82w] {
    margin: 0 0 10px;
    color: #172033;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.pro-account-workspace-description[b-kufxiwj82w] {
    margin: 0;
    max-width: 760px;
    color: #4c5870;
    font-size: 1rem;
    line-height: 1.7;
}

.pro-account-sidebar-scrim[b-kufxiwj82w] {
    display: none;
}

.pro-account-wait-overlay[b-kufxiwj82w] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(4px);
}

.pro-account-wait-dialog[b-kufxiwj82w] {
    width: min(100%, 420px);
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 28px 24px;
    border: 1px solid #dbe3ef;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
    text-align: center;
    border-left: 6px solid #0354f7;
}

.pro-account-wait-dialog h2[b-kufxiwj82w] {
    margin: 0;
    color: #172033;
    font-size: 2.0rem;
    font-weight: 600;

}

.pro-account-wait-dialog p[b-kufxiwj82w] {
    margin: 0;
    color: #4c5870;
    line-height: 1.65;
}

@media (max-width: 1080px) {
    .pro-account-workspace-wrap[b-kufxiwj82w] {
        width: min(calc(100% - 24px), 1360px);
    }
}

@media (max-width: 960px) {
    .pro-account-mobile-toggle[b-kufxiwj82w] {
        display: inline-flex;
    }

    .pro-account-workspace-layout[b-kufxiwj82w] {
        grid-template-columns: 1fr;
    }

    .pro-account-sidebar[b-kufxiwj82w] {
        position: fixed;
        top: 77px;
        left: 0;
        bottom: 0;
        height: calc(100dvh - 77px);
        width: min(86vw, 320px);
        border-radius: 0 0 22px 0;
        transform: translateX(-110%);
        overflow-y: auto;
        z-index: 1010;
    }

    .pro-account-sidebar.is-open[b-kufxiwj82w] {
        transform: translateX(0);
    }

    .pro-account-sidebar.is-collapsed[b-kufxiwj82w] {
        width: min(86vw, 320px);
    }

    .pro-account-sidebar.is-collapsed .pro-account-sidebar-link-label[b-kufxiwj82w],
    .pro-account-sidebar.is-collapsed .pro-account-sidebar-footer-link span[b-kufxiwj82w] {
        display: initial;
    }

    .pro-account-sidebar.is-collapsed .pro-account-sidebar-header[b-kufxiwj82w],
    .pro-account-sidebar.is-collapsed .pro-account-sidebar-link[b-kufxiwj82w],
    .pro-account-sidebar.is-collapsed .pro-account-sidebar-footer-link[b-kufxiwj82w] {
        justify-content: flex-start;
    }

    .pro-account-sidebar-toggle[b-kufxiwj82w] {
        display: none;
    }

    .pro-account-sidebar-close[b-kufxiwj82w] {
        display: inline-flex;
    }

    .pro-account-sidebar-scrim[b-kufxiwj82w] {
        position: fixed;
        top: 77px;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        border: none;
        background: rgba(15, 23, 42, 0.45);
        z-index: 1005;
    }
}

@media (max-width: 640px) {
    .pro-account-workspace-page[b-kufxiwj82w] {
        padding: 24px 0 48px;
    }

    .pro-account-auth-card[b-kufxiwj82w],
    .pro-account-workspace-header[b-kufxiwj82w] {
        padding: 22px;
    }

    .pro-account-auth-actions[b-kufxiwj82w] {
        flex-direction: column;
    }

    .pro-account-auth-btn[b-kufxiwj82w],
    [b-kufxiwj82w] .pro-workspace-btn {
        width: 100%;
    }
}
/* /Components/Shared/DisclaimerNotice.razor.rz.scp.css */
