@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
/* ============================================
   PREMIUM AUTH LAYOUT — Glass top bar
   ============================================ */
.page[b-rywmx5phk2] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--bg-primary);
}

main[b-rywmx5phk2] {
    flex: 1;
    background: var(--bg-primary);
}

.sidebar[b-rywmx5phk2] {
    background: var(--sidebar-bg);
    box-shadow: var(--shadow-lg);
}

.top-row[b-rywmx5phk2] {
    border-bottom: 1px solid var(--border-color);
    justify-content: space-between;
    height: 4rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: all 0.3s ease;
    background: var(--glass-bg);
}

.top-row-content[b-rywmx5phk2] {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.top-row-left[b-rywmx5phk2] {
    display: flex;
    align-items: center;
}

/* Company branding in top navigation bar */
.company-branding-nav[b-rywmx5phk2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.company-logo-nav[b-rywmx5phk2] {
    height: 36px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.08));
}

[data-theme="dark"] .company-logo-nav[b-rywmx5phk2],
[data-bs-theme="dark"] .company-logo-nav[b-rywmx5phk2] {
    filter: drop-shadow(0 1px 3px rgba(255, 255, 255, 0.08));
}

.company-info-nav[b-rywmx5phk2] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1.2;
}

.company-name-nav[b-rywmx5phk2] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.01em;
}

.company-subtitle-nav[b-rywmx5phk2] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.top-row-right[b-rywmx5phk2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

.theme-switcher-container[b-rywmx5phk2] {
    display: flex;
    align-items: center;
}

.top-row[b-rywmx5phk2]  a, .top-row[b-rywmx5phk2]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 500;
    transition: all 0.25s ease;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}

.top-row[b-rywmx5phk2]  a:hover, .top-row[b-rywmx5phk2]  .btn-link:hover {
    background: var(--hover-bg);
    color: var(--primary-color);
    text-decoration: none;
}

.top-row[b-rywmx5phk2]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-rywmx5phk2] {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .top-row-content[b-rywmx5phk2] {
        justify-content: space-between;
    }

    .top-row-left[b-rywmx5phk2] {
        order: 1;
    }

    .top-row-right[b-rywmx5phk2] {
        gap: 0.5rem;
        order: 2;
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rywmx5phk2] {
        flex-direction: row;
    }

    .sidebar[b-rywmx5phk2] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
    }

    .top-row[b-rywmx5phk2] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row.auth[b-rywmx5phk2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rywmx5phk2], article[b-rywmx5phk2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rywmx5phk2] {
    background: linear-gradient(135deg, var(--danger-color) 0%, #991b1b 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.75rem 0.75rem 0 0;
    animation: slideUp-b-rywmx5phk2 0.3s ease;
}

@keyframes slideUp-b-rywmx5phk2 {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

#blazor-error-ui .dismiss[b-rywmx5phk2] {
    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-rywmx5phk2] {
    opacity: 1;
}

#blazor-error-ui .reload[b-rywmx5phk2] {
    color: white;
    text-decoration: underline;
    margin-left: 0.5rem;
    font-weight: 600;
}

#blazor-error-ui .reload:hover[b-rywmx5phk2] {
    text-decoration: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
html[b-jeceaiueon], body[b-jeceaiueon] {
    background-color: var(--bg-primary) !important;
}

.page[b-jeceaiueon] {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100vh;
    overflow: hidden;
    background: var(--bg-primary);
}

main[b-jeceaiueon] {
    flex: 1;
    background: var(--bg-primary);
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100vh;
    overflow: hidden;
}

.sidebar[b-jeceaiueon] {
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #0f172a !important;
}

/* ============================================
   PREMIUM TOP BAR — Glass effect
   ============================================ */
.top-row[b-jeceaiueon] {
    border-bottom: 1px solid var(--border-color);
    justify-content: space-between;
    height: 3rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: all 0.3s ease;
    background: var(--glass-bg);
    box-shadow: var(--shadow-xs);
    position: sticky;
    top: 0;
    z-index: 100;
    flex-shrink: 0;
}

.top-row-content[b-jeceaiueon] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.top-row-left[b-jeceaiueon] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Logo styling */
.company-logo[b-jeceaiueon] {
    height: 2.5rem;
    width: auto;
    object-fit: contain;
    filter: brightness(1.05);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.navbar-brand[b-jeceaiueon] {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.02em;
    text-decoration: none;
    gap: 0.5rem;
    display: none;
    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-jeceaiueon] {
    text-decoration: none;
}

.navbar-title[b-jeceaiueon] {
    transition: opacity 0.3s ease, width 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sidebar toggle wrapper */
.sidebar-toggle-wrapper[b-jeceaiueon] {
    display: flex;
    align-items: center;
}

/* Sidebar toggle arrow button */
[b-jeceaiueon] .sidebar-toggle-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    min-width: 24px;
    min-height: 24px;
    border-radius: 0.5rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

[b-jeceaiueon] .sidebar-toggle-arrow span {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-jeceaiueon] .sidebar-toggle-arrow:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.3);
    background: var(--hover-bg);
}

[b-jeceaiueon] .sidebar-toggle-arrow:active {
    transform: translateY(0);
}

.about-link[b-jeceaiueon] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.25s ease;
    background: transparent;
}

.about-link:hover[b-jeceaiueon] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateY(-1px);
}

.link-icon[b-jeceaiueon] {
    font-size: 1.1rem;
}

.top-row-right[b-jeceaiueon] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.theme-switcher-container[b-jeceaiueon] {
    display: flex;
    align-items: center;
}

.top-row[b-jeceaiueon]  a,
.top-row[b-jeceaiueon]  .btn-link {
    white-space: 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.5rem;
}

.top-row[b-jeceaiueon]  a:hover,
.top-row[b-jeceaiueon]  .btn-link:hover {
    background: var(--hover-bg);
    color: var(--primary-color);
    text-decoration: none;
}

.top-row[b-jeceaiueon]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============================================
   CONTENT AREA — with subtle inner shadow
   ============================================ */
.content[b-jeceaiueon] {
    flex: 1;
    padding-bottom: 1rem;
    overflow-y: auto;
    overflow-x: hidden;
    height: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* Footer */
.app-footer[b-jeceaiueon] {
    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.03);
}

.footer-content[b-jeceaiueon] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-section[b-jeceaiueon] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.footer-icon[b-jeceaiueon] {
    font-size: 1.1rem;
}

.footer-text strong[b-jeceaiueon] {
    color: var(--primary-color);
    font-weight: 700;
}

/* Hamburger menu for mobile */
.navbar-toggler-mobile[b-jeceaiueon] {
    display: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.375rem;
    border: 1px solid var(--border-color);
    background-color: var(--card-bg-solid);
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
}

.navbar-toggler-mobile:hover[b-jeceaiueon] {
    background-color: var(--hover-bg);
    border-color: var(--primary-color);
}

.navbar-toggler-icon[b-jeceaiueon] {
    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%2879, 110, 247, 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-jeceaiueon] {
        flex-direction: column;
        height: 100dvh;
        overflow: hidden;
    }

    .sidebar[b-jeceaiueon] {
        flex-shrink: 0;
        height: auto;
        position: relative;
    }

    main[b-jeceaiueon] {
        flex: 1;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .content[b-jeceaiueon] {
        overflow-y: auto;
        flex: 1;
        padding: 0px !important;
    }

    .top-row[b-jeceaiueon] {
        justify-content: space-between;
        padding: 0 0.75rem;
        height: 2.75rem;
        flex-shrink: 0;
    }

    .top-row-content[b-jeceaiueon] {
        justify-content: space-between;
    }

    .top-row-left[b-jeceaiueon] {
        order: 1;
        gap: 0.25rem;
    }

    .navbar-brand[b-jeceaiueon] {
        display: flex !important;
    }

    .company-logo[b-jeceaiueon] {
        height: 2rem;
    }

    .sidebar-toggle-wrapper[b-jeceaiueon] {
        display: none !important;
    }

    .navbar-toggler-mobile[b-jeceaiueon] {
        display: flex !important;
    }

    .top-row-right[b-jeceaiueon] {
        gap: 0.5rem;
        order: 2;
        margin-left: 0;
    }

    .footer-content[b-jeceaiueon] {
        gap: 1rem;
        font-size: 0.8rem;
    }

    .footer-section[b-jeceaiueon] {
        flex-direction: column;
        gap: 0.15rem;
        text-align: center;
    }

    .app-footer[b-jeceaiueon] {
        padding: 0.75rem 1rem;
    }
}

/* ============================================
   TABLET & DESKTOP (>= 641px)
   ============================================ */
@media (min-width: 641px) {
    .page[b-jeceaiueon] {
        flex-direction: row;
    }

    .sidebar[b-jeceaiueon] {
        flex-shrink: 0;
    }

    .top-row[b-jeceaiueon] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row.auth[b-jeceaiueon]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .navbar-brand[b-jeceaiueon] {
        display: none !important;
    }

    .sidebar-toggle-wrapper[b-jeceaiueon] {
        display: flex !important;
    }

    .navbar-toggler-mobile[b-jeceaiueon] {
        display: none !important;
    }
}

/* ============================================
   ERROR UI
   ============================================ */
#blazor-error-ui[b-jeceaiueon] {
    background: linear-gradient(135deg, var(--danger-color) 0%, #991b1b 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.75rem 0.75rem 0 0;
    animation: slideUp 0.3s ease;
}

#blazor-error-ui .error-content[b-jeceaiueon] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.error-icon[b-jeceaiueon] {
    font-size: 1.75rem;
    animation: errorPulse-b-jeceaiueon 1.5s ease infinite;
}

@keyframes errorPulse-b-jeceaiueon {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.error-text[b-jeceaiueon] {
    font-size: 1rem;
    font-weight: 600;
}

#blazor-error-ui .error-actions[b-jeceaiueon] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#blazor-error-ui .dismiss[b-jeceaiueon] {
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    font-size: 1.1rem;
    font-weight: bold;
    opacity: 0.9;
    transition: all 0.2s ease;
    margin-left: auto;
}

#blazor-error-ui .dismiss:hover[b-jeceaiueon] {
    opacity: 1;
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
}

#blazor-error-ui .reload[b-jeceaiueon] {
    color: white;
    text-decoration: none;
    padding: 0.375rem 1rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.reload:hover[b-jeceaiueon] {
    background: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    transform: translateX(3px);
}

/* ============================================
   SETTINGS GEAR BUTTON — Premium hover
   ============================================ */
.settings-gear-btn[b-jeceaiueon] {
    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.25s cubic-bezier(0.4, 0, 0.2, 1);
    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-jeceaiueon] {
    background: var(--hover-bg);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.2);
    text-decoration: none;
}

.settings-gear-btn:active[b-jeceaiueon],
.settings-gear-btn:visited[b-jeceaiueon],
.settings-gear-btn:focus[b-jeceaiueon] {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(var(--primary-rgb), 0.15);
    text-decoration: none;
    background: var(--hover-bg);
    color: var(--primary-color);
}

/* Active state — when on target page */
.settings-gear-btn.active[b-jeceaiueon],
[b-jeceaiueon] .settings-gear-btn.active,
.settings-gear-btn:global(.active)[b-jeceaiueon] {
    color: var(--primary-color) !important;
    background: var(--active-bg) !important;
    box-shadow: 0 2px 8px rgba(var(--primary-rgb), 0.2);
}

.settings-gear-btn.active:hover[b-jeceaiueon],
[b-jeceaiueon] .settings-gear-btn.active:hover,
.settings-gear-btn:global(.active):hover[b-jeceaiueon] {
    background: var(--active-bg) !important;
    color: var(--primary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.3);
}

.settings-gear-btn i[b-jeceaiueon] {
    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-jeceaiueon] {
        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 */
/* ============================================
   PREMIUM SIDEBAR — Deep gradient with polish
   ============================================ */
.nav-container[b-n2cs0lizj0] {
    width: 250px;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: sticky;
    left: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%) !important;
    color: #f8fafc !important;
}

/* Theme-specific sidebar backgrounds — Deep, rich dark gradients for both themes */
:global([data-theme="dark"]) .nav-container[b-n2cs0lizj0],
:global([data-bs-theme="dark"]) .nav-container[b-n2cs0lizj0] {
    background: linear-gradient(180deg, #070b14 0%, #0f1524 50%, #131b2e 100%) !important;
}

:global([data-theme="light"]) .nav-container[b-n2cs0lizj0],
:global([data-bs-theme="light"]) .nav-container[b-n2cs0lizj0] {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 50%, #252d3d 100%) !important;
}

.nav-container.collapsed[b-n2cs0lizj0] {
    width: 70px;
}

/* Hover expansion when collapsed */
.nav-container.collapsed.hover-expanded[b-n2cs0lizj0] {
    width: 250px;
}

.nav-container.collapsed.hover-expanded .nav-text[b-n2cs0lizj0],
.nav-container.collapsed.hover-expanded .chevron-icon[b-n2cs0lizj0] {
    opacity: 1;
    pointer-events: auto;
    width: auto;
    overflow: visible;
}

.nav-container.collapsed.hover-expanded .navbar-title[b-n2cs0lizj0] {
    opacity: 1;
    pointer-events: auto;
    width: auto;
    overflow: visible;
    display: inline;
}

.nav-container.collapsed.hover-expanded .menu-text[b-n2cs0lizj0] {
    opacity: 1;
    pointer-events: auto;
}

.nav-container.collapsed.hover-expanded .submenu[b-n2cs0lizj0] {
    display: block;
}

.nav-container.collapsed.hover-expanded .navbar-brand[b-n2cs0lizj0] {
    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-n2cs0lizj0] {
    margin-right: 0.5rem !important;
}

.nav-container.collapsed.hover-expanded .top-row[b-n2cs0lizj0] {
    padding: 0 0.5rem !important;
}

.nav-container.collapsed.hover-expanded .top-row .container-fluid[b-n2cs0lizj0] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    justify-content: flex-start;
}

/* Collapsed state */
.nav-container.collapsed .nav-text[b-n2cs0lizj0],
.nav-container.collapsed .chevron-icon[b-n2cs0lizj0] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
}

.nav-container.collapsed .navbar-title[b-n2cs0lizj0] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
    display: none;
}

.nav-container.collapsed .menu-text[b-n2cs0lizj0] {
    opacity: 0;
    pointer-events: none;
}

.nav-container.collapsed .submenu[b-n2cs0lizj0] {
    display: none;
}

.nav-container.collapsed .navbar-brand[b-n2cs0lizj0] {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    gap: 0;
    width: 100%;
    margin: 0;
}

.nav-container.collapsed .company-logo[b-n2cs0lizj0] {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.nav-container.collapsed .top-row[b-n2cs0lizj0] {
    padding: 0 !important;
}

.nav-container.collapsed .top-row .container-fluid[b-n2cs0lizj0] {
    padding-right: 0;
    padding-left: 0;
    justify-content: center;
}

.navbar-toggler[b-n2cs0lizj0] {
    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.08);
    border-radius: 0.5rem;
    transition: all 0.25s ease;
    z-index: 1051;
    display: none;
}

.navbar-toggler:hover[b-n2cs0lizj0] {
    background-color: rgba(255, 255, 255, 0.12);
}

.navbar-toggler:checked[b-n2cs0lizj0] {
    background-color: rgba(255, 255, 255, 0.18);
}

/* Backdrop overlay for mobile */
.sidebar-backdrop[b-n2cs0lizj0] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 2040 !important;
    cursor: pointer;
}

/* ============================================
   SIDEBAR TOP ROW — Brand area
   ============================================ */
.top-row[b-n2cs0lizj0] {
    min-height: 1.5rem;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0 0.5rem;
    position: relative;
}

[data-theme="light"] .top-row[b-n2cs0lizj0],
[data-bs-theme="light"] .top-row[b-n2cs0lizj0] {
    background: rgba(0, 0, 0, 0.2) !important;
}

.top-row .container-fluid[b-n2cs0lizj0] {
    position: relative;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.navbar-brand[b-n2cs0lizj0] {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    letter-spacing: -0.02em;
    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-n2cs0lizj0] {
    transition: opacity 0.3s ease, width 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-logo[b-n2cs0lizj0] {
    height: 2.5rem;
    width: auto;
    object-fit: contain;
    filter: brightness(1.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.nav-text[b-n2cs0lizj0] {
    transition: opacity 0.3s ease, width 0.3s ease;
    white-space: nowrap;
}

/* ============================================
   NAV ICONS — Bootstrap icons
   ============================================ */
.bi[b-n2cs0lizj0] {
    display: inline-block;
    vertical-align: middle;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: currentColor;
}

.bi-house-door-fill-nav-menu[b-n2cs0lizj0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-n2cs0lizj0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-n2cs0lizj0] {
    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-n2cs0lizj0] {
    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-n2cs0lizj0] {
    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 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-n2cs0lizj0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFA500' 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-n2cs0lizj0] {
    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-n2cs0lizj0] {
    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-n2cs0lizj0] {
    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-n2cs0lizj0] {
    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");
}

/* ============================================
   EXPANDABLE MENU STYLES — Premium interaction
   ============================================ */
.nav-link-expandable[b-n2cs0lizj0] {
    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: rgba(255, 255, 255, 0.7);
    height: 3rem;
    padding: 0 1rem;
    border-radius: 0.625rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    font-size: 0.95rem;
}

.nav-link-expandable > span[aria-hidden="true"][b-n2cs0lizj0] {
    font-size: 1.75rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link-expandable:hover[b-n2cs0lizj0] {
    background: rgba(255, 255, 255, 0.08) !important;
    color: white !important;
    transform: translateX(3px);
}

.nav-link-expandable.menu-expanded[b-n2cs0lizj0] {
    background: rgba(255, 255, 255, 0.06);
    color: white;
}

.nav-link-expandable:focus[b-n2cs0lizj0] {
    outline: 2px solid rgba(255, 255, 255, 0.2);
    outline-offset: 2px;
}

.nav-link-expandable .menu-text[b-n2cs0lizj0] {
    flex: 1;
    padding-left: 0.25rem;
}

.chevron-icon[b-n2cs0lizj0] {
    font-size: 0.7rem;
    transition: all 0.25s ease;
    display: inline-block;
    margin-left: auto;
    padding-left: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   SUBMENU STYLES — With vertical connector
   ============================================ */
.submenu[b-n2cs0lizj0] {
    margin-top: 0.4rem;
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0.75rem;
    animation: submenuSlideDown-b-n2cs0lizj0 0.3s ease-out;
    overflow: hidden;
    border-left: 2px solid rgba(255, 255, 255, 0.08);
}

.submenu-header[b-n2cs0lizj0] {
    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.06);
}

@keyframes submenuSlideDown-b-n2cs0lizj0 {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        max-height: 500px;
        transform: translateY(0);
    }
}

.submenu-item[b-n2cs0lizj0] {
    margin: 0.1rem 0;
}

.nav-link-submenu[b-n2cs0lizj0] {
    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.6) !important;
}

.submenu-bullet[b-n2cs0lizj0],
.submenu-icon[b-n2cs0lizj0] {
    font-size: 1.15rem !important;
    margin-right: 0.5rem;
    vertical-align: middle;
    line-height: 1;
    opacity: 1 !important;
}

.submenu-indicator[b-n2cs0lizj0] {
    font-size: 1.15rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    line-height: 1;
    opacity: 1 !important;
}

/* ============================================
   NAV ITEMS — Premium hover & active states
   ============================================ */
.nav-item[b-n2cs0lizj0] {
    font-size: 0.95rem;
    padding: 0.2rem 0;
}

.nav-item:first-of-type[b-n2cs0lizj0] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-n2cs0lizj0] {
    padding-bottom: 1rem;
}

.nav-item[b-n2cs0lizj0]  .nav-link {
    color: rgba(255, 255, 255, 0.7);
    background: none;
    border: none;
    border-radius: 0.625rem;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding: 0 1rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.nav-item[b-n2cs0lizj0]  .nav-link > span[aria-hidden="true"] {
    font-size: 1.75rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Active indicator — gradient left border */
.nav-item[b-n2cs0lizj0]  .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--accent-gradient);
    transform: scaleY(0);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0 2px 2px 0;
}

.nav-item[b-n2cs0lizj0]  a.active {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-item[b-n2cs0lizj0]  a.active::before {
    transform: scaleY(1);
}

.nav-item[b-n2cs0lizj0]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    transform: translateX(3px);
}

/* ============================================
   NAV SCROLLABLE AREA
   ============================================ */
.nav-scrollable[b-n2cs0lizj0] {
    display: none;
    padding: 0 0.2rem;
}

[data-theme="dark"] .nav-scrollable[b-n2cs0lizj0],
[data-bs-theme="dark"] .nav-scrollable[b-n2cs0lizj0] {
    background: transparent !important;
}

[data-theme="light"] .nav-scrollable[b-n2cs0lizj0],
[data-bs-theme="light"] .nav-scrollable[b-n2cs0lizj0] {
    background: transparent !important;
}

/* ============================================
   MOBILE (< 641px)
   ============================================ */
@media (max-width: 640px) {
    .navbar-toggler[b-n2cs0lizj0] {
        display: block !important;
    }

    .navbar-toggler:checked ~ .sidebar-backdrop[b-n2cs0lizj0] {
        display: block;
    }

    .navbar-toggler:checked ~ .nav-container[b-n2cs0lizj0] {
        transform: translateX(0);
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.3);
    }

    .nav-container[b-n2cs0lizj0] {
        width: 250px;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        transform: translateX(-100%);
        box-shadow: none;
        z-index: 2050 !important;
    }

    .nav-container.collapsed[b-n2cs0lizj0] {
        width: 250px;
        transform: translateX(-100%);
    }

    .company-logo[b-n2cs0lizj0] {
        height: 2rem;
    }

    .top-row[b-n2cs0lizj0] {
        min-height: 3.5rem;
    }

    .nav-scrollable[b-n2cs0lizj0] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding: 0 0.2rem;
    }

    /* Thin translucent scrollbar */
    .nav-scrollable[b-n2cs0lizj0]::-webkit-scrollbar {
        width: 4px;
    }

    .nav-scrollable[b-n2cs0lizj0]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-n2cs0lizj0]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.15);
        border-radius: 4px;
    }

    .nav-scrollable[b-n2cs0lizj0]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.25);
    }
}

/* ============================================
   TABLET & DESKTOP (>= 641px)
   ============================================ */
@media (min-width: 641px) {
    .navbar-toggler[b-n2cs0lizj0] {
        display: none !important;
    }

    .sidebar-backdrop[b-n2cs0lizj0] {
        display: none !important;
    }

    .nav-scrollable[b-n2cs0lizj0] {
        display: block;
        height: calc(100vh - 47.98Px);
        overflow-y: none;
        padding: 0 0.2rem;
    }

    /* Thin translucent scrollbar */
    .nav-scrollable[b-n2cs0lizj0]::-webkit-scrollbar {
        width: 4px;
    }

    .nav-scrollable[b-n2cs0lizj0]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-n2cs0lizj0]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.15);
        border-radius: 4px;
    }

    .nav-scrollable[b-n2cs0lizj0]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.25);
    }
}

/* Large desktop (>= 1200px) */
@media (min-width: 1200px) {
    .nav-container[b-n2cs0lizj0] {
        width: 280px;
    }

    .nav-container.collapsed[b-n2cs0lizj0] {
        width: 75px;
    }

    .nav-container.collapsed.hover-expanded[b-n2cs0lizj0] {
        width: 280px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/* ============================================
   PREMIUM RECONNECT MODAL — Glass card overlay
   ============================================ */
.components-reconnect-first-attempt-visible[b-tynq98etso],
.components-reconnect-repeated-attempt-visible[b-tynq98etso],
.components-reconnect-failed-visible[b-tynq98etso],
.components-pause-visible[b-tynq98etso],
.components-resume-failed-visible[b-tynq98etso],
.components-rejoining-animation[b-tynq98etso] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-tynq98etso],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-tynq98etso],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-tynq98etso],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-tynq98etso],
#components-reconnect-modal.components-reconnect-retrying[b-tynq98etso],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-tynq98etso],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-tynq98etso],
#components-reconnect-modal.components-reconnect-failed[b-tynq98etso],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-tynq98etso] {
    display: block;
}

#components-reconnect-modal[b-tynq98etso] {
    background-color: var(--card-bg-solid, white);
    color: var(--text-primary, #212529);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid var(--border-color);
    border-radius: 1rem;
    box-shadow: var(--shadow-xl);
    opacity: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-tynq98etso 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-tynq98etso 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-tynq98etso 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-tynq98etso]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    animation: components-reconnect-modal-fadeInOpacity-b-tynq98etso 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-tynq98etso {
    0% { transform: translateY(30px) scale(0.95); }
    100% { transform: translateY(0) scale(1); }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-tynq98etso {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-tynq98etso {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.components-reconnect-container[b-tynq98etso] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-tynq98etso] {
    margin: 0;
    text-align: center;
    color: var(--text-primary, #212529);
    font-size: 0.95rem;
}

#components-reconnect-modal button[b-tynq98etso] {
    border: 0;
    background: var(--accent-gradient);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 3px 10px rgba(var(--primary-rgb), 0.25);
}

#components-reconnect-modal button:hover[b-tynq98etso] {
    filter: brightness(1.1);
    transform: translateY(-1px);
    box-shadow: 0 5px 16px rgba(var(--primary-rgb), 0.35);
}

#components-reconnect-modal button:active[b-tynq98etso] {
    transform: translateY(0);
}

/* Ripple animation spinner */
.components-rejoining-animation[b-tynq98etso] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-tynq98etso] {
    position: absolute;
    border: 3px solid var(--primary-color);
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-tynq98etso 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-tynq98etso] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-tynq98etso {
    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 */
/* ============================================
   PREMIUM USER PROFILE DROPDOWN
   Crystalline Glass design language
   ============================================ */

.user-profile-dropdown[b-05ynb79usj] {
    display: flex;
    align-items: center;
    margin-left: 0.75rem;
    position: relative;
}

/* Profile Toggle Button */
.profile-toggle[b-05ynb79usj] {
    background: transparent;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-toggle:hover[b-05ynb79usj] {
    background: var(--hover-bg);
    transform: scale(1.05);
}

.profile-toggle:focus[b-05ynb79usj] {
    outline: none;
    box-shadow: 0 0 0 2.5px rgba(var(--primary-rgb), 0.35);
}

.profile-toggle[b-05ynb79usj]::after {
    display: none !important;
}

/* Avatar Styles */
.profile-avatar[b-05ynb79usj] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-circle[b-05ynb79usj] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
    position: relative;
    overflow: hidden;
}

.profile-toggle:hover .avatar-circle[b-05ynb79usj] {
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.45);
}

.avatar-image[b-05ynb79usj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-image-large[b-05ynb79usj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-icon[b-05ynb79usj] {
    color: white;
    font-size: 1.2rem;
}

.avatar-initials[b-05ynb79usj] {
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    user-select: none;
}

.avatar-initials-large[b-05ynb79usj] {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    user-select: none;
}

.avatar-icon-large[b-05ynb79usj] {
    color: white;
    font-size: 1.5rem;
}

/* Online Status Dot */
.avatar-status-dot[b-05ynb79usj] {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--card-bg-solid, #ffffff);
    transition: background-color 0.3s ease;
    z-index: 1;
    margin-right: 5px;
}

.avatar-status-dot.online[b-05ynb79usj] {
    background-color: #10b981;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
}

.avatar-status-dot.offline[b-05ynb79usj] {
    background-color: #94a3b8;
}

/* Large Avatar */
.profile-avatar-large[b-05ynb79usj] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-circle-large[b-05ynb79usj] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.avatar-status-dot-large[b-05ynb79usj] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: background-color 0.3s ease;
    z-index: 1;
}

.avatar-status-dot-large.online[b-05ynb79usj] {
    background-color: #10b981;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
}

.avatar-status-dot-large.offline[b-05ynb79usj] {
    background-color: #94a3b8;
}

/* ============================================
   DROPDOWN MENU — Crystalline Glass Card
   ============================================ */
.user-dropdown-menu[b-05ynb79usj] {
    --bs-dropdown-bg: transparent !important;
    min-width: 280px !important;
    border-radius: 1.15rem !important;
    padding: 0 !important;
    margin-top: 0.5rem !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    overflow: hidden !important;
    z-index: 1060 !important;
    
    /* Light Theme Glass Surface */
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1.5px solid rgba(99, 102, 241, 0.25) !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18), 0 0 25px rgba(99, 102, 241, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(24px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
}

/* Dark Theme Glass Surface */
:global([data-theme="dark"]) .user-dropdown-menu[b-05ynb79usj],
:global([data-bs-theme="dark"]) .user-dropdown-menu[b-05ynb79usj],
:global(html[data-bs-theme="dark"]) .user-dropdown-menu[b-05ynb79usj],
:global(html[data-theme="dark"]) .user-dropdown-menu[b-05ynb79usj],
:global(body[data-bs-theme="dark"]) .user-dropdown-menu[b-05ynb79usj],
:global(body[data-theme="dark"]) .user-dropdown-menu[b-05ynb79usj] {
    background: rgba(17, 24, 39, 0.92) !important;
    border: 1.5px solid rgba(129, 140, 248, 0.35) !important;
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.75), 0 0 35px rgba(99, 102, 241, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.12) !important;
}

.user-dropdown-menu.show[b-05ynb79usj] {
    animation: dropdownFadeIn-b-05ynb79usj 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes dropdownFadeIn-b-05ynb79usj {
    from {
        opacity: 0;
        transform: translateY(-6px) scale(0.97) !important;
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) !important;
    }
}

/* User Info Header Gradient */
.user-info-header[b-05ynb79usj] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    margin: 0 !important;
    border-radius: 1rem 1rem 0 0 !important;
    padding: 1.1rem 1.25rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

:global([data-theme="dark"]) .user-info-header[b-05ynb79usj],
:global([data-bs-theme="dark"]) .user-info-header[b-05ynb79usj],
:global(html[data-bs-theme="dark"]) .user-info-header[b-05ynb79usj],
:global(html[data-theme="dark"]) .user-info-header[b-05ynb79usj] {
    background: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%) !important;
}

.user-details[b-05ynb79usj] {
    overflow: hidden;
}

.user-name[b-05ynb79usj] {
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-role[b-05ynb79usj] {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Dropdown Menu Items */
.user-dropdown-menu .dropdown-item[b-05ynb79usj] {
    padding: 0.7rem 1.15rem !important;
    color: var(--text-primary, #1e293b) !important;
    font-weight: 650 !important;
    font-size: 0.92rem !important;
    border-radius: 0.65rem !important;
    margin: 0.35rem 0.5rem !important;
    width: calc(100% - 1rem) !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.user-dropdown-menu .dropdown-item:hover[b-05ynb79usj] {
    background: rgba(99, 102, 241, 0.1) !important;
    color: #4f46e5 !important;
    transform: translateX(4px) !important;
}

:global([data-theme="dark"]) .user-dropdown-menu .dropdown-item[b-05ynb79usj],
:global([data-bs-theme="dark"]) .user-dropdown-menu .dropdown-item[b-05ynb79usj],
:global(html[data-bs-theme="dark"]) .user-dropdown-menu .dropdown-item[b-05ynb79usj],
:global(html[data-theme="dark"]) .user-dropdown-menu .dropdown-item[b-05ynb79usj] {
    color: #f1f5f9 !important;
}

:global([data-theme="dark"]) .user-dropdown-menu .dropdown-item:hover[b-05ynb79usj],
:global([data-bs-theme="dark"]) .user-dropdown-menu .dropdown-item:hover[b-05ynb79usj],
:global(html[data-bs-theme="dark"]) .user-dropdown-menu .dropdown-item:hover[b-05ynb79usj],
:global(html[data-theme="dark"]) .user-dropdown-menu .dropdown-item:hover[b-05ynb79usj] {
    background: rgba(129, 140, 248, 0.18) !important;
    color: #ffffff !important;
    transform: translateX(4px) !important;
}

/* Icons inside items */
.user-dropdown-menu .dropdown-item i[b-05ynb79usj],
.user-dropdown-menu .dropdown-item .bi[b-05ynb79usj] {
    font-size: 1.15rem !important;
    margin-right: 0.85rem !important;
    transition: transform 0.2s ease !important;
}

.user-dropdown-menu .dropdown-item:hover i[b-05ynb79usj],
.user-dropdown-menu .dropdown-item:hover .bi[b-05ynb79usj] {
    transform: scale(1.15) !important;
}

/* Logout Button */
.user-dropdown-menu .dropdown-item.text-danger[b-05ynb79usj],
.user-dropdown-menu button.text-danger[b-05ynb79usj] {
    color: #ef4444 !important;
}

.user-dropdown-menu .dropdown-item.text-danger:hover[b-05ynb79usj],
.user-dropdown-menu button.text-danger:hover[b-05ynb79usj] {
    background: rgba(239, 68, 68, 0.12) !important;
    color: #f87171 !important;
}

/* Divider */
.user-dropdown-menu .dropdown-divider[b-05ynb79usj] {
    margin: 0.25rem 0 !important;
    border-color: rgba(99, 102, 241, 0.15) !important;
    opacity: 1 !important;
}

:global([data-theme="dark"]) .user-dropdown-menu .dropdown-divider[b-05ynb79usj],
:global([data-bs-theme="dark"]) .user-dropdown-menu .dropdown-divider[b-05ynb79usj],
:global(html[data-bs-theme="dark"]) .user-dropdown-menu .dropdown-divider[b-05ynb79usj],
:global(html[data-theme="dark"]) .user-dropdown-menu .dropdown-divider[b-05ynb79usj] {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Form in dropdown */
.user-dropdown-menu form[b-05ynb79usj] {
    margin: 0;
}

.user-dropdown-menu form button[b-05ynb79usj] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 640px) {
    .user-dropdown-menu[b-05ynb79usj] {
        min-width: 260px !important;
    }

    .avatar-circle[b-05ynb79usj] {
        width: 32px;
        height: 32px;
    }

    .avatar-icon[b-05ynb79usj] {
        font-size: 1rem;
    }

    .avatar-initials[b-05ynb79usj] {
        font-size: 0.8rem;
    }

    .avatar-initials-large[b-05ynb79usj] {
        font-size: 1rem;
    }

    .avatar-icon-large[b-05ynb79usj] {
        font-size: 1.3rem;
    }

    .user-name[b-05ynb79usj] {
        font-size: 0.9rem;
    }

    .user-role[b-05ynb79usj] {
        font-size: 0.75rem;
    }
}
/* /Components/Pages/Authorization/AuditLogs.razor.rz.scp.css */
/* ============================================
   PREMIUM COMPANY AUDIT LOGS DESIGN
   Crystalline Glassmorphism design system
   ============================================ */

.audit-page-container[b-cdawqbu3c4] {
    padding: 1.75rem 2rem;
    max-width: 1600px;
    margin: 0 auto;
}

/* ---------- Header Section ---------- */
.audit-page-title[b-cdawqbu3c4] {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.audit-title-icon[b-cdawqbu3c4] {
    color: #6366f1;
    font-size: 1.75rem;
    filter: drop-shadow(0 2px 8px rgba(99, 102, 241, 0.3));
}

[data-theme="dark"] .audit-title-icon[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-title-icon[b-cdawqbu3c4] {
    color: #818cf8;
}

.audit-page-subtitle[b-cdawqbu3c4] {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Export CSV Button */
.audit-export-btn[b-cdawqbu3c4] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0.75rem !important;
    padding: 0.55rem 1.25rem !important;
    font-weight: 650 !important;
    font-size: 0.88rem !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.audit-export-btn:hover:not(:disabled)[b-cdawqbu3c4] {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.45) !important;
}

.audit-export-btn:disabled[b-cdawqbu3c4] {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* ---------- Filter Card Bar ---------- */
.audit-filter-card[b-cdawqbu3c4] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, rgba(99, 102, 241, 0.2)) !important;
    border-radius: 1rem !important;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05), 0 0 2px rgba(99, 102, 241, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 0.85rem 1.15rem;
    margin-bottom: 1.5rem;
}

[data-theme="dark"] .audit-filter-card[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-filter-card[b-cdawqbu3c4] {
    background: rgba(22, 28, 45, 0.75) !important;
    border-color: rgba(99, 102, 241, 0.25) !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(99, 102, 241, 0.1);
}

/* Filter Controls */
.audit-search-box[b-cdawqbu3c4] {
    position: relative;
    min-width: 280px;
    max-width: 380px;
    flex-grow: 1;
}

.audit-search-icon[b-cdawqbu3c4] {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6366f1;
    font-size: 0.95rem;
    pointer-events: none;
    z-index: 5;
}

[data-theme="dark"] .audit-search-icon[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-search-icon[b-cdawqbu3c4] {
    color: #818cf8;
}

.audit-search-input[b-cdawqbu3c4] {
    padding-left: 2.35rem !important;
    border-radius: 0.65rem !important;
    background: var(--card-bg-solid, #ffffff) !important;
    border: 1px solid var(--border-color-strong, rgba(148, 163, 184, 0.3)) !important;
    color: var(--text-primary) !important;
    font-size: 0.88rem !important;
    height: 2.45rem;
}

.audit-search-input:focus[b-cdawqbu3c4] {
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25) !important;
}

[data-theme="dark"] .audit-search-input[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-search-input[b-cdawqbu3c4] {
    background: rgba(15, 23, 42, 0.6) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #f8fafc !important;
}

.audit-select-filter[b-cdawqbu3c4] {
    border-radius: 0.65rem !important;
    background-color: var(--card-bg-solid, #ffffff) !important;
    border: 1px solid var(--border-color-strong, rgba(148, 163, 184, 0.3)) !important;
    color: var(--text-primary) !important;
    font-size: 0.88rem !important;
    height: 2.45rem;
    cursor: pointer;
}

.audit-select-filter:focus[b-cdawqbu3c4] {
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25) !important;
}

[data-theme="dark"] .audit-select-filter[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-select-filter[b-cdawqbu3c4] {
    background-color: rgba(15, 23, 42, 0.6) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #f8fafc !important;
}

.audit-btn-reset[b-cdawqbu3c4] {
    border-radius: 0.65rem !important;
    border: 1px solid rgba(99, 102, 241, 0.3) !important;
    background: rgba(99, 102, 241, 0.06) !important;
    color: #6366f1 !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    height: 2.45rem;
    padding: 0 1rem !important;
    transition: all 0.2s ease !important;
}

.audit-btn-reset:hover[b-cdawqbu3c4] {
    background: rgba(99, 102, 241, 0.15) !important;
    transform: translateY(-1px);
}

[data-theme="dark"] .audit-btn-reset[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-btn-reset[b-cdawqbu3c4] {
    border-color: rgba(129, 140, 248, 0.35) !important;
    background: rgba(129, 140, 248, 0.1) !important;
    color: #a5b4fc !important;
}

.audit-total-badge[b-cdawqbu3c4] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12) 0%, rgba(139, 92, 246, 0.12) 100%) !important;
    color: #6366f1 !important;
    border: 1px solid rgba(99, 102, 241, 0.3) !important;
    border-radius: 0.65rem !important;
    padding: 0.45rem 0.85rem !important;
    font-family: monospace;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
}

[data-theme="dark"] .audit-total-badge[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-total-badge[b-cdawqbu3c4] {
    color: #a5b4fc !important;
    border-color: rgba(129, 140, 248, 0.35) !important;
}

/* ---------- Premium Audit Table ---------- */
.audit-table-wrapper[b-cdawqbu3c4] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, rgba(99, 102, 241, 0.2)) !important;
    border-radius: 1.15rem !important;
    overflow: hidden;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.06), 0 0 2px rgba(99, 102, 241, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

[data-theme="dark"] .audit-table-wrapper[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-table-wrapper[b-cdawqbu3c4] {
    background: rgba(17, 24, 39, 0.75) !important;
    border-color: rgba(99, 102, 241, 0.25) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), 0 0 24px rgba(99, 102, 241, 0.12);
}

.audit-table[b-cdawqbu3c4] {
    margin-bottom: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.audit-table thead[b-cdawqbu3c4] {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
}

.audit-table th[b-cdawqbu3c4] {
    background: transparent !important;
    color: #ffffff !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    padding: 0.95rem 1.15rem !important;
    border-bottom: none !important;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .audit-table thead[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-table thead[b-cdawqbu3c4] {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
}

[data-theme="dark"] .audit-table th[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-table th[b-cdawqbu3c4] {
    background: transparent !important;
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.audit-table td[b-cdawqbu3c4] {
    padding: 0.5rem 1.15rem !important;
    vertical-align: middle !important;
    border-bottom: 1px solid var(--border-color-subtle, rgba(226, 232, 240, 0.4)) !important;
    transition: background 0.2s ease;
    color: var(--text-primary);
}

[data-theme="dark"] .audit-table td[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-table td[b-cdawqbu3c4] {
    border-bottom-color: rgba(255, 255, 255, 0.04) !important;
}

/* Zebra Striping */
.audit-table tbody tr:nth-child(even)[b-cdawqbu3c4] {
    background-color: rgba(99, 102, 241, 0.035) !important;
}

.audit-table tbody tr:nth-child(odd)[b-cdawqbu3c4] {
    background-color: transparent !important;
}

[data-theme="dark"] .audit-table tbody tr:nth-child(even)[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-table tbody tr:nth-child(even)[b-cdawqbu3c4] {
    background-color: rgba(255, 255, 255, 0.03) !important;
}

.audit-table tbody tr[b-cdawqbu3c4] {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.audit-table tbody tr:last-child td[b-cdawqbu3c4] {
    border-bottom: none !important;
}

.audit-table tbody tr:hover[b-cdawqbu3c4] {
    background-color: rgba(99, 102, 241, 0.08) !important;
}

[data-theme="dark"] .audit-table tbody tr:hover[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-table tbody tr:hover[b-cdawqbu3c4] {
    background-color: rgba(99, 102, 241, 0.14) !important;
}

/* Category & Action Badges */
.audit-category-badge[b-cdawqbu3c4] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(139, 92, 246, 0.15) 100%) !important;
    color: #6366f1 !important;
    border: 1px solid rgba(99, 102, 241, 0.3) !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    padding: 0.3rem 0.65rem !important;
    border-radius: 999px !important;
    text-transform: uppercase;
}

[data-theme="dark"] .audit-category-badge[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-category-badge[b-cdawqbu3c4] {
    color: #a5b4fc !important;
    border-color: rgba(129, 140, 248, 0.35) !important;
}

.audit-action-badge[b-cdawqbu3c4] {
    background: rgba(100, 116, 139, 0.12) !important;
    color: var(--text-primary) !important;
    border: 1px solid var(--border-color-strong, rgba(148, 163, 184, 0.25)) !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    padding: 0.3rem 0.65rem !important;
    border-radius: 0.5rem !important;
    font-family: monospace;
}

.audit-action-badge.breach-detected[b-cdawqbu3c4] {
    background: rgba(239, 68, 68, 0.15) !important;
    color: #ef4444 !important;
    border-color: rgba(239, 68, 68, 0.35) !important;
}

/* Details Action Button */
.audit-details-btn[b-cdawqbu3c4] {
    border-radius: 0.55rem !important;
    padding: 0.25rem 0.75rem !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    border: 1px solid rgba(99, 102, 241, 0.35) !important;
    color: #6366f1 !important;
    background: rgba(99, 102, 241, 0.08) !important;
    transition: all 0.2s ease !important;
}

.audit-details-btn:hover[b-cdawqbu3c4] {
    background: #6366f1 !important;
    border-color: #6366f1 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3) !important;
}

[data-theme="dark"] .audit-details-btn[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-details-btn[b-cdawqbu3c4] {
    color: #a5b4fc !important;
    border-color: rgba(129, 140, 248, 0.35) !important;
    background: rgba(129, 140, 248, 0.12) !important;
}

[data-theme="dark"] .audit-details-btn:hover[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-details-btn:hover[b-cdawqbu3c4] {
    background: #6366f1 !important;
    color: #ffffff !important;
}

/* Pagination Bar */
.audit-pagination-bar[b-cdawqbu3c4] {
    padding: 0.85rem 1.15rem;
    background: var(--card-bg-solid, #ffffff);
    border-top: 1px solid var(--border-color, rgba(99, 102, 241, 0.15));
}

[data-theme="dark"] .audit-pagination-bar[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-pagination-bar[b-cdawqbu3c4] {
    background: rgba(15, 23, 42, 0.5);
    border-top-color: rgba(255, 255, 255, 0.06);
}

.audit-page-btn[b-cdawqbu3c4] {
    border-radius: 0.55rem !important;
    padding: 0.3rem 0.85rem !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    border: 1px solid var(--border-color-strong, rgba(148, 163, 184, 0.3)) !important;
    color: var(--text-primary) !important;
    background: transparent !important;
    transition: all 0.2s ease !important;
}

.audit-page-btn:hover:not(:disabled)[b-cdawqbu3c4] {
    background: rgba(99, 102, 241, 0.1) !important;
    border-color: #6366f1 !important;
    color: #6366f1 !important;
}

.audit-page-btn:disabled[b-cdawqbu3c4] {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}

/* Modal Glass Styling */
.audit-modal-content[b-cdawqbu3c4] {
    background: var(--card-bg-solid, #ffffff) !important;
    border: 1px solid var(--border-color, rgba(99, 102, 241, 0.25)) !important;
    border-radius: 1.15rem !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4) !important;
    overflow: hidden;
}

[data-theme="dark"] .audit-modal-content[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-modal-content[b-cdawqbu3c4] {
    background: #161c2d !important;
    border-color: rgba(99, 102, 241, 0.35) !important;
}

.audit-modal-header[b-cdawqbu3c4] {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
    color: #ffffff !important;
    padding: 1rem 1.5rem !important;
    border-bottom: none !important;
}

[data-theme="dark"] .audit-modal-header[b-cdawqbu3c4],
[data-bs-theme="dark"] .audit-modal-header[b-cdawqbu3c4] {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
}
/* /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/Vault/SecureNotes.razor.rz.scp.css */
/* Secure Notes Premium Styles */

.secure-notes-header[b-6uju4xa8ti] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, rgba(226, 232, 240, 0.8));
    border-radius: 1.25rem;
    padding: 1.5rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    margin-top: 0.75rem !important;
    margin-bottom: 0.85rem !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* Header & Note Card Column Alignment & Grid Spacing */
.header-card-col[b-6uju4xa8ti],
.note-card-col[b-6uju4xa8ti] {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
}

.note-card-col[b-6uju4xa8ti] {
    margin-bottom: 0.85rem !important;
}

.secure-notes-icon-badge[b-6uju4xa8ti] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(168, 85, 247, 0.15));
    border: 1px solid rgba(99, 102, 241, 0.25);
    color: #6366f1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.15);
}

.btn-new-note[b-6uju4xa8ti] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #ffffff;
    border: none;
    padding: 0.65rem 1.35rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-new-note:hover[b-6uju4xa8ti] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.45);
    color: #ffffff;
}

.btn-new-note:active[b-6uju4xa8ti] {
    transform: translateY(0);
}



.note-card[b-6uju4xa8ti] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: 1.25rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.note-card:hover[b-6uju4xa8ti] {
    transform: translateY(-4px);
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.15);
}

.note-card-body[b-6uju4xa8ti] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.note-header[b-6uju4xa8ti] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.note-title[b-6uju4xa8ti] {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--text-primary, #0f172a);
    margin: 0;
    word-break: break-word;
}

.note-lock-badge[b-6uju4xa8ti] {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.15);
    color: #6366f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.note-timestamp[b-6uju4xa8ti] {
    font-size: 0.8rem;
    color: var(--text-secondary, #64748b);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.note-actions[b-6uju4xa8ti] {
    display: flex;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, rgba(226, 232, 240, 0.6));
}

/* Base Note Button */
.note-btn[b-6uju4xa8ti] {
    border-radius: 0.75rem !important;
    font-weight: 700 !important;
    font-size: 0.825rem !important;
    padding: 0.5rem 0.95rem !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.4rem !important;
}

/* Reveal Button (Primary Indigo) */
.note-btn-primary[b-6uju4xa8ti] {
    background: rgba(99, 102, 241, 0.1) !important;
    color: #6366f1 !important;
    border: 1.5px solid rgba(99, 102, 241, 0.3) !important;
}

.note-btn-primary:hover[b-6uju4xa8ti] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(99, 102, 241, 0.45) !important;
}

[data-theme="dark"] .note-btn-primary[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-btn-primary[b-6uju4xa8ti] {
    background: rgba(129, 140, 248, 0.14) !important;
    color: #a5b4fc !important;
    border-color: rgba(129, 140, 248, 0.35) !important;
}

[data-theme="dark"] .note-btn-primary:hover[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-btn-primary:hover[b-6uju4xa8ti] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.55) !important;
}

/* Edit Button (Purple Accent) */
.note-btn-secondary[b-6uju4xa8ti] {
    background: rgba(168, 85, 247, 0.1) !important;
    color: #a855f7 !important;
    border: 1.5px solid rgba(168, 85, 247, 0.3) !important;
}

.note-btn-secondary:hover[b-6uju4xa8ti] {
    background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(168, 85, 247, 0.45) !important;
}

[data-theme="dark"] .note-btn-secondary[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-btn-secondary[b-6uju4xa8ti] {
    background: rgba(192, 132, 252, 0.14) !important;
    color: #c084fc !important;
    border-color: rgba(192, 132, 252, 0.35) !important;
}

[data-theme="dark"] .note-btn-secondary:hover[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-btn-secondary:hover[b-6uju4xa8ti] {
    background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(168, 85, 247, 0.55) !important;
}

/* Delete Button (Danger Red) */
.note-btn-danger[b-6uju4xa8ti] {
    background: rgba(239, 68, 68, 0.1) !important;
    color: #ef4444 !important;
    border: 1.5px solid rgba(239, 68, 68, 0.3) !important;
    margin-left: auto !important;
    padding: 0.5rem 0.75rem !important;
}

.note-btn-danger:hover[b-6uju4xa8ti] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.45) !important;
}

[data-theme="dark"] .note-btn-danger[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-btn-danger[b-6uju4xa8ti] {
    background: rgba(248, 113, 113, 0.14) !important;
    color: #f87171 !important;
    border-color: rgba(248, 113, 113, 0.35) !important;
}

[data-theme="dark"] .note-btn-danger:hover[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-btn-danger:hover[b-6uju4xa8ti] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.55) !important;
}

/* Empty State */
.notes-empty-card[b-6uju4xa8ti] {
    background: var(--card-bg, #ffffff);
    border: 2px dashed var(--border-color, #cbd5e1);
    border-radius: 1.5rem;
    padding: 4rem 2rem;
    text-align: center;
}

.notes-empty-icon[b-6uju4xa8ti] {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(168, 85, 247, 0.1));
    border: 1px solid rgba(99, 102, 241, 0.2);
    color: #6366f1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.15);
}

/* Modal Content Customization */
.note-modal-content[b-6uju4xa8ti] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, rgba(226, 232, 240, 0.8));
    border-radius: 1.25rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.note-revealed-code[b-6uju4xa8ti] {
    background: var(--body-bg, #f8fafc);
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: 0.875rem;
    padding: 1.25rem;
    font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace;
    font-size: 0.925rem;
    line-height: 1.6;
    color: var(--text-primary, #0f172a);
    max-height: 400px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Dark Theme Overrides */
[data-theme="dark"] .secure-notes-header[b-6uju4xa8ti],
[data-bs-theme="dark"] .secure-notes-header[b-6uju4xa8ti] {
    background: #161c2d !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .note-card[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-card[b-6uju4xa8ti] {
    background: #161c2d !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .note-card:hover[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-card:hover[b-6uju4xa8ti] {
    border-color: rgba(99, 102, 241, 0.5) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 16px rgba(99, 102, 241, 0.2) !important;
}

[data-theme="dark"] .note-title[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-title[b-6uju4xa8ti] {
    color: #f8fafc !important;
}

[data-theme="dark"] .note-actions[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-actions[b-6uju4xa8ti] {
    border-top-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .note-btn-secondary[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-btn-secondary[b-6uju4xa8ti] {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #e2e8f0 !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

[data-theme="dark"] .note-btn-secondary:hover[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-btn-secondary:hover[b-6uju4xa8ti] {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
}

[data-theme="dark"] .notes-empty-card[b-6uju4xa8ti],
[data-bs-theme="dark"] .notes-empty-card[b-6uju4xa8ti] {
    background: #161c2d !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

[data-theme="dark"] .note-modal-content[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-modal-content[b-6uju4xa8ti] {
    background: #161c2d !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

[data-theme="dark"] .note-revealed-code[b-6uju4xa8ti],
[data-bs-theme="dark"] .note-revealed-code[b-6uju4xa8ti] {
    background: #0f172a !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #f1f5f9 !important;
}
/* /Components/Pages/Vault/Vault.razor.rz.scp.css */
/* ============================================
   PREMIUM 3-PANE VAULT LAYOUT
   Crystalline Glass design language with rich contrast
   ============================================ */

.vault-shell[b-arofs9vc54] {
    display: grid;
    grid-template-columns: 260px 340px 1fr;
    height: calc(100vh - 73px);
    overflow: hidden;
    border-radius: 0.875rem;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    background: var(--card-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.mobile-vault-header[b-arofs9vc54] {
    display: none !important;
}

/* ---------- Sidebar (Pane 1) ---------- */
.vault-sidebar[b-arofs9vc54] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    background: var(--card-bg-solid);
    border-right: 1px solid var(--border-color);
}

.vault-brand[b-arofs9vc54] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
}

.vault-brand-icon[b-arofs9vc54] {
    font-size: 1.4rem;
    color: var(--primary-color);
}

.vault-nav[b-arofs9vc54] {
    display: flex;
    flex-direction: column;
    padding: 0.6rem 0.5rem;
    gap: 3px;
}

.vault-nav-heading[b-arofs9vc54] {
    font-size: 0.72rem !important;
    font-weight: 750 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-tertiary) !important;
    padding: 0.85rem 0.75rem 0.35rem;
}

.vault-nav-item[b-arofs9vc54],
a.vault-nav-item[b-arofs9vc54] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    border: none;
    background: transparent;
    color: var(--text-primary) !important;
    padding: 0.5rem 0.75rem;
    border-radius: 0.6rem;
    font-size: 0.9375rem !important;
    font-weight: 550;
    text-align: left;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
}

.vault-nav-item span[b-arofs9vc54],
a.vault-nav-item span[b-arofs9vc54] {
    font-size: 1.15rem !important;
}

a.vault-nav-item span[b-arofs9vc54] {
    color: var(--text-primary) !important;
    display: inline !important;
    white-space: nowrap !important;
}

.vault-nav-item:hover[b-arofs9vc54],
a.vault-nav-item:hover[b-arofs9vc54],
a.vault-nav-item:hover span[b-arofs9vc54] {
    background: var(--hover-bg);
    color: var(--primary-color) !important;
    transform: translateX(3px);
}

.vault-nav-item.active[b-arofs9vc54],
a.vault-nav-item.active[b-arofs9vc54],
a.vault-nav-item.active span[b-arofs9vc54] {
    background: var(--active-bg);
    color: var(--primary-color) !important;
    font-weight: 700;
    box-shadow: inset 3px 0 0 0 var(--primary-color);
}

.vault-nav-icon[b-arofs9vc54] {
    width: 1.3rem;
    text-align: center;
    font-size: 1rem;
    color: var(--primary-color);
}

/* Refined, smaller count badges */
.vault-nav-count[b-arofs9vc54] {
    margin-left: auto;
    font-size: 0.72rem !important;
    font-weight: 500 !important;
    padding: 0.1rem 0.45rem !important;
    min-width: 1.35rem !important;
    height: 1.35rem !important;
    border-radius: 50rem !important;
    background-color: rgba(79, 110, 247, 0.12) !important;
    border: 1px solid rgba(79, 110, 247, 0.25) !important;
    color: var(--primary-color) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    transition: all 0.2s ease !important;
}

.vault-nav-item.active .vault-nav-count[b-arofs9vc54],
a.vault-nav-item.active .vault-nav-count[b-arofs9vc54] {
    background: var(--accent-gradient) !important;
    color: white !important;
    border-color: transparent !important;
    box-shadow: 0 2px 6px rgba(79, 110, 247, 0.3) !important;
}

/* ---------- List Pane (Pane 2) ---------- */
.vault-list[b-arofs9vc54] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--bg-tertiary);
    border-right: 1px solid var(--border-color);
}

.vault-list-header[b-arofs9vc54] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
    padding: 0.85rem;
    background: var(--card-bg-solid);
    border-bottom: 1px solid var(--border-color);
}

.vault-list-header>div[b-arofs9vc54] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    min-width: 0;
}

.vault-list-header .form-control[b-arofs9vc54] {
    flex: 1;
    min-width: 0;
    border-radius: 50rem;
    padding: 0.45rem 1rem;
    font-size: 0.875rem;
}

.vault-list-header .btn[b-arofs9vc54] {
    flex-shrink: 0;
    white-space: nowrap;
}

.vault-list-header .form-select[b-arofs9vc54] {
    flex-shrink: 0;
    border-radius: 50rem;
    padding: 0.45rem 2rem 0.45rem 0.85rem;
    font-size: 0.85rem;
}

.vault-list-body[b-arofs9vc54] {
    overflow-y: auto;
    flex: 1;
    padding: 0.4rem;
}

.vault-item[b-arofs9vc54] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 0.75rem;
    background: var(--card-bg-solid);
    padding: 0.75rem 0.85rem;
    margin-bottom: 0.4rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-xs);
}

.vault-item:hover[b-arofs9vc54] {
    background: var(--hover-bg);
    border-color: rgba(var(--primary-rgb), 0.3);
    transform: translateX(3px);
    box-shadow: var(--shadow-sm);
}

.vault-item.active[b-arofs9vc54] {
    background: var(--active-bg) !important;
    border-color: var(--primary-color) !important;
    border-left: 4px solid var(--primary-color) !important;
    box-shadow: var(--shadow-sm);
}

.vault-item-icon[b-arofs9vc54] {
    font-size: 2rem !important;
    width: 2.2rem !important;
    height: 2.2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.vault-item-body[b-arofs9vc54] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.vault-item-title[b-arofs9vc54] {
    font-weight: 700;
    font-size: 0.95rem !important;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vault-item-subtitle[b-arofs9vc54] {
    font-size: 0.825rem !important;
    color: var(--text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---------- Detail Pane (Pane 3) ---------- */
.vault-detail[b-arofs9vc54] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background: var(--card-bg-solid);
    padding: 1.5rem;
}

.vault-detail-inner[b-arofs9vc54] {
    max-width: 760px;
    overflow-y: auto;
    flex: 1;
}

.vault-detail-icon[b-arofs9vc54] {
    font-size: 2.2rem;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.12));
}

.vault-detail-empty[b-arofs9vc54] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
}

.vault-blur-overlay[b-arofs9vc54] {
    filter: blur(14px) opacity(0.15) !important;
    pointer-events: none !important;
    user-select: none !important;
    transition: filter 0.2s ease, opacity 0.2s ease !important;
}

.vault-empty-icon[b-arofs9vc54] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    opacity: 0.6;
}

.form-select[b-arofs9vc54] {
    cursor: pointer;
    min-width: 140px;
}

.vault-field-value[b-arofs9vc54] {
    font-size: 0.95rem;
    margin-top: 0.2rem;
    word-break: break-all;
    color: var(--text-primary);
    font-weight: 500;
}

/* Vault Custom Fields Section */
.vault-fields-section[b-arofs9vc54] {
    border-top: 1px solid var(--border-color);
    padding-top: 1.5rem;
}

.vault-fields-section h5[b-arofs9vc54] {
    color: var(--text-primary);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.vault-fields-list[b-arofs9vc54] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vault-field-card[b-arofs9vc54] {
    background: var(--bg-tertiary);
    border: 1px solid var(--border-color);
    border-radius: 0.75rem;
    padding: 1.15rem;
    transition: all 0.25s ease;
    box-shadow: var(--shadow-xs);
}

.vault-field-card:hover[b-arofs9vc54] {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-sm);
}

/* Controls row layout */
.vault-field-controls-row[b-arofs9vc54] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 0.75rem;
    align-items: flex-end;
}

.vault-field-name-group[b-arofs9vc54] {
    display: flex;
    flex-direction: column;
}

.vault-field-name-group .form-label[b-arofs9vc54] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-secondary);
}

.vault-field-name-group .form-control[b-arofs9vc54] {
    background: var(--card-bg-solid);
    border: 1.5px solid var(--border-color-strong);
    color: var(--text-primary);
    height: 2.35rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
}

.vault-field-type-group[b-arofs9vc54] {
    display: flex;
    flex-direction: column;
}

.vault-field-type-group .form-label[b-arofs9vc54] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-secondary);
}

.vault-field-type-group .form-select[b-arofs9vc54] {
    background: var(--card-bg-solid) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat right 0.75rem center;
    background-size: 16px 12px;
    border: 1.5px solid var(--border-color-strong);
    color: var(--text-primary);
    height: 2.35rem;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    appearance: none;
}

.vault-field-type-group .form-select:focus[b-arofs9vc54] {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px var(--focus-ring);
}

.vault-tag[b-arofs9vc54] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 500;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.25);
    color: #6366f1;
    margin-right: 0.4rem;
    margin-bottom: 0.35rem;
    transition: all 0.2s ease;
}

.vault-tag:hover[b-arofs9vc54] {
    background: rgba(99, 102, 241, 0.18);
    border-color: rgba(99, 102, 241, 0.4);
    transform: translateY(-1px);
}

[data-theme="dark"] .vault-tag[b-arofs9vc54],
[data-bs-theme="dark"] .vault-tag[b-arofs9vc54] {
    background: rgba(99, 102, 241, 0.15) !important;
    border-color: rgba(99, 102, 241, 0.35) !important;
    color: #a5b4fc !important;
}

/* Separate Field Cards */
.vault-fields-list[b-arofs9vc54] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
}

.vault-field-card[b-arofs9vc54] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: 1rem;
    padding: 1rem 1.15rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    overflow: hidden !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

/* View Mode Field Card: Side-by-Side Row Layout */
.vault-field-card.vault-field-card-view[b-arofs9vc54],
.vault-field-card-view[b-arofs9vc54] {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem !important;
}

/* Edit Mode Field Card: Stacked Sections Layout */
.vault-field-card.vault-field-card-edit[b-arofs9vc54],
.vault-field-card-edit[b-arofs9vc54] {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.85rem !important;
}

.vault-field-card:hover[b-arofs9vc54] {
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

[data-theme="dark"] .vault-field-card[b-arofs9vc54],
[data-bs-theme="dark"] .vault-field-card[b-arofs9vc54] {
    background: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .vault-field-card:hover[b-arofs9vc54],
[data-bs-theme="dark"] .vault-field-card:hover[b-arofs9vc54] {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(99, 102, 241, 0.4) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
}

.vault-field-controls-row[b-arofs9vc54] {
    display: flex !important;
    align-items: flex-end !important;
    gap: 0.75rem !important;
    width: 100% !important;
    flex-wrap: wrap !important;
    box-sizing: border-box !important;
}

.vault-field-name-group[b-arofs9vc54] {
    flex: 1 1 120px !important;
    min-width: 100px !important;
    max-width: 100% !important;
}

.vault-field-type-group[b-arofs9vc54] {
    flex: 1 1 130px !important;
    min-width: 110px !important;
    max-width: 100% !important;
}

.vault-field-actions-group[b-arofs9vc54] {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    justify-content: flex-end !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
}

/* Circular Field Action Buttons with Perfect Center Alignment */
.vault-field-icon-btn[b-arofs9vc54] {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid rgba(99, 102, 241, 0.3) !important;
    background: rgba(99, 102, 241, 0.08) !important;
    color: #6366f1 !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    flex-shrink: 0 !important;
}

.vault-field-icon-btn i[b-arofs9vc54] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.95rem !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
}

.vault-field-icon-btn:hover[b-arofs9vc54] {
    background: #6366f1 !important;
    border-color: #6366f1 !important;
    color: #ffffff !important;
    transform: scale(1.08) !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.35) !important;
}

[data-theme="dark"] .vault-field-icon-btn[b-arofs9vc54],
[data-bs-theme="dark"] .vault-field-icon-btn[b-arofs9vc54] {
    background: rgba(129, 140, 248, 0.12) !important;
    border-color: rgba(129, 140, 248, 0.35) !important;
    color: #a5b4fc !important;
}

[data-theme="dark"] .vault-field-icon-btn:hover[b-arofs9vc54],
[data-bs-theme="dark"] .vault-field-icon-btn:hover[b-arofs9vc54] {
    background: #6366f1 !important;
    border-color: #6366f1 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.45) !important;
}

.vault-field-secret[b-arofs9vc54] {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    white-space: nowrap !important;
    padding: 0.35rem 0.75rem !important;
    background: rgba(99, 102, 241, 0.08) !important;
    border: 1.5px solid rgba(99, 102, 241, 0.25) !important;
    border-radius: 0.75rem !important;
}

.vault-field-secret.form-check[b-arofs9vc54] {
    padding-left: 0.75rem !important;
}

.vault-field-secret .form-check-input[b-arofs9vc54] {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
    margin-top: 0 !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    width: 2.2em !important;
    height: 1.2em !important;
}

.vault-field-secret .form-check-label[b-arofs9vc54] {
    margin-left: 0 !important;
    font-size: 0.825rem !important;
    font-weight: 700 !important;
    color: var(--text-primary) !important;
    margin-bottom: 0 !important;
    user-select: none !important;
    cursor: pointer !important;
}

.vault-field-delete[b-arofs9vc54] {
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.95rem !important;
    flex-shrink: 0 !important;
    border-radius: 0.75rem !important;
    background: rgba(239, 68, 68, 0.1) !important;
    border: 1.5px solid rgba(239, 68, 68, 0.3) !important;
    color: #ef4444 !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.vault-field-delete:hover[b-arofs9vc54] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.45) !important;
}

.vault-field-value-section[b-arofs9vc54] {
    display: flex;
    flex-direction: column;
}

.vault-field-value-section>label[b-arofs9vc54] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-secondary);
    margin-bottom: 0.35rem;
}

.vault-field-input[b-arofs9vc54] {
    background: var(--card-bg-solid);
    border: 1.5px solid var(--border-color-strong);
    color: var(--text-primary);
    height: 2.35rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
}

.vault-field-input:focus[b-arofs9vc54] {
    background: var(--card-bg-solid);
    border-color: var(--primary-color);
    color: var(--text-primary);
    box-shadow: 0 0 0 3px var(--focus-ring);
}

.vault-field-input[b-arofs9vc54]::placeholder {
    color: var(--text-tertiary);
}

.input-group .vault-field-input[b-arofs9vc54] {
    flex: 1;
    height: 2.35rem;
}

/* Middle Column Header Styling */
.vault-search-input[b-arofs9vc54] {
    border-radius: 0.75rem !important;
    padding-top: 0.45rem !important;
    padding-bottom: 0.45rem !important;
    background: var(--body-bg, #f8fafc) !important;
    border: 1px solid var(--border-color, #e2e8f0) !important;
    font-size: 0.88rem !important;
}

[data-theme="dark"] .vault-search-input[b-arofs9vc54],
[data-bs-theme="dark"] .vault-search-input[b-arofs9vc54] {
    background: rgba(15, 23, 42, 0.6) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #f8fafc !important;
}

.vault-header-icon-btn[b-arofs9vc54] {
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    border-radius: 0.65rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1rem !important;
    flex-shrink: 0 !important;
    transition: all 0.2s ease !important;
}

.vault-sort-select[b-arofs9vc54] {
    width: auto !important;
    min-width: 145px !important;
    border-radius: 0.65rem !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    background-color: var(--card-bg, #ffffff) !important;
    border: 1px solid var(--border-color, #e2e8f0) !important;
}

[data-theme="dark"] .vault-sort-select[b-arofs9vc54],
[data-bs-theme="dark"] .vault-sort-select[b-arofs9vc54] {
    background-color: rgba(15, 23, 42, 0.6) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #f8fafc !important;
}

/* Ultra-Premium Detail Header Card */
.vault-detail-header-card[b-arofs9vc54] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, rgba(226, 232, 240, 0.8));
    border-radius: 1.25rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.vault-detail-header-card-body[b-arofs9vc54] {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.85rem;
}

.vault-detail-header-actions[b-arofs9vc54] {
    width: 100%;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (min-width: 1450px) {
    .vault-detail-header-card-body[b-arofs9vc54] {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1rem;
    }

    .vault-detail-header-actions[b-arofs9vc54] {
        width: auto;
        justify-content: flex-end;
    }
}

[data-theme="dark"] .vault-detail-header-card[b-arofs9vc54],
[data-bs-theme="dark"] .vault-detail-header-card[b-arofs9vc54] {
    background: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.vault-detail-icon-container[b-arofs9vc54] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(168, 85, 247, 0.15));
    border: 1px solid rgba(99, 102, 241, 0.3);
    color: #6366f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.2);
}

.vault-detail-title[b-arofs9vc54] {
    font-size: 1.5rem;
    letter-spacing: -0.01em;
}

.vault-detail-subtitle[b-arofs9vc54] {
    font-size: 0.98rem;
    font-weight: 500;
}

.vault-detail-timestamp[b-arofs9vc54] {
    display: inline-flex;
    align-items: center;
    font-size: 0.76rem;
    font-weight: 500;
    padding: 0.22rem 0.65rem;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: var(--text-secondary, #64748b);
}

[data-theme="dark"] .vault-detail-timestamp[b-arofs9vc54],
[data-bs-theme="dark"] .vault-detail-timestamp[b-arofs9vc54] {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #94a3b8 !important;
}

/* Detail Top Action Buttons — Uniform Height & Styling */
.vault-top-btn[b-arofs9vc54] {
    height: 38px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.4rem !important;
    padding: 0 0.95rem !important;
    border-radius: 0.75rem !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    transition: all 0.2s ease !important;
}

/* Field Action Icon Buttons — Enlarged & Premium */
.vault-field-icon-btn[b-arofs9vc54] {
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    border-radius: 0.65rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(99, 102, 241, 0.12) !important;
    border: 1px solid rgba(99, 102, 241, 0.28) !important;
    color: #6366f1 !important;
    font-size: 1.18rem !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
}

.vault-field-icon-btn i[b-arofs9vc54],
.vault-field-icon-btn svg[b-arofs9vc54] {
    font-size: 1.18rem !important;
    width: 1.18rem !important;
    height: 1.18rem !important;
}

.vault-field-icon-btn:hover:not(:disabled)[b-arofs9vc54] {
    background: rgba(99, 102, 241, 0.22) !important;
    border-color: rgba(99, 102, 241, 0.5) !important;
    color: #4f46e5 !important;
    transform: scale(1.1);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.3) !important;
}

[data-theme="dark"] .vault-field-icon-btn[b-arofs9vc54],
[data-bs-theme="dark"] .vault-field-icon-btn[b-arofs9vc54] {
    background: rgba(129, 140, 248, 0.15) !important;
    border-color: rgba(129, 140, 248, 0.35) !important;
    color: #818cf8 !important;
}

[data-theme="dark"] .vault-field-icon-btn:hover:not(:disabled)[b-arofs9vc54],
[data-bs-theme="dark"] .vault-field-icon-btn:hover:not(:disabled)[b-arofs9vc54] {
    background: rgba(129, 140, 248, 0.25) !important;
    border-color: rgba(129, 140, 248, 0.55) !important;
    color: #a5b4fc !important;
    box-shadow: 0 4px 16px rgba(129, 140, 248, 0.35) !important;
}

/* Premium List Item Badges */
.vault-item-category[b-arofs9vc54] {
    font-size: 0.74rem !important;
    font-weight: 500 !important;
    padding: 0.22rem 0.65rem !important;
    border-radius: 999px !important;
    background: rgba(99, 102, 241, 0.12) !important;
    border: 1px solid rgba(99, 102, 241, 0.25) !important;
    color: #6366f1 !important;
    display: inline-flex !important;
    align-items: center !important;
}

[data-theme="dark"] .vault-item-category[b-arofs9vc54],
[data-bs-theme="dark"] .vault-item-category[b-arofs9vc54] {
    background: rgba(99, 102, 241, 0.18) !important;
    border-color: rgba(99, 102, 241, 0.35) !important;
    color: #a5b4fc !important;
}

.vault-item-tag-badge[b-arofs9vc54] {
    font-size: 0.72rem !important;
    font-weight: 500 !important;
    padding: 0.18rem 0.55rem !important;
    border-radius: 999px !important;
    background: rgba(148, 163, 184, 0.12) !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    color: var(--text-secondary, #64748b) !important;
    display: inline-flex !important;
    align-items: center !important;
}

[data-theme="dark"] .vault-item-tag-badge[b-arofs9vc54],
[data-bs-theme="dark"] .vault-item-tag-badge[b-arofs9vc54] {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #cbd5e1 !important;
}

/* Premium Attachments Section */
.vault-attachments[b-arofs9vc54] {
    margin: 1.5rem 0 0 0 !important;
    padding: 0 !important;
}

.vault-attachments-card[b-arofs9vc54] {
    border-radius: 1.25rem;
    padding: 1.5rem;
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, rgba(226, 232, 240, 0.8));
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

[data-theme="dark"] .vault-attachments-card[b-arofs9vc54],
[data-bs-theme="dark"] .vault-attachments-card[b-arofs9vc54] {
    background: rgba(255, 255, 255, 0.02) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.vault-attachments-icon-badge[b-arofs9vc54] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.25);
    color: #6366f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.vault-dropzone[b-arofs9vc54] {
    border: 2px dashed rgba(99, 102, 241, 0.3) !important;
    border-radius: 1rem !important;
    background: var(--body-bg, #f8fafc) !important;
    transition: all 0.25s ease !important;
    position: relative;
}

.vault-dropzone:hover[b-arofs9vc54] {
    border-color: #6366f1 !important;
    background: rgba(99, 102, 241, 0.03) !important;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.08);
}

[data-theme="dark"] .vault-dropzone[b-arofs9vc54],
[data-bs-theme="dark"] .vault-dropzone[b-arofs9vc54] {
    background: rgba(15, 23, 42, 0.6) !important;
    border-color: rgba(99, 102, 241, 0.35) !important;
}

.vault-dropzone-icon[b-arofs9vc54] {
    color: #6366f1;
    transition: transform 0.2s ease;
}

.vault-dropzone:hover .vault-dropzone-icon[b-arofs9vc54] {
    transform: translateY(-3px);
}

.btn-choose-file[b-arofs9vc54] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 0.75rem;
    padding: 0.6rem 1.4rem;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.btn-choose-file:hover[b-arofs9vc54] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.45);
    color: #ffffff !important;
}

.vault-dropzone-input-hidden[b-arofs9vc54] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

/* Vault action buttons styling */
.vault-detail-inner .d-flex.gap-2 .btn[b-arofs9vc54] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 650;
    border-radius: 50rem !important;
    padding: 0.4rem 0.9rem !important;
    font-size: 0.85rem !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.vault-detail-inner .d-flex.gap-2 .btn span[b-arofs9vc54] {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
}

/* Action button styles for Vault Header */
.vault-list-header .action-btn.btn-outline-primary[b-arofs9vc54],
.vault-detail-inner .action-btn.btn-outline-primary[b-arofs9vc54] {
    background: linear-gradient(135deg, rgba(79, 110, 247, 0.12) 0%, rgba(79, 110, 247, 0.05) 100%) !important;
    color: #4f6ef7 !important;
    border: 1.5px solid rgba(79, 110, 247, 0.4) !important;
}

.vault-list-header .action-btn.btn-outline-primary:hover:not(:disabled)[b-arofs9vc54],
.vault-detail-inner .action-btn.btn-outline-primary:hover:not(:disabled)[b-arofs9vc54] {
    background: var(--accent-gradient) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(79, 110, 247, 0.35) !important;
}

.vault-list-header .action-btn.btn-outline-info[b-arofs9vc54],
.vault-detail-inner .action-btn.btn-outline-info[b-arofs9vc54] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0.05) 100%) !important;
    color: #2563eb !important;
    border: 1.5px solid rgba(59, 130, 246, 0.4) !important;
}

.vault-list-header .action-btn.btn-outline-info:hover:not(:disabled)[b-arofs9vc54],
.vault-detail-inner .action-btn.btn-outline-info:hover:not(:disabled)[b-arofs9vc54] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.35) !important;
}

.vault-list-header .action-btn.btn-outline-success[b-arofs9vc54],
.vault-detail-inner .action-btn.btn-outline-success[b-arofs9vc54] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.12) 0%, rgba(16, 185, 129, 0.05) 100%) !important;
    color: #059669 !important;
    border: 1.5px solid rgba(16, 185, 129, 0.4) !important;
}

.vault-list-header .action-btn.btn-outline-success:hover:not(:disabled)[b-arofs9vc54],
.vault-detail-inner .action-btn.btn-outline-success:hover:not(:disabled)[b-arofs9vc54] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35) !important;
}

.vault-list-header .action-btn.btn-outline-danger[b-arofs9vc54],
.vault-detail-inner .action-btn.btn-outline-danger[b-arofs9vc54] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.12) 0%, rgba(239, 68, 68, 0.05) 100%) !important;
    color: #dc2626 !important;
    border: 1.5px solid rgba(239, 68, 68, 0.4) !important;
}

.vault-list-header .action-btn.btn-outline-danger:hover:not(:disabled)[b-arofs9vc54],
.vault-detail-inner .action-btn.btn-outline-danger:hover:not(:disabled)[b-arofs9vc54] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.35) !important;
}

.vault-list-header .action-btn.btn-outline-warning[b-arofs9vc54],
.vault-detail-inner .action-btn.btn-outline-warning[b-arofs9vc54] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12) 0%, rgba(245, 158, 11, 0.05) 100%) !important;
    color: #d97706 !important;
    border: 1.5px solid rgba(245, 158, 11, 0.4) !important;
}

.vault-list-header .action-btn.btn-outline-warning:hover:not(:disabled)[b-arofs9vc54],
.vault-detail-inner .action-btn.btn-outline-warning:hover:not(:disabled)[b-arofs9vc54] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35) !important;
}

.vault-list-header .action-btn[b-arofs9vc54] {
    height: 38px !important;
    min-width: 38px !important;
    padding: 0.35rem 0.65rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50rem !important;
}

.vault-list-header .action-btn i[b-arofs9vc54],
.vault-list-header .action-btn span[b-arofs9vc54] {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.vault-list-header .action-btn svg[b-arofs9vc54] {
    width: 18px !important;
    height: 18px !important;
    stroke-width: 2.5px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Attachment button styling */
.list-group-item .d-flex.gap-2 .btn.action-btn[b-arofs9vc54] {
    border-radius: 50rem !important;
    border: 1.5px solid !important;
    font-weight: 600;
    transition: all 0.25s ease;
}

/* Dark Theme Overrides for Vault */
[data-theme="dark"] .vault-sidebar[b-arofs9vc54],
[data-bs-theme="dark"] .vault-sidebar[b-arofs9vc54] {
    background: #111827 !important;
}

[data-theme="dark"] .vault-list[b-arofs9vc54],
[data-bs-theme="dark"] .vault-list[b-arofs9vc54] {
    background: #0b0f19 !important;
}

[data-theme="dark"] .vault-detail[b-arofs9vc54],
[data-bs-theme="dark"] .vault-detail[b-arofs9vc54] {
    background: #111827 !important;
}

[data-theme="dark"] .vault-list-header[b-arofs9vc54],
[data-bs-theme="dark"] .vault-list-header[b-arofs9vc54] {
    background: #161c2d !important;
}

[data-theme="dark"] .vault-item[b-arofs9vc54],
[data-bs-theme="dark"] .vault-item[b-arofs9vc54] {
    background: #161c2d !important;
}

[data-theme="dark"] .vault-field-card[b-arofs9vc54],
[data-bs-theme="dark"] .vault-field-card[b-arofs9vc54] {
    background: #161c2d !important;
}

[data-theme="dark"] .vault-attachments[b-arofs9vc54],
[data-bs-theme="dark"] .vault-attachments[b-arofs9vc54] {
    background: #161c2d !important;
}

/* Responsive Vault Layout */
@media (max-width: 1450px) {
    .vault-shell[b-arofs9vc54] {
        grid-template-columns: 220px 270px 1fr;
    }
}

@media (max-width: 1280px) {
    .vault-shell[b-arofs9vc54] {
        grid-template-columns: 200px 250px 1fr;
    }
}

@media (max-width: 1200px) {
    .vault-detail[b-arofs9vc54] {
        padding: 0.75rem !important;
    }

    .vault-detail-inner[b-arofs9vc54] {
        padding: 0 !important;
        max-width: 100% !important;
    }

    .vault-detail-header-card[b-arofs9vc54] {
        padding: 0.85rem 1rem !important;
        margin-bottom: 0.85rem !important;
        border-radius: 0.875rem !important;
    }

    .vault-detail-title[b-arofs9vc54] {
        font-size: 1.25rem !important;
    }

    .vault-detail-subtitle[b-arofs9vc54] {
        font-size: 0.88rem !important;
    }

    .vault-detail-icon-container[b-arofs9vc54] {
        width: 44px !important;
        height: 44px !important;
        font-size: 1.35rem !important;
        border-radius: 12px !important;
    }

    .vault-fields-list[b-arofs9vc54] {
        gap: 0.5rem !important;
        margin-top: 0.75rem !important;
        margin-bottom: 0.85rem !important;
    }

    .vault-field-card[b-arofs9vc54] {
        padding: 0.65rem 0.85rem !important;
        gap: 0.6rem !important;
        border-radius: 0.75rem !important;
    }

    .vault-attachments[b-arofs9vc54] {
        margin-top: 0.85rem !important;
    }

    .vault-attachments-card[b-arofs9vc54] {
        padding: 0.85rem 1rem !important;
        border-radius: 0.875rem !important;
    }

    .vault-dropzone[b-arofs9vc54] {
        padding: 1rem 0.75rem !important;
    }
}

@media (max-width: 1024px) {
    .vault-shell[b-arofs9vc54] {
        grid-template-columns: 180px 230px 1fr;
    }
}

/* Mobile 640px Media Query — Placed after larger screen queries to ensure highest CSS specificity */
@media (max-width: 640px) {
    .vault-detail[b-arofs9vc54] {
        padding: 5px !important;
    }
    .mobile-vault-header.border-bottom.p-3[b-arofs9vc54] {
        padding: 5px !important;
    }
    .vault-detail-header-card.p-3.p-xl-4.mb-3.mb-xl-4[b-arofs9vc54] {
        padding: 5px !important;
    }
}

/* Mobile Header Premium Styling */
.vault-mobile-search-icon[b-arofs9vc54] {
    font-size: 0.95rem;
    color: #6366f1 !important;
    pointer-events: none;
    z-index: 5;
    transition: all 0.2s ease;
    opacity: 0.85;
}

.position-relative:focus-within .vault-mobile-search-icon[b-arofs9vc54] {
    color: #4f46e5 !important;
    opacity: 1;
    transform: translateY(-50%) scale(1.08) !important;
}

[data-theme="dark"] .vault-mobile-search-icon[b-arofs9vc54],
[data-bs-theme="dark"] .vault-mobile-search-icon[b-arofs9vc54] {
    color: #a5b4fc !important;
    opacity: 0.9;
}

[data-theme="dark"] .position-relative:focus-within .vault-mobile-search-icon[b-arofs9vc54],
[data-bs-theme="dark"] .position-relative:focus-within .vault-mobile-search-icon[b-arofs9vc54] {
    color: #818cf8 !important;
    opacity: 1;
}

.vault-mobile-search-input[b-arofs9vc54] {
    border-radius: 0.75rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    background: var(--body-bg, #f8fafc) !important;
    border: 1px solid var(--border-color, #e2e8f0) !important;
    font-size: 0.9rem !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
}

[data-theme="dark"] .vault-mobile-search-input[b-arofs9vc54],
[data-bs-theme="dark"] .vault-mobile-search-input[b-arofs9vc54] {
    background: rgba(15, 23, 42, 0.6) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #f8fafc !important;
}

.vault-mobile-new-btn[b-arofs9vc54] {
    height: 38px !important;
    padding: 0 1rem !important;
    border-radius: 0.75rem !important;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35) !important;
    transition: all 0.2s ease !important;
}

.vault-mobile-new-btn:hover[b-arofs9vc54] {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(99, 102, 241, 0.45) !important;
}

@media (max-width: 1000px) {
    .vault-sidebar[b-arofs9vc54] {
        display: none !important;
    }

    .vault-shell[b-arofs9vc54] {
        grid-template-columns: 300px 1fr;
    }
}

@media (max-width: 768px) {
    .mobile-vault-header[b-arofs9vc54] {
        display: block !important;
        position: relative !important;
        z-index: 1050 !important;
        background: var(--card-bg, #ffffff) !important;
    }

    [data-theme="dark"] .mobile-vault-header[b-arofs9vc54],
    [data-bs-theme="dark"] .mobile-vault-header[b-arofs9vc54] {
        background: #161c2d !important;
    }

    .vault-sidebar[b-arofs9vc54] {
        display: none !important;
    }

    .vault-list[b-arofs9vc54] {
        display: none !important;
    }

    .vault-list-header[b-arofs9vc54] {
        display: none !important;
    }

    .vault-shell[b-arofs9vc54] {
        grid-template-columns: 1fr;
        height: auto;
        overflow: visible;
    }
}

/* Mobile Search Input Focus Styling */
.vault-mobile-search-input[b-arofs9vc54] {
    border: 1px solid var(--border-color, rgba(226, 232, 240, 0.8));
    border-radius: 0.6rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.vault-mobile-search-input:focus[b-arofs9vc54] {
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15) !important;
    background-color: var(--card-bg, #ffffff) !important;
}

[data-theme="dark"] .vault-mobile-search-input[b-arofs9vc54],
[data-bs-theme="dark"] .vault-mobile-search-input[b-arofs9vc54] {
    background-color: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #f8fafc !important;
}

[data-theme="dark"] .vault-mobile-search-input:focus[b-arofs9vc54],
[data-bs-theme="dark"] .vault-mobile-search-input:focus[b-arofs9vc54] {
    border-color: #818cf8 !important;
    box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.2) !important;
    background-color: rgba(15, 23, 42, 0.9) !important;
}

/* Category Selection Modal */
.category-modal-content[b-arofs9vc54] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, rgba(226, 232, 240, 0.8));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.category-modal-header-icon[b-arofs9vc54] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(168, 85, 247, 0.15));
    border: 1px solid rgba(99, 102, 241, 0.25);
    color: #6366f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.category-select-grid[b-arofs9vc54] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
    gap: 1rem;
}

.category-select-btn[b-arofs9vc54] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 0.75rem;
    border-radius: 1rem;
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, #e2e8f0);
    color: var(--text-primary, #1e293b);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.category-select-btn:hover[b-arofs9vc54] {
    transform: translateY(-4px);
    border-color: rgba(99, 102, 241, 0.5);
    box-shadow: 0 12px 24px -6px rgba(99, 102, 241, 0.25);
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.04) 0%, rgba(168, 85, 247, 0.04) 100%);
}

.category-select-btn:active[b-arofs9vc54] {
    transform: translateY(-1px);
}

.category-icon-wrapper[b-arofs9vc54] {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    transition: all 0.25s ease;
}

.category-select-btn:hover .category-icon-wrapper[b-arofs9vc54] {
    transform: scale(1.1);
    background: rgba(99, 102, 241, 0.18);
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 0 16px rgba(99, 102, 241, 0.3);
}

.category-btn-title[b-arofs9vc54] {
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1.3;
    color: var(--text-primary);
}

[data-theme="dark"] .category-modal-content[b-arofs9vc54],
[data-bs-theme="dark"] .category-modal-content[b-arofs9vc54] {
    background: #161c2d !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

[data-theme="dark"] .category-select-btn[b-arofs9vc54],
[data-bs-theme="dark"] .category-select-btn[b-arofs9vc54] {
    background: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: #f1f5f9 !important;
}

[data-theme="dark"] .category-select-btn:hover[b-arofs9vc54],
[data-bs-theme="dark"] .category-select-btn:hover[b-arofs9vc54] {
    background: rgba(99, 102, 241, 0.12) !important;
    border-color: rgba(99, 102, 241, 0.6) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4), 0 0 12px rgba(99, 102, 241, 0.3) !important;
}

/* Mobile Search Dropdown Overlay & Backdrop */
.mobile-search-backdrop[b-arofs9vc54] {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.mobile-search-dropdown[b-arofs9vc54] {
    top: 100%;
    z-index: 1060;
    max-height: 70vh;
    overflow: hidden;
    background: var(--card-bg, #ffffff) !important;
    border: 1px solid var(--border-color, rgba(99, 102, 241, 0.25)) !important;
    border-radius: 0.85rem !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 0 0 20px rgba(99, 102, 241, 0.15) !important;
    margin-top: 0.35rem;
}

[data-theme="dark"] .mobile-search-dropdown[b-arofs9vc54],
[data-bs-theme="dark"] .mobile-search-dropdown[b-arofs9vc54] {
    background: #161c2d !important;
    border-color: rgba(99, 102, 241, 0.35) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 25px rgba(99, 102, 241, 0.2) !important;
}

.mobile-search-results-list[b-arofs9vc54] {
    max-height: calc(70vh - 45px);
    overflow-y: auto;
}

.mobile-search-item-btn[b-arofs9vc54] {
    border: none !important;
    border-bottom: 1px solid rgba(99, 102, 241, 0.15) !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.mobile-search-item-btn:last-child[b-arofs9vc54] {
    border-bottom: none !important;
}

.mobile-search-item-btn:hover[b-arofs9vc54],
.mobile-search-item-btn:focus[b-arofs9vc54] {
    background-color: rgba(99, 102, 241, 0.08) !important;
}

[data-theme="dark"] .mobile-search-item-btn[b-arofs9vc54],
[data-bs-theme="dark"] .mobile-search-item-btn[b-arofs9vc54] {
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}

[data-theme="dark"] .mobile-search-item-btn:hover[b-arofs9vc54],
[data-bs-theme="dark"] .mobile-search-item-btn:hover[b-arofs9vc54] {
    background-color: rgba(99, 102, 241, 0.16) !important;
}

.category-pill-badge[b-arofs9vc54] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(139, 92, 246, 0.15) 100%);
    color: #6366f1 !important;
    border: 1px solid rgba(99, 102, 241, 0.3);
    font-size: 0.68rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
}

[data-theme="dark"] .category-pill-badge[b-arofs9vc54],
[data-bs-theme="dark"] .category-pill-badge[b-arofs9vc54] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.25) 0%, rgba(139, 92, 246, 0.25) 100%);
    color: #a5b4fc !important;
    border-color: rgba(165, 180, 252, 0.35);
}

.tag-pill-badge[b-arofs9vc54] {
    background: rgba(148, 163, 184, 0.12);
    color: var(--text-secondary, #64748b) !important;
    border: 1px solid rgba(148, 163, 184, 0.25);
    font-size: 0.65rem;
    font-weight: 550;
    padding: 0.12rem 0.45rem;
    border-radius: 6px;
}

[data-theme="dark"] .tag-pill-badge[b-arofs9vc54],
[data-bs-theme="dark"] .tag-pill-badge[b-arofs9vc54] {
    background: rgba(255, 255, 255, 0.06);
    color: #94a3b8 !important;
    border-color: rgba(255, 255, 255, 0.12);
}

mark.search-highlight-word[b-arofs9vc54] {
    background: rgba(245, 158, 11, 0.35) !important;
    color: inherit !important;
    font-weight: 700 !important;
    padding: 0 3px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(245, 158, 11, 0.5) !important;
}

[data-theme="dark"] mark.search-highlight-word[b-arofs9vc54],
[data-bs-theme="dark"] mark.search-highlight-word[b-arofs9vc54] {
    background: rgba(251, 191, 36, 0.4) !important;
    color: #ffffff !important;
    border-color: rgba(251, 191, 36, 0.6) !important;
}
/* /Components/Shared/AccessibilityTools.razor.rz.scp.css */
/* ============================================
   ENTERPRISE ACCESSIBILITY STYLES
   ============================================ */

/* ============================================
   SKIP LINKS
   ============================================ */
.skip-links[b-8ne5teu848] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.skip-link[b-8ne5teu848] {
    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-8ne5teu848] {
    top: 0;
    outline: 2px solid white;
    outline-offset: 2px;
}

.skip-link:hover[b-8ne5teu848] {
    background: var(--primary-hover, #2563eb);
}

/* Multiple skip links stacking */
.skip-link:nth-child(2)[b-8ne5teu848] {
    left: auto;
    right: 0;
    border-radius: 0 0 0 0.5rem;
}

/* ============================================
   VISUALLY HIDDEN (Screen Reader Only)
   ============================================ */
.visually-hidden[b-8ne5teu848],
.sr-only[b-8ne5teu848] {
    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-8ne5teu848],
.visually-hidden-focusable:active[b-8ne5teu848] {
    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-8ne5teu848] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
}

/* Remove default focus for mouse users */
*:focus:not(:focus-visible)[b-8ne5teu848] {
    outline: none;
}

/* Enhanced focus for interactive elements */
a:focus-visible[b-8ne5teu848],
button:focus-visible[b-8ne5teu848],
input:focus-visible[b-8ne5teu848],
select:focus-visible[b-8ne5teu848],
textarea:focus-visible[b-8ne5teu848],
[tabindex]:focus-visible[b-8ne5teu848] {
    outline: 2px solid var(--primary-color, #3b82f6);
    outline-offset: 2px;
    border-radius: 0.25rem;
}

/* Focus ring for cards/containers */
.card:focus-visible[b-8ne5teu848],
.list-group-item:focus-visible[b-8ne5teu848],
.nav-link:focus-visible[b-8ne5teu848] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

/* High contrast focus for buttons */
.btn:focus-visible[b-8ne5teu848] {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
}

/* ============================================
   KEYBOARD NAVIGATION HELPERS
   ============================================ */

/* Focus trap indicator */
[data-focus-trap="true"][b-8ne5teu848] {
    position: relative;
}

[data-focus-trap="true"][b-8ne5teu848]::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-8ne5teu848]::before {
    opacity: 0.5;
}

/* Arrow key navigation indicator */
[data-arrow-nav="true"] [aria-selected="true"][b-8ne5teu848],
[data-arrow-nav="true"] [data-active="true"][b-8ne5teu848] {
    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-8ne5teu848],
    *[b-8ne5teu848]::before,
    *[b-8ne5teu848]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .skip-link[b-8ne5teu848] {
        transition: none;
    }
}

/* ============================================
   HIGH CONTRAST MODE
   ============================================ */
@media (prefers-contrast: high) {
    *:focus-visible[b-8ne5teu848] {
        outline: 3px solid currentColor !important;
        outline-offset: 3px !important;
    }
    
    .skip-link[b-8ne5teu848] {
        border: 2px solid white;
    }
    
    .btn[b-8ne5teu848] {
        border: 2px solid currentColor !important;
    }
}

/* ============================================
   TOUCH TARGET SIZES (WCAG 2.5.5)
   ============================================ */
@media (pointer: coarse) {
    /* Ensure minimum 44x44px touch targets */
    button[b-8ne5teu848],
    [role="button"][b-8ne5teu848],
    a[b-8ne5teu848],
    input[type="checkbox"][b-8ne5teu848],
    input[type="radio"][b-8ne5teu848],
    select[b-8ne5teu848] {
        min-height: 44px;
        min-width: 44px;
    }
    
    /* Spacing for touch targets */
    .btn[b-8ne5teu848] {
        padding: 0.75rem 1.25rem;
    }
    
    /* Form controls */
    .form-control[b-8ne5teu848],
    .form-select[b-8ne5teu848] {
        min-height: 44px;
        padding: 0.625rem 1rem;
    }
    
    /* Checkboxes and radios */
    .form-check-input[b-8ne5teu848] {
        width: 1.5rem;
        height: 1.5rem;
    }
}

/* ============================================
   LANDMARK REGIONS STYLING
   ============================================ */
[role="main"][b-8ne5teu848],
#main-content[b-8ne5teu848] {
    scroll-margin-top: 5rem; /* Account for fixed header */
}

[role="navigation"][b-8ne5teu848],
#main-navigation[b-8ne5teu848] {
    scroll-margin-top: 1rem;
}

/* ============================================
   ERROR/VALIDATION ACCESSIBILITY
   ============================================ */
[aria-invalid="true"][b-8ne5teu848] {
    border-color: var(--danger-color, #ef4444) !important;
}

[aria-invalid="true"]:focus[b-8ne5teu848] {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3);
}

.field-validation-error[b-8ne5teu848],
[role="alert"][b-8ne5teu848] {
    color: var(--danger-color, #ef4444);
}

/* Required field indicator */
[aria-required="true"][b-8ne5teu848]::after,
.required[b-8ne5teu848]::after {
    content: ' *';
    color: var(--danger-color, #ef4444);
}

/* ============================================
   LOADING STATES ACCESSIBILITY
   ============================================ */
[aria-busy="true"][b-8ne5teu848] {
    cursor: wait;
    pointer-events: none;
    opacity: 0.7;
}

[aria-busy="true"][b-8ne5teu848]::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-8ne5teu848 0.6s linear infinite;
}

@keyframes a11ySpinner-b-8ne5teu848 {
    to {
        transform: rotate(360deg);
    }
}

/* ============================================
   DISABLED STATE ACCESSIBILITY
   ============================================ */
[aria-disabled="true"][b-8ne5teu848],
[disabled][b-8ne5teu848] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* ============================================
   EXPANDED/COLLAPSED INDICATORS
   ============================================ */
[aria-expanded="false"][b-8ne5teu848]::before {
    content: '?';
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 0.75em;
    transition: transform 0.2s ease;
}

[aria-expanded="true"][b-8ne5teu848]::before {
    content: '?';
}

/* ============================================
   DIALOG/MODAL ACCESSIBILITY
   ============================================ */
[role="dialog"][b-8ne5teu848],
[role="alertdialog"][b-8ne5teu848] {
    /* Ensure modals have proper focus indication */
}

[role="dialog"]:focus[b-8ne5teu848],
[role="alertdialog"]:focus[b-8ne5teu848] {
    outline: none;
}

/* Backdrop for focus trapping visual indicator */
.modal-backdrop[b-8ne5teu848] {
    background: rgba(0, 0, 0, 0.5);
}

@media (prefers-contrast: high) {
    .modal-backdrop[b-8ne5teu848] {
        background: rgba(0, 0, 0, 0.8);
    }
}
/* /Components/Shared/EmptyState.razor.rz.scp.css */
/* ============================================
   ENTERPRISE EMPTY STATE STYLES
   ============================================ */

.empty-state[b-v6iwsigx5b] {
    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-v6iwsigx5b] {
    padding: 1.5rem 1rem;
    min-height: 200px;
}

.empty-state-sm .empty-state-illustration[b-v6iwsigx5b] {
    width: 120px;
    height: 90px;
    margin-bottom: 1rem;
}

.empty-state-sm .empty-state-title[b-v6iwsigx5b] {
    font-size: 1rem;
}

.empty-state-sm .empty-state-description[b-v6iwsigx5b] {
    font-size: 0.8125rem;
}

.empty-state-lg[b-v6iwsigx5b] {
    padding: 4rem 2rem;
    min-height: 400px;
}

.empty-state-lg .empty-state-illustration[b-v6iwsigx5b] {
    width: 280px;
    height: 210px;
    margin-bottom: 2rem;
}

.empty-state-lg .empty-state-title[b-v6iwsigx5b] {
    font-size: 1.5rem;
}

/* Illustration Container */
.empty-state-illustration[b-v6iwsigx5b] {
    width: 200px;
    height: 150px;
    margin-bottom: 1.5rem;
    animation: emptyStateFadeIn-b-v6iwsigx5b 0.5s ease-out;
}

.empty-illustration[b-v6iwsigx5b] {
    width: 100%;
    height: 100%;
}

.empty-illustration svg[b-v6iwsigx5b] {
    width: 100%;
    height: 100%;
}

/* Custom Icon */
.empty-state-icon[b-v6iwsigx5b] {
    font-size: 4rem;
    line-height: 1;
    display: block;
    animation: emptyStateBounce-b-v6iwsigx5b 2s ease-in-out infinite;
}

@keyframes emptyStateFadeIn-b-v6iwsigx5b {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes emptyStateBounce-b-v6iwsigx5b {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Content */
.empty-state-content[b-v6iwsigx5b] {
    max-width: 400px;
    animation: emptyStateFadeIn-b-v6iwsigx5b 0.5s ease-out 0.1s both;
}

.empty-state-title[b-v6iwsigx5b] {
    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-v6iwsigx5b] {
    font-size: 0.9375rem;
    color: var(--text-secondary, #6b7280);
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
}

.empty-state-custom[b-v6iwsigx5b] {
    margin-bottom: 1.5rem;
}

/* Actions */
.empty-state-actions[b-v6iwsigx5b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    animation: emptyStateFadeIn-b-v6iwsigx5b 0.5s ease-out 0.2s both;
}

.empty-state-actions .btn[b-v6iwsigx5b] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Illustration Animation on Hover */
.empty-state:hover .empty-illustration svg[b-v6iwsigx5b] {
    animation: emptyStateWiggle-b-v6iwsigx5b 0.5s ease-in-out;
}

@keyframes emptyStateWiggle-b-v6iwsigx5b {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
}

/* ============================================
   DARK THEME SUPPORT
   ============================================ */
[data-theme="dark"] .empty-state[b-v6iwsigx5b],
[data-bs-theme="dark"] .empty-state[b-v6iwsigx5b] {
    --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-v6iwsigx5b],
[data-bs-theme="dark"] .empty-state-title[b-v6iwsigx5b] {
    color: var(--text-primary, #f1f5f9);
}

[data-theme="dark"] .empty-state-description[b-v6iwsigx5b],
[data-bs-theme="dark"] .empty-state-description[b-v6iwsigx5b] {
    color: var(--text-secondary, #94a3b8);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 480px) {
    .empty-state[b-v6iwsigx5b] {
        padding: 2rem 1rem;
        min-height: 250px;
    }
    
    .empty-state-illustration[b-v6iwsigx5b] {
        width: 160px;
        height: 120px;
    }
    
    .empty-state-title[b-v6iwsigx5b] {
        font-size: 1.125rem;
    }
    
    .empty-state-description[b-v6iwsigx5b] {
        font-size: 0.875rem;
    }
    
    .empty-state-actions[b-v6iwsigx5b] {
        flex-direction: column;
        width: 100%;
    }
    
    .empty-state-actions .btn[b-v6iwsigx5b] {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .empty-state-illustration[b-v6iwsigx5b],
    .empty-state-content[b-v6iwsigx5b],
    .empty-state-actions[b-v6iwsigx5b] {
        animation: none;
    }
    
    .empty-state-icon[b-v6iwsigx5b] {
        animation: none;
    }
    
    .empty-state:hover .empty-illustration svg[b-v6iwsigx5b] {
        animation: none;
    }
}
/* /Components/Shared/ErrorBoundary.razor.rz.scp.css */
/* ============================================
   ENTERPRISE ERROR BOUNDARY STYLES
   ============================================ */

.error-boundary[b-kdvvu8c53i] {
    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-kdvvu8c53i 0.4s ease-out;
}

@keyframes errorBoundaryFadeIn-b-kdvvu8c53i {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.error-boundary-content[b-kdvvu8c53i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 500px;
}

/* Icon */
.error-boundary-icon[b-kdvvu8c53i] {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    color: #ef4444;
    animation: errorBoundaryPulse-b-kdvvu8c53i 2s ease-in-out infinite;
}

.error-boundary-icon svg[b-kdvvu8c53i] {
    width: 100%;
    height: 100%;
}

@keyframes errorBoundaryPulse-b-kdvvu8c53i {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

/* Text Content */
.error-boundary-text[b-kdvvu8c53i] {
    margin-bottom: 2rem;
}

.error-boundary-title[b-kdvvu8c53i] {
    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-kdvvu8c53i] {
    font-size: 1rem;
    color: var(--text-secondary, #6b7280);
    margin: 0 0 1rem 0;
    line-height: 1.6;
}

.error-boundary-id[b-kdvvu8c53i] {
    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-kdvvu8c53i] {
    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-kdvvu8c53i] {
    margin-top: 1rem;
    width: 100%;
    text-align: left;
}

.error-boundary-details summary[b-kdvvu8c53i] {
    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-kdvvu8c53i] {
    background: var(--hover-bg, rgba(0, 0, 0, 0.04));
}

.error-boundary-details pre[b-kdvvu8c53i] {
    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-kdvvu8c53i] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.error-boundary-actions .btn[b-kdvvu8c53i] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 120px;
    justify-content: center;
}

/* Dark Theme */
[data-theme="dark"] .error-boundary[b-kdvvu8c53i],
[data-bs-theme="dark"] .error-boundary[b-kdvvu8c53i] {
    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-kdvvu8c53i],
[data-bs-theme="dark"] .error-boundary-title[b-kdvvu8c53i] {
    color: var(--text-primary, #f1f5f9);
}

[data-theme="dark"] .error-boundary-id[b-kdvvu8c53i],
[data-bs-theme="dark"] .error-boundary-id[b-kdvvu8c53i] {
    background: var(--bg-secondary, #1e293b);
}

[data-theme="dark"] .error-boundary-details pre[b-kdvvu8c53i],
[data-bs-theme="dark"] .error-boundary-details pre[b-kdvvu8c53i] {
    background: #0f172a;
}

/* Responsive */
@media (max-width: 480px) {
    .error-boundary[b-kdvvu8c53i] {
        padding: 1.5rem;
        min-height: 300px;
    }
    
    .error-boundary-icon[b-kdvvu8c53i] {
        width: 60px;
        height: 60px;
    }
    
    .error-boundary-title[b-kdvvu8c53i] {
        font-size: 1.25rem;
    }
    
    .error-boundary-message[b-kdvvu8c53i] {
        font-size: 0.9375rem;
    }
    
    .error-boundary-actions[b-kdvvu8c53i] {
        flex-direction: column;
        width: 100%;
    }
    
    .error-boundary-actions .btn[b-kdvvu8c53i] {
        width: 100%;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .error-boundary[b-kdvvu8c53i] {
        animation: none;
    }
    
    .error-boundary-icon[b-kdvvu8c53i] {
        animation: none;
    }
}
/* /Components/Shared/LoadingSkeleton.razor.rz.scp.css */
/* ============================================
   ENTERPRISE LOADING SKELETON STYLES
   ============================================ */

.skeleton-container[b-qn17ph7llc] {
    width: 100%;
}

/* Base Skeleton Animation */
.skeleton[b-qn17ph7llc] {
    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-qn17ph7llc 1.5s ease-in-out infinite;
    border-radius: 0.375rem;
}

@keyframes skeletonShimmer-b-qn17ph7llc {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* ============================================
   SKELETON TEXT
   ============================================ */
.skeleton-text[b-qn17ph7llc] {
    height: 1rem;
    width: 100%;
    margin-bottom: 0.5rem;
}

.skeleton-text-short[b-qn17ph7llc] {
    width: 60%;
}

.skeleton-text-medium[b-qn17ph7llc] {
    width: 80%;
}

.skeleton-text-block[b-qn17ph7llc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skeleton-title[b-qn17ph7llc] {
    height: 1.25rem;
    width: 70%;
    margin-bottom: 0.5rem;
}

.skeleton-subtitle[b-qn17ph7llc] {
    height: 0.875rem;
    width: 50%;
}

.skeleton-label[b-qn17ph7llc] {
    height: 0.875rem;
    width: 30%;
    margin-bottom: 0.5rem;
}

/* ============================================
   SKELETON AVATAR
   ============================================ */
.skeleton-avatar[b-qn17ph7llc] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.skeleton-avatar-sm[b-qn17ph7llc] {
    width: 2rem;
    height: 2rem;
}

.skeleton-avatar-lg[b-qn17ph7llc] {
    width: 4rem;
    height: 4rem;
}

.skeleton-avatar-xl[b-qn17ph7llc] {
    width: 6rem;
    height: 6rem;
}

/* ============================================
   SKELETON BUTTON
   ============================================ */
.skeleton-button[b-qn17ph7llc] {
    height: 2.5rem;
    width: 6rem;
    border-radius: 0.5rem;
}

.skeleton-button-sm[b-qn17ph7llc] {
    height: 2rem;
    width: 4rem;
}

.skeleton-button-lg[b-qn17ph7llc] {
    height: 3rem;
    width: 8rem;
}

.skeleton-button-secondary[b-qn17ph7llc] {
    width: 5rem;
}

/* ============================================
   SKELETON INPUT
   ============================================ */
.skeleton-input[b-qn17ph7llc] {
    height: 2.5rem;
    width: 100%;
    border-radius: 0.5rem;
}

/* ============================================
   SKELETON IMAGE
   ============================================ */
.skeleton-image[b-qn17ph7llc] {
    width: 100%;
    height: 200px;
    border-radius: 0.5rem;
}

/* ============================================
   SKELETON CARD
   ============================================ */
.skeleton-card[b-qn17ph7llc] {
    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-qn17ph7llc] {
    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-qn17ph7llc] {
    flex: 1;
}

.skeleton-card-body[b-qn17ph7llc] {
    margin-bottom: 1rem;
}

.skeleton-card-footer[b-qn17ph7llc] {
    display: flex;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, #e5e7eb);
}

/* ============================================
   SKELETON TABLE
   ============================================ */
.skeleton-table[b-qn17ph7llc] {
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-table-header[b-qn17ph7llc] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: var(--hover-bg, rgba(0, 0, 0, 0.04));
}

.skeleton-table-header .skeleton-table-cell[b-qn17ph7llc] {
    height: 1rem;
}

.skeleton-table-row[b-qn17ph7llc] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.skeleton-table-row:last-child[b-qn17ph7llc] {
    border-bottom: none;
}

.skeleton-table-cell[b-qn17ph7llc] {
    flex: 1;
    height: 0.875rem;
}

/* ============================================
   SKELETON LIST
   ============================================ */
.skeleton-list[b-qn17ph7llc] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.skeleton-list-item[b-qn17ph7llc] {
    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-qn17ph7llc] {
    flex: 1;
}

/* ============================================
   SKELETON FORM
   ============================================ */
.skeleton-form[b-qn17ph7llc] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.skeleton-form-group[b-qn17ph7llc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skeleton-form-actions[b-qn17ph7llc] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

/* ============================================
   SKELETON PROFILE
   ============================================ */
.skeleton-profile[b-qn17ph7llc] {
    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-qn17ph7llc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* ============================================
   SKELETON STATS
   ============================================ */
.skeleton-stats[b-qn17ph7llc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.skeleton-stat-card[b-qn17ph7llc] {
    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-qn17ph7llc] {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}

.skeleton-stat-value[b-qn17ph7llc] {
    height: 2rem;
    width: 60%;
}

.skeleton-stat-label[b-qn17ph7llc] {
    height: 0.875rem;
    width: 80%;
}

/* ============================================
   DARK THEME SUPPORT
   ============================================ */
[data-theme="dark"] .skeleton[b-qn17ph7llc],
[data-bs-theme="dark"] .skeleton[b-qn17ph7llc] {
    --skeleton-base: rgba(255, 255, 255, 0.08);
    --skeleton-shine: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .skeleton-card[b-qn17ph7llc],
[data-bs-theme="dark"] .skeleton-card[b-qn17ph7llc],
[data-theme="dark"] .skeleton-list-item[b-qn17ph7llc],
[data-bs-theme="dark"] .skeleton-list-item[b-qn17ph7llc],
[data-theme="dark"] .skeleton-profile[b-qn17ph7llc],
[data-bs-theme="dark"] .skeleton-profile[b-qn17ph7llc],
[data-theme="dark"] .skeleton-stat-card[b-qn17ph7llc],
[data-bs-theme="dark"] .skeleton-stat-card[b-qn17ph7llc] {
    background: var(--card-bg, #1e2328);
    border-color: var(--border-color, #2d3339);
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
.visually-hidden[b-qn17ph7llc] {
    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-qn17ph7llc] {
        animation: none;
        background: var(--skeleton-base, rgba(0, 0, 0, 0.08));
    }
}
/* /Components/Shared/MasterPasswordModal.razor.rz.scp.css */
/* Master Password Modal Premium Styles */

.master-modal-backdrop[b-o0cvt37t8m] {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1060;
}

.master-modal-content[b-o0cvt37t8m] {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, rgba(226, 232, 240, 0.8));
    border-radius: 1.25rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.master-modal-icon-badge[b-o0cvt37t8m] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(234, 179, 8, 0.15));
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: #f59e0b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.2);
}

.master-modal-input[b-o0cvt37t8m] {
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border-color, #cbd5e1);
    background: var(--body-bg, #ffffff);
    color: var(--text-primary, #0f172a);
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.master-modal-input:focus[b-o0cvt37t8m] {
    border-color: #6366f1;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15);
}

.btn-unlock-master[b-o0cvt37t8m] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #ffffff;
    border: none;
    border-radius: 0.75rem;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    transition: all 0.2s ease;
}

.btn-unlock-master:hover:not(:disabled)[b-o0cvt37t8m] {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.45);
    color: #ffffff;
}

.btn-unlock-master:disabled[b-o0cvt37t8m] {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Dark Theme Overrides */
[data-theme="dark"] .master-modal-content[b-o0cvt37t8m],
[data-bs-theme="dark"] .master-modal-content[b-o0cvt37t8m] {
    background: #161c2d !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

[data-theme="dark"] .master-modal-input[b-o0cvt37t8m],
[data-bs-theme="dark"] .master-modal-input[b-o0cvt37t8m] {
    background: #0f172a !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #f8fafc !important;
}

[data-theme="dark"] .master-modal-input:focus[b-o0cvt37t8m],
[data-bs-theme="dark"] .master-modal-input:focus[b-o0cvt37t8m] {
    border-color: #818cf8 !important;
    box-shadow: 0 0 0 4px rgba(129, 140, 248, 0.2) !important;
}
/* /Components/Shared/PasswordGenerator.razor.rz.scp.css */
/* Password Generator Modal Styles */

.pg-modal-overlay[b-hmznop77rm] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    padding: 1.5rem;
}

.pg-modal[b-hmznop77rm] {
    background: rgba(255, 255, 255, 0.95);
    border: 1.5px solid rgba(99, 102, 241, 0.3);
    border-radius: 1.25rem;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25), 0 0 30px rgba(99, 102, 241, 0.15);
    max-width: 580px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    animation: pg-slideUp-b-hmznop77rm 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

:global([data-theme="dark"]) .pg-modal[b-hmznop77rm],
:global([data-bs-theme="dark"]) .pg-modal[b-hmznop77rm],
:global(html[data-bs-theme="dark"]) .pg-modal[b-hmznop77rm],
:global(html[data-theme="dark"]) .pg-modal[b-hmznop77rm],
:global(body[data-bs-theme="dark"]) .pg-modal[b-hmznop77rm],
:global(body[data-theme="dark"]) .pg-modal[b-hmznop77rm] {
    background: rgba(17, 24, 39, 0.95) !important;
    border: 1.5px solid rgba(129, 140, 248, 0.35) !important;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.85), 0 0 35px rgba(99, 102, 241, 0.25) !important;
    color: #f8fafc !important;
}

@keyframes pg-slideUp-b-hmznop77rm {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.pg-header[b-hmznop77rm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(99, 102, 241, 0.15);
}

.pg-header-content[b-hmznop77rm] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.pg-header-icon[b-hmznop77rm] {
    font-size: 1.5rem;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.35);
}

.pg-title[b-hmznop77rm] {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
    color: var(--text-primary);
}

.pg-subtitle[b-hmznop77rm] {
    font-size: 0.825rem;
    color: var(--text-secondary);
    margin: 2px 0 0 0;
}

.pg-close-btn[b-hmznop77rm] {
    background: none;
    border: 1px solid rgba(99, 102, 241, 0.2);
    font-size: 1.25rem;
    cursor: pointer;
    color: var(--text-secondary);
    padding: 6px 10px;
    border-radius: 0.6rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pg-close-btn:hover[b-hmznop77rm] {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.3);
}

.pg-body[b-hmznop77rm] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Sections */
.pg-section[b-hmznop77rm] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pg-section-label[b-hmznop77rm] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-secondary);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Password Card */
.pg-password-card[b-hmznop77rm] {
    background: rgba(99, 102, 241, 0.06);
    border: 1.5px solid rgba(99, 102, 241, 0.25);
    border-radius: 1rem;
    padding: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pg-password-display[b-hmznop77rm] {
    font-family: 'Fira Code', 'Cascadia Code', 'Courier New', monospace;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #818cf8;
    background: rgba(0, 0, 0, 0.25);
    padding: 12px 16px;
    border-radius: 0.75rem;
    word-break: break-all;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: all;
    border: 1px solid rgba(129, 140, 248, 0.2);
}

.pg-password-actions[b-hmznop77rm] {
    display: flex;
    gap: 10px;
}

.pg-action-btn[b-hmznop77rm] {
    flex: 1;
    background: rgba(99, 102, 241, 0.1);
    border: 1.5px solid rgba(99, 102, 241, 0.3);
    color: #818cf8;
    padding: 10px 16px;
    border-radius: 0.75rem;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.pg-action-btn:hover[b-hmznop77rm] {
    background: var(--bs-body-tertiary-bg);
    transform: translateY(-1px);
}

.pg-action-btn:active[b-hmznop77rm] {
    transform: translateY(0);
}

.pg-btn-icon[b-hmznop77rm] {
    font-size: 1rem;
}

.pg-btn-text[b-hmznop77rm] {
    display: inline;
}

.pg-copied-message[b-hmznop77rm] {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #22C55E;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
    animation: pg-slideIn-b-hmznop77rm 0.3s ease-out;
    z-index: 2000;
}

/* Slider */
.pg-slider-header[b-hmznop77rm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pg-length-display[b-hmznop77rm] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
    padding: 4px 12px;
    border-radius: 6px;
}

.pg-slider-container[b-hmznop77rm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pg-slider[b-hmznop77rm] {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(to right, #3b82f6 0%, #3b82f6 100%);
    outline: none;
    cursor: pointer;
    /* Remove any default styling */
    border: none;
    padding: 0;
}

.pg-slider[b-hmznop77rm]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3b82f6;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
    transition: all 0.2s ease;
}

.pg-slider[b-hmznop77rm]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.6);
}

.pg-slider[b-hmznop77rm]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3b82f6;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
    transition: all 0.2s ease;
}

.pg-slider[b-hmznop77rm]::-moz-range-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.6);
}

.pg-slider[b-hmznop77rm]::-moz-range-track {
    background: transparent;
    border: none;
}

.pg-slider-labels[b-hmznop77rm] {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: var(--bs-body-secondary-color);
}

/* Options Grid */
.pg-options-grid[b-hmznop77rm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.pg-option[b-hmznop77rm] {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Toggle Switch */
.pg-toggle-switch[b-hmznop77rm] {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
}

.pg-toggle-input[b-hmznop77rm] {
    opacity: 0;
    width: 0;
    height: 0;
}

.pg-toggle-slider[b-hmznop77rm] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bs-body-secondary-bg);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 24px;
    border: 1px solid var(--bs-border-color);
}

.pg-toggle-slider[b-hmznop77rm]::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pg-toggle-input:checked + .pg-toggle-slider[b-hmznop77rm] {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.pg-toggle-input:checked + .pg-toggle-slider[b-hmznop77rm]::before {
    transform: translateX(20px);
}

.pg-option-label[b-hmznop77rm] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.pg-option-icon[b-hmznop77rm] {
    font-size: 1.25rem;
}

.pg-option-label span:last-child[b-hmznop77rm] {
    font-size: 0.875rem;
    color: var(--bs-body-color);
}

/* Strength Meter */
.pg-strength-container[b-hmznop77rm] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pg-strength-bar-wrapper[b-hmznop77rm] {
    width: 100%;
    height: 8px;
    background: var(--bs-body-secondary-bg);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
}

.pg-strength-bar[b-hmznop77rm] {
    height: 100%;
    background: linear-gradient(90deg, #ef4444, #f97316);
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 0%;
}

.pg-strength-label[b-hmznop77rm] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--bs-body-color);
    text-align: center;
}

/* Analysis */
.pg-analysis[b-hmznop77rm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.875rem;
}

.pg-analysis-item[b-hmznop77rm] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--bs-body-secondary-color);
}

.pg-analysis-check[b-hmznop77rm] {
    color: #22C55E;
    font-weight: 700;
}

/* Footer Buttons */
.pg-footer[b-hmznop77rm] {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

.pg-btn-cancel[b-hmznop77rm] {
.pg-btn-cancel {
    flex: 1;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1.5px solid var(--border-color-strong, rgba(99, 102, 241, 0.25)) !important;
    color: var(--text-primary) !important;
    padding: 12px 20px !important;
    border-radius: 0.75rem !important;
    cursor: pointer !important;
    font-weight: 700 !important;
    font-size: 0.9375rem !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.pg-btn-cancel:hover[b-hmznop77rm] {
    background: rgba(99, 102, 241, 0.15) !important;
    transform: translateY(-1px) !important;
}

.pg-btn-primary[b-hmznop77rm] {
    flex: 1;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 12px 20px !important;
    border-radius: 0.75rem !important;
    cursor: pointer !important;
    font-weight: 700 !important;
    font-size: 0.9375rem !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.pg-btn-primary:hover[b-hmznop77rm] {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.5) !important;
}

/* Animations */
@keyframes pg-fadeIn-b-hmznop77rm {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes pg-slideUp-b-hmznop77rm {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pg-slideIn-b-hmznop77rm {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 640px) {
    .pg-modal[b-hmznop77rm] {
        width: 95%;
    }

    .pg-header[b-hmznop77rm] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .pg-close-btn[b-hmznop77rm] {
        align-self: flex-end;
        margin-top: -12px;
    }

    .pg-options-grid[b-hmznop77rm] {
        grid-template-columns: 1fr 1fr;
    }

    .pg-footer[b-hmznop77rm] {
        flex-direction: column-reverse;
    }
}
/* /Components/Shared/QuickGridFilter.razor.rz.scp.css */
/* ============================================
   QUICKGRID FILTER COMPONENT STYLES
   Integrated with Action Button Design Language
   ============================================ */

.quick-grid-filter-container[b-d6c2bpfsw8] {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    height: 31px !important;
    vertical-align: middle !important;
    margin: 0 !important;
}

.quick-grid-filter-container .dropdown[b-d6c2bpfsw8] {
    display: inline-flex !important;
    align-items: center !important;
    height: 31px !important;
    vertical-align: middle !important;
    margin: 0 !important;
}

/* Filter Button - Exactly matches .action-btn */
.grid-filter-btn[b-d6c2bpfsw8] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.35rem !important;
    height: 31px !important;
    font-size: 0.8125rem !important;
    font-weight: 500 !important;
    padding: 0.35rem 0.75rem !important;
    border-radius: 0.5rem !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    vertical-align: middle !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Light Mode Filter Button */
.grid-filter-btn[b-d6c2bpfsw8] {
    background: #ffffff !important;
    color: #4f46e5 !important;
    border: 1px solid rgba(99, 102, 241, 0.4) !important;
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.08) !important;
}

.grid-filter-btn:hover[b-d6c2bpfsw8],
.grid-filter-btn.show[b-d6c2bpfsw8] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35) !important;
    transform: translateY(-1px) !important;
}

.grid-filter-btn.has-active-filters[b-d6c2bpfsw8] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.18) 0%, rgba(79, 70, 229, 0.12) 100%) !important;
    border-color: #6366f1 !important;
    color: #6366f1 !important;
}

/* Dark Mode Filter Button — Matches Add/Edit/Delete/Export action buttons */
[data-theme="dark"] .grid-filter-btn[b-d6c2bpfsw8],
[data-bs-theme="dark"] .grid-filter-btn[b-d6c2bpfsw8] {
    background: linear-gradient(135deg, rgba(148, 163, 184, 0.18) 0%, rgba(148, 163, 184, 0.08) 100%) !important;
    color: #f1f5f9 !important;
    border: 1px solid rgba(148, 163, 184, 0.45) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}

[data-theme="dark"] .grid-filter-btn:hover[b-d6c2bpfsw8],
[data-bs-theme="dark"] .grid-filter-btn:hover[b-d6c2bpfsw8],
[data-theme="dark"] .grid-filter-btn.show[b-d6c2bpfsw8],
[data-bs-theme="dark"] .grid-filter-btn.show[b-d6c2bpfsw8] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.4) !important;
    transform: translateY(-1px) !important;
}

[data-theme="dark"] .grid-filter-btn.has-active-filters[b-d6c2bpfsw8],
[data-bs-theme="dark"] .grid-filter-btn.has-active-filters[b-d6c2bpfsw8] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.25) 0%, rgba(99, 102, 241, 0.15) 100%) !important;
    border-color: #818cf8 !important;
    color: #a5b4fc !important;
}

/* Count Badge on Filter Button */
.grid-filter-btn .filter-count-badge[b-d6c2bpfsw8] {
    font-size: 0.68rem !important;
    padding: 0.15em 0.45em !important;
    border-radius: 999px !important;
    background: #6366f1 !important;
    color: #ffffff !important;
}

/* Filter Dropdown Panel - Right Aligned to Stay Inside Viewport */
.quick-grid-filter-container .filter-dropdown[b-d6c2bpfsw8],
.dropdown-menu.filter-dropdown[b-d6c2bpfsw8] {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    margin-top: 0.5rem !important;
    min-width: 218px !important;
    padding: 12px !important;
    max-width: calc(100vw - 2rem) !important;
    box-sizing: border-box !important;
    border-radius: 0.875rem !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1.5px solid rgba(99, 102, 241, 0.3) !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25), 0 0 25px rgba(99, 102, 241, 0.15) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    z-index: 1060 !important;
}

[data-theme="dark"] .quick-grid-filter-container .filter-dropdown[b-d6c2bpfsw8],
[data-bs-theme="dark"] .quick-grid-filter-container .filter-dropdown[b-d6c2bpfsw8],
[data-theme="dark"] .dropdown-menu.filter-dropdown[b-d6c2bpfsw8],
[data-bs-theme="dark"] .dropdown-menu.filter-dropdown[b-d6c2bpfsw8] {
    background: rgba(17, 24, 39, 0.96) !important;
    border: 1.5px solid rgba(129, 140, 248, 0.35) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.75), 0 0 30px rgba(99, 102, 241, 0.2) !important;
    color: #f1f5f9 !important;
}

/* Filter Content Container */
.quick-grid-filter-container .filter-content[b-d6c2bpfsw8] {
    max-height: 500px;
    overflow-y: auto;
}

/* Panel Header Title - Compact & Non-bold */
.quick-grid-filter-container .filter-form h6[b-d6c2bpfsw8],
.quick-grid-filter-container .active-filters h6[b-d6c2bpfsw8] {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    letter-spacing: normal !important;
    color: var(--text-primary) !important;
}

/* Form Labels - Non-bold & Compact */
.quick-grid-filter-container .form-label[b-d6c2bpfsw8] {
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    color: var(--text-secondary) !important;
    margin-bottom: 0.25rem !important;
}

/* Form Controls & Select Inputs */
.quick-grid-filter-container .form-select[b-d6c2bpfsw8],
.quick-grid-filter-container .form-control[b-d6c2bpfsw8] {
    background-color: var(--card-bg-solid, rgba(248, 250, 252, 0.95)) !important;
    border: 1px solid var(--border-color-strong, rgba(99, 102, 241, 0.25)) !important;
    border-radius: 0.5rem !important;
    color: var(--text-primary) !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    padding: 0.35rem 2rem 0.35rem 0.65rem !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
    text-overflow: clip !important;
}

.quick-grid-filter-container .form-select:focus[b-d6c2bpfsw8],
.quick-grid-filter-container .form-control:focus[b-d6c2bpfsw8] {
    background-color: var(--card-bg-solid, #ffffff) !important;
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2) !important;
}

[data-theme="dark"] .quick-grid-filter-container .form-select[b-d6c2bpfsw8],
[data-theme="dark"] .quick-grid-filter-container .form-control[b-d6c2bpfsw8],
[data-bs-theme="dark"] .quick-grid-filter-container .form-select[b-d6c2bpfsw8],
[data-bs-theme="dark"] .quick-grid-filter-container .form-control[b-d6c2bpfsw8] {
    background-color: rgba(15, 23, 42, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #f8fafc !important;
}

[data-theme="dark"] .quick-grid-filter-container .form-select option[b-d6c2bpfsw8],
[data-bs-theme="dark"] .quick-grid-filter-container .form-select option[b-d6c2bpfsw8] {
    background-color: #0f172a !important;
    color: #f8fafc !important;
}

[data-theme="dark"] .quick-grid-filter-container .form-select:focus[b-d6c2bpfsw8],
[data-theme="dark"] .quick-grid-filter-container .form-control:focus[b-d6c2bpfsw8],
[data-bs-theme="dark"] .quick-grid-filter-container .form-select:focus[b-d6c2bpfsw8],
[data-bs-theme="dark"] .quick-grid-filter-container .form-control:focus[b-d6c2bpfsw8] {
    background-color: rgba(15, 23, 42, 0.98) !important;
    border-color: #818cf8 !important;
    box-shadow: 0 0 0 2px rgba(129, 140, 248, 0.25) !important;
}

/* Primary Button inside Filter Panel - Compact & Non-bold */
.quick-grid-filter-container .btn-primary[b-d6c2bpfsw8] {
    white-space: nowrap !important;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 0.8rem !important;
    border-radius: 0.5rem !important;
    padding: 0.35rem 0.75rem !important;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.25) !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.quick-grid-filter-container .btn-primary:hover:not(:disabled)[b-d6c2bpfsw8] {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.35) !important;
}

.quick-grid-filter-container .btn-secondary[b-d6c2bpfsw8] {
    background: rgba(148, 163, 184, 0.12) !important;
    border: 1px solid var(--border-color-strong, rgba(148, 163, 184, 0.3)) !important;
    color: var(--text-primary) !important;
    font-weight: 500 !important;
    font-size: 0.8rem !important;
    border-radius: 0.5rem !important;
    padding: 0.35rem 0.75rem !important;
    transition: all 0.2s ease !important;
}

/* Active Filter Chips & Group Containers - Compact & Non-bold */
.quick-grid-filter-container .filter-group[b-d6c2bpfsw8] {
    background-color: var(--bg-tertiary, rgba(248, 250, 252, 0.9)) !important;
    border: 1px dashed rgba(99, 102, 241, 0.3) !important;
    border-radius: 0.5rem !important;
    padding: 0.4rem !important;
}

[data-theme="dark"] .quick-grid-filter-container .filter-group[b-d6c2bpfsw8],
[data-bs-theme="dark"] .quick-grid-filter-container .filter-group[b-d6c2bpfsw8] {
    background-color: rgba(15, 23, 42, 0.6) !important;
    border: 1px dashed rgba(129, 140, 248, 0.3) !important;
}

.quick-grid-filter-container .filter-chip[b-d6c2bpfsw8] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(139, 92, 246, 0.06) 100%) !important;
    border: 1px solid rgba(99, 102, 241, 0.2) !important;
    border-radius: 0.45rem !important;
    padding: 0.35rem 0.55rem !important;
    font-size: 0.78rem !important;
    font-weight: 400 !important;
    color: var(--text-primary) !important;
}

.quick-grid-filter-container .filter-column-title[b-d6c2bpfsw8] {
    font-weight: 500 !important;
}

[data-theme="dark"] .quick-grid-filter-container .filter-chip[b-d6c2bpfsw8],
[data-bs-theme="dark"] .quick-grid-filter-container .filter-chip[b-d6c2bpfsw8] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.12) 0%, rgba(167, 139, 250, 0.08) 100%) !important;
    border-color: rgba(129, 140, 248, 0.3) !important;
    color: #f1f5f9 !important;
}

/* Animations */
.quick-grid-filter-container .filter-form[b-d6c2bpfsw8] {
    animation: filterSlideDown-b-d6c2bpfsw8 0.2s ease-out;
}

@keyframes filterSlideDown-b-d6c2bpfsw8 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive Adjustments */
@media (max-width: 576px) {
    .quick-grid-filter-container .filter-dropdown[b-d6c2bpfsw8],
    .dropdown-menu.filter-dropdown[b-d6c2bpfsw8] {
        right: 0 !important;
        left: auto !important;
        width: calc(100vw - 1.5rem) !important;
        max-width: calc(100vw - 1.5rem) !important;
    }
}
/* /Components/Shared/SweetAlert.razor.rz.scp.css */
/* SweetAlert2 CSS - Pure Blazor Implementation - Compact & Modern */

.swal2-container[b-gmzvfqells] {
    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-gmzvfqells] {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Dark theme backdrop */
[data-theme="dark"] .swal2-backdrop-show[b-gmzvfqells],
[data-bs-theme="dark"] .swal2-backdrop-show[b-gmzvfqells] {
    background-color: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.swal2-center[b-gmzvfqells] {
    align-items: center;
}

.swal2-popup[b-gmzvfqells] {
    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 var(--border-color);
    border-radius: 1rem;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: var(--text-primary);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    font-size: 0.9375rem;
    box-shadow: var(--shadow-xl);
}

/* Dark theme popup */
[data-theme="dark"] .swal2-popup[b-gmzvfqells],
[data-bs-theme="dark"] .swal2-popup[b-gmzvfqells] {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    box-shadow: var(--shadow-xl);
}


.swal2-show[b-gmzvfqells] {
    display: grid;
    animation: swal2-show-b-gmzvfqells 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes swal2-show-b-gmzvfqells {
    0% {
        transform: scale(0.8) translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.swal2-title[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-title[b-gmzvfqells] {
    color: #f3f4f6;
}

.swal2-html-container[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-html-container[b-gmzvfqells] {
    color: #d1d5db;
}

.swal2-icon[b-gmzvfqells] {
    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-gmzvfqells] {
    display: flex;
    animation: swal2-animate-icon-b-gmzvfqells 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes swal2-animate-icon-b-gmzvfqells {
    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-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-icon.swal2-success[b-gmzvfqells] {
    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-gmzvfqells],
.swal2-success-circular-line-right[b-gmzvfqells] {
    position: absolute;
    width: 2.8125rem;
    height: 5.625rem;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-success-circular-line-left[b-gmzvfqells] {
    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-gmzvfqells] {
    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-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-success-ring[b-gmzvfqells] {
    border-color: rgba(52, 211, 153, 0.25);
}

.swal2-success-fix[b-gmzvfqells] {
    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-gmzvfqells] {
    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-gmzvfqells 0.65s;
}

[data-theme="dark"] .swal2-success-line-tip[b-gmzvfqells],
[data-bs-theme="dark"] .swal2-success-line-tip[b-gmzvfqells] {
    background-color: #34d399;
}

@keyframes swal2-animate-success-line-tip-b-gmzvfqells {
    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-gmzvfqells] {
    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-gmzvfqells 0.65s;
}

[data-theme="dark"] .swal2-success-line-long[b-gmzvfqells],
[data-bs-theme="dark"] .swal2-success-line-long[b-gmzvfqells] {
    background-color: #34d399;
}

@keyframes swal2-animate-success-line-long-b-gmzvfqells {
    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-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-icon.swal2-error[b-gmzvfqells] {
    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-gmzvfqells] {
    position: relative;
    display: block;
    flex-grow: 1;
}

.swal2-x-mark-line-left[b-gmzvfqells],
.swal2-x-mark-line-right[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-x-mark-line-left[b-gmzvfqells],
[data-theme="dark"] .swal2-x-mark-line-right[b-gmzvfqells],
[data-bs-theme="dark"] .swal2-x-mark-line-right[b-gmzvfqells] {
    background-color: #f87171;
}

.swal2-x-mark-line-left[b-gmzvfqells] {
    left: 0.75rem;
    transform: rotate(45deg);
    animation: swal2-animate-error-x-mark-b-gmzvfqells 0.45s;
}

.swal2-x-mark-line-right[b-gmzvfqells] {
    right: 0.75rem;
    transform: rotate(-45deg);
    animation: swal2-animate-error-x-mark-b-gmzvfqells 0.45s;
}

@keyframes swal2-animate-error-x-mark-b-gmzvfqells {
    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-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-icon.swal2-warning[b-gmzvfqells] {
    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-gmzvfqells] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-pulse-warning-b-gmzvfqells 0.85s infinite alternate;
}

@keyframes swal2-pulse-warning-b-gmzvfqells {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.08);
        opacity: 1;
    }
}

/* Info Icon - Modern blue gradient */
.swal2-icon.swal2-info[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-icon.swal2-info[b-gmzvfqells] {
    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-gmzvfqells] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-rotate-info-b-gmzvfqells 1s ease-in-out;
}

@keyframes swal2-rotate-info-b-gmzvfqells {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* Question Icon - Modern purple gradient */
.swal2-icon.swal2-question[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-icon.swal2-question[b-gmzvfqells] {
    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-gmzvfqells] {
    font-size: 2.8125rem;
    font-weight: 700;
    animation: swal2-bounce-question-b-gmzvfqells 0.6s;
}

@keyframes swal2-bounce-question-b-gmzvfqells {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}


/* Actions (buttons) - Modern & Compact */
.swal2-actions[b-gmzvfqells] {
    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-gmzvfqells] {
    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-gmzvfqells] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.swal2-styled:not([disabled]):active[b-gmzvfqells] {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.swal2-confirm[b-gmzvfqells] {
    order: 1;
}

.swal2-cancel[b-gmzvfqells] {
    order: 2;
}

.swal2-confirm-success[b-gmzvfqells] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
}

.swal2-confirm-success:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

[data-theme="dark"] .swal2-confirm-success[b-gmzvfqells],
[data-bs-theme="dark"] .swal2-confirm-success[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-confirm-success:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 12px rgba(52, 211, 153, 0.4);
}

.swal2-confirm-error[b-gmzvfqells] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
}

.swal2-confirm-error:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

[data-theme="dark"] .swal2-confirm-error[b-gmzvfqells],
[data-bs-theme="dark"] .swal2-confirm-error[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-confirm-error:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 4px 12px rgba(248, 113, 113, 0.4);
}

.swal2-confirm-warning[b-gmzvfqells] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
}

.swal2-confirm-warning:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

[data-theme="dark"] .swal2-confirm-warning[b-gmzvfqells],
[data-bs-theme="dark"] .swal2-confirm-warning[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-confirm-warning:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.swal2-confirm-info[b-gmzvfqells] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
}

.swal2-confirm-info:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

[data-theme="dark"] .swal2-confirm-info[b-gmzvfqells],
[data-bs-theme="dark"] .swal2-confirm-info[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-confirm-info:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 12px rgba(96, 165, 250, 0.4);
}

.swal2-confirm-question[b-gmzvfqells] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: #fff;
}

.swal2-confirm-question:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
}

[data-theme="dark"] .swal2-confirm-question[b-gmzvfqells],
[data-bs-theme="dark"] .swal2-confirm-question[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-confirm-question:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 4px 12px rgba(167, 139, 250, 0.4);
}

.swal2-confirm-default[b-gmzvfqells] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #fff;
}

.swal2-confirm-default:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

[data-theme="dark"] .swal2-confirm-default[b-gmzvfqells],
[data-bs-theme="dark"] .swal2-confirm-default[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-confirm-default:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    box-shadow: 0 4px 12px rgba(129, 140, 248, 0.4);
}

.swal2-cancel-default[b-gmzvfqells] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: #fff;
}

.swal2-cancel-default:not([disabled]):hover[b-gmzvfqells] {
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
}

[data-theme="dark"] .swal2-cancel-default[b-gmzvfqells],
[data-bs-theme="dark"] .swal2-cancel-default[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-cancel-default:not([disabled]):hover[b-gmzvfqells] {
    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-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-input[b-gmzvfqells] {
    background: #1f2937;
    border-color: #374151;
    color: #e5e7eb;
}

.swal2-input:focus[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-input:focus[b-gmzvfqells] {
    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-gmzvfqells]::placeholder {
    color: #9ca3af;
}

[data-theme="dark"] .swal2-input[b-gmzvfqells]::placeholder,
[data-bs-theme="dark"] .swal2-input[b-gmzvfqells]::placeholder {
    color: #6b7280;
}

/* Timer progress bar - Modern & Eye-catching */
.swal2-timer-progress-bar-container[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-timer-progress-bar-container[b-gmzvfqells] {
    background: rgba(255, 255, 255, 0.05);
}

.swal2-timer-progress-bar[b-gmzvfqells] {
    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-gmzvfqells],
[data-bs-theme="dark"] .swal2-timer-progress-bar[b-gmzvfqells] {
    background: linear-gradient(90deg, #60a5fa 0%, #a78bfa 100%);
    box-shadow: 0 0 12px rgba(96, 165, 250, 0.6);
}

/* /Components/Shared/UniversalDataGrid.razor.rz.scp.css */
/* UniversalDataGrid Common Styles */

.container-fluid[b-vwcjl0j0ha] {
    padding: 0;
}

@media (max-width: 640px) {
    #universal-data-grid-row[b-vwcjl0j0ha],
    [b-vwcjl0j0ha] #universal-data-grid-row {
        margin: 5px !important;
    }
}

.card-header[b-vwcjl0j0ha] {
    padding-bottom: 0.9625rem;
}

.btn-toolbar[b-vwcjl0j0ha] {
    margin-top: 5px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.375rem !important;
    max-width: 100% !important;
}

.btn-group[b-vwcjl0j0ha],
.btn-toolbar > .btn-group[b-vwcjl0j0ha] {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.375rem !important;
    width: auto !important;
    max-width: 100% !important;
}

/* Ensure buttons ONLY take their natural icon + text width and NEVER justify/stretch */
.btn-group > .btn[b-vwcjl0j0ha],
.btn-toolbar .btn[b-vwcjl0j0ha],
.action-btn[b-vwcjl0j0ha],
.grid-filter-btn[b-vwcjl0j0ha] {
    width: auto !important;
    max-width: max-content !important;
    flex: 0 0 auto !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
}

/* Responsive header layout */
.card-header .d-flex.justify-content-between[b-vwcjl0j0ha] {
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
}

.card-header .d-flex.justify-content-between>*[b-vwcjl0j0ha] {
    flex-shrink: 0 !important;
}

/* Ensure all buttons stay fully visible and wrap cleanly on all screen sizes */
@media (max-width: 991px) {
    .card-header .d-flex.justify-content-between[b-vwcjl0j0ha] {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
    }

    .btn-toolbar[b-vwcjl0j0ha] {
        width: 100% !important;
        flex-wrap: wrap !important;
        gap: 0.375rem !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .btn-toolbar[b-vwcjl0j0ha] {
        margin-top: 10px !important;
        flex-wrap: wrap !important;
        gap: 0.35rem !important;
        width: 100% !important;
    }

    .btn-group[b-vwcjl0j0ha] {
        flex-wrap: wrap !important;
        gap: 0.35rem !important;
        width: auto !important;
        max-width: 100% !important;
        padding-bottom: 0;
    }

    .action-btn[b-vwcjl0j0ha] {
        font-size: 0.75rem !important;
        padding: 0.25rem 0.5rem !important;
        height: 29px !important;
        flex-shrink: 0 !important;
        width: auto !important;
    }

    .quick-grid-filter-container[b-vwcjl0j0ha] {
        margin-top: 0 !important;
    }
}

/* Grid Toolbar Action Buttons - Unified Glassmorphic Theme Palette */
.action-btn[b-vwcjl0j0ha] {
    height: 31px !important;
    border-radius: 0.5rem !important;
    padding: 0.35rem 0.75rem !important;
    font-size: 0.8125rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.35rem !important;
    vertical-align: middle !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}

.action-btn:hover:not(:disabled)[b-vwcjl0j0ha] {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Success / Add button */
.btn-success.action-btn[b-vwcjl0j0ha],
.btn-outline-success.action-btn[b-vwcjl0j0ha] {
    background: rgba(16, 185, 129, 0.12) !important;
    border: 1px solid rgba(16, 185, 129, 0.35) !important;
    color: #10b981 !important;
}

.btn-success.action-btn:hover:not(:disabled)[b-vwcjl0j0ha],
.btn-outline-success.action-btn:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: #10b981 !important;
    color: #ffffff !important;
    border-color: #10b981 !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35) !important;
}

/* Primary / Edit button */
.btn-primary.action-btn[b-vwcjl0j0ha],
.btn-outline-primary.action-btn[b-vwcjl0j0ha] {
    background: transparent !important;
    border: 1px solid rgba(99, 102, 241, 0.35) !important;
    color: #6366f1 !important;
}

.btn-primary.action-btn:hover:not(:disabled)[b-vwcjl0j0ha],
.btn-outline-primary.action-btn:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: #6366f1 !important;
    color: #ffffff !important;
    border-color: #6366f1 !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35) !important;
}

/* Danger / Delete button */
.btn-danger.action-btn[b-vwcjl0j0ha],
.btn-outline-danger.action-btn[b-vwcjl0j0ha] {
    background: rgba(244, 63, 94, 0.12) !important;
    border: 1px solid rgba(244, 63, 94, 0.35) !important;
    color: #f43f5e !important;
}

.btn-danger.action-btn:hover:not(:disabled)[b-vwcjl0j0ha],
.btn-outline-danger.action-btn:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: #f43f5e !important;
    color: #ffffff !important;
    border-color: #f43f5e !important;
    box-shadow: 0 4px 14px rgba(244, 63, 94, 0.35) !important;
}

/* Warning / Custom actions (Invite, Reset Password) */
.btn-warning.action-btn[b-vwcjl0j0ha],
.btn-outline-warning.action-btn[b-vwcjl0j0ha] {
    background: rgba(245, 158, 11, 0.12) !important;
    border: 1px solid rgba(245, 158, 11, 0.35) !important;
    color: #f59e0b !important;
}

.btn-warning.action-btn:hover:not(:disabled)[b-vwcjl0j0ha],
.btn-outline-warning.action-btn:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: #f59e0b !important;
    color: #ffffff !important;
    border-color: #f59e0b !important;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35) !important;
}

/* Info / Excel export */
.btn-info.action-btn[b-vwcjl0j0ha],
.btn-outline-info.action-btn[b-vwcjl0j0ha] {
    background: rgba(6, 182, 212, 0.12) !important;
    border: 1px solid rgba(6, 182, 212, 0.35) !important;
    color: #0891b2 !important;
}

.btn-info.action-btn:hover:not(:disabled)[b-vwcjl0j0ha],
.btn-outline-info.action-btn:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: #0891b2 !important;
    color: #ffffff !important;
    border-color: #0891b2 !important;
    box-shadow: 0 4px 14px rgba(6, 182, 212, 0.35) !important;
}

/* Secondary / CSV export */
.btn-secondary.action-btn[b-vwcjl0j0ha],
.btn-outline-secondary.action-btn[b-vwcjl0j0ha] {
    background: rgba(100, 116, 139, 0.12) !important;
    border: 1px solid rgba(100, 116, 139, 0.35) !important;
    color: #64748b !important;
}

.btn-secondary.action-btn:hover:not(:disabled)[b-vwcjl0j0ha],
.btn-outline-secondary.action-btn:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: #64748b !important;
    color: #ffffff !important;
    border-color: #64748b !important;
    box-shadow: 0 4px 14px rgba(100, 116, 139, 0.35) !important;
}

/* Dark theme button overrides */
[data-theme="dark"] .btn-success.action-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .btn-success.action-btn[b-vwcjl0j0ha],
[data-theme="dark"] .btn-outline-success.action-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .btn-outline-success.action-btn[b-vwcjl0j0ha] {
    color: #34d399 !important;
}

[data-theme="dark"] .btn-primary.action-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .btn-primary.action-btn[b-vwcjl0j0ha],
[data-theme="dark"] .btn-outline-primary.action-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .btn-outline-primary.action-btn[b-vwcjl0j0ha] {
    background: transparent !important;
    color: #818cf8 !important;
}

[data-theme="dark"] .btn-danger.action-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .btn-danger.action-btn[b-vwcjl0j0ha],
[data-theme="dark"] .btn-outline-danger.action-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .btn-outline-danger.action-btn[b-vwcjl0j0ha] {
    color: #fb7185 !important;
}

[data-theme="dark"] .btn-warning.action-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .btn-warning.action-btn[b-vwcjl0j0ha],
[data-theme="dark"] .btn-outline-warning.action-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .btn-outline-warning.action-btn[b-vwcjl0j0ha] {
    color: #fbbf24 !important;
}

[data-theme="dark"] .btn-info.action-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .btn-info.action-btn[b-vwcjl0j0ha],
[data-theme="dark"] .btn-outline-info.action-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .btn-outline-info.action-btn[b-vwcjl0j0ha] {
    color: #38bdf8 !important;
}

[data-theme="dark"] .btn-secondary.action-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .btn-secondary.action-btn[b-vwcjl0j0ha],
[data-theme="dark"] .btn-outline-secondary.action-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .btn-outline-secondary.action-btn[b-vwcjl0j0ha] {
    color: #94a3b8 !important;
}

/* Premium Filter Button Styling */
/* Premium Filter Button Styling */
.grid-filter-btn[b-vwcjl0j0ha] {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    padding: 0.4rem 0.9rem !important;
    font-size: 0.85rem !important;
    font-weight: 650 !important;
    border-radius: 0.65rem !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%) !important;
    border: 1.5px solid rgba(99, 102, 241, 0.45) !important;
    color: #4f46e5 !important;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.08) !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.grid-filter-btn:hover[b-vwcjl0j0ha],
.grid-filter-btn.show[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35) !important;
    transform: translateY(-1px) !important;
}

.grid-filter-btn.has-active-filters[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.18) 0%, rgba(79, 70, 229, 0.12) 100%) !important;
    border-color: #6366f1 !important;
    color: #6366f1 !important;
}

.filter-count-badge[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: #ffffff !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
    padding: 0.18rem 0.5rem !important;
}

[data-theme="dark"] .grid-filter-btn[b-vwcjl0j0ha],
[data-bs-theme="dark"] .grid-filter-btn[b-vwcjl0j0ha] {
    background: rgba(15, 23, 42, 0.65) !important;
    border: 1.5px solid rgba(129, 140, 248, 0.4) !important;
    color: #a5b4fc !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

[data-theme="dark"] .grid-filter-btn:hover[b-vwcjl0j0ha],
[data-bs-theme="dark"] .grid-filter-btn:hover[b-vwcjl0j0ha],
[data-theme="dark"] .grid-filter-btn.show[b-vwcjl0j0ha],
[data-bs-theme="dark"] .grid-filter-btn.show[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.4) !important;
}

[b-vwcjl0j0ha] .quickgrid {
    color: var(--text-primary) !important;
    margin: 0 !important;
}

[b-vwcjl0j0ha] .quickgrid .col-title {
    gap: 0.4rem;
    font-weight: 700;
}

/* Light Theme - QuickGrid Purple Gradient Header */
[b-vwcjl0j0ha] .quickgrid thead tr,
[b-vwcjl0j0ha] table thead tr {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
}

[b-vwcjl0j0ha] .quickgrid thead th,
[b-vwcjl0j0ha] table thead th,
[b-vwcjl0j0ha] table.table thead th {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
    color: #ffffff !important;
    border-bottom: none !important;
    font-weight: 750 !important;
    font-size: 0.8125rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 0.65rem 0.85rem !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    vertical-align: middle !important;
    line-height: 1.4 !important;
}

[b-vwcjl0j0ha] .quickgrid .col-title-text,
[b-vwcjl0j0ha] table .col-title-text {
    color: #ffffff !important;
    font-weight: 750 !important;
    padding: 0 2px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) !important;
}

[b-vwcjl0j0ha] .quickgrid .sort-indicator,
[b-vwcjl0j0ha] table .sort-indicator {
    color: #ffffff !important;
}

/* Dark Theme - QuickGrid Purple Gradient Header */
[data-theme="dark"][b-vwcjl0j0ha]  .quickgrid thead tr,
[data-bs-theme="dark"][b-vwcjl0j0ha]  .quickgrid thead tr,
[data-theme="dark"][b-vwcjl0j0ha]  table thead tr,
[data-bs-theme="dark"][b-vwcjl0j0ha]  table thead tr {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
}

[data-theme="dark"][b-vwcjl0j0ha]  .quickgrid thead th,
[data-bs-theme="dark"][b-vwcjl0j0ha]  .quickgrid thead th,
[data-theme="dark"][b-vwcjl0j0ha]  table thead th,
[data-bs-theme="dark"][b-vwcjl0j0ha]  table thead th,
[data-theme="dark"][b-vwcjl0j0ha]  table.table thead th,
[data-bs-theme="dark"][b-vwcjl0j0ha]  table.table thead th,
html[data-bs-theme="dark"][b-vwcjl0j0ha]  .quickgrid thead th,
body[data-bs-theme="dark"][b-vwcjl0j0ha]  .quickgrid thead th {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    border-bottom: none !important;
    padding: 1rem 1.1rem !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) !important;
    vertical-align: middle !important;
    line-height: 1.4 !important;
}

[data-theme="dark"][b-vwcjl0j0ha]  .quickgrid .col-title-text,
[data-bs-theme="dark"][b-vwcjl0j0ha]  .quickgrid .col-title-text,
[data-theme="dark"][b-vwcjl0j0ha]  table .col-title-text,
[data-bs-theme="dark"][b-vwcjl0j0ha]  table .col-title-text {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) !important;
}

[data-theme="dark"][b-vwcjl0j0ha]  .quickgrid .sort-indicator,
[data-bs-theme="dark"][b-vwcjl0j0ha]  .quickgrid .sort-indicator,
[data-theme="dark"][b-vwcjl0j0ha]  table .sort-indicator,
[data-bs-theme="dark"][b-vwcjl0j0ha]  table .sort-indicator {
    color: #ffffff !important;
}

[b-vwcjl0j0ha] .quickgrid thead th:first-child {
    border-top-left-radius: 0 !important;
}

[b-vwcjl0j0ha] .quickgrid thead th:last-child {
    border-top-right-radius: 0 !important;
}

/* Prevent header from expanding when filter opens */
[b-vwcjl0j0ha] .quickgrid thead th {
    position: relative !important;
    overflow: visible !important;
    vertical-align: middle !important;
}

/* Force the header row to maintain normal height */
[b-vwcjl0j0ha] .quickgrid thead tr {
    height: auto !important;
}

/* Selected row color*/
[b-vwcjl0j0ha] .quickgrid tbody tr.selected-row td {
    background-color: #4a9eff87 !important;
}

[b-vwcjl0j0ha] .quickgrid tbody tr td,
[b-vwcjl0j0ha] table tbody tr td,
[b-vwcjl0j0ha] table.table tbody tr td {
    font-size: 0.8125rem !important;
    padding: 0.45rem 0.75rem !important;
    vertical-align: middle !important;
}

/* Loading overlay - overflows parent when needed */
.loading-overlay[b-vwcjl0j0ha] {
    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-vwcjl0j0ha],
[data-bs-theme="dark"] .loading-overlay[b-vwcjl0j0ha] {
    background: rgba(15, 20, 25, 0.9);
}

.loading-content[b-vwcjl0j0ha] {
    text-align: center;
    padding: 2rem;
}

.loading-content p[b-vwcjl0j0ha] {
    margin: 0;
    color: #6c757d;
    font-size: 0.95rem;
}

[data-theme="dark"] .loading-content p[b-vwcjl0j0ha],
[data-bs-theme="dark"] .loading-content p[b-vwcjl0j0ha] {
    color: #adb5bd;
}

[b-vwcjl0j0ha] nav button {
    background-color: #adb5bd5c;
}

/* Prevent card body from causing layout shifts */
.card-body[b-vwcjl0j0ha] {
    contain: layout style;
}

/* Ensure smooth visual experience during state changes */
.card[b-vwcjl0j0ha] {
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Inline Alert - Pill Style */
.grid-inline-alert[b-vwcjl0j0ha] {
    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-vwcjl0j0ha] {
    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-vwcjl0j0ha] {
    line-height: 1.2;
}

/* Info Alert (Default) */
.grid-inline-alert--info[b-vwcjl0j0ha] {
    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-vwcjl0j0ha] {
    background: rgba(13, 202, 240, 0.25);
    color: #0dcaf0;
}

/* Warning Alert */
.grid-inline-alert--warning[b-vwcjl0j0ha] {
    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-vwcjl0j0ha] {
    background: rgba(255, 193, 7, 0.25);
    color: #ffc107;
}

/* Danger Alert */
.grid-inline-alert--danger[b-vwcjl0j0ha] {
    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-vwcjl0j0ha] {
    background: rgba(220, 53, 69, 0.25);
    color: #dc3545;
}

/* Success Alert */
.grid-inline-alert--success[b-vwcjl0j0ha] {
    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-vwcjl0j0ha] {
    background: rgba(25, 135, 84, 0.25);
    color: #198754;
}

/* Dark Theme Adjustments */
[data-bs-theme="dark"] .grid-inline-alert--info[b-vwcjl0j0ha] {
    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-vwcjl0j0ha] {
    background: rgba(13, 202, 240, 0.3);
    color: #6edff6;
}

[data-bs-theme="dark"] .grid-inline-alert--warning[b-vwcjl0j0ha] {
    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-vwcjl0j0ha] {
    background: rgba(255, 193, 7, 0.3);
    color: #ffda6a;
}

[data-bs-theme="dark"] .grid-inline-alert--danger[b-vwcjl0j0ha] {
    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-vwcjl0j0ha] {
    background: rgba(220, 53, 69, 0.3);
    color: #ea868f;
}

[data-bs-theme="dark"] .grid-inline-alert--success[b-vwcjl0j0ha] {
    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-vwcjl0j0ha] {
    background: rgba(25, 135, 84, 0.3);
    color: #75b798;
}

/* Action Buttons Styling */
.btn-group[b-vwcjl0j0ha] {
    display: flex !important;
}

.action-btn[b-vwcjl0j0ha] {
    border-radius: 50rem !important;
    font-weight: 650;
    padding: 0.4rem 0.85rem !important;
    font-size: 0.813rem !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1.5px solid transparent !important;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

.btn-xs[b-vwcjl0j0ha] {
    padding: 0.3rem 0.65rem;
    font-size: 0.8rem;
    line-height: 1.2;
}

/* Light Theme - Premium Action Buttons */
.action-btn.btn-primary[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(79, 110, 247, 0.12) 0%, rgba(79, 110, 247, 0.05) 100%) !important;
    color: #4f6ef7 !important;
    border-color: rgba(79, 110, 247, 0.4) !important;
}

.action-btn.btn-primary:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: var(--accent-gradient) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(79, 110, 247, 0.35) !important;
}

.action-btn.btn-success[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.12) 0%, rgba(16, 185, 129, 0.05) 100%) !important;
    color: #059669 !important;
    border-color: rgba(16, 185, 129, 0.4) !important;
}

.action-btn.btn-success:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35) !important;
}

.action-btn.btn-danger[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.12) 0%, rgba(239, 68, 68, 0.05) 100%) !important;
    color: #dc2626 !important;
    border-color: rgba(239, 68, 68, 0.4) !important;
}

.action-btn.btn-danger:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.35) !important;
}

.action-btn.btn-warning[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.12) 0%, rgba(245, 158, 11, 0.05) 100%) !important;
    color: #d97706 !important;
    border-color: rgba(245, 158, 11, 0.4) !important;
}

.action-btn.btn-warning:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35) !important;
}

.action-btn.btn-info[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0.05) 100%) !important;
    color: #2563eb !important;
    border-color: rgba(59, 130, 246, 0.4) !important;
}

.action-btn.btn-info:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.35) !important;
}

.action-btn.btn-secondary[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(100, 116, 139, 0.12) 0%, rgba(100, 116, 139, 0.05) 100%) !important;
    color: #475569 !important;
    border-color: rgba(100, 116, 139, 0.4) !important;
}

.action-btn.btn-secondary:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%) !important;
    color: white !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(100, 116, 139, 0.35) !important;
}

/* Dark Theme - Premium Action Buttons */
[data-theme="dark"] .action-btn.btn-primary[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-primary[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.18) 0%, rgba(129, 140, 248, 0.08) 100%) !important;
    color: #a5b4fc !important;
    border-color: rgba(129, 140, 248, 0.45) !important;
}

[data-theme="dark"] .action-btn.btn-primary:hover:not(:disabled)[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-primary:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: var(--accent-gradient) !important;
    color: white !important;
    border-color: transparent !important;
    box-shadow: 0 4px 16px rgba(129, 140, 248, 0.4) !important;
}

[data-theme="dark"] .action-btn.btn-success[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-success[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.18) 0%, rgba(52, 211, 153, 0.08) 100%) !important;
    color: #6ee7b7 !important;
    border-color: rgba(52, 211, 153, 0.45) !important;
}

[data-theme="dark"] .action-btn.btn-success:hover:not(:disabled)[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-success:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #34d399 0%, #059669 100%) !important;
    color: white !important;
    border-color: transparent !important;
    box-shadow: 0 4px 16px rgba(52, 211, 153, 0.4) !important;
}

[data-theme="dark"] .action-btn.btn-danger[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-danger[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.18) 0%, rgba(248, 113, 113, 0.08) 100%) !important;
    color: #fca5a5 !important;
    border-color: rgba(248, 113, 113, 0.45) !important;
}

[data-theme="dark"] .action-btn.btn-danger:hover:not(:disabled)[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-danger:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #f87171 0%, #dc2626 100%) !important;
    color: white !important;
    border-color: transparent !important;
    box-shadow: 0 4px 16px rgba(248, 113, 113, 0.4) !important;
}

[data-theme="dark"] .action-btn.btn-warning[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-warning[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.18) 0%, rgba(251, 191, 36, 0.08) 100%) !important;
    color: #fde047 !important;
    border-color: rgba(251, 191, 36, 0.45) !important;
}

[data-theme="dark"] .action-btn.btn-warning:hover:not(:disabled)[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-warning:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%) !important;
    color: white !important;
    border-color: transparent !important;
    box-shadow: 0 4px 16px rgba(251, 191, 36, 0.4) !important;
}

[data-theme="dark"] .action-btn.btn-info[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-info[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.18) 0%, rgba(96, 165, 250, 0.08) 100%) !important;
    color: #93c5fd !important;
    border-color: rgba(96, 165, 250, 0.45) !important;
}

[data-theme="dark"] .action-btn.btn-info:hover:not(:disabled)[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-info:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%) !important;
    color: white !important;
    border-color: transparent !important;
    box-shadow: 0 4px 16px rgba(96, 165, 250, 0.4) !important;
}

[data-theme="dark"] .action-btn.btn-secondary[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-secondary[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, rgba(148, 163, 184, 0.18) 0%, rgba(148, 163, 184, 0.08) 100%) !important;
    color: #cbd5e1 !important;
    border-color: rgba(148, 163, 184, 0.45) !important;
}

[data-theme="dark"] .action-btn.btn-secondary:hover:not(:disabled)[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-secondary:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: linear-gradient(135deg, #94a3b8 0%, #475569 100%) !important;
    color: white !important;
    border-color: transparent !important;
    box-shadow: 0 4px 16px rgba(148, 163, 184, 0.4) !important;
}

[data-theme="dark"] .action-btn.btn-secondary:hover:not(:disabled)[b-vwcjl0j0ha],
[data-bs-theme="dark"] .action-btn.btn-secondary:hover:not(:disabled)[b-vwcjl0j0ha] {
    background: #94a3b8;
    color: #0f1419;
    border-color: #94a3b8;
}

/* Disabled State */
.action-btn:disabled[b-vwcjl0j0ha] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}

/* Card Styling */
.card[b-vwcjl0j0ha] {
    border-radius: 0.5rem;
    margin-top: 10px !important;
    /* Use transform for GPU acceleration */
    transform: translateZ(0);
    will-change: auto;
    /* Isolate rendering */
    contain: layout style;
}

.card-header[b-vwcjl0j0ha] {
    padding: 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

/* Empty State */
.text-center i[b-vwcjl0j0ha] {
    opacity: 0.5;
}

/* Row Selection Styling */
.clickable-row[b-vwcjl0j0ha] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.clickable-row:hover[b-vwcjl0j0ha] {
    background-color: #4a9eff30 !important;
}

/* Selected row styling with high specificity */
table tbody tr.selected-row[b-vwcjl0j0ha],
tbody tr.selected-row[b-vwcjl0j0ha] {
    background-color: rgba(13, 110, 253, 0.15) !important;
}

/* Ensure selected row takes precedence over hover */
table tbody tr.selected-row:hover[b-vwcjl0j0ha],
tbody tr.selected-row:hover[b-vwcjl0j0ha] {
    background-color: rgba(13, 110, 253, 0.2) !important;
}

[data-theme="dark"] table tbody tr.selected-row[b-vwcjl0j0ha],
[data-theme="dark"] tbody tr.selected-row[b-vwcjl0j0ha],
[data-bs-theme="dark"] table tbody tr.selected-row[b-vwcjl0j0ha],
[data-bs-theme="dark"] tbody tr.selected-row[b-vwcjl0j0ha] {
    background-color: rgba(74, 158, 255, 0.2) !important;
}

[data-theme="dark"] table tbody tr.selected-row:hover[b-vwcjl0j0ha],
[data-theme="dark"] tbody tr.selected-row:hover[b-vwcjl0j0ha],
[data-bs-theme="dark"] table tbody tr.selected-row:hover[b-vwcjl0j0ha],
[data-bs-theme="dark"] tbody tr.selected-row:hover[b-vwcjl0j0ha] {
    background-color: rgba(74, 158, 255, 0.3) !important;
}

/* Row-level interaction styles */
table tbody tr[b-vwcjl0j0ha] {
    cursor: pointer;
}

table tbody tr td[b-vwcjl0j0ha] {
    user-select: none;
}

/* Override QuickGrid row hover color */
[b-vwcjl0j0ha] .quickgrid tbody tr:hover {
    background-color: #4a9eff30 !important;
}

[b-vwcjl0j0ha] .quickgrid tbody tr:hover td {
    background-color: #4a9eff30 !important;
}

/* ============================================
   FIX: Remove Black Rows from QuickGrid
   Override Bootstrap table-striped dark backgrounds
   ============================================ */

/* Reset Bootstrap's --bs-table-striped-bg to transparent */
[b-vwcjl0j0ha] .quickgrid,
[b-vwcjl0j0ha] .quickgrid.table-striped,
[b-vwcjl0j0ha] table.table-striped,
[b-vwcjl0j0ha] table.table {
    --bs-table-striped-bg: transparent !important;
    --bs-table-bg: transparent !important;
    --bs-table-accent-bg: transparent !important;
    --bs-table-hover-bg: rgba(74, 158, 255, 0.12) !important;
}

/* Ensure all tbody rows have transparent background in light mode */
[b-vwcjl0j0ha] .quickgrid tbody tr,
[b-vwcjl0j0ha] table.table tbody tr {
    background-color: transparent !important;
    background: transparent !important;
}

[b-vwcjl0j0ha] .quickgrid tbody tr td,
[b-vwcjl0j0ha] table.table tbody tr td {
    background-color: transparent !important;
    background: transparent !important;
}

/* Dark mode: Override Bootstrap table-striped black rows */
[data-theme="dark"][b-vwcjl0j0ha]  .quickgrid,
[data-bs-theme="dark"][b-vwcjl0j0ha]  .quickgrid,
[data-theme="dark"][b-vwcjl0j0ha]  .quickgrid.table-striped,
[data-bs-theme="dark"][b-vwcjl0j0ha]  .quickgrid.table-striped,
[data-theme="dark"][b-vwcjl0j0ha]  table.table-striped,
[data-bs-theme="dark"][b-vwcjl0j0ha]  table.table-striped,
[data-theme="dark"][b-vwcjl0j0ha]  table.table,
[data-bs-theme="dark"][b-vwcjl0j0ha]  table.table {
    --bs-table-striped-bg: transparent !important;
    --bs-table-bg: transparent !important;
    --bs-table-accent-bg: transparent !important;
    --bs-table-hover-bg: rgba(74, 158, 255, 0.15) !important;
    --bs-table-color: var(--text-primary) !important;
}

[data-theme="dark"][b-vwcjl0j0ha]  .quickgrid tbody tr,
[data-bs-theme="dark"][b-vwcjl0j0ha]  .quickgrid tbody tr,
[data-theme="dark"][b-vwcjl0j0ha]  table.table tbody tr,
[data-bs-theme="dark"][b-vwcjl0j0ha]  table.table tbody tr {
    background-color: transparent !important;
    background: transparent !important;
}

[data-theme="dark"][b-vwcjl0j0ha]  .quickgrid tbody tr td,
[data-bs-theme="dark"][b-vwcjl0j0ha]  .quickgrid tbody tr td,
[data-theme="dark"][b-vwcjl0j0ha]  table.table tbody tr td,
[data-bs-theme="dark"][b-vwcjl0j0ha]  table.table tbody tr td {
    background-color: transparent !important;
    background: transparent !important;
    color: var(--text-primary) !important;
}

/* Re-apply hover on top of transparent base */
[b-vwcjl0j0ha] .quickgrid tbody tr:hover,
[b-vwcjl0j0ha] table.table tbody tr:hover {
    background-color: rgba(74, 158, 255, 0.12) !important;
}

[b-vwcjl0j0ha] .quickgrid tbody tr:hover td,
[b-vwcjl0j0ha] table.table tbody tr:hover td {
    background-color: rgba(74, 158, 255, 0.12) !important;
}

[data-theme="dark"][b-vwcjl0j0ha]  .quickgrid tbody tr:hover,
[data-bs-theme="dark"][b-vwcjl0j0ha]  .quickgrid tbody tr:hover,
[data-theme="dark"][b-vwcjl0j0ha]  table.table tbody tr:hover,
[data-bs-theme="dark"][b-vwcjl0j0ha]  table.table tbody tr:hover {
    background-color: rgba(74, 158, 255, 0.15) !important;
}

[data-theme="dark"][b-vwcjl0j0ha]  .quickgrid tbody tr:hover td,
[data-bs-theme="dark"][b-vwcjl0j0ha]  .quickgrid tbody tr:hover td,
[data-theme="dark"][b-vwcjl0j0ha]  table.table tbody tr:hover td,
[data-bs-theme="dark"][b-vwcjl0j0ha]  table.table tbody tr:hover td {
    background-color: rgba(74, 158, 255, 0.15) !important;
}

/* Make entire cell clickable */
.cell-clickable[b-vwcjl0j0ha] {
    cursor: pointer;
    display: block;
    width: 100%;
    min-height: 100%;
}

/* ============================================
   FIX: Complete Removal of Extra Blank & Spacer Rows in QuickGrid
   ============================================ */

/* Card body needs relative positioning and height to contain absolutely positioned grid */
[b-vwcjl0j0ha] .card-body.p-0 {
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
}

/* Prevent container from showing stripes or min-height when it has more height than content */
[b-vwcjl0j0ha] .grid-container {
    background: none !important;
    background-image: none !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Ensure tbody and table shrink-wrap to actual data content */
[b-vwcjl0j0ha] .quickgrid,
[b-vwcjl0j0ha] table.table,
[b-vwcjl0j0ha] .quickgrid tbody,
[b-vwcjl0j0ha] table.table tbody {
    min-height: 0 !important;
    height: auto !important;
    background: transparent !important;
    background-image: none !important;
}

/* Eliminate ALL spacer, placeholder, aria-hidden, and empty TR rows */
[b-vwcjl0j0ha] .quickgrid tbody tr[aria-hidden="true"],
[b-vwcjl0j0ha] table tbody tr[aria-hidden="true"],
[b-vwcjl0j0ha] .quickgrid tbody tr.quickgrid-spacer,
[b-vwcjl0j0ha] table tbody tr.quickgrid-spacer,
[b-vwcjl0j0ha] .quickgrid tbody tr.placeholder-row,
[b-vwcjl0j0ha] table tbody tr.placeholder-row,
[b-vwcjl0j0ha] .quickgrid tbody tr.spacer-row,
[b-vwcjl0j0ha] table tbody tr.spacer-row,
[b-vwcjl0j0ha] .quickgrid tbody tr[role="presentation"],
[b-vwcjl0j0ha] table tbody tr[role="presentation"],
[b-vwcjl0j0ha] .quickgrid tbody tr:empty,
[b-vwcjl0j0ha] table tbody tr:empty,
[b-vwcjl0j0ha] .quickgrid tbody tr:not(:has(td)),
[b-vwcjl0j0ha] table tbody tr:not(:has(td)),
[b-vwcjl0j0ha] .quickgrid tbody tr:not(:has(td:not(:empty))),
[b-vwcjl0j0ha] table tbody tr:not(:has(td:not(:empty))),
[b-vwcjl0j0ha] .quickgrid tbody tr:has(td:only-child:empty),
[b-vwcjl0j0ha] table tbody tr:has(td:only-child:empty),
[b-vwcjl0j0ha] .quickgrid tbody tr:not(:has(*)),
[b-vwcjl0j0ha] table tbody tr:not(:has(*)) {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-bottom: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Also eliminate any TD inside spacer / empty rows */
[b-vwcjl0j0ha] .quickgrid tbody tr[aria-hidden="true"] td,
[b-vwcjl0j0ha] table tbody tr[aria-hidden="true"] td,
[b-vwcjl0j0ha] .quickgrid tbody tr.quickgrid-spacer td,
[b-vwcjl0j0ha] table tbody tr.quickgrid-spacer td,
[b-vwcjl0j0ha] .quickgrid tbody tr:not(:has(td:not(:empty))) td,
[b-vwcjl0j0ha] table tbody tr:not(:has(td:not(:empty))) td {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-bottom: none !important;
}

/* Remove Bootstrap striped background pattern from showing below data rows */
[b-vwcjl0j0ha] .quickgrid.table-striped,
[b-vwcjl0j0ha] .table-striped.quickgrid,
[b-vwcjl0j0ha] table.table-striped,
[b-vwcjl0j0ha] .quickgrid.table-striped tbody,
[b-vwcjl0j0ha] table.table-striped tbody {
    background: transparent !important;
    background-image: none !important;
    background-size: 0 !important;
}

/* Remove any webkit or CSS-generated striping pseudo-elements */
[b-vwcjl0j0ha] .quickgrid tbody::before,
[b-vwcjl0j0ha] .quickgrid tbody::after,
[b-vwcjl0j0ha] table tbody::before,
[b-vwcjl0j0ha] table tbody::after {
    display: none !important;
    content: none !important;
}

/* Clickable table headers for sorting */
.clickable-header[b-vwcjl0j0ha] {
    cursor: pointer !important;
    user-select: none !important;
    position: relative;
    transition: background-color 0.2s ease !important;
}

.clickable-header:hover[b-vwcjl0j0ha] {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

[data-theme="dark"] .clickable-header:hover[b-vwcjl0j0ha],
[data-bs-theme="dark"] .clickable-header:hover[b-vwcjl0j0ha] {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Enhanced Table Cell Padding & Increased Row Height */
[b-vwcjl0j0ha] .audit-table th,
.audit-table th[b-vwcjl0j0ha] {
    padding: 1rem 1.25rem !important;
    white-space: nowrap !important;
    border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
}

[b-vwcjl0j0ha] .audit-table th:last-child,
.audit-table th:last-child[b-vwcjl0j0ha] {
    border-right: none !important;
}

[b-vwcjl0j0ha] .audit-table td,
.audit-table td[b-vwcjl0j0ha] {
    padding: 0.85rem 1.25rem !important;
    vertical-align: middle !important;
}

/* Space between Table & Pagination Container */
.grid-pagination-container[b-vwcjl0j0ha] {
    margin-top: 1rem !important;
    border-top: 1px solid var(--border-color, rgba(99, 102, 241, 0.2)) !important;
    border-radius: 0 0 1.15rem 1.15rem !important;
}
