@import '_content/BusinessSuite.Components/BusinessSuite.Components.bzfq1n6rq7.bundle.scp.css';

/* /Components/Layout/AdminLayout.razor.rz.scp.css */
/* Admin Layout Styles - Responsive */

.admin-layout[b-df6ovg250m] {
    display: flex;
    min-height: 100vh;
    background: var(--bg-primary);
}

/* Sidebar */
.admin-sidebar[b-df6ovg250m] {
    width: 260px;
    background: var(--bg-card);
    border-right: 1px solid var(--border-subtle);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    transition: transform 0.3s ease;
}

.sidebar-header[b-df6ovg250m] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--border-subtle);
}

.sidebar-logo[b-df6ovg250m] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text-primary);
}

.logo-icon[b-df6ovg250m] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-light));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon svg[b-df6ovg250m] {
    width: 20px;
    height: 20px;
    color: white;
}

.logo-text[b-df6ovg250m] {
    font-size: 1.125rem;
    font-weight: 600;
}

/* Navigation */
.sidebar-nav[b-df6ovg250m] {
    flex: 1;
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    overflow-y: auto;
}

.nav-item[b-df6ovg250m] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
    text-align: left;
}

.nav-item svg[b-df6ovg250m] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.nav-item:hover[b-df6ovg250m] {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.nav-item.active[b-df6ovg250m] {
    background: rgba(67, 92, 167, 0.1);
    color: var(--accent-primary);
}

.nav-item.active svg[b-df6ovg250m] {
    color: var(--accent-primary);
}

/* Sidebar Footer */
.sidebar-footer[b-df6ovg250m] {
    padding: 1rem 0.75rem;
    border-top: 1px solid var(--border-subtle);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.logout-btn[b-df6ovg250m] {
    color: #ef4444;
}

    .logout-btn:hover[b-df6ovg250m] {
        background: rgba(239, 68, 68, 0.1);
        color: #435ca7;
    }

/* Main Content Area */
.admin-main[b-df6ovg250m] {
    flex: 1;
    margin-left: 260px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Header */
.admin-header[b-df6ovg250m] {
    background: var(--bg-card);
    border-bottom: 1px solid var(--border-subtle);
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
}

.header-left[b-df6ovg250m] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-title[b-df6ovg250m] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.header-right[b-df6ovg250m] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.admin-user[b-df6ovg250m] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-df6ovg250m] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    font-size: 0.875rem;
}

.user-name[b-df6ovg250m] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
}

/* Content */
.admin-content[b-df6ovg250m] {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
}

/* Auth Check */
.auth-check[b-df6ovg250m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 1rem;
}

.auth-check .spinner[b-df6ovg250m] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-subtle);
    border-top-color: var(--accent-primary);
    border-radius: 50%;
    animation: spin-b-df6ovg250m 1s linear infinite;
}

.auth-check p[b-df6ovg250m] {
    color: var(--text-muted);
    font-size: 0.875rem;
}

@keyframes spin-b-df6ovg250m {
    to { transform: rotate(360deg); }
}

/* Mobile Menu Toggle */
.menu-toggle[b-df6ovg250m] {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-subtle);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
}

.menu-toggle svg[b-df6ovg250m] {
    width: 24px;
    height: 24px;
}

/* Sidebar Overlay */
.sidebar-overlay[b-df6ovg250m] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

/* Responsive - Tablets */
@media (max-width: 1024px) {
    .admin-sidebar[b-df6ovg250m] {
        width: 240px;
    }

    .admin-main[b-df6ovg250m] {
        margin-left: 240px;
    }

    .admin-content[b-df6ovg250m] {
        padding: 1.25rem;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .admin-sidebar[b-df6ovg250m] {
        transform: translateX(-100%);
        width: 280px;
    }

    .admin-sidebar.open[b-df6ovg250m] {
        transform: translateX(0);
    }

    .admin-main[b-df6ovg250m] {
        margin-left: 0;
    }

    .menu-toggle[b-df6ovg250m] {
        display: flex;
    }

    .sidebar-overlay.open[b-df6ovg250m] {
        display: block;
    }

    .admin-header[b-df6ovg250m] {
        padding: 1rem;
        gap: 0.75rem;
    }

    .page-title[b-df6ovg250m] {
        font-size: 1.125rem;
    }

    .user-name[b-df6ovg250m] {
        display: none;
    }

    .admin-content[b-df6ovg250m] {
        padding: 1rem;
    }

    .nav-item span[b-df6ovg250m] {
        display: block;
    }
}

/* Responsive - Small Mobile */
@media (max-width: 380px) {
    .admin-sidebar[b-df6ovg250m] {
        width: 100%;
    }

    .sidebar-header[b-df6ovg250m] {
        padding: 1rem;
    }

    .sidebar-nav[b-df6ovg250m] {
        padding: 0.75rem 0.5rem;
    }

    .nav-item[b-df6ovg250m] {
        padding: 0.625rem 0.875rem;
        font-size: 0.8125rem;
    }

    .nav-item svg[b-df6ovg250m] {
        width: 18px;
        height: 18px;
    }

    .sidebar-footer[b-df6ovg250m] {
        padding: 0.75rem 0.5rem;
    }

    .admin-header[b-df6ovg250m] {
        padding: 0.875rem;
    }

    .admin-content[b-df6ovg250m] {
        padding: 0.875rem;
    }
}
/* /Components/Layout/ClientLayout.razor.rz.scp.css */
.client-layout[b-xijb1df4x9] {
    display: flex;
    min-height: 100vh;
    background: var(--bg-primary);
}

.client-sidebar[b-xijb1df4x9] {
    width: 240px;
    background: var(--bg-card);
    border-right: 1px solid var(--border-subtle);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    transition: transform 0.3s ease;
}

.client-sidebar-header[b-xijb1df4x9] {
    padding: 1rem 1.2rem;
    border-bottom: 1px solid var(--border-subtle);
}

.client-logo[b-xijb1df4x9] {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    text-decoration: none;
}

.client-nav[b-xijb1df4x9] {
    flex: 1;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    overflow-y: auto;
}

.client-nav-item[b-xijb1df4x9] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 0.875rem;
    border-radius: var(--radius-sm);
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background var(--transition-fast), color var(--transition-fast);
    border: none;
    background: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.client-nav-item svg[b-xijb1df4x9] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.client-nav-item:hover[b-xijb1df4x9] {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.client-nav-item.active[b-xijb1df4x9] {
    background: var(--bg-secondary);
    color: var(--accent-primary);
}

.client-sidebar-footer[b-xijb1df4x9] {
    padding: 0.75rem;
    border-top: 1px solid var(--border-subtle);
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.client-logout[b-xijb1df4x9] {
    color: var(--text-muted);
}

    .client-logout:hover[b-xijb1df4x9] {
        color: #435ca7;
    }

.client-main[b-xijb1df4x9] {
    flex: 1;
    margin-left: 240px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.client-header[b-xijb1df4x9] {
    height: 56px;
    border-bottom: 1px solid var(--border-subtle);
    background: var(--bg-card);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    position: sticky;
    top: 0;
    z-index: 50;
}

.client-header-left[b-xijb1df4x9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.client-page-title[b-xijb1df4x9] {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
}

.client-menu-toggle[b-xijb1df4x9] {
    display: none;
    padding: 0.375rem;
    color: var(--text-secondary);
}

.client-menu-toggle svg[b-xijb1df4x9] {
    width: 20px;
    height: 20px;
}

.client-header-right[b-xijb1df4x9] {
    display: flex;
    align-items: center;
}

.client-user-name[b-xijb1df4x9] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-secondary);
}

.client-content[b-xijb1df4x9] {
    flex: 1;
    padding: 2rem;
    max-width: 1100px;
    width: 100%;
}

.sidebar-overlay[b-xijb1df4x9] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.sidebar-overlay.open[b-xijb1df4x9] {
    display: block;
}

.auth-check[b-xijb1df4x9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 1rem;
    color: var(--text-muted);
}

.auth-check .spinner[b-xijb1df4x9] {
    width: 32px;
    height: 32px;
    border: 3px solid var(--border-subtle);
    border-top-color: var(--accent-primary);
    border-radius: 50%;
    animation: spin-b-xijb1df4x9 1s linear infinite;
}

.auth-check p[b-xijb1df4x9] {
    font-size: 0.875rem;
}

@keyframes spin-b-xijb1df4x9 {
    to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .client-sidebar[b-xijb1df4x9] {
        transform: translateX(-100%);
    }

    .client-sidebar.open[b-xijb1df4x9] {
        transform: translateX(0);
    }

    .client-main[b-xijb1df4x9] {
        margin-left: 0;
    }

    .client-menu-toggle[b-xijb1df4x9] {
        display: flex;
    }
}
.apps-grid[b-xijb1df4x9] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
}

.app-card[b-xijb1df4x9] {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .app-card:hover[b-xijb1df4x9] {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
        border-color: rgba(67, 92, 167, 0.25);
    }

.app-icon-large[b-xijb1df4x9] {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(67, 92, 167, 0.14), rgba(109, 137, 192, 0.22));
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-initial[b-xijb1df4x9] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--accent-primary);
    text-transform: uppercase;
}

.app-card h3[b-xijb1df4x9] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
}

.app-card p[b-xijb1df4x9] {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.5;
}

.app-footer[b-xijb1df4x9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--border-subtle);
}

.app-price[b-xijb1df4x9] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--accent-primary);
}

.app-status[b-xijb1df4x9],
.status-badge[b-xijb1df4x9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

    .app-status.active[b-xijb1df4x9],
    .status-badge.active[b-xijb1df4x9] {
        background: rgba(16, 185, 129, 0.12);
        color: #10b981;
    }

    .app-status.inactive[b-xijb1df4x9],
    .status-badge.inactive[b-xijb1df4x9] {
        background: rgba(107, 114, 128, 0.12);
        color: var(--text-muted);
    }

.app-types-section[b-xijb1df4x9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qkkpxj15po] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qkkpxj15po] {
    flex: 1;
}

.sidebar[b-qkkpxj15po] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qkkpxj15po] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qkkpxj15po]  a, .top-row[b-qkkpxj15po]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qkkpxj15po]  a:hover, .top-row[b-qkkpxj15po]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qkkpxj15po]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qkkpxj15po] {
        justify-content: space-between;
    }

    .top-row[b-qkkpxj15po]  a, .top-row[b-qkkpxj15po]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qkkpxj15po] {
        flex-direction: row;
    }

    .sidebar[b-qkkpxj15po] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qkkpxj15po] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qkkpxj15po]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qkkpxj15po], article[b-qkkpxj15po] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qkkpxj15po] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-qkkpxj15po] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-s8cz3tv9r6],
.components-reconnect-repeated-attempt-visible[b-s8cz3tv9r6],
.components-reconnect-failed-visible[b-s8cz3tv9r6],
.components-pause-visible[b-s8cz3tv9r6],
.components-resume-failed-visible[b-s8cz3tv9r6],
.components-rejoining-animation[b-s8cz3tv9r6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-s8cz3tv9r6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-s8cz3tv9r6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-s8cz3tv9r6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-s8cz3tv9r6],
#components-reconnect-modal.components-reconnect-retrying[b-s8cz3tv9r6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-s8cz3tv9r6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-s8cz3tv9r6],
#components-reconnect-modal.components-reconnect-failed[b-s8cz3tv9r6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-s8cz3tv9r6] {
    display: block;
}


#components-reconnect-modal[b-s8cz3tv9r6] {
    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-s8cz3tv9r6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-s8cz3tv9r6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-s8cz3tv9r6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-s8cz3tv9r6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-s8cz3tv9r6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-s8cz3tv9r6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-s8cz3tv9r6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-s8cz3tv9r6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-s8cz3tv9r6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-s8cz3tv9r6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-s8cz3tv9r6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-s8cz3tv9r6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-s8cz3tv9r6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-s8cz3tv9r6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-s8cz3tv9r6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-s8cz3tv9r6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-s8cz3tv9r6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-s8cz3tv9r6 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/Apps.razor.rz.scp.css */
/* Apps Page Styles - Scoped to avoid landing-page style collisions */

.apps-page[b-6khqpbzcf1] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-6khqpbzcf1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.search-box[b-6khqpbzcf1] {
    position: relative;
    display: block;
    flex: 1;
    min-width: 200px;
    max-width: 400px;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    gap: 0;
}

.search-box input[b-6khqpbzcf1] {
    width: 100%;
    padding: 0.625rem 1rem 0.625rem 2.5rem;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    font-size: 0.875rem;
    background: var(--bg-card);
    color: var(--text-primary);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.search-box input:focus[b-6khqpbzcf1] {
    outline: none;
    border-color: var(--accent-primary);
    box-shadow: 0 0 0 3px rgba(67, 92, 167, 0.1);
}

.search-box svg[b-6khqpbzcf1] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: var(--text-muted);
}

/* Stats Row */
.stats-row[b-6khqpbzcf1] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.mini-stat[b-6khqpbzcf1] {
    flex: 1;
    min-width: 140px;
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.mini-stat.success[b-6khqpbzcf1] {
    border-color: rgba(16, 185, 129, 0.25);
    background: rgba(16, 185, 129, 0.05);
}

.mini-stat.warning[b-6khqpbzcf1] {
    border-color: rgba(245, 158, 11, 0.25);
    background: rgba(245, 158, 11, 0.05);
}

.mini-stat.muted[b-6khqpbzcf1] {
    border-color: var(--border-subtle);
    background: var(--bg-secondary);
}

.stat-number[b-6khqpbzcf1] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-primary);
}

.mini-stat.success .stat-number[b-6khqpbzcf1] {
    color: #10b981;
}

.mini-stat.warning .stat-number[b-6khqpbzcf1] {
    color: #f59e0b;
}

.mini-stat.muted .stat-number[b-6khqpbzcf1] {
    color: var(--text-muted);
}

.stat-label[b-6khqpbzcf1] {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.action-buttons-row[b-6khqpbzcf1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.btn[b-6khqpbzcf1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    text-decoration: none;
}

.btn svg[b-6khqpbzcf1] {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.btn-primary[b-6khqpbzcf1] {
    background: var(--accent-primary);
    color: white;
}

.btn-primary:hover[b-6khqpbzcf1] {
    background: var(--accent-light);
}

.btn-secondary[b-6khqpbzcf1] {
    background: var(--bg-secondary);
    color: var(--text-primary);
    border-color: var(--border-subtle);
}

.btn-secondary:hover[b-6khqpbzcf1] {
    background: var(--border-subtle);
}

.btn-danger[b-6khqpbzcf1] {
    background: #dc2626;
    color: white;
}

.btn-danger:hover[b-6khqpbzcf1] {
    background: #b91c1c;
}

/* Apps Grid */
.apps-grid[b-6khqpbzcf1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

.app-card[b-6khqpbzcf1] {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.app-card:hover[b-6khqpbzcf1] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: rgba(67, 92, 167, 0.25);
}

.app-card-header[b-6khqpbzcf1] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.app-card-actions[b-6khqpbzcf1] {
    display: flex;
    gap: 0.375rem;
}

.app-icon-large[b-6khqpbzcf1] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(67, 92, 167, 0.14), rgba(109, 137, 192, 0.22));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.app-initial[b-6khqpbzcf1] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-primary);
    text-transform: uppercase;
}

.app-card h3[b-6khqpbzcf1] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
}

.app-desc[b-6khqpbzcf1] {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.5;
    font-size: 0.8125rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Meta Grid */
.app-meta-grid[b-6khqpbzcf1] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem 0;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}

.meta-item[b-6khqpbzcf1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.meta-label[b-6khqpbzcf1] {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    flex-shrink: 0;
}

.meta-value[b-6khqpbzcf1] {
    font-size: 0.8125rem;
    color: var(--text-primary);
    font-weight: 500;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Type Badge */
.type-badge[b-6khqpbzcf1] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    background: rgba(67, 92, 167, 0.1);
    color: var(--accent-primary, #435ca7);
}

/* App Footer */
.app-footer[b-6khqpbzcf1] {
    margin-top: auto;
}

.app-badges[b-6khqpbzcf1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.badge[b-6khqpbzcf1] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 600;
    white-space: nowrap;
}

.badge-icon[b-6khqpbzcf1] {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.badge-success[b-6khqpbzcf1] {
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
}

.badge-danger[b-6khqpbzcf1] {
    background: rgba(239, 68, 68, 0.12);
    color: #ef4444;
}

.badge-warning[b-6khqpbzcf1] {
    background: rgba(245, 158, 11, 0.12);
    color: #f59e0b;
}

.badge-muted[b-6khqpbzcf1] {
    background: rgba(107, 114, 128, 0.12);
    color: var(--text-muted);
}

/* Permission Key code */
.perm-key[b-6khqpbzcf1] {
    font-family: monospace;
    font-size: 0.75rem;
    color: var(--text-secondary);
    background: var(--bg-secondary);
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
}

/* App Types Section */
.app-types-section[b-6khqpbzcf1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section-header[b-6khqpbzcf1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.section-header h2[b-6khqpbzcf1] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
}

.table-container[b-6khqpbzcf1] {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    overflow-x: auto;
}

.data-table[b-6khqpbzcf1] {
    width: 100%;
    border-collapse: collapse;
}

.data-table th[b-6khqpbzcf1],
.data-table td[b-6khqpbzcf1] {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--border-subtle);
}

.data-table th[b-6khqpbzcf1] {
    background: var(--bg-secondary);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    white-space: nowrap;
}

.data-table td[b-6khqpbzcf1] {
    color: var(--text-primary);
    font-size: 0.875rem;
}

.data-table tbody tr:last-child td[b-6khqpbzcf1] {
    border-bottom: none;
}

.data-table tbody tr:hover[b-6khqpbzcf1] {
    background: var(--bg-secondary);
}

.action-buttons[b-6khqpbzcf1] {
    display: flex;
    gap: 0.5rem;
}

.btn-icon[b-6khqpbzcf1] {
    width: 32px;
    height: 32px;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    background: var(--bg-secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: var(--text-muted);
}

.btn-icon svg[b-6khqpbzcf1] {
    width: 16px;
    height: 16px;
}

.btn-icon:hover[b-6khqpbzcf1] {
    background: var(--bg-card);
    color: var(--accent-primary);
    border-color: var(--accent-primary);
}

.btn-icon.danger:hover[b-6khqpbzcf1] {
    color: #dc2626;
    border-color: #dc2626;
}

/* Status Badge */
.status-badge[b-6khqpbzcf1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-badge.active[b-6khqpbzcf1] {
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
}

.status-badge.inactive[b-6khqpbzcf1] {
    background: rgba(107, 114, 128, 0.12);
    color: var(--text-muted);
}

/* Loading & Empty State */
.loading[b-6khqpbzcf1],
.empty-state[b-6khqpbzcf1] {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    color: var(--text-muted);
}

.empty-state svg[b-6khqpbzcf1] {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
}

.empty-state h3[b-6khqpbzcf1] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.empty-state p[b-6khqpbzcf1] {
    margin: 0;
}

/* Auth Check */
.auth-check[b-6khqpbzcf1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 1rem;
}

.auth-check p[b-6khqpbzcf1] {
    color: var(--text-muted);
    font-size: 0.875rem;
}

.spinner[b-6khqpbzcf1] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-subtle);
    border-top-color: var(--accent-primary);
    border-radius: 50%;
    animation: spin-b-6khqpbzcf1 1s linear infinite;
}

@keyframes spin-b-6khqpbzcf1 {
    to { transform: rotate(360deg); }
}

/* Modal */
.modal-overlay[b-6khqpbzcf1] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal[b-6khqpbzcf1] {
    background: var(--bg-card);
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.modal-header[b-6khqpbzcf1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-subtle);
}

.modal-header h3[b-6khqpbzcf1] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.btn-close[b-6khqpbzcf1] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    transition: all 0.2s;
}

.btn-close:hover[b-6khqpbzcf1] {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.btn-close svg[b-6khqpbzcf1] {
    width: 20px;
    height: 20px;
}

.modal-body[b-6khqpbzcf1] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-6khqpbzcf1] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-6khqpbzcf1] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
}

.form-group input[b-6khqpbzcf1],
.form-group select[b-6khqpbzcf1],
.form-group textarea[b-6khqpbzcf1] {
    padding: 0.625rem 1rem;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    font-size: 0.875rem;
    background: var(--bg-secondary);
    color: var(--text-primary);
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: inherit;
}

.form-group input:focus[b-6khqpbzcf1],
.form-group select:focus[b-6khqpbzcf1],
.form-group textarea:focus[b-6khqpbzcf1] {
    outline: none;
    border-color: var(--accent-primary);
    box-shadow: 0 0 0 3px rgba(67, 92, 167, 0.1);
}

.form-select[b-6khqpbzcf1] {
    width: 100%;
    padding: 0.625rem 1rem;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    font-size: 0.875rem;
    background: var(--bg-secondary);
    color: var(--text-primary);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.form-select option[b-6khqpbzcf1] {
    color: #111827;
    background-color: #ffffff;
}

.checkbox-label[b-6khqpbzcf1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.875rem;
}

.checkbox-label input[b-6khqpbzcf1] {
    width: 18px;
    height: 18px;
    accent-color: var(--accent-primary);
}

.modal-footer[b-6khqpbzcf1] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--border-subtle);
}

.text-muted[b-6khqpbzcf1] {
    color: var(--text-muted);
    font-size: 0.8125rem;
}

/* Alert */
.license-alert[b-6khqpbzcf1] {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    margin: 1rem 0;
    padding: 0.9rem 1rem;
    border: 1px solid transparent;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.license-alert--success[b-6khqpbzcf1] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(16, 185, 129, 0.06));
    border-color: rgba(16, 185, 129, 0.24);
    color: #0f5132;
}

.license-alert--danger[b-6khqpbzcf1] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.12), rgba(239, 68, 68, 0.06));
    border-color: rgba(239, 68, 68, 0.24);
    color: #842029;
}

.license-alert__icon[b-6khqpbzcf1] {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.55);
}

.license-alert__icon svg[b-6khqpbzcf1] {
    width: 1rem;
    height: 1rem;
}

.license-alert__content[b-6khqpbzcf1] {
    flex: 1;
    min-width: 0;
}

.license-alert__title[b-6khqpbzcf1] {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.license-alert__message[b-6khqpbzcf1] {
    font-size: 0.875rem;
    line-height: 1.45;
    word-break: break-word;
}

.license-alert__close[b-6khqpbzcf1] {
    flex: 0 0 auto;
    margin-left: auto;
    border: none;
    background: transparent;
    border-radius: 9999px;
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    color: inherit;
    opacity: 0.7;
    cursor: pointer;
}

.license-alert__close:hover[b-6khqpbzcf1] {
    opacity: 1;
    background: rgba(255, 255, 255, 0.35);
}

.license-alert__close svg[b-6khqpbzcf1] {
    width: 0.95rem;
    height: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
    .mini-stat[b-6khqpbzcf1] {
        min-width: calc(50% - 0.5rem);
    }

    .apps-grid[b-6khqpbzcf1] {
        grid-template-columns: 1fr;
    }

    .data-table th[b-6khqpbzcf1],
    .data-table td[b-6khqpbzcf1] {
        padding: 0.875rem 0.75rem;
    }
}

@media (max-width: 480px) {
    .mini-stat[b-6khqpbzcf1] {
        min-width: 100%;
    }

    .action-buttons-row[b-6khqpbzcf1],
    .section-header[b-6khqpbzcf1] {
        align-items: stretch;
    }

    .action-buttons-row .btn[b-6khqpbzcf1],
    .section-header .btn[b-6khqpbzcf1] {
        width: 100%;
    }

    .modal[b-6khqpbzcf1] {
        max-width: 100%;
        margin: 0;
        border-radius: 12px 12px 0 0;
        max-height: 80vh;
    }

    .modal-overlay[b-6khqpbzcf1] {
        align-items: flex-end;
        padding: 0;
    }

    .modal-footer[b-6khqpbzcf1] {
        flex-direction: column;
    }

    .modal-footer .btn[b-6khqpbzcf1] {
        width: 100%;
    }
}
/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
/* Dashboard Styles - Responsive */

.dashboard[b-8bkj7chj0s] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* Stats Grid */
.stats-grid[b-8bkj7chj0s] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-8bkj7chj0s] {
    background: var(--bg-card);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border: 1px solid var(--border-subtle);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card:hover[b-8bkj7chj0s] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-icon[b-8bkj7chj0s] {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon svg[b-8bkj7chj0s] {
    width: 24px;
    height: 24px;
}

.stat-icon.users-icon[b-8bkj7chj0s] { background: rgba(59, 130, 246, 0.1); color: #3b82f6; }
.stat-icon.licenses-icon[b-8bkj7chj0s] { background: rgba(16, 185, 129, 0.1); color: #10b981; }
.stat-icon.companies-icon[b-8bkj7chj0s] { background: rgba(139, 92, 246, 0.1); color: #8b5cf6; }
.stat-icon.apps-icon[b-8bkj7chj0s] { background: rgba(67, 92, 167, 0.1); color: #435ca7; }
.stat-icon.devices-icon[b-8bkj7chj0s] { background: rgba(245, 158, 11, 0.1); color: #f59e0b; }
.stat-icon.expired-icon[b-8bkj7chj0s] { background: rgba(239, 68, 68, 0.1); color: #ef4444; }

.stat-content[b-8bkj7chj0s] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.stat-value[b-8bkj7chj0s] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1;
}

.stat-label[b-8bkj7chj0s] {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.stat-badge[b-8bkj7chj0s] {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    border-radius: 9999px;
    width: fit-content;
}

.stat-badge.success[b-8bkj7chj0s] { background: rgba(16, 185, 129, 0.1); color: #10b981; }
.stat-badge.danger[b-8bkj7chj0s] { background: rgba(239, 68, 68, 0.1); color: #ef4444; }

/* Dashboard Grid */
.dashboard-grid[b-8bkj7chj0s] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.card[b-8bkj7chj0s] {
    background: var(--bg-card);
    border-radius: 12px;
    border: 1px solid var(--border-subtle);
    overflow: hidden;
}

.card-header[b-8bkj7chj0s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-subtle);
}

.card-header h3[b-8bkj7chj0s] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.chart-total[b-8bkj7chj0s] {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 500;
}

.view-all[b-8bkj7chj0s] {
    font-size: 0.875rem;
    color: var(--accent-primary);
    text-decoration: none;
    font-weight: 500;
}

.view-all:hover[b-8bkj7chj0s] { text-decoration: underline; }

.card-body[b-8bkj7chj0s] {
    padding: 1.5rem;
}

/* Chart Styles */
.chart-card[b-8bkj7chj0s] { min-height: 280px; }

.chart-container[b-8bkj7chj0s] {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 180px;
    gap: 0.5rem;
    padding-top: 1rem;
}

.chart-bar-wrapper[b-8bkj7chj0s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    flex: 1;
    max-width: 60px;
    height: 100%;
    justify-content: flex-end;
}

.chart-value[b-8bkj7chj0s] {
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--text-primary);
}

.chart-bar[b-8bkj7chj0s] {
    width: 100%;
    max-width: 40px;
    background: linear-gradient(180deg, var(--accent-primary) 0%, var(--accent-light) 100%);
    border-radius: 6px 6px 0 0;
    min-height: 4px;
    transition: height 0.3s ease;
}

.chart-bar.licenses[b-8bkj7chj0s] {
    background: linear-gradient(180deg, #10b981 0%, #34d399 100%);
}

.chart-label[b-8bkj7chj0s] {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-align: center;
}

/* Donut Chart */
.donut-card[b-8bkj7chj0s] { min-height: 280px; }

.donut-body[b-8bkj7chj0s] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.donut-chart[b-8bkj7chj0s] {
    flex-shrink: 0;
}

.donut-svg[b-8bkj7chj0s] {
    width: 140px;
    height: 140px;
    transform: rotate(-90deg);
}

.donut-bg[b-8bkj7chj0s] {
    fill: none;
    stroke: var(--bg-secondary);
    stroke-width: 14;
}

.donut-active[b-8bkj7chj0s] {
    fill: none;
    stroke: #10b981;
    stroke-width: 14;
    stroke-linecap: round;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
}

.donut-expired[b-8bkj7chj0s] {
    fill: none;
    stroke: #ef4444;
    stroke-width: 14;
    stroke-linecap: round;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
}

.donut-inactive[b-8bkj7chj0s] {
    fill: none;
    stroke: #6b7280;
    stroke-width: 14;
    stroke-linecap: round;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
}

.donut-revoked[b-8bkj7chj0s] {
    fill: none;
    stroke: #ef4444;
    stroke-width: 14;
    stroke-linecap: round;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
}

.donut-center-value[b-8bkj7chj0s] {
    font-size: 20px;
    font-weight: 700;
    fill: var(--text-primary);
    transform: rotate(90deg);
    transform-origin: 60px 60px;
}

.donut-center-label[b-8bkj7chj0s] {
    font-size: 9px;
    fill: var(--text-muted);
    transform: rotate(90deg);
    transform-origin: 60px 60px;
}

.donut-legend[b-8bkj7chj0s] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.legend-item[b-8bkj7chj0s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.legend-dot[b-8bkj7chj0s] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.legend-dot.active[b-8bkj7chj0s] { background: #10b981; }
.legend-dot.expired[b-8bkj7chj0s] { background: #ef4444; }
.legend-dot.inactive[b-8bkj7chj0s] { background: #6b7280; }
.legend-dot.revoked[b-8bkj7chj0s] { background: #ef4444; }

.legend-label[b-8bkj7chj0s] {
    font-size: 0.8125rem;
    color: var(--text-muted);
    flex: 1;
}

.legend-value[b-8bkj7chj0s] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-primary);
}

/* Activity Styles */
.activity-list[b-8bkj7chj0s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.activity-item[b-8bkj7chj0s] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.activity-icon[b-8bkj7chj0s] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.activity-icon svg[b-8bkj7chj0s] {
    width: 18px;
    height: 18px;
    color: var(--text-muted);
}

.activity-content[b-8bkj7chj0s] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

.activity-user[b-8bkj7chj0s] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
}

.activity-desc[b-8bkj7chj0s] {
    font-size: 0.8125rem;
    color: var(--text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity-time[b-8bkj7chj0s] {
    font-size: 0.75rem;
    color: var(--text-muted);
    flex-shrink: 0;
}

.no-data[b-8bkj7chj0s] {
    text-align: center;
    color: var(--text-muted);
    padding: 2rem;
}

/* Quick Actions */
.quick-actions[b-8bkj7chj0s] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.quick-action[b-8bkj7chj0s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem;
    background: var(--bg-secondary);
    border-radius: 10px;
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.2s ease;
}

.quick-action:hover[b-8bkj7chj0s] {
    background: var(--accent-primary);
    color: white;
}

.quick-action svg[b-8bkj7chj0s] {
    width: 28px;
    height: 28px;
}

.quick-action span[b-8bkj7chj0s] {
    font-size: 0.8125rem;
    font-weight: 500;
    text-align: center;
}

/* Auth Check */
.auth-check[b-8bkj7chj0s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 1rem;
}

.auth-check .spinner[b-8bkj7chj0s] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-subtle);
    border-top-color: var(--accent-primary);
    border-radius: 50%;
    animation: spin-b-8bkj7chj0s 1s linear infinite;
}

.auth-check p[b-8bkj7chj0s] {
    color: var(--text-muted);
    font-size: 0.875rem;
}

@keyframes spin-b-8bkj7chj0s {
    to { transform: rotate(360deg); }
}

/* Responsive - Tablets */
@media (max-width: 1024px) {
    .stats-grid[b-8bkj7chj0s] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .dashboard-grid[b-8bkj7chj0s] {
        grid-template-columns: 1fr;
    }

    .stat-value[b-8bkj7chj0s] {
        font-size: 1.75rem;
    }

    .chart-container[b-8bkj7chj0s] {
        height: 150px;
    }
}

/* Responsive - Mobile */
@media (max-width: 640px) {
    .dashboard[b-8bkj7chj0s] {
        padding: 0;
    }

    .stats-grid[b-8bkj7chj0s] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .stat-card[b-8bkj7chj0s] {
        flex-direction: row;
        align-items: center;
        padding: 1rem;
        position: relative;
    }

    .stat-icon[b-8bkj7chj0s] {
        width: 44px;
        height: 44px;
    }

    .stat-content[b-8bkj7chj0s] {
        flex: 1;
    }

    .stat-value[b-8bkj7chj0s] {
        font-size: 1.5rem;
    }

    .stat-badge[b-8bkj7chj0s] {
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

    .dashboard-grid[b-8bkj7chj0s] {
        gap: 1rem;
    }

    .card-header[b-8bkj7chj0s] {
        padding: 1rem;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .card-body[b-8bkj7chj0s] {
        padding: 1rem;
    }

    .chart-container[b-8bkj7chj0s] {
        height: 120px;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 0.5rem;
    }

    .chart-bar-wrapper[b-8bkj7chj0s] {
        min-width: 40px;
    }

    .donut-body[b-8bkj7chj0s] {
        flex-direction: column;
    }

    .donut-svg[b-8bkj7chj0s] {
        width: 120px;
        height: 120px;
    }

    .activity-item[b-8bkj7chj0s] {
        flex-wrap: wrap;
    }

    .activity-content[b-8bkj7chj0s] {
        order: 1;
        width: calc(100% - 52px);
    }

    .activity-time[b-8bkj7chj0s] {
        order: 2;
        width: 100%;
        padding-left: 52px;
        margin-top: -0.5rem;
    }

    .quick-actions[b-8bkj7chj0s] {
        grid-template-columns: 1fr;
    }

    .quick-action[b-8bkj7chj0s] {
        flex-direction: row;
        justify-content: flex-start;
        padding: 1rem;
    }

    .quick-action svg[b-8bkj7chj0s] {
        width: 24px;
        height: 24px;
    }
}

/* Responsive - Small Mobile */
@media (max-width: 380px) {
    .stat-card[b-8bkj7chj0s] {
        padding: 0.875rem;
    }

    .stat-icon[b-8bkj7chj0s] {
        width: 40px;
        height: 40px;
    }

    .stat-icon svg[b-8bkj7chj0s] {
        width: 20px;
        height: 20px;
    }

    .stat-value[b-8bkj7chj0s] {
        font-size: 1.25rem;
    }

    .stat-label[b-8bkj7chj0s] {
        font-size: 0.75rem;
    }

    .chart-bar[b-8bkj7chj0s] {
        max-width: 24px;
    }

    .chart-label[b-8bkj7chj0s] {
        font-size: 0.625rem;
    }
}
/* /Components/Pages/Admin/Devices.razor.rz.scp.css */
/* Devices Page Styles */

.devices-page[b-nmln2o4aw5] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-nmln2o4aw5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.search-box[b-nmln2o4aw5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border-medium);
    border-radius: var(--radius-md);
    padding: 0.75rem 1rem;
    flex: 1;
    min-width: 200px;
    max-width: 400px;
}

.search-box input[b-nmln2o4aw5] {
    border: none;
    background: none;
    outline: none;
    font-size: 0.9375rem;
    color: var(--text-primary);
    width: 100%;
}

.search-box svg[b-nmln2o4aw5] {
    width: 20px;
    height: 20px;
    color: var(--text-muted);
    flex-shrink: 0;
}

.filter-box[b-nmln2o4aw5] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.filter-input[b-nmln2o4aw5] {
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    background: var(--bg-card);
    color: var(--text-primary);
    font-size: 0.875rem;
    width: 140px;
}

.filter-input:focus[b-nmln2o4aw5] {
    outline: none;
    border-color: var(--accent-primary);
    box-shadow: 0 0 0 3px rgba(67, 92, 167, 0.1);
}

/* Stats Row */
.stats-row[b-nmln2o4aw5] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.mini-stat[b-nmln2o4aw5] {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    min-width: 100px;
}

.mini-stat.success[b-nmln2o4aw5] {
    border-color: rgba(16, 185, 129, 0.3);
    background: rgba(16, 185, 129, 0.05);
}

.mini-stat.warning[b-nmln2o4aw5] {
    border-color: rgba(245, 158, 11, 0.3);
    background: rgba(245, 158, 11, 0.05);
}

.stat-number[b-nmln2o4aw5] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
}

.mini-stat.success .stat-number[b-nmln2o4aw5] {
    color: #10b981;
}

.mini-stat.warning .stat-number[b-nmln2o4aw5] {
    color: #f59e0b;
}

.stat-label[b-nmln2o4aw5] {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Buttons */
.btn[b-nmln2o4aw5] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    text-decoration: none;
}

.btn svg[b-nmln2o4aw5] {
    width: 18px;
    height: 18px;
}

.btn-primary[b-nmln2o4aw5] {
    background: var(--accent-primary);
    color: white;
}

.btn-secondary[b-nmln2o4aw5] {
    background: var(--bg-secondary);
    color: var(--text-primary);
    border: 1px solid var(--border-subtle);
}

.btn-secondary:hover[b-nmln2o4aw5] {
    background: var(--border-subtle);
}

.btn-sm[b-nmln2o4aw5] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.btn-sm svg[b-nmln2o4aw5] {
    width: 16px;
    height: 16px;
}

/* Table */
.table-container[b-nmln2o4aw5] {
    background: var(--bg-card);
    border-radius: 12px;
    border: 1px solid var(--border-subtle);
    overflow: hidden;
}

.table-wrapper[b-nmln2o4aw5] {
    overflow-x: auto;
}

.devices-table[b-nmln2o4aw5] {
    width: 100%;
    border-collapse: collapse;
}

.devices-table th[b-nmln2o4aw5],
.devices-table td[b-nmln2o4aw5] {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--border-subtle);
}

.devices-table th[b-nmln2o4aw5] {
    background: var(--bg-secondary);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    white-space: nowrap;
}

.devices-table td[b-nmln2o4aw5] {
    font-size: 0.875rem;
    color: var(--text-primary);
}

.devices-table tbody tr[b-nmln2o4aw5] {
    transition: background-color 0.15s;
}

.devices-table tbody tr:hover[b-nmln2o4aw5] {
    background: var(--bg-secondary);
}

.devices-table tbody tr:last-child td[b-nmln2o4aw5] {
    border-bottom: none;
}

/* Device Cell */
.device-cell[b-nmln2o4aw5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.device-avatar[b-nmln2o4aw5] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.device-avatar.platform-windows[b-nmln2o4aw5] { background: #0078D4; }
.device-avatar.platform-android[b-nmln2o4aw5] { background: #3DDC84; color: #1a1a1a; }
.device-avatar.platform-ios[b-nmln2o4aw5] { background: #000000; }
.device-avatar.platform-linux[b-nmln2o4aw5] { background: #FCC624; color: #1a1a1a; }
.device-avatar.platform-macos[b-nmln2o4aw5] { background: #555555; }
.device-avatar.platform-default[b-nmln2o4aw5] { background: var(--accent-primary); }

.device-info[b-nmln2o4aw5] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.device-name[b-nmln2o4aw5] {
    font-weight: 500;
    color: var(--text-primary);
}

.device-id[b-nmln2o4aw5] {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-family: monospace;
}

/* Platform Badge */
.platform-badge[b-nmln2o4aw5] {
    display: inline-block;
    padding: 0.2rem 0.625rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.platform-badge.platform-windows[b-nmln2o4aw5] { background: rgba(0, 120, 212, 0.12); color: #0078D4; }
.platform-badge.platform-android[b-nmln2o4aw5] { background: rgba(61, 220, 132, 0.12); color: #2da76a; }
.platform-badge.platform-ios[b-nmln2o4aw5] { background: rgba(0, 0, 0, 0.08); color: #333; }
.platform-badge.platform-linux[b-nmln2o4aw5] { background: rgba(252, 198, 36, 0.15); color: #b8860b; }
.platform-badge.platform-macos[b-nmln2o4aw5] { background: rgba(85, 85, 85, 0.12); color: #555; }
.platform-badge.platform-default[b-nmln2o4aw5] { background: rgba(67, 92, 167, 0.1); color: var(--accent-primary); }

/* Company Name */
.company-name[b-nmln2o4aw5] {
    font-size: 0.875rem;
    color: var(--text-primary);
    font-weight: 500;
}

/* User Cell */
.user-cell[b-nmln2o4aw5] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.user-name[b-nmln2o4aw5] {
    font-weight: 500;
    color: var(--text-primary);
    font-size: 0.875rem;
}

.user-email[b-nmln2o4aw5] {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.text-muted[b-nmln2o4aw5] {
    color: var(--text-muted);
    font-size: 0.875rem;
}

/* Status Badge */
.status-badge[b-nmln2o4aw5] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-badge[b-nmln2o4aw5]::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.status-active[b-nmln2o4aw5] {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.status-active[b-nmln2o4aw5]::before {
    background: #10b981;
}

.status-revoked[b-nmln2o4aw5] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.status-revoked[b-nmln2o4aw5]::before {
    background: #ef4444;
}

/* Actions */
.actions-cell[b-nmln2o4aw5] {
    display: flex;
    gap: 0.5rem;
}

.action-btn[b-nmln2o4aw5] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    transition: all 0.2s;
}

.action-btn svg[b-nmln2o4aw5] {
    width: 18px;
    height: 18px;
}

.action-btn:hover[b-nmln2o4aw5] {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.action-btn.delete:hover[b-nmln2o4aw5] {
    color: #ef4444;
}

/* Empty / Loading State */
.empty-state[b-nmln2o4aw5] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state svg[b-nmln2o4aw5] {
    width: 64px;
    height: 64px;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.empty-state h3[b-nmln2o4aw5] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 0.5rem;
}

.empty-state p[b-nmln2o4aw5] {
    color: var(--text-muted);
    margin: 0;
}

.loading-state[b-nmln2o4aw5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.spinner[b-nmln2o4aw5] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-subtle);
    border-top-color: var(--accent-primary);
    border-radius: 50%;
    animation: spin-b-nmln2o4aw5 1s linear infinite;
}

@keyframes spin-b-nmln2o4aw5 {
    to { transform: rotate(360deg); }
}

/* Auth Check */
.auth-check[b-nmln2o4aw5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 1rem;
}

.auth-check p[b-nmln2o4aw5] {
    color: var(--text-muted);
    font-size: 0.875rem;
}

/* Pagination */
.pagination[b-nmln2o4aw5] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1rem;
}

.page-info[b-nmln2o4aw5] {
    font-size: 0.875rem;
    color: var(--text-muted);
}

/* Alert */
.license-alert[b-nmln2o4aw5] {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    margin: 1rem 0;
    padding: 0.9rem 1rem;
    border: 1px solid transparent;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.license-alert--success[b-nmln2o4aw5] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(16, 185, 129, 0.06));
    border-color: rgba(16, 185, 129, 0.24);
    color: #0f5132;
}

.license-alert--danger[b-nmln2o4aw5] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.12), rgba(239, 68, 68, 0.06));
    border-color: rgba(239, 68, 68, 0.24);
    color: #842029;
}

.license-alert__icon[b-nmln2o4aw5] {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.55);
}

.license-alert__icon svg[b-nmln2o4aw5] {
    width: 1rem;
    height: 1rem;
}

.license-alert__content[b-nmln2o4aw5] {
    flex: 1;
    min-width: 0;
}

.license-alert__title[b-nmln2o4aw5] {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.license-alert__message[b-nmln2o4aw5] {
    font-size: 0.875rem;
    line-height: 1.45;
    word-break: break-word;
}

.license-alert__close[b-nmln2o4aw5] {
    flex: 0 0 auto;
    margin-left: auto;
    border: none;
    background: transparent;
    border-radius: 9999px;
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    color: inherit;
    opacity: 0.7;
    cursor: pointer;
}

.license-alert__close:hover[b-nmln2o4aw5] {
    opacity: 1;
    background: rgba(255, 255, 255, 0.35);
}

.license-alert__close svg[b-nmln2o4aw5] {
    width: 0.95rem;
    height: 0.95rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .page-header[b-nmln2o4aw5] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-box[b-nmln2o4aw5] {
        max-width: none;
    }

    .devices-table th[b-nmln2o4aw5],
    .devices-table td[b-nmln2o4aw5] {
        padding: 0.875rem 1rem;
    }
}

@media (max-width: 640px) {
    .devices-page[b-nmln2o4aw5] {
        padding: 0;
    }

    .stats-row[b-nmln2o4aw5] {
        gap: 0.75rem;
    }

    .mini-stat[b-nmln2o4aw5] {
        flex: 1;
        min-width: calc(50% - 0.375rem);
        padding: 0.875rem 1rem;
    }

    .stat-number[b-nmln2o4aw5] {
        font-size: 1.25rem;
    }

    .filter-box[b-nmln2o4aw5] {
        flex-wrap: wrap;
    }

    .filter-input[b-nmln2o4aw5] {
        width: 100%;
    }

    .devices-table th[b-nmln2o4aw5],
    .devices-table td[b-nmln2o4aw5] {
        padding: 0.75rem;
    }

    .pagination[b-nmln2o4aw5] {
        flex-wrap: wrap;
    }
}
/* /Components/Pages/Admin/Licenses.razor.rz.scp.css */
/* Licenses Page Styles - Responsive */
/* Reuses Users.razor.css styles for table, modal, pagination, buttons */

.licenses-page[b-me13h81oqu] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-me13h81oqu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-me13h81oqu] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.header-actions[b-me13h81oqu] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* Search and Filter */
.search-box[b-me13h81oqu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border-medium);
    border-radius: var(--radius-md);
    padding: 0.75rem 1rem;
    flex: 1;
    min-width: 200px;
    max-width: 400px;
}

.search-box input[b-me13h81oqu] {
    border: none;
    background: none;
    outline: none;
    font-size: 0.9375rem;
    color: var(--text-primary);
    width: 100%;
}

.search-box input:focus[b-me13h81oqu] {
    outline: none;
}

.search-box svg[b-me13h81oqu] {
    width: 20px;
    height: 20px;
    color: var(--text-muted);
}

/* Form Select / Dropdown */
.form-select[b-me13h81oqu] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border-medium, #d1d5db);
    border-radius: 8px;
    font-size: 0.9375rem;
    color: var(--text-primary, #111827) !important;
    background-color: var(--bg-primary, #ffffff) !important;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-select option[b-me13h81oqu] {
    color: #111827;
    background-color: #ffffff;
}

.form-select:focus[b-me13h81oqu] {
    outline: none;
    border-color: var(--accent-primary, #435ca7);
    box-shadow: 0 0 0 3px rgba(67, 92, 167, 0.12);
}

/* Header Actions */
.header-actions[b-me13h81oqu] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

/* Input with inline button */
.input-with-button[b-me13h81oqu] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.input-with-button input[b-me13h81oqu] {
    flex: 1;
}

.input-with-button .btn[b-me13h81oqu] {
    flex-shrink: 0;
    white-space: nowrap;
}

/* Buttons */
.btn[b-me13h81oqu] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    text-decoration: none;
}

.btn svg[b-me13h81oqu] {
    width: 18px;
    height: 18px;
}

.btn-primary[b-me13h81oqu] {
    background: var(--accent-primary);
    color: white;
}

.btn-primary:hover[b-me13h81oqu] {
    background: var(--accent-light);
}

.btn-secondary[b-me13h81oqu] {
    background: var(--bg-secondary);
    color: var(--text-primary);
    border: 1px solid var(--border-subtle);
}

.btn-secondary:hover[b-me13h81oqu] {
    background: var(--border-subtle);
}

.btn-sm[b-me13h81oqu] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.btn-sm svg[b-me13h81oqu] {
    width: 16px;
    height: 16px;
}

/* Table Container */
.table-container[b-me13h81oqu] {
    background: var(--bg-card);
    border-radius: 12px;
    border: 1px solid var(--border-subtle);
    overflow: hidden;
}

.table-wrapper[b-me13h81oqu] {
    overflow-x: auto;
}

/* Table */
.licenses-table[b-me13h81oqu] {
    width: 100%;
    border-collapse: collapse;
}

.licenses-table th[b-me13h81oqu],
.licenses-table td[b-me13h81oqu] {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--border-subtle);
}

.licenses-table th[b-me13h81oqu] {
    background: var(--bg-secondary);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    white-space: nowrap;
}

.licenses-table td[b-me13h81oqu] {
    font-size: 0.875rem;
    color: var(--text-primary);
}

.licenses-table tbody tr[b-me13h81oqu] {
    transition: background-color 0.15s;
}

.licenses-table tbody tr:hover[b-me13h81oqu] {
    background: var(--bg-secondary);
}

.licenses-table tbody tr:last-child td[b-me13h81oqu] {
    border-bottom: none;
}

/* License Cell */
.license-cell[b-me13h81oqu] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.license-key[b-me13h81oqu] {
    font-family: monospace;
    font-weight: 500;
    color: var(--text-primary);
    font-size: 0.875rem;
}

.license-company[b-me13h81oqu] {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* Status Badge */
.status-badge[b-me13h81oqu] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-badge[b-me13h81oqu]::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.status-active[b-me13h81oqu] {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.status-active[b-me13h81oqu]::before {
    background: #10b981;
}

.status-expired[b-me13h81oqu] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.status-expired[b-me13h81oqu]::before {
    background: #ef4444;
}

.status-pending[b-me13h81oqu] {
    background: rgba(67, 92, 167, 0.1);
    color: #435ca7;
}

.status-pending[b-me13h81oqu]::before {
    background: #435ca7;
}

/* Actions Cell */
.actions-cell[b-me13h81oqu] {
    display: flex;
    gap: 0.5rem;
}

.action-btn[b-me13h81oqu] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    transition: all 0.2s;
}

.action-btn svg[b-me13h81oqu] {
    width: 18px;
    height: 18px;
}

.action-btn:hover[b-me13h81oqu] {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.action-btn.edit:hover[b-me13h81oqu] {
    color: var(--accent-primary);
}

.action-btn.delete:hover[b-me13h81oqu] {
    color: #ef4444;
}

/* Empty State */
.empty-state[b-me13h81oqu] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state svg[b-me13h81oqu] {
    width: 64px;
    height: 64px;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.empty-state h3[b-me13h81oqu] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 0.5rem;
}

.empty-state p[b-me13h81oqu] {
    color: var(--text-muted);
    margin: 0;
}

/* Loading State */
.loading-state[b-me13h81oqu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.spinner[b-me13h81oqu] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-subtle);
    border-top-color: var(--accent-primary);
    border-radius: 50%;
    animation: spin-b-me13h81oqu 1s linear infinite;
}

@keyframes spin-b-me13h81oqu {
    to { transform: rotate(360deg); }
}

/* Auth Check */
.auth-check[b-me13h81oqu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 1rem;
}

.auth-check p[b-me13h81oqu] {
    color: var(--text-muted);
    font-size: 0.875rem;
}

/* Pagination */
.pagination[b-me13h81oqu] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1rem;
}

.page-info[b-me13h81oqu] {
    font-size: 0.875rem;
    color: var(--text-muted);
}

/* Modal Styles */
.modal-overlay[b-me13h81oqu] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal[b-me13h81oqu] {
    background: var(--bg-card);
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.modal-header[b-me13h81oqu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-subtle);
}

.modal-header h3[b-me13h81oqu] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.btn-close[b-me13h81oqu] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    transition: all 0.2s;
}

.btn-close:hover[b-me13h81oqu] {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.btn-close svg[b-me13h81oqu] {
    width: 20px;
    height: 20px;
}

.modal-body[b-me13h81oqu] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-me13h81oqu] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-me13h81oqu] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
}

.form-group input[b-me13h81oqu],
.form-group select[b-me13h81oqu] {
    padding: 0.625rem 1rem;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    font-size: 0.875rem;
    background: var(--bg-secondary);
    color: var(--text-primary);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus[b-me13h81oqu],
.form-group select:focus[b-me13h81oqu] {
    outline: none;
    border-color: var(--accent-primary);
    box-shadow: 0 0 0 3px rgba(67, 92, 167, 0.1);
}

/* Toggle Switch */
.toggle[b-me13h81oqu] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.toggle input[b-me13h81oqu] {
    display: none;
}

.toggle-slider[b-me13h81oqu] {
    width: 44px;
    height: 24px;
    background: var(--border-subtle);
    border-radius: 12px;
    position: relative;
    transition: background-color 0.2s;
}

.toggle-slider[b-me13h81oqu]::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    top: 3px;
    left: 3px;
    transition: transform 0.2s;
}

.toggle input:checked + .toggle-slider[b-me13h81oqu] {
    background: var(--accent-primary);
}

.toggle input:checked + .toggle-slider[b-me13h81oqu]::before {
    transform: translateX(20px);
}

.modal-footer[b-me13h81oqu] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--border-subtle);
}

/* Responsive - Tablets */
@media (max-width: 1024px) {
    .page-header[b-me13h81oqu] {
        flex-direction: column;
        align-items: stretch;
    }

    .header-actions[b-me13h81oqu] {
        justify-content: space-between;
    }

    .search-box[b-me13h81oqu] {
        max-width: none;
    }

    .licenses-table th[b-me13h81oqu],
    .licenses-table td[b-me13h81oqu] {
        padding: 0.875rem 1rem;
    }
}

/* Responsive - Mobile */
@media (max-width: 640px) {
    .licenses-page[b-me13h81oqu] {
        padding: 0;
    }

    .page-header[b-me13h81oqu] {
        margin-bottom: 1rem;
    }

    .page-title[b-me13h81oqu] {
        font-size: 1.25rem;
    }

    .header-actions[b-me13h81oqu] {
        flex-direction: column;
    }

    .btn[b-me13h81oqu] {
        width: 100%;
        justify-content: center;
    }

    .table-container[b-me13h81oqu] {
        border-radius: 8px;
    }

    .licenses-table th[b-me13h81oqu],
    .licenses-table td[b-me13h81oqu] {
        padding: 0.75rem;
    }

    .license-cell[b-me13h81oqu] {
        min-width: 120px;
    }

    .license-key[b-me13h81oqu] {
        font-size: 0.75rem;
    }

    .license-company[b-me13h81oqu] {
        font-size: 0.6875rem;
    }

    .status-badge[b-me13h81oqu] {
        font-size: 0.6875rem;
        padding: 0.2rem 0.5rem;
    }

    .actions-cell[b-me13h81oqu] {
        justify-content: flex-end;
    }

    .action-btn[b-me13h81oqu] {
        width: 28px;
        height: 28px;
    }

    .action-btn svg[b-me13h81oqu] {
        width: 16px;
        height: 16px;
    }

    .empty-state[b-me13h81oqu] {
        padding: 3rem 1rem;
    }

    .empty-state svg[b-me13h81oqu] {
        width: 48px;
        height: 48px;
    }

    .pagination[b-me13h81oqu] {
        flex-wrap: wrap;
    }

    .modal[b-me13h81oqu] {
        max-width: 100%;
        margin: 0;
        border-radius: 12px 12px 0 0;
        max-height: 80vh;
    }

    .modal-overlay[b-me13h81oqu] {
        align-items: flex-end;
        padding: 0;
    }

    .modal-header[b-me13h81oqu] {
        padding: 1rem;
    }

    .modal-body[b-me13h81oqu] {
        padding: 1rem;
    }

    .modal-footer[b-me13h81oqu] {
        padding: 1rem;
        flex-direction: column;
    }

    .modal-footer .btn[b-me13h81oqu] {
        width: 100%;
        justify-content: center;
    }
}

/* Responsive - Small Mobile */
@media (max-width: 380px) {
    .licenses-table th[b-me13h81oqu],
    .licenses-table td[b-me13h81oqu] {
        padding: 0.625rem 0.5rem;
        font-size: 0.8125rem;
    }
}

/* Stats Row */
.stats-row[b-me13h81oqu] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.mini-stat[b-me13h81oqu] {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    min-width: 100px;
}

.mini-stat.success[b-me13h81oqu] {
    border-color: rgba(16, 185, 129, 0.3);
    background: rgba(16, 185, 129, 0.05);
}

.mini-stat.warning[b-me13h81oqu] {
    border-color: rgba(245, 158, 11, 0.3);
    background: rgba(245, 158, 11, 0.05);
}

.stat-number[b-me13h81oqu] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
}

.mini-stat.success .stat-number[b-me13h81oqu] {
    color: #10b981;
}

.mini-stat.warning .stat-number[b-me13h81oqu] {
    color: #f59e0b;
}

.stat-label[b-me13h81oqu] {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* App Cell */
.app-cell[b-me13h81oqu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.app-info[b-me13h81oqu] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.app-name[b-me13h81oqu] {
    font-weight: 500;
    color: var(--text-primary);
}

.app-meta[b-me13h81oqu] {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.app-icon[b-me13h81oqu] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.app-icon svg[b-me13h81oqu] {
    width: 18px;
    height: 18px;
    color: var(--text-muted);
}

/* Company Name */
.company-name[b-me13h81oqu] {
    font-size: 0.875rem;
    color: var(--text-primary);
    font-weight: 500;
}

/* Type Badge */
.type-badge[b-me13h81oqu] {
    display: inline-block;
    padding: 0.2rem 0.625rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    background: rgba(67, 92, 167, 0.1);
    color: var(--accent-primary, #435ca7);
}

/* Inactive stat */
.mini-stat.muted[b-me13h81oqu] {
    border-color: var(--border-subtle);
    background: var(--bg-secondary);
}

.mini-stat.muted .stat-number[b-me13h81oqu] {
    color: var(--text-muted);
}

/* Status Inactive */
.status-inactive[b-me13h81oqu] {
    background: rgba(107, 114, 128, 0.1);
    color: #6b7280;
}

.status-inactive[b-me13h81oqu]::before {
    background: #6b7280;
}

/* Responsive for Stats */
@media (max-width: 640px) {
    .stats-row[b-me13h81oqu] {
        gap: 0.75rem;
    }

    .mini-stat[b-me13h81oqu] {
        flex: 1;
        min-width: calc(50% - 0.375rem);
        padding: 0.875rem 1rem;
    }

    .stat-number[b-me13h81oqu] {
        font-size: 1.25rem;
    }

    .stat-label[b-me13h81oqu] {
        font-size: 0.6875rem;
    }
}

@media (max-width: 380px) {
    .mini-stat[b-me13h81oqu] {
        min-width: 100%;
    }
}

.license-alert[b-me13h81oqu] {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    margin: 1rem 0;
    padding: 0.9rem 1rem;
    border: 1px solid transparent;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.license-alert--success[b-me13h81oqu] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(16, 185, 129, 0.06));
    border-color: rgba(16, 185, 129, 0.24);
    color: #0f5132;
}

.license-alert--danger[b-me13h81oqu] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.12), rgba(239, 68, 68, 0.06));
    border-color: rgba(239, 68, 68, 0.24);
    color: #842029;
}

.license-alert__icon[b-me13h81oqu] {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.55);
}

.license-alert__icon svg[b-me13h81oqu] {
    width: 1rem;
    height: 1rem;
}

.license-alert__content[b-me13h81oqu] {
    flex: 1;
    min-width: 0;
}

.license-alert__title[b-me13h81oqu] {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.license-alert__message[b-me13h81oqu] {
    font-size: 0.875rem;
    line-height: 1.45;
    word-break: break-word;
}

.license-alert__close[b-me13h81oqu] {
    flex: 0 0 auto;
    margin-left: auto;
    border: none;
    background: transparent;
    border-radius: 9999px;
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    color: inherit;
    opacity: 0.7;
}

.license-alert__close:hover[b-me13h81oqu] {
    opacity: 1;
    background: rgba(255, 255, 255, 0.35);
}

.license-alert__close svg[b-me13h81oqu] {
    width: 0.95rem;
    height: 0.95rem;
}
/* /Components/Pages/Admin/Users.razor.rz.scp.css */
/* Users Page Styles - Responsive */

.users-page[b-xace2a4baq] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-xace2a4baq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-xace2a4baq] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.header-actions[b-xace2a4baq] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* Search and Filter */
.search-box[b-xace2a4baq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    flex: 1;
    min-width: 200px;
    max-width: 400px;
}

.search-box input[b-xace2a4baq] {
    border: none;
    background: none;
    outline: none;
    font-size: 0.9375rem;
    color: var(--text-primary);
    width: 100%;
}

.search-box input:focus[b-xace2a4baq] {
    outline: none;
}

.search-box svg[b-xace2a4baq] {
    width: 20px;
    height: 20px;
    color: var(--text-muted);
}

/* Buttons */
.btn[b-xace2a4baq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    text-decoration: none;
}

.btn svg[b-xace2a4baq] {
    width: 18px;
    height: 18px;
}

.btn-primary[b-xace2a4baq] {
    background: var(--accent-primary);
    color: white;
}

.btn-primary:hover[b-xace2a4baq] {
    background: var(--accent-light);
}

.btn-secondary[b-xace2a4baq] {
    background: var(--bg-secondary);
    color: var(--text-primary);
    border: 1px solid var(--border-subtle);
}

.btn-secondary:hover[b-xace2a4baq] {
    background: var(--border-subtle);
}

.btn-sm[b-xace2a4baq] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.btn-sm svg[b-xace2a4baq] {
    width: 16px;
    height: 16px;
}

/* Table Container */
.table-container[b-xace2a4baq] {
    background: var(--bg-card);
    border-radius: 12px;
    border: 1px solid var(--border-subtle);
    overflow: hidden;
}

.table-wrapper[b-xace2a4baq] {
    overflow-x: auto;
}

/* Table */
.users-table[b-xace2a4baq] {
    width: 100%;
    border-collapse: collapse;
}

.users-table th[b-xace2a4baq],
.users-table td[b-xace2a4baq] {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--border-subtle);
}

.users-table th[b-xace2a4baq] {
    background: var(--bg-secondary);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    white-space: nowrap;
}

.users-table td[b-xace2a4baq] {
    font-size: 0.875rem;
    color: var(--text-primary);
}

.users-table tbody tr[b-xace2a4baq] {
    transition: background-color 0.15s;
}

.users-table tbody tr:hover[b-xace2a4baq] {
    background: var(--bg-secondary);
}

.users-table tbody tr:last-child td[b-xace2a4baq] {
    border-bottom: none;
}

/* User Cell */
.user-cell[b-xace2a4baq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-xace2a4baq] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.user-info[b-xace2a4baq] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.user-name[b-xace2a4baq] {
    font-weight: 500;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-email[b-xace2a4baq] {
    font-size: 0.8125rem;
    color: var(--text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Status Badge */
.status-badge[b-xace2a4baq] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-badge[b-xace2a4baq]::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.status-active[b-xace2a4baq] {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.status-active[b-xace2a4baq]::before {
    background: #10b981;
}

.status-inactive[b-xace2a4baq] {
    background: rgba(107, 114, 128, 0.1);
    color: #6b7280;
}

.status-inactive[b-xace2a4baq]::before {
    background: #6b7280;
}

.status-pending[b-xace2a4baq] {
    background: rgba(67, 92, 167, 0.1);
    color: #435ca7;
}

.status-pending[b-xace2a4baq]::before {
    background: #435ca7;
}

/* Actions Cell */
.actions-cell[b-xace2a4baq] {
    display: flex;
    gap: 0.5rem;
}

.action-btn[b-xace2a4baq] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    transition: all 0.2s;
}

.action-btn svg[b-xace2a4baq] {
    width: 18px;
    height: 18px;
}

.action-btn:hover[b-xace2a4baq] {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.action-btn.edit:hover[b-xace2a4baq] {
    color: var(--accent-primary);
}

.action-btn.delete:hover[b-xace2a4baq] {
    color: #ef4444;
}

/* Empty State */
.empty-state[b-xace2a4baq] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state svg[b-xace2a4baq] {
    width: 64px;
    height: 64px;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.empty-state h3[b-xace2a4baq] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 0.5rem;
}

.empty-state p[b-xace2a4baq] {
    color: var(--text-muted);
    margin: 0;
}

/* Loading State */
.loading-state[b-xace2a4baq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    gap: 1rem;
}

.spinner[b-xace2a4baq] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-subtle);
    border-top-color: var(--accent-primary);
    border-radius: 50%;
    animation: spin-b-xace2a4baq 1s linear infinite;
}

@keyframes spin-b-xace2a4baq {
    to { transform: rotate(360deg); }
}

/* Auth Check */
.auth-check[b-xace2a4baq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 1rem;
}

.auth-check p[b-xace2a4baq] {
    color: var(--text-muted);
    font-size: 0.875rem;
}

/* Responsive - Tablets */
@media (max-width: 1024px) {
    .page-header[b-xace2a4baq] {
        flex-direction: column;
        align-items: stretch;
    }

    .header-actions[b-xace2a4baq] {
        justify-content: space-between;
    }

    .search-box[b-xace2a4baq] {
        max-width: none;
    }

    .users-table th[b-xace2a4baq],
    .users-table td[b-xace2a4baq] {
        padding: 0.875rem 1rem;
    }
}

/* Responsive - Mobile */
@media (max-width: 640px) {
    .users-page[b-xace2a4baq] {
        padding: 0;
    }

    .page-header[b-xace2a4baq] {
        margin-bottom: 1rem;
    }

    .page-title[b-xace2a4baq] {
        font-size: 1.25rem;
    }

    .header-actions[b-xace2a4baq] {
        flex-direction: column;
    }

    .btn[b-xace2a4baq] {
        width: 100%;
        justify-content: center;
    }

    .table-container[b-xace2a4baq] {
        border-radius: 8px;
    }

    .users-table th[b-xace2a4baq],
    .users-table td[b-xace2a4baq] {
        padding: 0.75rem;
    }

    .user-cell[b-xace2a4baq] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .user-avatar[b-xace2a4baq] {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }

    .user-info[b-xace2a4baq] {
        width: 100%;
    }

    .user-name[b-xace2a4baq] {
        font-size: 0.8125rem;
    }

    .user-email[b-xace2a4baq] {
        font-size: 0.75rem;
    }

    .status-badge[b-xace2a4baq] {
        font-size: 0.6875rem;
        padding: 0.2rem 0.5rem;
    }

    .actions-cell[b-xace2a4baq] {
        justify-content: flex-end;
    }

    .action-btn[b-xace2a4baq] {
        width: 28px;
        height: 28px;
    }

    .action-btn svg[b-xace2a4baq] {
        width: 16px;
        height: 16px;
    }

    .empty-state[b-xace2a4baq] {
        padding: 3rem 1rem;
    }

    .empty-state svg[b-xace2a4baq] {
        width: 48px;
        height: 48px;
    }
}

/* Responsive - Small Mobile */
@media (max-width: 380px) {
    .users-table th[b-xace2a4baq],
    .users-table td[b-xace2a4baq] {
        padding: 0.625rem 0.5rem;
        font-size: 0.8125rem;
    }

    .user-avatar[b-xace2a4baq] {
        width: 28px;
        height: 28px;
    }
}

/* Pagination */
.pagination[b-xace2a4baq] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1rem;
}

.page-info[b-xace2a4baq] {
    font-size: 0.875rem;
    color: var(--text-muted);
}

/* Modal Styles */
.modal-overlay[b-xace2a4baq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal[b-xace2a4baq] {
    background: var(--bg-card);
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.modal-header[b-xace2a4baq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-subtle);
}

.modal-header h3[b-xace2a4baq] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

.btn-close[b-xace2a4baq] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    transition: all 0.2s;
}

.btn-close:hover[b-xace2a4baq] {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.btn-close svg[b-xace2a4baq] {
    width: 20px;
    height: 20px;
}

.modal-body[b-xace2a4baq] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-xace2a4baq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-xace2a4baq] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
}

.form-group input[type="text"][b-xace2a4baq],
.form-group input[type="email"][b-xace2a4baq] {
    padding: 0.625rem 1rem;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    font-size: 0.875rem;
    background: var(--bg-secondary);
    color: var(--text-primary);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus[b-xace2a4baq] {
    outline: none;
    border-color: var(--accent-primary);
    box-shadow: 0 0 0 3px rgba(67, 92, 167, 0.1);
}

/* Toggle Switch */
.toggle[b-xace2a4baq] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.toggle input[b-xace2a4baq] {
    display: none;
}

.toggle-slider[b-xace2a4baq] {
    width: 44px;
    height: 24px;
    background: var(--border-subtle);
    border-radius: 12px;
    position: relative;
    transition: background-color 0.2s;
}

.toggle-slider[b-xace2a4baq]::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    top: 3px;
    left: 3px;
    transition: transform 0.2s;
}

.toggle input:checked + .toggle-slider[b-xace2a4baq] {
    background: var(--accent-primary);
}

.toggle input:checked + .toggle-slider[b-xace2a4baq]::before {
    transform: translateX(20px);
}

.modal-footer[b-xace2a4baq] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--border-subtle);
}

/* Modal Responsive */
@media (max-width: 640px) {
    .modal[b-xace2a4baq] {
        max-width: 100%;
        margin: 0;
        border-radius: 12px 12px 0 0;
        max-height: 80vh;
    }

    .modal-overlay[b-xace2a4baq] {
        align-items: flex-end;
        padding: 0;
    }

    .modal-header[b-xace2a4baq] {
        padding: 1rem;
    }

    .modal-body[b-xace2a4baq] {
        padding: 1rem;
    }

    .modal-footer[b-xace2a4baq] {
        padding: 1rem;
        flex-direction: column;
    }

    .modal-footer .btn[b-xace2a4baq] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/Admin/WorldMap.razor.rz.scp.css */
/* World Map Page - Futuristic Dark */

.worldmap-page[b-jtwgx6hgs1] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.map-header[b-jtwgx6hgs1] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.map-title h2[b-jtwgx6hgs1] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.map-title p[b-jtwgx6hgs1] {
    color: var(--text-tertiary);
    font-size: 0.9rem;
}

.map-stats[b-jtwgx6hgs1] {
    display: flex;
    gap: 1rem;
}

.map-stat[b-jtwgx6hgs1] {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.map-stat-value[b-jtwgx6hgs1] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-primary);
}

.map-stat-label[b-jtwgx6hgs1] {
    font-size: 0.75rem;
    color: var(--text-tertiary);
}

.map-card[b-jtwgx6hgs1] {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.map-container[b-jtwgx6hgs1] {
    position: relative;
    width: 100%;
    background: radial-gradient(ellipse at center, #0d1b2a 0%, #0a0f1e 60%, #060a14 100%);
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.world-svg[b-jtwgx6hgs1] {
    width: 100%;
    height: auto;
    display: block;
}

/* Continentes */
.ocean[b-jtwgx6hgs1] {
    fill: #0a1220;
}

.continent[b-jtwgx6hgs1] {
    fill: #16233a;
    stroke: #1e3352;
    stroke-width: 0.5;
    transition: fill 0.3s ease;
}

.continent:hover[b-jtwgx6hgs1] {
    fill: #1c2c47;
}

/* Arcos */
.arc-path[b-jtwgx6hgs1] {
    opacity: 0.5;
}

.arc-dash[b-jtwgx6hgs1] {
    stroke-dasharray: 6 12;
    animation: arcFlow-b-jtwgx6hgs1 2.5s linear infinite;
    opacity: 0.8;
}

@keyframes arcFlow-b-jtwgx6hgs1 {
    to {
        stroke-dashoffset: -18;
    }
}

/* Puntos de clientes */
.point-halo[b-jtwgx6hgs1] {
    animation: haloPulse-b-jtwgx6hgs1 2s ease-in-out infinite;
}

.point-core[b-jtwgx6hgs1] {
    animation: corePulse-b-jtwgx6hgs1 2s ease-in-out infinite;
}

@keyframes haloPulse-b-jtwgx6hgs1 {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.3); }
}

@keyframes corePulse-b-jtwgx6hgs1 {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

/* Punto de origen (empresa) */
.origin-pulse[b-jtwgx6hgs1] {
    animation: originPulse-b-jtwgx6hgs1 2s ease-in-out infinite;
}

.origin-core[b-jtwgx6hgs1] {
    animation: originCore-b-jtwgx6hgs1 2s ease-in-out infinite;
}

.origin-label[b-jtwgx6hgs1] {
    fill: #6d89c0;
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

@keyframes originPulse-b-jtwgx6hgs1 {
    0% { transform: scale(1); opacity: 0.9; }
    50% { transform: scale(1.6); opacity: 0.3; }
    100% { transform: scale(1); opacity: 0.9; }
}

@keyframes originCore-b-jtwgx6hgs1 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* Loading / Empty */
.map-loading[b-jtwgx6hgs1],
.map-empty[b-jtwgx6hgs1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 4rem 2rem;
    color: var(--text-tertiary);
    text-align: center;
}

.map-empty svg[b-jtwgx6hgs1] {
    width: 48px;
    height: 48px;
    color: var(--text-muted);
}

.map-empty h3[b-jtwgx6hgs1] {
    color: var(--text-primary);
    font-size: 1.1rem;
}

.map-empty p[b-jtwgx6hgs1] {
    max-width: 400px;
    font-size: 0.9rem;
}

/* Lista de clientes */
.client-list[b-jtwgx6hgs1] {
    margin-top: 1.5rem;
}

.client-list h3[b-jtwgx6hgs1] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.client-grid[b-jtwgx6hgs1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.client-card[b-jtwgx6hgs1] {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.client-card:hover[b-jtwgx6hgs1] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.client-dot[b-jtwgx6hgs1] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.client-info[b-jtwgx6hgs1] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.client-name[b-jtwgx6hgs1] {
    font-weight: 600;
    color: var(--text-primary);
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.client-loc[b-jtwgx6hgs1] {
    color: var(--text-tertiary);
    font-size: 0.8rem;
}

.client-app[b-jtwgx6hgs1] {
    color: var(--accent-light);
    font-size: 0.75rem;
}

.client-license[b-jtwgx6hgs1] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.client-license-type[b-jtwgx6hgs1] {
    font-size: 0.75rem;
    color: var(--text-tertiary);
}

.client-license-status[b-jtwgx6hgs1] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
}

.client-license-status.active[b-jtwgx6hgs1] {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.client-license-status.inactive[b-jtwgx6hgs1] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

/* Responsive */
@media (max-width: 768px) {
    .map-header[b-jtwgx6hgs1] {
        flex-direction: column;
        align-items: flex-start;
    }

    .map-stats[b-jtwgx6hgs1] {
        width: 100%;
    }

    .map-stat[b-jtwgx6hgs1] {
        flex: 1;
    }

    .map-container[b-jtwgx6hgs1] {
        padding: 0;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.input-wrapper[b-4qhvpgqcgj] {
    position: relative;
    width: 100%;
    display: block;
}

.input-icon[b-4qhvpgqcgj] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    pointer-events: none;
    z-index: 1;
}

.input-icon svg[b-4qhvpgqcgj] {
    width: 18px;
    height: 18px;
    display: block;
}

.form-input[b-4qhvpgqcgj] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.875rem 1rem 0.875rem 3rem;
    border: 1.5px solid var(--border-medium);
    border-radius: var(--radius-sm);
    font-size: 0.9375rem;
    font-family: var(--font-body);
    color: var(--text-primary);
    background: var(--bg-card);
    transition: all var(--transition-fast);
    line-height: 1.5;
    display: block;
}

.form-input.has-toggle[b-4qhvpgqcgj] {
    padding-right: 3rem;
}

.input-toggle[b-4qhvpgqcgj] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    color: var(--text-muted);
    transition: color var(--transition-fast);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.input-toggle svg[b-4qhvpgqcgj] {
    width: 18px;
    height: 18px;
    display: block;
}
/* /Components/Pages/Portal/Licenses.razor.rz.scp.css */
/* CSS for Licenses component */
.apps-grid[b-gxvvin30yo] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
}

.app-card[b-gxvvin30yo] {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .app-card:hover[b-gxvvin30yo] {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
        border-color: rgba(67, 92, 167, 0.25);
    }

.app-icon-large[b-gxvvin30yo] {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(67, 92, 167, 0.14), rgba(109, 137, 192, 0.22));
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-initial[b-gxvvin30yo] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--accent-primary);
    text-transform: uppercase;
}

.app-card h3[b-gxvvin30yo] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
}

.app-card p[b-gxvvin30yo] {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.5;
}

.app-footer[b-gxvvin30yo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--border-subtle);
}

.app-price[b-gxvvin30yo] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--accent-primary);
}

.app-status[b-gxvvin30yo],
.status-badge[b-gxvvin30yo] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

    .app-status.active[b-gxvvin30yo],
    .status-badge.active[b-gxvvin30yo] {
        background: rgba(16, 185, 129, 0.12);
        color: #10b981;
    }

    .app-status.inactive[b-gxvvin30yo],
    .status-badge.inactive[b-gxvvin30yo] {
        background: rgba(107, 114, 128, 0.12);
        color: var(--text-muted);
    }

.app-types-section[b-gxvvin30yo] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.app-initial[b-gxvvin30yo] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--accent-primary);
    text-transform: uppercase;
}
/* /Components/Pages/Registro.razor.rz.scp.css */
.auth-form[b-xp052d7xuc]  .input-wrapper {
    position: relative;
    width: 100%;
    display: block;
}

.auth-form[b-xp052d7xuc]  .input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    pointer-events: none;
    z-index: 1;
}

.auth-form[b-xp052d7xuc]  .input-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.auth-form[b-xp052d7xuc]  .form-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.875rem 1rem 0.875rem 3rem;
    border: 1.5px solid var(--border-medium);
    border-radius: var(--radius-sm);
    font-size: 0.9375rem;
    font-family: var(--font-body);
    color: var(--text-primary);
    background: var(--bg-card);
    transition: all var(--transition-fast);
    line-height: 1.5;
    display: block;
}

.auth-form[b-xp052d7xuc]  .form-input.has-toggle {
    padding-right: 3rem;
}

.auth-form[b-xp052d7xuc]  .input-toggle {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    color: var(--text-muted);
    transition: color var(--transition-fast);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.auth-form[b-xp052d7xuc]  .input-toggle svg {
    width: 18px;
    height: 18px;
    display: block;
}
