/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wjqeo0ngoc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

/* Add padding to content area for toolbar */
main .content[b-wjqeo0ngoc] {
    padding-top: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-wjqeo0ngoc] {
    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-wjqeo0ngoc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ===== Navbar Toggle Button ===== */
.navbar-toggler[b-4ysoui6vvf] {
    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);
    border-radius: 6px;
    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);
    transition: all 0.2s ease;
}

.navbar-toggler:hover[b-4ysoui6vvf] {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler:checked[b-4ysoui6vvf] {
    background-color: rgba(255, 255, 255, 0.25);
}

/* ===== Top Row / Brand ===== */
.top-row[b-4ysoui6vvf] {
    min-height: 3.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-brand[b-4ysoui6vvf] {
    font-size: 1.3rem;
    font-weight: 600;
    color: white !important;
    display: flex;
    align-items: center;
    transition: opacity 0.2s ease;
}

.navbar-brand:hover[b-4ysoui6vvf] {
    opacity: 0.9;
}

.navbar-brand .bi[b-4ysoui6vvf] {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.brand-text[b-4ysoui6vvf] {
    letter-spacing: 0.5px;
}

/* ===== Navigation Scrollable Container ===== */
.nav-scrollable[b-4ysoui6vvf] {
    display: none;
    background: #2d3748;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4ysoui6vvf] {
    display: block;
}

/* ===== Navigation Items ===== */
.nav-item[b-4ysoui6vvf] {
    font-size: 0.95rem;
    padding: 0.25rem 0;
}

.nav-item:first-of-type[b-4ysoui6vvf] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-4ysoui6vvf] {
    padding-bottom: 1rem;
}

.nav-item[b-4ysoui6vvf]  .nav-link {
    color: #cbd5e0;
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
    transition: all 0.2s ease;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.nav-item[b-4ysoui6vvf]  .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 70%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 0 4px 4px 0;
    transition: width 0.2s ease;
}

.nav-item[b-4ysoui6vvf]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
    transform: translateX(2px);
}

.nav-item[b-4ysoui6vvf]  a.active {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    color: white;
    font-weight: 600;
}

.nav-item[b-4ysoui6vvf]  a.active::before {
    width: 4px;
}

.nav-item[b-4ysoui6vvf]  .nav-link span {
    position: relative;
    z-index: 1;
}

.nav-item[b-4ysoui6vvf]  .nav-link .bi {
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}

.nav-item[b-4ysoui6vvf]  .nav-link:hover .bi {
    transform: scale(1.1);
}

/* ===== Bootstrap Icons ===== */
.bi[b-4ysoui6vvf] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

/* ===== Responsive Design ===== */
@media (min-width: 641px) {
    .navbar-toggler[b-4ysoui6vvf] {
        display: none;
    }

    .nav-scrollable[b-4ysoui6vvf] {
        display: block;
        height: calc(100vh - 3.5em);
        overflow-y: auto;
    }

    /* Custom Scrollbar */
    .nav-scrollable[b-4ysoui6vvf]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-4ysoui6vvf]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
    }

    .nav-scrollable[b-4ysoui6vvf]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }

    .nav-scrollable[b-4ysoui6vvf]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}

/* ===== Badge Styling ===== */
.badge[b-4ysoui6vvf] {
    font-size: 0.65rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
}

/* ===== Utility Classes ===== */
.ms-auto[b-4ysoui6vvf] {
    margin-left: auto !important;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-47myst7sh6],
.components-reconnect-repeated-attempt-visible[b-47myst7sh6],
.components-reconnect-failed-visible[b-47myst7sh6],
.components-pause-visible[b-47myst7sh6],
.components-resume-failed-visible[b-47myst7sh6],
.components-rejoining-animation[b-47myst7sh6] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/TopToolbar.razor.rz.scp.css */
.top-toolbar[b-mv7enxuyed] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 60px;
    display: flex;
    align-items: center;
}

.toolbar-content[b-mv7enxuyed] {
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toolbar-left[b-mv7enxuyed] {
    display: flex;
    align-items: center;
}

.toolbar-title[b-mv7enxuyed] {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.toolbar-right[b-mv7enxuyed] {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.toolbar-user[b-mv7enxuyed] {
    color: white;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.toolbar-user i[b-mv7enxuyed] {
    font-size: 1.2rem;
}

.toolbar-link[b-mv7enxuyed] {
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.toolbar-link:hover[b-mv7enxuyed] {
    background: rgba(255, 255, 255, 0.2);
}

.toolbar-link i[b-mv7enxuyed] {
    font-size: 1.1rem;
}

/* Dropdown Styling */
.dropdown[b-mv7enxuyed] {
    position: relative;
}

.dropdown-toggle[b-mv7enxuyed] {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    font-weight: 500;
    transition: all 0.2s ease;
}

.dropdown-toggle:hover[b-mv7enxuyed] {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-toggle:focus[b-mv7enxuyed],
.dropdown-toggle:active[b-mv7enxuyed] {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2) !important;
}

.dropdown-menu[b-mv7enxuyed] {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    min-width: 200px;
    position: absolute !important;
    top: 100%;
    right: 0;
    z-index: 1050;
}

.dropdown-item[b-mv7enxuyed] {
    color: #333;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.dropdown-item:hover[b-mv7enxuyed] {
    background-color: #f8f9fa;
    color: #667eea;
    transform: translateX(4px);
}

.dropdown-item.text-danger[b-mv7enxuyed] {
    color: #dc3545 !important;
}

.dropdown-item.text-danger:hover[b-mv7enxuyed] {
    background-color: #fff5f5;
    color: #c82333 !important;
}

.dropdown-item i[b-mv7enxuyed] {
    width: 20px;
    text-align: center;
}

.dropdown-header[b-mv7enxuyed] {
    color: #667eea;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
}

.dropdown-divider[b-mv7enxuyed] {
    border-color: rgba(0, 0, 0, 0.1);
    margin: 0.5rem 0;
}

/* Login Button */
.btn-light[b-mv7enxuyed] {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-light:hover[b-mv7enxuyed] {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .toolbar-title[b-mv7enxuyed] {
        font-size: 1rem;
    }

    .toolbar-content[b-mv7enxuyed] {
        padding: 0 15px;
    }

    .dropdown-menu[b-mv7enxuyed] {
        min-width: 180px;
    }
}

@media (max-width: 576px) {
    .top-toolbar[b-mv7enxuyed] {
        height: 50px;
    }

    .toolbar-title[b-mv7enxuyed] {
        font-size: 0.9rem;
    }

    .dropdown-toggle[b-mv7enxuyed],
    .btn-light[b-mv7enxuyed] {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
    }
}
/* /Components/Pages/Home/Home.razor.rz.scp.css */
/* ===== Hero Section ===== */
.hero-section[b-3pyoq45d2y] {
    padding: 4rem 0 3rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.hero-section[b-3pyoq45d2y]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 70%;
    height: 200%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    animation: pulse-b-3pyoq45d2y 15s ease-in-out infinite;
}

@keyframes pulse-b-3pyoq45d2y {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.hero-content[b-3pyoq45d2y] {
    position: relative;
    z-index: 1;
}

.hero-content h1[b-3pyoq45d2y] {
    color: #2d3748;
    line-height: 1.2;
}

.hero-content h1 .bi[b-3pyoq45d2y] {
    font-size: 3.5rem;
    vertical-align: middle;
    animation: rotate-b-3pyoq45d2y 3s ease-in-out infinite;
}

@keyframes rotate-b-3pyoq45d2y {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(5deg); }
}

.hero-content .lead[b-3pyoq45d2y] {
    font-size: 1.5rem;
    color: #4a5568;
}

/* ===== Stats Row ===== */
.stats-row[b-3pyoq45d2y] {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.stat-item[b-3pyoq45d2y] {
    text-align: center;
    padding: 1rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    min-width: 120px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.stat-value[b-3pyoq45d2y] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #667eea;
    line-height: 1;
}

.stat-label[b-3pyoq45d2y] {
    font-size: 0.875rem;
    color: #718096;
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== Hero Image / Floating Card ===== */
.hero-image[b-3pyoq45d2y] {
    position: relative;
    z-index: 1;
}

.floating-card[b-3pyoq45d2y] {
    animation: float-b-3pyoq45d2y 6s ease-in-out infinite;
}

@keyframes float-b-3pyoq45d2y {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.floating-card .card[b-3pyoq45d2y] {
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.status-grid[b-3pyoq45d2y] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.status-item[b-3pyoq45d2y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: rgba(102, 126, 234, 0.05);
    border-radius: 8px;
}

.status-label[b-3pyoq45d2y] {
    font-size: 0.875rem;
    color: #4a5568;
    font-weight: 500;
}

.status-value[b-3pyoq45d2y] {
    font-size: 1rem;
    font-weight: 600;
}

/* ===== Features Section ===== */
.features-section[b-3pyoq45d2y] {
    padding: 5rem 0;
    background: white;
}

.feature-card[b-3pyoq45d2y] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.feature-card:hover[b-3pyoq45d2y] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.feature-icon[b-3pyoq45d2y] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: white;
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon[b-3pyoq45d2y] {
    transform: scale(1.1) rotate(5deg);
}

.feature-title[b-3pyoq45d2y] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.feature-description[b-3pyoq45d2y] {
    color: #718096;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.feature-link[b-3pyoq45d2y] {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: gap 0.2s ease;
    gap: 0.25rem;
}

.feature-link:hover[b-3pyoq45d2y] {
    gap: 0.75rem;
    color: #764ba2;
}

.feature-link .bi[b-3pyoq45d2y] {
    transition: transform 0.2s ease;
}

.feature-link:hover .bi[b-3pyoq45d2y] {
    transform: translateX(4px);
}

/* ===== Quick Start Section ===== */
.quick-start-section[b-3pyoq45d2y] {
    padding: 4rem 0;
    background: #f7fafc;
}

.bg-gradient-primary[b-3pyoq45d2y] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.steps-list[b-3pyoq45d2y] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.step-item[b-3pyoq45d2y] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.125rem;
}

.step-number[b-3pyoq45d2y] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.step-text[b-3pyoq45d2y] {
    flex: 1;
}

/* ===== Responsive Design ===== */
@media (max-width: 991px) {
    .hero-section[b-3pyoq45d2y] {
        padding: 3rem 0 2rem;
    }

    .hero-content h1[b-3pyoq45d2y] {
        font-size: 2.5rem;
    }

    .stats-row[b-3pyoq45d2y] {
        gap: 1rem;
    }

    .stat-item[b-3pyoq45d2y] {
        min-width: 100px;
    }

    .stat-value[b-3pyoq45d2y] {
        font-size: 2rem;
    }

    .floating-card[b-3pyoq45d2y] {
        margin-top: 2rem;
    }

    .features-section[b-3pyoq45d2y] {
        padding: 3rem 0;
    }

    .quick-start-section[b-3pyoq45d2y] {
        padding: 3rem 0;
    }

    .quick-start-section .card-body[b-3pyoq45d2y] {
        padding: 2rem !important;
    }

    .steps-list[b-3pyoq45d2y] {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .hero-content h1[b-3pyoq45d2y] {
        font-size: 2rem;
    }

    .hero-content h1 .bi[b-3pyoq45d2y] {
        font-size: 2.5rem;
    }

    .hero-content .lead[b-3pyoq45d2y] {
        font-size: 1.25rem;
    }

    .stats-row[b-3pyoq45d2y] {
        gap: 0.5rem;
    }

    .stat-item[b-3pyoq45d2y] {
        min-width: auto;
        flex: 1;
        padding: 0.75rem;
    }

    .stat-value[b-3pyoq45d2y] {
        font-size: 1.5rem;
    }

    .stat-label[b-3pyoq45d2y] {
        font-size: 0.75rem;
    }

    .feature-card[b-3pyoq45d2y] {
        padding: 1.5rem;
    }

    .step-number[b-3pyoq45d2y] {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    .step-text[b-3pyoq45d2y] {
        font-size: 1rem;
    }
}

/* ===== Utility Classes ===== */
.text-primary[b-3pyoq45d2y] {
    color: #667eea !important;
}

.btn-primary[b-3pyoq45d2y] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover[b-3pyoq45d2y] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.btn-outline-primary[b-3pyoq45d2y] {
    border-color: #667eea;
    color: #667eea;
}

.btn-outline-primary:hover[b-3pyoq45d2y] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
    color: white;
    transform: translateY(-2px);
}
/* /Components/Shared/Components/Accordion.razor.rz.scp.css */
/* Accordion container has no visual by itself; styles are defined per item */

/* ===== Utility ===== */
.ms-auto[b-1xub8e4tb4] {
    margin-left: auto !important;
}
/* /Components/Shared/Components/AccordionItem.razor.rz.scp.css */
/* Scoped styles for AccordionItem (CSS isolation) */
.accordion-item[b-im1tghw9ap] {
    margin-bottom: 0.5rem;
}

.accordion-header[b-im1tghw9ap] {
    padding: 1rem 1.5rem;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.accordion-header:hover[b-im1tghw9ap] {
    background-color: rgba(255, 255, 255, 0.05);
}

.accordion-title[b-im1tghw9ap] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #a0aec0;
    margin: 0;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}

.accordion-header:hover .accordion-title[b-im1tghw9ap] {
    color: #cbd5e0;
}

.accordion-title .bi[b-im1tghw9ap] {
    font-size: 0.85rem;
    opacity: 0.7;
}

.accordion-title .bi-chevron-up[b-im1tghw9ap],
.accordion-title .bi-chevron-down[b-im1tghw9ap] {
    font-size: 0.75rem;
    opacity: 0.5;
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.accordion-header:hover .accordion-title .bi-chevron-up[b-im1tghw9ap],
.accordion-header:hover .accordion-title .bi-chevron-down[b-im1tghw9ap] {
    opacity: 0.8;
}

/* Collapsible content */
.accordion-content[b-im1tghw9ap] {
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-content.collapsed[b-im1tghw9ap] {
    max-height: 0 !important;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.accordion-content.expanded[b-im1tghw9ap] {
    max-height: 2000px; /* enough for content */
    opacity: 1;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.ms-auto[b-im1tghw9ap] {
    margin-left: auto !important;
}
