/* /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-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/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-glnu4nwkcb] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid var(--solution-gray-300);
    border-radius: .375rem;
    /* Use a dark icon and light background so it's visible on white header */
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.65%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem var(--solution-gray-100);
    z-index: 1000;
}

    .navbar-toggler:hover[b-glnu4nwkcb] {
        background-color: var(--solution-gray-200);
    }

    .navbar-toggler:focus-visible[b-glnu4nwkcb] {
        outline: 2px solid var(--solution-blue);
        outline-offset: 2px;
    }

    .navbar-toggler:checked[b-glnu4nwkcb] {
        background-color: var(--solution-blue-light);
        border-color: var(--solution-blue);
    }

.top-row[b-glnu4nwkcb] {
    height: 3.5rem;
    border-bottom: 1px solid #d6d5d5;
}



.navbar-brand[b-glnu4nwkcb] {
    font-size: 1.1rem;
}

    .navbar-brand img[b-glnu4nwkcb] {
        height: 38px;
        margin-top: -3px !important;
    }

.bi[b-glnu4nwkcb] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-glnu4nwkcb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-glnu4nwkcb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-glnu4nwkcb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-glnu4nwkcb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-glnu4nwkcb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-glnu4nwkcb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-glnu4nwkcb]  .nav-link {
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        background-color: var(--solution-blue-light);
        color: var(--solution-gray-dark);
    }

    .nav-item[b-glnu4nwkcb]  a.active {
        background-color: var(--solution-blue);
        color: #fff;
    }

    .nav-item[b-glnu4nwkcb]  .nav-link:hover {
        background-color: var(--solution-blue);
        color: #fff;
    }

.nav-scrollable[b-glnu4nwkcb] {
    display: none;
    overflow-x: hidden !important; /* hide horizontal scrollbar */
}

.nav-card[b-glnu4nwkcb] {
    margin: 0.25rem 0.5rem;

}

    .nav-card[b-glnu4nwkcb]  .nav-link-custom {
        border: none;
        border-radius: 4px;
        min-height: 3rem;
        padding: 0.6rem 0.75rem;
        display: flex;
        align-items: center;
        text-decoration: none;
        background-color: var(--solution-blue-light, #ecf0f8);
        color: var(--solution-gray-dark, #343a40);
        border-right: 8px solid var(--solution-blue-bright, #0354f7);
        
    }

        .nav-card[b-glnu4nwkcb]  .nav-link-custom.active,
        .nav-card[b-glnu4nwkcb]  .nav-link-custom:hover {
            background-color: #d4e2fd;
            /*color: #fff;*/
        }

.navbar-toggler:checked ~ .nav-scrollable[b-glnu4nwkcb] {
    display: block;
}

/* Collapsed nav state */
.flex-column.collapsed[b-glnu4nwkcb] {
    width: 4rem;
}

    .flex-column.collapsed[b-glnu4nwkcb]  .nav-link-custom {
        justify-content: center;
    }

    .flex-column.collapsed .nav-label[b-glnu4nwkcb] {
        display: none;
    }

    /* Ensure nav cards are 78% of full width when collapsed */
    .flex-column.collapsed .nav-card[b-glnu4nwkcb] {
        width: 78% !important;
    }

/* Toggle button styling at bottom */
.nav-toggle[b-glnu4nwkcb] {
    margin-top: auto;
}

.toggle-button[b-glnu4nwkcb] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    height: 3rem;
    background-color: var(--solution-blue-light);
    border: none;
    border-radius: 4px;
    color: var(--solution-gray-dark);
    cursor: pointer;
}

    .toggle-button:hover[b-glnu4nwkcb] {
        background-color: var(--solution-blue);
        color: #fff;
    }

/* Brand icon alignment/sizing when collapsed */
.brand-icon[b-glnu4nwkcb] {
    color: var(--solution-blue);
    line-height: 38px; /* match logo height */
}

@media (min-width: 641px) {
    .navbar-toggler[b-glnu4nwkcb] {
        display: none;
    }

    .nav-scrollable[b-glnu4nwkcb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden; /* hide horizontal scrollbar */
    }
}
/* /Components/Layout/ProAccountLayout.razor.rz.scp.css */
.page[b-ia3x3dfqj0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ia3x3dfqj0] {
    flex: 1;
}

.top-row[b-ia3x3dfqj0] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.top-row[b-ia3x3dfqj0]  a,
.top-row[b-ia3x3dfqj0]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-ia3x3dfqj0]  a:hover,
.top-row[b-ia3x3dfqj0]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-ia3x3dfqj0]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-ia3x3dfqj0] {
        justify-content: space-between;
    }

    .top-row[b-ia3x3dfqj0]  a,
    .top-row[b-ia3x3dfqj0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ia3x3dfqj0] {
        flex-direction: row;
    }

    .sidebar[b-ia3x3dfqj0] {
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar.collapsed[b-ia3x3dfqj0] {
        width: 4rem;
    }

    .top-row[b-ia3x3dfqj0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ia3x3dfqj0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ia3x3dfqj0],
    article[b-ia3x3dfqj0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ia3x3dfqj0] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ia3x3dfqj0] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ProAccountNavMenu.razor.rz.scp.css */
.navbar-toggler[b-9dj1qsdaty] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid var(--solution-gray-300);
    border-radius: .375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.65%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem var(--solution-gray-100);
    z-index: 1000;
}

    .navbar-toggler:hover[b-9dj1qsdaty] {
        background-color: var(--solution-gray-200);
    }

    .navbar-toggler:focus-visible[b-9dj1qsdaty] {
        outline: 2px solid var(--solution-blue);
        outline-offset: 2px;
    }

    .navbar-toggler:checked[b-9dj1qsdaty] {
        background-color: var(--solution-blue-light);
        border-color: var(--solution-blue);
    }

.top-row[b-9dj1qsdaty] {
    height: 3.5rem;
    border-bottom: 1px solid #d6d5d5;
}

.navbar-brand[b-9dj1qsdaty] {
    font-size: 1.1rem;
}

    .navbar-brand img[b-9dj1qsdaty] {
        height: 38px;
        margin-top: -3px !important;
    }

.bi[b-9dj1qsdaty] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9dj1qsdaty] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-9dj1qsdaty] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-9dj1qsdaty] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-9dj1qsdaty] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9dj1qsdaty] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9dj1qsdaty] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9dj1qsdaty]  .nav-link {
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        background-color: var(--solution-blue-light);
        color: var(--solution-gray-dark);
    }

    .nav-item[b-9dj1qsdaty]  a.active {
        background-color: var(--solution-blue);
        color: #fff;
    }

    .nav-item[b-9dj1qsdaty]  .nav-link:hover {
        background-color: var(--solution-blue);
        color: #fff;
    }

.nav-scrollable[b-9dj1qsdaty] {
    display: none;
    overflow-x: hidden !important;
}

.nav-card[b-9dj1qsdaty] {
    margin: 0.25rem 0.5rem;
}

    .nav-card[b-9dj1qsdaty]  .nav-link-custom {
        border: none;
        border-radius: 4px;
        min-height: 3rem;
        padding: 0.6rem 0.75rem;
        display: flex;
        align-items: center;
        text-decoration: none;
        background-color: var(--solution-blue-light, #ecf0f8);
        color: var(--solution-gray-dark, #343a40);
        border-right: 8px solid var(--solution-blue-bright, #0354f7);
    }

        .nav-card[b-9dj1qsdaty]  .nav-link-custom.active,
        .nav-card[b-9dj1qsdaty]  .nav-link-custom:hover {
            background-color: #d4e2fd;
        }

.navbar-toggler:checked ~ .nav-scrollable[b-9dj1qsdaty] {
    display: block;
}

.flex-column.collapsed[b-9dj1qsdaty] {
    width: 4rem;
}

    .flex-column.collapsed[b-9dj1qsdaty]  .nav-link-custom {
        justify-content: center;
    }

    .flex-column.collapsed .nav-label[b-9dj1qsdaty] {
        display: none;
    }

    .flex-column.collapsed .nav-card[b-9dj1qsdaty] {
        width: 78% !important;
    }

.nav-toggle[b-9dj1qsdaty] {
    margin-top: auto;
}

.toggle-button[b-9dj1qsdaty] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    height: 3rem;
    background-color: var(--solution-blue-light);
    border: none;
    border-radius: 4px;
    color: var(--solution-gray-dark);
    cursor: pointer;
}

    .toggle-button:hover[b-9dj1qsdaty] {
        background-color: var(--solution-blue);
        color: #fff;
    }

.brand-icon[b-9dj1qsdaty] {
    color: var(--solution-blue);
    line-height: 38px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9dj1qsdaty] {
        display: none;
    }

    .nav-scrollable[b-9dj1qsdaty] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
    }
}
/* /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/Layout/TeamMemberLayout.razor.rz.scp.css */
.page[b-14rmtgo2kw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-14rmtgo2kw] {
    flex: 1;
}



.top-row[b-14rmtgo2kw] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.top-row[b-14rmtgo2kw]  a, .top-row[b-14rmtgo2kw]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-14rmtgo2kw]  a:hover, .top-row[b-14rmtgo2kw]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-14rmtgo2kw]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-14rmtgo2kw] {
        justify-content: space-between;
    }

    .top-row[b-14rmtgo2kw]  a, .top-row[b-14rmtgo2kw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-14rmtgo2kw] {
        flex-direction: row;
    }

    .sidebar[b-14rmtgo2kw] {
        
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .sidebar.collapsed[b-14rmtgo2kw] {
        width: 4rem;
    }

    .top-row[b-14rmtgo2kw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-14rmtgo2kw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-14rmtgo2kw], article[b-14rmtgo2kw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-14rmtgo2kw] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-14rmtgo2kw] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Pages/Card/CardCheckout.razor.rz.scp.css */
/* ── Page Heading ─────────────────────────────────────────── */

.checkout-heading[b-ieg37pz9cp] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #172033;
}

/* ── Order Summary Panel ──────────────────────────────────── */

.checkout-panel[b-ieg37pz9cp] {
    background: #f9fafb;
    border: 1px solid #e6e8ef;
    border-radius: 16px;
    padding: 2rem;
}

.checkout-panel-title[b-ieg37pz9cp] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #172033;
}

/* ── Order Lines ─────────────────────────────────────────── */

.order-line[b-ieg37pz9cp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 0;
    font-size: 1rem;
    color: #344054;
}

.order-line-label[b-ieg37pz9cp] {
    font-weight: 400;
}

.order-line-value[b-ieg37pz9cp] {
    font-weight: 500;
}

.order-line-discount .order-line-label[b-ieg37pz9cp],
.order-line-discount .order-line-value[b-ieg37pz9cp] {
    color: #17a34a;
}

.order-divider[b-ieg37pz9cp] {
    border-color: #e6e8ef;
    margin: 0.75rem 0;
}

.order-line-total .order-line-label[b-ieg37pz9cp],
.order-line-total .order-line-value[b-ieg37pz9cp] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #172033;
}

/* ── Checkout Button ─────────────────────────────────────── */

.btn-checkout[b-ieg37pz9cp] {
    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-ieg37pz9cp] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.btn-checkout:disabled[b-ieg37pz9cp] {
    opacity: 0.65;
}

/* ── Disclaimer ──────────────────────────────────────────── */

.checkout-disclaimer[b-ieg37pz9cp] {
    font-size: 0.8rem;
    color: #667085;
    text-align: center;
    margin-bottom: 0;
}


/* ── Checkout Panel Header ───────────────────────────────── */

.checkout-panel-subtitle[b-ieg37pz9cp] {
    font-size: 0.95rem;
    color: #667085;
}

/* ── Checkout Meta ───────────────────────────────────────── */

.checkout-meta[b-ieg37pz9cp] {
    background: #ffffff;
    border: 1px solid #e6e8ef;
    border-radius: 12px;
    padding: 1rem 1rem 0.85rem 1rem;
}

.checkout-meta-row[b-ieg37pz9cp] {
    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-ieg37pz9cp] {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.checkout-meta-label[b-ieg37pz9cp] {
    font-size: 0.9rem;
    color: #667085;
    font-weight: 600;
}

.checkout-meta-value[b-ieg37pz9cp] {
    font-size: 0.95rem;
    color: #172033;
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}

/* ── Checkout Info ───────────────────────────────────────── */

.checkout-info[b-ieg37pz9cp] {
    background: #ffffff;
    border: 1px solid #e6e8ef;
    border-radius: 12px;
    padding: 1rem 1rem 0.85rem 1rem;
}

.checkout-info-title[b-ieg37pz9cp] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #172033;
    margin-bottom: 0.65rem;
}

.checkout-info-list[b-ieg37pz9cp] {
    margin: 0;
    padding-left: 1.15rem;
    color: #475467;
    font-size: 0.92rem;
}

    .checkout-info-list li + li[b-ieg37pz9cp] {
        margin-top: 0.4rem;
    }

/* ── Checkout Confirmation ──────────────────────────────── */

.checkout-confirm[b-ieg37pz9cp] {
    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-ieg37pz9cp] {
        margin-left: 0;
        margin-top: 0.2rem;
        margin-right: 0;
    }

    .checkout-confirm .form-check-label[b-ieg37pz9cp] {
        color: #344054;
        font-size: 0.93rem;
        line-height: 1.45;
        margin-bottom: 0;
    }

/* ── Responsive ─────────────────────────────────────────── */

@media (max-width: 575.98px) {
    .checkout-meta-row[b-ieg37pz9cp] {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkout-meta-value[b-ieg37pz9cp] {
        text-align: left;
    }
}
/* /Components/Pages/Card/CardEdit.razor.rz.scp.css */
/* ── Step Indicator ─────────────────────────────────────── */

.step-indicator[b-car008o3gw] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
}

.step-item[b-car008o3gw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    min-width: 70px;
}

.step-circle[b-car008o3gw] {
    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-car008o3gw] {
    border-color: #0066cc;
    background: #0066cc;
    color: #ffffff;
}

.step-item.completed .step-circle[b-car008o3gw] {
    border-color: #17a34a;
    background: #17a34a;
    color: #ffffff;
}

.step-label[b-car008o3gw] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #667085;
    text-align: center;
    white-space: nowrap;
}

.step-item.active .step-label[b-car008o3gw] {
    color: #0066cc;
    font-weight: 700;
}

.step-item.completed .step-label[b-car008o3gw] {
    color: #17a34a;
}

.step-connector[b-car008o3gw] {
    flex: 1;
    height: 2px;
    background: #d0d5dd;
    margin-bottom: 1.3rem;
    min-width: 20px;
    max-width: 80px;
    transition: background 0.2s;
}

.step-connector.completed[b-car008o3gw] {
    background: #17a34a;
}

/* ── Step Badge (inside form card title) ─────────────────── */

.step-badge[b-car008o3gw] {
    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-car008o3gw] {
    position: sticky;
    top: 1.5rem;
}

.letter-spacing-wide[b-car008o3gw] {
    letter-spacing: 0.08em;
}

.help-modal[b-car008o3gw] {
    display: none;
}

.help-modal--visible[b-car008o3gw] {
    display: block;
}

.page-heading[b-car008o3gw] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.plan-chip-row[b-car008o3gw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.plan-chip[b-car008o3gw] {
    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-car008o3gw] {
    background: #fff3cd;
    color: #7a5a00;
}

.plan-chip-pro[b-car008o3gw] {
    background: rgba(0, 102, 204, 0.12);
    color: #0051a3;
}

.plan-change-link[b-car008o3gw] {
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.plan-change-link:hover[b-car008o3gw] {
    text-decoration: underline;
}

.free-plan-notice[b-car008o3gw],
.pro-plan-notice[b-car008o3gw] {
    border-radius: 0.9rem;
}

.template-selection-panel[b-car008o3gw] {
    border-radius: 1rem;
}

.template-option-grid[b-car008o3gw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.template-option[b-car008o3gw] {
    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-car008o3gw] {
    transform: translateY(-1px);
}

.template-option input[b-car008o3gw] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.template-option.selected[b-car008o3gw] {
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.12);
}

.template-option-art[b-car008o3gw] {
    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-car008o3gw] {
    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-car008o3gw] {
    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-car008o3gw] {
    bottom: 0.6rem;
}

.template-option-header[b-car008o3gw] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.template-option-title[b-car008o3gw] {
    font-weight: 700;
    color: #172033;
}

.template-option-platform[b-car008o3gw] {
    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-car008o3gw] {
    color: #667085;
    font-size: 0.86rem;
    line-height: 1.45;
}

.template-option-kicker[b-car008o3gw] {
    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-car008o3gw] {
    background: linear-gradient(145deg, var(--template-option-bg, #6c43a9) 0%, #2b214f 100%);
}

.template-option--creative .template-option-art-mark[b-car008o3gw] {
    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-car008o3gw] {
    border-radius: 1rem;
    border: 1px solid #dbe3ef;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 1rem;
}

.template-insight-panel__header[b-car008o3gw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.template-insight-badge[b-car008o3gw] {
    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-car008o3gw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 0.75rem;
}

.template-insight-chip[b-car008o3gw] {
    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-car008o3gw] {
    color: #667085;
    font-size: 0.82rem;
    line-height: 1.5;
}

/* ── Brand Fetch Step ───────────────────────────────────── */

.brand-fetch-section[b-car008o3gw] {
    margin-top: 1.5rem;
}

.brand-fetch-options[b-car008o3gw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
}

.brand-fetch-option[b-car008o3gw] {
    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-car008o3gw] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.brand-fetch-option.selected[b-car008o3gw] {
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
}

.brand-fetch-logo-image[b-car008o3gw] {
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
}

.brand-fetch-option-label[b-car008o3gw] {
    font-size: 0.75rem;
    color: #667085;
}

.brand-fetch-color-swatch[b-car008o3gw] {
    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-car008o3gw] {
        position: static;
    }
}
/* /Components/Pages/Card/CardPlan.razor.rz.scp.css */
.card-plan-page[b-2zcz0dfaij] {
    padding: 3rem 0 4rem;
}

.card-plan-shell[b-2zcz0dfaij] {
    display: grid;
    gap: 2rem;
}

.card-plan-hero[b-2zcz0dfaij] {
    max-width: 820px;
    display: grid;
    gap: 1rem;
}

.card-plan-kicker[b-2zcz0dfaij] {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0051a3;
}

.card-plan-hero h1[b-2zcz0dfaij] {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
}

.card-plan-lead[b-2zcz0dfaij] {
    margin: 0;
    max-width: 720px;
    font-size: 1.05rem;
    color: #5b6575;
}

.card-plan-grid[b-2zcz0dfaij] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.card-plan-card[b-2zcz0dfaij] {
    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-2zcz0dfaij] {
    border: 1px solid rgba(183, 143, 0, 0.28);
}

.card-plan-card-pro[b-2zcz0dfaij] {
    border: 1px solid rgba(0, 102, 204, 0.2);
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.card-plan-card-head[b-2zcz0dfaij] {
    display: grid;
    gap: 0.75rem;
}

.card-plan-card-head h2[b-2zcz0dfaij] {
    margin: 0;
    font-size: 1.6rem;
}

.card-plan-badge[b-2zcz0dfaij] {
    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-2zcz0dfaij] {
    background: #fff3cd;
    color: #7a5a00;
}

.card-plan-badge-pro[b-2zcz0dfaij] {
    background: rgba(0, 102, 204, 0.14);
    color: #0051a3;
}

.card-plan-copy[b-2zcz0dfaij] {
    margin: 0;
    color: #5b6575;
}

.card-plan-notice[b-2zcz0dfaij] {
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    background: #fff8e1;
    color: #6f5500;
    border: 1px solid rgba(183, 143, 0, 0.22);
}

.card-plan-list[b-2zcz0dfaij] {
    margin: 0;
    padding-left: 1.2rem;
    color: #1f2937;
    display: grid;
    gap: 0.75rem;
   
}
.card-plan-list-wrapper[b-2zcz0dfaij] {
    min-height: 188px;
}

.cta-button-same-height[b-2zcz0dfaij]{
    height: 52px;
}

@media (max-width: 991px) {
    .card-plan-grid[b-2zcz0dfaij] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Card/CardSuccess.razor.rz.scp.css */
/* CardSuccess component-specific styles */

.success-icon[b-kjmbhth9m8] {
    display: flex;
    justify-content: center;
}

.wallet-options .btn[b-kjmbhth9m8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.success-status-message[b-kjmbhth9m8] {
    color: #5b6575;
    margin-bottom: 1.25rem;
}

.success-card-preview-shell[b-kjmbhth9m8] {
    max-width: 27rem;
    margin: 0 auto;
}

.wallet-delivery-panel[b-kjmbhth9m8] {
    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-kjmbhth9m8] {
    text-align: left;
}

.free-success-notice[b-kjmbhth9m8],
.pro-success-notice[b-kjmbhth9m8] {
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.success-upgrade-panel[b-kjmbhth9m8] {
    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-kjmbhth9m8] {
        max-width: 100%;
    }
}
/* /Components/Pages/Card/MyCard.razor.rz.scp.css */
.mycard-page[b-0zjbo8tvhh] {
    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-0zjbo8tvhh] {
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
}

.mycard-owner-nav[b-0zjbo8tvhh] {
    display: flex;
    justify-content: flex-start;
}

.mycard-hero-card[b-0zjbo8tvhh],
.mycard-section[b-0zjbo8tvhh] {
    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-0zjbo8tvhh] {
    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-0zjbo8tvhh] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mycard-brand-row[b-0zjbo8tvhh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.mycard-logo[b-0zjbo8tvhh] {
    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-0zjbo8tvhh] {
    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-0zjbo8tvhh] {
    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-0zjbo8tvhh],
.mycard-profile-fallback[b-0zjbo8tvhh] {
    width: 108px;
    height: 108px;
    border-radius: 24px;
}

.mycard-profile-image[b-0zjbo8tvhh] {
    object-fit: cover;
    display: block;
}

.mycard-profile-fallback[b-0zjbo8tvhh] {
    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-0zjbo8tvhh],
.mycard-section[b-0zjbo8tvhh] {
    padding: 1.5rem;
}

.mycard-kicker[b-0zjbo8tvhh] {
    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-0zjbo8tvhh] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    color: var(--mycard-title);
}

.mycard-title-company[b-0zjbo8tvhh] {
    margin-top: 0.65rem;
    color: var(--mycard-text);
    font-size: 1rem;
    font-weight: 600;
}

.mycard-lead[b-0zjbo8tvhh] {
    margin: 1.25rem 0 0.65rem;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
    color: var(--mycard-title);
}

.mycard-subtext[b-0zjbo8tvhh] {
    margin: 0;
    color: var(--mycard-description);
    line-height: 1.7;
    font-size: 1rem;
}

.mycard-actions[b-0zjbo8tvhh] {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.mycard-primary-button[b-0zjbo8tvhh],
.mycard-secondary-button[b-0zjbo8tvhh] {
    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-0zjbo8tvhh] {
    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-0zjbo8tvhh],
.mycard-primary-button:focus[b-0zjbo8tvhh] {
    background: color-mix(in srgb, var(--mycard-primary) 88%, #000);
    color: var(--mycard-button-contrast);
}

.mycard-secondary-button[b-0zjbo8tvhh] {
    background: #fff;
    border-color: rgba(15, 23, 42, 0.12);
    color: var(--mycard-text);
}

.mycard-secondary-button:hover[b-0zjbo8tvhh],
.mycard-secondary-button:focus[b-0zjbo8tvhh] {
    background: #f8fafc;
    color: var(--mycard-text);
}

.mycard-helper-text[b-0zjbo8tvhh] {
    margin-top: 1rem;
    color: var(--mycard-description);
    font-size: 0.95rem;
}

.mycard-contact-details[b-0zjbo8tvhh] {
    margin-top: 1rem;
    display: grid;
    gap: 0.75rem;
}

.mycard-contact-detail[b-0zjbo8tvhh] {
    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-0zjbo8tvhh] {
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.mycard-contact-detail-value[b-0zjbo8tvhh] {
    min-width: 0;
    color: var(--mycard-text);
    font-size: 0.95rem;
    font-weight: 600;
    word-break: break-word;
}

.mycard-section-heading[b-0zjbo8tvhh] {
    margin-bottom: 1rem;
}

.mycard-section-heading h2[b-0zjbo8tvhh] {
    margin: 0;
    font-size: 1.2rem;
    color: var(--mycard-title);
}

.mycard-section-heading p[b-0zjbo8tvhh] {
    margin: 0.35rem 0 0;
    color: var(--mycard-description);
}

.mycard-featured-links[b-0zjbo8tvhh] {
    display: grid;
    gap: 0.85rem;
}

.mycard-featured-link[b-0zjbo8tvhh] {
    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-0zjbo8tvhh] {
    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-0zjbo8tvhh],
.mycard-featured-link-description[b-0zjbo8tvhh],
.mycard-featured-link-url[b-0zjbo8tvhh] {
    display: block;
}

.mycard-featured-link-label[b-0zjbo8tvhh] {
    color: var(--mycard-title);
    font-weight: 700;
    font-size: 1rem;
}

.mycard-featured-link-description[b-0zjbo8tvhh] {
    margin-top: 0.25rem;
    color: var(--mycard-text);
}

.mycard-featured-link-url[b-0zjbo8tvhh] {
    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-0zjbo8tvhh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
}

.mycard-social-link[b-0zjbo8tvhh] {
    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-0zjbo8tvhh] {
    background: color-mix(in srgb, var(--mycard-secondary) 24%, #fff);
}

.mycard-status[b-0zjbo8tvhh] {
    margin-top: 1.5rem;
    color: var(--mycard-text);
}

.mycard-status-error[b-0zjbo8tvhh] {
    color: #b42318;
}

.mycard-hero-card--split[b-0zjbo8tvhh] {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.mycard-hero-card--split .mycard-hero-art[b-0zjbo8tvhh] {
    min-height: 100%;
}

.mycard-hero-card--spotlight .mycard-hero-art[b-0zjbo8tvhh] {
    min-height: 180px;
    align-items: center;
}

.mycard-hero-card--spotlight .mycard-profile-ring[b-0zjbo8tvhh] {
    align-self: center;
}

.mycard-hero-card--spotlight .mycard-hero-body[b-0zjbo8tvhh] {
    text-align: center;
}

.mycard-hero-card--spotlight .mycard-actions[b-0zjbo8tvhh],
.mycard-hero-card--spotlight .mycard-socials[b-0zjbo8tvhh] {
    justify-content: center;
}

.mycard-hero-card--minimal .mycard-hero-art[b-0zjbo8tvhh] {
    min-height: 132px;
}

.mycard-hero-card--minimal .mycard-profile-ring[b-0zjbo8tvhh] {
    padding: 0.35rem;
    border-radius: 20px;
}

.mycard-hero-card--minimal .mycard-profile-image[b-0zjbo8tvhh],
.mycard-hero-card--minimal .mycard-profile-fallback[b-0zjbo8tvhh] {
    width: 88px;
    height: 88px;
    border-radius: 18px;
}

@media (max-width: 767.98px) {
    .mycard-page[b-0zjbo8tvhh] {
        padding: 1rem 0.75rem 3rem;
    }

    .mycard-hero-card--split[b-0zjbo8tvhh] {
        grid-template-columns: 1fr;
    }

    .mycard-hero-art[b-0zjbo8tvhh] {
        min-height: 200px;
    }

    .mycard-brand-row[b-0zjbo8tvhh] {
        flex-direction: column;
        align-items: flex-start;
    }

    .mycard-contact-detail[b-0zjbo8tvhh] {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
}
/* /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 */
.app-home-wrap[b-3w5u19dgzx] {
    width: min(calc(100% - 48px), 1200px);
    margin: 0 auto;
}

.app-home-section[b-3w5u19dgzx] {
    padding: 88px 0;
}

.app-home-section-alt[b-3w5u19dgzx] {
    background: #f6f8fb;
}

.app-home-section-dark[b-3w5u19dgzx] {
    background: linear-gradient(180deg, #0f1724 0%, #162132 100%);
}

.app-home-section-heading[b-3w5u19dgzx] {
    max-width: 780px;
    margin-bottom: 40px;
}

.app-home-section-kicker[b-3w5u19dgzx],
.app-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;
}

.app-home-section-kicker-light[b-3w5u19dgzx] {
    color: #9db8ff;
}

.app-home-eyebrow-rule[b-3w5u19dgzx],
.app-home-section-kicker[b-3w5u19dgzx]::before {
    content: "";
    width: 52px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
}

.app-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;
    white-space: nowrap;
    box-shadow: none;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

    .app-home-btn:hover[b-3w5u19dgzx] {
        transform: translateY(-1px);
    }

    .app-home-btn:focus[b-3w5u19dgzx],
    .app-home-btn:focus-visible[b-3w5u19dgzx] {
        outline: none;
        box-shadow: none;
    }

.app-home-btn-primary[b-3w5u19dgzx] {
    color: #ffffff;
    background: linear-gradient(135deg, #0354f7 0%, #213f7d 100%);
}

.app-home-btn-secondary[b-3w5u19dgzx] {
    color: #213f7d;
    background: #ffffff;
    border: 1px solid #dbe3ef;
}

.app-home-btn-full[b-3w5u19dgzx] {
    width: min(300px, 100%);
}

.app-home-btn-large[b-3w5u19dgzx] {
    min-height: 58px;
    padding-inline: 1.6rem;
}

.app-home-hero[b-3w5u19dgzx] {
    padding: 56px 0 72px;
    background: radial-gradient(circle at top right, rgba(3, 84, 247, 0.10), transparent 24%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.app-home-hero-inner[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
    gap: 44px;
    align-items: start;
}

.app-home-hero-copy[b-3w5u19dgzx] {
    min-width: 0;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 8px;
}

    .app-home-hero-copy h1[b-3w5u19dgzx] {
        margin: 0 0 14px;
        max-width: 620px;
        color: #172033;
        font-size: clamp(2.7rem, 4.35vw, 4.45rem);
        line-height: 0.96;
        letter-spacing: -0.045em;
        outline: none;
        box-shadow: none;
    }

        .app-home-hero-copy h1:focus[b-3w5u19dgzx],
        .app-home-hero-copy h1:focus-visible[b-3w5u19dgzx] {
            outline: none;
            box-shadow: none;
        }

.app-home-hero-lead[b-3w5u19dgzx] {
    max-width: 560px;
    margin-bottom: 18px;
    color: #4c5870;
    font-size: 1.07rem;
    line-height: 1.52;
}

.app-home-hero-actions[b-3w5u19dgzx] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.app-home-hero-note[b-3w5u19dgzx] {
    max-width: 560px;
    margin: 20px 0 0;
    color: #4c5870;
    font-size: 0.95rem;
    line-height: 1.45;
}

    .app-home-hero-note a[b-3w5u19dgzx] {
        color: #0354f7;
        text-decoration: underline;
    }

.app-home-hero-media[b-3w5u19dgzx] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 0;
    margin-top: 12px;
}

.app-home-device-showcase[b-3w5u19dgzx] {
    margin: 0;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
}

    .app-home-device-showcase img[b-3w5u19dgzx] {
        display: block;
        width: 96%;
        height: auto;
        object-fit: contain;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }

.app-home-section-heading h2[b-3w5u19dgzx],
.app-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;
}

.app-home-section-heading p[b-3w5u19dgzx],
.app-home-benefit-card p[b-3w5u19dgzx],
.app-home-step-card p[b-3w5u19dgzx],
.app-home-pricing-card p[b-3w5u19dgzx],
.app-home-cta-band p[b-3w5u19dgzx],
.app-home-pricing-list li[b-3w5u19dgzx] {
    color: #4c5870;
    font-size: 1.02rem;
    line-height: 1.65;
}

.app-home-section-dark h2[b-3w5u19dgzx],
.app-home-section-dark h3[b-3w5u19dgzx],
.app-home-section-dark p[b-3w5u19dgzx],
.app-home-section-dark li[b-3w5u19dgzx] {
    color: #d9e2f2;
}

.app-home-benefits-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.app-home-benefit-card[b-3w5u19dgzx],
.app-home-step-card[b-3w5u19dgzx],
.app-home-pricing-card[b-3w5u19dgzx] {
    padding: 24px;
    border: 1px solid #dbe3ef;
    background: #ffffff;
}

.app-home-benefit-card[b-3w5u19dgzx] {
    border-radius: 10px;
    background: rgba(3, 84, 247, 0.035);
    border-color: rgba(33, 63, 125, 0.14);
}

    .app-home-benefit-card h3[b-3w5u19dgzx],
    .app-home-step-card h3[b-3w5u19dgzx],
    .app-home-pricing-card h3[b-3w5u19dgzx] {
        margin: 0 0 10px;
        color: #172033;
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .app-home-benefit-card h3[b-3w5u19dgzx],
    .app-home-step-card h3[b-3w5u19dgzx] {
        font-size: 1.5rem;
        line-height: 1.15;
        font-weight: 700;
        letter-spacing: -0.02em;
    }

.app-home-steps-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.app-home-step-card[b-3w5u19dgzx],
.app-home-pricing-card[b-3w5u19dgzx] {
    border-radius: 12px;
}

.app-home-step-card[b-3w5u19dgzx] {
    position: relative;
    overflow: hidden;
    min-height: 236px;
    background: #ffffff;
    border-color: #dbe3ef;
}

.app-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;
}

.app-home-step-card-content[b-3w5u19dgzx] {
    position: relative;
    z-index: 1;
    padding-top: 56px;
}

.app-home-pricing-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.app-home-pricing-card[b-3w5u19dgzx] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.app-home-pricing-card-featured[b-3w5u19dgzx] {
    border-color: rgba(3, 84, 247, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.app-home-pricing-card .app-home-pricing-list[b-3w5u19dgzx] {
    margin-bottom: 24px;
}

.app-home-pricing-card .app-home-btn[b-3w5u19dgzx] {
    margin-top: auto;
    align-self: center;
    justify-content: center;
}

.app-home-pricing-actions[b-3w5u19dgzx] {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

.app-home-pricing-actions .app-home-btn[b-3w5u19dgzx] {
    margin-top: 0;
    align-self: stretch;
}

.app-home-pricing-link[b-3w5u19dgzx] {
    color: #0354f7;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}

.app-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;
}

.app-home-pricing-subtitle[b-3w5u19dgzx] {
    margin-bottom: 20px;
}

.app-home-pricing-subtitle-spaced[b-3w5u19dgzx] {
    margin-bottom: 24px;
}

.app-home-pricing-list[b-3w5u19dgzx] {
    margin: 0;
    padding-left: 20px;
}

    .app-home-pricing-list li[b-3w5u19dgzx] {
        margin-bottom: 10px;
    }

.app-home-cta-band[b-3w5u19dgzx] {
    background: linear-gradient(135deg, #213f7d 0%, #102548 100%);
}

.app-home-cta-band-inner[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
    align-items: center;
}

.app-home-cta-band h2[b-3w5u19dgzx],
.app-home-cta-band p[b-3w5u19dgzx] {
    color: #ffffff;
}

.app-home-cta-band-copy h2[b-3w5u19dgzx],
.app-home-cta-band-copy p[b-3w5u19dgzx] {
    max-width: 680px;
}

.app-home-cta-band-lead[b-3w5u19dgzx] {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.08rem;
}

.app-home-cta-band-actions[b-3w5u19dgzx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.app-home-cta-band-note[b-3w5u19dgzx] {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1180px) {
    .app-home-hero-inner[b-3w5u19dgzx] {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .app-home-hero-copy[b-3w5u19dgzx] {
        max-width: none;
        padding-block: 0;
    }

    .app-home-hero-media[b-3w5u19dgzx] {
        align-items: center;
    }
}

@media (max-width: 1080px) {
    .app-home-pricing-grid[b-3w5u19dgzx] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .app-home-cta-band-inner[b-3w5u19dgzx] {
        grid-template-columns: 1fr;
    }

    .app-home-benefits-grid[b-3w5u19dgzx] {
        grid-template-columns: repeat(2, 1fr);
    }

    .app-home-steps-grid[b-3w5u19dgzx] {
        grid-template-columns: repeat(2, 1fr);
    }

    .app-home-step-card:first-child[b-3w5u19dgzx] {
        grid-column: span 2;
    }
}

@media (max-width: 760px) {
    .app-home-wrap[b-3w5u19dgzx] {
        width: min(calc(100% - 32px), 1200px);
    }

    .app-home-section[b-3w5u19dgzx] {
        padding: 68px 0;
    }

    .app-home-hero[b-3w5u19dgzx] {
        padding: 40px 0 56px;
    }

    .app-home-benefits-grid[b-3w5u19dgzx],
    .app-home-steps-grid[b-3w5u19dgzx] {
        grid-template-columns: 1fr;
    }

    .app-home-step-card:first-child[b-3w5u19dgzx] {
        grid-column: auto;
    }

    .app-home-hero-copy h1[b-3w5u19dgzx] {
        font-size: clamp(2.2rem, 12vw, 3.5rem);
        line-height: 1;
    }

    .app-home-hero-lead[b-3w5u19dgzx] {
        font-size: 1.08rem;
    }

    .app-home-hero-actions[b-3w5u19dgzx] {
        flex-direction: column;
        align-items: stretch;
    }

    .app-home-btn[b-3w5u19dgzx],
    .app-home-btn-full[b-3w5u19dgzx] {
        width: 100%;
    }

    .app-home-step-card[b-3w5u19dgzx] {
        min-height: auto;
    }

    .app-home-step-number[b-3w5u19dgzx] {
        top: 10px;
        left: 16px;
        font-size: clamp(4.4rem, 24vw, 6.5rem);
    }

    .app-home-step-card-content[b-3w5u19dgzx] {
        padding-top: 46px;
    }

    .app-home-step-card h3[b-3w5u19dgzx],
    .app-home-benefit-card h3[b-3w5u19dgzx] {
        font-size: 1.3rem;
    }

    .app-home-pricing-card .app-home-btn[b-3w5u19dgzx] {
        align-self: stretch;
    }

    .app-home-pricing-grid[b-3w5u19dgzx] {
        grid-template-columns: 1fr;
    }
}
/* /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/Pro/ProAccount.razor.rz.scp.css */
.pro-account-workspace-page[b-ftjnuohkoe] {
    padding: 40px 0 72px;
    background: linear-gradient(180deg, #f7f9fd 0%, #eef4fb 100%);
}

.pro-account-workspace-wrap[b-ftjnuohkoe] {
    width: min(calc(100% - 32px), 1360px);
    margin: 0 auto;
}

.pro-account-auth-card[b-ftjnuohkoe] {
    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-ftjnuohkoe] {
    margin-bottom: 28px;
}

.pro-account-auth-kicker[b-ftjnuohkoe] {
    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-ftjnuohkoe] {
    width: 52px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
}

.pro-account-auth-header h1[b-ftjnuohkoe] {
    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-ftjnuohkoe],
.pro-account-auth-help[b-ftjnuohkoe] {
    color: #4c5870;
    font-size: 1rem;
    line-height: 1.65;
}

.pro-account-auth-form[b-ftjnuohkoe] {
    display: grid;
    gap: 18px;
}

.pro-account-auth-field[b-ftjnuohkoe] {
    display: grid;
    gap: 8px;
}

.pro-account-auth-label[b-ftjnuohkoe] {
    color: #172033;
    font-size: 0.95rem;
    font-weight: 700;
}

[b-ftjnuohkoe] .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-ftjnuohkoe] .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-ftjnuohkoe] {
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #f3c7c2;
    background: #fff4f2;
    color: #912018;
    font-size: 0.96rem;
}

.pro-account-auth-actions[b-ftjnuohkoe] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pro-account-auth-verify[b-ftjnuohkoe] {
    padding-top: 8px;
    border-top: 1px solid #e4ebf4;
}

.pro-account-auth-btn[b-ftjnuohkoe] {
    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-ftjnuohkoe] {
    transform: translateY(-1px);
}

.pro-account-auth-btn-primary[b-ftjnuohkoe] {
    background: linear-gradient(135deg, #0354f7 0%, #213f7d 100%);
    color: #ffffff;
}

.pro-account-auth-btn-secondary[b-ftjnuohkoe] {
    background: #ffffff;
    color: #213f7d;
    border-color: #dbe3ef;
}

.pro-account-wait-overlay[b-ftjnuohkoe] {
    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-ftjnuohkoe] {
    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-ftjnuohkoe] {
        margin: 0;
        color: #172033;
        font-size: 2.0rem;
        font-weight: 600;
        letter-spacing: -0.02em;
    }

.pro-account-wait-dialog p[b-ftjnuohkoe] {
    margin: 0;
    color: #4c5870;
    line-height: 1.65;
}

.pro-account-dashboard[b-ftjnuohkoe] {
    display: grid;
    gap: 28px;
}

.pro-account-dashboard-section[b-ftjnuohkoe] {
    display: grid;
    gap: 14px;
}

.pro-account-dashboard-section-header[b-ftjnuohkoe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pro-account-dashboard-section-header h2[b-ftjnuohkoe] {
    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-ftjnuohkoe] {
    display: grid;
    gap: 0;
}

.pro-account-dashboard-columns[b-ftjnuohkoe],
.pro-account-dashboard-row[b-ftjnuohkoe] {
    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-ftjnuohkoe] {
    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-ftjnuohkoe] {
    padding: 20px 22px;
    border: 1px solid #cfd8e6;
    background: #ffffff;
}

.pro-account-dashboard-table--flat .pro-account-dashboard-row[b-ftjnuohkoe] {
    border-radius: 0;
}

.pro-account-dashboard-row--single[b-ftjnuohkoe] {
    border-radius: 7px;
}

.pro-account-dashboard-row--top[b-ftjnuohkoe] {
    border-radius: 7px 7px 0 0;
}

.pro-account-dashboard-row--middle[b-ftjnuohkoe] {
    border-top: none;
    border-radius: 0;
}

.pro-account-dashboard-row--bottom[b-ftjnuohkoe] {
    border-top: none;
    border-radius: 0 0 7px 7px;
}

.pro-account-dashboard-cell[b-ftjnuohkoe] {
    min-width: 0;
    color: #172033;
}

.pro-account-dashboard-cell-meta[b-ftjnuohkoe] {
    display: grid;
    gap: 4px;
}

.pro-account-dashboard-cell-secondary[b-ftjnuohkoe] {
    min-width: 0;
}

.pro-account-dashboard-cell--empty[b-ftjnuohkoe] {
    min-height: 1px;
}

.pro-account-dashboard-cell-action[b-ftjnuohkoe] {
    display: flex;
    justify-content: flex-end;
}

.pro-account-dashboard-meta-label[b-ftjnuohkoe] {
    color: #5b6780;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pro-account-dashboard-meta-value[b-ftjnuohkoe] {
    color: #172033;
}

.pro-account-dashboard-link-group[b-ftjnuohkoe] {
    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-ftjnuohkoe] {
    color: #4d6aa8;
    font-size: 1rem;
}

.pro-account-dashboard-actions[b-ftjnuohkoe] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pro-account-dashboard-action[b-ftjnuohkoe] {
    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-ftjnuohkoe] {
    color: #b42318;
}

.pro-account-dashboard-action:disabled[b-ftjnuohkoe] {
    opacity: 0.55;
    cursor: not-allowed;
}

.pro-account-dashboard-muted[b-ftjnuohkoe] {
    color: #5b6780;
}

@media (max-width: 760px) {
    .pro-account-workspace-page[b-ftjnuohkoe] {
        padding: 24px 0 48px;
    }

    .pro-account-workspace-wrap[b-ftjnuohkoe] {
        width: min(calc(100% - 24px), 1360px);
    }

    .pro-account-auth-card[b-ftjnuohkoe] {
        padding: 22px;
    }

    .pro-account-auth-actions[b-ftjnuohkoe] {
        flex-direction: column;
    }

    .pro-account-auth-btn[b-ftjnuohkoe] {
        width: 100%;
    }

    .pro-account-dashboard-section-header[b-ftjnuohkoe],
    .pro-account-dashboard-actions[b-ftjnuohkoe] {
        align-items: flex-start;
        flex-direction: column;
    }

    .pro-account-dashboard-columns[b-ftjnuohkoe] {
        display: none;
    }

    .pro-account-dashboard-row[b-ftjnuohkoe] {
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 18px;
        gap: 12px 18px;
    }

    .pro-account-dashboard-cell-link[b-ftjnuohkoe] {
        grid-column: 1 / -1;
    }

    .pro-account-dashboard-cell-meta[b-ftjnuohkoe] {
        align-content: start;
    }

    .pro-account-dashboard-cell-secondary[b-ftjnuohkoe],
    .pro-account-dashboard-cell-action[b-ftjnuohkoe] {
        padding-top: 10px;
        border-top: 1px solid #e6edf7;
    }

    .pro-account-dashboard-cell-secondary[b-ftjnuohkoe] {
        grid-column: 1 / 2;
    }

    .pro-account-dashboard-cell-action[b-ftjnuohkoe] {
        grid-column: 2 / 3;
        justify-content: flex-end;
    }

    .pro-account-dashboard-cell--empty[b-ftjnuohkoe] {
        display: none;
    }

    .pro-account-dashboard-link-group[b-ftjnuohkoe] {
        font-size: 1rem;
    }

    .pro-account-dashboard-meta-label[b-ftjnuohkoe] {
        font-size: 0.72rem;
    }

    .pro-account-dashboard-meta-value[b-ftjnuohkoe],
    .pro-account-dashboard-action[b-ftjnuohkoe] {
        font-size: 0.96rem;
    }

    .pro-account-dashboard-muted[b-ftjnuohkoe] {
        grid-column: 1 / -1;
    }
}
/* /Components/Pages/Pro/ProAccountDashboard.razor.rz.scp.css */
.pro-account-workspace-page[b-u8t58o2r2i] {
    padding: 3.5rem 0 4.5rem;
    min-height: 70vh;
}

.pro-account-workspace-wrap[b-u8t58o2r2i] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pro-account-auth-card[b-u8t58o2r2i] {
    max-width: 760px;
    margin: 0 auto;
    padding: 2rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.pro-account-dashboard[b-u8t58o2r2i] {
    display: grid;
    gap: 1rem;
}

.pro-account-dashboard-headline[b-u8t58o2r2i] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.pro-account-dashboard-kicker[b-u8t58o2r2i] {
    margin: 0;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pro-account-dashboard-headline h1[b-u8t58o2r2i] {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    line-height: 1.2;
}

.pro-account-dashboard-section[b-u8t58o2r2i] {
    display: grid;
    gap: 0.9rem;
}

.pro-account-dashboard-panel[b-u8t58o2r2i] {
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    padding: 1.5rem;
}

.pro-account-dashboard-section-header[b-u8t58o2r2i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.pro-account-dashboard-section-header h2[b-u8t58o2r2i] {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    line-height: 1.2;
}

.pro-account-dashboard-table[b-u8t58o2r2i] {
    display: grid;
    gap: 0;
}

.pro-account-dashboard-columns[b-u8t58o2r2i],
.pro-account-dashboard-row[b-u8t58o2r2i] {
    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-u8t58o2r2i] {
    padding: 0 1rem 0.65rem;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pro-account-dashboard-row[b-u8t58o2r2i] {
    padding: 1.1rem 1rem;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

.pro-account-dashboard-table--flat .pro-account-dashboard-row[b-u8t58o2r2i] {
    border-radius: 0;
}

.pro-account-dashboard-row--single[b-u8t58o2r2i] {
    border-radius: 0.85rem;
}

.pro-account-dashboard-row--top[b-u8t58o2r2i] {
    border-radius: 0.85rem 0.85rem 0 0;
}

.pro-account-dashboard-row--middle[b-u8t58o2r2i] {
    border-top: none;
    border-radius: 0;
}

.pro-account-dashboard-row--bottom[b-u8t58o2r2i] {
    border-top: none;
    border-radius: 0 0 0.85rem 0.85rem;
}

.pro-account-dashboard-cell[b-u8t58o2r2i] {
    min-width: 0;
    color: #0f172a;
}

.pro-account-dashboard-cell-meta[b-u8t58o2r2i] {
    display: grid;
    gap: 4px;
}

.pro-account-dashboard-cell-secondary[b-u8t58o2r2i] {
    min-width: 0;
}

.pro-account-dashboard-cell--empty[b-u8t58o2r2i] {
    min-height: 1px;
}

.pro-account-dashboard-cell-action[b-u8t58o2r2i] {
    display: flex;
    justify-content: flex-end;
}

.pro-account-dashboard-meta-label[b-u8t58o2r2i] {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pro-account-dashboard-meta-value[b-u8t58o2r2i] {
    color: #0f172a;
}

.pro-account-dashboard-link-group[b-u8t58o2r2i] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}

.pro-account-dashboard-link-group i[b-u8t58o2r2i] {
    color: #1d4ed8;
    font-size: 1rem;
}

.pro-account-dashboard-actions[b-u8t58o2r2i] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pro-account-dashboard-action[b-u8t58o2r2i] {
    padding: 0.55rem 1.2rem;
    border: none;
    border-radius: 999px;
    background: #1d4ed8;
    color: #ffffff;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pro-account-dashboard-action-danger[b-u8t58o2r2i] {
    background: #fee2e2;
    color: #b91c1c;
}

.pro-account-dashboard-action:disabled[b-u8t58o2r2i] {
    opacity: 0.7;
    cursor: not-allowed;
}

.pro-account-dashboard-muted[b-u8t58o2r2i] {
    color: #64748b;
}

@media (max-width: 760px) {
    .pro-account-workspace-page[b-u8t58o2r2i] {
        padding: 2rem 0 3rem;
    }

    .pro-account-auth-card[b-u8t58o2r2i] {
        padding: 1.25rem;
    }

    .pro-account-dashboard-panel[b-u8t58o2r2i] {
        padding: 1rem;
    }

    .pro-account-dashboard-section-header[b-u8t58o2r2i],
    .pro-account-dashboard-actions[b-u8t58o2r2i] {
        align-items: flex-start;
        flex-direction: column;
    }

    .pro-account-dashboard-columns[b-u8t58o2r2i] {
        display: none;
    }

    .pro-account-dashboard-row[b-u8t58o2r2i] {
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 1rem;
        gap: 12px 18px;
    }

    .pro-account-dashboard-cell-link[b-u8t58o2r2i] {
        grid-column: 1 / -1;
    }

    .pro-account-dashboard-cell-meta[b-u8t58o2r2i] {
        align-content: start;
    }

    .pro-account-dashboard-cell-secondary[b-u8t58o2r2i],
    .pro-account-dashboard-cell-action[b-u8t58o2r2i] {
        padding-top: 10px;
        border-top: 1px solid #e2e8f0;
    }

    .pro-account-dashboard-cell-secondary[b-u8t58o2r2i] {
        grid-column: 1 / 2;
    }

    .pro-account-dashboard-cell-action[b-u8t58o2r2i] {
        grid-column: 2 / 3;
        justify-content: flex-end;
    }

    .pro-account-dashboard-cell--empty[b-u8t58o2r2i] {
        display: none;
    }

    .pro-account-dashboard-link-group[b-u8t58o2r2i] {
        font-size: 1rem;
    }

    .pro-account-dashboard-meta-label[b-u8t58o2r2i] {
        font-size: 0.72rem;
    }

    .pro-account-dashboard-meta-value[b-u8t58o2r2i],
    .pro-account-dashboard-action[b-u8t58o2r2i] {
        font-size: 0.96rem;
    }

    .pro-account-dashboard-muted[b-u8t58o2r2i] {
        grid-column: 1 / -1;
    }
}
/* /Components/Pages/Pro/ProAccountLandingPage.razor.rz.scp.css */
.pro-account-landing-grid[b-voyo7tx5q2] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pro-account-landing-card[b-voyo7tx5q2] {
    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-voyo7tx5q2] {
    background: linear-gradient(135deg, #ffffff 0%, #f5f8ff 100%);
}

.pro-account-landing-label[b-voyo7tx5q2] {
    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-voyo7tx5q2],
.pro-account-landing-card h3[b-voyo7tx5q2] {
    margin: 0 0 10px;
    color: #172033;
}

.pro-account-landing-card h2[b-voyo7tx5q2] {
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    line-height: 1.08;
}

.pro-account-landing-card h3[b-voyo7tx5q2] {
    font-size: 1.2rem;
}

.pro-account-landing-copy[b-voyo7tx5q2] {
    margin: 0;
    color: #4c5870;
    line-height: 1.7;
}

.pro-account-landing-actions[b-voyo7tx5q2] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.pro-account-landing-list[b-voyo7tx5q2] {
    margin: 0;
    padding-left: 18px;
    color: #4c5870;
    line-height: 1.7;
}

.pro-account-landing-link-stack[b-voyo7tx5q2] {
    display: grid;
    gap: 12px;
}

.pro-account-landing-link-card[b-voyo7tx5q2] {
    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-voyo7tx5q2] {
    font-size: 0.98rem;
}

.pro-account-landing-link-card span[b-voyo7tx5q2] {
    color: #4c5870;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .pro-account-landing-grid[b-voyo7tx5q2] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pro-account-landing-card--hero[b-voyo7tx5q2] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .pro-account-landing-grid[b-voyo7tx5q2] {
        grid-template-columns: 1fr;
    }

    .pro-account-landing-card[b-voyo7tx5q2] {
        padding: 20px;
    }

    .pro-account-landing-actions[b-voyo7tx5q2] {
        flex-direction: column;
    }
}
/* /Components/Pages/Pro/ProAccountLandingPageEditor.razor.rz.scp.css */
.landing-page-editor-shell[b-k1lsk4tgmo] {
    display: grid;
    gap: 24px;
}

.landing-page-editor-section + .landing-page-editor-section[b-k1lsk4tgmo] {
    margin-top: 2.25rem;
    padding-top: 2.25rem;
    border-top: 1px solid #e8edf6;
}

.landing-page-editor-section-heading[b-k1lsk4tgmo] {
    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-k1lsk4tgmo] {
    margin-top: 1.75rem;
}

.landing-page-editor-label-row[b-k1lsk4tgmo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.landing-page-editor-label-row h3[b-k1lsk4tgmo] {
    margin: 0;
    color: #172033;
    font-size: 1rem;
    font-weight: 700;
}

.landing-page-editor-label-row span[b-k1lsk4tgmo] {
    color: #5c6982;
    font-size: 0.92rem;
    font-weight: 600;
}

.landing-page-editor-theme-grid[b-k1lsk4tgmo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.landing-page-editor-theme-chip[b-k1lsk4tgmo] {
    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-k1lsk4tgmo] {
    transform: translateY(-2px);
}

.landing-page-editor-theme-chip.is-selected[b-k1lsk4tgmo] {
    border-color: #172033;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18);
}

.landing-page-editor-layout-grid[b-k1lsk4tgmo] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.landing-page-editor-layout-option[b-k1lsk4tgmo] {
    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-k1lsk4tgmo] {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.landing-page-editor-layout-option.is-selected[b-k1lsk4tgmo] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.landing-page-editor-layout-preview[b-k1lsk4tgmo] {
    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-k1lsk4tgmo] {
    position: absolute;
    inset: 0 0 auto;
    height: 44px;
    background: #d7dfec;
}

.landing-page-editor-layout-preview-avatar[b-k1lsk4tgmo] {
    position: absolute;
    top: 20px;
    left: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #a3b1cf;
}

.landing-page-editor-layout-preview-title[b-k1lsk4tgmo],
.landing-page-editor-layout-preview-copy[b-k1lsk4tgmo] {
    position: absolute;
    left: 18px;
    right: 18px;
    display: block;
    border-radius: 999px;
    background: #d9e2f2;
}

.landing-page-editor-layout-preview-title[b-k1lsk4tgmo] {
    top: 76px;
    height: 14px;
    width: 62%;
}

.landing-page-editor-layout-preview-copy[b-k1lsk4tgmo] {
    top: 102px;
    height: 10px;
}

.landing-page-editor-layout-preview-copy--short[b-k1lsk4tgmo] {
    top: 120px;
    width: 54%;
}

.landing-page-editor-layout-preview--split .landing-page-editor-layout-preview-banner[b-k1lsk4tgmo] {
    width: 42%;
    height: 100%;
    inset: 0 auto 0 0;
}

.landing-page-editor-layout-preview--split .landing-page-editor-layout-preview-avatar[b-k1lsk4tgmo] {
    top: 48px;
    left: 28px;
}

.landing-page-editor-layout-preview--split .landing-page-editor-layout-preview-title[b-k1lsk4tgmo],
.landing-page-editor-layout-preview--split .landing-page-editor-layout-preview-copy[b-k1lsk4tgmo] {
    left: 92px;
}

.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-banner[b-k1lsk4tgmo] {
    height: 58px;
}

.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-avatar[b-k1lsk4tgmo] {
    top: 28px;
    left: calc(50% - 21px);
}

.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-title[b-k1lsk4tgmo],
.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-copy[b-k1lsk4tgmo] {
    left: 18px;
    right: 18px;
    margin: 0 auto;
}

.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-title[b-k1lsk4tgmo] {
    top: 84px;
    width: 52%;
}

.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-copy[b-k1lsk4tgmo] {
    top: 108px;
    width: 68%;
}

.landing-page-editor-layout-preview--spotlight .landing-page-editor-layout-preview-copy--short[b-k1lsk4tgmo] {
    top: 126px;
    width: 40%;
}

.landing-page-editor-layout-preview--minimal .landing-page-editor-layout-preview-banner[b-k1lsk4tgmo] {
    height: 18px;
}

.landing-page-editor-layout-preview--minimal .landing-page-editor-layout-preview-avatar[b-k1lsk4tgmo] {
    top: 34px;
    left: 18px;
    width: 30px;
    height: 30px;
}

.landing-page-editor-layout-preview--minimal .landing-page-editor-layout-preview-title[b-k1lsk4tgmo] {
    top: 40px;
    left: 58px;
    width: 46%;
}

.landing-page-editor-layout-preview--minimal .landing-page-editor-layout-preview-copy[b-k1lsk4tgmo] {
    top: 84px;
    left: 18px;
}

.landing-page-editor-layout-preview--minimal .landing-page-editor-layout-preview-copy--short[b-k1lsk4tgmo] {
    top: 102px;
}

.landing-page-editor-layout-meta[b-k1lsk4tgmo] {
    display: grid;
    gap: 0.25rem;
}

.landing-page-editor-layout-meta strong[b-k1lsk4tgmo] {
    color: #172033;
    font-size: 0.95rem;
}

.landing-page-editor-layout-meta span[b-k1lsk4tgmo] {
    color: #5c6982;
    font-size: 0.86rem;
    line-height: 1.45;
}

.landing-page-editor-color-input[b-k1lsk4tgmo] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.65rem;
}

.landing-page-editor-social-grid[b-k1lsk4tgmo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.landing-page-editor-social-chip[b-k1lsk4tgmo] {
    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-k1lsk4tgmo] {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
}

.landing-page-editor-social-list[b-k1lsk4tgmo] {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
}

.landing-page-editor-social-row[b-k1lsk4tgmo] {
    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-k1lsk4tgmo] {
    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-k1lsk4tgmo] {
    min-width: 0;
}

.landing-page-editor-social-remove[b-k1lsk4tgmo] {
    align-self: center;
}

.landing-page-editor-empty[b-k1lsk4tgmo] {
    padding: 18px;
    border-radius: 16px;
    border: 1px dashed #dbe3ef;
    background: #f8fbff;
    color: #5c6982;
}

.landing-page-editor-link-card[b-k1lsk4tgmo] {
    padding: 18px;
    margin-top: 14px;
    border-radius: 16px;
    border: 1px solid #dbe3ef;
    background: #fbfcff;
}

.landing-page-editor-actions[b-k1lsk4tgmo] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 180px));
    gap: 12px;
    margin-top: 12px;
}

.landing-page-editor-actions :is(.btn, a.btn)[b-k1lsk4tgmo] {
    width: 100%;
}

@media (max-width: 991.98px) {
    .landing-page-editor-layout-grid[b-k1lsk4tgmo] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .landing-page-editor-section-heading[b-k1lsk4tgmo],
    .landing-page-editor-label-row[b-k1lsk4tgmo],
    .landing-page-editor-social-row[b-k1lsk4tgmo],
    .landing-page-editor-actions[b-k1lsk4tgmo] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .landing-page-editor-actions[b-k1lsk4tgmo] {
        margin-top: 12px;
    }

    .landing-page-editor-color-input[b-k1lsk4tgmo] {
        grid-template-columns: 1fr;
    }

    .landing-page-editor-social-row-icon[b-k1lsk4tgmo] {
        width: 40px;
        height: 40px;
    }
}
/* /Components/Pages/Pro/ProAccountQRCodes.razor.rz.scp.css */
.pro-account-qr-grid[b-hpfsotb36p] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pro-account-qr-card[b-hpfsotb36p] {
    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-hpfsotb36p] {
    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-hpfsotb36p] {
    margin: 0 0 10px;
    color: #172033;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.08;
}

.pro-account-qr-copy[b-hpfsotb36p] {
    margin: 0;
    color: #4c5870;
    line-height: 1.7;
}

.pro-account-qr-frame[b-hpfsotb36p] {
    display: grid;
    place-items: center;
    height: 170px;
    overflow: hidden;
    margin-top: 16px;
    padding: 10px;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px dashed #c8d7ef;
}

.pro-account-qr-frame[b-hpfsotb36p]  svg {
    width: 150px !important;
    height: 150px !important;
    max-width: 150px;
    max-height: 150px;
    display: block;
}



.pro-account-qr-actions[b-hpfsotb36p] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.pro-account-qr-library[b-hpfsotb36p] {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.pro-account-qr-library-header[b-hpfsotb36p] {
    display: grid;
    gap: 10px;
}

.pro-account-qr-library-header .pro-account-qr-copy[b-hpfsotb36p] {
    max-width: 70ch;
}

.pro-account-qr-library-header h2[b-hpfsotb36p],
.pro-account-qr-card h3[b-hpfsotb36p] {
    margin: 0 0 10px;
    color: #172033;
}

.pro-account-qr-library-header h2[b-hpfsotb36p] {
    font-size: clamp(1.6rem, 2.3vw, 2.1rem);
    line-height: 1.08;
}

.pro-account-qr-card h3[b-hpfsotb36p] {
    font-size: 1.2rem;
    line-height: 1.2;
}

.pro-account-qr-library-grid[b-hpfsotb36p] {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 18px;
}

.pro-account-qr-form[b-hpfsotb36p],
.pro-account-qr-saved-list[b-hpfsotb36p],
.pro-account-qr-field[b-hpfsotb36p] {
    display: grid;
    gap: 14px;
}

.pro-account-qr-field label[b-hpfsotb36p] {
    color: #172033;
    font-weight: 700;
}

.pro-account-qr-saved-item[b-hpfsotb36p] {
    display: grid;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid #e4ebf4;
}

.pro-account-qr-saved-item:first-child[b-hpfsotb36p] {
    padding-top: 0;
    border-top: none;
}

.pro-account-qr-saved-copy[b-hpfsotb36p] {
    display: grid;
    gap: 6px;
}

.pro-account-qr-saved-copy strong[b-hpfsotb36p] {
    color: #172033;
}

.pro-account-qr-saved-copy span[b-hpfsotb36p],
.pro-account-qr-saved-copy a[b-hpfsotb36p] {
    color: #4c5870;
    word-break: break-word;
}

.pro-account-qr-saved-copy a[b-hpfsotb36p] {
    color: #0354f7;
}

.pro-account-qr-delete-btn[b-hpfsotb36p] {
    color: #b42318;
    border-color: #f0c2bf;
}

.pro-account-qr-delete-btn:hover[b-hpfsotb36p],
.pro-account-qr-delete-btn:focus-visible[b-hpfsotb36p] {
    color: #ffffff;
    background: #b42318;
    border-color: #b42318;
}

.pro-account-qr-status[b-hpfsotb36p] {
    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-hpfsotb36p] {
        grid-template-columns: 1fr;
    }

    .pro-account-qr-library-grid[b-hpfsotb36p] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .pro-account-qr-card[b-hpfsotb36p] {
        padding: 20px;
    }

    .pro-account-qr-actions[b-hpfsotb36p] {
        flex-direction: column;
    }
}
/* /Components/Pages/Team/TeamBilling.razor.rz.scp.css */
.team-billing-page[b-po9zfj7ch1] {
    padding: 3.5rem 0 4.5rem;
    min-height: 70vh;
}

.team-billing-wrap[b-po9zfj7ch1] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.team-billing-header[b-po9zfj7ch1] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-billing-title-row[b-po9zfj7ch1] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.team-billing-title-row h1[b-po9zfj7ch1] {
    margin: 0;
}

.team-billing-title-logo-slot[b-po9zfj7ch1] {
    width: 56px;
    height: 56px;
    border-radius: 0.85rem;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.team-billing-title-logo[b-po9zfj7ch1] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-billing-title-logo-placeholder[b-po9zfj7ch1] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    font-weight: 700;
}

.team-billing-kicker[b-po9zfj7ch1] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
}

.team-billing-panel[b-po9zfj7ch1] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.team-billing-panel-header[b-po9zfj7ch1] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-billing-panel h2[b-po9zfj7ch1] {
    margin-top: 0;
}

.team-billing-status[b-po9zfj7ch1] {
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-billing-status-title[b-po9zfj7ch1] {
    margin: 0;
    font-weight: 600;
}

.team-billing-status-subtitle[b-po9zfj7ch1] {
    margin: 0;
    color: #64748b;
}

.team-billing-status-error[b-po9zfj7ch1] {
    border-color: #fca5a5;
    color: #b91c1c;
}

.team-billing-notice[b-po9zfj7ch1] {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e3a8a;
}

.team-billing-details[b-po9zfj7ch1] {
    margin: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    background: #ffffff;
    overflow: hidden;
}

.form-label[b-po9zfj7ch1]{
    font-weight:bold!important;
}

.team-billing-actions[b-po9zfj7ch1] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.team-billing-alert[b-po9zfj7ch1] {
    padding: 0.8rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.team-billing-primary[b-po9zfj7ch1] {
    background: #1d4ed8;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    border: none;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

@media (max-width: 768px) {
    .team-billing-detail-item[b-po9zfj7ch1] {
        grid-template-columns: 1fr;
    }

    .team-billing-detail-item dd[b-po9zfj7ch1] {
        justify-self: start;
    }
}
/* /Components/Pages/Team/TeamBranding.razor.rz.scp.css */
.team-branding-page[b-prujxk5swd] {
    padding: 3.5rem 0 4.5rem;
    min-height: 70vh;
}

.team-branding-wrap[b-prujxk5swd] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.team-branding-header[b-prujxk5swd] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-branding-title-row[b-prujxk5swd] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.team-branding-title-row h1[b-prujxk5swd] {
    margin: 0;
}

.team-branding-title-logo-slot[b-prujxk5swd] {
    width: 56px;
    height: 56px;
    border-radius: 0.85rem;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.team-branding-title-logo[b-prujxk5swd] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-branding-title-logo-placeholder[b-prujxk5swd] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    font-weight: 700;
}

.team-branding-kicker[b-prujxk5swd] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
}

.team-branding-subtitle[b-prujxk5swd] {
    margin: 0;
    color: #64748b;
}

.team-branding-panel[b-prujxk5swd] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.team-branding-panel-header[b-prujxk5swd] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-branding-panel h2[b-prujxk5swd] {
    margin-top: 0;
}

.team-branding-status[b-prujxk5swd] {
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-branding-status-title[b-prujxk5swd] {
    margin: 0;
    font-weight: 600;
}

.team-branding-status-subtitle[b-prujxk5swd] {
    margin: 0;
    color: #64748b;
}

.team-branding-status-error[b-prujxk5swd] {
    border-color: #fca5a5;
    color: #b91c1c;
}

.team-branding-alert[b-prujxk5swd] {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #b91c1c;
}

.team-branding-success[b-prujxk5swd] {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: #ecfdf3;
    border: 1px solid #86efac;
    color: #166534;
}

.team-branding-processing[b-prujxk5swd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 0.95rem;
    border-radius: 0.75rem;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 600;
}

.team-branding-form[b-prujxk5swd] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.team-branding-grid[b-prujxk5swd] {
    display: grid;
    gap: 1.25rem;
}

.team-branding-field[b-prujxk5swd] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.team-branding-field--logo[b-prujxk5swd] {
    gap: 0;
}

.team-branding-logo-group[b-prujxk5swd] {
    border: 1px solid #dbeafe;
    border-radius: 0.9rem;
    background: #f8fbff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.team-branding-logo-group-header[b-prujxk5swd] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-branding-logo-group-title[b-prujxk5swd] {
    margin: 0;
    font-size: 1.05rem;
    color: #0f172a;
}

.team-branding-logo-preview-panel[b-prujxk5swd] {
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #ffffff;
    padding: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.team-branding-logo-preview-label[b-prujxk5swd] {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.team-branding-logo-preview-frame[b-prujxk5swd] {
    width: 140px;
    height: 72px;
    border: 1px dashed #cbd5e1;
    border-radius: 0.7rem;
    background: #f8fafc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.team-branding-logo-preview-image[b-prujxk5swd] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-branding-field-hint[b-prujxk5swd] {
    color: #64748b;
    font-size: 0.9rem;
}

.team-branding-logo-toolset[b-prujxk5swd] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.team-branding-brand-fetch-row[b-prujxk5swd] {
    display: grid;
    gap: 0.75rem;
}

.team-branding-secondary[b-prujxk5swd] {
    border-radius: 0.75rem;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 600;
    padding: 0.5rem 0.95rem;
}

.team-branding-secondary:disabled[b-prujxk5swd] {
    opacity: 0.7;
    cursor: not-allowed;
}

.team-branding-brand-results[b-prujxk5swd] {
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 0.85rem;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.team-branding-logo-options[b-prujxk5swd] {
    display: grid;
    gap: 0.75rem;
}

.team-branding-logo-option[b-prujxk5swd] {
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.75rem;
    cursor: pointer;
}

.team-branding-logo-option.selected[b-prujxk5swd] {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 1px #1d4ed8;
}

.team-branding-logo-option-image[b-prujxk5swd] {
    max-width: 110px;
    max-height: 70px;
    object-fit: contain;
}

.team-branding-logo-option-label[b-prujxk5swd] {
    font-size: 0.85rem;
    color: #475569;
}

.team-branding-upload-wrap[b-prujxk5swd] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-branding-or-divider[b-prujxk5swd] {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #64748b;
    text-align: center;
}

.team-branding-color-section[b-prujxk5swd] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.team-branding-color-title[b-prujxk5swd] {
    margin: 0;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #475569;
}

.team-branding-color-options[b-prujxk5swd] {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

.team-branding-color-option[b-prujxk5swd] {
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    background: #ffffff;
    padding: 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
}

.team-branding-color-option.selected[b-prujxk5swd] {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 1px #1d4ed8;
}

.team-branding-color-swatch[b-prujxk5swd] {
    width: 36px;
    height: 36px;
    border-radius: 0.6rem;
    border: 1px solid #cbd5e1;
    background: var(--branding-color);
}

.team-branding-color-label[b-prujxk5swd] {
    font-size: 0.82rem;
    color: #475569;
    text-transform: lowercase;
}

.team-branding-color-inputs[b-prujxk5swd] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
    align-items: center;
}

.team-branding-color-picker[b-prujxk5swd] {
    width: 48px;
    height: 40px;
    border: 1px solid #cbd5e1;
    border-radius: 0.55rem;
    padding: 0.2rem;
    background: #ffffff;
}

.team-branding-upload-label[b-prujxk5swd] {
    font-weight: 600;
    color: #0f172a;
}

.team-branding-validation[b-prujxk5swd] {
    margin-bottom: 1rem;
    color: #b91c1c;
}

.team-branding-actions[b-prujxk5swd] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
    margin-top: 0.75rem;
}

.team-branding-primary[b-prujxk5swd] {
    background: #1d4ed8;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    border: none;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.team-branding-primary:disabled[b-prujxk5swd] {
    opacity: 0.7;
    cursor: not-allowed;
}

.team-branding-meta[b-prujxk5swd] {
    color: #64748b;
    font-size: 0.95rem;
}

@media (min-width: 768px) {
    .team-branding-panel-header[b-prujxk5swd] {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .team-branding-grid[b-prujxk5swd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-branding-field:first-child[b-prujxk5swd] {
        grid-column: span 2;
    }

    .team-branding-brand-fetch-row[b-prujxk5swd] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .team-branding-logo-options[b-prujxk5swd] {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}
/* /Components/Pages/Team/TeamCardEditor.razor.rz.scp.css */
.team-card-new-page[b-0vpf0xpdrq] {
    padding: 3.5rem 0 4.5rem;
    min-height: 70vh;
}

.team-card-new-wrap[b-0vpf0xpdrq] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.team-card-new-back[b-0vpf0xpdrq] {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
    width: fit-content;
}

.team-card-new-back:hover[b-0vpf0xpdrq],
.team-card-new-back:focus[b-0vpf0xpdrq] {
    text-decoration: underline;
}

.team-card-new-header[b-0vpf0xpdrq] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.team-card-new-title-row[b-0vpf0xpdrq] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.team-card-new-title-row h1[b-0vpf0xpdrq] {
    margin: 0;
}

.team-card-new-title-logo-slot[b-0vpf0xpdrq] {
    width: 56px;
    height: 56px;
    border-radius: 0.85rem;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.team-card-new-title-logo[b-0vpf0xpdrq] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-card-new-title-logo-placeholder[b-0vpf0xpdrq] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    font-weight: 700;
}

.team-card-new-kicker[b-0vpf0xpdrq] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
}

.team-card-new-subtitle[b-0vpf0xpdrq] {
    margin: 0;
    color: #64748b;
}

.team-card-new-success-title[b-0vpf0xpdrq] {
    margin: 0;
    font-size: 1.5rem;
    color: #0f172a;
}

.team-card-new-form-card[b-0vpf0xpdrq],
.team-card-new-success[b-0vpf0xpdrq],
.team-card-new-status[b-0vpf0xpdrq] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-card-new-status-error[b-0vpf0xpdrq] {
    border-color: #fca5a5;
    color: #b91c1c;
}

.team-card-new-status-title[b-0vpf0xpdrq] {
    margin: 0;
    font-weight: 600;
}

.team-card-new-status-subtitle[b-0vpf0xpdrq] {
    margin: 0;
    color: #64748b;
}

.team-card-new-form-header[b-0vpf0xpdrq] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1.5rem;
}

.team-card-new-alert[b-0vpf0xpdrq] {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #b91c1c;
    margin-bottom: 1rem;
}

.team-card-new-validation[b-0vpf0xpdrq] {
    color: #b91c1c;
    margin-bottom: 1rem;
}

.team-card-new-grid[b-0vpf0xpdrq] {
    display: grid;
    gap: 1rem;
}

.team-card-new-field[b-0vpf0xpdrq] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-card-new-actions[b-0vpf0xpdrq] {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.team-card-new-primary[b-0vpf0xpdrq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    border: none;
    background: #1d4ed8;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
}

.team-card-new-primary:hover[b-0vpf0xpdrq],
.team-card-new-primary:focus[b-0vpf0xpdrq] {
    background: #1e40af;
    color: #ffffff;
}

.team-card-new-secondary[b-0vpf0xpdrq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.4rem;
    border-radius: 999px;
    border: 1px solid #cbd5f5;
    background: #ffffff;
    color: #1e293b;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
}

.team-card-new-secondary:hover[b-0vpf0xpdrq],
.team-card-new-secondary:focus[b-0vpf0xpdrq] {
    border-color: #94a3b8;
    color: #0f172a;
}

.team-card-new-meta[b-0vpf0xpdrq] {
    color: #64748b;
}

.team-card-new-grid-layout[b-0vpf0xpdrq] {
    display: grid;
    gap: 1.5rem;
}

.team-card-new-column[b-0vpf0xpdrq] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.team-card-new-section-kicker[b-0vpf0xpdrq] {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #475569;
    font-weight: 600;
}

.team-card-new-preview-card[b-0vpf0xpdrq] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.team-card-new-preview-header[b-0vpf0xpdrq] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.team-card-new-form-header h2[b-0vpf0xpdrq] {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.team-card-new-step[b-0vpf0xpdrq] {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 999px;
    background: #2563eb;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
}

.team-card-new-preview[b-0vpf0xpdrq] {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.team-card-new-field--photo[b-0vpf0xpdrq] {
    border: 1px solid #dbeafe;
    border-radius: 0.8rem;
    background: #f8fbff;
    padding: 0.85rem;
    gap: 0.5rem;
}

.team-card-new-upload-status[b-0vpf0xpdrq] {
    margin: 0;
    font-size: 0.9rem;
    color: #475569;
}

.team-card-new-upload-status-success[b-0vpf0xpdrq] {
    color: #166534;
    font-weight: 600;
}

.team-card-new-field-hint[b-0vpf0xpdrq] {
    margin: 0;
    color: #64748b;
    font-size: 0.85rem;
}

.team-card-new-readonly[b-0vpf0xpdrq] {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1e3a8a;
}

.team-card-new-photo-shape[b-0vpf0xpdrq] {
    margin-top: 0.4rem;
}

.team-card-new-success-preview[b-0vpf0xpdrq] {
    border: 1px solid #dbeafe;
    border-radius: 1rem;
    padding: 1rem;
    background: #f8fbff;
    margin: 0.75rem auto 0;
}

.team-card-new-success-preview[b-0vpf0xpdrq]  .wallet-preview {
    margin: 0 auto;
}

.team-card-new-wallet-options[b-0vpf0xpdrq] {
    margin-top: 1rem;
}

.team-card-new-wallet-options h2[b-0vpf0xpdrq] {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}

.team-card-new-wallet-panel[b-0vpf0xpdrq] {
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    background: #ffffff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.team-card-new-wallet-panel-desktop[b-0vpf0xpdrq] {
    min-height: 100%;
}

.team-card-new-overlay[b-0vpf0xpdrq] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1055;
    padding: 1rem;
}

.team-card-new-popup[b-0vpf0xpdrq] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.25rem;
    min-width: min(24rem, 92vw);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.22);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: center;
    text-align: center;
}

.team-card-new-popup p[b-0vpf0xpdrq] {
    margin: 0;
}

.team-card-new-popup-success[b-0vpf0xpdrq] {
    border: 1px solid #86efac;
}

.team-card-new-popup-title[b-0vpf0xpdrq] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #166534;
}

@media (min-width: 768px) {
    .team-card-new-actions[b-0vpf0xpdrq] {
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .team-card-new-grid-layout[b-0vpf0xpdrq] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
    }
}
/* /Components/Pages/Team/TeamDashboard.razor.rz.scp.css */
.team-organization-page[b-js29hc7ur7] {
    padding: 3.5rem 0 4.5rem;
    min-height: 70vh;
}

.team-organization-wrap[b-js29hc7ur7] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.team-organization-back[b-js29hc7ur7] {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
    width: fit-content;
}

.team-organization-back:hover[b-js29hc7ur7],
.team-organization-back:focus[b-js29hc7ur7] {
    text-decoration: underline;
}

.team-organization-header[b-js29hc7ur7] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-organization-title-wrap[b-js29hc7ur7] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.team-organization-title-wrap h1[b-js29hc7ur7] {
    margin: 0;
}

.team-organization-logo[b-js29hc7ur7] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    object-fit: cover;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

.team-organization-kicker[b-js29hc7ur7] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
}

.team-organization-subtitle[b-js29hc7ur7] {
    margin: 0;
    color: #64748b;
}

.team-organization-panel[b-js29hc7ur7] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.team-organization-metric-grid[b-js29hc7ur7] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.team-organization-metric-card[b-js29hc7ur7] {
    display: flex;
    flex-direction: column;
    min-height: 220px;
}

.team-organization-metric-content[b-js29hc7ur7] {
    text-align: center;
}

.team-organization-metric-content h2[b-js29hc7ur7],
.team-organization-metric-content p[b-js29hc7ur7] {
    margin-left: 0;
    margin-right: 0;
}

.team-organization-metric-value[b-js29hc7ur7] {
    margin: 0;
    text-align: center;
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    font-weight: 700;
    color: #0f172a;
}

.team-organization-metric-value--billing[b-js29hc7ur7] {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.team-organization-metric-nav[b-js29hc7ur7] {
    margin-top: auto;
    align-self: flex-end;
    width: fit-content;
}

.team-organization-panel-header[b-js29hc7ur7] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.team-organization-branding[b-js29hc7ur7] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.team-organization-panel h2[b-js29hc7ur7] {
    margin-top: 0;
}

.team-organization-status[b-js29hc7ur7] {
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-organization-status-title[b-js29hc7ur7] {
    margin: 0;
    font-weight: 600;
}

.team-organization-status-subtitle[b-js29hc7ur7] {
    margin: 0;
    color: #64748b;
}

.team-organization-status-error[b-js29hc7ur7] {
    border-color: #fca5a5;
    color: #b91c1c;
}

.team-organization-alert[b-js29hc7ur7] {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #b91c1c;
}

.team-organization-success[b-js29hc7ur7] {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: #ecfdf3;
    border: 1px solid #86efac;
    color: #166534;
}

.team-organization-form[b-js29hc7ur7] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.team-organization-grid[b-js29hc7ur7] {
    display: grid;
    gap: 1.25rem;
}

.team-organization-field[b-js29hc7ur7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.team-organization-field-hint[b-js29hc7ur7] {
    color: #64748b;
    font-size: 0.9rem;
}

.team-organization-validation[b-js29hc7ur7] {
    margin-bottom: 1rem;
    color: #b91c1c;
}

.team-organization-actions[b-js29hc7ur7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
}

.team-organization-primary[b-js29hc7ur7] {
    background: #1d4ed8;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    border: none;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.team-organization-primary:disabled[b-js29hc7ur7] {
    opacity: 0.7;
    cursor: not-allowed;
}

.team-organization-meta[b-js29hc7ur7] {
    color: #64748b;
    font-size: 0.95rem;
}

.team-organization-role-grid[b-js29hc7ur7] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.team-organization-role[b-js29hc7ur7] {
    border-radius: 0.85rem;
    border: 1px solid #e2e8f0;
    padding: 1.25rem;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.team-organization-role-title[b-js29hc7ur7] {
    margin: 0;
    font-size: 1.1rem;
    color: #0f172a;
}

.team-organization-role-list[b-js29hc7ur7] {
    margin: 0;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.team-organization-role-denied[b-js29hc7ur7] {
    color: #64748b;
}

.team-organization-wizard[b-js29hc7ur7] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.team-organization-wizard-progress[b-js29hc7ur7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.team-organization-wizard-progress-track[b-js29hc7ur7] {
    width: 100%;
    height: 0.6rem;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.team-organization-wizard-progress-fill[b-js29hc7ur7] {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #1d4ed8, #2563eb);
    transition: width 0.2s ease;
}

.team-organization-wizard-progress-fill--0[b-js29hc7ur7] {
    width: 0;
}

.team-organization-wizard-progress-fill--33[b-js29hc7ur7] {
    width: 33.3333%;
}

.team-organization-wizard-progress-fill--66[b-js29hc7ur7] {
    width: 66.6667%;
}

.team-organization-wizard-progress-fill--100[b-js29hc7ur7] {
    width: 100%;
}

.team-organization-wizard-progress-text[b-js29hc7ur7] {
    margin: 0;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
}

.team-organization-wizard-steps[b-js29hc7ur7] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.team-organization-wizard-step[b-js29hc7ur7] {
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 1rem 1rem 1.1rem 3.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    background: #f8fafc;
    position: relative;
}

.team-organization-wizard-step-body[b-js29hc7ur7] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.team-organization-wizard-step-copy[b-js29hc7ur7] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.team-organization-wizard-step-action-slot[b-js29hc7ur7] {
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: stretch;
}

.team-organization-wizard-step-index[b-js29hc7ur7] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #1e293b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.team-organization-wizard-step.is-complete[b-js29hc7ur7] {
    border-color: #86efac;
    background: #ecfdf3;
}

.team-organization-wizard-step.is-complete .team-organization-wizard-step-index[b-js29hc7ur7] {
    border-color: #22c55e;
    background: #22c55e;
    color: #ffffff;
}

.team-organization-wizard-step.is-pending[b-js29hc7ur7] {
    border-color: #fcd34d;
    background: #fffbeb;
}

.team-organization-wizard-step-header[b-js29hc7ur7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.team-organization-wizard-step-header h3[b-js29hc7ur7] {
    margin: 0;
    font-size: 1rem;
}

.team-organization-wizard-step-description[b-js29hc7ur7] {
    margin: 0;
    color: #475569;
    font-size: 0.92rem;
}

.team-organization-wizard-step-status[b-js29hc7ur7] {
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.2rem 0.65rem;
    background: #e2e8f0;
    color: #334155;
}

.team-organization-wizard-action[b-js29hc7ur7] {
    width: fit-content;
    min-width: 180px;
    justify-content: center;
}

@media (max-width: 768px) {
    .team-organization-wizard-step[b-js29hc7ur7] {
        padding-left: 1rem;
    }

    .team-organization-wizard-step-index[b-js29hc7ur7] {
        position: static;
        margin-bottom: 0.25rem;
    }

    .team-organization-wizard-step-body[b-js29hc7ur7] {
        flex-direction: column;
    }

    .team-organization-wizard-step-action-slot[b-js29hc7ur7] {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
    }

    .team-organization-wizard-action[b-js29hc7ur7] {
        width: 100%;
        min-width: 0;
    }
}


.team-users-kicker[b-js29hc7ur7] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
}

.team-users-title-row[b-js29hc7ur7] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.team-users-title-row h1[b-js29hc7ur7] {
    margin: 0;
}

.team-users-title-logo-slot[b-js29hc7ur7] {
    width: 56px;
    height: 56px;
    border-radius: 0.85rem;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.team-users-title-logo[b-js29hc7ur7] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-users-title-logo-placeholder[b-js29hc7ur7] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    font-weight: 700;
}
/* /Components/Pages/Team/TeamMembers.razor.rz.scp.css */
.team-users-page[b-5djwvm9hek] {
    padding: 3.5rem 0 4.5rem;
    min-height: 70vh;
}

.team-users-wrap[b-5djwvm9hek] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.team-users-back[b-5djwvm9hek] {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
    width: fit-content;
}

.team-users-back:hover[b-5djwvm9hek],
.team-users-back:focus[b-5djwvm9hek] {
    text-decoration: underline;
}

.team-users-header[b-5djwvm9hek] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-users-title-row[b-5djwvm9hek] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.team-users-title-row h1[b-5djwvm9hek] {
    margin: 0;
}

.team-users-title-logo-slot[b-5djwvm9hek] {
    width: 56px;
    height: 56px;
    border-radius: 0.85rem;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.team-users-title-logo[b-5djwvm9hek] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-users-title-logo-placeholder[b-5djwvm9hek] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    font-weight: 700;
}

.team-users-kicker[b-5djwvm9hek] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
}

.team-users-panel[b-5djwvm9hek] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.team-organization-panel[b-5djwvm9hek] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.team-organization-panel h2[b-5djwvm9hek] {
    margin-top: 0;
}

.team-organization-panel-header[b-5djwvm9hek] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.team-organization-panel-header p[b-5djwvm9hek] {
    margin: 0;
    color: #64748b;
}

.team-organization-role-grid[b-5djwvm9hek] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.team-organization-role[b-5djwvm9hek] {
    border-radius: 0.85rem;
    border: 1px solid #e2e8f0;
    padding: 1.25rem;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.team-organization-role-title[b-5djwvm9hek] {
    margin: 0;
    font-size: 1.1rem;
    color: #0f172a;
}

.team-organization-role-list[b-5djwvm9hek] {
    margin: 0;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.team-organization-role-denied[b-5djwvm9hek] {
    color: #64748b;
}

.team-users-panel-header[b-5djwvm9hek] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.team-users-form[b-5djwvm9hek] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.team-users-form-fields[b-5djwvm9hek] {
    display: grid;
    gap: 1rem;
}

.team-users-form-field[b-5djwvm9hek] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-users-form-field label[b-5djwvm9hek] {
    font-weight: 600;
    color: #0f172a;
}

.team-users-form-actions[b-5djwvm9hek] {
    display: flex;
    justify-content: flex-end;
}

.team-users-form-button[b-5djwvm9hek] {
    border-radius: 999px;
    border: none;
    padding: 0.55rem 1.35rem;
    font-weight: 600;
    cursor: pointer;
    background: #1d4ed8;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(29, 78, 216, 0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.team-users-form-button:hover[b-5djwvm9hek],
.team-users-form-button:focus[b-5djwvm9hek] {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.team-users-form-button:disabled[b-5djwvm9hek] {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.team-users-status[b-5djwvm9hek] {
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
}

.team-users-status-error[b-5djwvm9hek] {
    border-color: #fca5a5;
    color: #b91c1c;
}

.team-users-alert[b-5djwvm9hek] {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #b91c1c;
}

.team-users-alert--success[b-5djwvm9hek] {
    border-color: #86efac;
    background: #ecfdf3;
    color: #166534;
}

.team-users-empty[b-5djwvm9hek] {
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    background: #f8fafc;
    color: #64748b;
    border: 1px dashed #cbd5f5;
}

.team-users-grid[b-5djwvm9hek] {
    display: grid;
    gap: 1rem;
}

.team-users-card[b-5djwvm9hek] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 0.9rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.team-users-card-body[b-5djwvm9hek] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
    min-width: 0;
}

.team-users-card-title[b-5djwvm9hek] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
}

.team-users-card-subtitle[b-5djwvm9hek] {
    margin: 0;
    color: #475569;
}

.team-users-business-card[b-5djwvm9hek] {
    width: 100%;
    max-width: 360px;
    border-radius: 0.85rem;
    border: 1px solid #dbeafe;
    background: linear-gradient(155deg, #ffffff 0%, #eff6ff 100%);
    padding: 0.85rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.team-users-business-card-header[b-5djwvm9hek] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.team-users-business-card-image[b-5djwvm9hek],
.team-users-business-card-image-placeholder[b-5djwvm9hek] {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    flex-shrink: 0;
}

.team-users-business-card-image[b-5djwvm9hek] {
    object-fit: cover;
    border: 1px solid #bfdbfe;
    background: #ffffff;
}

.team-users-business-card-image-placeholder[b-5djwvm9hek] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #1d4ed8;
    background: #dbeafe;
    border: 1px solid #93c5fd;
}

.team-users-business-card-identity[b-5djwvm9hek] {
    min-width: 0;
}

.team-users-business-card-identity .team-users-card-title[b-5djwvm9hek],
.team-users-business-card-identity .team-users-card-subtitle[b-5djwvm9hek] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team-users-business-card-details[b-5djwvm9hek] {
    margin: 0;
    display: grid;
    gap: 0.45rem;
}

.team-users-business-card-detail[b-5djwvm9hek] {
    display: grid;
    grid-template-columns: 4.25rem minmax(0, 1fr);
    gap: 0.5rem;
    align-items: baseline;
}

.team-users-business-card-detail dt[b-5djwvm9hek] {
    margin: 0;
    font-size: 0.67rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 700;
}

.team-users-business-card-detail dd[b-5djwvm9hek] {
    margin: 0;
    color: #0f172a;
    font-size: 0.83rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.team-users-card-meta[b-5djwvm9hek] {
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
}

.team-users-card-status[b-5djwvm9hek] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.team-users-card-aside[b-5djwvm9hek] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.team-users-card-controls[b-5djwvm9hek] {
    display: grid;
    gap: 0.75rem;
}

.team-users-card-field[b-5djwvm9hek] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.team-users-card-field label[b-5djwvm9hek] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 600;
}

.team-users-card-actions[b-5djwvm9hek] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.team-users-card-button[b-5djwvm9hek] {
    border-radius: 999px;
    border: none;
    padding: 0.45rem 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.team-users-card-button--primary[b-5djwvm9hek] {
    background: #1d4ed8;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(29, 78, 216, 0.2);
}

.team-users-card-button--danger[b-5djwvm9hek] {
    background: #b91c1c;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(185, 28, 28, 0.2);
}

.team-users-card-button--ghost[b-5djwvm9hek] {
    background: #ffffff;
    color: #1d4ed8;
    border: 1px solid #cbd5f5;
}

.team-users-card-button:hover[b-5djwvm9hek],
.team-users-card-button:focus[b-5djwvm9hek] {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.team-users-card-button:disabled[b-5djwvm9hek] {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.team-users-card-feedback[b-5djwvm9hek] {
    padding: 0.5rem 0.75rem;
    border-radius: 0.6rem;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.85rem;
    font-weight: 600;
}

.team-users-card-feedback--error[b-5djwvm9hek] {
    border-color: #fca5a5;
    background: #fef2f2;
    color: #b91c1c;
}

.team-users-card-feedback--success[b-5djwvm9hek] {
    border-color: #86efac;
    background: #ecfdf3;
    color: #166534;
}

.team-users-card-status--active[b-5djwvm9hek] {
    background: #ecfdf3;
    color: #166534;
}

.team-users-card-status--pending[b-5djwvm9hek] {
    background: #fffbeb;
    color: #b45309;
}

.team-users-card-status--disabled[b-5djwvm9hek] {
    background: #fef2f2;
    color: #b91c1c;
}

.team-users-card-status--removed[b-5djwvm9hek] {
    background: #e2e8f0;
    color: #475569;
}

@media (min-width: 768px) {
    .team-users-panel-header[b-5djwvm9hek] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .team-organization-panel-header[b-5djwvm9hek] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .team-users-form-fields[b-5djwvm9hek] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .team-users-card[b-5djwvm9hek] {
        flex-direction: row;
        align-items: flex-start;
    }

    .team-users-card-aside[b-5djwvm9hek] {
        width: auto;
        min-width: 240px;
        align-items: flex-end;
    }
}
/* /Components/Pages/Team/TeamNew.razor.rz.scp.css */
.team-new-page[b-mmec7683ok] {
    padding: 3.5rem 0 4.5rem;
    min-height: 70vh;
}

.team-new-wrap[b-mmec7683ok] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.team-new-back[b-mmec7683ok] {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
    width: fit-content;
}

.team-new-back:hover[b-mmec7683ok],
.team-new-back:focus[b-mmec7683ok] {
    text-decoration: underline;
}

.team-new-header[b-mmec7683ok] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.team-new-kicker[b-mmec7683ok] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
}

.team-new-form-card[b-mmec7683ok],
.team-new-success[b-mmec7683ok] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.team-new-form-header[b-mmec7683ok] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1.5rem;
}

.team-new-alert[b-mmec7683ok] {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #b91c1c;
    margin-bottom: 1rem;
}

.team-new-form[b-mmec7683ok] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.team-new-grid[b-mmec7683ok] {
    display: grid;
    gap: 1.25rem;
}

.team-new-field[b-mmec7683ok] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.team-new-validation[b-mmec7683ok] {
    margin-bottom: 1rem;
    color: #b91c1c;
}

.team-new-actions[b-mmec7683ok] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
    margin-top: 1.5rem;
}

.team-new-primary[b-mmec7683ok] {
    background: #1d4ed8;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    border: none;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.team-new-primary:disabled[b-mmec7683ok] {
    opacity: 0.7;
    cursor: not-allowed;
}

.team-new-secondary[b-mmec7683ok] {
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
}

.team-new-secondary:hover[b-mmec7683ok],
.team-new-secondary:focus[b-mmec7683ok] {
    text-decoration: underline;
}

.team-new-meta[b-mmec7683ok] {
    color: #64748b;
    font-size: 0.95rem;
}
/* /Components/Shared/DialogUser.razor.rz.scp.css */
/* User Dialog ------------------------------------------*/

.user-dialog[b-3ctynb3amq] {
    width: 300px !important;
    margin: auto !important;
    position: fixed;
    right: 10px !important;
}

.user-content[b-3ctynb3amq] {
    display: flex;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 16px !important;
}


.UserInitial[b-3ctynb3amq] {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.UserInitial img[b-3ctynb3amq] {
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.userInfo-name[b-3ctynb3amq] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 40px);
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 8px 0 4px;
    text-align: center;
}

.userInfo-email[b-3ctynb3amq] {
    font-size: 12px;
    line-height: 1.33;
    font-weight: 400;
    color: rgb(57, 58, 61);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 40px);
    margin: 0 0 12px;
    text-align: center;
}


.center-image[b-3ctynb3amq] {
    margin: 0 auto;
    text-align: center;
}
/* End User Dialog ------------------------------------------*/
/* /Components/Shared/DisclaimerNotice.razor.rz.scp.css */
/* /Components/Shared/ProAccountWorkspaceHeader.razor.rz.scp.css */
.pro-account-workspace-header[b-14alo3cr0b] {
    margin: 0 0 20px;
}

.pro-account-workspace-header-kicker[b-14alo3cr0b] {
    margin: 0 0 6px;
    color: #5b6780;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pro-account-workspace-header h1[b-14alo3cr0b] {
    margin: 0;
    color: #172033;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}
/* /Components/Shared/ProcessingOverlay.razor.rz.scp.css */
/* Processing Overlay*/

/* Overlay styling */
.processing-overlay[b-8cjdzrmx31] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--oh-gray-100-rgb), 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .processing-overlay.visible[b-8cjdzrmx31] {
        opacity: 1;
        visibility: visible;
    }

    .processing-overlay.hidden[b-8cjdzrmx31] {
        opacity: 0;
        visibility: hidden;
    }

/* Container styling */
.processing-container[b-8cjdzrmx31] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 2.5rem;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    border-top: 5px solid var(--oh-orange);
}

/* Spinner animation */
.spinner-container[b-8cjdzrmx31] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.spinner[b-8cjdzrmx31] {
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3; /* Light gray background border */
    border-top: 6px solid var(--oh-orange); /* Orange top border for motion */
    border-radius: 50%;
    animation: spin-b-8cjdzrmx31 0.8s linear infinite;
    box-sizing: border-box;
}

@keyframes spin-b-8cjdzrmx31 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* Text styling */
.processing-title[b-8cjdzrmx31] {
    color: var(--oh-orange); /* Dark blue */
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.processing-message[b-8cjdzrmx31] {
    color: var(--oh-gray-dark);
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
}

.processing-additional-info[b-8cjdzrmx31] {
    color: var(--oh-gray-600);
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}

/* Progress bar styling */
.processing-progress[b-8cjdzrmx31] {
    margin-top: 1.5rem;
}

.progress[b-8cjdzrmx31] {
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--oh-gray-100);
}

.progress-bar[b-8cjdzrmx31] {
    background-color: var(--oh-orange);
    color: #fff;
    font-size: 0.7rem;
    line-height: 12px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .processing-container[b-8cjdzrmx31] {
        padding: 1.5rem;
    }

    .processing-title[b-8cjdzrmx31] {
        font-size: 1.5rem;
    }

    .processing-message[b-8cjdzrmx31] {
        font-size: 1rem;
    }
}
