/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kpdsc066cl] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f9fafb;
}

.main-content[b-kpdsc066cl] {
    flex: 1;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

.content[b-kpdsc066cl] {
    max-width: 1280px;
    margin: 0 auto;
}

.footer[b-kpdsc066cl] {
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
    margin-top: auto;
    padding: 1.5rem 0;
}

.footer p[b-kpdsc066cl] {
    font-size: 0.875rem;
}

.footer a[b-kpdsc066cl] {
    color: #6b7280;
    font-size: 0.875rem;
    transition: color 0.15s ease;
}

.footer a:hover[b-kpdsc066cl] {
    color: #667eea;
}

@media (max-width: 767.98px) {
    .footer .col-md-6[b-kpdsc066cl] {
        text-align: center !important;
    }

    .footer .text-md-end[b-kpdsc066cl] {
        margin-top: 0.5rem;
    }
}

#blazor-error-ui[b-kpdsc066cl] {
    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-kpdsc066cl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu Styles */
.navbar[b-s0u8602uoh] {
    padding: 0;
    min-height: 70px;
}

.navbar > .container[b-s0u8602uoh] {
    min-height: 70px;
}

.navbar-brand[b-s0u8602uoh] {
    padding: 0.5rem 0;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.logo-img[b-s0u8602uoh] {
    height: 55px;
    width: auto;
    object-fit: contain;
}

.navbar-nav[b-s0u8602uoh] {
    align-items: center;
}

.navbar-nav.flex-row[b-s0u8602uoh] {
    flex-wrap: nowrap;
}

.nav-item[b-s0u8602uoh] {
    display: flex;
    align-items: center;
}

.nav-link[b-s0u8602uoh] {
    color: #374151 !important;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.15s ease;
    padding: 0.5rem 1rem !important;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.nav-link:hover[b-s0u8602uoh] {
    color: #667eea !important;
}

.nav-link.active[b-s0u8602uoh] {
    color: #667eea !important;
}

.nav-link i[b-s0u8602uoh] {
    font-size: 0.85rem;
}

.user-avatar[b-s0u8602uoh] {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    color: white;
}

.user-avatar i[b-s0u8602uoh] {
    font-size: 1.1rem;
    margin: 0;
}

.dropdown-menu[b-s0u8602uoh] {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.5rem;
    min-width: 220px;
    margin-top: 0.5rem;
}

.dropdown-item[b-s0u8602uoh] {
    padding: 0.625rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.9rem;
}

.dropdown-item:hover[b-s0u8602uoh] {
    background-color: #f3f4f6;
}

.dropdown-item i[b-s0u8602uoh] {
    width: 1.25rem;
    text-align: center;
}

.btn-primary[b-s0u8602uoh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    color: white !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary:hover[b-s0u8602uoh] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a6fd6 0%, #6a4190 100%);
    color: white !important;
}

/* Mobile Toggle */
.navbar-toggler[b-s0u8602uoh] {
    padding: 0.5rem;
    border: none;
}

.navbar-toggler:focus[b-s0u8602uoh] {
    box-shadow: none;
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse[b-s0u8602uoh] {
        padding-top: 1rem;
        border-top: 1px solid #e5e7eb;
        margin-top: 1rem;
    }

    .navbar-nav[b-s0u8602uoh] {
        gap: 0.25rem;
        align-items: stretch;
    }

    .navbar-nav.flex-row[b-s0u8602uoh] {
        flex-direction: column !important;
    }

    .nav-link[b-s0u8602uoh] {
        padding: 0.75rem 1rem !important;
        border-radius: 0.375rem;
    }

    .nav-link:hover[b-s0u8602uoh] {
        background-color: #f3f4f6;
    }

    [b-s0u8602uoh] .btn-primary {
        width: 100%;
        margin-top: 0.5rem;
        text-align: center;
        display: block;
    }

    .logo-img[b-s0u8602uoh] {
        height: 42px;
    }
}

.bi-person-nav-menu[b-s0u8602uoh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-s0u8602uoh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-s0u8602uoh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-s0u8602uoh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-s0u8602uoh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s0u8602uoh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s0u8602uoh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s0u8602uoh]  .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-s0u8602uoh]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-s0u8602uoh]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-s0u8602uoh] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-s0u8602uoh] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s0u8602uoh] {
        display: none;
    }

    .nav-scrollable[b-s0u8602uoh] {
        /* 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-mvxl2dn35c],
.components-reconnect-repeated-attempt-visible[b-mvxl2dn35c],
.components-reconnect-failed-visible[b-mvxl2dn35c],
.components-pause-visible[b-mvxl2dn35c],
.components-resume-failed-visible[b-mvxl2dn35c],
.components-rejoining-animation[b-mvxl2dn35c] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mvxl2dn35c],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mvxl2dn35c],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mvxl2dn35c],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mvxl2dn35c],
#components-reconnect-modal.components-reconnect-retrying[b-mvxl2dn35c],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mvxl2dn35c],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mvxl2dn35c],
#components-reconnect-modal.components-reconnect-failed[b-mvxl2dn35c],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mvxl2dn35c] {
    display: block;
}


#components-reconnect-modal[b-mvxl2dn35c] {
    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-mvxl2dn35c 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mvxl2dn35c 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mvxl2dn35c 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mvxl2dn35c]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mvxl2dn35c 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mvxl2dn35c {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mvxl2dn35c {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mvxl2dn35c {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mvxl2dn35c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mvxl2dn35c] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mvxl2dn35c] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mvxl2dn35c] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mvxl2dn35c] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mvxl2dn35c] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mvxl2dn35c] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mvxl2dn35c 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mvxl2dn35c] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mvxl2dn35c {
    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/Articles/Editor.razor.rz.scp.css */
.article-editor-container[b-eyq8jobl68] {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.editor-header[b-eyq8jobl68] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.editor-header h2[b-eyq8jobl68] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.editor-actions[b-eyq8jobl68] {
    display: flex;
    gap: 0.5rem;
}

.editor-content[b-eyq8jobl68] {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.form-label[b-eyq8jobl68] {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-control-lg[b-eyq8jobl68] {
    font-size: 1.5rem;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid #e9ecef;
    border-radius: 0;
    padding: 0.75rem 0;
}

.form-control-lg:focus[b-eyq8jobl68] {
    border-bottom-color: #0d6efd;
    box-shadow: none;
}

@media (max-width: 768px) {
    .editor-header[b-eyq8jobl68] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .editor-actions[b-eyq8jobl68] {
        width: 100%;
        flex-direction: column;
    }

    .editor-actions button[b-eyq8jobl68] {
        width: 100%;
    }
}
/* /Components/Pages/Articles/Index.razor.rz.scp.css */
.knowledge-base-container[b-4w8ldzqmwr] {
    padding: 2rem 0;
    max-width: 1400px;
    margin: 0 auto;
}

.kb-header[b-4w8ldzqmwr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.kb-title-section h2[b-4w8ldzqmwr] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.kb-title-section p[b-4w8ldzqmwr] {
    margin: 0.5rem 0 0 0;
}

.kb-content[b-4w8ldzqmwr] {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
    padding: 0 1rem;
}

.kb-sidebar[b-4w8ldzqmwr] {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: fit-content;
    position: sticky;
    top: 80px;
}

.search-box[b-4w8ldzqmwr] {
    position: relative;
}

.search-box input[b-4w8ldzqmwr] {
    padding-right: 40px;
    border-radius: 8px;
}

.search-box button[b-4w8ldzqmwr] {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    background: none;
}

.category-list[b-4w8ldzqmwr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.category-item[b-4w8ldzqmwr] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.2s;
    color: #6c757d;
}

.category-item:hover[b-4w8ldzqmwr] {
    background-color: #f8f9fa;
    color: #212529;
}

.category-item.active[b-4w8ldzqmwr] {
    background-color: #e7f3ff;
    color: #0d6efd;
    font-weight: 600;
}

.category-item i[b-4w8ldzqmwr] {
    font-size: 1.1rem;
}

.category-item span:nth-child(2)[b-4w8ldzqmwr] {
    flex: 1;
}

.category-item .badge[b-4w8ldzqmwr] {
    font-size: 0.75rem;
}

.kb-main[b-4w8ldzqmwr] {
    min-height: 400px;
}

.article-grid[b-4w8ldzqmwr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

.article-card[b-4w8ldzqmwr] {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.3s;
}

.article-card:hover[b-4w8ldzqmwr] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.article-image[b-4w8ldzqmwr] {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    background-color: #f8f9fa;
}

.article-content[b-4w8ldzqmwr] {
    padding: 1.5rem;
}

.article-category[b-4w8ldzqmwr] {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.article-title[b-4w8ldzqmwr] {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0.5rem 0;
    color: #212529;
    line-height: 1.4;
}

.article-summary[b-4w8ldzqmwr] {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0.75rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-meta[b-4w8ldzqmwr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.article-meta .author[b-4w8ldzqmwr] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.article-meta .stats[b-4w8ldzqmwr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.empty-state[b-4w8ldzqmwr] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6c757d;
}

.empty-state i[b-4w8ldzqmwr] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-state h4[b-4w8ldzqmwr] {
    margin-bottom: 0.5rem;
}

@media (max-width: 992px) {
    .kb-content[b-4w8ldzqmwr] {
        grid-template-columns: 1fr;
    }

    .kb-sidebar[b-4w8ldzqmwr] {
        position: relative;
        top: 0;
    }

    .article-grid[b-4w8ldzqmwr] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .kb-header[b-4w8ldzqmwr] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .kb-title-section h2[b-4w8ldzqmwr] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/Articles/View.razor.rz.scp.css */
.article-view-container[b-q68yacbur5] {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.article-header[b-q68yacbur5] {
    margin-bottom: 2rem;
}

.back-btn[b-q68yacbur5] {
    text-decoration: none;
    color: #6c757d;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
    display: inline-block;
}

.back-btn:hover[b-q68yacbur5] {
    color: #0d6efd;
}

.article-category-badge[b-q68yacbur5] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.article-title[b-q68yacbur5] {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #212529;
}

.article-author-info[b-q68yacbur5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef;
}

.author-avatar[b-q68yacbur5] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.author-details[b-q68yacbur5] {
    flex: 1;
}

.author-name[b-q68yacbur5] {
    font-weight: 600;
    color: #212529;
}

.article-date[b-q68yacbur5] {
    font-size: 0.9rem;
    color: #6c757d;
}

.article-stats[b-q68yacbur5] {
    display: flex;
    gap: 1rem;
    color: #6c757d;
}

.article-stats span[b-q68yacbur5] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.article-featured-image[b-q68yacbur5] {
    margin: 2rem 0;
    border-radius: 12px;
    overflow: hidden;
}

.article-featured-image img[b-q68yacbur5] {
    width: 100%;
    height: auto;
    display: block;
}

.article-content-area[b-q68yacbur5] {
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 3rem;
    margin: 3rem 0;
}

.article-main[b-q68yacbur5] {
    min-width: 0;
}

.article-content[b-q68yacbur5] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #212529;
}

.article-content h2[b-q68yacbur5] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 2rem 0 1rem 0;
}

.article-content h3[b-q68yacbur5] {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 1.5rem 0 0.75rem 0;
}

.article-content p[b-q68yacbur5] {
    margin-bottom: 1.5rem;
}

.article-content img[b-q68yacbur5] {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.article-content code[b-q68yacbur5] {
    background-color: #f8f9fa;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
}

.article-content pre[b-q68yacbur5] {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    overflow-x: auto;
}

.article-actions[b-q68yacbur5] {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
    padding: 2rem 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.article-tags[b-q68yacbur5] {
    margin: 2rem 0;
}

.tag-badge[b-q68yacbur5] {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    color: #6c757d;
}

.article-toc[b-q68yacbur5] {
    position: sticky;
    top: 100px;
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    height: fit-content;
}

.article-toc h5[b-q68yacbur5] {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
}

.article-toc ul[b-q68yacbur5] {
    list-style: none;
    padding: 0;
}

.article-toc li[b-q68yacbur5] {
    margin-bottom: 0.5rem;
}

.article-toc a[b-q68yacbur5] {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.2s;
}

.article-toc a:hover[b-q68yacbur5] {
    color: #0d6efd;
}

.article-comments-section[b-q68yacbur5] {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 2px solid #e9ecef;
}

.comment-form[b-q68yacbur5] {
    margin: 1.5rem 0;
}

.comments-list[b-q68yacbur5] {
    margin-top: 2rem;
}

.comment[b-q68yacbur5] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.comment-avatar[b-q68yacbur5] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.comment-body[b-q68yacbur5] {
    flex: 1;
}

.comment-header[b-q68yacbur5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.comment-date[b-q68yacbur5] {
    font-size: 0.85rem;
    color: #6c757d;
}

@media (max-width: 992px) {
    .article-content-area[b-q68yacbur5] {
        grid-template-columns: 1fr;
    }

    .article-toc[b-q68yacbur5] {
        position: relative;
        top: 0;
    }

    .article-title[b-q68yacbur5] {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .article-title[b-q68yacbur5] {
        font-size: 1.75rem;
    }

    .article-content[b-q68yacbur5] {
        font-size: 1rem;
    }

    .article-author-info[b-q68yacbur5] {
        flex-wrap: wrap;
    }

    .article-stats[b-q68yacbur5] {
        width: 100%;
        justify-content: flex-start;
    }
}
/* /Components/Pages/Certificates/List.razor.rz.scp.css */
.certificates-list-container[b-6h5886hclf] {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.page-header[b-6h5886hclf] {
    margin-bottom: 2rem;
}

.page-header h2[b-6h5886hclf] {
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 700;
}

.empty-state[b-6h5886hclf] {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.empty-state i[b-6h5886hclf] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-state h4[b-6h5886hclf] {
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.empty-state p[b-6h5886hclf] {
    color: #6c757d;
    margin: 0;
}

.certificates-grid[b-6h5886hclf] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.certificate-card[b-6h5886hclf] {
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    gap: 1rem;
    position: relative;
}

.certificate-card:hover[b-6h5886hclf] {
    border-color: #0d6efd;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
    transform: translateY(-2px);
}

.certificate-icon[b-6h5886hclf] {
    flex-shrink: 0;
}

.certificate-icon i[b-6h5886hclf] {
    font-size: 3rem;
    color: #ffc107;
}

.certificate-content[b-6h5886hclf] {
    flex: 1;
}

.certificate-content h5[b-6h5886hclf] {
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    font-size: 1.125rem;
}

.certificate-description[b-6h5886hclf] {
    color: #6c757d;
    font-size: 0.875rem;
    margin: 0 0 0.75rem 0;
    line-height: 1.5;
}

.certificate-meta[b-6h5886hclf] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
}

.meta-item[b-6h5886hclf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.meta-item i[b-6h5886hclf] {
    flex-shrink: 0;
}

.certificate-number[b-6h5886hclf] {
    font-size: 0.75rem;
    color: #adb5bd;
    font-family: 'Courier New', monospace;
}

.certificate-actions-menu[b-6h5886hclf] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
    opacity: 0;
    transition: opacity 0.2s;
}

.certificate-card:hover .certificate-actions-menu[b-6h5886hclf] {
    opacity: 1;
}

@media (max-width: 768px) {
    .certificates-grid[b-6h5886hclf] {
        grid-template-columns: 1fr;
    }

    .certificate-actions-menu[b-6h5886hclf] {
        opacity: 1;
    }

    .certificate-card[b-6h5886hclf] {
        flex-direction: column;
        text-align: center;
    }

    .certificate-icon[b-6h5886hclf] {
        display: flex;
        justify-content: center;
    }

    .certificate-meta[b-6h5886hclf] {
        align-items: center;
    }
}
/* /Components/Pages/Certificates/TemplateEditor.razor.rz.scp.css */
.template-editor-container[b-w31244tqfo] {
    max-width: 1800px;
    margin: 0 auto;
    padding: 1rem;
}

.editor-header[b-w31244tqfo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1.5rem;
}

.header-left[b-w31244tqfo] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.header-left h2[b-w31244tqfo] {
    margin: 0;
    font-weight: 700;
}

.header-left .btn-link[b-w31244tqfo] {
    padding: 0;
    color: #6c757d;
    text-decoration: none;
    font-size: 0.875rem;
}

.header-left .btn-link:hover[b-w31244tqfo] {
    color: #0d6efd;
}

.header-actions[b-w31244tqfo] {
    display: flex;
    gap: 0.75rem;
}

.editor-content[b-w31244tqfo] {
    display: flex;
    gap: 1.5rem;
}

.editor-content.with-preview .editor-panel[b-w31244tqfo] {
    flex: 1;
    max-width: 60%;
}

.editor-content:not(.with-preview) .editor-panel[b-w31244tqfo] {
    flex: 1;
    max-width: 100%;
}

.editor-panel[b-w31244tqfo] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.editor-section[b-w31244tqfo] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
}

.editor-section h4[b-w31244tqfo] {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
}

.section-header[b-w31244tqfo] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.section-header h4[b-w31244tqfo] {
    margin: 0;
}

.placeholder-toolbar[b-w31244tqfo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.toolbar-label[b-w31244tqfo] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-right: 0.5rem;
}

.placeholder-toolbar .btn[b-w31244tqfo] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.editor-tabs[b-w31244tqfo] {
    display: flex;
    gap: 0;
    margin-bottom: 1rem;
    border-bottom: 2px solid #dee2e6;
}

.tab-btn[b-w31244tqfo] {
    padding: 0.75rem 1.5rem;
    border: none;
    background: none;
    color: #6c757d;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.tab-btn:hover[b-w31244tqfo] {
    color: #0d6efd;
}

.tab-btn.active[b-w31244tqfo] {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
}

.code-editor[b-w31244tqfo] {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.5;
    background: #1e1e1e;
    color: #d4d4d4;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 1rem;
    resize: vertical;
}

.code-editor[b-w31244tqfo]::placeholder {
    color: #6c6c6c;
}

.code-editor:focus[b-w31244tqfo] {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
}

.html-editor[b-w31244tqfo] {
    min-height: 400px;
}

.css-editor[b-w31244tqfo] {
    min-height: 250px;
}

.placeholder-help[b-w31244tqfo] {
    margin-top: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 4px;
    font-size: 0.875rem;
}

.placeholder-help strong[b-w31244tqfo] {
    display: block;
    margin-bottom: 0.5rem;
}

.placeholder-list[b-w31244tqfo] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.placeholder-list li[b-w31244tqfo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.placeholder-list code[b-w31244tqfo] {
    background: #e9ecef;
    padding: 0.125rem 0.375rem;
    border-radius: 3px;
    font-size: 0.8rem;
    color: #d63384;
}

.quick-templates[b-w31244tqfo] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.quick-template-btn[b-w31244tqfo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem 1rem;
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.quick-template-btn:hover[b-w31244tqfo] {
    border-color: #0d6efd;
    background: #e7f1ff;
}

.quick-template-btn i[b-w31244tqfo] {
    font-size: 1.5rem;
    color: #6c757d;
}

.quick-template-btn:hover i[b-w31244tqfo] {
    color: #0d6efd;
}

.quick-template-btn span[b-w31244tqfo] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #495057;
}

/* Preview Panel */
.preview-panel[b-w31244tqfo] {
    flex: 1;
    max-width: 40%;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 1rem;
    max-height: calc(100vh - 150px);
}

.preview-header[b-w31244tqfo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.preview-header h4[b-w31244tqfo] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.preview-content[b-w31244tqfo] {
    flex: 1;
    overflow: auto;
    padding: 1rem;
    background: #f8f9fa;
}

.certificate-preview-frame[b-w31244tqfo] {
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(0.7);
    margin: -15% auto;
}

.preview-footer[b-w31244tqfo] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
}

/* Syncfusion RTE customization */
[b-w31244tqfo] .e-richtexteditor {
    border: 1px solid #dee2e6 !important;
    border-radius: 4px !important;
}

[b-w31244tqfo] .e-rte-toolbar {
    background: #f8f9fa !important;
    border-bottom: 1px solid #dee2e6 !important;
}

/* Responsive */
@media (max-width: 1200px) {
    .editor-content[b-w31244tqfo] {
        flex-direction: column;
    }

    .editor-content.with-preview .editor-panel[b-w31244tqfo],
    .preview-panel[b-w31244tqfo] {
        max-width: 100%;
    }

    .preview-panel[b-w31244tqfo] {
        position: relative;
        top: 0;
        max-height: 600px;
    }

    .certificate-preview-frame[b-w31244tqfo] {
        transform: scale(0.5);
        margin: -25% auto;
    }
}

@media (max-width: 768px) {
    .editor-header[b-w31244tqfo] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .header-actions[b-w31244tqfo] {
        width: 100%;
    }

    .header-actions .btn[b-w31244tqfo] {
        flex: 1;
    }

    .quick-templates[b-w31244tqfo] {
        grid-template-columns: repeat(2, 1fr);
    }

    .placeholder-toolbar[b-w31244tqfo] {
        display: none;
    }
}
/* /Components/Pages/Certificates/TemplateManager.razor.rz.scp.css */
.templates-container[b-zm70w0o97p] {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.page-header[b-zm70w0o97p] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-header h2[b-zm70w0o97p] {
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 700;
}

.templates-grid[b-zm70w0o97p] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 1.5rem;
}

.template-card[b-zm70w0o97p] {
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.2s;
}

.template-card:hover[b-zm70w0o97p] {
    border-color: #0d6efd;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
}

.template-card.default-template[b-zm70w0o97p] {
    border-color: #0d6efd;
    background: linear-gradient(to bottom, #fff 0%, #f8f9ff 100%);
}

.template-header[b-zm70w0o97p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    gap: 0.5rem;
}

.template-header h4[b-zm70w0o97p] {
    margin: 0;
    font-weight: 700;
    font-size: 1.25rem;
}

.template-description[b-zm70w0o97p] {
    color: #6c757d;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.template-meta[b-zm70w0o97p] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.template-meta span[b-zm70w0o97p] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.template-meta i[b-zm70w0o97p] {
    color: #0d6efd;
}

.template-actions[b-zm70w0o97p] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.modal-backdrop[b-zm70w0o97p] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.template-modal[b-zm70w0o97p] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    width: 90vw;
    max-width: 800px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.template-modal .modal-header[b-zm70w0o97p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.template-modal .modal-header h5[b-zm70w0o97p] {
    margin: 0;
    font-weight: 700;
}

.template-modal .btn-close[b-zm70w0o97p] {
    border: none;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6c757d;
}

.template-modal .modal-body[b-zm70w0o97p] {
    padding: 1.5rem;
    overflow-y: auto;
}

.template-modal .modal-footer[b-zm70w0o97p] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.code-editor[b-zm70w0o97p] {
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    background: #f8f9fa;
}

@media (max-width: 768px) {
    .templates-grid[b-zm70w0o97p] {
        grid-template-columns: 1fr;
    }

    .page-header[b-zm70w0o97p] {
        flex-direction: column;
    }

    .template-actions[b-zm70w0o97p] {
        width: 100%;
    }

    .template-actions .btn[b-zm70w0o97p] {
        flex: 1;
    }

    .template-modal[b-zm70w0o97p] {
        width: 95vw;
        max-height: 95vh;
    }
}
/* /Components/Pages/Certificates/Templates.razor.rz.scp.css */
/* /Components/Pages/Certificates/View.razor.rz.scp.css */
.certificate-viewer-container[b-rorsequswh] {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.certificate-header[b-rorsequswh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.certificate-header h2[b-rorsequswh] {
    margin: 0 0 0.5rem 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.certificate-meta[b-rorsequswh] {
    color: #6c757d;
    margin: 0;
}

.certificate-actions[b-rorsequswh] {
    display: flex;
    gap: 0.75rem;
}

.certificate-preview[b-rorsequswh] {
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-height: 600px;
}

.certificate-details[b-rorsequswh] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.detail-card[b-rorsequswh],
.verification-card[b-rorsequswh] {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.detail-card h5[b-rorsequswh],
.verification-card h5[b-rorsequswh] {
    margin: 0 0 1rem 0;
    font-weight: 700;
    font-size: 1.125rem;
}

.detail-row[b-rorsequswh] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

.detail-row:last-child[b-rorsequswh] {
    border-bottom: none;
}

.detail-label[b-rorsequswh] {
    font-weight: 600;
    color: #6c757d;
}

.detail-value[b-rorsequswh] {
    color: #212529;
}

.verification-card i[b-rorsequswh] {
    color: #198754;
    margin-right: 0.5rem;
}

.verification-url[b-rorsequswh] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 1rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.verification-url code[b-rorsequswh] {
    flex: 1;
    font-size: 0.875rem;
    color: #0d6efd;
    word-break: break-all;
}

.modal-backdrop[b-rorsequswh] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.share-modal[b-rorsequswh] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    min-width: 400px;
    max-width: 90vw;
}

.share-modal .modal-header[b-rorsequswh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.share-modal .modal-header h5[b-rorsequswh] {
    margin: 0;
    font-weight: 700;
}

.share-modal .btn-close[b-rorsequswh] {
    border: none;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6c757d;
}

.share-modal .modal-body[b-rorsequswh] {
    padding: 2rem 1.5rem;
}

.share-buttons[b-rorsequswh] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.share-btn[b-rorsequswh] {
    padding: 1rem;
    border: 2px solid;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.share-btn i[b-rorsequswh] {
    font-size: 1.25rem;
}

.share-btn.linkedin[b-rorsequswh] {
    color: #0077b5;
    border-color: #0077b5;
    background: #fff;
}

.share-btn.linkedin:hover[b-rorsequswh] {
    background: #0077b5;
    color: #fff;
}

.share-btn.twitter[b-rorsequswh] {
    color: #1da1f2;
    border-color: #1da1f2;
    background: #fff;
}

.share-btn.twitter:hover[b-rorsequswh] {
    background: #1da1f2;
    color: #fff;
}

.share-btn.facebook[b-rorsequswh] {
    color: #1877f2;
    border-color: #1877f2;
    background: #fff;
}

.share-btn.facebook:hover[b-rorsequswh] {
    background: #1877f2;
    color: #fff;
}

.share-btn.email[b-rorsequswh] {
    color: #6c757d;
    border-color: #6c757d;
    background: #fff;
}

.share-btn.email:hover[b-rorsequswh] {
    background: #6c757d;
    color: #fff;
}

@media print {
    .certificate-header[b-rorsequswh],
    .certificate-actions[b-rorsequswh],
    .certificate-details[b-rorsequswh] {
        display: none;
    }

    .certificate-preview[b-rorsequswh] {
        border: none;
        box-shadow: none;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .certificate-header[b-rorsequswh] {
        flex-direction: column;
        align-items: flex-start;
    }

    .certificate-actions[b-rorsequswh] {
        width: 100%;
    }

    .certificate-actions .btn[b-rorsequswh] {
        flex: 1;
    }

    .certificate-preview[b-rorsequswh] {
        padding: 1.5rem;
    }

    .certificate-details[b-rorsequswh] {
        grid-template-columns: 1fr;
    }

    .share-modal[b-rorsequswh] {
        min-width: 90vw;
    }

    .share-buttons[b-rorsequswh] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/ChatRoomView.razor.rz.scp.css */
.chat-container[b-pc4q5twd2j] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 120px);
    background-color: #fff;
}

.chat-header[b-pc4q5twd2j] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.room-info[b-pc4q5twd2j] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.back-button[b-pc4q5twd2j] {
    padding: 0.25rem 0.5rem;
    color: #6c757d;
    text-decoration: none;
}

.back-button:hover[b-pc4q5twd2j] {
    color: #212529;
}

.room-name[b-pc4q5twd2j] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.room-description[b-pc4q5twd2j] {
    margin: 0.25rem 0 0 0;
    font-size: 0.85rem;
    color: #6c757d;
}

.room-actions[b-pc4q5twd2j] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.member-count[b-pc4q5twd2j] {
    color: #6c757d;
    font-size: 0.9rem;
}

.chat-messages[b-pc4q5twd2j] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

.empty-messages[b-pc4q5twd2j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #6c757d;
}

.empty-messages i[b-pc4q5twd2j] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-messages p[b-pc4q5twd2j] {
    margin: 0.5rem 0;
}

.typing-indicator[b-pc4q5twd2j] {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    color: #6c757d;
    font-style: italic;
}

.chat-input-container[b-pc4q5twd2j] {
    border-top: 1px solid #dee2e6;
    background-color: #fff;
    padding: 1rem;
}

.reply-banner[b-pc4q5twd2j],
.edit-banner[b-pc4q5twd2j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
    background-color: #e7f3ff;
    border-left: 3px solid #0d6efd;
    border-radius: 4px;
}

.edit-banner[b-pc4q5twd2j] {
    background-color: #fff3cd;
    border-left-color: #ffc107;
}

.reply-info[b-pc4q5twd2j],
.edit-info[b-pc4q5twd2j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.input-wrapper[b-pc4q5twd2j] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
}

.message-input[b-pc4q5twd2j] {
    flex: 1;
    resize: none;
    min-height: 44px;
    max-height: 120px;
    border-radius: 22px;
    padding: 0.75rem 1rem;
    border: 1px solid #dee2e6;
}

.message-input:focus[b-pc4q5twd2j] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.send-button[b-pc4q5twd2j] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.send-button i[b-pc4q5twd2j] {
    font-size: 1.1rem;
}

.connection-status[b-pc4q5twd2j] {
    margin-top: 0.5rem;
    padding: 0.5rem;
    background-color: #fff3cd;
    border-radius: 4px;
    text-align: center;
    font-size: 0.85rem;
    color: #856404;
}

.connection-status i[b-pc4q5twd2j] {
    margin-right: 0.25rem;
}

@media (max-width: 768px) {
    .chat-container[b-pc4q5twd2j] {
        height: calc(100vh - 60px);
    }

    .chat-header[b-pc4q5twd2j] {
        padding: 0.75rem 1rem;
    }

    .room-name[b-pc4q5twd2j] {
        font-size: 1.1rem;
    }

    .back-button[b-pc4q5twd2j] {
        margin-right: 0.5rem;
    }

    .member-count[b-pc4q5twd2j] {
        font-size: 0.8rem;
    }

    .room-actions[b-pc4q5twd2j] {
        gap: 0.5rem;
    }
}
/* /Components/Pages/Communities/Calendar.razor.rz.scp.css */
/* Calendar Page Styles */

.calendar-container[b-ao44eu4tts] {
    min-height: 100vh;
}

/* Override Syncfusion default styles for better integration */
[b-ao44eu4tts] .e-schedule {
    border: none;
    font-family: inherit;
}

[b-ao44eu4tts] .e-schedule .e-toolbar {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

[b-ao44eu4tts] .e-schedule .e-toolbar-item {
    color: #495057;
}

[b-ao44eu4tts] .e-schedule .e-toolbar-item:hover {
    background-color: #e9ecef;
}

[b-ao44eu4tts] .e-schedule .e-appointment {
    border-radius: 4px;
    border: none;
}

[b-ao44eu4tts] .e-schedule .e-month-view .e-appointment {
    padding: 2px 4px;
    font-size: 0.875rem;
}

[b-ao44eu4tts] .e-schedule .e-agenda-view .e-appointment {
    border-left-width: 4px;
}

[b-ao44eu4tts] .e-schedule .e-work-cells {
    border-color: #e9ecef;
}

[b-ao44eu4tts] .e-schedule .e-header-cells {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    font-weight: 600;
}

[b-ao44eu4tts] .e-schedule .e-current-day {
    background-color: rgba(13, 110, 253, 0.05);
}

[b-ao44eu4tts] .e-schedule .e-selected-cell {
    background-color: rgba(13, 110, 253, 0.1);
}

/* Event color styling */
[b-ao44eu4tts] .e-schedule .e-appointment.e-lib.e-draggable {
    cursor: pointer;
    transition: transform 0.2s ease;
}

[b-ao44eu4tts] .e-schedule .e-appointment.e-lib.e-draggable:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Filter card */
.filter-card[b-ao44eu4tts] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

/* Legend styling */
.legend-item[b-ao44eu4tts] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.legend-color[b-ao44eu4tts] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    [b-ao44eu4tts] .e-schedule {
        font-size: 0.875rem;
    }

    [b-ao44eu4tts] .e-schedule .e-toolbar .e-toolbar-items {
        flex-wrap: wrap;
    }

    .btn-group.w-100[b-ao44eu4tts] {
        display: flex;
    }

    .btn-group.w-100 .btn[b-ao44eu4tts] {
        flex: 1;
    }
}

/* Loading state */
.calendar-loading[b-ao44eu4tts] {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Empty state */
.calendar-empty[b-ao44eu4tts] {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.calendar-empty i[b-ao44eu4tts] {
    font-size: 4rem;
    color: #6c757d;
}
/* /Components/Pages/FileLibrary/FileViewer.razor.rz.scp.css */
.file-viewer-container[b-yn5bvov1hd] {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.file-header[b-yn5bvov1hd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.breadcrumb[b-yn5bvov1hd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.breadcrumb-item[b-yn5bvov1hd] {
    background: none;
    border: none;
    color: #0d6efd;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.2s;
}

.breadcrumb-item:hover[b-yn5bvov1hd] {
    color: #0a58ca;
    text-decoration: underline;
}

.breadcrumb i.bi-chevron-right[b-yn5bvov1hd] {
    color: #6c757d;
    font-size: 0.75rem;
}

.breadcrumb-current[b-yn5bvov1hd] {
    color: #6c757d;
    padding: 0.5rem;
    font-weight: 500;
}

.file-header-actions[b-yn5bvov1hd] {
    display: flex;
    gap: 0.75rem;
}

.file-content[b-yn5bvov1hd] {
    display: grid;
    gap: 2rem;
}

.file-main[b-yn5bvov1hd] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.file-preview[b-yn5bvov1hd] {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.file-preview img[b-yn5bvov1hd] {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.pdf-viewer[b-yn5bvov1hd] {
    width: 100%;
    height: 800px;
    border: none;
    border-radius: 8px;
}

.video-player[b-yn5bvov1hd],
.audio-player[b-yn5bvov1hd] {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 8px;
}

.file-placeholder[b-yn5bvov1hd] {
    padding: 4rem 2rem;
    text-align: center;
}

.file-placeholder i[b-yn5bvov1hd] {
    font-size: 5rem;
    color: #dee2e6;
    margin-bottom: 1.5rem;
}

.file-placeholder h4[b-yn5bvov1hd] {
    margin-bottom: 1rem;
    font-weight: 700;
}

.file-placeholder p[b-yn5bvov1hd] {
    color: #6c757d;
    margin-bottom: 2rem;
}

.file-details-card[b-yn5bvov1hd],
.file-versions-card[b-yn5bvov1hd],
.file-comments-card[b-yn5bvov1hd] {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.file-details-card h3[b-yn5bvov1hd] {
    margin-bottom: 1rem;
    font-weight: 700;
}

.file-description[b-yn5bvov1hd] {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.file-meta[b-yn5bvov1hd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.meta-item[b-yn5bvov1hd] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.meta-item i[b-yn5bvov1hd] {
    font-size: 1.5rem;
    color: #0d6efd;
    margin-top: 0.25rem;
}

.meta-item div[b-yn5bvov1hd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.meta-item strong[b-yn5bvov1hd] {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #6c757d;
    letter-spacing: 0.5px;
}

.meta-item span[b-yn5bvov1hd] {
    font-size: 0.95rem;
    color: #212529;
}

.file-tags[b-yn5bvov1hd] {
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.file-tags strong[b-yn5bvov1hd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #495057;
}

.tags-list[b-yn5bvov1hd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tags-list .badge[b-yn5bvov1hd] {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

.add-tag-section[b-yn5bvov1hd] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.add-tag-section input[b-yn5bvov1hd] {
    flex: 1;
}

.file-versions-card h4[b-yn5bvov1hd],
.file-comments-card h4[b-yn5bvov1hd] {
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.versions-list[b-yn5bvov1hd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.version-item[b-yn5bvov1hd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.2s;
}

.version-item.current[b-yn5bvov1hd] {
    background: #e7f1ff;
    border-color: #0d6efd;
}

.version-info[b-yn5bvov1hd] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.version-info strong[b-yn5bvov1hd] {
    font-weight: 600;
}

.version-info span[b-yn5bvov1hd] {
    color: #6c757d;
    font-size: 0.875rem;
}

.add-comment-section[b-yn5bvov1hd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dee2e6;
}

.add-comment-section button[b-yn5bvov1hd] {
    align-self: flex-end;
}

.comments-list[b-yn5bvov1hd] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.comment-item[b-yn5bvov1hd] {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    position: relative;
}

.comment-header[b-yn5bvov1hd] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.comment-header strong[b-yn5bvov1hd] {
    font-weight: 600;
    color: #212529;
}

.comment-header span[b-yn5bvov1hd] {
    color: #6c757d;
    font-size: 0.875rem;
}

.comment-content[b-yn5bvov1hd] {
    color: #495057;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.comment-item .btn-link[b-yn5bvov1hd] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.modal-backdrop[b-yn5bvov1hd] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal-dialog[b-yn5bvov1hd] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    min-width: 500px;
    max-width: 90vw;
}

.modal-header[b-yn5bvov1hd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-header h5[b-yn5bvov1hd] {
    margin: 0;
    font-weight: 700;
}

.btn-close[b-yn5bvov1hd] {
    border: none;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6c757d;
}

.modal-body[b-yn5bvov1hd] {
    padding: 1.5rem;
}

.modal-footer[b-yn5bvov1hd] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.5rem;
    border-top: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .file-header[b-yn5bvov1hd] {
        flex-direction: column;
        align-items: stretch;
    }

    .file-header-actions[b-yn5bvov1hd] {
        width: 100%;
    }

    .file-header-actions .btn[b-yn5bvov1hd] {
        flex: 1;
    }

    .file-meta[b-yn5bvov1hd] {
        grid-template-columns: 1fr;
    }

    .pdf-viewer[b-yn5bvov1hd] {
        height: 500px;
    }

    .modal-dialog[b-yn5bvov1hd] {
        min-width: 90vw;
    }

    .version-item[b-yn5bvov1hd] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .version-info[b-yn5bvov1hd] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}
/* /Components/Pages/FileLibrary/Index.razor.rz.scp.css */
.file-library-container[b-7d16e3azx4] {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.library-header[b-7d16e3azx4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.breadcrumb[b-7d16e3azx4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.breadcrumb-item[b-7d16e3azx4] {
    background: none;
    border: none;
    color: #0d6efd;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.2s;
}

.breadcrumb-item:hover[b-7d16e3azx4] {
    color: #0a58ca;
    text-decoration: underline;
}

.breadcrumb i.bi-chevron-right[b-7d16e3azx4] {
    color: #6c757d;
    font-size: 0.75rem;
}

.header-actions[b-7d16e3azx4] {
    display: flex;
    gap: 0.75rem;
}

.search-results-header[b-7d16e3azx4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #e7f1ff;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.search-results-header h5[b-7d16e3azx4] {
    margin: 0;
    color: #0d6efd;
}

.library-toolbar[b-7d16e3azx4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    gap: 1rem;
}

.search-box[b-7d16e3azx4] {
    position: relative;
    flex: 1;
    max-width: 400px;
}

.search-box i[b-7d16e3azx4] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.search-box input[b-7d16e3azx4] {
    padding-left: 40px;
}

.view-toggle[b-7d16e3azx4] {
    display: flex;
    gap: 0.25rem;
}

.view-toggle .btn[b-7d16e3azx4] {
    border: 1px solid #dee2e6;
}

.view-toggle .btn.active[b-7d16e3azx4] {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.empty-state[b-7d16e3azx4] {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.empty-state i[b-7d16e3azx4] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-state h4[b-7d16e3azx4] {
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.empty-state p[b-7d16e3azx4] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.files-grid[b-7d16e3azx4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.file-card[b-7d16e3azx4] {
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.file-card:hover[b-7d16e3azx4] {
    border-color: #0d6efd;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
    transform: translateY(-2px);
}

.file-card.folder[b-7d16e3azx4] {
    background: linear-gradient(to bottom, #fff 0%, #fffbf0 100%);
}

.file-icon[b-7d16e3azx4] {
    font-size: 3rem;
    text-align: center;
}

.file-icon i[b-7d16e3azx4] {
    color: #6c757d;
}

.file-card.folder .file-icon i[b-7d16e3azx4] {
    font-size: 3.5rem;
}

.file-info[b-7d16e3azx4] {
    text-align: center;
}

.file-info h6[b-7d16e3azx4] {
    margin: 0 0 0.25rem 0;
    font-weight: 600;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-info p[b-7d16e3azx4] {
    margin: 0;
    font-size: 0.75rem;
    color: #6c757d;
}

.file-tags[b-7d16e3azx4] {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
    justify-content: center;
}

.file-tags .badge[b-7d16e3azx4] {
    font-size: 0.7rem;
}

.file-stats[b-7d16e3azx4] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 0.75rem;
    color: #6c757d;
}

.file-stats span[b-7d16e3azx4] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.file-actions[b-7d16e3azx4] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    opacity: 0;
    transition: opacity 0.2s;
}

.file-card:hover .file-actions[b-7d16e3azx4] {
    opacity: 1;
}

.file-actions .btn[b-7d16e3azx4] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.files-table[b-7d16e3azx4] {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.files-table thead[b-7d16e3azx4] {
    background: #f8f9fa;
}

.files-table th[b-7d16e3azx4] {
    padding: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid #dee2e6;
}

.files-table tbody tr[b-7d16e3azx4] {
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
    transition: background 0.2s;
}

.files-table tbody tr:hover[b-7d16e3azx4] {
    background: #f8f9fa;
}

.files-table td[b-7d16e3azx4] {
    padding: 0.75rem 1rem;
}

.files-table td i[b-7d16e3azx4] {
    margin-right: 0.5rem;
}

.folder-row[b-7d16e3azx4] {
    background: #fffbf0;
}

.modal-backdrop[b-7d16e3azx4] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal-dialog[b-7d16e3azx4] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    min-width: 500px;
    max-width: 90vw;
}

.modal-header[b-7d16e3azx4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-header h5[b-7d16e3azx4] {
    margin: 0;
    font-weight: 700;
}

.btn-close[b-7d16e3azx4] {
    border: none;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6c757d;
}

.modal-body[b-7d16e3azx4] {
    padding: 1.5rem;
}

.modal-footer[b-7d16e3azx4] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.upload-area[b-7d16e3azx4] {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 3rem 2rem;
    text-align: center;
    background: #f8f9fa;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.upload-area:hover[b-7d16e3azx4] {
    border-color: #0d6efd;
    background: #e7f1ff;
}

.upload-area i[b-7d16e3azx4] {
    font-size: 3rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.upload-area p[b-7d16e3azx4] {
    margin: 0;
    color: #6c757d;
}

.upload-area input[type="file"][b-7d16e3azx4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

@media (max-width: 768px) {
    .files-grid[b-7d16e3azx4] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .library-header[b-7d16e3azx4],
    .library-toolbar[b-7d16e3azx4] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-box[b-7d16e3azx4] {
        max-width: 100%;
    }

    .header-actions[b-7d16e3azx4] {
        width: 100%;
    }

    .header-actions .btn[b-7d16e3azx4] {
        flex: 1;
    }

    .modal-dialog[b-7d16e3azx4] {
        min-width: 90vw;
    }

    .files-table[b-7d16e3azx4] {
        font-size: 0.875rem;
    }

    .files-table th[b-7d16e3azx4],
    .files-table td[b-7d16e3azx4] {
        padding: 0.5rem;
    }
}

/* Upload Modal Enhancements */
.upload-modal[b-7d16e3azx4] {
    min-width: 550px;
}

.selected-files h6[b-7d16e3azx4] {
    margin-bottom: 1rem;
    color: #495057;
}

.file-list[b-7d16e3azx4] {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.file-item[b-7d16e3azx4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.2s;
}

.file-item:last-child[b-7d16e3azx4] {
    border-bottom: none;
}

.file-item.complete[b-7d16e3azx4] {
    background-color: #d4edda;
}

.file-item.error[b-7d16e3azx4] {
    background-color: #f8d7da;
}

.file-info[b-7d16e3azx4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
}

.file-info i[b-7d16e3azx4] {
    font-size: 1.5rem;
}

.file-details[b-7d16e3azx4] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.file-name[b-7d16e3azx4] {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-size[b-7d16e3azx4] {
    font-size: 0.75rem;
    color: #6c757d;
}

.file-status[b-7d16e3azx4] {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.file-status i.bi-check-circle[b-7d16e3azx4] {
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .upload-modal[b-7d16e3azx4] {
        min-width: 90vw;
    }
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
.pricing-container[b-znsv5009nj] {
    min-height: 100vh;
    background-color: #f8f9fa;
    padding: 60px 20px;
}

.pricing-header[b-znsv5009nj] {
    max-width: 800px;
    margin: 0 auto 40px;
}

.pricing-header h1[b-znsv5009nj] {
    color: #212529;
    font-size: 3rem;
}

.billing-toggle[b-znsv5009nj] {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.billing-toggle .btn[b-znsv5009nj] {
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.billing-toggle .btn-light[b-znsv5009nj] {
    background-color: white;
    color: #212529;
}

.billing-toggle .btn-outline-secondary[b-znsv5009nj] {
    background-color: #e9ecef;
    color: #6c757d;
    border: none;
}

.billing-toggle .btn:hover[b-znsv5009nj] {
    transform: scale(1.02);
}

.pricing-card[b-znsv5009nj] {
    border-radius: 16px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    background-color: white;
}

.pricing-card:hover[b-znsv5009nj] {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

.plan-name[b-znsv5009nj] {
    font-size: 2.5rem;
    color: #212529;
}

.plan-price[b-znsv5009nj] {
    display: flex;
    align-items: baseline;
}

.price-amount[b-znsv5009nj] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
}

.price-period[b-znsv5009nj] {
    font-size: 1.1rem;
    margin-left: 4px;
}

.features-list[b-znsv5009nj] {
    margin: 24px 0;
}

.features-list li[b-znsv5009nj] {
    display: flex;
    align-items: center;
    font-size: 1.05rem;
}

.features-list i[b-znsv5009nj] {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.btn-warning[b-znsv5009nj] {
    background-color: #ffc107;
    border: none;
    color: #212529;
    padding: 14px 24px;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-warning:hover[b-znsv5009nj] {
    background-color: #ffb300;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
}

.cat-illustration[b-znsv5009nj] {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 3rem;
    opacity: 0.3;
}

.badge.bg-success[b-znsv5009nj] {
    font-size: 0.9rem;
    padding: 8px 16px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .pricing-header h1[b-znsv5009nj] {
        font-size: 2rem;
    }

    .plan-name[b-znsv5009nj] {
        font-size: 2rem;
    }

    .price-amount[b-znsv5009nj] {
        font-size: 2rem;
    }

    .billing-toggle .btn[b-znsv5009nj] {
        padding: 10px 24px;
        font-size: 0.95rem;
    }

    .pricing-container[b-znsv5009nj] {
        padding: 40px 15px;
    }
}
/* /Components/Pages/Quizzes/Builder.razor.rz.scp.css */
.quiz-builder-container[b-phvpbltzdi] {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.builder-header[b-phvpbltzdi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.builder-header h2[b-phvpbltzdi] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.builder-actions[b-phvpbltzdi] {
    display: flex;
    gap: 0.5rem;
}

.builder-content[b-phvpbltzdi] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.quiz-settings-card[b-phvpbltzdi] {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.quiz-settings-card h4[b-phvpbltzdi] {
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.questions-section[b-phvpbltzdi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section-header[b-phvpbltzdi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.section-header h4[b-phvpbltzdi] {
    margin: 0;
    font-weight: 700;
}

.question-card[b-phvpbltzdi] {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.question-header[b-phvpbltzdi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.question-number[b-phvpbltzdi] {
    font-weight: 700;
    color: #0d6efd;
}

.question-actions[b-phvpbltzdi] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.question-body[b-phvpbltzdi] {
    padding: 1.5rem;
}

.options-list[b-phvpbltzdi] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.option-item[b-phvpbltzdi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.option-item .form-check[b-phvpbltzdi] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.option-item .form-control[b-phvpbltzdi] {
    flex: 1;
}

.empty-state[b-phvpbltzdi] {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 12px;
    color: #6c757d;
}

.empty-state i[b-phvpbltzdi] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .builder-header[b-phvpbltzdi] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .builder-actions[b-phvpbltzdi] {
        width: 100%;
        flex-direction: column;
    }

    .builder-actions button[b-phvpbltzdi] {
        width: 100%;
    }

    .question-header[b-phvpbltzdi] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .question-actions[b-phvpbltzdi] {
        width: 100%;
        flex-wrap: wrap;
    }
}
/* /Components/Pages/Quizzes/Results.razor.rz.scp.css */
.quiz-results-container[b-nx0c6an4ry] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.results-header[b-nx0c6an4ry] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.results-header h2[b-nx0c6an4ry] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.score-summary[b-nx0c6an4ry] {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.score-summary.passed[b-nx0c6an4ry] {
    border-left: 4px solid #198754;
}

.score-summary.failed[b-nx0c6an4ry] {
    border-left: 4px solid #dc3545;
}

.score-icon[b-nx0c6an4ry] {
    font-size: 4rem;
}

.score-summary.passed .score-icon[b-nx0c6an4ry] {
    color: #198754;
}

.score-summary.failed .score-icon[b-nx0c6an4ry] {
    color: #dc3545;
}

.score-details[b-nx0c6an4ry] {
    flex: 1;
}

.score-details h3[b-nx0c6an4ry] {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.score-numbers[b-nx0c6an4ry] {
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.score[b-nx0c6an4ry] {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.score-summary.passed .score[b-nx0c6an4ry] {
    color: #198754;
}

.score-summary.failed .score[b-nx0c6an4ry] {
    color: #dc3545;
}

.score-breakdown[b-nx0c6an4ry] {
    font-size: 1rem;
    color: #6c757d;
}

.passing-info[b-nx0c6an4ry] {
    margin-top: 0.5rem;
    color: #6c757d;
    font-size: 0.875rem;
}

.attempt-history[b-nx0c6an4ry] {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.attempt-history h4[b-nx0c6an4ry] {
    margin-bottom: 1rem;
    font-weight: 700;
}

.attempts-list[b-nx0c6an4ry] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.attempt-item[b-nx0c6an4ry] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.attempt-item:hover[b-nx0c6an4ry] {
    border-color: #0d6efd;
    background: #f8f9fa;
}

.attempt-item.selected[b-nx0c6an4ry] {
    border-color: #0d6efd;
    background: #e7f1ff;
}

.attempt-info[b-nx0c6an4ry] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.attempt-date[b-nx0c6an4ry] {
    font-size: 0.875rem;
    color: #6c757d;
}

.attempt-score[b-nx0c6an4ry] {
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.attempt-score.passed[b-nx0c6an4ry] {
    color: #198754;
}

.attempt-score.failed[b-nx0c6an4ry] {
    color: #dc3545;
}

.detailed-results[b-nx0c6an4ry] {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.detailed-results h4[b-nx0c6an4ry] {
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.question-result[b-nx0c6an4ry] {
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    border-left: 4px solid #dee2e6;
}

.question-result.correct[b-nx0c6an4ry] {
    background: #d1e7dd;
    border-left-color: #198754;
}

.question-result.incorrect[b-nx0c6an4ry] {
    background: #f8d7da;
    border-left-color: #dc3545;
}

.question-result.pending[b-nx0c6an4ry] {
    background: #fff3cd;
    border-left-color: #ffc107;
}

.question-header[b-nx0c6an4ry] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.question-header > div[b-nx0c6an4ry] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.points[b-nx0c6an4ry] {
    font-weight: 600;
    color: #212529;
}

.question-text[b-nx0c6an4ry] {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.options-review[b-nx0c6an4ry] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 1rem 0;
}

.option-review[b-nx0c6an4ry] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
}

.option-review i[b-nx0c6an4ry] {
    font-size: 1.25rem;
}

.option-review.selected.correct[b-nx0c6an4ry] {
    background: rgba(25, 135, 84, 0.1);
    border: 2px solid #198754;
}

.option-review.selected.incorrect[b-nx0c6an4ry] {
    background: rgba(220, 53, 69, 0.1);
    border: 2px solid #dc3545;
}

.option-review.correct-answer[b-nx0c6an4ry] {
    background: rgba(25, 135, 84, 0.05);
    border: 1px dashed #198754;
}

.text-answer-review[b-nx0c6an4ry] {
    background: rgba(255, 255, 255, 0.5);
    padding: 1rem;
    border-radius: 6px;
    margin: 1rem 0;
}

.text-answer-review p[b-nx0c6an4ry] {
    margin-top: 0.5rem;
    margin-bottom: 0;
    white-space: pre-wrap;
}

.explanation[b-nx0c6an4ry],
.grader-feedback[b-nx0c6an4ry] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 6px;
    display: flex;
    gap: 0.75rem;
}

.explanation[b-nx0c6an4ry] {
    background: #cfe2ff;
    border-left: 4px solid #0d6efd;
}

.grader-feedback[b-nx0c6an4ry] {
    background: #e2e3e5;
    border-left: 4px solid #6c757d;
}

.explanation i[b-nx0c6an4ry],
.grader-feedback i[b-nx0c6an4ry] {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.explanation div[b-nx0c6an4ry],
.grader-feedback div[b-nx0c6an4ry] {
    flex: 1;
}

.explanation p[b-nx0c6an4ry],
.grader-feedback p[b-nx0c6an4ry] {
    margin: 0.5rem 0 0 0;
}

.grading-interface[b-nx0c6an4ry] {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    border: 2px dashed #dee2e6;
}

.grading-interface h6[b-nx0c6an4ry] {
    margin-bottom: 1rem;
    font-weight: 700;
}

@media (max-width: 768px) {
    .score-summary[b-nx0c6an4ry] {
        flex-direction: column;
        text-align: center;
    }

    .score-icon[b-nx0c6an4ry] {
        font-size: 3rem;
    }

    .results-header[b-nx0c6an4ry] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .question-header[b-nx0c6an4ry] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/Quizzes/Taker.razor.rz.scp.css */
.quiz-taker-container[b-4hhlzh9ydz] {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.quiz-intro[b-4hhlzh9ydz] {
    background: #fff;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.quiz-intro h2[b-4hhlzh9ydz] {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 700;
}

.quiz-description[b-4hhlzh9ydz] {
    color: #6c757d;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.quiz-info-grid[b-4hhlzh9ydz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 2rem 0;
    border-top: 2px solid #e9ecef;
    border-bottom: 2px solid #e9ecef;
}

.info-item[b-4hhlzh9ydz] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-item i[b-4hhlzh9ydz] {
    font-size: 2rem;
    color: #0d6efd;
}

.info-item div[b-4hhlzh9ydz] {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.info-item strong[b-4hhlzh9ydz] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
}

.info-item span[b-4hhlzh9ydz] {
    font-size: 0.875rem;
    color: #6c757d;
}

.quiz-header[b-4hhlzh9ydz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.quiz-header h3[b-4hhlzh9ydz] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.progress-text[b-4hhlzh9ydz] {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.timer[b-4hhlzh9ydz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.timer-warning[b-4hhlzh9ydz] {
    background: #fff3cd;
    color: #856404;
}

.question-container[b-4hhlzh9ydz] {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.question-card[b-4hhlzh9ydz] {
    margin-bottom: 2rem;
}

.question-header[b-4hhlzh9ydz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.points[b-4hhlzh9ydz] {
    color: #6c757d;
    font-size: 0.875rem;
}

.question-text[b-4hhlzh9ydz] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #212529;
}

.options-list[b-4hhlzh9ydz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.option-item[b-4hhlzh9ydz] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.option-item:hover[b-4hhlzh9ydz] {
    border-color: #0d6efd;
    background: #f8f9fa;
}

.option-item input[type="radio"][b-4hhlzh9ydz] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.option-item label[b-4hhlzh9ydz] {
    flex: 1;
    margin: 0;
    cursor: pointer;
    font-size: 1rem;
}

.option-item input[type="radio"]:checked + label[b-4hhlzh9ydz] {
    font-weight: 600;
    color: #0d6efd;
}

.navigation-buttons[b-4hhlzh9ydz] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 2rem;
    border-top: 2px solid #e9ecef;
}

.navigation-buttons .btn[b-4hhlzh9ydz] {
    min-width: 120px;
}

@media (max-width: 768px) {
    .quiz-intro[b-4hhlzh9ydz] {
        padding: 2rem 1rem;
    }

    .quiz-info-grid[b-4hhlzh9ydz] {
        grid-template-columns: repeat(2, 1fr);
    }

    .quiz-header[b-4hhlzh9ydz] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .timer[b-4hhlzh9ydz] {
        width: 100%;
        justify-content: center;
    }

    .question-container[b-4hhlzh9ydz] {
        padding: 1.5rem;
    }

    .navigation-buttons[b-4hhlzh9ydz] {
        flex-direction: column;
    }

    .navigation-buttons .btn[b-4hhlzh9ydz] {
        width: 100%;
    }
}
/* /Components/Shared/AttachmentDisplay.razor.rz.scp.css */
.attachments-display[b-durnqqu921] {
    margin-top: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.attachments-header[b-durnqqu921] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
    color: #495057;
}

.attachments-grid[b-durnqqu921] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.attachment-card[b-durnqqu921] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
}

.attachment-card:hover[b-durnqqu921] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.attachment-preview[b-durnqqu921] {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    position: relative;
    cursor: pointer;
}

.attachment-preview-image img[b-durnqqu921] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.attachment-preview-image .attachment-overlay[b-durnqqu921] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: opacity 0.2s;
}

.attachment-preview-image:hover .attachment-overlay[b-durnqqu921] {
    opacity: 1;
}

.attachment-preview-video[b-durnqqu921] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    cursor: pointer;
}

.attachment-preview-video:hover[b-durnqqu921] {
    background: linear-gradient(135deg, #5568d3 0%, #663a8c 100%);
}

.attachment-preview-file[b-durnqqu921] {
    color: #6c757d;
}

.attachment-details[b-durnqqu921] {
    padding: 0.75rem;
    flex-grow: 1;
}

.attachment-name[b-durnqqu921] {
    font-weight: 500;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.25rem;
}

.attachment-meta[b-durnqqu921] {
    font-size: 0.8rem;
}

.attachment-actions-bar[b-durnqqu921] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
}

.attachment-actions-bar .btn[b-durnqqu921] {
    flex: 1;
}

/* Single column on mobile */
@media (max-width: 576px) {
    .attachments-grid[b-durnqqu921] {
        grid-template-columns: 1fr;
    }

    .attachment-preview[b-durnqqu921] {
        height: 120px;
    }
}

/* Two columns on tablet */
@media (min-width: 577px) and (max-width: 768px) {
    .attachments-grid[b-durnqqu921] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/Shared/CertificateEarnedNotification.razor.rz.scp.css */
.modal-backdrop[b-z9g1x1huit] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1040;
    animation: fadeIn-b-z9g1x1huit 0.3s ease;
}

.certificate-earned-modal[b-z9g1x1huit] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    animation: slideUp-b-z9g1x1huit 0.4s ease;
}

.certificate-earned-modal .modal-content[b-z9g1x1huit] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
    min-width: 400px;
    max-width: 90vw;
    color: #fff;
}

.celebration-icon[b-z9g1x1huit] {
    font-size: 5rem;
    color: #ffc107;
    margin-bottom: 1rem;
    animation: bounce-b-z9g1x1huit 1s ease infinite;
}

.certificate-earned-modal h3[b-z9g1x1huit] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

.congrats-message[b-z9g1x1huit] {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.certificate-title[b-z9g1x1huit] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;
}

.certificate-number[b-z9g1x1huit] {
    font-size: 0.875rem;
    font-family: 'Courier New', monospace;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

.modal-actions[b-z9g1x1huit] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.modal-actions .btn[b-z9g1x1huit] {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border: none;
}

.modal-actions .btn-primary[b-z9g1x1huit] {
    background: #fff;
    color: #667eea;
}

.modal-actions .btn-primary:hover[b-z9g1x1huit] {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.modal-actions .btn-outline-secondary[b-z9g1x1huit] {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.modal-actions .btn-outline-secondary:hover[b-z9g1x1huit] {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

@keyframes fadeIn-b-z9g1x1huit {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-z9g1x1huit {
    from {
        transform: translate(-50%, -40%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes bounce-b-z9g1x1huit {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    .certificate-earned-modal .modal-content[b-z9g1x1huit] {
        min-width: auto;
        width: 90vw;
        padding: 2rem 1.5rem;
    }

    .celebration-icon[b-z9g1x1huit] {
        font-size: 4rem;
    }

    .certificate-earned-modal h3[b-z9g1x1huit] {
        font-size: 1.5rem;
    }

    .certificate-title[b-z9g1x1huit] {
        font-size: 1.25rem;
    }

    .modal-actions[b-z9g1x1huit] {
        flex-direction: column;
    }

    .modal-actions .btn[b-z9g1x1huit] {
        width: 100%;
    }
}
/* /Components/Shared/ChatRoomList.razor.rz.scp.css */
.chat-room-list[b-etb0yr692c] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-right: 1px solid #dee2e6;
}

.chat-header[b-etb0yr692c] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
}

.chat-header h5[b-etb0yr692c] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.room-list[b-etb0yr692c] {
    flex: 1;
    overflow-y: auto;
}

.room-item[b-etb0yr692c] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s;
}

.room-item:hover[b-etb0yr692c] {
    background-color: #f8f9fa;
}

.room-item.active[b-etb0yr692c] {
    background-color: #e7f3ff;
    border-left: 3px solid #0d6efd;
}

.room-info[b-etb0yr692c] {
    flex: 1;
    min-width: 0;
}

.room-name[b-etb0yr692c] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #212529;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.room-name i[b-etb0yr692c] {
    font-size: 0.75rem;
    color: #6c757d;
}

.room-description[b-etb0yr692c] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.room-meta[b-etb0yr692c] {
    font-size: 0.7rem;
    color: #adb5bd;
    margin-top: 0.25rem;
}

.empty-state[b-etb0yr692c] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: #6c757d;
}

.empty-state i[b-etb0yr692c] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-state p[b-etb0yr692c] {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .chat-room-list[b-etb0yr692c] {
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    .room-item[b-etb0yr692c] {
        padding: 1rem;
    }
}
/* /Components/Shared/FileUpload.razor.rz.scp.css */
.file-upload-container[b-fr1z6qxrmb] {
    width: 100%;
}

.file-upload-area[b-fr1z6qxrmb] {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    background: #f8f9fa;
    transition: all 0.3s ease;
    cursor: pointer;
}

.file-upload-area:hover[b-fr1z6qxrmb] {
    border-color: #0d6efd;
    background: #e7f1ff;
}

.file-upload-area.dragging[b-fr1z6qxrmb] {
    border-color: #0d6efd;
    background: #cfe2ff;
    transform: scale(1.02);
}

.file-upload-content[b-fr1z6qxrmb] {
    pointer-events: none;
}

.file-upload-label[b-fr1z6qxrmb] {
    color: #0d6efd;
    cursor: pointer;
    text-decoration: underline;
    pointer-events: auto;
}

.file-upload-label:hover[b-fr1z6qxrmb] {
    color: #0a58ca;
}

.file-upload-input[b-fr1z6qxrmb] {
    display: none;
}

.attachments-list[b-fr1z6qxrmb] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.attachment-item[b-fr1z6qxrmb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    transition: all 0.2s;
}

.attachment-item:hover[b-fr1z6qxrmb] {
    background: #f8f9fa;
    border-color: #adb5bd;
}

.attachment-icon[b-fr1z6qxrmb] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7f1ff;
    border-radius: 6px;
    color: #0d6efd;
}

.attachment-info[b-fr1z6qxrmb] {
    flex-grow: 1;
    min-width: 0;
}

.attachment-name[b-fr1z6qxrmb] {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-meta[b-fr1z6qxrmb] {
    margin-top: 0.25rem;
}

.attachment-actions[b-fr1z6qxrmb] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.attachment-actions .btn[b-fr1z6qxrmb] {
    padding: 0.25rem 0.5rem;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
    .file-upload-area[b-fr1z6qxrmb] {
        padding: 1.5rem;
    }

    .attachment-item[b-fr1z6qxrmb] {
        padding: 0.5rem;
    }

    .attachment-icon[b-fr1z6qxrmb] {
        width: 32px;
        height: 32px;
    }

    .attachment-name[b-fr1z6qxrmb] {
        font-size: 0.9rem;
    }
}
/* /Components/Shared/MessageBubble.razor.rz.scp.css */
.chat-message[b-u4brcu95nq] {
    display: flex;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

.chat-message:hover[b-u4brcu95nq] {
    background-color: #f8f9fa;
}

.chat-message:hover .message-actions[b-u4brcu95nq] {
    opacity: 1;
}

.chat-message.own-message[b-u4brcu95nq] {
    flex-direction: row-reverse;
}

.message-avatar[b-u4brcu95nq] {
    flex-shrink: 0;
}

.avatar-circle[b-u4brcu95nq] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.85rem;
}

.message-content-wrapper[b-u4brcu95nq] {
    flex: 1;
    min-width: 0;
    position: relative;
}

.own-message .message-content-wrapper[b-u4brcu95nq] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.message-header[b-u4brcu95nq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
}

.message-author[b-u4brcu95nq] {
    font-weight: 600;
    color: #212529;
}

.message-time[b-u4brcu95nq] {
    color: #6c757d;
}

.message-edited[b-u4brcu95nq] {
    color: #adb5bd;
    font-style: italic;
}

.message-reply-preview[b-u4brcu95nq] {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #f8f9fa;
    border-left: 3px solid #0d6efd;
    border-radius: 4px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.message-reply-preview i[b-u4brcu95nq] {
    color: #6c757d;
}

.reply-author[b-u4brcu95nq] {
    font-weight: 600;
    color: #0d6efd;
}

.reply-content[b-u4brcu95nq] {
    color: #6c757d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-bubble[b-u4brcu95nq] {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    max-width: 70%;
    word-wrap: break-word;
}

.own-message .message-bubble[b-u4brcu95nq] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

.message-text[b-u4brcu95nq] {
    white-space: pre-wrap;
    line-height: 1.5;
}

.message-reactions[b-u4brcu95nq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-top: 0.5rem;
}

.reaction-badge[b-u4brcu95nq] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.125rem 0.5rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s;
}

.reaction-badge:hover[b-u4brcu95nq] {
    background-color: #e9ecef;
    transform: scale(1.05);
}

.reaction-badge.active[b-u4brcu95nq] {
    background-color: #e7f3ff;
    border-color: #0d6efd;
}

.own-message .reaction-badge[b-u4brcu95nq] {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.own-message .reaction-badge.active[b-u4brcu95nq] {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.5);
}

.reaction-emoji[b-u4brcu95nq] {
    font-size: 1rem;
}

.reaction-count[b-u4brcu95nq] {
    font-size: 0.75rem;
    font-weight: 600;
}

.message-actions[b-u4brcu95nq] {
    display: flex;
    gap: 0.25rem;
    margin-top: 0.25rem;
    opacity: 0;
    transition: opacity 0.2s;
}

.own-message .message-actions[b-u4brcu95nq] {
    justify-content: flex-end;
}

.action-btn[b-u4brcu95nq] {
    background: none;
    border: none;
    padding: 0.25rem 0.5rem;
    color: #6c757d;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s;
    font-size: 0.9rem;
}

.action-btn:hover[b-u4brcu95nq] {
    background-color: #e9ecef;
    color: #212529;
}

.action-btn.text-danger:hover[b-u4brcu95nq] {
    background-color: #f8d7da;
    color: #dc3545;
}

.reaction-picker[b-u4brcu95nq] {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.5rem;
    display: flex;
    gap: 0.25rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.own-message .reaction-picker[b-u4brcu95nq] {
    left: auto;
    right: 0;
}

.emoji-btn[b-u4brcu95nq] {
    background: none;
    border: none;
    padding: 0.25rem;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.emoji-btn:hover[b-u4brcu95nq] {
    background-color: #f8f9fa;
}

@media (max-width: 768px) {
    .message-bubble[b-u4brcu95nq] {
        max-width: 85%;
    }

    .chat-message[b-u4brcu95nq] {
        padding: 0.5rem;
    }

    .avatar-circle[b-u4brcu95nq] {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }
}
/* /Components/Shared/PollCreator.razor.rz.scp.css */
/* Poll Creator Styles */
.poll-creator[b-zfwwz8v1rr] {
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
}

.poll-creator .card-title[b-zfwwz8v1rr] {
    color: #0d6efd;
    font-weight: 600;
}

.poll-creator .input-group-text[b-zfwwz8v1rr] {
    background-color: #e9ecef;
    font-weight: 600;
    min-width: 40px;
    justify-content: center;
}

.poll-creator .form-check-label[b-zfwwz8v1rr] {
    font-size: 0.95rem;
    cursor: pointer;
}

.poll-creator .btn-outline-danger[b-zfwwz8v1rr] {
    border-color: #dc3545;
}

.poll-creator .btn-outline-danger:hover[b-zfwwz8v1rr] {
    background-color: #dc3545;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .poll-creator .row[b-zfwwz8v1rr] {
        flex-direction: column;
    }

    .poll-creator .col-md-6[b-zfwwz8v1rr] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}
/* /Components/Shared/PollDisplay.razor.rz.scp.css */
/* Poll Display Styles */
.poll-display[b-olach9fylo] {
    border: 1px solid #dee2e6;
}

.poll-question[b-olach9fylo] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
}

.poll-option[b-olach9fylo] {
    padding: 12px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.2s ease;
    background-color: white;
}

.poll-option:hover[b-olach9fylo] {
    border-color: #0d6efd;
    background-color: #f8f9fa;
    transform: translateX(2px);
}

.poll-option.selected[b-olach9fylo] {
    border-color: #0d6efd;
    background-color: #e7f1ff;
}

.poll-option.user-voted[b-olach9fylo] {
    border-color: #198754;
    background-color: #d1e7dd;
}

.option-content[b-olach9fylo] {
    position: relative;
}

.option-text[b-olach9fylo] {
    font-weight: 500;
    flex-grow: 1;
}

.poll-option .progress[b-olach9fylo] {
    background-color: #e9ecef;
}

.poll-option .progress-bar[b-olach9fylo] {
    background-color: #0d6efd;
    transition: width 0.3s ease;
}

.poll-option.user-voted .progress-bar[b-olach9fylo] {
    background-color: #198754;
}

.poll-results .poll-option[b-olach9fylo] {
    cursor: default;
}

.poll-results .poll-option:hover[b-olach9fylo] {
    transform: none;
}

.poll-footer[b-olach9fylo] {
    font-size: 0.9rem;
}

.poll-footer .badge[b-olach9fylo] {
    font-size: 0.75rem;
}

/* Icon animations */
.poll-option i[b-olach9fylo] {
    transition: all 0.2s ease;
}

.poll-option:hover i[b-olach9fylo] {
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .poll-question[b-olach9fylo] {
        font-size: 1rem;
    }

    .poll-option[b-olach9fylo] {
        padding: 10px;
    }

    .option-text[b-olach9fylo] {
        font-size: 0.95rem;
    }

    .poll-footer[b-olach9fylo] {
        font-size: 0.85rem;
    }
}
/* /Components/Shared/ThreadedComment.razor.rz.scp.css */
.threaded-comment[b-tynm6wq8go] {
    position: relative;
}

.threaded-comment[b-tynm6wq8go]::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 40px;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
}

.threaded-comment:last-child[b-tynm6wq8go]::before {
    display: none;
}

.comment-item[b-tynm6wq8go] {
    margin-bottom: 12px;
}

.comment-avatar[b-tynm6wq8go] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-avatar-placeholder[b-tynm6wq8go] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.comment-bubble[b-tynm6wq8go] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 10px 14px;
    position: relative;
}

.comment-author[b-tynm6wq8go] {
    font-size: 14px;
    color: #212529;
}

.comment-time[b-tynm6wq8go] {
    font-size: 12px;
}

.comment-content[b-tynm6wq8go] {
    font-size: 14px;
    color: #495057;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-top: 4px;
}

.comment-actions[b-tynm6wq8go] {
    display: flex;
    gap: 12px;
    margin-top: 4px;
}

.btn-action[b-tynm6wq8go] {
    background: none;
    border: none;
    padding: 0;
    font-size: 12px;
    color: #6c757d;
    cursor: pointer;
    transition: color 0.2s;
}

.btn-action:hover[b-tynm6wq8go] {
    color: #495057;
    text-decoration: none;
}

.btn-action i[b-tynm6wq8go] {
    font-size: 11px;
}

.reply-form[b-tynm6wq8go] {
    animation: slideDown-b-tynm6wq8go 0.2s ease-out;
}

@keyframes slideDown-b-tynm6wq8go {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.comment-replies[b-tynm6wq8go] {
    border-left: 2px solid #e9ecef;
    padding-left: 0;
    margin-top: 8px;
}

.collapsed .comment-replies[b-tynm6wq8go] {
    display: none;
}

/* Hover effects */
.comment-bubble:hover[b-tynm6wq8go] {
    background: #f1f3f5;
}

/* Depth indicators */
.threaded-comment[style*="margin-left: 24px"] .comment-bubble[b-tynm6wq8go] {
    background: #f8f9fa;
}

.threaded-comment[style*="margin-left: 48px"] .comment-bubble[b-tynm6wq8go] {
    background: #f1f3f5;
}

.threaded-comment[style*="margin-left: 72px"] .comment-bubble[b-tynm6wq8go] {
    background: #e9ecef;
}

.threaded-comment[style*="margin-left: 96px"] .comment-bubble[b-tynm6wq8go] {
    background: #dee2e6;
}

.threaded-comment[style*="margin-left: 120px"] .comment-bubble[b-tynm6wq8go] {
    background: #ced4da;
}

/* Max depth warning */
.threaded-comment[style*="margin-left: 120px"] .comment-bubble[b-tynm6wq8go]::after {
    content: 'Maximum thread depth reached';
    display: block;
    font-size: 11px;
    color: #6c757d;
    margin-top: 8px;
    font-style: italic;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .threaded-comment[b-tynm6wq8go] {
        margin-left: 0 !important;
    }

    .comment-bubble[b-tynm6wq8go] {
        padding: 8px 12px;
    }

    .comment-avatar[b-tynm6wq8go],
    .comment-avatar-placeholder[b-tynm6wq8go] {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .comment-content[b-tynm6wq8go] {
        font-size: 13px;
    }

    /* Flatten threads on mobile */
    .threaded-comment[style*="margin-left"][b-tynm6wq8go] {
        margin-left: 12px !important;
    }
}

/* Accessibility */
.btn-action:focus[b-tynm6wq8go] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Loading state */
.comment-loading[b-tynm6wq8go] {
    opacity: 0.6;
    pointer-events: none;
}
/* /Components/Shared/VideoPlayer.razor.rz.scp.css */
.video-player-container[b-ujbptrfcnz] {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
}

.video-player-container.fullscreen[b-ujbptrfcnz] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-width: none;
    border-radius: 0;
    z-index: 9999;
}

.video-loading[b-ujbptrfcnz],
.video-error[b-ujbptrfcnz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    color: #fff;
}

.video-error[b-ujbptrfcnz] {
    color: #999;
}

.video-wrapper[b-ujbptrfcnz] {
    position: relative;
    width: 100%;
}

.video-wrapper video[b-ujbptrfcnz] {
    width: 100%;
    display: block;
}

/* Play Overlay */
.play-overlay[b-ujbptrfcnz] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}

.play-button[b-ujbptrfcnz] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 2.5rem;
    color: #333;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button:hover[b-ujbptrfcnz] {
    transform: scale(1.1);
    background: #fff;
}

.play-button i[b-ujbptrfcnz] {
    margin-left: 5px;
}

/* Video Controls */
.video-controls[b-ujbptrfcnz] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 40px 16px 12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.video-controls.visible[b-ujbptrfcnz],
.video-wrapper:hover .video-controls[b-ujbptrfcnz] {
    opacity: 1;
}

/* Progress Bar */
.progress-container[b-ujbptrfcnz] {
    position: relative;
    height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.progress-bar[b-ujbptrfcnz] {
    position: relative;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    overflow: visible;
}

.progress-container:hover .progress-bar[b-ujbptrfcnz] {
    height: 6px;
}

.progress-buffered[b-ujbptrfcnz] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
}

.progress-played[b-ujbptrfcnz] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #e11d48;
    border-radius: 2px;
}

.progress-handle[b-ujbptrfcnz] {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #e11d48;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s;
}

.progress-container:hover .progress-handle[b-ujbptrfcnz] {
    opacity: 1;
}

.chapter-marker[b-ujbptrfcnz] {
    position: absolute;
    top: 50%;
    width: 3px;
    height: 12px;
    background: #fbbf24;
    transform: translate(-50%, -50%);
    border-radius: 1px;
}

/* Controls Row */
.controls-row[b-ujbptrfcnz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.controls-left[b-ujbptrfcnz],
.controls-right[b-ujbptrfcnz] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.control-btn[b-ujbptrfcnz] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    padding: 6px 10px;
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-btn:hover[b-ujbptrfcnz] {
    opacity: 1;
}

.control-btn.dropdown-toggle[b-ujbptrfcnz]::after {
    display: none;
}

/* Volume Control */
.volume-control[b-ujbptrfcnz] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.volume-slider[b-ujbptrfcnz] {
    width: 0;
    opacity: 0;
    transition: width 0.2s, opacity 0.2s;
}

.volume-control:hover .volume-slider[b-ujbptrfcnz] {
    width: 80px;
    opacity: 1;
}

.volume-slider[b-ujbptrfcnz] {
    -webkit-appearance: none;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.volume-slider[b-ujbptrfcnz]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

/* Time Display */
.time-display[b-ujbptrfcnz] {
    color: #fff;
    font-size: 0.85rem;
    font-variant-numeric: tabular-nums;
}

/* Chapters Panel */
.chapters-panel[b-ujbptrfcnz] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 60px;
    width: 280px;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}

.chapters-header[b-ujbptrfcnz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.chapters-header h6[b-ujbptrfcnz] {
    margin: 0;
    color: #fff;
}

.chapters-list[b-ujbptrfcnz] {
    padding: 8px;
}

.chapter-item[b-ujbptrfcnz] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

.chapter-item:hover[b-ujbptrfcnz] {
    background: rgba(255, 255, 255, 0.1);
}

.chapter-item.active[b-ujbptrfcnz] {
    background: rgba(225, 29, 72, 0.2);
}

.chapter-thumbnail[b-ujbptrfcnz] {
    width: 80px;
    height: 45px;
    object-fit: cover;
    border-radius: 4px;
}

.chapter-info[b-ujbptrfcnz] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.chapter-title[b-ujbptrfcnz] {
    color: #fff;
    font-size: 0.9rem;
}

.chapter-time[b-ujbptrfcnz] {
    color: #999;
    font-size: 0.8rem;
}

/* Stats */
.video-stats[b-ujbptrfcnz] {
    padding: 8px 0;
}

/* Dropdown Menu Styling */
.video-controls .dropdown-menu[b-ujbptrfcnz] {
    min-width: 120px;
    font-size: 0.9rem;
}

.video-controls .dropdown-menu .dropdown-item[b-ujbptrfcnz] {
    padding: 6px 16px;
}

.video-controls .dropdown-menu .dropdown-item.active[b-ujbptrfcnz] {
    background-color: #e11d48;
}

/* Responsive */
@media (max-width: 576px) {
    .play-button[b-ujbptrfcnz] {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .control-btn[b-ujbptrfcnz] {
        font-size: 1rem;
        padding: 4px 6px;
    }

    .time-display[b-ujbptrfcnz] {
        font-size: 0.75rem;
    }

    .chapters-panel[b-ujbptrfcnz] {
        width: 100%;
    }
}
/* /Components/Shared/VideoUpload.razor.rz.scp.css */
.video-upload-container[b-bg1purqkly] {
    width: 100%;
}

/* Upload Area */
.upload-area[b-bg1purqkly] {
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    padding: 48px 24px;
    text-align: center;
    transition: border-color 0.2s, background-color 0.2s;
    cursor: pointer;
}

.upload-area:hover[b-bg1purqkly],
.upload-area.dragging[b-bg1purqkly] {
    border-color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.05);
}

.upload-content[b-bg1purqkly] {
    max-width: 400px;
    margin: 0 auto;
}

.upload-label[b-bg1purqkly] {
    color: var(--bs-primary);
    cursor: pointer;
    text-decoration: underline;
}

.upload-input[b-bg1purqkly] {
    display: none;
}

/* Upload Progress */
.upload-progress[b-bg1purqkly] {
    padding: 24px;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    background: #f8f9fa;
}

.video-preview[b-bg1purqkly] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.file-name[b-bg1purqkly] {
    font-weight: 500;
    word-break: break-all;
}

.progress-info[b-bg1purqkly] {
    max-width: 100%;
}

/* Upload Complete */
.upload-complete[b-bg1purqkly] {
    padding: 24px;
    border: 1px solid #dee2e6;
    border-radius: 12px;
}

.video-thumbnail[b-bg1purqkly] {
    width: 180px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.video-thumbnail-placeholder[b-bg1purqkly] {
    width: 180px;
    height: 100px;
    background: #e9ecef;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #6c757d;
}

/* Thumbnail Selector */
.thumbnail-selector[b-bg1purqkly] {
    border-top: 1px solid #dee2e6;
    padding-top: 16px;
}

.thumbnail-options[b-bg1purqkly] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.thumbnail-option[b-bg1purqkly] {
    width: 120px;
    height: 68px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: border-color 0.2s;
}

.thumbnail-option:hover[b-bg1purqkly] {
    border-color: #adb5bd;
}

.thumbnail-option.selected[b-bg1purqkly] {
    border-color: var(--bs-primary);
}

.thumbnail-option img[b-bg1purqkly] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Video Meta */
.video-meta span[b-bg1purqkly] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Responsive */
@media (max-width: 576px) {
    .upload-area[b-bg1purqkly] {
        padding: 32px 16px;
    }

    .upload-complete[b-bg1purqkly] {
        padding: 16px;
    }

    .upload-complete .d-flex[b-bg1purqkly] {
        flex-direction: column;
    }

    .video-thumbnail[b-bg1purqkly],
    .video-thumbnail-placeholder[b-bg1purqkly] {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .thumbnail-option[b-bg1purqkly] {
        width: 80px;
        height: 45px;
    }
}
