/* /Components/Layout/Footer.razor.rz.scp.css */
footer[b-424o06xjpy] {
    font-size: 0.9rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-cyj13lars8] {
    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-cyj13lars8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand[b-qfoxm02mc6] {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
}

.nav-link[b-qfoxm02mc6] {
    font-weight: 500;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c6qve93pb1],
.components-reconnect-repeated-attempt-visible[b-c6qve93pb1],
.components-reconnect-failed-visible[b-c6qve93pb1],
.components-pause-visible[b-c6qve93pb1],
.components-resume-failed-visible[b-c6qve93pb1],
.components-rejoining-animation[b-c6qve93pb1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-c6qve93pb1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-c6qve93pb1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-c6qve93pb1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-c6qve93pb1],
#components-reconnect-modal.components-reconnect-retrying[b-c6qve93pb1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-c6qve93pb1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-c6qve93pb1],
#components-reconnect-modal.components-reconnect-failed[b-c6qve93pb1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-c6qve93pb1] {
    display: block;
}


#components-reconnect-modal[b-c6qve93pb1] {
    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-c6qve93pb1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-c6qve93pb1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-c6qve93pb1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-c6qve93pb1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-c6qve93pb1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-c6qve93pb1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-c6qve93pb1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-c6qve93pb1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-c6qve93pb1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-c6qve93pb1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-c6qve93pb1] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-c6qve93pb1] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-c6qve93pb1] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-c6qve93pb1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-c6qve93pb1] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-c6qve93pb1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-c6qve93pb1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-c6qve93pb1 {
    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/Dashboard.razor.rz.scp.css */
.card[b-mllk3zebrj] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-header[b-mllk3zebrj] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.table th[b-mllk3zebrj] {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.form-control-sm[b-mllk3zebrj] {
    font-size: 0.875rem;
}

.form-select-sm[b-mllk3zebrj] {
    font-size: 0.875rem;
}

.btn-outline-danger:hover[b-mllk3zebrj] {
    color: #fff;
}

.alert[b-mllk3zebrj] {
    border-radius: 0.5rem;
}

.spinner-border-sm[b-mllk3zebrj] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero-section[b-v5zumr2yr0] {
    background-color: var(--brand-light);
    padding: 6rem 0;
}

.hero-headline[b-v5zumr2yr0] {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--brand-primary);
}

.hero-subheadline[b-v5zumr2yr0] {
    font-size: 1.25rem;
    color: var(--brand-secondary);
    max-width: 600px;
    margin: 0 auto;
}

.feature-icon[b-v5zumr2yr0] {
    font-size: 2rem;
    color: var(--brand-primary);
    margin-bottom: 1rem;
}

.card-custom[b-v5zumr2yr0] {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

.card-custom:hover[b-v5zumr2yr0] {
    transform: translateY(-5px);
}
/* /Components/Pages/Tenant/Billing.razor.rz.scp.css */
.billing-page[b-prs5obpqun] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
}

.page-header[b-prs5obpqun] {
    margin-bottom: 2rem;
}

.page-header h1[b-prs5obpqun] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
}

.page-header .subtitle[b-prs5obpqun] {
    margin: 0.5rem 0 0;
    color: var(--text-secondary, #6c757d);
}

/* Loading state */
.loading-state[b-prs5obpqun] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    text-align: center;
}

.spinner[b-prs5obpqun] {
    width: 40px;
    height: 40px;
    border: 4px solid #e9ecef;
    border-top-color: var(--primary-color, #0066cc);
    border-radius: 50%;
    animation: spin-b-prs5obpqun 1s linear infinite;
}

.spinner-sm[b-prs5obpqun] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-prs5obpqun 1s linear infinite;
    margin-right: 0.5rem;
}

@keyframes spin-b-prs5obpqun {
    to {
        transform: rotate(360deg);
    }
}

/* Cards */
.billing-card[b-prs5obpqun] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.billing-card h2[b-prs5obpqun] {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.billing-card h3[b-prs5obpqun] {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}

/* Current Plan Card */
.current-plan .card-header[b-prs5obpqun] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.plan-details[b-prs5obpqun] {
    margin-bottom: 1rem;
}

.plan-name[b-prs5obpqun] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color, #0066cc);
}

.plan-price[b-prs5obpqun] {
    font-size: 1rem;
    color: var(--text-secondary, #6c757d);
}

/* Badges */
.badge[b-prs5obpqun] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-trial[b-prs5obpqun] {
    background: #e3f2fd;
    color: #1565c0;
}

.badge-active[b-prs5obpqun] {
    background: #e8f5e9;
    color: #2e7d32;
}

.badge-warning[b-prs5obpqun] {
    background: #fff3e0;
    color: #ef6c00;
}

.badge-canceled[b-prs5obpqun] {
    background: #ffebee;
    color: #c62828;
}

/* Notices */
.trial-notice[b-prs5obpqun],
.cancel-notice[b-prs5obpqun],
.renewal-notice[b-prs5obpqun] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.trial-notice[b-prs5obpqun] {
    background: #e3f2fd;
    color: #1565c0;
}

.cancel-notice[b-prs5obpqun] {
    background: #fff3e0;
    color: #ef6c00;
}

.renewal-notice[b-prs5obpqun] {
    background: #f5f5f5;
    color: var(--text-secondary, #6c757d);
}

/* Feature List */
.feature-list[b-prs5obpqun] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0.75rem;
}

.feature-list li[b-prs5obpqun] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 6px;
}

.feature-list li.included[b-prs5obpqun] {
    color: #2e7d32;
}

.feature-list li.limited[b-prs5obpqun] {
    color: #f57c00;
}

.feature-list li.not-included[b-prs5obpqun] {
    color: #9e9e9e;
}

.feature-list .check[b-prs5obpqun] {
    font-weight: bold;
    width: 20px;
    text-align: center;
}

/* Actions */
.actions .upgrade-section[b-prs5obpqun] {
    text-align: center;
    padding: 1rem;
}

.actions .upgrade-section p[b-prs5obpqun] {
    margin: 0.5rem 0 1.5rem;
    color: var(--text-secondary, #6c757d);
}

.trial-note[b-prs5obpqun],
.manage-note[b-prs5obpqun] {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: var(--text-secondary, #6c757d);
}

.upgrade-option[b-prs5obpqun] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

/* Buttons */
.btn[b-prs5obpqun] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    text-decoration: none;
}

.btn:disabled[b-prs5obpqun] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary[b-prs5obpqun] {
    background: var(--primary-color, #0066cc);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-prs5obpqun] {
    background: #0052a3;
}

.btn-secondary[b-prs5obpqun] {
    background: #6c757d;
    color: white;
    margin-left: 0.75rem;
}

.btn-secondary:hover:not(:disabled)[b-prs5obpqun] {
    background: #5a6268;
}

.btn-outline[b-prs5obpqun] {
    background: transparent;
    border: 2px solid var(--primary-color, #0066cc);
    color: var(--primary-color, #0066cc);
}

.btn-outline:hover:not(:disabled)[b-prs5obpqun] {
    background: var(--primary-color, #0066cc);
    color: white;
}

.btn-lg[b-prs5obpqun] {
    padding: 0.875rem 2rem;
    font-size: 1rem;
}

/* Plan Comparison Table */
.plans-table[b-prs5obpqun] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.plans-table th[b-prs5obpqun],
.plans-table td[b-prs5obpqun] {
    padding: 0.75rem 1rem;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
}

.plans-table th:first-child[b-prs5obpqun],
.plans-table td:first-child[b-prs5obpqun] {
    text-align: left;
}

.plans-table th[b-prs5obpqun] {
    background: #f8f9fa;
    font-weight: 600;
}

.plans-table th.current[b-prs5obpqun] {
    background: #e3f2fd;
    color: #1565c0;
}

.plans-table td.current[b-prs5obpqun] {
    background: #f5f9ff;
}

/* Alerts */
.alert[b-prs5obpqun] {
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.alert-danger[b-prs5obpqun] {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

/* Responsive */
@media (max-width: 768px) {
    .billing-page[b-prs5obpqun] {
        padding: 1rem;
    }

    .feature-list[b-prs5obpqun] {
        grid-template-columns: 1fr;
    }

    .plans-table[b-prs5obpqun] {
        font-size: 0.85rem;
    }

    .plans-table th[b-prs5obpqun],
    .plans-table td[b-prs5obpqun] {
        padding: 0.5rem;
    }

    .btn-secondary[b-prs5obpqun] {
        margin-left: 0;
        margin-top: 0.75rem;
    }

    .actions .upgrade-section .btn[b-prs5obpqun] {
        display: block;
        width: 100%;
    }
}
