/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h91ackcuun] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h91ackcuun] {
    flex: 1;
}

.sidebar[b-h91ackcuun] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h91ackcuun] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h91ackcuun]  a, .top-row[b-h91ackcuun]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-h91ackcuun]  a:hover, .top-row[b-h91ackcuun]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-h91ackcuun]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-h91ackcuun] {
        justify-content: space-between;
    }

    .top-row[b-h91ackcuun]  a, .top-row[b-h91ackcuun]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h91ackcuun] {
        flex-direction: row;
    }

    .sidebar[b-h91ackcuun] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h91ackcuun] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-h91ackcuun]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-h91ackcuun], article[b-h91ackcuun] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-h91ackcuun] {
    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-h91ackcuun] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w8bv31fzns] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-w8bv31fzns] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-w8bv31fzns] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w8bv31fzns] {
    font-size: 1.1rem;
}

.bi[b-w8bv31fzns] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-w8bv31fzns] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-w8bv31fzns] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-w8bv31fzns] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-w8bv31fzns] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w8bv31fzns] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w8bv31fzns] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w8bv31fzns]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-w8bv31fzns]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-w8bv31fzns]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-w8bv31fzns] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-w8bv31fzns] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w8bv31fzns] {
        display: none;
    }

    .nav-scrollable[b-w8bv31fzns] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ihoo1x3wlh],
.components-reconnect-repeated-attempt-visible[b-ihoo1x3wlh],
.components-reconnect-failed-visible[b-ihoo1x3wlh],
.components-pause-visible[b-ihoo1x3wlh],
.components-resume-failed-visible[b-ihoo1x3wlh],
.components-rejoining-animation[b-ihoo1x3wlh] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ihoo1x3wlh],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ihoo1x3wlh],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ihoo1x3wlh],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ihoo1x3wlh],
#components-reconnect-modal.components-reconnect-retrying[b-ihoo1x3wlh],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ihoo1x3wlh],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ihoo1x3wlh],
#components-reconnect-modal.components-reconnect-failed[b-ihoo1x3wlh],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ihoo1x3wlh] {
    display: block;
}


#components-reconnect-modal[b-ihoo1x3wlh] {
    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-ihoo1x3wlh 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ihoo1x3wlh 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ihoo1x3wlh 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ihoo1x3wlh]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ihoo1x3wlh 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ihoo1x3wlh {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ihoo1x3wlh {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ihoo1x3wlh {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ihoo1x3wlh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ihoo1x3wlh] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ihoo1x3wlh] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ihoo1x3wlh] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ihoo1x3wlh] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ihoo1x3wlh] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ihoo1x3wlh] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ihoo1x3wlh 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ihoo1x3wlh] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ihoo1x3wlh {
    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/Login.razor.rz.scp.css */
/* Base Styles & Brand Colors */
:root[b-wnvxn3whpe] {
    --primary-color: #5a54d8; 
    --primary-hover: #4843b8;
    --bg-light: indianred;
    --text-dark: #2d3748;
    --text-muted: #718096;
    --white: #ffffff;
    --border-radius: 16px;
    --card-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    --hero-bg: transparent;
    --btn-shadow: 0 10px 20px rgba(90, 84, 216, 0.3);
}

.premium-button[b-wnvxn3whpe] {
    background-color: #5a54d8 !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    padding: 16px 40px !important;
    box-shadow: var(--btn-shadow) !important;
    text-transform: none !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    cursor: pointer;
    font-size: 1.1rem;
}

.premium-button:hover[b-wnvxn3whpe] {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(90, 84, 216, 0.45) !important;
    background-color: #4843b8 !important;
}

.landing-body[b-wnvxn3whpe] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* --- NAVIGATION / HEADER --- */
nav.landing-nav[b-wnvxn3whpe] {
    background-color: #5a54d8 !important; /* Force blue header */
    color: #ffffff !important;
    padding: 1rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
}

nav.landing-nav h1[b-wnvxn3whpe] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: white !important;
}

.logo-container[b-wnvxn3whpe] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo[b-wnvxn3whpe] {
    height: 32px;
    width: 32px;
    object-fit: contain;
}

/* --- HERO SECTION (CENTERED) --- */
.hero[b-wnvxn3whpe] {
    position: relative;
    text-align: center;
    padding: 2rem 20px;
    background: var(--hero-bg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 70vh; /* Reduced from 85vh to shift top up */
}

.hero-content[b-wnvxn3whpe] {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero h2[b-wnvxn3whpe] {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -1px;
    background: linear-gradient(
        to right, 
        #ff5e57, #ffa801, #ffd32a, #0be881, #4bcffa, #5a54d8, #ff5e57
    );
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    animation: shine-b-wnvxn3whpe 5s linear infinite, typing-b-wnvxn3whpe 4s steps(50, end) forwards;
}

@keyframes typing-b-wnvxn3whpe {
    from { width: 0 }
    to { width: 100% }
}

@keyframes shine-b-wnvxn3whpe {
    to {
        background-position: 200% center;
    }
}

/* --- GLASSMORPHISM LOGIN BOX --- */
.login-box[b-wnvxn3whpe] {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    text-align: left;
    max-width: 450px;
    width: 100%;
    margin-top: 1rem;
}

/* --- FLOATING BADGES --- */
.floating-badge[b-wnvxn3whpe] {
    position: absolute;
    background: rgba(255, 255, 255, 0.95); /* Nearly solid background as requested */
    border: 1px solid #e2e8f0;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    backdrop-filter: blur(4px);
}

@keyframes floatVertical-b-wnvxn3whpe {
    0%, 100% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-25px) translateX(10px); }
}
@keyframes floatHorizontal-b-wnvxn3whpe {
    0%, 100% { transform: translateX(0) translateY(0); }
    50% { transform: translateX(25px) translateY(-10px); }
}
@keyframes floatDiagonal-b-wnvxn3whpe {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-15px, 20px); }
}

.badge-1[b-wnvxn3whpe] { top: 2%; left: 8%; animation: floatVertical-b-wnvxn3whpe 6s ease-in-out infinite; }
.badge-2[b-wnvxn3whpe] { top: 3%; right: 10%; animation: floatHorizontal-b-wnvxn3whpe 7s ease-in-out infinite; }
.badge-3[b-wnvxn3whpe] { top: 45%; left: 5%; animation: floatDiagonal-b-wnvxn3whpe 8s ease-in-out infinite reverse; }
.badge-4[b-wnvxn3whpe] { top: 40%; right: 15%; animation: floatVertical-b-wnvxn3whpe 6.5s ease-in-out infinite reverse; }
.badge-5[b-wnvxn3whpe] { top: 75%; left: 10%; animation: floatHorizontal-b-wnvxn3whpe 8s ease-in-out infinite reverse; }
.badge-6[b-wnvxn3whpe] { top: 80%; right: 5%; animation: floatDiagonal-b-wnvxn3whpe 7s ease-in-out infinite; }

/* --- FEATURES SECTION --- */
.features[b-wnvxn3whpe] {
    padding: 2rem 5%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    background-color: transparent;
}

.feature-card[b-wnvxn3whpe] {
    background-color: var(--white);
    padding: 1rem 0.7rem;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-card:hover[b-wnvxn3whpe] { transform: translateY(-5px); }

.feature-icon[b-wnvxn3whpe] { 
    margin-bottom: 1rem; 
}

.feature-icon img[b-wnvxn3whpe] {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.feature-card h3[b-wnvxn3whpe] { 
    margin-bottom: 1.5rem; 
    color: #5a54d8; 
    font-weight: 700;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.feature-card h3[b-wnvxn3whpe]::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    transform: scaleX(0);
    animation: underlineLoop-b-wnvxn3whpe 3s infinite ease-in-out;
}

@keyframes underlineLoop-b-wnvxn3whpe {
    0%, 100% { transform: scaleX(0); opacity: 0; }
    50% { transform: scaleX(1.2); opacity: 0.8; }
}

.feature-card p[b-wnvxn3whpe] {
    color: var(--text-dark);
    line-height: 1.6;
    font-size: 1rem;
    max-width: 90%;
    margin: 0 auto;
}

/* --- PRICING SECTION --- */
.pricing-section[b-wnvxn3whpe] {
    background-color: transparent;
    padding: 2rem 5%;
    text-align: center;
}

.pricing-section h2[b-wnvxn3whpe] { 
    font-size: 2.5rem; 
    margin-bottom: 1.5rem; 
    font-weight: 700;
}

.pricing-box[b-wnvxn3whpe] {
    background-color: var(--white); /* Match original index.html look */
    border: 2px solid #e2e8f0;
    border-radius: var(--border-radius);
    padding: 1rem;
    max-width: 650px;
    margin: 1rem auto;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.08); /* More visible shadow */
}

.pricing-box h3[b-wnvxn3whpe] { 
    font-size: 2rem; 
    color: var(--primary-color); 
    margin-bottom: 1rem; 
    font-weight: 600;
}

.pricing-features[b-wnvxn3whpe] {
    list-style: none;
    margin: 1rem 0;
    text-align: left;
    display: inline-block;
}

.pricing-features li[b-wnvxn3whpe] { 
    margin-bottom: 1rem; 
    font-size: 1.1rem; 
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    color: white; /* Added based on user's manual edit context */
    animation: sequentialHover-b-wnvxn3whpe 6s infinite;
}

.pricing-features li:nth-child(1)[b-wnvxn3whpe] { animation-delay: 0s; }
.pricing-features li:nth-child(2)[b-wnvxn3whpe] { animation-delay: 1.5s; }
.pricing-features li:nth-child(3)[b-wnvxn3whpe] { animation-delay: 3s; }
.pricing-features li:nth-child(4)[b-wnvxn3whpe] { animation-delay: 4.5s; }

@keyframes sequentialHover-b-wnvxn3whpe {
    0%, 20% {
        background: rgba(255, 255, 255, 0.1);
        transform: translateX(10px);
        box-shadow: 0 4px 15px rgba(90, 84, 216, 0.2);
    }
    25%, 100% {
        background: transparent;
        transform: translateX(0);
        box-shadow: none;
    }
}

.pricing-features li[b-wnvxn3whpe]::before {
    content: "\2713"; /* Unicode for checkmark */
    color: var(--primary-color);
    font-weight: bold;
    margin-right: 15px;
    font-size: 1.2rem;
}

/* --- FOOTER --- */
footer[b-wnvxn3whpe] {
    background-color: #1a202c !important; 
    color: rgba(255, 255, 255, 0.9) !important; /* Force nearly white for visibility */
    text-align: center;
    padding: 1.5rem 1rem;
    font-size: 0.9rem;
    margin-top: auto;
    width: 100%;
}

footer p[b-wnvxn3whpe] {
    margin: 0;
    opacity: 0.9; /* Increased from 0.6 if applicable or default */
}

.highlight-text[b-wnvxn3whpe] { color: #55efc4; font-weight: bold; }
