@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.page[b-ln70ni094j] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--bg-primary);
}

main[b-ln70ni094j] {
    flex: 1;
    background: var(--bg-primary);
}

.sidebar[b-ln70ni094j] {
    background: var(--sidebar-bg);
    box-shadow: var(--shadow-lg);
}

.top-row[b-ln70ni094j] {
    border-bottom: 1px solid var(--border-color);
    justify-content: space-between;
    height: 4rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.top-row-content[b-ln70ni094j] {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.top-row-left[b-ln70ni094j] {
    display: flex;
    align-items: center;
}

/* Company branding in top navigation bar - Only visible on Login page */
.company-branding-nav[b-ln70ni094j] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.company-logo-nav[b-ln70ni094j] {
    height: 36px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

[data-theme="dark"] .company-logo-nav[b-ln70ni094j],
[data-bs-theme="dark"] .company-logo-nav[b-ln70ni094j] {
    filter: drop-shadow(0 1px 2px rgba(255, 255, 255, 0.1));
}

.company-info-nav[b-ln70ni094j] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1.2;
}

.company-name-nav[b-ln70ni094j] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--bs-body-color);
    letter-spacing: -0.01em;
}

.company-subtitle-nav[b-ln70ni094j] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    font-weight: 500;
}

.top-row-right[b-ln70ni094j] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

.theme-switcher-container[b-ln70ni094j] {
    display: flex;
    align-items: center;
}

.top-row[b-ln70ni094j]  a, .top-row[b-ln70ni094j]  .btn-link {
    whitespace: nowrap;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}

.top-row[b-ln70ni094j]  a:hover, .top-row[b-ln70ni094j]  .btn-link:hover {
    background: var(--hover-bg);
    color: var(--primary-color);
    text-decoration: none;
}

.top-row[b-ln70ni094j]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-ln70ni094j] {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .top-row-content[b-ln70ni094j] {
        justify-content: space-between;
    }

    .top-row-left[b-ln70ni094j] {
        order: 1;
    }

    .top-row-right[b-ln70ni094j] {
        gap: 0.5rem;
        order: 2;
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ln70ni094j] {
        flex-direction: row;
    }

    .sidebar[b-ln70ni094j] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
        background: var(--sidebar-bg);
    }

    .top-row[b-ln70ni094j] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row.auth[b-ln70ni094j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ln70ni094j], article[b-ln70ni094j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ln70ni094j] {
    background: var(--danger-color);
    color: white;
    bottom: 0;
    box-shadow: var(--shadow-xl);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-radius: 0.75rem 0.75rem 0 0;
    animation: slideUp 0.3s ease;
}

#blazor-error-ui .dismiss[b-ln70ni094j] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

#blazor-error-ui .dismiss:hover[b-ln70ni094j] {
    opacity: 1;
}

#blazor-error-ui .reload[b-ln70ni094j] {
    color: white;
    text-decoration: underline;
    margin-left: 0.5rem;
    font-weight: 600;
}

#blazor-error-ui .reload:hover[b-ln70ni094j] {
    text-decoration: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bsk2nsd6qg] {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100vh; /* Fixed viewport height */
    overflow: hidden; /* Prevent page-level scrolling */
    background: var(--bg-primary);
}

main[b-bsk2nsd6qg] {
    flex: 1;
    background: var(--bg-primary);
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100vh; /* Fixed height */
    overflow: hidden; /* Prevent main from scrolling */
}

.sidebar[b-bsk2nsd6qg] {
    flex-shrink: 0;
    position: sticky; /* Keep sidebar fixed during scroll */
    top: 0;
    height: 100vh; /* Full viewport height */
    overflow-y: auto; /* Allow sidebar to scroll if needed */
    overflow-x: hidden;
}

.top-row[b-bsk2nsd6qg] {
    border-bottom: 1px solid var(--border-color);
    justify-content: space-between;
    height: 3rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    background: var(--card-bg);
    box-shadow: var(--shadow-sm);
    position: sticky; /* Keep fixed at top */
    top: 0;
    z-index: 100;
    flex-shrink: 0; /* Prevent shrinking */
}

.top-row-content[b-bsk2nsd6qg] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.top-row-left[b-bsk2nsd6qg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Logo styling to match NavMenu */
.company-logo[b-bsk2nsd6qg] {
    height: 2.5rem;
    width: auto;
    object-fit: contain;
    filter: brightness(1.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.navbar-brand[b-bsk2nsd6qg] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.5px;
    text-decoration: none;
    gap: 0.5rem;
    display: none; /* Hidden by default on desktop */
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
    min-width: 0;
    transition: all 0.3s ease;
    max-width: 100%;
}

.navbar-brand:hover[b-bsk2nsd6qg] {
    text-decoration: none;
}

.navbar-title[b-bsk2nsd6qg] {
    transition: opacity 0.3s ease, width 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sidebar toggle wrapper */
.sidebar-toggle-wrapper[b-bsk2nsd6qg] {
    display: flex;
    align-items: center;
}

/* Sidebar toggle arrow button in top-row - Enhanced */
[b-bsk2nsd6qg] .sidebar-toggle-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 1.5rem;*/
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    min-width: 24px;
    min-height: 24px;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

[b-bsk2nsd6qg] .sidebar-toggle-arrow span {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-bsk2nsd6qg] .sidebar-toggle-arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
}

[b-bsk2nsd6qg] .sidebar-toggle-arrow:active {
    transform: translateY(0);
}

.about-link[b-bsk2nsd6qg] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    background: transparent;
}

.about-link:hover[b-bsk2nsd6qg] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.link-icon[b-bsk2nsd6qg] {
    font-size: 1.1rem;
}

.top-row-right[b-bsk2nsd6qg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.theme-switcher-container[b-bsk2nsd6qg] {
    display: flex;
    align-items: center;
}

.top-row[b-bsk2nsd6qg]  a, .top-row[b-bsk2nsd6qg]  .btn-link {
    whitespace: nowrap;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    padding: 0.375rem 0.5rem;
    border-radius: 0.375rem;
}

.top-row[b-bsk2nsd6qg]  a:hover, .top-row[b-bsk2nsd6qg]  .btn-link:hover {
    background: var(--hover-bg);
    color: var(--primary-color);
    text-decoration: none;
}

.top-row[b-bsk2nsd6qg]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.content[b-bsk2nsd6qg] {
    flex: 1;
    padding-bottom: 1rem;
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scroll */
    height: 0; /* Trick to make flex work with overflow */
    scroll-behavior: smooth; /* Smooth scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.app-footer[b-bsk2nsd6qg] {
    background: var(--card-bg);
    border-top: 1px solid var(--border-color);
    padding: 0.875rem 1.25rem;
    margin-top: auto;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.footer-content[b-bsk2nsd6qg] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-section[b-bsk2nsd6qg] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.footer-icon[b-bsk2nsd6qg] {
    font-size: 1.1rem;
}

.footer-text strong[b-bsk2nsd6qg] {
    color: var(--primary-color);
    font-weight: 700;
}

/* Hamburger menu for mobile */
.navbar-toggler-mobile[b-bsk2nsd6qg] {
    display: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.375rem;
    border: 1px solid var(--border-color);
    background-color: var(--card-bg);
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
}

.navbar-toggler-mobile:hover[b-bsk2nsd6qg] {
    background-color: var(--hover-bg);
    border-color: var(--primary-color);
}

.navbar-toggler-icon[b-bsk2nsd6qg] {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2864, 148, 245, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Mobile styles (< 641px) */
@media (max-width: 640.98px) {
    .page[b-bsk2nsd6qg] {
        flex-direction: column;
        height: 100vh; /* Full viewport height on mobile */
        overflow: hidden; /* Prevent page-level scrolling */
    }
    
    .sidebar[b-bsk2nsd6qg] {
        flex-shrink: 0;
        height: auto; /* Allow sidebar to be its natural height on mobile */
        position: relative; /* Not sticky on mobile */
    }

    main[b-bsk2nsd6qg] {
        flex: 1;
        overflow: hidden; /* Prevent main from scrolling */
        display: flex;
        flex-direction: column;
        height: auto; /* Let it take remaining space */
    }

    .content[b-bsk2nsd6qg] {
        overflow-y: auto; /* Scrollable content area on mobile */
        flex: 1;
    }
    
    .top-row[b-bsk2nsd6qg] {
        justify-content: space-between;
        padding: 0 0.75rem;
        height: 2.75rem;
        flex-shrink: 0; /* Don't shrink on mobile */
    }

    .top-row-content[b-bsk2nsd6qg] {
        justify-content: space-between;
    }

    .top-row-left[b-bsk2nsd6qg] {
        order: 1;
        gap: 0.25rem;
    }

    /* Show navbar-brand ONLY on mobile */
    .navbar-brand[b-bsk2nsd6qg] {
        display: flex !important;
    }

    /* Smaller logo on mobile */
    .company-logo[b-bsk2nsd6qg] {
        height: 2rem;
    }

    /* Hide sidebar toggle button wrapper on mobile devices */
    .sidebar-toggle-wrapper[b-bsk2nsd6qg] {
        display: none !important;
    }

    /* Show hamburger menu on mobile devices */
    .navbar-toggler-mobile[b-bsk2nsd6qg] {
        display: flex !important;
    }

    .top-row-right[b-bsk2nsd6qg] {
        gap: 0.5rem;
        order: 2;
        margin-left: 0;
    }

    .footer-content[b-bsk2nsd6qg] {
        gap: 1rem;
        font-size: 0.8rem;
    }

    .footer-section[b-bsk2nsd6qg] {
        flex-direction: column;
        gap: 0.15rem;
        text-align: center;
    }

    .app-footer[b-bsk2nsd6qg] {
        padding: 0.75rem 1rem;
    }
}

/* Tablet and Desktop styles (>= 641px) */
@media (min-width: 641px) {
    .page[b-bsk2nsd6qg] {
        flex-direction: row;
    }

    .sidebar[b-bsk2nsd6qg] {
        flex-shrink: 0;
    }

    .top-row[b-bsk2nsd6qg] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row.auth[b-bsk2nsd6qg]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    /* Hide navbar-brand on desktop */
    .navbar-brand[b-bsk2nsd6qg] {
        display: none !important;
    }

    /* Show sidebar toggle button on desktop */
    .sidebar-toggle-wrapper[b-bsk2nsd6qg] {
        display: flex !important;
    }

    /* Hide hamburger menu on desktop */
    .navbar-toggler-mobile[b-bsk2nsd6qg] {
        display: none !important;
    }
}

#blazor-error-ui[b-bsk2nsd6qg] {
    background: linear-gradient(135deg, var(--danger-color) 0%, #c82333 100%);
    color: white;
    bottom: 0;
    box-shadow: var(--shadow-xl);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-radius: 0.5rem 0.5rem 0 0;
    animation: slideUp-b-bsk2nsd6qg 0.3s ease;
}

@keyframes slideUp-b-bsk2nsd6qg {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#blazor-error-ui .error-content[b-bsk2nsd6qg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.error-icon[b-bsk2nsd6qg] {
    font-size: 1.75rem;
    animation: pulse-b-bsk2nsd6qg 1.5s ease infinite;
}

@keyframes pulse-b-bsk2nsd6qg {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.error-text[b-bsk2nsd6qg] {
    font-size: 1rem;
    font-weight: 600;
}

#blazor-error-ui .error-actions[b-bsk2nsd6qg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#blazor-error-ui .dismiss[b-bsk2nsd6qg] {
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 0.2);
    font-size: 1.1rem;
    font-weight: bold;
    opacity: 0.9;
    transition: all 0.2s ease;
    margin-left: auto;
}

#blazor-error-ui .dismiss:hover[b-bsk2nsd6qg] {
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

#blazor-error-ui .reload[b-bsk2nsd6qg] {
    color: white;
    text-decoration: none;
    padding: 0.375rem 1rem;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 0.2);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.reload:hover[b-bsk2nsd6qg] {
    background: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transform: translateX(5px);
}

/* Settings Gear Button */
.settings-gear-btn[b-bsk2nsd6qg] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 0.65rem;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--text-primary);
    font-size: 1.15rem;
    min-width: 40px;
    min-height: 40px;
    margin-left: 0.5rem;
    text-decoration: none;
}

.settings-gear-btn:hover[b-bsk2nsd6qg] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    text-decoration: none;
}

.settings-gear-btn:active[b-bsk2nsd6qg],
.settings-gear-btn:visited[b-bsk2nsd6qg],
.settings-gear-btn:focus[b-bsk2nsd6qg] {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.2);
    text-decoration: none;
    background: var(--hover-bg);
    color: var(--primary-color);
}

/* Active state - when on MyDownload page */
.settings-gear-btn.active[b-bsk2nsd6qg],
[b-bsk2nsd6qg] .settings-gear-btn.active,
.settings-gear-btn:global(.active)[b-bsk2nsd6qg] {
    color: var(--primary-color) !important;
    background: var(--hover-bg) !important;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.25);
}

.settings-gear-btn.active:hover[b-bsk2nsd6qg],
[b-bsk2nsd6qg] .settings-gear-btn.active:hover,
.settings-gear-btn:global(.active):hover[b-bsk2nsd6qg] {
    background: var(--hover-bg) !important;
    color: var(--primary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
}

.settings-gear-btn i[b-bsk2nsd6qg] {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* Mobile responsive adjustments */
@media (max-width: 640.98px) {
    .settings-gear-btn[b-bsk2nsd6qg] {
        padding: 0.4rem 0.5rem;
        min-width: 36px;
        min-height: 36px;
        font-size: 1rem;
        margin-left: 0.25rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Sidebar container */
.nav-container[b-32p59buqb8] {
    width: 250px;
    transition: width 0.3s ease, transform 0.3s ease;
    position: sticky; /* Keep fixed during scroll */
    left: 0;
    top: 0;
    height: 100vh; /* Full viewport height */
    overflow-y: auto; /* Allow sidebar content to scroll if needed */
    overflow-x: hidden;
    z-index: 1000;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

/* Theme-specific background for nav-container */
:global([data-theme="dark"]) .nav-container[b-32p59buqb8] {
    background: #0f1a23 !important;
}

:global([data-theme="light"]) .nav-container[b-32p59buqb8] {
    background: #32363b !important;
}

.nav-container.collapsed[b-32p59buqb8] {
    width: 70px;
}

/* Hover expansion when collapsed */
.nav-container.collapsed.hover-expanded[b-32p59buqb8] {
    width: 250px;
}

.nav-container.collapsed.hover-expanded .nav-text[b-32p59buqb8],
.nav-container.collapsed.hover-expanded .chevron-icon[b-32p59buqb8] {
    opacity: 1;
    pointer-events: auto;
    width: auto;
    overflow: visible;
}

.nav-container.collapsed.hover-expanded .navbar-title[b-32p59buqb8] {
    opacity: 1;
    pointer-events: auto;
    width: auto;
    overflow: visible;
    display: inline;
}

.nav-container.collapsed.hover-expanded .menu-text[b-32p59buqb8] {
    opacity: 1;
    pointer-events: auto;
}

.nav-container.collapsed.hover-expanded .submenu[b-32p59buqb8] {
    display: block;
}

.nav-container.collapsed.hover-expanded .navbar-brand[b-32p59buqb8] {
    justify-content: flex-start;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    gap: 0.5rem;
    width: auto;
}

.nav-container.collapsed.hover-expanded .company-logo[b-32p59buqb8] {
    margin-right: 0.5rem !important;
}

.nav-container.collapsed.hover-expanded .top-row[b-32p59buqb8] {
    padding: 0 0.5rem !important;
}

.nav-container.collapsed.hover-expanded .top-row .container-fluid[b-32p59buqb8] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    justify-content: flex-start;
}

.nav-container.collapsed .nav-text[b-32p59buqb8],
.nav-container.collapsed .chevron-icon[b-32p59buqb8] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
}

.nav-container.collapsed .navbar-title[b-32p59buqb8] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
    display: none;
}

.nav-container.collapsed .menu-text[b-32p59buqb8] {
    opacity: 0;
    pointer-events: none;
}

.nav-container.collapsed .submenu[b-32p59buqb8] {
    display: none;
}

.nav-container.collapsed .navbar-brand[b-32p59buqb8] {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    gap: 0;
    width: 100%;
    margin: 0;
}

.nav-container.collapsed .company-logo[b-32p59buqb8] {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.nav-container.collapsed .top-row[b-32p59buqb8] {
    padding: 0 !important;
}

.nav-container.collapsed .top-row .container-fluid[b-32p59buqb8] {
    padding-right: 0;
    padding-left: 0;
    justify-content: center;
}

.navbar-toggler[b-32p59buqb8] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    z-index: 1051;
    display: none;
}

.navbar-toggler:hover[b-32p59buqb8] {
    background-color: rgba(255, 255, 255, 0.15);
}

.navbar-toggler:checked[b-32p59buqb8] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Backdrop overlay for mobile */
.sidebar-backdrop[b-32p59buqb8] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1049;
    cursor: pointer;
}

.top-row[b-32p59buqb8] {
    min-height: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    padding: 0 0.5rem;
    position: relative;
}

/* Theme-specific background for top-row */
[data-theme="light"] .top-row[b-32p59buqb8],
    [data-bs-theme="light"] .top-row[b-32p59buqb8] {
        background: #2d3237 !important;
}

.top-row .container-fluid[b-32p59buqb8] {
    position: relative;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.navbar-brand[b-32p59buqb8] {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    letter-spacing: -0.5px;
    text-decoration: none;
    gap: 0.5rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
    min-width: 0;
    transition: all 0.3s ease;
    padding-right: 0.5rem;
    max-width: 100%;
}

.navbar-title[b-32p59buqb8] {
    transition: opacity 0.3s ease, width 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-logo[b-32p59buqb8] {
    height: 2.5rem;
    width: auto;
    object-fit: contain;
    filter: brightness(1.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.nav-text[b-32p59buqb8] {
    transition: opacity 0.3s ease, width 0.3s ease;
    white-space: nowrap;
}

.bi[b-32p59buqb8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-32p59buqb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%233b82f6' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-grid-fill-nav-menu[b-32p59buqb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2306b6d4' class='bi bi-grid-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.6 7H2.5A1.5 1.5 0 0 1 1 5.6v-3zm8 0A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.6v-3zm-8 8A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.6 15H2.5A1.5 1.5 0 0 1 1 13.5v-3zm8 0A1.5 1.5 0 0 1 10.5 9h3A1.5 1.5 0 0 1 15 10.5v3A1.5 1.5 0 0 1 13.5 15h-3A1.5 1.5 0 0 1 9 13.5v-3z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-32p59buqb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%238b5cf6' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-32p59buqb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-32p59buqb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-32p59buqb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f97316' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-code-slash[b-32p59buqb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2306b6d4' class='bi bi-code-slash' viewBox='0 0 16 16'%3E%3Cpath d='M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294l4-13zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0zm6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-32p59buqb8] {
    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-32p59buqb8] {
    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-32p59buqb8] {
    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-32p59buqb8] {
    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");
}

.bi-credit-card-nav-menu[b-32p59buqb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2310b981' class='bi bi-credit-card-2-front-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z'/%3E%3C/svg%3E");
}

.bi-newspaper-nav-menu[b-32p59buqb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f59e0b' class='bi bi-newspaper' viewBox='0 0 16 16'%3E%3Cpath d='M0 2.5A1.5 1.5 0 0 1 1.5 1h11A1.5 1.5 0 0 1 14 2.5v10.528c0 .3-.05.6-.145.882l-10 3A1 1 0 0 1 2.5 16h-1A1.5 1.5 0 0 1 0 14.5v-12zm3 0v10h10v-10H3zm0-1h10a.5.5 0 0 1 .5.5v11H3.5a.5.5 0 0 1-.5-.5V2a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M4 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zM4 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 4 8zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-briefcase-nav-menu[b-32p59buqb8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ef4444' class='bi bi-briefcase-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v1.384l7.614 2.076a1.5 1.5 0 0 0 .772 0L16 5.884V4.5A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a2.5 2.5 0 0 1-1.258 0L0 6.85v5.65z'/%3E%3C/svg%3E");
}

/* Expandable menu styles */
.nav-link-expandable[b-32p59buqb8] {
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    user-select: none;
    color: #d7d7d7;
    height: 3rem;
    padding: 0 1rem;
    border-radius: 0.75rem;
    transition: all 0.2s ease;
    font-weight: 500;
    font-size: 0.95rem;
}

.nav-link-expandable:hover[b-32p59buqb8] {
    background: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    transform: translateX(4px);
}

.nav-link-expandable.menu-expanded[b-32p59buqb8] {
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

.nav-link-expandable:focus[b-32p59buqb8] {
    outline: 2px solid rgba(255, 255, 255, 0.3);
    outline-offset: 2px;
}

.nav-link-expandable .menu-text[b-32p59buqb8] {
    flex: 1;
    padding-left: 0.25rem;
}

.chevron-icon[b-32p59buqb8] {
    font-size: 0.7rem;
    transition: all 0.2s ease;
    display: inline-block;
    margin-left: auto;
    padding-left: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Submenu styles */
.submenu[b-32p59buqb8] {
    margin-top: 0.5rem;
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0.75rem;
    animation: slideDown-b-32p59buqb8 0.3s ease-out;
    overflow: hidden;
}

.submenu-header[b-32p59buqb8] {
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes slideDown-b-32p59buqb8 {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        max-height: 500px;
        transform: translateY(0);
    }
}

.submenu-item[b-32p59buqb8] {
    margin: 0.15rem 0;
}

.nav-link-submenu[b-32p59buqb8] {
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    font-size: 0.875rem !important;
    padding-left: 0.75rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.submenu-bullet[b-32p59buqb8] {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
}

/* Legacy support for submenu-indicator */
.submenu-indicator[b-32p59buqb8] {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
}

.nav-item[b-32p59buqb8] {
    font-size: 0.95rem;
    padding: 0.25rem 0;
}

.nav-item:first-of-type[b-32p59buqb8] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-32p59buqb8] {
    padding-bottom: 1rem;
}

.nav-item[b-32p59buqb8]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 0.75rem;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding: 0 1rem;
    transition: all 0.2s ease;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.nav-item[b-32p59buqb8]  .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    transform: scaleY(0);
    transition: transform 0.2s ease;
}

.nav-item[b-32p59buqb8]  a.active {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-item[b-32p59buqb8]  a.active::before {
    transform: scaleY(1);
}

.nav-item[b-32p59buqb8]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    transform: translateX(4px);
}

.nav-scrollable[b-32p59buqb8] {
    display: none;
    padding: 0 0.2rem;
}

/* Theme-specific background for nav-scrollable */
[data-theme="dark"] .nav-scrollable[b-32p59buqb8], 
    [data-bs-theme="dark"] .nav-scrollable[b-32p59buqb8] {
        background: #0f1a23 !important;
}

[data-theme="light"] .nav-scrollable[b-32p59buqb8],
    [data-bs-theme="light"] .nav-scrollable[b-32p59buqb8] {
        background: #32363b !important;
}


/* Mobile responsive styles (< 641px) */
@media (max-width: 640px) {
    .navbar-toggler[b-32p59buqb8] {
        display: block !important;
    }
    
    .navbar-toggler:checked ~ .sidebar-backdrop[b-32p59buqb8] {
        display: block;
    }
    
    .navbar-toggler:checked ~ .nav-container[b-32p59buqb8] {
        transform: translateX(0);
        box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
    }
    
    .nav-container[b-32p59buqb8] {
        width: 250px;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        transform: translateX(-100%);
        box-shadow: none;
        z-index: 1050;
    }
    
    .nav-container.collapsed[b-32p59buqb8] {
        width: 250px;
        transform: translateX(-100%);
    }
    
    .company-logo[b-32p59buqb8] {
        height: 2rem;
    }
    
    .top-row[b-32p59buqb8] {
        min-height: 3.5rem;
    }
    
    .nav-scrollable[b-32p59buqb8] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding: 0 0.2rem;
    }
    
    /* Custom scrollbar for mobile */
    .nav-scrollable[b-32p59buqb8]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-32p59buqb8]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    .nav-scrollable[b-32p59buqb8]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }

    .nav-scrollable[b-32p59buqb8]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}

/* Tablet and desktop styles (>= 641px) */
@media (min-width: 641px) {
    .navbar-toggler[b-32p59buqb8] {
        display: none !important;
    }
    
    .sidebar-backdrop[b-32p59buqb8] {
        display: none !important;
    }

    .nav-scrollable[b-32p59buqb8] {
        display: block;
        height: calc(100vh - 47.98Px);
        overflow-y: none;
        padding: 0 0.2rem;
    }

    /* Custom scrollbar */
    .nav-scrollable[b-32p59buqb8]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-32p59buqb8]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    .nav-scrollable[b-32p59buqb8]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }

    .nav-scrollable[b-32p59buqb8]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }
}

    /* Large desktop styles (>= 1200px) */
    @media (min-width: 1200px) {
        .nav-container[b-32p59buqb8] {
            width: 280px;
        }

            .nav-container.collapsed[b-32p59buqb8] {
                width: 75px;
            }

                .nav-container.collapsed.hover-expanded[b-32p59buqb8] {
                    width: 280px;
                }
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ynahkcfiwd],
.components-reconnect-repeated-attempt-visible[b-ynahkcfiwd],
.components-reconnect-failed-visible[b-ynahkcfiwd],
.components-pause-visible[b-ynahkcfiwd],
.components-resume-failed-visible[b-ynahkcfiwd],
.components-rejoining-animation[b-ynahkcfiwd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ynahkcfiwd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ynahkcfiwd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ynahkcfiwd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ynahkcfiwd],
#components-reconnect-modal.components-reconnect-retrying[b-ynahkcfiwd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ynahkcfiwd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ynahkcfiwd],
#components-reconnect-modal.components-reconnect-failed[b-ynahkcfiwd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ynahkcfiwd] {
    display: block;
}


#components-reconnect-modal[b-ynahkcfiwd] {
    background-color: var(--bs-body-bg, white);
    color: var(--bs-body-color, #212529);
    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-ynahkcfiwd 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ynahkcfiwd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ynahkcfiwd 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ynahkcfiwd]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ynahkcfiwd 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ynahkcfiwd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ynahkcfiwd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ynahkcfiwd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ynahkcfiwd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ynahkcfiwd] {
    margin: 0;
    text-align: center;
    color: var(--bs-body-color, #212529);
}

#components-reconnect-modal button[b-ynahkcfiwd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ynahkcfiwd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ynahkcfiwd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ynahkcfiwd] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ynahkcfiwd] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ynahkcfiwd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ynahkcfiwd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ynahkcfiwd {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/UserProfileDropdown.razor.rz.scp.css */
/* User Profile Dropdown Container */
.user-profile-dropdown[b-es16ia5ist] {
    display: flex;
    align-items: center;
    margin-left: 0.75rem;
    position: relative;
}

/* Profile Toggle Button */
.profile-toggle[b-es16ia5ist] {
    background: transparent;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-toggle:hover[b-es16ia5ist] {
    background: var(--hover-bg);
    transform: scale(1.02);
}

.profile-toggle:focus[b-es16ia5ist] {
    outline: none;
    box-shadow: 0 0 0 2px var(--primary-color);
}

.profile-toggle[b-es16ia5ist]::after {
    display: none !important;
}

/* Avatar Styles */
.profile-avatar[b-es16ia5ist] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-circle[b-es16ia5ist] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark, #0a58ca) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.profile-toggle:hover .avatar-circle[b-es16ia5ist] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Avatar Image */
.avatar-image[b-es16ia5ist] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-image-large[b-es16ia5ist] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-icon[b-es16ia5ist] {
    color: white;
    font-size: 1.2rem;
}

/* Avatar Initials */
.avatar-initials[b-es16ia5ist] {
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    user-select: none;
}

.avatar-initials-large[b-es16ia5ist] {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    user-select: none;
}

.avatar-icon-large[b-es16ia5ist] {
    color: white;
    font-size: 1.5rem;
}

/* Online Status Dot for Small Avatar */
.avatar-status-dot[b-es16ia5ist] {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--bg-primary, #fff);
    transition: background-color 0.3s ease;
    z-index: 1;
    margin-right: 5px;
}

.avatar-status-dot.online[b-es16ia5ist] {
    background-color: #28a745;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.3);
}

.avatar-status-dot.offline[b-es16ia5ist] {
    background-color: #6c757d;
}

/* Large Avatar in Dropdown */
.profile-avatar-large[b-es16ia5ist] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-circle-large[b-es16ia5ist] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark, #0a58ca) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

/* Online Status Dot for Large Avatar */
.avatar-status-dot-large[b-es16ia5ist] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid var(--bg-primary, #fff);
    transition: background-color 0.3s ease;
    z-index: 1;
}

.avatar-status-dot-large.online[b-es16ia5ist] {
    background-color: #28a745;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.3);
}

.avatar-status-dot-large.offline[b-es16ia5ist] {
    background-color: #6c757d;
}

/* Dropdown Menu */
.user-dropdown-menu[b-es16ia5ist] {
    min-width: 280px;
    border-radius: 0.75rem;
    border: 1px solid var(--border-color);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    background: var(--bg-primary);
    padding: 0.5rem 0;
    margin-top: 0.5rem !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    will-change: auto !important;
}

/* Show state with animation */
.user-dropdown-menu.show[b-es16ia5ist] {
    animation: dropdownFadeIn-b-es16ia5ist 0.15s ease-out forwards;
}

@keyframes dropdownFadeIn-b-es16ia5ist {
    from {
        opacity: 0;
        transform: scale(0.95) !important;
    }
    to {
        opacity: 1;
        transform: scale(1) !important;
    }
}

/* User Info Header */
.user-info-header[b-es16ia5ist] {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark, #0a58ca) 100%);
    margin: -0.5rem 0 0.5rem 0;
    border-radius: 0.75rem 0.75rem 0 0;
    padding: 1rem !important;
}

.user-details[b-es16ia5ist] {
    overflow: hidden;
}

.user-name[b-es16ia5ist] {
    color: white;
    font-size: 0.95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-role[b-es16ia5ist] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Dropdown Items */
.user-dropdown-menu .dropdown-item[b-es16ia5ist] {
    padding: 0.65rem 1.25rem;
    color: var(--text-primary);
    transition: all 0.2s ease;
    border-radius: 0.5rem;
    margin: 0 0.5rem;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.user-dropdown-menu .dropdown-item:hover[b-es16ia5ist] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateX(4px);
}

.user-dropdown-menu .dropdown-item:active[b-es16ia5ist] {
    background: var(--active-bg);
}

.user-dropdown-menu .dropdown-item i[b-es16ia5ist],
.user-dropdown-menu .dropdown-item .bi[b-es16ia5ist] {
    width: 20px;
    text-align: center;
}

/* Logout Button */
.user-dropdown-menu .text-danger[b-es16ia5ist] {
    color: #dc3545 !important;
}

.user-dropdown-menu .text-danger:hover[b-es16ia5ist] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545 !important;
}

/* Divider */
.user-dropdown-menu .dropdown-divider[b-es16ia5ist] {
    margin: 0.5rem 0;
    border-color: var(--border-color);
    opacity: 0.5;
}

/* Form in dropdown */
.user-dropdown-menu form[b-es16ia5ist] {
    margin: 0;
}

.user-dropdown-menu form button[b-es16ia5ist] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 640px) {
    .user-dropdown-menu[b-es16ia5ist] {
        min-width: 260px;
    }

    .avatar-circle[b-es16ia5ist] {
        width: 32px;
        height: 32px;
    }

    .avatar-icon[b-es16ia5ist] {
        font-size: 1rem;
    }

    .avatar-initials[b-es16ia5ist] {
        font-size: 0.8rem;
    }

    .avatar-initials-large[b-es16ia5ist] {
        font-size: 1rem;
    }

    .avatar-icon-large[b-es16ia5ist] {
        font-size: 1.3rem;
    }

    .user-name[b-es16ia5ist] {
        font-size: 0.9rem;
    }

    .user-role[b-es16ia5ist] {
        font-size: 0.75rem;
    }
}

/* Theme Support */
[data-theme="dark"] .avatar-circle[b-es16ia5ist],
[data-theme="dark"] .avatar-circle-large[b-es16ia5ist] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .user-dropdown-menu[b-es16ia5ist] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
/* /Components/Pages/Authorization/LoginDetails.razor.rz.scp.css */
/* LoginDetails Page Specific Styles - Common QuickGrid styles moved to QuickGridWrapper.razor.css */

/* This file is intentionally minimal as all QuickGrid-related styles are now centralized in QuickGridWrapper.razor.css */
/* Add LoginDetails-specific styles here if needed in the future */
/* /Components/Pages/Authorization/Users.razor.rz.scp.css */
/* Users Page Specific Styles - Common QuickGrid styles moved to QuickGridBase.razor.css */


/* /Components/Pages/Blogs/ManageAuthorModal.razor.rz.scp.css */
/* Modal content & theme compatibility */
.bep-modal-content[b-7ol8vzqf3c] {
    background-color: var(--bs-body-bg, #161b22);
    color: var(--bs-body-color, #e6edf3);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 12px;
}

[data-theme="light"] .bep-modal-content[b-7ol8vzqf3c],
[data-bs-theme="light"] .bep-modal-content[b-7ol8vzqf3c] {
    background-color: #ffffff;
    color: #1f2937;
    border-color: rgba(0, 0, 0, 0.15) !important;
}

.bep-modal-header[b-7ol8vzqf3c] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="light"] .bep-modal-header[b-7ol8vzqf3c],
[data-bs-theme="light"] .bep-modal-header[b-7ol8vzqf3c] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bep-modal-footer[b-7ol8vzqf3c] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="light"] .bep-modal-footer[b-7ol8vzqf3c],
[data-bs-theme="light"] .bep-modal-footer[b-7ol8vzqf3c] {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bep-label[b-7ol8vzqf3c] {
    color: var(--bs-body-color, inherit);
}

.bep-input[b-7ol8vzqf3c] {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: inherit;
    border-radius: 8px;
}

[data-theme="light"] .bep-input[b-7ol8vzqf3c],
[data-bs-theme="light"] .bep-input[b-7ol8vzqf3c] {
    background-color: #f9fafb;
    border-color: #d1d5db;
    color: #111827;
}

.bep-input:focus[b-7ol8vzqf3c] {
    border-color: #f59e0b;
    box-shadow: 0 0 0 0.25rem rgba(245, 158, 11, 0.25);
}

/* Drag & Drop Upload Zone */
.bep-drag-zone[b-7ol8vzqf3c] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.75rem 1rem;
    background: rgba(255, 255, 255, 0.02);
    border: 2px dashed rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    transition: all 0.2s ease;
    overflow: hidden;
    cursor: pointer;
}

[data-theme="light"] .bep-drag-zone[b-7ol8vzqf3c],
[data-bs-theme="light"] .bep-drag-zone[b-7ol8vzqf3c] {
    background: #f9fafb;
    border-color: rgba(0, 0, 0, 0.18);
}

.bep-drag-zone:hover[b-7ol8vzqf3c],
.bep-drag-zone:focus-within[b-7ol8vzqf3c] {
    border-color: #f59e0b;
    background: rgba(245, 158, 11, 0.04);
}

[b-7ol8vzqf3c] .bep-file-input-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    cursor: pointer;
    z-index: 10;
}

.bep-drag-content[b-7ol8vzqf3c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    pointer-events: none;
    z-index: 5;
}

.bep-upload-icon-box[b-7ol8vzqf3c] {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.35rem;
    color: #f59e0b;
    font-size: 1.4rem;
    transition: all 0.2s ease;
}

.bep-drag-zone:hover .bep-upload-icon-box[b-7ol8vzqf3c] {
    background: rgba(245, 158, 11, 0.15);
    transform: translateY(-2px);
}

.bep-upload-title[b-7ol8vzqf3c] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #f59e0b;
}

.bep-upload-desc[b-7ol8vzqf3c] {
    font-size: 0.75rem;
    color: #8b949e;
}

[data-theme="light"] .bep-upload-desc[b-7ol8vzqf3c],
[data-bs-theme="light"] .bep-upload-desc[b-7ol8vzqf3c] {
    color: #6b7280;
}

/* Avatar Preview Container */
.bep-avatar-preview[b-7ol8vzqf3c] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 3px solid #f59e0b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.bep-avatar-preview img[b-7ol8vzqf3c] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bep-remove-btn[b-7ol8vzqf3c] {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: none;
    background: rgba(220, 38, 38, 0.9);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 12;
    transition: transform 0.15s ease;
}

.bep-remove-btn:hover[b-7ol8vzqf3c] {
    transform: scale(1.1);
    background: #dc2626;
}
/* /Components/Pages/Blogs/ManageBlogPage.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════════
   ManageBlogPage.razor.css — Blog Editor Page (theme-aware)
   Uses the project's CSS variables: --card-bg, --text-primary,
   --text-secondary, --border-color, --bg-primary, --bg-secondary,
   --primary-color, --primary-hover, --shadow, etc.
   ═══════════════════════════════════════════════════════════════════ */

/* ── Loading ─────────────────────────────────────────────── */
.bep-loading[b-jc73qyeyd2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 1rem;
    color: var(--text-secondary);
    background: var(--bg-primary);
}

.bep-spinner[b-jc73qyeyd2] {
    width: 2.5rem;
    height: 2.5rem;
    border: 3px solid var(--border-color);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: bep-spin-b-jc73qyeyd2 0.8s linear infinite;
}

@keyframes bep-spin-b-jc73qyeyd2 {
    to {
        transform: rotate(360deg);
    }
}

/* ── Shell ───────────────────────────────────────────────── */
.bep-shell[b-jc73qyeyd2] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 3rem);
    max-height: calc(100vh - 3rem);
    background: var(--bg-primary);
    animation: bep-fadein-b-jc73qyeyd2 0.3s ease;
    margin: -1.5rem -1.5rem 0 -1.5rem;
    overflow: hidden;
}

@keyframes bep-fadein-b-jc73qyeyd2 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Top Bar ─────────────────────────────────────────────── */
.bep-topbar[b-jc73qyeyd2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 2.75rem 2.5rem;
    padding-bottom: 1rem;
    background: var(--card-bg);
    border-bottom: 1px solid var(--border-color);
    flex-shrink: 0;
    z-index: 50;
    box-shadow: var(--shadow-sm);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.bep-topbar-left[b-jc73qyeyd2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.bep-back-btn[b-jc73qyeyd2] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text-secondary);
    background: none;
    border: 1px solid var(--border-color);
    border-radius: 0.4rem;
    padding: 0.3125rem 0.625rem;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
}

.bep-back-btn:hover[b-jc73qyeyd2] {
    color: var(--text-primary);
    background: var(--hover-bg);
    border-color: var(--primary-color);
}

.bep-page-title[b-jc73qyeyd2] {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    padding: 0 !important;
    /* Reset the gradient from app.css that applies to h1 */
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    color: var(--text-primary) !important;
    display: block !important;
    position: relative !important;
    animation: none !important;
}

.bep-page-sub[b-jc73qyeyd2] {
    font-size: 0.7375rem;
    color: var(--text-secondary);
    display: block;
    line-height: 1.3;
}

.bep-topbar-title[b-jc73qyeyd2] {
    line-height: 1.2;
}

.bep-topbar-actions[b-jc73qyeyd2] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
}

.bep-unsaved[b-jc73qyeyd2] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: var(--warning-color);
    font-weight: 500;
}

.bep-unsaved-dot[b-jc73qyeyd2] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--warning-color);
    animation: bep-pulse-b-jc73qyeyd2 1.5s ease-in-out infinite;
}

@keyframes bep-pulse-b-jc73qyeyd2 {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.7);
    }
}

.bep-autosave-label[b-jc73qyeyd2] {
    font-size: 0.71rem;
    color: var(--text-secondary);
    white-space: nowrap;
}

.bep-cancel-btn[b-jc73qyeyd2] {
    min-width: 5rem;
}

.bep-save-btn[b-jc73qyeyd2] {
    min-width: 8rem;
}

/* Alert */
.bep-alert[b-jc73qyeyd2] {
    margin-top: 0.75rem;
    margin-bottom: 0;
}

/* ── Body: 2-column layout ───────────────────────────────── */
.bep-body[b-jc73qyeyd2] {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 1.25rem;
    padding: 1.25rem;
    width: 100%;
    align-items: start;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

/* ── Main (left) panel ───────────────────────────────────── */
.bep-main[b-jc73qyeyd2] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
}

/* ── Sidebar (right) panel ───────────────────────────────── */
.bep-sidebar[b-jc73qyeyd2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* ── Cards ───────────────────────────────────────────────── */
.bep-card[b-jc73qyeyd2] {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 0.625rem;
    overflow: visible;
    transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
    box-shadow: var(--shadow-sm);
}

.bep-card:focus-within[b-jc73qyeyd2] {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.1);
}

.bep-card-hdr[b-jc73qyeyd2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-secondary);
    background: var(--hover-bg);
    border-bottom: 1px solid var(--border-color);
    border-top-left-radius: calc(0.625rem - 1px);
    border-top-right-radius: calc(0.625rem - 1px);
}

.bep-card-body[b-jc73qyeyd2] {
    padding: 0;
}

/* Editor card: no extra padding so the TakumiHtmlEditor fills */
.bep-card-editor .bep-editor-wrap[b-jc73qyeyd2] {
    padding: 0;
}

/* Draft save button inside header */
.bep-draft-btn[b-jc73qyeyd2] {
    margin-left: auto;
    padding: 0.1875rem 0.5rem;
    border-radius: 0.35rem;
    border: 1px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    font-size: 0.6875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: none;
    letter-spacing: 0;
}

.bep-draft-btn:hover[b-jc73qyeyd2] {
    background: var(--primary-color);
    color: #fff;
}

/* ── Fields ──────────────────────────────────────────────── */
.bep-field[b-jc73qyeyd2] {
    padding: 0.875rem 1rem;
    border-bottom: 1px solid var(--border-color);
}

.bep-field:last-child[b-jc73qyeyd2] {
    border-bottom: none;
}

.bep-label[b-jc73qyeyd2] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 0.375rem;
    letter-spacing: 0.01em;
}

.bep-hint[b-jc73qyeyd2] {
    font-weight: 400;
    font-style: italic;
    color: var(--text-secondary);
    font-size: 0.68rem;
    margin-left: 0.25rem;
    opacity: 0.75;
}

.bep-required[b-jc73qyeyd2] {
    color: var(--danger-color);
}

/* Title input gets larger font */
.bep-input-title[b-jc73qyeyd2] {
    font-size: 1.0625rem !important;
    font-weight: 600 !important;
}

/* Slug input row */
.bep-slug-wrap[b-jc73qyeyd2] {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--border-color);
    border-radius: 0.4rem;
    overflow: hidden;
    background: var(--bg-secondary);
    transition: border-color 0.2s;
}

.bep-slug-wrap:focus-within[b-jc73qyeyd2] {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.15rem rgba(var(--primary-rgb), 0.12);
}

.bep-slug-prefix[b-jc73qyeyd2] {
    padding: 0.425rem 0.5rem 0.425rem 0.75rem;
    color: var(--text-secondary);
    font-size: 0.8125rem;
    white-space: nowrap;
    user-select: none;
    border-right: 1px solid var(--border-color);
    background: var(--hover-bg);
}

.bep-slug-input[b-jc73qyeyd2] {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    flex: 1;
    padding-left: 0.5rem !important;
    border-radius: 0 !important;
}

/* Editor footer */
.bep-editor-footer[b-jc73qyeyd2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.4rem 1rem;
    border-top: 1px solid var(--border-color);
    background: var(--hover-bg);
    font-size: 0.7rem;
    color: var(--text-secondary);
}

/* ── Sidebar internals ───────────────────────────────────── */
.bep-sidebar-card[b-jc73qyeyd2] {
    /* inherits .bep-card */
}

.bep-sidebar-body[b-jc73qyeyd2] {
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.bep-sfield[b-jc73qyeyd2] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

/* Status row */
.bep-status-row[b-jc73qyeyd2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bep-status-badge[b-jc73qyeyd2] {
    font-size: 0.75rem;
    padding: 0.3rem 0.625rem;
}

.bep-status-hint[b-jc73qyeyd2] {
    font-size: 0.72rem;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.5;
}

/* Toggle size */
.bep-toggle[b-jc73qyeyd2] {
    width: 2.5em;
    height: 1.25em;
    cursor: pointer;
}

/* ── File upload elements (Drag & Drop UI) ──────────────── */
.bep-drag-zone[b-jc73qyeyd2] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    background: var(--bg-primary);
    /* Darker matching background */
    border: 1px dashed rgba(255, 255, 255, 0.15);
    /* Dashed border from image */
    border-radius: 0.75rem;
    transition: all 0.2s ease;
    overflow: hidden;
}

/* Light mode fallback for dashed border */
[data-theme="light"] .bep-drag-zone[b-jc73qyeyd2],
[data-bs-theme="light"] .bep-drag-zone[b-jc73qyeyd2] {
    border-color: rgba(0, 0, 0, 0.15);
}

.bep-drag-zone:hover[b-jc73qyeyd2],
.bep-drag-zone:focus-within[b-jc73qyeyd2] {
    border-color: #f59e0b;
    /* Orange/Gold border on hover */
    background: var(--hover-bg);
}

[b-jc73qyeyd2] .bep-file-input-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    cursor: pointer;
    z-index: 10;
}

.bep-drag-content[b-jc73qyeyd2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    pointer-events: none;
    /* Let clicks pass through to input */
    z-index: 5;
}

.bep-upload-icon-box[b-jc73qyeyd2] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(245, 158, 11, 0.05);
    /* Slight orange tint background */
    border: 1px solid rgba(245, 158, 11, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
    color: #f59e0b;
    /* Orange icon */
    font-size: 1.25rem;
    transition: all 0.2s ease;
}

.bep-drag-zone:hover .bep-upload-icon-box[b-jc73qyeyd2] {
    background: rgba(245, 158, 11, 0.1);
    transform: translateY(-2px);
}

.bep-upload-title[b-jc73qyeyd2] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #f59e0b;
    /* Orange text */
}

.bep-upload-desc[b-jc73qyeyd2] {
    font-size: 0.6875rem;
    color: var(--text-secondary);
    opacity: 0.8;
}

/* Remove button (on previews) */
.bep-remove-btn[b-jc73qyeyd2] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    padding: 0;
    z-index: 20;
}

.bep-remove-btn:hover[b-jc73qyeyd2] {
    background: var(--danger-color);
}

/* Cover image preview */
.bep-cover-preview[b-jc73qyeyd2] {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.bep-cover-preview img[b-jc73qyeyd2] {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

/* Avatar preview */
.bep-avatar-preview[b-jc73qyeyd2] {
    position: relative;
    display: inline-block;
    margin-bottom: 0.375rem;
}

.bep-avatar-preview img[b-jc73qyeyd2] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--border-color);
    display: block;
}

/* Or divider */
.bep-or-divider[b-jc73qyeyd2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.7rem;
    margin: 0.25rem 0;
}

.bep-or-divider[b-jc73qyeyd2]::before,
.bep-or-divider[b-jc73qyeyd2]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--border-color);
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1100px) {
    .bep-body[b-jc73qyeyd2] {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .bep-sidebar[b-jc73qyeyd2] {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}

@media (max-width: 640px) {
    .bep-topbar[b-jc73qyeyd2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 0.75rem 1rem;
    }

    .bep-topbar-actions[b-jc73qyeyd2] {
        width: 100%;
        justify-content: flex-end;
    }

    .bep-sidebar[b-jc73qyeyd2] {
        grid-template-columns: 1fr;
    }

    .bep-body[b-jc73qyeyd2] {
        padding: 0.75rem;
    }
}

/* ── Custom Select Dropdown ──────────────────────────────── */
.bep-custom-select[b-jc73qyeyd2] {
    position: relative;
    width: 100%;
    cursor: pointer;
    user-select: none;
}

.bep-select-trigger[b-jc73qyeyd2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: 0.4rem;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

.bep-custom-select.open .bep-select-trigger[b-jc73qyeyd2] {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.15rem rgba(var(--primary-rgb), 0.12);
}

.bep-select-options[b-jc73qyeyd2] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    max-height: 250px;
    overflow-y: hidden;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 0.4rem;
    box-shadow: var(--shadow-sm);
    z-index: 100;
}

.bep-select-option[b-jc73qyeyd2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    transition: background 0.15s ease;
    font-size: 0.875rem;
}

.bep-select-option:hover[b-jc73qyeyd2] {
    background: var(--hover-bg);
}

/* Custom Modal Adjustments */
.modal-content.text-bg-dark[b-jc73qyeyd2] {
    background-color: var(--card-bg) !important;
    color: var(--text-primary) !important;
}
.modal-content.text-bg-dark .modal-header[b-jc73qyeyd2],
.modal-content.text-bg-dark .modal-footer[b-jc73qyeyd2] {
    border-color: var(--border-color) !important;
}
.modal-content.text-bg-dark .btn-close-white[b-jc73qyeyd2] {
    filter: invert(1) grayscale(100%) brightness(200%);
}
[data-theme="light"] .modal-content.text-bg-dark .btn-close-white[b-jc73qyeyd2],
[data-bs-theme="light"] .modal-content.text-bg-dark .btn-close-white[b-jc73qyeyd2] {
    filter: none;
}

/* Author Details Box */
.bep-author-details[b-jc73qyeyd2] {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
}
.bep-author-details h6[b-jc73qyeyd2] {
    color: var(--text-primary);
}
.bep-author-details small[b-jc73qyeyd2] {
    color: var(--text-secondary);
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-i1ehzug5bw] {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem;
    animation: fadeIn-b-i1ehzug5bw 0.5s ease-out;
}

@keyframes fadeIn-b-i1ehzug5bw {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Welcome bar */
.welcome-bar[b-i1ehzug5bw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.welcome-title[b-i1ehzug5bw] {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--primary-color, #4094f5) 0%, var(--primary-hover, #1558a8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.welcome-subtitle[b-i1ehzug5bw] {
    color: var(--text-secondary, #6c757d);
    font-size: 0.95rem;
    margin-bottom: 0;
}

.quick-status[b-i1ehzug5bw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, #e9ecef);
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-primary, #212529);
    box-shadow: var(--shadow-sm, 0 1px 2px rgba(0,0,0,0.05));
}

.status-indicator[b-i1ehzug5bw] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.status-indicator.online[b-i1ehzug5bw] {
    background-color: #28a745;
    box-shadow: 0 0 8px rgba(40, 167, 69, 0.6);
    animation: pulseGlow-b-i1ehzug5bw 2s infinite;
}

@keyframes pulseGlow-b-i1ehzug5bw {
    0% { transform: scale(0.9); opacity: 0.6; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.6; }
}

/* Metrics Grid */
.metrics-grid[b-i1ehzug5bw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.metric-card[b-i1ehzug5bw] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, #e9ecef);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow, 0 4px 6px rgba(0,0,0,0.05));
}

.metric-card:hover[b-i1ehzug5bw] {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg, 0 10px 15px rgba(0,0,0,0.1));
    border-color: var(--primary-color, #4094f5);
}

.metric-icon-wrapper[b-i1ehzug5bw] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    transition: transform 0.3s ease;
}

.metric-card:hover .metric-icon-wrapper[b-i1ehzug5bw] {
    transform: scale(1.1) rotate(5deg);
}

/* Individual card colors with distinct glowing backgrounds */
.card-users .metric-icon-wrapper[b-i1ehzug5bw] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}
.card-blogs .metric-icon-wrapper[b-i1ehzug5bw] {
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
}
.card-projects .metric-icon-wrapper[b-i1ehzug5bw] {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}
.card-purchases .metric-icon-wrapper[b-i1ehzug5bw] {
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8;
}

.metric-details[b-i1ehzug5bw] {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.metric-label[b-i1ehzug5bw] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-secondary, #6c757d);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.metric-value[b-i1ehzug5bw] {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--text-primary, #212529);
    margin: 0.25rem 0;
}

.metric-meta[b-i1ehzug5bw] {
    font-size: 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.card-glow[b-i1ehzug5bw] {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.03;
    bottom: -50px;
    right: -50px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.metric-card:hover .card-glow[b-i1ehzug5bw] {
    opacity: 0.1;
}

.card-users .card-glow[b-i1ehzug5bw] { background: #28a745; }
.card-blogs .card-glow[b-i1ehzug5bw] { background: #007bff; }
.card-projects .card-glow[b-i1ehzug5bw] { background: #ffc107; }
.card-purchases .card-glow[b-i1ehzug5bw] { background: #17a2b8; }

/* Dashboard Main Layout */
.dashboard-main-grid[b-i1ehzug5bw] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.5rem;
    align-items: start;
}

.dashboard-panel[b-i1ehzug5bw] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, #e9ecef);
    border-radius: 1rem;
    box-shadow: var(--shadow, 0 4px 6px rgba(0,0,0,0.05));
    overflow: hidden;
}

.panel-header[b-i1ehzug5bw] {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-color, #e9ecef);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-title[b-i1ehzug5bw] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    color: var(--text-primary, #212529);
    display: flex;
    align-items: center;
}

.panel-body[b-i1ehzug5bw] {
    padding: 1.25rem 1.5rem;
}

/* Spinner & Empty State */
.spinner-wrapper[b-i1ehzug5bw] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
}

.empty-state[b-i1ehzug5bw] {
    text-align: center;
    padding: 3rem 1.5rem;
    color: var(--text-secondary, #6c757d);
}

.empty-state i[b-i1ehzug5bw] {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
    opacity: 0.5;
}

.empty-state p[b-i1ehzug5bw] {
    margin: 0;
    font-size: 0.95rem;
}

/* Activity Lists */
.activity-list[b-i1ehzug5bw] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.activity-item[b-i1ehzug5bw] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding-bottom: 1.25rem;
    border-bottom: 1px dashed var(--border-color, #e9ecef);
}

.activity-item:last-child[b-i1ehzug5bw] {
    padding-bottom: 0;
    border-bottom: none;
}

.activity-icon-bullet[b-i1ehzug5bw] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}

.bg-warning-light[b-i1ehzug5bw] { background-color: rgba(255, 193, 7, 0.1); }
.bg-info-light[b-i1ehzug5bw] { background-color: rgba(23, 162, 184, 0.1); }
.bg-primary-light[b-i1ehzug5bw] { background-color: rgba(0, 123, 255, 0.1); }

.activity-content[b-i1ehzug5bw] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.activity-header[b-i1ehzug5bw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.activity-user[b-i1ehzug5bw] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-primary, #212529);
}

.activity-time[b-i1ehzug5bw] {
    font-size: 0.75rem;
    color: var(--text-secondary, #6c757d);
}

.activity-desc[b-i1ehzug5bw] {
    font-size: 0.85rem;
    color: var(--text-secondary, #6c757d);
    line-height: 1.4;
}

.activity-badge-row[b-i1ehzug5bw] {
    margin-top: 0.25rem;
}

.status-badge[b-i1ehzug5bw] {
    padding: 0.35em 0.65em;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 0.25rem;
}

/* Dark theme specific fixes if needed, otherwise Bootstrap is handled */
@media (max-width: 992px) {
    .dashboard-main-grid[b-i1ehzug5bw] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .welcome-bar[b-i1ehzug5bw] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Shared/AccessibilityTools.razor.rz.scp.css */
/* ============================================
   ENTERPRISE ACCESSIBILITY STYLES
   ============================================ */

/* ============================================
   SKIP LINKS
   ============================================ */
.skip-links[b-snlxtmwo39] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.skip-link[b-snlxtmwo39] {
    position: absolute;
    top: -100%;
    left: 0;
    padding: 0.75rem 1.5rem;
    background: var(--primary-color, #3b82f6);
    color: white !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 0 0 0.5rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: top 0.2s ease;
    z-index: 99999;
}

.skip-link:focus[b-snlxtmwo39] {
    top: 0;
    outline: 2px solid white;
    outline-offset: 2px;
}

.skip-link:hover[b-snlxtmwo39] {
    background: var(--primary-hover, #2563eb);
}

/* Multiple skip links stacking */
.skip-link:nth-child(2)[b-snlxtmwo39] {
    left: auto;
    right: 0;
    border-radius: 0 0 0 0.5rem;
}

/* ============================================
   VISUALLY HIDDEN (Screen Reader Only)
   ============================================ */
.visually-hidden[b-snlxtmwo39],
.sr-only[b-snlxtmwo39] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Show on focus for keyboard users */
.visually-hidden-focusable:focus[b-snlxtmwo39],
.visually-hidden-focusable:active[b-snlxtmwo39] {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: inherit !important;
    margin: inherit !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

/* ============================================
   FOCUS INDICATORS
   ============================================ */

/* Global focus indicator for keyboard navigation */
*:focus-visible[b-snlxtmwo39] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
}

/* Remove default focus for mouse users */
*:focus:not(:focus-visible)[b-snlxtmwo39] {
    outline: none;
}

/* Enhanced focus for interactive elements */
a:focus-visible[b-snlxtmwo39],
button:focus-visible[b-snlxtmwo39],
input:focus-visible[b-snlxtmwo39],
select:focus-visible[b-snlxtmwo39],
textarea:focus-visible[b-snlxtmwo39],
[tabindex]:focus-visible[b-snlxtmwo39] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
    border-radius: 0.25rem;
}

/* Focus ring for cards/containers */
.card:focus-visible[b-snlxtmwo39],
.list-group-item:focus-visible[b-snlxtmwo39],
.nav-link:focus-visible[b-snlxtmwo39] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

/* High contrast focus for buttons */
.btn:focus-visible[b-snlxtmwo39] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
}

/* ============================================
   KEYBOARD NAVIGATION HELPERS
   ============================================ */

/* Focus trap indicator */
[data-focus-trap="true"][b-snlxtmwo39] {
    position: relative;
}

[data-focus-trap="true"][b-snlxtmwo39]::before {
    content: '';
    position: absolute;
    inset: -2px;
    border: 2px dashed var(--primary-color, #3b82f6);
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

[data-focus-trap="true"]:focus-within[b-snlxtmwo39]::before {
    opacity: 0.5;
}

/* Arrow key navigation indicator */
[data-arrow-nav="true"] [aria-selected="true"][b-snlxtmwo39],
[data-arrow-nav="true"] [data-active="true"][b-snlxtmwo39] {
    background: var(--hover-bg, rgba(59, 130, 246, 0.1));
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: -2px;
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    *[b-snlxtmwo39],
    *[b-snlxtmwo39]::before,
    *[b-snlxtmwo39]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .skip-link[b-snlxtmwo39] {
        transition: none;
    }
}

/* ============================================
   HIGH CONTRAST MODE
   ============================================ */
@media (prefers-contrast: high) {
    *:focus-visible[b-snlxtmwo39] {
        outline: 3px solid currentColor !important;
        outline-offset: 3px !important;
    }
    
    .skip-link[b-snlxtmwo39] {
        border: 2px solid white;
    }
    
    .btn[b-snlxtmwo39] {
        border: 2px solid currentColor !important;
    }
}

/* ============================================
   TOUCH TARGET SIZES (WCAG 2.5.5)
   ============================================ */
@media (pointer: coarse) {
    /* Ensure minimum 44x44px touch targets */
    button[b-snlxtmwo39],
    [role="button"][b-snlxtmwo39],
    a[b-snlxtmwo39],
    input[type="checkbox"][b-snlxtmwo39],
    input[type="radio"][b-snlxtmwo39],
    select[b-snlxtmwo39] {
        min-height: 44px;
        min-width: 44px;
    }
    
    /* Spacing for touch targets */
    .btn[b-snlxtmwo39] {
        padding: 0.75rem 1.25rem;
    }
    
    /* Form controls */
    .form-control[b-snlxtmwo39],
    .form-select[b-snlxtmwo39] {
        min-height: 44px;
        padding: 0.625rem 1rem;
    }
    
    /* Checkboxes and radios */
    .form-check-input[b-snlxtmwo39] {
        width: 1.5rem;
        height: 1.5rem;
    }
}

/* ============================================
   LANDMARK REGIONS STYLING
   ============================================ */
[role="main"][b-snlxtmwo39],
#main-content[b-snlxtmwo39] {
    scroll-margin-top: 5rem; /* Account for fixed header */
}

[role="navigation"][b-snlxtmwo39],
#main-navigation[b-snlxtmwo39] {
    scroll-margin-top: 1rem;
}

/* ============================================
   ERROR/VALIDATION ACCESSIBILITY
   ============================================ */
[aria-invalid="true"][b-snlxtmwo39] {
    border-color: var(--danger-color, #ef4444) !important;
}

[aria-invalid="true"]:focus[b-snlxtmwo39] {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3);
}

.field-validation-error[b-snlxtmwo39],
[role="alert"][b-snlxtmwo39] {
    color: var(--danger-color, #ef4444);
}

/* Required field indicator */
[aria-required="true"][b-snlxtmwo39]::after,
.required[b-snlxtmwo39]::after {
    content: ' *';
    color: var(--danger-color, #ef4444);
}

/* ============================================
   LOADING STATES ACCESSIBILITY
   ============================================ */
[aria-busy="true"][b-snlxtmwo39] {
    cursor: wait;
    pointer-events: none;
    opacity: 0.7;
}

[aria-busy="true"][b-snlxtmwo39]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid var(--border-color, #e5e7eb);
    border-top-color: var(--primary-color, #3b82f6);
    border-radius: 50%;
    animation: a11ySpinner-b-snlxtmwo39 0.6s linear infinite;
}

@keyframes a11ySpinner-b-snlxtmwo39 {
    to {
        transform: rotate(360deg);
    }
}

/* ============================================
   DISABLED STATE ACCESSIBILITY
   ============================================ */
[aria-disabled="true"][b-snlxtmwo39],
[disabled][b-snlxtmwo39] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* ============================================
   EXPANDED/COLLAPSED INDICATORS
   ============================================ */
[aria-expanded="false"][b-snlxtmwo39]::before {
    content: '?';
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 0.75em;
    transition: transform 0.2s ease;
}

[aria-expanded="true"][b-snlxtmwo39]::before {
    content: '?';
}

/* ============================================
   DIALOG/MODAL ACCESSIBILITY
   ============================================ */
[role="dialog"][b-snlxtmwo39],
[role="alertdialog"][b-snlxtmwo39] {
    /* Ensure modals have proper focus indication */
}

[role="dialog"]:focus[b-snlxtmwo39],
[role="alertdialog"]:focus[b-snlxtmwo39] {
    outline: none;
}

/* Backdrop for focus trapping visual indicator */
.modal-backdrop[b-snlxtmwo39] {
    background: rgba(0, 0, 0, 0.5);
}

@media (prefers-contrast: high) {
    .modal-backdrop[b-snlxtmwo39] {
        background: rgba(0, 0, 0, 0.8);
    }
}
/* /Components/Shared/EmptyState.razor.rz.scp.css */
/* ============================================
   ENTERPRISE EMPTY STATE STYLES
   ============================================ */

.empty-state[b-vlbylgk9f4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 2rem;
    min-height: 300px;
    
    /* CSS Variables for illustrations */
    --empty-bg: var(--bg-secondary, #f8fafc);
    --empty-stroke: var(--border-color, #e2e8f0);
    --empty-accent: var(--primary-color, #3b82f6);
    --empty-line: var(--text-secondary, #94a3b8);
    --empty-error: #ef4444;
    --empty-error-bg: rgba(239, 68, 68, 0.1);
}

/* Size Variants */
.empty-state-sm[b-vlbylgk9f4] {
    padding: 1.5rem 1rem;
    min-height: 200px;
}

.empty-state-sm .empty-state-illustration[b-vlbylgk9f4] {
    width: 120px;
    height: 90px;
    margin-bottom: 1rem;
}

.empty-state-sm .empty-state-title[b-vlbylgk9f4] {
    font-size: 1rem;
}

.empty-state-sm .empty-state-description[b-vlbylgk9f4] {
    font-size: 0.8125rem;
}

.empty-state-lg[b-vlbylgk9f4] {
    padding: 4rem 2rem;
    min-height: 400px;
}

.empty-state-lg .empty-state-illustration[b-vlbylgk9f4] {
    width: 280px;
    height: 210px;
    margin-bottom: 2rem;
}

.empty-state-lg .empty-state-title[b-vlbylgk9f4] {
    font-size: 1.5rem;
}

/* Illustration Container */
.empty-state-illustration[b-vlbylgk9f4] {
    width: 200px;
    height: 150px;
    margin-bottom: 1.5rem;
    animation: emptyStateFadeIn-b-vlbylgk9f4 0.5s ease-out;
}

.empty-illustration[b-vlbylgk9f4] {
    width: 100%;
    height: 100%;
}

.empty-illustration svg[b-vlbylgk9f4] {
    width: 100%;
    height: 100%;
}

/* Custom Icon */
.empty-state-icon[b-vlbylgk9f4] {
    font-size: 4rem;
    line-height: 1;
    display: block;
    animation: emptyStateBounce-b-vlbylgk9f4 2s ease-in-out infinite;
}

@keyframes emptyStateFadeIn-b-vlbylgk9f4 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes emptyStateBounce-b-vlbylgk9f4 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Content */
.empty-state-content[b-vlbylgk9f4] {
    max-width: 400px;
    animation: emptyStateFadeIn-b-vlbylgk9f4 0.5s ease-out 0.1s both;
}

.empty-state-title[b-vlbylgk9f4] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary, #1f2937);
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.empty-state-description[b-vlbylgk9f4] {
    font-size: 0.9375rem;
    color: var(--text-secondary, #6b7280);
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
}

.empty-state-custom[b-vlbylgk9f4] {
    margin-bottom: 1.5rem;
}

/* Actions */
.empty-state-actions[b-vlbylgk9f4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    animation: emptyStateFadeIn-b-vlbylgk9f4 0.5s ease-out 0.2s both;
}

.empty-state-actions .btn[b-vlbylgk9f4] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Illustration Animation on Hover */
.empty-state:hover .empty-illustration svg[b-vlbylgk9f4] {
    animation: emptyStateWiggle-b-vlbylgk9f4 0.5s ease-in-out;
}

@keyframes emptyStateWiggle-b-vlbylgk9f4 {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
}

/* ============================================
   DARK THEME SUPPORT
   ============================================ */
[data-theme="dark"] .empty-state[b-vlbylgk9f4],
[data-bs-theme="dark"] .empty-state[b-vlbylgk9f4] {
    --empty-bg: var(--bg-secondary, #1e293b);
    --empty-stroke: var(--border-color, #334155);
    --empty-line: var(--text-secondary, #64748b);
    --empty-error-bg: rgba(239, 68, 68, 0.15);
}

[data-theme="dark"] .empty-state-title[b-vlbylgk9f4],
[data-bs-theme="dark"] .empty-state-title[b-vlbylgk9f4] {
    color: var(--text-primary, #f1f5f9);
}

[data-theme="dark"] .empty-state-description[b-vlbylgk9f4],
[data-bs-theme="dark"] .empty-state-description[b-vlbylgk9f4] {
    color: var(--text-secondary, #94a3b8);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 480px) {
    .empty-state[b-vlbylgk9f4] {
        padding: 2rem 1rem;
        min-height: 250px;
    }
    
    .empty-state-illustration[b-vlbylgk9f4] {
        width: 160px;
        height: 120px;
    }
    
    .empty-state-title[b-vlbylgk9f4] {
        font-size: 1.125rem;
    }
    
    .empty-state-description[b-vlbylgk9f4] {
        font-size: 0.875rem;
    }
    
    .empty-state-actions[b-vlbylgk9f4] {
        flex-direction: column;
        width: 100%;
    }
    
    .empty-state-actions .btn[b-vlbylgk9f4] {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .empty-state-illustration[b-vlbylgk9f4],
    .empty-state-content[b-vlbylgk9f4],
    .empty-state-actions[b-vlbylgk9f4] {
        animation: none;
    }
    
    .empty-state-icon[b-vlbylgk9f4] {
        animation: none;
    }
    
    .empty-state:hover .empty-illustration svg[b-vlbylgk9f4] {
        animation: none;
    }
}
/* /Components/Shared/ErrorBoundary.razor.rz.scp.css */
/* ============================================
   ENTERPRISE ERROR BOUNDARY STYLES
   ============================================ */

.error-boundary[b-tygvmp4unl] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.05) 0%, var(--bg-primary, #f8fafc) 100%);
    border-radius: 1rem;
    border: 1px solid rgba(239, 68, 68, 0.2);
    animation: errorBoundaryFadeIn-b-tygvmp4unl 0.4s ease-out;
}

@keyframes errorBoundaryFadeIn-b-tygvmp4unl {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.error-boundary-content[b-tygvmp4unl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 500px;
}

/* Icon */
.error-boundary-icon[b-tygvmp4unl] {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    color: #ef4444;
    animation: errorBoundaryPulse-b-tygvmp4unl 2s ease-in-out infinite;
}

.error-boundary-icon svg[b-tygvmp4unl] {
    width: 100%;
    height: 100%;
}

@keyframes errorBoundaryPulse-b-tygvmp4unl {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

/* Text Content */
.error-boundary-text[b-tygvmp4unl] {
    margin-bottom: 2rem;
}

.error-boundary-title[b-tygvmp4unl] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary, #1f2937);
    margin: 0 0 0.75rem 0;
    line-height: 1.3;
}

.error-boundary-message[b-tygvmp4unl] {
    font-size: 1rem;
    color: var(--text-secondary, #6b7280);
    margin: 0 0 1rem 0;
    line-height: 1.6;
}

.error-boundary-id[b-tygvmp4unl] {
    font-size: 0.875rem;
    color: var(--text-secondary, #9ca3af);
    margin: 0;
    padding: 0.5rem 1rem;
    background: var(--bg-secondary, #f1f5f9);
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.error-boundary-id code[b-tygvmp4unl] {
    font-family: 'Fira Code', 'Consolas', monospace;
    font-size: 0.8125rem;
    color: #ef4444;
    background: rgba(239, 68, 68, 0.1);
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
}

/* Details Section */
.error-boundary-details[b-tygvmp4unl] {
    margin-top: 1rem;
    width: 100%;
    text-align: left;
}

.error-boundary-details summary[b-tygvmp4unl] {
    font-size: 0.875rem;
    color: var(--text-secondary, #6b7280);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease;
}

.error-boundary-details summary:hover[b-tygvmp4unl] {
    background: var(--hover-bg, rgba(0, 0, 0, 0.04));
}

.error-boundary-details pre[b-tygvmp4unl] {
    font-size: 0.75rem;
    background: var(--bg-secondary, #1e293b);
    color: var(--text-primary, #e2e8f0);
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin-top: 0.5rem;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Actions */
.error-boundary-actions[b-tygvmp4unl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.error-boundary-actions .btn[b-tygvmp4unl] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 120px;
    justify-content: center;
}

/* Dark Theme */
[data-theme="dark"] .error-boundary[b-tygvmp4unl],
[data-bs-theme="dark"] .error-boundary[b-tygvmp4unl] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, var(--bg-primary, #0f172a) 100%);
    border-color: rgba(239, 68, 68, 0.3);
}

[data-theme="dark"] .error-boundary-title[b-tygvmp4unl],
[data-bs-theme="dark"] .error-boundary-title[b-tygvmp4unl] {
    color: var(--text-primary, #f1f5f9);
}

[data-theme="dark"] .error-boundary-id[b-tygvmp4unl],
[data-bs-theme="dark"] .error-boundary-id[b-tygvmp4unl] {
    background: var(--bg-secondary, #1e293b);
}

[data-theme="dark"] .error-boundary-details pre[b-tygvmp4unl],
[data-bs-theme="dark"] .error-boundary-details pre[b-tygvmp4unl] {
    background: #0f172a;
}

/* Responsive */
@media (max-width: 480px) {
    .error-boundary[b-tygvmp4unl] {
        padding: 1.5rem;
        min-height: 300px;
    }
    
    .error-boundary-icon[b-tygvmp4unl] {
        width: 60px;
        height: 60px;
    }
    
    .error-boundary-title[b-tygvmp4unl] {
        font-size: 1.25rem;
    }
    
    .error-boundary-message[b-tygvmp4unl] {
        font-size: 0.9375rem;
    }
    
    .error-boundary-actions[b-tygvmp4unl] {
        flex-direction: column;
        width: 100%;
    }
    
    .error-boundary-actions .btn[b-tygvmp4unl] {
        width: 100%;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .error-boundary[b-tygvmp4unl] {
        animation: none;
    }
    
    .error-boundary-icon[b-tygvmp4unl] {
        animation: none;
    }
}
/* /Components/Shared/LoadingSkeleton.razor.rz.scp.css */
/* ============================================
   ENTERPRISE LOADING SKELETON STYLES
   ============================================ */

.skeleton-container[b-0yeq37pixg] {
    width: 100%;
}

/* Base Skeleton Animation */
.skeleton[b-0yeq37pixg] {
    background: linear-gradient(
        90deg,
        var(--skeleton-base, rgba(0, 0, 0, 0.08)) 0%,
        var(--skeleton-shine, rgba(0, 0, 0, 0.04)) 50%,
        var(--skeleton-base, rgba(0, 0, 0, 0.08)) 100%
    );
    background-size: 200% 100%;
    animation: skeletonShimmer-b-0yeq37pixg 1.5s ease-in-out infinite;
    border-radius: 0.375rem;
}

@keyframes skeletonShimmer-b-0yeq37pixg {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* ============================================
   SKELETON TEXT
   ============================================ */
.skeleton-text[b-0yeq37pixg] {
    height: 1rem;
    width: 100%;
    margin-bottom: 0.5rem;
}

.skeleton-text-short[b-0yeq37pixg] {
    width: 60%;
}

.skeleton-text-medium[b-0yeq37pixg] {
    width: 80%;
}

.skeleton-text-block[b-0yeq37pixg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skeleton-title[b-0yeq37pixg] {
    height: 1.25rem;
    width: 70%;
    margin-bottom: 0.5rem;
}

.skeleton-subtitle[b-0yeq37pixg] {
    height: 0.875rem;
    width: 50%;
}

.skeleton-label[b-0yeq37pixg] {
    height: 0.875rem;
    width: 30%;
    margin-bottom: 0.5rem;
}

/* ============================================
   SKELETON AVATAR
   ============================================ */
.skeleton-avatar[b-0yeq37pixg] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.skeleton-avatar-sm[b-0yeq37pixg] {
    width: 2rem;
    height: 2rem;
}

.skeleton-avatar-lg[b-0yeq37pixg] {
    width: 4rem;
    height: 4rem;
}

.skeleton-avatar-xl[b-0yeq37pixg] {
    width: 6rem;
    height: 6rem;
}

/* ============================================
   SKELETON BUTTON
   ============================================ */
.skeleton-button[b-0yeq37pixg] {
    height: 2.5rem;
    width: 6rem;
    border-radius: 0.5rem;
}

.skeleton-button-sm[b-0yeq37pixg] {
    height: 2rem;
    width: 4rem;
}

.skeleton-button-lg[b-0yeq37pixg] {
    height: 3rem;
    width: 8rem;
}

.skeleton-button-secondary[b-0yeq37pixg] {
    width: 5rem;
}

/* ============================================
   SKELETON INPUT
   ============================================ */
.skeleton-input[b-0yeq37pixg] {
    height: 2.5rem;
    width: 100%;
    border-radius: 0.5rem;
}

/* ============================================
   SKELETON IMAGE
   ============================================ */
.skeleton-image[b-0yeq37pixg] {
    width: 100%;
    height: 200px;
    border-radius: 0.5rem;
}

/* ============================================
   SKELETON CARD
   ============================================ */
.skeleton-card[b-0yeq37pixg] {
    background: var(--card-bg, #ffffff);
    border-radius: 0.75rem;
    padding: 1.25rem;
    box-shadow: var(--shadow, 0 2px 8px rgba(0, 0, 0, 0.08));
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-card-header[b-0yeq37pixg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-card-info[b-0yeq37pixg] {
    flex: 1;
}

.skeleton-card-body[b-0yeq37pixg] {
    margin-bottom: 1rem;
}

.skeleton-card-footer[b-0yeq37pixg] {
    display: flex;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, #e5e7eb);
}

/* ============================================
   SKELETON TABLE
   ============================================ */
.skeleton-table[b-0yeq37pixg] {
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-table-header[b-0yeq37pixg] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: var(--hover-bg, rgba(0, 0, 0, 0.04));
}

.skeleton-table-header .skeleton-table-cell[b-0yeq37pixg] {
    height: 1rem;
}

.skeleton-table-row[b-0yeq37pixg] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-table-row:last-child[b-0yeq37pixg] {
    border-bottom: none;
}

.skeleton-table-cell[b-0yeq37pixg] {
    flex: 1;
    height: 0.875rem;
}

/* ============================================
   SKELETON LIST
   ============================================ */
.skeleton-list[b-0yeq37pixg] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.skeleton-list-item[b-0yeq37pixg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--card-bg, #ffffff);
    border-radius: 0.5rem;
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-list-content[b-0yeq37pixg] {
    flex: 1;
}

/* ============================================
   SKELETON FORM
   ============================================ */
.skeleton-form[b-0yeq37pixg] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.skeleton-form-group[b-0yeq37pixg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skeleton-form-actions[b-0yeq37pixg] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

/* ============================================
   SKELETON PROFILE
   ============================================ */
.skeleton-profile[b-0yeq37pixg] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--card-bg, #ffffff);
    border-radius: 0.75rem;
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-profile-info[b-0yeq37pixg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* ============================================
   SKELETON STATS
   ============================================ */
.skeleton-stats[b-0yeq37pixg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.skeleton-stat-card[b-0yeq37pixg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    background: var(--card-bg, #ffffff);
    border-radius: 0.75rem;
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-stat-icon[b-0yeq37pixg] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}

.skeleton-stat-value[b-0yeq37pixg] {
    height: 2rem;
    width: 60%;
}

.skeleton-stat-label[b-0yeq37pixg] {
    height: 0.875rem;
    width: 80%;
}

/* ============================================
   DARK THEME SUPPORT
   ============================================ */
[data-theme="dark"] .skeleton[b-0yeq37pixg],
[data-bs-theme="dark"] .skeleton[b-0yeq37pixg] {
    --skeleton-base: rgba(255, 255, 255, 0.08);
    --skeleton-shine: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .skeleton-card[b-0yeq37pixg],
[data-bs-theme="dark"] .skeleton-card[b-0yeq37pixg],
[data-theme="dark"] .skeleton-list-item[b-0yeq37pixg],
[data-bs-theme="dark"] .skeleton-list-item[b-0yeq37pixg],
[data-theme="dark"] .skeleton-profile[b-0yeq37pixg],
[data-bs-theme="dark"] .skeleton-profile[b-0yeq37pixg],
[data-theme="dark"] .skeleton-stat-card[b-0yeq37pixg],
[data-bs-theme="dark"] .skeleton-stat-card[b-0yeq37pixg] {
    background: var(--card-bg, #1e2328);
    border-color: var(--border-color, #2d3339);
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
.visually-hidden[b-0yeq37pixg] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .skeleton[b-0yeq37pixg] {
        animation: none;
        background: var(--skeleton-base, rgba(0, 0, 0, 0.08));
    }
}
/* /Components/Shared/QuickGridFilter.razor.rz.scp.css */
.quick-grid-filter-container[b-46v0v2c8zs] {
    display: inline-block;
}

/* Responsive adjustments for filter button */
@media (max-width: 767px) {
    .quick-grid-filter-container .dropdown-toggle[b-46v0v2c8zs] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }
    
    .quick-grid-filter-container .filter-dropdown[b-46v0v2c8zs] {
        min-width: 280px;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        max-width: calc(100vw - 1rem);
        margin: 0.5rem 0;
    }
    
    .quick-grid-filter-container .filter-content[b-46v0v2c8zs] {
        max-height: calc(100vh - 200px);
    }
}

@media (max-width: 641px) {
    .quick-grid-filter-container .filter-dropdown[b-46v0v2c8zs] {
        left: 0 !important;
        right: auto !important;
        transform: none !important;
        width: min(320px, calc(100vw - 1rem));
        max-width: calc(100vw - 1rem);
    }
}

@media (max-width: 575px) {
    .quick-grid-filter-container .filter-dropdown[b-46v0v2c8zs] {
        min-width: 260px;
        max-width: calc(100vw - 1rem);
    }
    
    .quick-grid-filter-container .dropdown-toggle[b-46v0v2c8zs] {
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
    }
    
    .quick-grid-filter-container .dropdown-toggle .bi[b-46v0v2c8zs] {
        font-size: 0.8rem;
    }
}

/* Ensure dropdown appears below button on small screens */
@media (max-width: 991px) {
    .quick-grid-filter-container[b-46v0v2c8zs] {
        position: relative;
    }
    
    .quick-grid-filter-container .dropdown[b-46v0v2c8zs] {
        position: static;
    }
}

.quick-grid-filter-container .dropdown-toggle[b-46v0v2c8zs] {
    position: relative;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 7px;
    transition: all 0.2s ease-in-out;
}

.quick-grid-filter-container .dropdown-toggle:hover[b-46v0v2c8zs] {
    background-color: var(--bs-secondary);
    color: white;
}

.quick-grid-filter-container .dropdown-toggle.has-active-filters[b-46v0v2c8zs] {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
}

.quick-grid-filter-container .dropdown-toggle .badge[b-46v0v2c8zs] {
    font-size: 0.7rem;
    padding: 0.15em 0.4em;
}

.quick-grid-filter-container .filter-dropdown[b-46v0v2c8zs] {
    min-width: 320px;
    max-width: 400px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

/* Ensure dropdown aligns to the right on larger screens */
@media (min-width: 992px) {
    .quick-grid-filter-container .filter-dropdown[b-46v0v2c8zs] {
        right: 0 !important;
        left: auto !important;
    }
}

/* Ensure dropdown stays within viewport on all screen sizes */
.quick-grid-filter-container .dropdown-menu[b-46v0v2c8zs] {
    position: absolute !important;
}

/* On smaller screens, adjust dropdown position */
@media (max-width: 991px) {
    .quick-grid-filter-container .filter-dropdown[b-46v0v2c8zs] {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        max-width: calc(100vw - 2rem);
        margin-top: 0.5rem;
    }
}

.quick-grid-filter-container .filter-content[b-46v0v2c8zs] {
    max-height: 500px;
    overflow-y: auto;
}

.quick-grid-filter-container .filter-chip[b-46v0v2c8zs] {
    background-color: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 0.5rem;
    font-size: 0.875rem;
}

.quick-grid-filter-container .filter-group[b-46v0v2c8zs] {
    background-color: var(--bs-body-bg);
    border: 1px dashed var(--bs-primary) !important;
    position: relative;
}

.quick-grid-filter-container .filter-group .filter-chip[b-46v0v2c8zs] {
    margin-bottom: 0.25rem;
}

/* Enhanced styling for OR groups */
.quick-grid-filter-container .filter-group.bg-light[b-46v0v2c8zs] {
    background-color: rgba(13, 110, 253, 0.05) !important;
    border: 2px solid rgba(13, 110, 253, 0.3) !important;
    border-radius: 0.5rem !important;
}

.quick-grid-filter-container .filter-group-header[b-46v0v2c8zs] {
    border-bottom: 1px solid rgba(13, 110, 253, 0.2);
    padding-bottom: 0.25rem;
}

.quick-grid-filter-container .filter-group-header i[b-46v0v2c8zs] {
    color: var(--bs-primary);
}

/* Badge styling for AND/OR operators */
.quick-grid-filter-container .badge.bg-info[b-46v0v2c8zs] {
    background-color: #0dcaf0 !important;
    padding: 0.35em 0.65em;
    font-weight: 600;
    font-size: 0.75rem;
}

.quick-grid-filter-container .badge.bg-warning[b-46v0v2c8zs] {
    background-color: #ffc107 !important;
    padding: 0.35em 0.65em;
    font-weight: 600;
    font-size: 0.75rem;
    color: #000 !important;
}

.quick-grid-filter-container .badge.bg-secondary[b-46v0v2c8zs] {
    background-color: #6c757d !important;
    padding: 0.25em 0.5em;
    font-weight: 600;
    font-size: 0.7rem;
}

.quick-grid-filter-container .badge.bg-primary[b-46v0v2c8zs] {
    background-color: #0d6efd !important;
    padding: 0.25em 0.5em;
    font-weight: 600;
    font-size: 0.7rem;
    color: white !important;
}

/* Alert styling within filter dropdown */
.quick-grid-filter-container .alert[b-46v0v2c8zs] {
    border-radius: 0.375rem;
    margin-bottom: 0.75rem;
}

.quick-grid-filter-container .alert-info[b-46v0v2c8zs] {
    background-color: rgba(13, 202, 240, 0.1);
    border: 1px solid rgba(13, 202, 240, 0.3);
    color: var(--bs-body-color);
}

/* Filter mode selection styling */
.quick-grid-filter-container .filter-mode-selection .btn-group[b-46v0v2c8zs] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quick-grid-filter-container .filter-mode-selection .btn[b-46v0v2c8zs] {
    font-weight: 600;
    transition: all 0.2s ease;
}

.quick-grid-filter-container .filter-mode-selection .btn:hover[b-46v0v2c8zs] {
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.quick-grid-filter-container .filter-chip strong[b-46v0v2c8zs] {
    color: var(--bs-body-color);
    font-weight: 600;
}

.quick-grid-filter-container .filter-chip .text-primary[b-46v0v2c8zs] {
    font-weight: 500;
}

.quick-grid-filter-container .filter-form[b-46v0v2c8zs] {
    animation: slideDown-b-46v0v2c8zs 0.2s ease-out;
}

@keyframes slideDown-b-46v0v2c8zs {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.quick-grid-filter-container .active-filters[b-46v0v2c8zs] {
    animation: fadeIn-b-46v0v2c8zs 0.2s ease-out;
}

@keyframes fadeIn-b-46v0v2c8zs {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.quick-grid-filter-container .form-label[b-46v0v2c8zs] {
    margin-bottom: 0.25rem;
    font-weight: 500;
    color: var(--bs-secondary);
}

.quick-grid-filter-container .btn-link[b-46v0v2c8zs] {
    text-decoration: none;
}

.quick-grid-filter-container .btn-link:hover[b-46v0v2c8zs] {
    text-decoration: underline;
}

/* Dark mode support */
[data-bs-theme="dark"] .quick-grid-filter-container .filter-dropdown[b-46v0v2c8zs] {
    background-color: var(--bs-dark);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .quick-grid-filter-container .filter-chip[b-46v0v2c8zs] {
    background-color: var(--bs-dark);
    border-color: var(--bs-border-color);
}

[data-bs-theme="dark"] .quick-grid-filter-container .dropdown-toggle.has-active-filters[b-46v0v2c8zs] {
    background-color: var(--bs-primary-bg-subtle);
    border-color: var(--bs-primary);
}

[data-bs-theme="dark"] .quick-grid-filter-container .filter-group.bg-light[b-46v0v2c8zs] {
    background-color: rgba(74, 158, 255, 0.1) !important;
    border-color: rgba(74, 158, 255, 0.4) !important;
}

[data-bs-theme="dark"] .quick-grid-filter-container .filter-group-header[b-46v0v2c8zs] {
    border-bottom-color: rgba(74, 158, 255, 0.3);
}

[data-theme="dark"] .quick-grid-filter-container .filter-group.bg-light[b-46v0v2c8zs] {
    background-color: rgba(74, 158, 255, 0.1) !important;
    border-color: rgba(74, 158, 255, 0.4) !important;
}

[data-theme="dark"] .quick-grid-filter-container .filter-group-header[b-46v0v2c8zs] {
    border-bottom-color: rgba(74, 158, 255, 0.3);
}

[data-theme="dark"] .quick-grid-filter-container .alert-info[b-46v0v2c8zs],
[data-bs-theme="dark"] .quick-grid-filter-container .alert-info[b-46v0v2c8zs] {
    background-color: rgba(13, 202, 240, 0.15);
    border-color: rgba(13, 202, 240, 0.4);
    color: var(--bs-body-color);
}

/* Responsive design */
@media (max-width: 641px) {
    .quick-grid-filter-container .filter-dropdown[b-46v0v2c8zs] {
        min-width: 280px;
        max-width: 90vw;
        left: 149px !important;
    }
}

@media (min-width: 641px) and (max-width:991px) {
    .quick-grid-filter-container .filter-dropdown[b-46v0v2c8zs] {
        left: 147.368px !important;
    }
}
/* /Components/Shared/SweetAlert.razor.rz.scp.css */
/* SweetAlert2 CSS - Pure Blazor Implementation - Compact & Modern */

.swal2-container[b-cgyhr0ixd0] {
    display: flex;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625rem;
    overflow-x: hidden;
    transition: background-color .2s ease;
    background-color: transparent;
}

.swal2-backdrop-show[b-cgyhr0ixd0] {
    background-color: rgba(0, 0, 0, 0.12);
    backdrop-filter: none;
}

/* Dark theme backdrop */
[data-theme="dark"] .swal2-backdrop-show[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-backdrop-show[b-cgyhr0ixd0] {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(1px);
}

.swal2-center[b-cgyhr0ixd0] {
    align-items: center;
}

.swal2-popup[b-cgyhr0ixd0] {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 28rem;
    max-width: 100%;
    padding: 0 0 0.875rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    background: #ffffff;
    color: #1f2937;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9375rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* Dark theme popup */
[data-theme="dark"] .swal2-popup[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-popup[b-cgyhr0ixd0] {
    background: linear-gradient(145deg, #1e2530 0%, #252b38 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e4e8f0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 4px 12px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
}


.swal2-show[b-cgyhr0ixd0] {
    display: grid;
    animation: swal2-show-b-cgyhr0ixd0 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes swal2-show-b-cgyhr0ixd0 {
    0% {
        transform: scale(0.8) translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.swal2-title[b-cgyhr0ixd0] {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.5rem 1.25rem 0;
    color: #111827;
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    line-height: 1.3;
}

[data-theme="dark"] .swal2-title[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-title[b-cgyhr0ixd0] {
    color: #f3f4f6;
}

.swal2-html-container[b-cgyhr0ixd0] {
    z-index: 1;
    justify-content: center;
    margin: 0.5rem 1.25rem 0.25rem;
    padding: 0;
    overflow: auto;
    color: #4b5563;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
}

[data-theme="dark"] .swal2-html-container[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-html-container[b-cgyhr0ixd0] {
    color: #d1d5db;
}

.swal2-icon[b-cgyhr0ixd0] {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    margin: 1.25rem auto 0.5rem;
    border: 0.1875rem solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 3.75rem;
    cursor: default;
    user-select: none;
}

.swal2-icon-show[b-cgyhr0ixd0] {
    display: flex;
    animation: swal2-animate-icon-b-cgyhr0ixd0 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes swal2-animate-icon-b-cgyhr0ixd0 {
    0% {
        transform: scale(0) rotateZ(-45deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.1) rotateZ(10deg);
    }
    100% {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }
}



/* Success Icon - Modern gradient style */
.swal2-icon.swal2-success[b-cgyhr0ixd0] {
    border-color: #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.1) 100%);
    color: #10b981;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1);
}

[data-theme="dark"] .swal2-icon.swal2-success[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-icon.swal2-success[b-cgyhr0ixd0] {
    border-color: #34d399;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(52, 211, 153, 0.15) 100%);
    color: #34d399;
    box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.15);
}

.swal2-success-circular-line-left[b-cgyhr0ixd0],
.swal2-success-circular-line-right[b-cgyhr0ixd0] {
    position: absolute;
    width: 2.8125rem;
    height: 5.625rem;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-success-circular-line-left[b-cgyhr0ixd0] {
    top: -0.328rem;
    left: -1.547rem;
    transform: rotate(-45deg);
    transform-origin: 2.8125rem 2.8125rem;
    border-radius: 5.625rem 0 0 5.625rem;
}

.swal2-success-circular-line-right[b-cgyhr0ixd0] {
    top: -0.516rem;
    left: 1.406rem;
    transform: rotate(-45deg);
    transform-origin: 0 2.8125rem;
    border-radius: 0 5.625rem 5.625rem 0;
}

.swal2-success-ring[b-cgyhr0ixd0] {
    position: absolute;
    z-index: 2;
    top: -0.1875rem;
    left: -0.1875rem;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: 0.1875rem solid rgba(16, 185, 129, 0.2);
    border-radius: 50%;
}

[data-theme="dark"] .swal2-success-ring[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-success-ring[b-cgyhr0ixd0] {
    border-color: rgba(52, 211, 153, 0.25);
}

.swal2-success-fix[b-cgyhr0ixd0] {
    position: absolute;
    z-index: 1;
    top: 0.375rem;
    left: 1.219rem;
    width: 0.328rem;
    height: 4.219rem;
    transform: rotate(-45deg);
}

.swal2-success-line-tip[b-cgyhr0ixd0] {
    position: absolute;
    z-index: 2;
    top: 2.156rem;
    left: 0.656rem;
    width: 1.172rem;
    height: 0.234rem;
    transform: rotate(45deg);
    background-color: #10b981;
    border-radius: 0.094rem;
    animation: swal2-animate-success-line-tip-b-cgyhr0ixd0 0.65s;
}

[data-theme="dark"] .swal2-success-line-tip[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-success-line-tip[b-cgyhr0ixd0] {
    background-color: #34d399;
}

@keyframes swal2-animate-success-line-tip-b-cgyhr0ixd0 {
    0% {
        top: 0.891rem;
        left: 0.047rem;
        width: 0;
    }
    54% {
        top: 0.797rem;
        left: 0.094rem;
        width: 0;
    }
    70% {
        top: 1.641rem;
        left: -0.375rem;
        width: 2.344rem;
    }
    84% {
        top: 2.25rem;
        left: 0.797rem;
        width: 0.797rem;
    }
    100% {
        top: 2.109rem;
        left: 0.656rem;
        width: 1.172rem;
    }
}

.swal2-success-line-long[b-cgyhr0ixd0] {
    position: absolute;
    z-index: 2;
    top: 1.781rem;
    right: 0.375rem;
    width: 2.203rem;
    height: 0.234rem;
    transform: rotate(-45deg);
    background-color: #10b981;
    border-radius: 0.094rem;
    animation: swal2-animate-success-line-long-b-cgyhr0ixd0 0.65s;
}

[data-theme="dark"] .swal2-success-line-long[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-success-line-long[b-cgyhr0ixd0] {
    background-color: #34d399;
}

@keyframes swal2-animate-success-line-long-b-cgyhr0ixd0 {
    0% {
        top: 2.531rem;
        right: 2.156rem;
        width: 0;
    }
    65% {
        top: 2.531rem;
        right: 2.156rem;
        width: 0;
    }
    84% {
        top: 1.641rem;
        right: 0;
        width: 2.578rem;
    }
    100% {
        top: 1.781rem;
        right: 0.375rem;
        width: 2.203rem;
    }
}

/* Error Icon - Enhanced with gradient */
.swal2-icon.swal2-error[b-cgyhr0ixd0] {
    border-color: #ef4444;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(248, 113, 113, 0.1) 100%);
    color: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

[data-theme="dark"] .swal2-icon.swal2-error[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-icon.swal2-error[b-cgyhr0ixd0] {
    border-color: #f87171;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(248, 113, 113, 0.15) 100%);
    color: #f87171;
    box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.15);
}

.swal2-x-mark[b-cgyhr0ixd0] {
    position: relative;
    display: block;
    flex-grow: 1;
}

.swal2-x-mark-line-left[b-cgyhr0ixd0],
.swal2-x-mark-line-right[b-cgyhr0ixd0] {
    position: absolute;
    top: 1.734rem;
    width: 2.203rem;
    height: 0.234rem;
    background-color: #ef4444;
    border-radius: 0.094rem;
}

[data-theme="dark"] .swal2-x-mark-line-left[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-x-mark-line-left[b-cgyhr0ixd0],
[data-theme="dark"] .swal2-x-mark-line-right[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-x-mark-line-right[b-cgyhr0ixd0] {
    background-color: #f87171;
}

.swal2-x-mark-line-left[b-cgyhr0ixd0] {
    left: 0.75rem;
    transform: rotate(45deg);
    animation: swal2-animate-error-x-mark-b-cgyhr0ixd0 0.45s;
}

.swal2-x-mark-line-right[b-cgyhr0ixd0] {
    right: 0.75rem;
    transform: rotate(-45deg);
    animation: swal2-animate-error-x-mark-b-cgyhr0ixd0 0.45s;
}

@keyframes swal2-animate-error-x-mark-b-cgyhr0ixd0 {
    0% {
        transform: scale(0.3) rotate(45deg);
        opacity: 0;
    }
    50% {
        transform: scale(0.5) rotate(45deg);
        opacity: 0.5;
    }
    80% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(45deg);
        opacity: 1;
    }
}

/* Warning Icon - Vibrant gradient */
.swal2-icon.swal2-warning[b-cgyhr0ixd0] {
    border-color: #f59e0b;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(251, 191, 36, 0.1) 100%);
    color: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.1);
}

[data-theme="dark"] .swal2-icon.swal2-warning[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-icon.swal2-warning[b-cgyhr0ixd0] {
    border-color: #fbbf24;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(251, 191, 36, 0.15) 100%);
    color: #fbbf24;
    box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.15);
}

.swal2-warning-icon[b-cgyhr0ixd0] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-pulse-warning-b-cgyhr0ixd0 0.85s infinite alternate;
}

@keyframes swal2-pulse-warning-b-cgyhr0ixd0 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.08);
        opacity: 1;
    }
}

/* Info Icon - Modern blue gradient */
.swal2-icon.swal2-info[b-cgyhr0ixd0] {
    border-color: #3b82f6;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(96, 165, 250, 0.1) 100%);
    color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

[data-theme="dark"] .swal2-icon.swal2-info[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-icon.swal2-info[b-cgyhr0ixd0] {
    border-color: #60a5fa;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(96, 165, 250, 0.15) 100%);
    color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.15);
}

.swal2-info-icon[b-cgyhr0ixd0] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-rotate-info-b-cgyhr0ixd0 1s ease-in-out;
}

@keyframes swal2-rotate-info-b-cgyhr0ixd0 {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* Question Icon - Modern purple gradient */
.swal2-icon.swal2-question[b-cgyhr0ixd0] {
    border-color: #8b5cf6;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    color: #8b5cf6;
    box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.1);
}

[data-theme="dark"] .swal2-icon.swal2-question[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-icon.swal2-question[b-cgyhr0ixd0] {
    border-color: #a78bfa;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(167, 139, 250, 0.15) 100%);
    color: #a78bfa;
    box-shadow: 0 0 0 4px rgba(167, 139, 250, 0.15);
}

.swal2-question-icon[b-cgyhr0ixd0] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-bounce-question-b-cgyhr0ixd0 0.6s;
}

@keyframes swal2-bounce-question-b-cgyhr0ixd0 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}


/* Actions (buttons) - Modern & Compact */
.swal2-actions[b-cgyhr0ixd0] {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0.875rem auto 0;
    padding: 0;
    gap: 0.5rem;
}

.swal2-styled[b-cgyhr0ixd0] {
    margin: 0;
    padding: 0.5rem 1.25rem;
    transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    font-size: 0.875rem;
    border: 0;
    border-radius: 0.5rem;
    cursor: pointer;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.swal2-styled:not([disabled]):hover[b-cgyhr0ixd0] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.swal2-styled:not([disabled]):active[b-cgyhr0ixd0] {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.swal2-confirm[b-cgyhr0ixd0] {
    order: 1;
}

.swal2-cancel[b-cgyhr0ixd0] {
    order: 2;
}

.swal2-confirm-success[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
}

.swal2-confirm-success:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

[data-theme="dark"] .swal2-confirm-success[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-confirm-success[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
    box-shadow: 0 2px 8px rgba(52, 211, 153, 0.3);
}

[data-theme="dark"] .swal2-confirm-success:not([disabled]):hover[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-confirm-success:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 12px rgba(52, 211, 153, 0.4);
}

.swal2-confirm-error[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
}

.swal2-confirm-error:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

[data-theme="dark"] .swal2-confirm-error[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-confirm-error[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #f87171 0%, #ef4444 100%);
    box-shadow: 0 2px 8px rgba(248, 113, 113, 0.3);
}

[data-theme="dark"] .swal2-confirm-error:not([disabled]):hover[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-confirm-error:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 4px 12px rgba(248, 113, 113, 0.4);
}

.swal2-confirm-warning[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
}

.swal2-confirm-warning:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

[data-theme="dark"] .swal2-confirm-warning[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-confirm-warning[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
}

[data-theme="dark"] .swal2-confirm-warning:not([disabled]):hover[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-confirm-warning:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.swal2-confirm-info[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
}

.swal2-confirm-info:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

[data-theme="dark"] .swal2-confirm-info[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-confirm-info[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    box-shadow: 0 2px 8px rgba(96, 165, 250, 0.3);
}

[data-theme="dark"] .swal2-confirm-info:not([disabled]):hover[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-confirm-info:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 12px rgba(96, 165, 250, 0.4);
}

.swal2-confirm-question[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: #fff;
}

.swal2-confirm-question:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}

[data-theme="dark"] .swal2-confirm-question[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-confirm-question[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    box-shadow: 0 2px 8px rgba(167, 139, 250, 0.3);
}

[data-theme="dark"] .swal2-confirm-question:not([disabled]):hover[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-confirm-question:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 4px 12px rgba(167, 139, 250, 0.4);
}

.swal2-confirm-default[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #fff;
}

.swal2-confirm-default:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

[data-theme="dark"] .swal2-confirm-default[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-confirm-default[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
    box-shadow: 0 2px 8px rgba(129, 140, 248, 0.3);
}

[data-theme="dark"] .swal2-confirm-default:not([disabled]):hover[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-confirm-default:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    box-shadow: 0 4px 12px rgba(129, 140, 248, 0.4);
}

.swal2-cancel-default[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: #fff;
}

.swal2-cancel-default:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
}

[data-theme="dark"] .swal2-cancel-default[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-cancel-default[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%);
    box-shadow: 0 2px 8px rgba(156, 163, 175, 0.3);
}

[data-theme="dark"] .swal2-cancel-default:not([disabled]):hover[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-cancel-default:not([disabled]):hover[b-cgyhr0ixd0] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    box-shadow: 0 4px 12px rgba(156, 163, 175, 0.4);
}

/* Input - Compact & Modern */
.swal2-input[b-cgyhr0ixd0] {
    box-sizing: border-box;
    width: 100%;
    margin: 0.75rem auto 0.25rem;
    padding: 0.5rem 0.75rem;
    transition: all 0.2s ease;
    border: 1.5px solid #d1d5db;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #1f2937;
    font-size: 0.9375rem;
}

[data-theme="dark"] .swal2-input[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-input[b-cgyhr0ixd0] {
    background: #1f2937;
    border-color: #374151;
    color: #e5e7eb;
}

.swal2-input:focus[b-cgyhr0ixd0] {
    border-color: #3b82f6;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .swal2-input:focus[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-input:focus[b-cgyhr0ixd0] {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.15), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.swal2-input[b-cgyhr0ixd0]::placeholder {
    color: #9ca3af;
}

[data-theme="dark"] .swal2-input[b-cgyhr0ixd0]::placeholder,
[data-bs-theme="dark"] .swal2-input[b-cgyhr0ixd0]::placeholder {
    color: #6b7280;
}

/* Timer progress bar - Modern & Eye-catching */
.swal2-timer-progress-bar-container[b-cgyhr0ixd0] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    grid-column: auto !important;
    height: 0.1875rem;
    overflow: hidden;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    background: rgba(0, 0, 0, 0.05);
}

[data-theme="dark"] .swal2-timer-progress-bar-container[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-timer-progress-bar-container[b-cgyhr0ixd0] {
    background: rgba(255, 255, 255, 0.05);
}

.swal2-timer-progress-bar[b-cgyhr0ixd0] {
    width: 100%;
    height: 0.1875rem;
    background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 100%);
    box-shadow: 0 0 8px rgba(59, 130, 246, 0.5);
}

[data-theme="dark"] .swal2-timer-progress-bar[b-cgyhr0ixd0],
[data-bs-theme="dark"] .swal2-timer-progress-bar[b-cgyhr0ixd0] {
    background: linear-gradient(90deg, #60a5fa 0%, #a78bfa 100%);
    box-shadow: 0 0 12px rgba(96, 165, 250, 0.6);
}

/* /Components/Shared/TakumiHtmlEditor.razor.rz.scp.css */
/* Takumi HTML Editor Styles */

/* Wrapper - Contains editor + dialogs */
.takumi-editor-wrapper[b-vrj5wq09zx] {
    position: relative;
    /* Create positioning context for editor only */
    /* DO NOT add transform, filter, perspective, or will-change - they break fixed positioning for dialogs */
}

.takumi-html-editor[b-vrj5wq09zx] {
    border: 1px solid var(--border-primary);
    border-radius: 4px;
    background: var(--surface-1);
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

/* Info Bar */
.takumi-editor-info-bar[b-vrj5wq09zx] {
    padding: 6px 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 12px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.takumi-editor-info-bar strong[b-vrj5wq09zx] {
    font-weight: 600;
}

.takumi-editor-toolbar[b-vrj5wq09zx] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 8px;
    border-bottom: 1px solid var(--border-primary);
    background: var(--surface-2);
    align-items: center;
}

.takumi-toolbar-group[b-vrj5wq09zx] {
    display: flex;
    gap: 2px;
}

/* Image Resizer Overlay */
.takumi-image-resizer[b-vrj5wq09zx] {
    position: absolute;
    border: 3px solid #3b82f6 !important;
    pointer-events: none;
    z-index: 9999 !important;
    box-sizing: border-box;
    background: transparent !important;
}

.takumi-resizer-handle[b-vrj5wq09zx] {
    position: absolute !important;
    width: 18px !important;
    height: 18px !important;
    background-color: #3b82f6 !important;
    border: 3px solid white !important;
    border-radius: 50% !important;
    pointer-events: auto !important;
    display: block !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5) !important;
    cursor: grab !important;
    z-index: 10000 !important;
}

.takumi-resizer-handle:active[b-vrj5wq09zx] {
    cursor: grabbing !important;
}

.takumi-resizer-handle-nw[b-vrj5wq09zx] { 
    top: -9px !important; 
    left: -9px !important; 
    cursor: nwse-resize !important; 
}

.takumi-resizer-handle-ne[b-vrj5wq09zx] { 
    top: -9px !important; 
    right: -9px !important; 
    cursor: nesw-resize !important; 
}

.takumi-resizer-handle-sw[b-vrj5wq09zx] { 
    bottom: -9px !important; 
    left: -9px !important; 
    cursor: nesw-resize !important; 
}

.takumi-resizer-handle-se[b-vrj5wq09zx] { 
    bottom: -9px !important; 
    right: -9px !important; 
    cursor: nwse-resize !important; 
}

.takumi-resizer-delete[b-vrj5wq09zx] {
    position: absolute;
    top: -32px;
    right: 0;
    background: #ef4444;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 4px;
}

.takumi-resizer-delete[b-vrj5wq09zx]::before {
    content: '✕';
    font-size: 10px;
}

.takumi-resizer-delete:hover[b-vrj5wq09zx] {
    background: #dc2626;
}

.takumi-toolbar-separator[b-vrj5wq09zx] {
    width: 1px;
    height: 24px;
    background: var(--border-secondary);
    margin: 0 4px;
}

.takumi-toolbar-btn[b-vrj5wq09zx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: var(--text-primary);
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
}

.takumi-toolbar-btn:hover[b-vrj5wq09zx] {
    background: var(--surface-hover);
    border-color: var(--border-primary);
}

.takumi-toolbar-btn.active[b-vrj5wq09zx] {
    background: var(--accent-primary);
    color: white;
    border-color: var(--accent-primary);
}

.takumi-toolbar-btn .icon[b-vrj5wq09zx] {
    font-weight: 600;
    font-size: 16px;
}

.takumi-toolbar-btn .icon.italic[b-vrj5wq09zx] {
    font-style: italic;
}

.takumi-toolbar-btn .icon.underline[b-vrj5wq09zx] {
    text-decoration: underline;
}

.takumi-toolbar-btn .icon.strike[b-vrj5wq09zx] {
    text-decoration: line-through;
}

.takumi-toolbar-btn .icon.color[b-vrj5wq09zx] {
    color: #ff0000;
}

.takumi-toolbar-btn .icon.bgcolor[b-vrj5wq09zx] {
    background: linear-gradient(to bottom, transparent 50%, #ffff00 50%);
}

.takumi-toolbar-select[b-vrj5wq09zx] {
    height: 32px;
    padding: 4px 8px;
    border: 1px solid var(--border-primary, rgba(255, 255, 255, 0.15));
    border-radius: 4px;
    background-color: var(--surface-1, #161b22);
    color: var(--text-primary, #f0f6fc);
    font-size: 14px;
    cursor: pointer;
    min-width: 120px;
}

:root[data-theme="dark"] .takumi-toolbar-select[b-vrj5wq09zx],
[data-theme="dark"] .takumi-toolbar-select[b-vrj5wq09zx],
[data-bs-theme="dark"] .takumi-toolbar-select[b-vrj5wq09zx] {
    background-color: #161b22 !important;
    color: #f0f6fc !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

:root[data-theme="light"] .takumi-toolbar-select[b-vrj5wq09zx],
[data-theme="light"] .takumi-toolbar-select[b-vrj5wq09zx],
[data-bs-theme="light"] .takumi-toolbar-select[b-vrj5wq09zx] {
    background-color: #ffffff !important;
    color: #1f2937 !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.takumi-toolbar-select option[b-vrj5wq09zx] {
    background-color: #161b22;
    color: #f0f6fc;
    padding: 6px 12px;
}

:root[data-theme="dark"] .takumi-toolbar-select option[b-vrj5wq09zx],
[data-theme="dark"] .takumi-toolbar-select option[b-vrj5wq09zx],
[data-bs-theme="dark"] .takumi-toolbar-select option[b-vrj5wq09zx] {
    background-color: #161b22 !important;
    color: #f0f6fc !important;
}

:root[data-theme="light"] .takumi-toolbar-select option[b-vrj5wq09zx],
[data-theme="light"] .takumi-toolbar-select option[b-vrj5wq09zx],
[data-bs-theme="light"] .takumi-toolbar-select option[b-vrj5wq09zx] {
    background-color: #ffffff !important;
    color: #1f2937 !important;
}

.takumi-toolbar-select.takumi-toolbar-select-small[b-vrj5wq09zx] {
    min-width: 70px;
}

.takumi-toolbar-select:focus[b-vrj5wq09zx] {
    outline: 2px solid var(--bg-primary);
    outline-offset: 2px;
}

.takumi-editor-content[b-vrj5wq09zx] {
    flex: 1;
    padding: 16px;
    overflow: auto;
    min-height: 200px;
    max-height: 600px;
    color: var(--text-primary);
    font-size: 14px;
    line-height: 1.6;
    resize: vertical;
}

.takumi-editor-content:focus[b-vrj5wq09zx] {
    outline: none;
}

.takumi-editor-content table[b-vrj5wq09zx] {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}

.takumi-editor-content table td[b-vrj5wq09zx],
.takumi-editor-content table th[b-vrj5wq09zx] {
    border: 1px solid var(--border-primary);
    padding: 8px;
}

.takumi-editor-content table th[b-vrj5wq09zx] {
    background: var(--surface-2);
    font-weight: 600;
}

/* Image styles */
.takumi-editor-content img[b-vrj5wq09zx] {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    display: inline-block;
    margin: 8px 0;
}

.takumi-editor-content img[data-resizable="true"][b-vrj5wq09zx] {
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

.takumi-editor-content img[data-resizable="true"]:hover[b-vrj5wq09zx] {
    border-color: rgba(59, 130, 246, 0.3);
}

.takumi-editor-content blockquote[b-vrj5wq09zx] {
    border-left: 4px solid var(--border-primary);
    padding-left: 16px;
    margin: 16px 0;
    color: var(--text-secondary);
}

.takumi-editor-content pre[b-vrj5wq09zx] {
    background: var(--surface-3);
    border: 1px solid var(--border-secondary);
    border-radius: 4px;
    padding: 12px;
    overflow-x: auto;
    font-family: 'Courier New', monospace;
}

.takumi-editor-content code[b-vrj5wq09zx] {
    background: var(--surface-3);
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
}

.takumi-editor-source[b-vrj5wq09zx] {
    flex: 1;
    padding: 16px;
    border: none;
    background: var(--surface-3);
    color: var(--text-primary);
    font-family: 'Courier New', monospace;
    font-size: 13px;
    resize: vertical;
    overflow: auto;
    min-height: 200px;
    max-height: 600px;
}

.takumi-editor-source:focus[b-vrj5wq09zx] {
    outline: none;
}

/* Dialogs */
.takumi-dialog-overlay[b-vrj5wq09zx] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999 !important;
    /* Extremely high z-index to ensure it's above everything */
    overflow-y: auto;
    /* Allow scrolling if dialog is taller than viewport */
}

.takumi-dialog[b-vrj5wq09zx] {
    background: var(--surface-1);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: calc(90% - 40px);
    /* Account for 20px padding on each side */
    max-width: 500px;
    max-height: calc(100vh - 40px);
    /* Account for 20px padding top and bottom */
    display: flex;
    flex-direction: column;
    position: fixed !important;
    /* Fixed positioning to always appear in viewport center */
    top: 50% !important;
    /* Center vertically on screen */
    left: 50% !important;
    /* Center horizontally on screen */
    transform: translate(-50%, -50%) !important;
    /* Offset by half width/height for true centering */
    z-index: 100000 !important;
    /* Above overlay - extremely high to ensure visibility */
}

.takumi-dialog.takumi-dialog-small[b-vrj5wq09zx] {
    max-width: 400px;
}

.takumi-dialog-header[b-vrj5wq09zx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-primary);
}

.takumi-dialog-header h3[b-vrj5wq09zx] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
}

.takumi-dialog-close[b-vrj5wq09zx] {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: var(--text-secondary);
    font-size: 24px;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.takumi-dialog-close:hover[b-vrj5wq09zx] {
    background: var(--surface-hover);
    color: var(--text-primary);
}

.takumi-dialog-body[b-vrj5wq09zx] {
    padding: 20px;
    overflow-y: auto;
    max-height: calc(100vh - 180px);
    /* Reserve space for header, footer, and overlay padding */
    flex-shrink: 1;
    /* Allow body to shrink if needed */
}

.takumi-field[b-vrj5wq09zx] {
    margin-bottom: 16px;
}

.takumi-field label[b-vrj5wq09zx] {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    color: var(--text-primary);
}

.takumi-field input[type="text"][b-vrj5wq09zx],
.takumi-field input[type="number"][b-vrj5wq09zx],
.takumi-field input[type="color"][b-vrj5wq09zx],
.takumi-field input[type="file"][b-vrj5wq09zx] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--border-primary);
    border-radius: 4px;
    background: var(--surface-1);
    color: var(--text-primary);
    font-size: 14px;
}

.takumi-field input[type="file"][b-vrj5wq09zx] {
    padding: 6px 8px;
    cursor: pointer;
}

.takumi-field input[type="file"][b-vrj5wq09zx]::file-selector-button {
    padding: 6px 12px;
    margin-right: 10px;
    border: 1px solid var(--border-primary);
    border-radius: 4px;
    background: var(--surface-2);
    color: var(--text-primary);
    cursor: pointer;
    font-size: 13px;
}

.takumi-field input[type="file"][b-vrj5wq09zx]::file-selector-button:hover {
    background: var(--surface-hover);
}

.takumi-field input:focus[b-vrj5wq09zx] {
    outline: 2px solid var(--bg-primary);
    outline-offset: 2px;
}

.takumi-field-checkbox[b-vrj5wq09zx] {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.takumi-field-checkbox label[b-vrj5wq09zx] {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--text-primary);
}

.takumi-field-checkbox input[type="checkbox"][b-vrj5wq09zx] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.takumi-uploading[b-vrj5wq09zx] {
    display: inline-block;
    margin-top: 8px;
    color: var(--text-secondary);
    font-size: 13px;
}

.takumi-dialog-footer[b-vrj5wq09zx] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 16px 20px;
    border-top: 1px solid var(--border-primary);
    flex-shrink: 0;
    /* Never allow footer to be compressed */
}

.takumi-dialog-footer .takumi-btn-primary[b-vrj5wq09zx],
.takumi-dialog-footer .takumi-btn-secondary[b-vrj5wq09zx] {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-block;
    visibility: visible !important;
    opacity: 1 !important;
}

.takumi-dialog-footer .takumi-btn-primary[b-vrj5wq09zx] {
    background: #3b82f6;
    color: white !important;
    border: 1px solid var(--bg-primary);
}

.takumi-dialog-footer .takumi-btn-primary:disabled[b-vrj5wq09zx] {
    background: var(--surface-2);
    border-color: var(--border-primary);
    color: var(--text-secondary) !important;
    cursor: not-allowed;
    opacity: 0.5;
}

.takumi-dialog-footer .takumi-btn-primary:not(:disabled):hover[b-vrj5wq09zx] {
    background: var(--bg-primary-hover, #1d4ed8);
}

.takumi-dialog-footer .takumi-btn-primary:hover[b-vrj5wq09zx] {
    opacity: 0.9;
}

.takumi-dialog-footer .takumi-btn-primary:not(:disabled):hover[b-vrj5wq09zx] {
    background: var(--bg-primary-hover, #1d4ed8);
}

.takumi-dialog-footer .takumi-btn-secondary[b-vrj5wq09zx] {
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--border-primary);
}

.takumi-dialog-footer .takumi-btn-secondary:hover[b-vrj5wq09zx] {
    background: var(--surface-hover);
}

.takumi-color-grid[b-vrj5wq09zx] {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 6px;
    margin-bottom: 16px;
}

.takumi-color-btn[b-vrj5wq09zx] {
    width: 32px;
    height: 32px;
    border: 2px solid var(--border-primary);
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    position: relative;
}

/* Custom color picker input styling */
input[type="color"].takumi-custom-color-input[b-vrj5wq09zx],
#takumi-custom-text-color-input[b-vrj5wq09zx],
#takumi-custom-bg-color-input[b-vrj5wq09zx] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 2px solid var(--border-primary);
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    overflow: hidden;
}

input[type="color"].takumi-custom-color-input[b-vrj5wq09zx]::-webkit-color-swatch-wrapper,
#takumi-custom-text-color-input[b-vrj5wq09zx]::-webkit-color-swatch-wrapper,
#takumi-custom-bg-color-input[b-vrj5wq09zx]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"].takumi-custom-color-input[b-vrj5wq09zx]::-webkit-color-swatch,
#takumi-custom-text-color-input[b-vrj5wq09zx]::-webkit-color-swatch,
#takumi-custom-bg-color-input[b-vrj5wq09zx]::-webkit-color-swatch {
    border: none;
    border-radius: 2px;
}

input[type="color"].takumi-custom-color-input[b-vrj5wq09zx]::-moz-color-swatch,
#takumi-custom-text-color-input[b-vrj5wq09zx]::-moz-color-swatch,
#takumi-custom-bg-color-input[b-vrj5wq09zx]::-moz-color-swatch {
    border: none;
    border-radius: 2px;
}

input[type="color"].takumi-custom-color-input:hover[b-vrj5wq09zx],
#takumi-custom-text-color-input:hover[b-vrj5wq09zx],
#takumi-custom-bg-color-input:hover[b-vrj5wq09zx] {
    transform: scale(1.05);
    border-color: var(--bg-primary);
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

input[type="color"].takumi-custom-color-input:active[b-vrj5wq09zx],
#takumi-custom-text-color-input:active[b-vrj5wq09zx],
#takumi-custom-bg-color-input:active[b-vrj5wq09zx] {
    transform: scale(0.98);
}

.takumi-color-btn:hover[b-vrj5wq09zx] {
    transform: scale(1.1);
    border-color: var(--bg-primary);
}

.takumi-color-btn.selected[b-vrj5wq09zx] {
    border-color: var(--bg-primary);
    border-width: 3px;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
    transform: scale(1.05);
}

.takumi-color-btn.selected[b-vrj5wq09zx]::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}

.takumi-color-preview[b-vrj5wq09zx] {
    margin-top: 16px;
    padding: 12px;
    border: 1px solid var(--border-primary);
    border-radius: 4px;
    background: var(--surface-2);
}

.takumi-color-preview span[b-vrj5wq09zx] {
    font-size: 14px;
    font-weight: 500;
}

/* Dark theme support */
:root[data-theme="dark"] .takumi-html-editor[b-vrj5wq09zx] {
    border-color: var(--border-primary);
}

:root[data-theme="dark"] .takumi-toolbar-btn[b-vrj5wq09zx] {
    color: var(--text-primary);
}

:root[data-theme="dark"] .takumi-toolbar-btn:hover[b-vrj5wq09zx] {
    background: var(--surface-hover);
}

:root[data-theme="dark"] .takumi-toolbar-btn.active[b-vrj5wq09zx] {
    background: var(--accent-primary);
    color: white;
}

:root[data-theme="dark"] .takumi-editor-content table th[b-vrj5wq09zx] {
    background: var(--surface-3);
}

:root[data-theme="dark"] .takumi-dialog-overlay[b-vrj5wq09zx] {
    background: rgba(0, 0, 0, 0.7);
}

/* Responsive */
@media (max-width: 768px) {
    .takumi-editor-toolbar[b-vrj5wq09zx] {
        gap: 2px;
        padding: 6px;
    }

    .takumi-toolbar-btn[b-vrj5wq09zx] {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .takumi-toolbar-select[b-vrj5wq09zx] {
        height: 28px;
        font-size: 13px;
    }

    .takumi-dialog[b-vrj5wq09zx] {
        width: calc(95% - 20px);
        /* Account for 10px padding on each side */
        max-width: 95%;
        max-height: calc(100vh - 20px);
        /* Account for 10px padding top and bottom */
    }
}

@media (max-width: 480px) {
    .takumi-dialog[b-vrj5wq09zx] {
        width: calc(98% - 10px);
        /* Account for 5px padding on each side */
        max-width: 98%;
        max-height: calc(100vh - 10px);
        /* Account for 5px padding top and bottom */
    }
}

/* Resizable Editor Content */
.takumi-editor-content--resizable[b-vrj5wq09zx] {
    resize: vertical;
    overflow: auto;
}

/* Fullscreen Mode */
.takumi-html-editor--fullscreen[b-vrj5wq09zx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999;
    border-radius: 0;
    margin: 0;
}

.takumi-html-editor--fullscreen .takumi-editor-content[b-vrj5wq09zx] {
    min-height: calc(100vh - 150px);
    max-height: calc(100vh - 150px);
}

.takumi-html-editor--fullscreen .takumi-editor-source[b-vrj5wq09zx] {
    min-height: calc(100vh - 150px);
    max-height: calc(100vh - 150px);
}

/* Resizable Images */
.takumi-editor-content img[b-vrj5wq09zx] {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
/* /Components/Shared/Toast.razor.rz.scp.css */
.blazor-toast[b-4zj3ryx3lu] {
    display: flex;
    align-items: flex-start;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5), 0 8px 10px -6px rgba(0, 0, 0, 0.3);
    margin-bottom: 12px;
    width: 350px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blazor-toast:hover[b-4zj3ryx3lu] {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.6);
}

.blazor-toast-success[b-4zj3ryx3lu] {
    background: linear-gradient(135deg, rgba(22, 163, 74, 0.8), rgba(21, 128, 61, 0.9));
}

.blazor-toast-error[b-4zj3ryx3lu] {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.8), rgba(185, 28, 28, 0.9));
}

.blazor-toast-warning[b-4zj3ryx3lu] {
    background: linear-gradient(135deg, rgba(217, 119, 6, 0.8), rgba(180, 83, 9, 0.9));
}

.blazor-toast-info[b-4zj3ryx3lu] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.8), rgba(29, 78, 216, 0.9));
}

.toast-icon[b-4zj3ryx3lu] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-icon svg[b-4zj3ryx3lu] {
    width: 100%;
    height: 100%;
}

.toast-content[b-4zj3ryx3lu] {
    flex: 1;
    min-width: 0;
}

.toast-title[b-4zj3ryx3lu] {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
    line-height: 1.2;
}

.toast-message[b-4zj3ryx3lu] {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.4;
    word-wrap: break-word;
}

.toast-close[b-4zj3ryx3lu] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    margin: -2px 0 0 8px;
    line-height: 1;
    transition: color 0.2s;
}

.toast-close:hover[b-4zj3ryx3lu] {
    color: #ffffff;
}

/* Animations */
.fade-in[b-4zj3ryx3lu] {
    animation: slideInRight-b-4zj3ryx3lu 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

.fade-out[b-4zj3ryx3lu] {
    animation: fadeOutRight-b-4zj3ryx3lu 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes slideInRight-b-4zj3ryx3lu {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeOutRight-b-4zj3ryx3lu {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* ── Timer Progress Bar ──────────────────────────────── */
.toast-progress-bar[b-4zj3ryx3lu] {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0 0 8px 8px;
    transform-origin: left;
    animation: toastShrink-b-4zj3ryx3lu linear forwards;
    /* animation-duration is set inline per toast */
}

/* Pause the timer bar when hovering the toast */
.blazor-toast:hover .toast-progress-bar[b-4zj3ryx3lu] {
    animation-play-state: paused;
}

/* Type-specific progress bar colors */
.blazor-toast-success .toast-progress-bar[b-4zj3ryx3lu] { background: rgba(134, 239, 172, 0.7); }
.blazor-toast-error   .toast-progress-bar[b-4zj3ryx3lu] { background: rgba(252, 165, 165, 0.7); }
.blazor-toast-warning .toast-progress-bar[b-4zj3ryx3lu] { background: rgba(253, 211, 77, 0.7); }
.blazor-toast-info    .toast-progress-bar[b-4zj3ryx3lu] { background: rgba(147, 197, 253, 0.7); }

@keyframes toastShrink-b-4zj3ryx3lu {
    from { transform: scaleX(1); }
    to   { transform: scaleX(0); }
}
/* /Components/Shared/ToastContainer.razor.rz.scp.css */
.blazor-toast-container[b-8iyqdwvog9] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.blazor-toast-container[b-8iyqdwvog9]  .blazor-toast {
    pointer-events: auto;
}
/* /Components/Shared/UniversalDataGrid.razor.rz.scp.css */
/* UniversalDataGrid Common Styles */

.container-fluid[b-wzibwt0q6z] {
    padding: 0;
}

.card-header[b-wzibwt0q6z] {
    padding-bottom: 0.9625rem;
}

/* Responsive header layout */
.card-header .d-flex.justify-content-between[b-wzibwt0q6z] {
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
}

.card-header .d-flex.justify-content-between > *[b-wzibwt0q6z] {
    flex-shrink: 0 !important;
}

/* Ensure filter button stays visible on smaller screens */
@media (max-width: 991px) {
    .card-header .d-flex.justify-content-between[b-wzibwt0q6z] {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .btn-toolbar[b-wzibwt0q6z] {
        width: 100% !important;
        overflow-x: auto !important;
    }
    
    .quick-grid-filter-container[b-wzibwt0q6z] {
        margin-top: 0.5rem;
    }
}

@media (max-width: 767px) {
    .btn-group[b-wzibwt0q6z] {
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        padding-bottom: 0.25rem;
    }
    
    .action-btn[b-wzibwt0q6z] {
        font-size: 0.75rem !important;
        padding: 0.25rem 0.5rem !important;
    }
}

[b-wzibwt0q6z] .quickgrid {
    color: white !important;
    margin: 0 !important;
}

    [b-wzibwt0q6z] .quickgrid .col-title {
        gap: 0.4rem;
        font-weight: bold;
    }

    [b-wzibwt0q6z] .quickgrid .col-title-text {
        color: white !important;
        padding: 6px;
    }

    [b-wzibwt0q6z] .quickgrid .sort-indicator {
        color: #4fc3f7;
    }

    [b-wzibwt0q6z] .quickgrid thead th:first-child {
        border-top-left-radius: 0 !important;
    }

    [b-wzibwt0q6z] .quickgrid thead th:last-child {
        border-top-right-radius: 0 !important;
    }

    /* Prevent header from expanding when filter opens */
    [b-wzibwt0q6z] .quickgrid thead th {
        position: relative !important;
        overflow: visible !important;
        vertical-align: middle !important;
    }

    /* Force the header row to maintain normal height */
    [b-wzibwt0q6z] .quickgrid thead tr {
        height: auto !important;
    }

    /* Selected row color*/
    [b-wzibwt0q6z] .quickgrid tbody tr.selected-row td {
        background-color: #4a9eff87 !important;
    }

    [b-wzibwt0q6z] .quickgrid tbody tr td {
        padding: 2px !important;
    }

/* Loading overlay - overflows parent when needed */
.loading-overlay[b-wzibwt0q6z] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(2px);
}

[data-theme="dark"] .loading-overlay[b-wzibwt0q6z],
[data-bs-theme="dark"] .loading-overlay[b-wzibwt0q6z] {
    background: rgba(15, 20, 25, 0.9);
}

.loading-content[b-wzibwt0q6z] {
    text-align: center;
    padding: 2rem;
}

    .loading-content p[b-wzibwt0q6z] {
        margin: 0;
        color: #6c757d;
        font-size: 0.95rem;
    }

[data-theme="dark"] .loading-content p[b-wzibwt0q6z],
[data-bs-theme="dark"] .loading-content p[b-wzibwt0q6z] {
    color: #adb5bd;
}

[b-wzibwt0q6z] nav button {
    background-color: #adb5bd5c;
}

/* Prevent card body from causing layout shifts */
.card-body[b-wzibwt0q6z] {
    contain: layout style;
}

/* Ensure smooth visual experience during state changes */
.card[b-wzibwt0q6z] {
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Inline Alert - Pill Style */
.grid-inline-alert[b-wzibwt0q6z] {
    padding: 0.375rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 500;
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    height: 31px;
    align-items: center;
}

.grid-inline-alert__icon[b-wzibwt0q6z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    font-size: 0.85rem;
    flex: 0 0 auto;
}

.grid-inline-alert__text[b-wzibwt0q6z] {
    line-height: 1.2;
}

/* Info Alert (Default) */
.grid-inline-alert--info[b-wzibwt0q6z] {
    border: 1px solid rgba(13, 202, 240, 0.4);
    background: rgba(13, 202, 240, 0.12);
    color: var(--bs-body-color);
}

.grid-inline-alert--info .grid-inline-alert__icon[b-wzibwt0q6z] {
    background: rgba(13, 202, 240, 0.25);
    color: #0dcaf0;
}

/* Warning Alert */
.grid-inline-alert--warning[b-wzibwt0q6z] {
    border: 1px solid rgba(255, 193, 7, 0.4);
    background: rgba(255, 193, 7, 0.12);
    color: var(--bs-body-color);
}

.grid-inline-alert--warning .grid-inline-alert__icon[b-wzibwt0q6z] {
    background: rgba(255, 193, 7, 0.25);
    color: #ffc107;
}

/* Danger Alert */
.grid-inline-alert--danger[b-wzibwt0q6z] {
    border: 1px solid rgba(220, 53, 69, 0.4);
    background: rgba(220, 53, 69, 0.12);
    color: var(--bs-body-color);
}

.grid-inline-alert--danger .grid-inline-alert__icon[b-wzibwt0q6z] {
    background: rgba(220, 53, 69, 0.25);
    color: #dc3545;
}

/* Success Alert */
.grid-inline-alert--success[b-wzibwt0q6z] {
    border: 1px solid rgba(25, 135, 84, 0.4);
    background: rgba(25, 135, 84, 0.12);
    color: var(--bs-body-color);
}

.grid-inline-alert--success .grid-inline-alert__icon[b-wzibwt0q6z] {
    background: rgba(25, 135, 84, 0.25);
    color: #198754;
}

/* Dark Theme Adjustments */
[data-bs-theme="dark"] .grid-inline-alert--info[b-wzibwt0q6z] {
    border-color: rgba(13, 202, 240, 0.55);
    background: rgba(13, 202, 240, 0.18);
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.25);
}

[data-bs-theme="dark"] .grid-inline-alert--info .grid-inline-alert__icon[b-wzibwt0q6z] {
    background: rgba(13, 202, 240, 0.3);
    color: #6edff6;
}

[data-bs-theme="dark"] .grid-inline-alert--warning[b-wzibwt0q6z] {
    border-color: rgba(255, 193, 7, 0.55);
    background: rgba(255, 193, 7, 0.18);
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.25);
}

[data-bs-theme="dark"] .grid-inline-alert--warning .grid-inline-alert__icon[b-wzibwt0q6z] {
    background: rgba(255, 193, 7, 0.3);
    color: #ffda6a;
}

[data-bs-theme="dark"] .grid-inline-alert--danger[b-wzibwt0q6z] {
    border-color: rgba(220, 53, 69, 0.55);
    background: rgba(220, 53, 69, 0.18);
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.25);
}

[data-bs-theme="dark"] .grid-inline-alert--danger .grid-inline-alert__icon[b-wzibwt0q6z] {
    background: rgba(220, 53, 69, 0.3);
    color: #ea868f;
}

[data-bs-theme="dark"] .grid-inline-alert--success[b-wzibwt0q6z] {
    border-color: rgba(25, 135, 84, 0.55);
    background: rgba(25, 135, 84, 0.18);
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.25);
}

[data-bs-theme="dark"] .grid-inline-alert--success .grid-inline-alert__icon[b-wzibwt0q6z] {
    background: rgba(25, 135, 84, 0.3);
    color: #75b798;
}

/* Action Buttons Styling */
.btn-group[b-wzibwt0q6z] {
    display: flex !important;
}

.action-btn[b-wzibwt0q6z] {
    border-radius: 0.5rem !important;
    font-weight: 600;
    padding: 0.375rem 0.75rem !important;
    font-size: 0.813rem !important;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-xs[b-wzibwt0q6z] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.2;
}

/* Light Theme - Action Buttons */
.action-btn.btn-primary[b-wzibwt0q6z] {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    border-color: rgba(13, 110, 253, 0.3);
}

    .action-btn.btn-primary:hover:not(:disabled)[b-wzibwt0q6z] {
        background: #0d6efd;
        color: white;
        border-color: #0d6efd;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    }

.action-btn.btn-success[b-wzibwt0q6z] {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
    border-color: rgba(25, 135, 84, 0.3);
}

    .action-btn.btn-success:hover:not(:disabled)[b-wzibwt0q6z] {
        background: #198754;
        color: white;
        border-color: #198754;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
    }

.action-btn.btn-danger[b-wzibwt0q6z] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border-color: rgba(220, 53, 69, 0.3);
}

    .action-btn.btn-danger:hover:not(:disabled)[b-wzibwt0q6z] {
        background: #dc3545;
        color: white;
        border-color: #dc3545;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

.action-btn.btn-warning[b-wzibwt0q6z] {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    border-color: rgba(255, 193, 7, 0.3);
}

    .action-btn.btn-warning:hover:not(:disabled)[b-wzibwt0q6z] {
        background: #ffc107;
        color: #000;
        border-color: #ffc107;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
    }

.action-btn.btn-info[b-wzibwt0q6z] {
    background: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
    border-color: rgba(13, 202, 240, 0.3);
}

    .action-btn.btn-info:hover:not(:disabled)[b-wzibwt0q6z] {
        background: #0dcaf0;
        color: #000;
        border-color: #0dcaf0;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 202, 240, 0.3);
    }

.action-btn.btn-secondary[b-wzibwt0q6z] {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
    border-color: rgba(108, 117, 125, 0.3);
}

    .action-btn.btn-secondary:hover:not(:disabled)[b-wzibwt0q6z] {
        background: #6c757d;
        color: white;
        border-color: #6c757d;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
    }

/* Dark Theme - Action Buttons */
[data-theme="dark"] .action-btn.btn-primary[b-wzibwt0q6z],
[data-bs-theme="dark"] .action-btn.btn-primary[b-wzibwt0q6z] {
    background: rgba(74, 158, 255, 0.15);
    color: #4a9eff;
    border-color: rgba(74, 158, 255, 0.4);
}

    [data-theme="dark"] .action-btn.btn-primary:hover:not(:disabled)[b-wzibwt0q6z],
    [data-bs-theme="dark"] .action-btn.btn-primary:hover:not(:disabled)[b-wzibwt0q6z] {
        background: #4a9eff;
        color: #0f1419;
        border-color: #4a9eff;
    }

[data-theme="dark"] .action-btn.btn-success[b-wzibwt0q6z],
[data-bs-theme="dark"] .action-btn.btn-success[b-wzibwt0q6z] {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
    border-color: rgba(34, 197, 94, 0.4);
}

    [data-theme="dark"] .action-btn.btn-success:hover:not(:disabled)[b-wzibwt0q6z],
    [data-bs-theme="dark"] .action-btn.btn-success:hover:not(:disabled)[b-wzibwt0q6z] {
        background: #22c55e;
        color: #0f1419;
        border-color: #22c55e;
    }

[data-theme="dark"] .action-btn.btn-danger[b-wzibwt0q6z],
[data-bs-theme="dark"] .action-btn.btn-danger[b-wzibwt0q6z] {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.4);
}

    [data-theme="dark"] .action-btn.btn-danger:hover:not(:disabled)[b-wzibwt0q6z],
    [data-bs-theme="dark"] .action-btn.btn-danger:hover:not(:disabled)[b-wzibwt0q6z] {
        background: #ef4444;
        color: #0f1419;
        border-color: #ef4444;
    }

[data-theme="dark"] .action-btn.btn-warning[b-wzibwt0q6z],
[data-bs-theme="dark"] .action-btn.btn-warning[b-wzibwt0q6z] {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
    border-color: rgba(251, 191, 36, 0.4);
}

    [data-theme="dark"] .action-btn.btn-warning:hover:not(:disabled)[b-wzibwt0q6z],
    [data-bs-theme="dark"] .action-btn.btn-warning:hover:not(:disabled)[b-wzibwt0q6z] {
        background: #fbbf24;
        color: #0f1419;
        border-color: #fbbf24;
    }

[data-theme="dark"] .action-btn.btn-info[b-wzibwt0q6z],
[data-bs-theme="dark"] .action-btn.btn-info[b-wzibwt0q6z] {
    background: rgba(34, 211, 238, 0.15);
    color: #22d3ee;
    border-color: rgba(34, 211, 238, 0.4);
}

    [data-theme="dark"] .action-btn.btn-info:hover:not(:disabled)[b-wzibwt0q6z],
    [data-bs-theme="dark"] .action-btn.btn-info:hover:not(:disabled)[b-wzibwt0q6z] {
        background: #22d3ee;
        color: #0f1419;
        border-color: #22d3ee;
    }

[data-theme="dark"] .action-btn.btn-secondary[b-wzibwt0q6z],
[data-bs-theme="dark"] .action-btn.btn-secondary[b-wzibwt0q6z] {
    background: rgba(148, 163, 184, 0.15);
    color: #94a3b8;
    border-color: rgba(148, 163, 184, 0.4);
}

    [data-theme="dark"] .action-btn.btn-secondary:hover:not(:disabled)[b-wzibwt0q6z],
    [data-bs-theme="dark"] .action-btn.btn-secondary:hover:not(:disabled)[b-wzibwt0q6z] {
        background: #94a3b8;
        color: #0f1419;
        border-color: #94a3b8;
    }

/* Disabled State */
.action-btn:disabled[b-wzibwt0q6z] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}

/* Card Styling */
.card[b-wzibwt0q6z] {
    border-radius: 0.5rem;
    /* Reserve space for box-shadow to prevent shift */
    margin: 0.125rem;
    /* Use transform for GPU acceleration */
    transform: translateZ(0);
    will-change: auto;
    /* Isolate rendering */
    contain: layout style;
}

.card-header[b-wzibwt0q6z] {
    padding: 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

/* Empty State */
.text-center i[b-wzibwt0q6z] {
    opacity: 0.5;
}

/* Row Selection Styling */
.clickable-row[b-wzibwt0q6z] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .clickable-row:hover[b-wzibwt0q6z] {
        background-color: #4a9eff30 !important; 
    }

/* Selected row styling with high specificity */
table tbody tr.selected-row[b-wzibwt0q6z],
tbody tr.selected-row[b-wzibwt0q6z] {
    background-color: rgba(13, 110, 253, 0.15) !important; 
}

    /* Ensure selected row takes precedence over hover */
    table tbody tr.selected-row:hover[b-wzibwt0q6z],
    tbody tr.selected-row:hover[b-wzibwt0q6z] {
        background-color: rgba(13, 110, 253, 0.2) !important;
    }

[data-theme="dark"] table tbody tr.selected-row[b-wzibwt0q6z],
[data-theme="dark"] tbody tr.selected-row[b-wzibwt0q6z],
[data-bs-theme="dark"] table tbody tr.selected-row[b-wzibwt0q6z],
[data-bs-theme="dark"] tbody tr.selected-row[b-wzibwt0q6z] {
    background-color: rgba(74, 158, 255, 0.2) !important;
}

    [data-theme="dark"] table tbody tr.selected-row:hover[b-wzibwt0q6z],
    [data-theme="dark"] tbody tr.selected-row:hover[b-wzibwt0q6z],
    [data-bs-theme="dark"] table tbody tr.selected-row:hover[b-wzibwt0q6z],
    [data-bs-theme="dark"] tbody tr.selected-row:hover[b-wzibwt0q6z] {
        background-color: rgba(74, 158, 255, 0.3) !important;
    }

/* Row-level interaction styles */
table tbody tr[b-wzibwt0q6z] {
    cursor: pointer;
}

    table tbody tr td[b-wzibwt0q6z] {
        user-select: none;
    }

/* Override QuickGrid row hover color */
[b-wzibwt0q6z] .quickgrid tbody tr:hover {
    background-color: #4a9eff30 !important; 
}

[b-wzibwt0q6z] .quickgrid tbody tr:hover td {
    background-color: #4a9eff30 !important; 
}

/* Make entire cell clickable */
.cell-clickable[b-wzibwt0q6z] {
    cursor: pointer;
    display: block;
    width: 100%;
    min-height: 100%;
}

/* ============================================
   FIX: Remove Extra Empty Rows in QuickGrid
   ============================================ */

/* Card body needs relative positioning and height to contain absolutely positioned grid */
[b-wzibwt0q6z] .card-body.p-0 {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
}

/* Prevent container from showing stripes when it has more height than content */
[b-wzibwt0q6z] .grid-container {
    background: none !important;
    background-image: none !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Remove extra empty rows styling */
[b-wzibwt0q6z] .quickgrid tbody tr:empty {
    display: none !important;
    height: 0 !important;
}

[b-wzibwt0q6z] .quickgrid tbody tr td:empty:only-child {
    display: none !important;
}

/* Hide placeholder rows that QuickGrid may generate */
[b-wzibwt0q6z] .quickgrid tbody tr:not(:has(td:not(:empty))) {
    display: none !important;
}

/* Remove any rows with only whitespace */
[b-wzibwt0q6z] .quickgrid tbody tr:has(td:empty):not(:has(td:not(:empty))) {
    display: none !important;
}

/* Ensure tbody doesn't have minimum height creating empty space */
[b-wzibwt0q6z] .quickgrid tbody {
    min-height: 0 !important;
    height: auto !important;
}

/* Force table to size to actual content only */
[b-wzibwt0q6z] .quickgrid table {
    height: auto !important;
    min-height: 0 !important;
}

/* Remove striped background that creates visual blank rows when tbody has extra space */
[b-wzibwt0q6z] .quickgrid.table-striped tbody {
    background-image: none !important;
    background-size: 0 !important;
}

/* Remove any spacer or placeholder rows */
[b-wzibwt0q6z] .quickgrid tbody tr[role="presentation"] {
    display: none !important;
    height: 0 !important;
    line-height: 0 !important;
}

[b-wzibwt0q6z] .quickgrid tbody tr.placeholder-row,
[b-wzibwt0q6z] .quickgrid tbody tr.spacer-row {
    display: none !important;
    height: 0 !important;
    line-height: 0 !important;
}

/* Hide any empty TR elements without content */
[b-wzibwt0q6z] .quickgrid tbody tr:not(:has(*)) {
    display: none !important;
}

/* Prevent table-striped from showing stripes beyond actual data rows */
[b-wzibwt0q6z] .quickgrid.table-striped > tbody > tr:nth-of-type(odd):empty {
    background-color: transparent !important;
}

[b-wzibwt0q6z] .quickgrid.table-striped > tbody > tr:nth-of-type(even):empty {
    background-color: transparent !important;
}

/* Remove Bootstrap striped background pattern from showing below data rows */
[b-wzibwt0q6z] .quickgrid.table-striped,
[b-wzibwt0q6z] .table-striped.quickgrid {
    background: transparent !important;
    background-image: none !important;
}

    /* Ensure only actual TR elements with TD content get stripes, not container background */
    [b-wzibwt0q6z] .quickgrid.table-striped tbody,
    [b-wzibwt0q6z] .table-striped.quickgrid tbody {
        background: transparent !important;
        background-image: none !important;
    }

/* Remove any webkit or CSS-generated striping patterns */
[b-wzibwt0q6z] .quickgrid tbody::before,
[b-wzibwt0q6z] .quickgrid tbody::after {
    display: none !important;
    content: none !important;
}
