@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout Scoped Styles - Transferred from app.css */

.app-layout[b-j65y7q72mt] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    background-color: var(--slate-50);
    background-image:
        radial-gradient(at 0% 0%, hsla(217, 100%, 94%, 1) 0px, transparent 50%),
        radial-gradient(at 100% 0%, hsla(280, 100%, 95%, 1) 0px, transparent 50%),
        radial-gradient(at 100% 100%, hsla(200, 100%, 93%, 1) 0px, transparent 50%),
        radial-gradient(at 0% 100%, hsla(240, 100%, 96%, 1) 0px, transparent 50%);
    background-attachment: fixed;
    isolation: isolate;
    overflow: hidden;
}

.app-body[b-j65y7q72mt] {
    display: flex;
    flex: 1;
    min-height: 0;
    padding-top: var(--appbar-height);
}

/* ── App Bar ── */
.app-bar[b-j65y7q72mt] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--appbar-height);
    padding-top: var(--safe-top);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px) saturate(220%);
    -webkit-backdrop-filter: blur(24px) saturate(220%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
    display: flex;
    align-items: center;
    padding-left: max(var(--page-pad), var(--safe-left));
    padding-right: max(var(--page-pad), var(--safe-right));
    z-index: var(--z-appbar);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03), 0 4px 24px rgba(0, 0, 0, 0.02);
    animation: fadeInDown 0.7s var(--ease-ultra) forwards;
}

.app-bar[b-j65y7q72mt]::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg,
            transparent 0%, var(--primary-500) 15%, var(--primary-400) 35%,
            var(--indigo-400) 50%, var(--primary-400) 65%, var(--primary-500) 85%, transparent 100%);
    opacity: 0.3;
    background-size: 200% 100%;
    animation: gradientShift 10s ease-in-out infinite;
}

.menu-btn[b-j65y7q72mt] {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    color: var(--color-text-secondary);
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition:
        background var(--duration-normal) var(--ease-ultra),
        color var(--duration-normal) var(--ease-ultra),
        transform var(--duration-normal) var(--ease-butter),
        box-shadow var(--duration-smooth) var(--ease-ultra);
}

.menu-btn:hover[b-j65y7q72mt] {
    background: var(--color-brand-surface);
    color: var(--color-brand);
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
}

.menu-btn:active[b-j65y7q72mt] {
    transform: scale(0.88) rotate(-12deg);
    transition-duration: var(--duration-instant);
}

.app-title[b-j65y7q72mt] {
    font-family: var(--font-display);
    font-size: clamp(var(--text-base), 3vw, var(--text-xl));
    font-weight: 800;
    margin-left: var(--space-2);
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--slate-900) 0%, var(--slate-700) 40%, var(--primary-700) 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    user-select: none;
    animation: gradientShift 8s ease infinite;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.spacer[b-j65y7q72mt] {
    flex: 1;
    min-width: 0;
}

.app-bar-actions[b-j65y7q72mt] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    flex-shrink: 0;
}

/* ── Unit & Company Selectors ── */
[b-j65y7q72mt] .unit-selector,
[b-j65y7q72mt] .company-selector {
    background: var(--slate-50) !important;
    border-radius: var(--radius-md) !important;
    padding: var(--space-1) var(--space-2) !important;
    border: 1.5px solid var(--color-border-default) !important;
    min-width: 0 !important;
    width: clamp(120px, 20vw, 220px) !important;
    height: 38px !important;
    transition:
        border-color var(--duration-normal) var(--ease-ultra),
        box-shadow var(--duration-smooth) var(--ease-ultra),
        background var(--duration-normal) var(--ease-ultra),
        transform var(--duration-normal) var(--ease-ultra) !important;
}

[b-j65y7q72mt] .unit-selector:hover,
[b-j65y7q72mt] .company-selector:hover {
    border-color: var(--primary-300) !important;
    background: var(--color-bg-surface) !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.06);
}

[b-j65y7q72mt] .unit-selector:focus-within,
[b-j65y7q72mt] .company-selector:focus-within {
    border-color: var(--primary-400) !important;
    box-shadow: var(--shadow-brand), 0 0 0 4px rgba(37, 99, 235, 0.06) !important;
    transform: translateY(-1px);
}

[b-j65y7q72mt] .mud-select.unit-selector .mud-input-slot,
[b-j65y7q72mt] .mud-select.company-selector .mud-input-slot {
    font-weight: 600 !important;
    color: var(--slate-900) !important;
    font-size: var(--text-sm) !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    /* Enable horizontal scrolling */
    overflow-y: hidden !important;
    padding-right: 32px !important;
    scrollbar-width: none !important;
    /* Hide scrollbar for Firefox */
    -ms-overflow-style: none !important;
    /* Hide scrollbar for IE/Edge */
}

/* Hide scrollbar for Chrome/Safari */
[b-j65y7q72mt] .mud-select.unit-selector .mud-input-slot::-webkit-scrollbar,
[b-j65y7q72mt] .mud-select.company-selector .mud-input-slot::-webkit-scrollbar {
    display: none !important;
}

[b-j65y7q72mt] .mud-select.unit-selector .mud-input,
[b-j65y7q72mt] .mud-select.company-selector .mud-input {
    overflow: hidden !important;
}

/* Popover styles moved to global app.css to handle teleportation */

/* ── Avatar ── */
[b-j65y7q72mt] .mud-avatar {
    background: linear-gradient(135deg, var(--primary-500), var(--primary-700)) !important;
    color: white !important;
    font-weight: 700 !important;
    cursor: pointer;
    border: 2.5px solid white !important;
    box-shadow: var(--shadow-brand);
    flex-shrink: 0;
    transition:
        transform var(--duration-normal) var(--ease-butter),
        box-shadow var(--duration-smooth) var(--ease-ultra) !important;
}

[b-j65y7q72mt] .mud-avatar:hover {
    transform: scale(1.14) rotate(3deg) !important;
    box-shadow: var(--shadow-brand-lg), 0 0 0 4px rgba(37, 99, 235, 0.1);
}

[b-j65y7q72mt] .mud-avatar:active {
    transform: scale(1.02) rotate(0deg) !important;
    transition-duration: var(--duration-instant);
}

/* ── Sidebar ── */
.sidebar[b-j65y7q72mt] {
    position: fixed;
    top: var(--appbar-height);
    left: 0;
    bottom: 0;
    width: var(--sidebar-width);
    background: linear-gradient(180deg, var(--slate-950) 0%, #0b1220 35%, #0d1628 65%, var(--slate-900) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.04);
    z-index: var(--z-sidebar);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: transform var(--duration-slow) var(--ease-ultra);
    box-shadow: 4px 0 40px rgba(0, 0, 0, 0.18);
    padding-bottom: var(--safe-bottom);
    transform: translateX(calc(-1 * var(--sidebar-width)));
}

.sidebar.open[b-j65y7q72mt] {
    transform: translateX(0);
    animation: fadeInLeft 0.5s var(--ease-ultra) forwards;
}

.sidebar.closed[b-j65y7q72mt] {
    transform: translateX(calc(-1 * var(--sidebar-width)));
}

.sidebar[b-j65y7q72mt]::-webkit-scrollbar {
    width: 4px;
}

.sidebar[b-j65y7q72mt]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-full);
}

.sidebar[b-j65y7q72mt]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(37, 99, 235, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 30%, rgba(99, 102, 241, 0.04) 0%, transparent 50%);
    pointer-events: none;
    animation: ambientGlow 8s ease-in-out infinite;
}


/* Navigation styles moved to NavMenu.razor.css */

/* ── Main Content Area ── */
.main-content[b-j65y7q72mt] {
    flex: 1;
    min-width: 0;
    min-height: 0;
    margin-left: 0;
    transition: margin-left var(--duration-slow) var(--ease-ultra);
    background: transparent;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: hidden;
}

.page-content[b-j65y7q72mt] {
    flex: 1;
    min-height: 0;
    padding: var(--page-pad);
    padding-bottom: max(var(--page-pad), var(--safe-bottom));
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* ── Mobile Overlay ── */
.overlay[b-j65y7q72mt] {
    display: none;
    position: fixed;
    top: var(--appbar-height);
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-bg-overlay);
    backdrop-filter: blur(8px) saturate(120%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
    z-index: var(--z-overlay);
    opacity: 0;
    transition: opacity var(--duration-smooth) var(--ease-ultra);
    -webkit-tap-highlight-color: transparent;
}

.overlay.show[b-j65y7q72mt] {
    opacity: 1;
    display: block;
    animation: fadeIn 0.4s var(--ease-ultra) forwards;
}

/* Media Queries */
@media (min-width: 1024px) {
    .sidebar[b-j65y7q72mt] {
        transform: translateX(0);
    }

    .sidebar.closed[b-j65y7q72mt] {
        transform: translateX(calc(-1 * var(--sidebar-width)));
    }

    .main-content[b-j65y7q72mt] {
        margin-left: var(--sidebar-width);
    }

    .main-content.full-width[b-j65y7q72mt] {
        margin-left: 0;
    }

    .overlay[b-j65y7q72mt] {
        display: none !important;
    }
}

/* Year-Month Input */
.yearmonth-input[b-j65y7q72mt] {
    width: 80px !important;
    min-width: 80px !important;
    margin-right: 8px;
}

[b-j65y7q72mt] .yearmonth-input .mud-input {
    background: var(--slate-50) !important;
    border-radius: var(--radius-md) !important;
    border: 1.5px solid var(--color-border-default) !important;
    height: 38px !important;
    padding: 0 8px !important;
}

[b-j65y7q72mt] .yearmonth-input .mud-input-outlined-border {
    border: none !important;
}

[b-j65y7q72mt] .yearmonth-input .mud-input-slot {
    font-weight: 600 !important;
    color: var(--slate-900) !important;
    font-size: 0.875rem !important;
    padding: 0 !important;
    text-align: center;
}

[b-j65y7q72mt] .yearmonth-input .mud-input:hover {
    border-color: var(--primary-300) !important;
    background: white !important;
}

@media (max-width: 768px) {
    .yearmonth-input[b-j65y7q72mt] {
        width: 70px !important;
        min-width: 70px !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   NOVA SOFTWARES — NavMenu Premium Theme v9.0
   
   Class Hooks:
   .nova-nav          → MudNavMenu wrapper
   .nova-link         → Top-level nav links
   .nova-group        → Collapsible group headers
   .nova-child-link   → Indented child links
   
   Brand: #3b82f6 / #1e3a5f / gradient(#3b82f6, #1d4ed8)
   ══════════════════════════════════════════════════════════ */


/* ── Root Variables ── */
:root[b-5bndfk4shp] {
    /* Brand */
    --nova-blue: #3b82f6;
    --nova-blue-50: #eff6ff;
    --nova-blue-100: #dbeafe;
    --nova-blue-200: #bfdbfe;
    --nova-blue-300: #93c5fd;
    --nova-blue-400: #60a5fa;
    --nova-blue-500: #3b82f6;
    --nova-blue-600: #2563eb;
    --nova-blue-700: #1d4ed8;
    --nova-dark: #1e3a5f;
    --nova-gradient: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    --nova-gradient-soft: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);

    /* Sidebar Surface */
    --sb-bg-deep: #070d1a;
    --sb-bg-primary: #0b1526;
    --sb-bg-secondary: #0f1d32;
    --sb-bg-elevated: #132743;
    --sb-surface: rgba(255, 255, 255, 0.03);
    --sb-surface-hover: rgba(255, 255, 255, 0.07);
    --sb-surface-active: rgba(59, 130, 246, 0.10);

    /* Text — HIGH CONTRAST on dark */
    --sb-text-bright: #ffffff;
    --sb-text-primary: rgba(255, 255, 255, 0.92);
    --sb-text-secondary: rgba(255, 255, 255, 0.68);
    --sb-text-muted: rgba(255, 255, 255, 0.38);
    --sb-text-dim: rgba(255, 255, 255, 0.22);

    /* Icons */
    --sb-icon-default: rgba(255, 255, 255, 0.35);
    --sb-icon-hover: #60a5fa;
    --sb-icon-active: #ffffff;
    --sb-icon-group: rgba(255, 255, 255, 0.30);

    /* Borders */
    --sb-border: rgba(255, 255, 255, 0.05);
    --sb-border-hover: rgba(59, 130, 246, 0.20);
    --sb-border-active: rgba(59, 130, 246, 0.35);
    --sb-tree-line: rgba(59, 130, 246, 0.12);
    --sb-tree-line-active: rgba(59, 130, 246, 0.30);

    /* Glow Effects */
    --sb-glow-xs: rgba(59, 130, 246, 0.05);
    --sb-glow-sm: rgba(59, 130, 246, 0.10);
    --sb-glow-md: rgba(59, 130, 246, 0.20);
    --sb-glow-lg: rgba(59, 130, 246, 0.35);
    --sb-glow-xl: rgba(29, 78, 216, 0.50);
    --sb-glow-white: rgba(255, 255, 255, 0.08);

    /* Radius */
    --sb-radius-xs: 6px;
    --sb-radius-sm: 10px;
    --sb-radius-md: 12px;
    --sb-radius-lg: 14px;

    /* Motion */
    --sb-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --sb-ease-out: cubic-bezier(0.0, 0, 0.2, 1);
    --sb-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --sb-speed-fast: 0.15s;
    --sb-speed: 0.25s;
    --sb-speed-slow: 0.35s;
}


/* ══════════════════════════════════════
   ① SIDEBAR CONTAINER
   ══════════════════════════════════════ */
.sidebar[b-5bndfk4shp] {
    width: 270px;
    min-width: 270px;
    height: 100%;
    background:
        linear-gradient(180deg,
            var(--sb-bg-deep) 0%,
            var(--sb-bg-primary) 15%,
            var(--sb-bg-secondary) 50%,
            var(--sb-bg-primary) 85%,
            var(--sb-bg-deep) 100%);
    border-right: 1px solid var(--sb-border);
    display: flex;
    flex-direction: column;
    transition: all var(--sb-speed-slow) var(--sb-ease);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 900;
    position: relative;
}

/* Top ambient glow */
.sidebar[b-5bndfk4shp]::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 220px;
    background: radial-gradient(circle,
            rgba(59, 130, 246, 0.08) 0%,
            rgba(59, 130, 246, 0.03) 40%,
            transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Bottom ambient glow */
.sidebar[b-5bndfk4shp]::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 20%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle,
            rgba(59, 130, 246, 0.04) 0%,
            transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.sidebar.closed[b-5bndfk4shp] {
    width: 0;
    min-width: 0;
    overflow: hidden;
    border-right: none;
}

/* ── Sidebar Scrollbar ── */
.sidebar[b-5bndfk4shp]::-webkit-scrollbar {
    width: 3px;
}

.sidebar[b-5bndfk4shp]::-webkit-scrollbar-track {
    background: transparent;
    margin: 8px 0;
}

.sidebar[b-5bndfk4shp]::-webkit-scrollbar-thumb {
    background: rgba(59, 130, 246, 0.20);
    border-radius: 999px;
    transition: background 0.3s ease;
}

.sidebar[b-5bndfk4shp]::-webkit-scrollbar-thumb:hover {
    background: var(--nova-blue);
}

.sidebar[b-5bndfk4shp] {
    scrollbar-width: thin;
    scrollbar-color: rgba(59, 130, 246, 0.20) transparent;
}


/* ══════════════════════════════════════
   ② BRAND HEADER
   ══════════════════════════════════════ */
.sidebar-brand[b-5bndfk4shp] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 28px 22px 22px;
    position: relative;
    z-index: 1;
}

/* Brand Icon Box */
.brand-icon[b-5bndfk4shp] {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    border: none;
}

/* Rotating conic glow inside icon */
.brand-icon[b-5bndfk4shp]::before {
    display: none;
    position: absolute;
    inset: -60%;
    background: conic-gradient(from 0deg,
            transparent 0%,
            rgba(255, 255, 255, 0.12) 15%,
            transparent 30%,
            rgba(255, 255, 255, 0.08) 50%,
            transparent 65%,
            rgba(255, 255, 255, 0.06) 80%,
            transparent 100%);
    animation: brandGlow-b-5bndfk4shp 10s linear infinite;
}

@keyframes brandGlow-b-5bndfk4shp {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Pulse ring around icon */
.brand-icon[b-5bndfk4shp]::after {
    display: none;
}

@keyframes iconPulse-b-5bndfk4shp {

    0%,
    100% {
        opacity: 0.2;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.06);
    }
}

.brand-logo[b-5bndfk4shp] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.brand-icon .mud-icon-root[b-5bndfk4shp] {
    color: white !important;
    font-size: 1.35rem !important;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

/* Brand Text */
.brand-text[b-5bndfk4shp] {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--sb-text-bright);
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
}

/* Collapsed state */
.sidebar.closed .sidebar-brand[b-5bndfk4shp] {
    opacity: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: all var(--sb-speed) var(--sb-ease);
}


/* ══════════════════════════════════════
   ③ SECTION LABELS (Main Console / Configurations)
   ══════════════════════════════════════ */
.nav-section[b-5bndfk4shp] {
    padding: 24px 22px 10px;
    position: relative;
    z-index: 1;
}

.nav-label[b-5bndfk4shp] {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    color: var(--sb-text-muted);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    user-select: none;
}

/* Decorative gradient line */
.nav-label[b-5bndfk4shp]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg,
            rgba(59, 130, 246, 0.18),
            rgba(255, 255, 255, 0.04),
            transparent);
}

.sidebar.closed .nav-section[b-5bndfk4shp] {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
}


/* ══════════════════════════════════════
   ④ DIVIDERS
   ══════════════════════════════════════ */
.sidebar-divider[b-5bndfk4shp] {
    border-color: var(--sb-border) !important;
    margin: 6px 20px !important;
    opacity: 0.7;
}

.sidebar.closed .sidebar-divider[b-5bndfk4shp] {
    opacity: 0;
    margin: 0 !important;
}


/* ══════════════════════════════════════
   ⑤ NAV MENU WRAPPER
   ══════════════════════════════════════ */
.nova-nav.mud-navmenu[b-5bndfk4shp] {
    padding: 4px 12px !important;
    position: relative;
    z-index: 1;
}

/* Bottom section — pushed to bottom */
.nav-bottom-section[b-5bndfk4shp] {
    margin-top: auto;
    padding: 12px 0 28px;
    position: relative;
}

/* Fade gradient above bottom section */
.nav-bottom-section[b-5bndfk4shp]::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(180deg,
            transparent,
            rgba(0, 0, 0, 0.12));
    pointer-events: none;
}


/* ══════════════════════════════════════
   ⑥ ALL NAV LINKS — Default State
   ══════════════════════════════════════ */
.nova-nav .mud-nav-link[b-5bndfk4shp],
.nova-link.mud-nav-link[b-5bndfk4shp] {
    border-radius: var(--sb-radius-lg) !important;
    margin: 3px 0 !important;
    padding: 11px 16px !important;
    text-decoration: none !important;
    background: transparent !important;
    transition: all var(--sb-speed) var(--sb-ease) !important;
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid transparent !important;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

/* ── Text (target ALL inner wrappers) ── */
.nova-nav .mud-nav-link .mud-nav-link-text[b-5bndfk4shp],
.nova-nav .mud-nav-link span:not(.mud-icon-root):not(.mud-expand-icon-wrapper)[b-5bndfk4shp],
.nova-nav .mud-nav-link p[b-5bndfk4shp],
.nova-nav .mud-nav-link .mud-typography[b-5bndfk4shp],
.nova-link .mud-nav-link-text[b-5bndfk4shp],
.nova-link span:not(.mud-icon-root)[b-5bndfk4shp],
.nova-link .mud-typography[b-5bndfk4shp] {
    color: var(--sb-text-secondary) !important;
    font-size: 0.855rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    text-decoration: none !important;
    transition: all var(--sb-speed) var(--sb-ease) !important;
    line-height: 1.4 !important;
}

/* ── Icons ── */
.nova-nav .mud-nav-link .mud-icon-root[b-5bndfk4shp],
.nova-link .mud-icon-root[b-5bndfk4shp] {
    color: var(--sb-icon-default) !important;
    font-size: 1.25rem !important;
    margin-right: 14px !important;
    transition: all var(--sb-speed) var(--sb-ease) !important;
    flex-shrink: 0 !important;
}


/* ══════════════════════════════════════
   ⑦ ALL NAV LINKS — Hover State
   ══════════════════════════════════════ */
.nova-nav .mud-nav-link:hover[b-5bndfk4shp],
.nova-link.mud-nav-link:hover[b-5bndfk4shp] {
    background: var(--sb-surface-hover) !important;
    border-color: var(--sb-border-hover) !important;
    transform: translateX(5px) !important;
    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.15),
        0 0 18px var(--sb-glow-xs),
        inset 0 0 0 1px rgba(59, 130, 246, 0.05) !important;
}

/* Light sweep on hover */
.nova-nav .mud-nav-link[b-5bndfk4shp]::before,
.nova-link.mud-nav-link[b-5bndfk4shp]::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -120% !important;
    width: 80% !important;
    height: 100% !important;
    background: linear-gradient(90deg,
            transparent,
            rgba(59, 130, 246, 0.04),
            rgba(255, 255, 255, 0.02),
            transparent) !important;
    transition: left 0.6s var(--sb-ease-out) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.nova-nav .mud-nav-link:hover[b-5bndfk4shp]::before,
.nova-link.mud-nav-link:hover[b-5bndfk4shp]::before {
    left: 120% !important;
}

/* Hover text */
.nova-nav .mud-nav-link:hover .mud-nav-link-text[b-5bndfk4shp],
.nova-nav .mud-nav-link:hover span:not(.mud-icon-root):not(.mud-expand-icon-wrapper)[b-5bndfk4shp],
.nova-link:hover .mud-nav-link-text[b-5bndfk4shp],
.nova-link:hover span:not(.mud-icon-root)[b-5bndfk4shp] {
    color: var(--sb-text-bright) !important;
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.06) !important;
}

/* Hover icon */
.nova-nav .mud-nav-link:hover .mud-icon-root[b-5bndfk4shp],
.nova-link:hover .mud-icon-root[b-5bndfk4shp] {
    color: var(--sb-icon-hover) !important;
    transform: scale(1.12) !important;
    filter: drop-shadow(0 0 8px var(--sb-glow-md)) !important;
}


/* ══════════════════════════════════════
   ⑧ ALL NAV LINKS — Active State (NOVA GLOW)
   ══════════════════════════════════════ */
.nova-nav .mud-nav-link.active[b-5bndfk4shp],
.nova-link.mud-nav-link.active[b-5bndfk4shp] {
    background: var(--nova-gradient) !important;
    border-color: transparent !important;
    transform: translateX(3px) scale(1.015) !important;
    z-index: 2 !important;
    box-shadow:
        0 8px 28px -6px var(--sb-glow-xl),
        0 4px 10px rgba(59, 130, 246, 0.20),
        0 0 0 1px rgba(255, 255, 255, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

/* Glass shine overlay */
.nova-nav .mud-nav-link.active[b-5bndfk4shp]::after,
.nova-link.mud-nav-link.active[b-5bndfk4shp]::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 50% !important;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.10) 0%,
            transparent 100%) !important;
    border-radius: var(--sb-radius-lg) var(--sb-radius-lg) 0 0 !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Breathing glow behind active */
.nova-nav .mud-nav-link.active[b-5bndfk4shp]::before,
.nova-link.mud-nav-link.active[b-5bndfk4shp]::before {
    content: '' !important;
    position: absolute !important;
    inset: -3px !important;
    border-radius: calc(var(--sb-radius-lg) + 3px) !important;
    background: var(--nova-gradient) !important;
    z-index: -1 !important;
    opacity: 0.30 !important;
    filter: blur(14px) !important;
    animation: novaBreathe-b-5bndfk4shp 3.5s ease-in-out infinite !important;
    left: -3px !important;
    width: calc(100% + 6px) !important;
    pointer-events: none !important;
}

@keyframes novaBreathe-b-5bndfk4shp {

    0%,
    100% {
        opacity: 0.20;
        transform: scale(1);
    }

    50% {
        opacity: 0.40;
        transform: scale(1.01);
    }
}

/* Active text */
.nova-nav .mud-nav-link.active .mud-nav-link-text[b-5bndfk4shp],
.nova-nav .mud-nav-link.active span:not(.mud-icon-root):not(.mud-expand-icon-wrapper)[b-5bndfk4shp],
.nova-link.active .mud-nav-link-text[b-5bndfk4shp],
.nova-link.active span:not(.mud-icon-root)[b-5bndfk4shp] {
    color: var(--sb-text-bright) !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25) !important;
}

/* Active icon */
.nova-nav .mud-nav-link.active .mud-icon-root[b-5bndfk4shp],
.nova-link.active .mud-icon-root[b-5bndfk4shp] {
    color: var(--sb-icon-active) !important;
    transform: scale(1.08) !important;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.40)) !important;
}


/* ══════════════════════════════════════
   ⑨ NAV GROUPS — Headers (Masters, Paymaster)
   ══════════════════════════════════════ */
.nova-group.mud-nav-group>.mud-nav-link[b-5bndfk4shp] {
    border-radius: var(--sb-radius-lg) !important;
    margin: 3px 0 !important;
    padding: 11px 16px !important;
    transition: all var(--sb-speed) var(--sb-ease) !important;
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid transparent !important;
}

/* Group header text */
.nova-group.mud-nav-group>.mud-nav-link .mud-nav-link-text[b-5bndfk4shp],
.nova-group.mud-nav-group>.mud-nav-link span:not(.mud-icon-root):not(.mud-expand-icon-wrapper)[b-5bndfk4shp] {
    color: var(--sb-text-secondary) !important;
    font-size: 0.855rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.025em !important;
}

/* Group header icon */
.nova-group.mud-nav-group>.mud-nav-link .mud-icon-root[b-5bndfk4shp] {
    color: var(--sb-icon-group) !important;
    font-size: 1.25rem !important;
    margin-right: 14px !important;
}

/* Chevron arrow */
.nova-group.mud-nav-group>.mud-nav-link .mud-expand-icon[b-5bndfk4shp] {
    color: var(--sb-text-muted) !important;
    transition: all 0.3s var(--sb-ease) !important;
    font-size: 1.1rem !important;
}

/* ── Group Hover ── */
.nova-group.mud-nav-group>.mud-nav-link:hover[b-5bndfk4shp] {
    background: var(--sb-surface-hover) !important;
    border-color: rgba(255, 255, 255, 0.03) !important;
    transform: translateX(3px) !important;
}

.nova-group.mud-nav-group>.mud-nav-link:hover .mud-nav-link-text[b-5bndfk4shp],
.nova-group.mud-nav-group>.mud-nav-link:hover span:not(.mud-icon-root):not(.mud-expand-icon-wrapper)[b-5bndfk4shp] {
    color: var(--sb-text-bright) !important;
}

.nova-group.mud-nav-group>.mud-nav-link:hover .mud-icon-root[b-5bndfk4shp] {
    color: var(--sb-icon-hover) !important;
    filter: drop-shadow(0 0 6px var(--sb-glow-sm)) !important;
}

.nova-group.mud-nav-group>.mud-nav-link:hover .mud-expand-icon[b-5bndfk4shp] {
    color: var(--nova-blue-400) !important;
}

/* ── Group Expanded ── */
.nova-group.mud-nav-group.mud-expanded>.mud-nav-link[b-5bndfk4shp] {
    background: var(--sb-surface) !important;
    border-color: rgba(59, 130, 246, 0.06) !important;
    border-bottom-left-radius: var(--sb-radius-xs) !important;
    border-bottom-right-radius: var(--sb-radius-xs) !important;
}

.nova-group.mud-nav-group.mud-expanded>.mud-nav-link .mud-nav-link-text[b-5bndfk4shp],
.nova-group.mud-nav-group.mud-expanded>.mud-nav-link span:not(.mud-icon-root):not(.mud-expand-icon-wrapper)[b-5bndfk4shp] {
    color: var(--sb-text-primary) !important;
    font-weight: 650 !important;
}

.nova-group.mud-nav-group.mud-expanded>.mud-nav-link .mud-icon-root[b-5bndfk4shp] {
    color: var(--nova-blue) !important;
    filter: drop-shadow(0 0 6px var(--sb-glow-md)) !important;
}

.nova-group.mud-nav-group.mud-expanded>.mud-nav-link .mud-expand-icon[b-5bndfk4shp] {
    color: var(--nova-blue-400) !important;
}


/* ══════════════════════════════════════
   ⑩ NAV GROUP CHILDREN — Container
   ══════════════════════════════════════ */

/* Collapse animation */
.nova-group .mud-collapse-container[b-5bndfk4shp] {
    transition: height 0.3s var(--sb-ease) !important;
}

/* Children wrapper — tree line */
.nova-group .mud-nav-group-items[b-5bndfk4shp] {
    margin-left: 22px !important;
    padding: 6px 0 6px 14px !important;
    border-left: 2px solid var(--sb-tree-line) !important;
    position: relative !important;
}

/* Gradient overlay on tree line */
.nova-group .mud-nav-group-items[b-5bndfk4shp]::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg,
            var(--sb-tree-line-active) 0%,
            var(--sb-tree-line) 50%,
            transparent 100%);
    pointer-events: none;
    z-index: 1;
}


/* ══════════════════════════════════════
   ⑪ CHILD LINKS — Default
   ══════════════════════════════════════ */
.nova-child-link.mud-nav-link[b-5bndfk4shp] {
    padding: 9px 14px !important;
    border-radius: var(--sb-radius-sm) !important;
    margin: 2px 0 !important;
    border: 1px solid transparent !important;
    transition: all var(--sb-speed) var(--sb-ease) !important;
    position: relative !important;
}

/* Child text */
.nova-child-link.mud-nav-link .mud-nav-link-text[b-5bndfk4shp],
.nova-child-link.mud-nav-link span:not(.mud-icon-root)[b-5bndfk4shp] {
    font-size: 0.82rem !important;
    font-weight: 450 !important;
    color: var(--sb-text-secondary) !important;
    letter-spacing: 0.015em !important;
}

/* Child icon */
.nova-child-link.mud-nav-link .mud-icon-root[b-5bndfk4shp] {
    font-size: 1.05rem !important;
    margin-right: 11px !important;
    color: var(--sb-icon-default) !important;
    opacity: 0.8;
}

/* ── Child Hover ── */
.nova-child-link.mud-nav-link:hover[b-5bndfk4shp] {
    background: var(--sb-surface-hover) !important;
    border-color: rgba(59, 130, 246, 0.08) !important;
    transform: translateX(4px) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10) !important;
}

.nova-child-link.mud-nav-link:hover .mud-nav-link-text[b-5bndfk4shp],
.nova-child-link.mud-nav-link:hover span:not(.mud-icon-root)[b-5bndfk4shp] {
    color: var(--sb-text-bright) !important;
}

.nova-child-link.mud-nav-link:hover .mud-icon-root[b-5bndfk4shp] {
    color: var(--sb-icon-hover) !important;
    opacity: 1;
    transform: scale(1.1) !important;
    filter: drop-shadow(0 0 6px var(--sb-glow-sm)) !important;
}

/* ── Child Active (Subtle — no full gradient) ── */
.nova-child-link.mud-nav-link.active[b-5bndfk4shp] {
    background: var(--sb-surface-active) !important;
    border-color: var(--sb-border-hover) !important;
    transform: translateX(3px) !important;
    box-shadow:
        0 2px 10px rgba(59, 130, 246, 0.10),
        inset 0 0 0 1px rgba(59, 130, 246, 0.06) !important;
}

.nova-child-link.mud-nav-link.active .mud-nav-link-text[b-5bndfk4shp],
.nova-child-link.mud-nav-link.active span:not(.mud-icon-root)[b-5bndfk4shp] {
    color: var(--nova-blue-400) !important;
    font-weight: 600 !important;
}

.nova-child-link.mud-nav-link.active .mud-icon-root[b-5bndfk4shp] {
    color: var(--nova-blue) !important;
    opacity: 1;
    filter: drop-shadow(0 0 6px var(--sb-glow-md)) !important;
}

/* ── Glowing dot on tree line for active child ── */
.nova-child-link.mud-nav-link.active[b-5bndfk4shp]::after {
    content: '' !important;
    position: absolute !important;
    left: -21px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 8px !important;
    height: 8px !important;
    background: var(--nova-blue) !important;
    border-radius: 50% !important;
    box-shadow:
        0 0 8px var(--sb-glow-lg),
        0 0 16px var(--sb-glow-sm) !important;
    z-index: 2 !important;
    animation: dotPulse-b-5bndfk4shp 2.5s ease-in-out infinite !important;
}

@keyframes dotPulse-b-5bndfk4shp {

    0%,
    100% {
        box-shadow: 0 0 6px var(--sb-glow-md), 0 0 12px var(--sb-glow-xs);
    }

    50% {
        box-shadow: 0 0 10px var(--sb-glow-lg), 0 0 20px var(--sb-glow-sm);
    }
}

/* Remove parent breathing glow from children */
.nova-child-link.mud-nav-link.active[b-5bndfk4shp]::before {
    display: none !important;
}


/* ══════════════════════════════════════
   ⑫ FOCUS & RIPPLE & LINK RESET
   ══════════════════════════════════════ */

/* Focus ring */
.nova-nav .mud-nav-link:focus-visible[b-5bndfk4shp],
.nova-link:focus-visible[b-5bndfk4shp],
.nova-child-link:focus-visible[b-5bndfk4shp] {
    outline: 2px solid var(--nova-blue) !important;
    outline-offset: -2px !important;
}

/* Ripple color */
.nova-nav .mud-nav-link .mud-ripple[b-5bndfk4shp],
.nova-link .mud-ripple[b-5bndfk4shp],
.nova-child-link .mud-ripple[b-5bndfk4shp] {
    color: var(--nova-blue) !important;
}

/* Kill underlines everywhere */
.nova-nav .mud-nav-link[b-5bndfk4shp],
.nova-nav .mud-nav-link:visited[b-5bndfk4shp],
.nova-nav .mud-nav-link:active[b-5bndfk4shp],
.nova-nav .mud-nav-link:hover[b-5bndfk4shp],
.nova-link.mud-nav-link[b-5bndfk4shp],
.nova-link.mud-nav-link:visited[b-5bndfk4shp],
.nova-child-link.mud-nav-link[b-5bndfk4shp],
.nova-child-link.mud-nav-link:visited[b-5bndfk4shp] {
    text-decoration: none !important;
}

/* Kill MudBlazor default selected highlight */
.nova-nav .mud-nav-link.mud-ripple:not(.active):hover[b-5bndfk4shp] {
    background: var(--sb-surface-hover) !important;
}


/* ══════════════════════════════════════
   ⑬ RESPONSIVE — Tablet
   ══════════════════════════════════════ */
@media (max-width: 960px) {
    .sidebar[b-5bndfk4shp] {
        position: fixed;
        top: var(--appbar-height, 56px);
        left: 0;
        bottom: 0;
        z-index: 900;
        box-shadow:
            8px 0 40px rgba(0, 0, 0, 0.35),
            2px 0 10px rgba(0, 0, 0, 0.15);
        transform: translateX(0);
        transition: transform var(--sb-speed-slow) var(--sb-ease);
    }

    .sidebar.closed[b-5bndfk4shp] {
        transform: translateX(-100%);
        width: 270px;
        min-width: 270px;
        box-shadow: none;
    }

    .nova-nav .mud-nav-link[b-5bndfk4shp],
    .nova-link.mud-nav-link[b-5bndfk4shp] {
        padding: 10px 14px !important;
    }
}


/* ══════════════════════════════════════
   ⑭ RESPONSIVE — Phone
   ══════════════════════════════════════ */
@media (max-width: 600px) {
    .sidebar-brand[b-5bndfk4shp] {
        padding: 20px 18px 16px;
    }

    .brand-icon[b-5bndfk4shp] {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .brand-icon .mud-icon-root[b-5bndfk4shp] {
        font-size: 1.2rem !important;
    }

    .brand-text[b-5bndfk4shp] {
        font-size: 0.75rem;
        letter-spacing: 0.12em;
    }

    .nav-section[b-5bndfk4shp] {
        padding: 18px 18px 8px;
    }

    .nova-nav.mud-navmenu[b-5bndfk4shp] {
        padding: 4px 10px !important;
    }

    .nova-nav .mud-nav-link[b-5bndfk4shp],
    .nova-link.mud-nav-link[b-5bndfk4shp] {
        padding: 9px 12px !important;
        margin: 2px 0 !important;
        border-radius: var(--sb-radius-sm) !important;
    }

    .nova-nav .mud-nav-link .mud-nav-link-text[b-5bndfk4shp],
    .nova-nav .mud-nav-link span:not(.mud-icon-root):not(.mud-expand-icon-wrapper)[b-5bndfk4shp] {
        font-size: 0.82rem !important;
    }

    .nova-nav .mud-nav-link .mud-icon-root[b-5bndfk4shp] {
        font-size: 1.15rem !important;
        margin-right: 10px !important;
    }

    .nova-child-link.mud-nav-link[b-5bndfk4shp] {
        padding: 8px 10px !important;
    }

    .nova-child-link.mud-nav-link .mud-nav-link-text[b-5bndfk4shp],
    .nova-child-link.mud-nav-link span:not(.mud-icon-root)[b-5bndfk4shp] {
        font-size: 0.78rem !important;
    }

    .nova-group .mud-nav-group-items[b-5bndfk4shp] {
        margin-left: 18px !important;
        padding-left: 10px !important;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rp7b9a9cad],
.components-reconnect-repeated-attempt-visible[b-rp7b9a9cad],
.components-reconnect-failed-visible[b-rp7b9a9cad],
.components-pause-visible[b-rp7b9a9cad],
.components-resume-failed-visible[b-rp7b9a9cad],
.components-rejoining-animation[b-rp7b9a9cad] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-retrying[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-failed[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-rp7b9a9cad] {
    display: block;
}


#components-reconnect-modal[b-rp7b9a9cad] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-rp7b9a9cad 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-rp7b9a9cad 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-rp7b9a9cad 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-rp7b9a9cad]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-rp7b9a9cad 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-rp7b9a9cad {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-rp7b9a9cad {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-rp7b9a9cad {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-rp7b9a9cad] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-rp7b9a9cad] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-rp7b9a9cad] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-rp7b9a9cad] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-rp7b9a9cad] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-rp7b9a9cad] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-rp7b9a9cad] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-rp7b9a9cad 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-rp7b9a9cad] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-rp7b9a9cad {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Attendance/AttendanceLedger.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Attendance Ledger - Pro Professional Scoped Styles
   ══════════════════════════════════════════════════════════ */

/* 1. STABILITY ENGINE: Zero Motion */
.attendance-ledger-root[b-ms3liuyawq],
.attendance-ledger-root *[b-ms3liuyawq],
[b-ms3liuyawq] .attendance-ledger-root *,
[b-ms3liuyawq] .modern-table *,
[b-ms3liuyawq] .mud-table-row {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
}

/* 2. LAYOUT WRAPPERS (Replacing Inline Styles) */
.header-avatar[b-ms3liuyawq] {
    background: rgba(255, 255, 255, 0.15) !important;
    width: 44px !important;
    height: 44px !important;
}

.header-icon[b-ms3liuyawq] {
    color: white !important;
    font-size: 22px !important;
}

.control-panel-card[b-ms3liuyawq] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
}

.centered-grid[b-ms3liuyawq] {
    align-items: center !important;
}

.search-field-full[b-ms3liuyawq] {
    width: 100% !important;
}

.table-layout-wrapper[b-ms3liuyawq] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: hidden !important;
}

/* 3. MODERN TABLE STRUCTURE */
[b-ms3liuyawq] .modern-table.mud-table-root {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

[b-ms3liuyawq] .modern-table table {
    table-layout: fixed !important;
    width: 100% !important;
    min-width: 1700px !important;
}

[b-ms3liuyawq] .modern-table .mud-table-container {
    flex: 1 !important;
    overflow: auto !important;
    min-height: 0 !important;
}

[b-ms3liuyawq] .modern-table th {
    background: white !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    color: var(--slate-600) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--slate-100) !important;
    padding: 12px 10px !important;
}

[b-ms3liuyawq] .modern-table td {
    height: 52px !important;
    padding: 0 10px !important;
    border-bottom: 1px solid var(--slate-100) !important;
    vertical-align: middle !important;
}

/* Column Widths & Sticky Behaviors */
[b-ms3liuyawq] .modern-table th:nth-child(1),
[b-ms3liuyawq] .modern-table td:nth-child(1) {
    width: 60px !important;
}

[b-ms3liuyawq] .modern-table th:nth-child(2),
[b-ms3liuyawq] .modern-table td:nth-child(2) {
    width: 500px !important;
}

[b-ms3liuyawq] .modern-table th.col-numeric {
    width: 7.5% !important;
}

[b-ms3liuyawq] .modern-table th.col-actions {
    width: 110px !important;
}

/* 4. GRID LOCK SYSTEM */
.cell-fixed-container[b-ms3liuyawq] {
    display: grid !important;
    grid-template-areas: "stack" !important;
    align-items: center !important;
    height: 52px !important;
    width: 100% !important;
    overflow: hidden !important;
}

.cell-fixed-container>span[b-ms3liuyawq],
.cell-fixed-container>form[b-ms3liuyawq],
.cell-fixed-container>div[b-ms3liuyawq] {
    grid-area: stack !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
}

/* 5. GHOST INPUTS & TYPOGRAPHY */
.edit-input[b-ms3liuyawq],
[b-ms3liuyawq] .edit-input .mud-input-slot {
    height: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.875rem !important;
}

.profile-name[b-ms3liuyawq] {
    font-size: 0.875rem !important;
    color: var(--slate-900);
    padding-right: 30px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.id-pill[b-ms3liuyawq] {
    padding: 2px 8px;
    background: var(--slate-100);
    color: var(--slate-500);
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.75rem;
    font-weight: 600;
}

/* 6. PAGINATION & JUMP */
.modern-pager[b-ms3liuyawq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    background: white;
    border-top: 1px solid var(--slate-100);
}

.jump-to-container[b-ms3liuyawq] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.jump-label[b-ms3liuyawq] {
    font-size: 0.75rem;
    color: var(--slate-500);
}

.jump-field[b-ms3liuyawq] {
    width: 60px !important;
}
/* /Components/Pages/Company/Companies.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Company Master - Scoped Styles
   ══════════════════════════════════════════════════════════ */

.header-avatar[b-9akcumwz26] {
    background: rgba(255, 255, 255, 0.15) !important;
    width: 44px !important;
    height: 44px !important;
}

.header-icon[b-9akcumwz26] {
    color: white !important;
    font-size: 22px !important;
}

.control-panel-card[b-9akcumwz26] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
}

.centered-grid[b-9akcumwz26] {
    align-items: center !important;
}

.search-field-full[b-9akcumwz26] {
    width: 100% !important;
}

.table-layout-wrapper[b-9akcumwz26] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: hidden !important;
}

[b-9akcumwz26] .modern-table {
    margin-bottom: 24px;
}

[b-9akcumwz26] .modern-table .mud-table-container {
    height: 380px !important;
}
/* /Components/Pages/Department/Department.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Department Master - Scoped Styles
   ══════════════════════════════════════════════════════════ */

/* 1. LAYOUT WRAPPERS */
.header-avatar[b-ebkl2v1ef9] {
    background: rgba(255, 255, 255, 0.15) !important;
    width: 44px !important;
    height: 44px !important;
}

.header-icon[b-ebkl2v1ef9] {
    color: white !important;
    font-size: 22px !important;
}

.control-panel-card[b-ebkl2v1ef9] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
}

.centered-grid[b-ebkl2v1ef9] {
    align-items: center !important;
}

.search-field-full[b-ebkl2v1ef9] {
    width: 100% !important;
}

.table-layout-wrapper[b-ebkl2v1ef9] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: hidden !important;
}

/* 2. MODERN TABLE STRUCTURE */
[b-ebkl2v1ef9] .modern-table table {
    table-layout: fixed !important;
    width: 100% !important;
}

[b-ebkl2v1ef9] .modern-table th {
    background: white !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    color: var(--slate-600) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--slate-100) !important;
    padding: 12px 16px !important;
}

[b-ebkl2v1ef9] .modern-table td {
    padding: 12px 16px !important;
    border-bottom: 1px solid var(--slate-100) !important;
    height: 64px !important;
    vertical-align: middle !important;
}

/* 3. MULTI-DELETE PILL */
.multi-delete-pill[b-ebkl2v1ef9] {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #fff1f2;
    border: 1px solid #fda4af;
    border-radius: 99px;
    padding: 0 6px 0 0;
    height: 32px;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.delete-count[b-ebkl2v1ef9] {
    color: #ef4444;
    font-weight: 700;
    font-size: 14px;
    user-select: none;
}

.delete-icon-btn[b-ebkl2v1ef9] {
    background: transparent !important;
    margin-right: -4px !important;
}

/* 4. IDENTITY & TYPOGRAPHY */
.id-pill[b-ebkl2v1ef9] {
    padding: 2px 8px;
    background: var(--slate-100);
    color: var(--slate-500);
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.75rem;
    font-weight: 600;
}

.profile-name[b-ebkl2v1ef9] {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: var(--slate-900) !important;
}

.employee-profile[b-ebkl2v1ef9] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.edit-container[b-ebkl2v1ef9] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.max-w-400[b-ebkl2v1ef9] {
    max-width: 400px !important;
}
/* /Components/Pages/Designation/Designation.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Designation Master - Scoped Styles
   ══════════════════════════════════════════════════════════ */

/* 1. LAYOUT WRAPPERS */
.header-avatar[b-qc61xegvxw] {
    background: rgba(255, 255, 255, 0.15) !important;
    width: 44px !important;
    height: 44px !important;
}

.header-icon[b-qc61xegvxw] {
    color: white !important;
    font-size: 22px !important;
}

.control-panel-card[b-qc61xegvxw] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
}

.centered-grid[b-qc61xegvxw] {
    align-items: center !important;
}

.search-field-full[b-qc61xegvxw] {
    width: 100% !important;
}

.table-layout-wrapper[b-qc61xegvxw] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: hidden !important;
}

/* 2. MODERN TABLE STRUCTURE */
[b-qc61xegvxw] .modern-table table {
    table-layout: fixed !important;
    width: 100% !important;
}

[b-qc61xegvxw] .modern-table th {
    background: white !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    color: var(--slate-600) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--slate-100) !important;
    padding: 12px 16px !important;
}

[b-qc61xegvxw] .modern-table td {
    padding: 12px 16px !important;
    border-bottom: 1px solid var(--slate-100) !important;
    height: 64px !important;
    vertical-align: middle !important;
}

/* 3. MULTI-DELETE PILL */
.multi-delete-pill[b-qc61xegvxw] {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #fff1f2;
    border: 1px solid #fda4af;
    border-radius: 99px;
    padding: 0 6px 0 0;
    height: 32px;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.delete-count[b-qc61xegvxw] {
    color: #ef4444;
    font-weight: 700;
    font-size: 14px;
    user-select: none;
}

.delete-icon-btn[b-qc61xegvxw] {
    background: transparent !important;
    margin-right: -4px !important;
}

/* 4. IDENTITY & TYPOGRAPHY */
.id-pill[b-qc61xegvxw] {
    padding: 2px 8px;
    background: var(--slate-100);
    color: var(--slate-500);
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.75rem;
    font-weight: 600;
}

.profile-name[b-qc61xegvxw] {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: var(--slate-900) !important;
}

.employee-profile[b-qc61xegvxw] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.edit-container[b-qc61xegvxw] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.max-w-400[b-qc61xegvxw] {
    max-width: 400px !important;
}
/* /Components/Pages/EmployeeDaily/EmployeeDaily.razor.rz.scp.css */
/* ══════════════════════════════════════
   Employee Daily Styles - Clean Master Look
   ══════════════════════════════════════ */

/* Clean Look - Subtle Transitions */
.employee-daily-root[b-aqtq0loeko] {
    transition: opacity 0.3s ease;
}

/* Cleanup shadows for cleaner Master-page look */
[b-aqtq0loeko] .mud-input-control,
[b-aqtq0loeko] .mud-input,
[b-aqtq0loeko] .mud-input-outlined,
[b-aqtq0loeko] .mud-button-root,
[b-aqtq0loeko] .mud-icon-button,
[b-aqtq0loeko] .mud-ripple {
    box-shadow: none !important;
}

/* ID Pill - Matching Department Master */
.id-pill[b-aqtq0loeko] {
    display: inline-flex;
    padding: 2px 8px;
    background: var(--slate-100);
    color: var(--slate-500);
    border-radius: var(--radius-sm);
    font-family: var(--font-mono);
    font-size: 0.75rem;
    font-weight: 600;
}

/* 1. Rigid Row Height for zero jumping */
[b-aqtq0loeko] .modern-table .mud-table-body tr {
    height: 58px !important;
}

[b-aqtq0loeko] .modern-table .mud-table-body td {
    height: 58px !important;
    padding: 0 16px !important;
    border-bottom: 1px solid var(--slate-100) !important;
}

[b-aqtq0loeko] .modern-table td {
    height: 58px !important;
    padding: 0 8px !important;
    border-bottom: 1px solid var(--slate-100) !important;
}

/* Actions Cell Alignment */
.actions-cell-center[b-aqtq0loeko] {
    justify-content: center !important;
}

/* 2. Table Header - Modern Look */
[b-aqtq0loeko] .modern-table th {
    background: white !important;
    padding: 12px 16px !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    color: var(--slate-600) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--slate-100) !important;
}

/* Column Proportions - Optimized Space Utilization */
[b-aqtq0loeko] .modern-table th:nth-child(1) {
    width: 80px !important;
}

/* Day Column */
[b-aqtq0loeko] .modern-table th:nth-child(2) {
    width: 50px !important;
}

/* Employee Name */
[b-aqtq0loeko] .modern-table th:nth-child(3) {
    width: 20% !important;
}

/* Leave Type - Optimized for split attendance circles */
[b-aqtq0loeko] .modern-table th:nth-child(4),
[b-aqtq0loeko] .modern-table td:nth-child(4) {
    width: 380px !important;
}

[b-aqtq0loeko] .modern-table th:nth-child(5),
[b-aqtq0loeko] .modern-table td:nth-child(5) {
    width: 380px !important;
}

/* Leave Type - Fixed Small */
/* Remarks - Takes remaining ~45-50% space automatically */
[b-aqtq0loeko] .modern-table .col-actions {
    width: 120px !important;
}

/* Actions - Tight */

/* 2. LAYOUT WRAPPERS (Replacing Inline Styles) */
.header-avatar[b-aqtq0loeko] {
    background: rgba(255, 255, 255, 0.15) !important;
    width: 44px !important;
    height: 44px !important;
}

.header-icon[b-aqtq0loeko] {
    color: white !important;
    font-size: 22px !important;
}

.control-panel-card[b-aqtq0loeko] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
}

.centered-grid[b-aqtq0loeko] {
    align-items: center !important;
}

.search-field-full[b-aqtq0loeko] {
    width: 100% !important;
}

.table-layout-wrapper[b-aqtq0loeko] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: hidden !important;
}

/* 3. MODERN TABLE STRUCTURE */
.cell-fixed-container[b-aqtq0loeko] {
    display: grid !important;
    grid-template-areas: "stack" !important;
    align-items: center !important;
    height: 58px !important;
    width: 100% !important;
}

.cell-fixed-container>span[b-aqtq0loeko],
.cell-fixed-container>form[b-aqtq0loeko],
.cell-fixed-container>div[b-aqtq0loeko] {
    grid-area: stack !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* 4. Ghost Edit Mode - "Just Cursor" Logic */
.ghost-input[b-aqtq0loeko] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

[b-aqtq0loeko] .ghost-input .mud-input {
    background: transparent !important;
    border: none !important;
}

[b-aqtq0loeko] .ghost-input .mud-input-outlined-border {
    border: none !important;
}

[b-aqtq0loeko] .ghost-input .mud-input-slot {
    padding: 0 !important;
    font-size: 0.875rem !important;
    color: var(--slate-900) !important;
    height: 58px !important;
    /* Forces text to stay in the exact vertical center */
    line-height: 58px !important;
    display: flex !important;
    align-items: center !important;
}

/* Hide all underlines (even the focused ones) */
[b-aqtq0loeko] .ghost-input .mud-input-underline:before,
[b-aqtq0loeko] .ghost-input .mud-input-underline:after {
    display: none !important;
    border: none !important;
}

[b-aqtq0loeko] .ghost-input .mud-input-adornment {
    display: none !important;
}

/* Action Buttons - Premium Colors */
[b-aqtq0loeko] .action-btn-edit {
    background: var(--primary-50) !important;
    color: var(--primary-600) !important;
    border-radius: var(--radius-md) !important;
}

[b-aqtq0loeko] .action-btn-del {
    background: #fff1f2 !important;
    color: #e11d48 !important;
    border-radius: var(--radius-md) !important;
}

/* Employee Profile Section */
.employee-profile[b-aqtq0loeko] {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
}

.profile-name[b-aqtq0loeko] {
    font-weight: 500;
    color: var(--slate-900);
    font-size: 0.9rem;
}

/* Pager Styling */
.modern-pager[b-aqtq0loeko] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    background-color: white;
    border-top: 1px solid var(--slate-100);
}

.jump-to-container[b-aqtq0loeko] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.jump-label[b-aqtq0loeko] {
    font-size: 0.75rem;
    color: var(--slate-500);
    font-weight: 500;
}

.footer-spacer[b-aqtq0loeko] {
    height: 48px;
}

/* 5. Day Selector - Matching Header Company Selector Style */
[b-aqtq0loeko] .day-selector {
    background: var(--slate-50) !important;
    border-radius: var(--radius-md) !important;
    padding: var(--space-1) var(--space-2) !important;
    border: 1.5px solid var(--color-border-default) !important;
    min-width: 0 !important;
    width: clamp(100px, 12vw, 140px) !important;
    height: 48px !important;
    transition:
        border-color var(--duration-normal) var(--ease-ultra),
        box-shadow var(--duration-smooth) var(--ease-ultra),
        background var(--duration-normal) var(--ease-ultra),
        transform var(--duration-normal) var(--ease-ultra) !important;
}

[b-aqtq0loeko] .day-selector:hover {
    border-color: var(--primary-300) !important;
    background: var(--color-bg-surface) !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.06);
}

[b-aqtq0loeko] .day-selector:focus-within {
    border-color: var(--primary-400) !important;
    box-shadow: var(--shadow-brand), 0 0 0 4px rgba(37, 99, 235, 0.06) !important;
    transform: translateY(-1px);
}

[b-aqtq0loeko] .mud-select.day-selector .mud-input-slot {
    font-weight: 600 !important;
    color: var(--slate-900) !important;
    font-size: var(--text-sm) !important;
    white-space: nowrap !important;
    padding-right: 32px !important;
}

[b-aqtq0loeko] .day-selector .mud-popover {
    max-height: 200px !important;
}

[b-aqtq0loeko] .mud-select.day-selector .mud-input {
    overflow: hidden !important;
}

/* 6. Clickable LeaveType Cell */
.clickable-cell[b-aqtq0loeko] {
    cursor: pointer !important;
    transition: background-color 0.15s ease !important;
}

.clickable-cell:hover[b-aqtq0loeko] {
    background-color: var(--primary-50) !important;
}

.clickable-cell .profile-name[b-aqtq0loeko] {
    color: var(--primary-700) !important;
    font-weight: 600 !important;
    text-decoration: underline dotted;
    text-underline-offset: 4px;
}

/* 7. Save Button Top */
.save-btn-top[b-aqtq0loeko] {
    height: 38px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15) !important;
    border-radius: var(--radius-md) !important;
    text-transform: none !important;
}

.save-btn-top:not(:disabled):hover[b-aqtq0loeko] {
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.25) !important;
    background-color: var(--color-success-dark) !important;
}

/* ══════════════════════════════════════
   FEEDBACK RADIO GROUP (Uiverse.io)
   ══════════════════════════════════════ */

.feedback-container[b-aqtq0loeko] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* ══════════════════════════════════════
   LEAVE TYPE CIRCLE SELECTOR
   ══════════════════════════════════════ */

.leave-type-container[b-aqtq0loeko] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 12px;
}

/* ══════════════════════════════════════
   SPLIT LEAVE SELECTOR (MORNING/AFTERNOON)
   ══════════════════════════════════════ */

.split-leave-container[b-aqtq0loeko] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 0;
}

.shift-section[b-aqtq0loeko] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.shift-label[b-aqtq0loeko] {
    font-size: 10px;
    font-weight: 800;
    color: var(--slate-400);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}



.leave-selector[b-aqtq0loeko] {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.leave-selector label[b-aqtq0loeko] {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 36px;
}

.leave-selector input[b-aqtq0loeko] {
    display: none;
    /* Hide standard radio */
}

/* Base Circle Style - Increased size */
.status-circle[b-aqtq0loeko] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--slate-100);
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    color: var(--slate-400);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

/* Hover Effect */
.leave-selector label:hover .status-circle[b-aqtq0loeko] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: var(--slate-600);
}

/* Active/Checked State */
.leave-selector input:checked+.status-circle[b-aqtq0loeko] {
    background-color: var(--status-color);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
    transform: scale(1.15);
    box-shadow: 0 4px 12px var(--status-shadow);
}

/* Color Mappings */
.leave-selector label[data-type="PR"][b-aqtq0loeko] {
    --status-color: #10b981;
    --status-shadow: rgba(16, 185, 129, 0.3);
}

.leave-selector label[data-type="AB"][b-aqtq0loeko] {
    --status-color: #ef4444;
    --status-shadow: rgba(239, 68, 68, 0.3);
}

.leave-selector label[data-type="CL"][b-aqtq0loeko] {
    --status-color: #f59e0b;
    --status-shadow: rgba(245, 158, 11, 0.3);
}

.leave-selector label[data-type="PL"][b-aqtq0loeko] {
    --status-color: #8b5cf6;
    --status-shadow: rgba(139, 92, 246, 0.3);
}

.leave-selector label[data-type="SL"][b-aqtq0loeko] {
    --status-color: #6366f1;
    --status-shadow: rgba(99, 102, 241, 0.3);
}

.leave-selector label[data-type="WO"][b-aqtq0loeko] {
    --status-color: #06b6d4;
    --status-shadow: rgba(6, 182, 212, 0.3);
}

.leave-selector label[data-type="RH"][b-aqtq0loeko] {
    --status-color: #f97316;
    --status-shadow: rgba(249, 115, 22, 0.3);
}

.leave-selector label[data-type="CO"][b-aqtq0loeko] {
    --status-color: #ec4899;
    --status-shadow: rgba(236, 72, 153, 0.3);
}

/* ══════════════════════════════════════
   HORIZONTAL DAYS SCROLLER
   ══════════════════════════════════════ */

.days-scroller-wrapper[b-aqtq0loeko] {
    margin-top: 24px;
    padding: 8px 16px;
    width: 100%;
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.days-scroller-label[b-aqtq0loeko] {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--slate-400);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    display: block;
}

.days-scroller-container[b-aqtq0loeko] {
    width: 100%;
}

.days-scroller[b-aqtq0loeko] {
    display: flex;
    justify-content: space-between;
    gap: 3px;
    padding-bottom: 0px;
    width: 100%;
}

.day-btn[b-aqtq0loeko] {
    min-width: 45px !important;
    height: 45px !important;
    /* Increased for Day Name */
    border-radius: 8px !important;
    background: var(--slate-50);
    border: 1px solid transparent !important;
    color: var(--slate-600) !important;
    font-weight: 700 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 0 !important;
    line-height: 1 !important;
    position: relative !important;
}

/* Notification Badge - Pure Professional Look */
/* Notification Badge - Small for Compact view */
.day-badge[b-aqtq0loeko] {
    position: absolute;
    top: 0.5px;
    right: 0.5px;
    background: #ef4444 !important;
    color: white !important;
    font-size: 8px;
    font-weight: 800;
    min-width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 0 2px;
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.4);
    border: none !important;
    z-index: 10;
    line-height: normal;
}

.day-num[b-aqtq0loeko] {
    font-size: 12px !important;
    font-weight: 800 !important;

}

.day-name-small[b-aqtq0loeko] {
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    opacity: 0.6;
    margin-top: 5px;
    display: block !important;
}

.day-btn.active .day-name-small[b-aqtq0loeko] {
    opacity: 0.9;
}


.day-btn:hover[b-aqtq0loeko] {
    background: var(--slate-100) !important;
    transform: translateY(-2px);
    color: var(--primary-600) !important;
}

.day-btn.active[b-aqtq0loeko] {
    background: var(--primary-600) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3) !important;
    transform: scale(1.1);
    z-index: 2;
}

.day-btn.active.has-data[b-aqtq0loeko] {
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.4) !important;
    background: rgba(37, 99, 235, 0.06);
    color: white !important;
    border: none !important;
}

/* Disabled State - Greyed Out */
.day-btn:disabled[b-aqtq0loeko] {
    cursor: not-allowed !important;
}


/* Specific selector for has-data days that aren't currently active */
.days-scroller .day-btn.has-data:not(.active)[b-aqtq0loeko] {
    background: #ecfdf5 !important;
    /* Emerald-50 */
    color: #010e0a !important;
    /* Emerald-800 */
    border: none !important;
}

/* Subtle pulse for days with data to draw attention softly */
@keyframes data-pulse-b-aqtq0loeko {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.day-btn.has-data:hover[b-aqtq0loeko] {
    animation: data-pulse-b-aqtq0loeko 0.6s ease-in-out;
}

/* Removed custom all-days width to match other day buttons */

/* Future & Today States - "Light Out" Future Data */
.day-btn.is-future[b-aqtq0loeko] {
    opacity: 1 !important;
}

.shadow-btn[b-aqtq0loeko] {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

.day-btn:disabled[b-aqtq0loeko] {

    background: #8a8a8a !important;
    color: #e7e0e0 !important;  
    cursor: not-allowed !important;
    border: 1px dashed #838485 !important;
}

.day-btn.is-today[b-aqtq0loeko] {
    border-color: #3b82f6 !important;
    color: #1d4ed8 !important;
    font-weight: 800 !important;
    background: white !important;
}

.today-marker[b-aqtq0loeko] {
    position: absolute;
    top: 4px;
    width: 5px;
    height: 5px;
    background: #3b82f6;
    border-radius: 50%;
    box-shadow: 0 0 6px #93c5fd;
}

/* ══════════════════════════════════════
   REPORT BUTTON - CORPORATE PRO
   ══════════════════════════════════════ */
.report-btn[b-aqtq0loeko] {
    height: 48px !important;
    padding: 0 24px !important;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: var(--radius-md) !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(30, 27, 75, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden !important;
    position: relative !important;
}

.report-btn:not(:disabled):hover[b-aqtq0loeko] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 27, 75, 0.3) !important;
    background: linear-gradient(135deg, #312e81 0%, #1e1b4b 100%) !important;
}

.report-btn:not(:disabled):active[b-aqtq0loeko] {
    transform: translateY(0);
}

.report-btn:disabled[b-aqtq0loeko] {
    background: var(--slate-200) !important;
    color: var(--slate-400) !important;
    box-shadow: none !important;
}

/* Shine effect on hover */
.report-btn[b-aqtq0loeko]::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(30deg);
    transition: all 0.6s ease;
}

.report-btn:hover[b-aqtq0loeko]::after {
    left: 120%;
}
/* /Components/Pages/Employees/Employees.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Employee Master - Scoped Styles
   ══════════════════════════════════════════════════════════ */

.header-avatar[b-jh3vsrua00] {
    background: rgba(255, 255, 255, 0.15) !important;
    width: 44px !important;
    height: 44px !important;
}

.header-icon[b-jh3vsrua00] {
    color: white !important;
    font-size: 22px !important;
}

.control-panel-card[b-jh3vsrua00] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
}

.centered-grid[b-jh3vsrua00] {
    align-items: center !important;
}

.search-field-full[b-jh3vsrua00] {
    width: 100% !important;
}

.table-layout-wrapper[b-jh3vsrua00] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: hidden !important;
}

[b-jh3vsrua00] .modern-table {
    margin-bottom: 24px;
}

[b-jh3vsrua00] .modern-table .mud-table-container {
    height: 380px !important;
}
/* /Components/Pages/Employeetran/EmployeeTranReport.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Employee Transaction Report — Scoped Styles
   All global styles (dashboard-container, header-section,
   modern-table th/td, action-btn, id-pill, profile-name)
   come from app.css. Only page-specific overrides live here.
   ══════════════════════════════════════════════════════════ */

/* Stability: no animations on table rows */
.employee-tran-root[b-zj0zl6vn7e],
.employee-tran-root *[b-zj0zl6vn7e],
[b-zj0zl6vn7e] .employee-tran-root *,
[b-zj0zl6vn7e] .modern-table *,
[b-zj0zl6vn7e] .mud-table-row {
    animation: none !important;
    transition: none !important;
}

/* Header avatar / icon — same as AttendanceLedger scoped override */
.header-avatar[b-zj0zl6vn7e] {
    background: rgba(255, 255, 255, 0.15) !important;
    width: 44px !important;
    height: 44px !important;
}

.header-icon[b-zj0zl6vn7e] {
    color: white !important;
    font-size: 22px !important;
}

/* Control panel card */
.control-panel-card[b-zj0zl6vn7e] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
}

.centered-grid[b-zj0zl6vn7e] {
    align-items: center !important;
}

/* Table wrapper */
.table-layout-wrapper[b-zj0zl6vn7e] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: visible !important;
}

/* Fixed layout so all 13 columns have defined widths */
[b-zj0zl6vn7e] .modern-table table {
    table-layout: fixed !important;
    width: 100% !important;
    min-width: 1000px !important;  /* Reduced slightly to fit common screens better */
}

/* Scroll container: keep scrolling functionality but hide the visual bar */
[b-zj0zl6vn7e] .modern-table .mud-table-container {
    overflow-x: auto !important;
    overflow-y: auto !important;
    min-height: 0 !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
[b-zj0zl6vn7e] .modern-table .mud-table-container::-webkit-scrollbar {
    display: none !important;
}

/* Hide Spinners for YearMonth numeric inputs */
[b-zj0zl6vn7e] .modern-search input::-webkit-outer-spin-button,
[b-zj0zl6vn7e] .modern-search input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[b-zj0zl6vn7e] .modern-search input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

/* ── Percentage-based column widths — scale at any zoom level ──
   Total = 4 + 20 + 8 + (10 × 6.8) = 100%
*/
[b-zj0zl6vn7e] .modern-table th:nth-child(1),
[b-zj0zl6vn7e] .modern-table td:nth-child(1) { width: 4% !important; }     /* ID */

[b-zj0zl6vn7e] .modern-table th:nth-child(2),
[b-zj0zl6vn7e] .modern-table td:nth-child(2) { width: 20% !important; }    /* Employee Name */

[b-zj0zl6vn7e] .modern-table th:nth-child(3),
[b-zj0zl6vn7e] .modern-table td:nth-child(3) { width: 8% !important; }     /* Period — widened to fit text */

[b-zj0zl6vn7e] .modern-table th.col-numeric { width: 6.8% !important; }    /* 10 numeric columns */

/* Body cell font — compact like AttendanceLedger */
[b-zj0zl6vn7e] .mud-table-body td {
    font-size: 0.8125rem !important;   /* 13px */
    font-weight: 400 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    line-height: 1.4 !important;
    font-family: 'Inter', 'Outfit', sans-serif !important;
}

/* Cell alignment overrides for numeric columns */
.col-numeric[b-zj0zl6vn7e] {
    text-align: right !important;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 0.8rem !important;
    vertical-align: middle !important;
}

/* Employee name cell — dynamic row height */
.cell-fixed-container[b-zj0zl6vn7e] {
    display: flex !important;
    align-items: center !important;
    min-height: 48px !important;
    width: 100% !important;
    padding: 6px 0 !important;
}

.employee-profile[b-zj0zl6vn7e] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.avatar-small[b-zj0zl6vn7e] {
    width: 28px !important;
    height: 28px !important;
    font-size: 0.75rem !important;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 2px;
}

/* Allow long names to wrap — row grows to fit */
.profile-name[b-zj0zl6vn7e] {
    font-size: 0.8125rem !important;   /* 13px — same as body */
    font-weight: 500;
    color: #0f172a;
    white-space: normal !important;
    word-break: break-word;
    line-height: 1.4;
    overflow: visible !important;
    text-overflow: unset !important;
    font-family: 'Inter', 'Outfit', sans-serif !important;
}

/* Override fixed td height so rows grow with long names */
[b-zj0zl6vn7e] .mud-table-body td,
[b-zj0zl6vn7e] .mud-table-body .mud-table-cell {
    height: auto !important;
    min-height: 52px !important;
    vertical-align: middle !important;
}


/* Period badge */
.period-badge[b-zj0zl6vn7e] {
    display: inline-block;
    padding: 2px 10px;
    background: #eff6ff;
    color: #3b82f6;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Unit chip in header */
.unit-chip[b-zj0zl6vn7e] {
    color: white !important;
    font-weight: 600;
}

/* Empty / Loading states */
.empty-state[b-zj0zl6vn7e], .loading-state[b-zj0zl6vn7e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

/* Export menu shadow */
.shadow-btn[b-zj0zl6vn7e] {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

/* Pager — sticky at bottom, always visible */
[b-zj0zl6vn7e] .modern-table .mud-table-pager {
    border-top: 1px solid #e2e8f0;
    background: white;
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    z-index: 5;
}
/* /Components/Pages/Employer/Employers.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Employer Master - Scoped Styles
   ══════════════════════════════════════════════════════════ */

.header-avatar[b-xpnywq7j1i] {
    background: rgba(255, 255, 255, 0.15) !important;
    width: 44px !important;
    height: 44px !important;
}

.header-icon[b-xpnywq7j1i] {
    color: white !important;
    font-size: 22px !important;
}

.control-panel-card[b-xpnywq7j1i] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
}

.centered-grid[b-xpnywq7j1i] {
    align-items: center !important;
}

.search-field-full[b-xpnywq7j1i] {
    width: 100% !important;
}

.table-layout-wrapper[b-xpnywq7j1i] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: hidden !important;
}

[b-xpnywq7j1i] .modern-table {
    margin-bottom: 24px;
}

[b-xpnywq7j1i] .modern-table .mud-table-container {
    height: 380px !important;
}
/* /Components/Pages/EPPlusExample/EPPlusExample.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   EPPlus Example - Scoped Styles
   ══════════════════════════════════════════════════════════ */

.table-layout-wrapper[b-py9tqcp104] {
    height: 400px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    margin-top: 16px !important;
}

[b-py9tqcp104] .modern-table {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
}

[b-py9tqcp104] .modern-table .mud-table-container {
    flex: 1 !important;
    overflow-y: auto !important;
    min-height: 0 !important;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-root[b-x0adpbawup] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f8fafc;
    padding: 0;
    margin: 0;
}

/* HEADER */
.executive-header[b-x0adpbawup] {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 32px 40px;
    color: white;
    border-radius: 12px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}

.executive-header[b-x0adpbawup]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(37, 99, 235, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.header-breadcrumb-top[b-x0adpbawup] {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-icon-box[b-x0adpbawup] {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.header-title-text[b-x0adpbawup] {
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}

.header-subtitle-text[b-x0adpbawup] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

/* QUICK ACCESS */
.section-title[b-x0adpbawup] {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 24px;
    padding-left: 4px;
}

.access-card[b-x0adpbawup] {
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
    gap: 16px;
    text-align: center;
}

.access-card:hover[b-x0adpbawup] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.08);
    border-color: #e2e8f0;
}

.card-icon-box[b-x0adpbawup] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.bg-employees[b-x0adpbawup] {
    background: #3b82f6;
}

.bg-depts[b-x0adpbawup] {
    background: #6366f1;
}

.bg-desigs[b-x0adpbawup] {
    background: #a855f7;
}

.bg-companies[b-x0adpbawup] {
    background: #06b6d4;
}

.card-title[b-x0adpbawup] {
    font-weight: 700;
    font-size: 1.125rem;
    color: #1e293b;
}

.card-subtitle[b-x0adpbawup] {
    font-size: 0.825rem;
    color: #64748b;
}

/* PLACEHOLDER AREA */
.placeholder-area[b-x0adpbawup] {
    margin-top: 48px;
    border: 1px dashed rgba(203, 213, 225, 0.5);
    border-radius: 12px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.3);
}

.placeholder-icon[b-x0adpbawup] {
    font-size: 48px;
    color: #e2e8f0;
}

.placeholder-text[b-x0adpbawup] {
    font-size: 1rem;
    color: #64748b;
    font-weight: 500;
}
/* /Components/Pages/Invoices/Invoices.razor.rz.scp.css */
/* ══════════════════════════════════════════════
   INVOICE PAGE — Scoped Styles
   ══════════════════════════════════════════════ */

/* ── Page wrapper ── */
.inv-page[b-jumcxfiu5s] {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    font-family: 'Inter', 'Roboto', 'Segoe UI', sans-serif;
}

/* ── Header ── */
.inv-header[b-jumcxfiu5s] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.inv-title[b-jumcxfiu5s] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-text-primary, #1e293b);
    margin: 0;
    line-height: 1.2;
}

.inv-subtitle[b-jumcxfiu5s] {
    font-size: 0.8125rem;
    color: var(--color-text-secondary, #64748b);
    margin: 4px 0 0;
}

.inv-header-actions[b-jumcxfiu5s] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inv-icon-btn[b-jumcxfiu5s] {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid var(--color-border-default, #e2e8f0);
    background: var(--color-bg-surface, #fff);
    color: var(--color-text-secondary, #64748b);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.18s;
}

.inv-icon-btn:hover[b-jumcxfiu5s] {
    border-color: var(--color-border-strong, #94a3b8);
    color: var(--color-text-primary, #1e293b);
}

.inv-create-btn[b-jumcxfiu5s] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 18px;
    height: 38px;
    background: #2563EB;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.18s;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.inv-create-btn:hover[b-jumcxfiu5s] {
    background: #1D4ED8;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}

/* ── Stat Cards ── */
.inv-stats-grid[b-jumcxfiu5s] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 1100px) {
    .inv-stats-grid[b-jumcxfiu5s] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .inv-stats-grid[b-jumcxfiu5s] {
        grid-template-columns: 1fr;
    }
}

.inv-stat-card[b-jumcxfiu5s] {
    background: var(--color-bg-surface, #fff);
    border: 1px solid var(--color-border-subtle, #f1f5f9);
    border-radius: 14px;
    padding: 20px 20px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
}

.inv-stat-card:hover[b-jumcxfiu5s] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.inv-stat-body[b-jumcxfiu5s] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.inv-stat-label[b-jumcxfiu5s] {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted, #94a3b8);
    display: block;
    margin-bottom: 8px;
}

.inv-stat-value[b-jumcxfiu5s] {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--color-text-primary, #0f172a);
    line-height: 1;
    margin-bottom: 6px;
}

.inv-stat-trend[b-jumcxfiu5s] {
    font-size: 0.78rem;
    font-weight: 600;
}

.inv-stat-trend.positive[b-jumcxfiu5s] {
    color: #10B981;
}

.inv-stat-trend.warning[b-jumcxfiu5s] {
    color: #F59E0B;
}

.inv-stat-trend.danger[b-jumcxfiu5s] {
    color: #EF4444;
}

.inv-stat-icon[b-jumcxfiu5s] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.inv-stat-icon.blue[b-jumcxfiu5s] {
    background: #EFF6FF;
    color: #2563EB;
}

.inv-stat-icon.orange[b-jumcxfiu5s] {
    background: #FFF7ED;
    color: #F97316;
}

.inv-stat-icon.red[b-jumcxfiu5s] {
    background: #FEF2F2;
    color: #EF4444;
}

.inv-stat-icon.green[b-jumcxfiu5s] {
    background: #F0FDF4;
    color: #10B981;
}

.inv-stat-bar[b-jumcxfiu5s] {
    height: 4px;
    margin: 0 -20px;
    background: #E2E8F0;
    position: relative;
}

.inv-stat-bar[b-jumcxfiu5s]::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 55%;
}

.blue-bar[b-jumcxfiu5s]::after {
    background: #2563EB;
}

.orange-bar[b-jumcxfiu5s]::after {
    background: #F97316;
    width: 35%;
}

.red-bar[b-jumcxfiu5s]::after {
    background: #EF4444;
    width: 20%;
}

.green-bar[b-jumcxfiu5s]::after {
    background: #10B981;
    width: 70%;
}

/* ── Table Card ── */
.inv-table-card[b-jumcxfiu5s] {
    background: var(--color-bg-surface, #fff);
    border: 1px solid var(--color-border-subtle, #f1f5f9);
    border-radius: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.inv-table-header[b-jumcxfiu5s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px 22px;
    border-bottom: 1px solid var(--color-border-subtle, #f1f5f9);
}

.inv-table-title[b-jumcxfiu5s] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--color-text-primary, #0f172a);
}

.inv-table-controls[b-jumcxfiu5s] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Search */
.inv-search-wrap[b-jumcxfiu5s] {
    position: relative;
    display: flex;
    align-items: center;
}

.inv-search-icon[b-jumcxfiu5s] {
    position: absolute;
    left: 10px;
    color: #94A3B8 !important;
    pointer-events: none;
}

.inv-search-input[b-jumcxfiu5s] {
    padding: 8px 12px 8px 34px;
    border: 1px solid var(--color-border-default, #e2e8f0);
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--color-text-primary, #1e293b);
    background: var(--color-bg-sunken, #f8fafc);
    outline: none;
    width: 210px;
    transition: border-color 0.18s, box-shadow 0.18s;
}

.inv-search-input:focus[b-jumcxfiu5s] {
    border-color: #3B82F6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    background: var(--color-bg-surface, #fff);
}

/* Filter tabs */
.inv-filter-tabs[b-jumcxfiu5s] {
    display: flex;
    border: 1px solid var(--color-border-default, #e2e8f0);
    border-radius: 8px;
    overflow: hidden;
    background: var(--color-bg-sunken, #f8fafc);
}

.inv-tab[b-jumcxfiu5s] {
    padding: 7px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    border: none;
    background: transparent;
    color: var(--color-text-muted, #64748b);
    cursor: pointer;
    transition: all 0.18s;
}

.inv-tab:not(:last-child)[b-jumcxfiu5s] {
    border-right: 1px solid var(--color-border-default, #e2e8f0);
}

.inv-tab.active[b-jumcxfiu5s] {
    background: var(--color-bg-surface, #fff);
    color: #2563EB;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* Bulk delete */
.inv-delete-btn[b-jumcxfiu5s] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 8px;
    border: 1px solid rgba(239, 68, 68, 0.25);
    background: rgba(239, 68, 68, 0.06);
    color: #EF4444;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.18s;
}

.inv-delete-btn:hover[b-jumcxfiu5s] {
    background: rgba(239, 68, 68, 0.12);
}

/* ── Table ── */
.inv-table-wrap[b-jumcxfiu5s] {
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
}

.inv-table[b-jumcxfiu5s] {
    width: 100%;
    border-collapse: collapse;
}

/* ── Fluid column widths (auto-sizing) ── */

/* Tight Checkbox and Actions columns */
.inv-table th:nth-child(5)[b-jumcxfiu5s],
.inv-table td:nth-child(5)[b-jumcxfiu5s] {
    width: 1%;
    white-space: nowrap;
    text-align: center;
}

.inv-table th:nth-child(6)[b-jumcxfiu5s],
.inv-table td:nth-child(6)[b-jumcxfiu5s] {
    width: 1%;
    white-space: nowrap;
    text-align: center;
}

.inv-table thead tr[b-jumcxfiu5s] {
    background: var(--color-bg-sunken, #f8fafc);
    border-bottom: 1px solid var(--color-border-default, #e2e8f0);
}

.inv-table th[b-jumcxfiu5s] {
    padding: 12px 24px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted, #94a3b8);
    text-align: left;
    white-space: nowrap;
}

.inv-table td[b-jumcxfiu5s] {
    padding: 14px 24px;
    font-size: 0.875rem;
    color: var(--color-text-primary, #1e293b);
    border-bottom: 1px solid var(--color-border-subtle, #f1f5f9);
    vertical-align: middle;
}

/* Checkbox column */
.inv-table th:nth-child(5)[b-jumcxfiu5s],
.inv-table td:nth-child(5)[b-jumcxfiu5s] {
    padding-left: 8px;
    padding-right: 8px;
}

.inv-table th:nth-child(6)[b-jumcxfiu5s],
.inv-table td:nth-child(6)[b-jumcxfiu5s] {
    padding-left: 8px;
    padding-right: 8px;
}

.inv-row:hover td[b-jumcxfiu5s] {
    background: var(--color-bg-sunken, #f8fafc);
}

.inv-row.selected td[b-jumcxfiu5s] {
    background: rgba(37, 99, 235, 0.05);
}

.inv-table input[type="checkbox"][b-jumcxfiu5s] {
    width: 16px;
    height: 16px;
    accent-color: #2563EB;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

/* Invoice ID link */
.inv-id-link[b-jumcxfiu5s] {
    color: #2563EB;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
}

.inv-id-link:hover[b-jumcxfiu5s] {
    text-decoration: underline;
}

/* ── Client column ── */
.inv-client[b-jumcxfiu5s] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Avatar circle */
.inv-avatar[b-jumcxfiu5s] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563EB, #818cf8);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

/* ★ Client name — clearly visible ★ */
.inv-client span[b-jumcxfiu5s] {
    font-family: 'Inter', 'Roboto', 'Segoe UI', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text-primary, #1e293b);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Amount */
.inv-amount[b-jumcxfiu5s] {
    font-weight: 700 !important;
    color: var(--color-text-primary, #0f172a) !important;
    font-variant-numeric: tabular-nums;
}

/* Date */
.inv-date[b-jumcxfiu5s] {
    color: var(--color-text-secondary, #64748b) !important;
}

/* Actions */
.inv-actions[b-jumcxfiu5s] {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

/* Empty state */
.inv-empty[b-jumcxfiu5s] {
    text-align: center;
    padding: 48px !important;
    color: #94A3B8;
    font-style: italic;
}

/* ── Pagination ── */
.inv-table-footer[b-jumcxfiu5s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 22px;
    border-top: 1px solid var(--color-border-subtle, #f1f5f9);
    background: var(--color-bg-sunken, #fafafa);
}

.inv-showing[b-jumcxfiu5s] {
    font-size: 0.8rem;
    color: var(--color-text-muted, #64748b);
}

.inv-pagination[b-jumcxfiu5s] {
    display: flex;
    gap: 4px;
    align-items: center;
}

.inv-page-btn[b-jumcxfiu5s] {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border-radius: 7px;
    border: 1px solid var(--color-border-default, #e2e8f0);
    background: var(--color-bg-surface, #fff);
    color: var(--color-text-primary, #334155);
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inv-page-btn:hover:not(:disabled):not(.active)[b-jumcxfiu5s] {
    border-color: #94A3B8;
    background: var(--color-bg-sunken, #f8fafc);
}

.inv-page-btn.active[b-jumcxfiu5s] {
    background: #2563EB;
    border-color: #2563EB;
    color: white;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

.inv-page-btn:disabled[b-jumcxfiu5s] {
    opacity: 0.35;
    cursor: not-allowed;
}

/* ── Loading ── */
.inv-loading[b-jumcxfiu5s] {
    display: flex;
    justify-content: center;
    padding: 48px;
}

.inv-alert[b-jumcxfiu5s] {
    border-radius: 10px !important;
}
/* /Components/Pages/Login/Login.razor.rz.scp.css */
:root[b-59nnq813mq] {
    --primary-blue: #2563eb;
    --primary-light: #60a5fa;
    --accent: #f43f5e;
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(255, 255, 255, 0.5);
    --text-main: #0f172a;
    --text-muted: #475569;
    --shadow-soft: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
}

/* BASE - REMOVE SCROLLING */
.login-wrapper[b-59nnq813mq] {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* BACKGROUND SLIDESHOW - LOCKED BOX */
.slideshow-background[b-59nnq813mq] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.slide[b-59nnq813mq] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #0f172a;
    /* Fallback safe color */
    opacity: 0;
    animation: slideShow-b-59nnq813mq 24s linear infinite;
    transform-origin: center;
}

.slide:nth-child(1)[b-59nnq813mq] {
    background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070');
    animation-delay: 0s;
}

.slide:nth-child(2)[b-59nnq813mq] {
    background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=2069');
    animation-delay: 6s;
}

.slide:nth-child(3)[b-59nnq813mq] {
    background-image: url('https://images.unsplash.com/photo-1497366811353-6870744d04b2?q=80&w=2070');
    animation-delay: 12s;
}

.slide:nth-child(4)[b-59nnq813mq] {
    background-image: url('https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=2070');
    animation-delay: 18s;
}

@keyframes slideShow-b-59nnq813mq {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    5% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    25% {
        opacity: 0;
        transform: scale(1.05);
    }

    100% {
        opacity: 0;
    }
}

.overlay[b-59nnq813mq] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.45) 0%, rgba(30, 41, 59, 0.45) 100%);
    z-index: 2;
}

/* LOGIN CARD - STATIC FIXED SIZING */
.login-card[b-59nnq813mq] {
    position: relative;
    z-index: 10;
    display: flex;
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    width: 1000px;
    max-width: 95vw;
    height: 600px;
    max-height: 90vh;
    border-radius: 24px;
    box-shadow: var(--shadow-xl);
    overflow: hidden;
    margin: auto;
}

.login-left[b-59nnq813mq] {
    flex: 1;
    background: rgba(255, 255, 255, 0.344);
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid var(--glass-border);
}

.brand[b-59nnq813mq] {
    display: flex;
    align-items: center;
    gap: 12px;

}

.dot[b-59nnq813mq] {
    width: 16px;
    height: 16px;
    background: var(--primary-blue);
    border-radius: 4px;
    transform: rotate(45deg);
}

.brand strong[b-59nnq813mq] {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--text-main);
}

.image-container img[b-59nnq813mq] {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
    border: 4px solid white;
}

.tagline b[b-59nnq813mq] {
    font-size: 1.2rem;
    color: var(--text-main);
    display: block;
    margin-bottom: 4px;
}

.tagline p[b-59nnq813mq] {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.login-right[b-59nnq813mq] {
    flex: 1.2;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: whitesmoke;
}

h2[b-59nnq813mq] {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-main);
}

.login-subtitle[b-59nnq813mq] {
    color: var(--text-muted);
    margin-bottom: 45px;
    font-size: 1rem;
}

/* FORM ELEMENTS - FORCED NO SCROLL */
.input-group[b-59nnq813mq] {
    position: relative !important;
    margin-bottom: 35px !important;
    width: 100% !important;
    display: block !important;
}

.input-group[b-59nnq813mq]  input,
.input-group input[b-59nnq813mq] {
    width: 100% !important;
    padding: 12px 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #cbd5e1 !important;
    font-size: 1.1rem !important;
    color: var(--text-main) !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
    display: block !important;
}

.input-group[b-59nnq813mq]  input:focus,
.input-group input:focus[b-59nnq813mq] {
    border-bottom-color: var(--primary-blue) !important;
}

.input-group label[b-59nnq813mq] {
    position: absolute;
    left: 0;
    top: 12px;
    color: var(--text-muted);
    pointer-events: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    z-index: 5;
}

.input-group[b-59nnq813mq]  input:focus~label,
.input-group[b-59nnq813mq]  input:not(:placeholder-shown)~label,
.input-group input:focus~label[b-59nnq813mq],
.input-group input:not(:placeholder-shown)~label[b-59nnq813mq] {
    top: -22px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: var(--primary-blue) !important;
}

.login-btn[b-59nnq813mq] {
    width: 100% !important;
    padding: 16px !important;
    background: white !important;
    color: #1d4ed8 !important;
    animation: slideIn 1s ease-in-out;
    border: none !important;
    border-radius: 12px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 10px !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3) !important;
}

.login-btn:hover[b-59nnq813mq] {
    background: #1d4ed8 !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4) !important;
}

/* MOBILE FIX */
@media (max-width: 1000px) {
    .login-wrapper[b-59nnq813mq] {
        overflow-y: hidden;
    }

    .login-card[b-59nnq813mq] {
        width: 450px;
        height: auto;
        flex-direction: column;
        max-height: 95vh;
    }

    .login-left[b-59nnq813mq] {
        display: none;
    }

    .login-right[b-59nnq813mq] {
        padding: 40px;
    }
}

@media (max-height: 650px) {
    .login-card[b-59nnq813mq] {
        height: auto;
        padding: 20px 0;
    }

    .login-subtitle[b-59nnq813mq] {
        margin-bottom: 20px;
    }
}
/* /Components/Pages/Modules/UserModules.razor.rz.scp.css */
.user-modules-container[b-iqv2mj2nj5] {
    padding: 2rem;
    min-height: calc(100vh - 64px);
    background: radial-gradient(circle at top right, rgba(99, 102, 241, 0.05), transparent),
                radial-gradient(circle at bottom left, rgba(168, 85, 247, 0.05), transparent);
}

.glass-panel[b-iqv2mj2nj5] {
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.panel-header[b-iqv2mj2nj5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    gap: 2rem;
    flex-wrap: wrap;
}

.header-content[b-iqv2mj2nj5] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.icon-box[b-iqv2mj2nj5] {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    padding: 1rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
}

.header-icon[b-iqv2mj2nj5] {
    color: white !important;
}

.panel-title[b-iqv2mj2nj5] {
    color: white;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.025em;
}

.panel-subtitle[b-iqv2mj2nj5] {
    color: #94a3b8;
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
}

.header-actions[b-iqv2mj2nj5] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-bar[b-iqv2mj2nj5] {
    width: 300px;
}

.search-bar :deep(.mud-input-outlined-border)[b-iqv2mj2nj5] {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.search-bar :deep(.mud-input-root)[b-iqv2mj2nj5] {
    color: #cbd5e1 !important;
    background: rgba(255, 255, 255, 0.03);
}

.add-btn[b-iqv2mj2nj5] {
    border-radius: 12px;
    text-transform: none;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    background: linear-gradient(135deg, #6366f1, #a855f7) !important;
}

/* Table Styles */
.modern-table[b-iqv2mj2nj5] {
    background: transparent !important;
    color: #e2e8f0 !important;
}

.modern-table :deep(thead)[b-iqv2mj2nj5] {
    background: rgba(255, 255, 255, 0.03);
}

.modern-table :deep(th)[b-iqv2mj2nj5] {
    color: #94a3b8 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 1rem !important;
}

.modern-table :deep(td)[b-iqv2mj2nj5] {
    padding: 1rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    color: #cbd5e1 !important;
}

.modern-table :deep(.mud-table-row:hover)[b-iqv2mj2nj5] {
    background: rgba(255, 255, 255, 0.02) !important;
}

.table-layout-wrapper[b-iqv2mj2nj5] {
    overflow-x: auto;
    max-width: 100%;
}

/* Custom Scrollbar for the table */
.modern-table :deep(.mud-table-container)[b-iqv2mj2nj5]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.modern-table :deep(.mud-table-container)[b-iqv2mj2nj5]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 3px;
}

.modern-table :deep(.mud-table-container)[b-iqv2mj2nj5]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    border-radius: 3px;
}

.modern-table :deep(.mud-table-container)[b-iqv2mj2nj5]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #4f46e5, #9333ea);
}


.user-name[b-iqv2mj2nj5] {
    font-weight: 600;
    color: white;
}

.username-chip[b-iqv2mj2nj5] {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #94a3b8 !important;
    font-family: 'JetBrains Mono', monospace;
}

.id-pill[b-iqv2mj2nj5] {
    background: rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-family: 'JetBrains Mono', monospace;
}

.delete-btn[b-iqv2mj2nj5] {
    color: rgba(239, 68, 68, 0.7) !important;
    transition: all 0.3s;
}

.delete-btn:hover[b-iqv2mj2nj5] {
    color: #ef4444 !important;
    transform: rotate(15deg) scale(1.2);
    background: rgba(239, 68, 68, 0.1) !important;
}

/* Edit State */
.edit-input :deep(.mud-input-outlined-border)[b-iqv2mj2nj5] {
    border-color: rgba(99, 102, 241, 0.3) !important;
}

.edit-input :deep(.mud-input-root)[b-iqv2mj2nj5] {
    background: rgba(15, 23, 42, 0.4);
}

@media (max-width: 768px) {
    .panel-header[b-iqv2mj2nj5] {
        flex-direction: column;
        align-items: flex-start;
    }
    .search-bar[b-iqv2mj2nj5] {
        width: 100%;
    }
}
/* /Components/Pages/Relation/Relation.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Relation Master - Scoped Styles
   ══════════════════════════════════════════════════════════ */

/* 1. LAYOUT WRAPPERS */
.header-avatar[b-5z6kh9blxx] {
    background: rgba(255, 255, 255, 0.15) !important;
    width: 44px !important;
    height: 44px !important;
}

.header-icon[b-5z6kh9blxx] {
    color: white !important;
    font-size: 22px !important;
}

.control-panel-card[b-5z6kh9blxx] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
}

.centered-grid[b-5z6kh9blxx] {
    align-items: center !important;
}

.search-field-full[b-5z6kh9blxx] {
    width: 100% !important;
}

.table-layout-wrapper[b-5z6kh9blxx] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: hidden !important;
}

/* 2. MODERN TABLE STRUCTURE */
[b-5z6kh9blxx] .modern-table table {
    table-layout: fixed !important;
    width: 100% !important;
}

[b-5z6kh9blxx] .modern-table th {
    background: white !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    color: var(--slate-600) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--slate-100) !important;
}

[b-5z6kh9blxx] .modern-table td {
    border-bottom: 1px solid var(--slate-100) !important;
    height: 64px !important;
    vertical-align: middle !important;
}

/* 3. MULTI-DELETE PILL */
.multi-delete-pill[b-5z6kh9blxx] {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #fff1f2;
    border: 1px solid #fda4af;
    border-radius: 99px;
    padding: 0 6px 0 0;
    height: 32px;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.delete-count[b-5z6kh9blxx] {
    color: #ef4444;
    font-weight: 700;
    font-size: 14px;
    user-select: none;
}

.delete-icon-btn[b-5z6kh9blxx] {
    background: transparent !important;
    margin-right: -4px !important;
}

/* 4. IDENTITY & TYPOGRAPHY */
.id-pill[b-5z6kh9blxx] {
    padding: 2px 8px;
    background: var(--slate-100);
    color: var(--slate-500);
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.75rem;
    font-weight: 600;
}

.profile-name[b-5z6kh9blxx] {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: var(--slate-900) !important;
}

.employee-profile[b-5z6kh9blxx] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.edit-container[b-5z6kh9blxx] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.full-width[b-5z6kh9blxx] {
    width: 100% !important;
}
/* /Components/Pages/ReportList/ReportList.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Report List - Scoped Styles (Matching Designation Master)
   ══════════════════════════════════════════════════════════ */

/* 1. LAYOUT WRAPPERS */
.header-avatar[b-6ade4eey56] {
    background: rgba(255, 255, 255, 0.15) !important;
    width: 44px !important;
    height: 44px !important;
}

.header-icon[b-6ade4eey56] {
    color: white !important;
    font-size: 22px !important;
}

.control-panel-card[b-6ade4eey56] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
    background: white !important;
    border-radius: 12px !important;
    border: 1px solid var(--slate-200) !important;
}

.table-layout-wrapper[b-6ade4eey56] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: hidden !important;
}

/* 2. MODERN TABLE STRUCTURE */
[b-6ade4eey56] .modern-table table {
    table-layout: fixed !important;
    width: 100% !important;
}

[b-6ade4eey56] .modern-table th {
    background: #f8fafc !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    color: #475569 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #e2e8f0 !important;
    padding: 12px 16px !important;
}

[b-6ade4eey56] .modern-table td {
    padding: 12px 16px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    height: 64px !important;
    vertical-align: middle !important;
}

/* 3. IDENTITY & TYPOGRAPHY */
.id-pill[b-6ade4eey56] {
    padding: 2px 8px;
    background: #f1f5f9;
    color: #64748b;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.75rem;
    font-weight: 600;
}

.profile-container[b-6ade4eey56] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-avatar[b-6ade4eey56] {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.avatar-small[b-6ade4eey56] {
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.profile-name[b-6ade4eey56] {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #1e293b !important;
}

.report-desc-text[b-6ade4eey56] {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.4;
}

.period-badge[b-6ade4eey56] {
    padding: 4px 10px;
    background: #f0f9ff;
    color: #0369a1;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border: 1px solid #bae6fd;
}

.type-pill[b-6ade4eey56] {
    padding: 4px 10px;
    background: #f5f3ff;
    color: #6d28d9;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ddd6fe;
}

/* 4. ACTIONS & EDITING */
.action-btn-edit[b-6ade4eey56] {
    background: #f0f9ff !important;
    color: #0284c7 !important;
    border-radius: 8px !important;
    transition: all 0.2s ease;
}

.action-btn-edit:hover[b-6ade4eey56] {
    background: #0284c7 !important;
    color: white !important;
}

.action-btn-del[b-6ade4eey56] {
    background: #fff1f2 !important;
    color: #e11d48 !important;
    border-radius: 8px !important;
    transition: all 0.2s ease;
}

.action-btn-del:hover[b-6ade4eey56] {
    background: #e11d48 !important;
    color: white !important;
}

.col-numeric[b-6ade4eey56] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    color: #475569;
}

.edit-input[b-6ade4eey56] {
    background: white !important;
}

[b-6ade4eey56] .mud-input-outlined-border {
    border-color: #e2e8f0 !important;
}

[b-6ade4eey56] .mud-input-focus .mud-input-outlined-border {
    border-color: #3b82f6 !important;
    border-width: 2px !important;
}
/* /Components/Pages/ReportMaster/ReportMaster.razor.rz.scp.css */
.report-master-root[b-we9wzbunjk] {
    padding: 1rem 1.25rem;
    background-color: #f8fafc;
    min-height: 100vh;
    overflow-x: hidden !important;
    max-width: 100%;
    box-sizing: border-box;
}

/* Header Section */
.header-section[b-we9wzbunjk] {
    margin-bottom: 1rem;
    max-width: 100%;
    overflow-x: hidden;
}

.header-avatar[b-we9wzbunjk] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    width: 32px !important;
    height: 32px !important;
}

.header-title[b-we9wzbunjk] {
    font-weight: 800;
    font-size: 1.1rem !important;
    color: #0f172a;
}

/* Ultra-Compact Filter Bar */
.pro-filter-bar[b-we9wzbunjk] {
    display: flex;
    align-items: center;
    padding: 0.4rem 0.75rem;
    gap: 0.75rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    flex-wrap: wrap;
    max-width: 100%;
}

.pro-search-section[b-we9wzbunjk] {
    flex-grow: 1;
    min-width: 200px;
}

.ultra-search-field .mud-input-filled[b-we9wzbunjk] {
    background-color: #f8fafc !important;
    border-radius: 8px !important;
    font-size: 0.85rem !important;
}

.pro-date-section[b-we9wzbunjk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0.5rem;
    border-left: 1px solid #f1f5f9;
}

.date-separator[b-we9wzbunjk] {
    color: #cbd5e1;
    font-size: 0.7rem;
    font-weight: 700;
}

.compact-picker[b-we9wzbunjk] {
    width: 105px;
}

/* Category Tabs - Wrapped (No Horizontal Scroll) */
.category-navigation-strip[b-we9wzbunjk] {
    padding: 2px 0;
    margin-bottom: 0.75rem;
    max-width: 100%;
    overflow-x: hidden;
}

.pro-tab-group[b-we9wzbunjk] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.pro-tab-btn[b-we9wzbunjk] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    font-weight: 600;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.pro-tab-btn.active[b-we9wzbunjk] {
    background-color: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

/* Report Micro Grid - Maximum Density */
.reports-main-scrollable[b-we9wzbunjk] {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    overflow-x: hidden !important;
    max-width: 100%;
}

.report-micro-grid[b-we9wzbunjk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 6px;
    padding: 2px;
    max-width: 100%;
}

/* 3D Micro Action Button - High Fidelity Edition */
.micro-report-action[b-we9wzbunjk] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
    border: 1px solid #cbd5e1;
    border-bottom: 3.5px solid #94a3b8; /* Increased depth */
    border-radius: 8px;
    padding: 0 10px;
    cursor: pointer;
    transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    gap: 8px;
    text-align: left;
    box-shadow: 
        0 2px 4px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9); /* Inner Bezel Shine */
}

/* Reflective Gloss Effect */
.micro-report-action[b-we9wzbunjk]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.micro-report-action:hover[b-we9wzbunjk] {
    background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
    border-color: #3b82f6;
    border-bottom-color: #1d4ed8;
    transform: translateY(-2px); /* Higher lift */
    box-shadow: 
        0 10px 15px -3px rgba(37, 99, 235, 0.15),
        0 4px 6px -2px rgba(37, 99, 235, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.micro-report-action:active[b-we9wzbunjk] {
    transform: translateY(2.5px); /* Deep compression */
    border-bottom-width: 1px;
    box-shadow: 
        inset 0 2px 6px rgba(15, 23, 42, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.02);
}

.micro-indicator[b-we9wzbunjk] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: transparent;
    transition: background-color 0.2s;
    z-index: 2;
}

.micro-report-action:hover .micro-indicator[b-we9wzbunjk] {
    background-color: #3b82f6;
}

.micro-icon[b-we9wzbunjk] {
    color: #64748b;
    font-size: 1.1rem !important;
    transition: all 0.2s;
    z-index: 2;
}

.micro-report-action:hover .micro-icon[b-we9wzbunjk] {
    color: #2563eb;
    transform: scale(1.15) rotate(5deg);
}

.micro-text-content[b-we9wzbunjk] {
    flex-grow: 1;
    overflow: hidden;
    z-index: 2;
}

.micro-name[b-we9wzbunjk] {
    display: block;
    font-size: 0.75rem;
    font-weight: 800; /* Extra punchy */
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    letter-spacing: -0.01em;
}

.micro-download-icon[b-we9wzbunjk] {
    color: #3b82f6;
    opacity: 0;
    transition: all 0.2s;
    font-size: 0.95rem !important;
    z-index: 2;
}

.micro-report-action:hover .micro-download-icon[b-we9wzbunjk] {
    opacity: 1;
    transform: scale(1.2);
}

/* Empty State Compact */
.pro-empty-state-compact[b-we9wzbunjk] {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px dashed #e2e8f0;
    color: #94a3b8;
}

/* Scrollbar */
.reports-main-scrollable[b-we9wzbunjk]::-webkit-scrollbar {
    width: 4px;
}

.reports-main-scrollable[b-we9wzbunjk]::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 10px;
}

/* Density scaling for larger screens */
@media (min-width: 1920px) {
    .report-micro-grid[b-we9wzbunjk] { grid-template-columns: repeat(8, 1fr); }
}

@media (max-width: 1400px) {
    .report-micro-grid[b-we9wzbunjk] { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
}

@media (max-width: 600px) {
    .report-micro-grid[b-we9wzbunjk] { grid-template-columns: 1fr; }
    .pro-filter-bar[b-we9wzbunjk] { flex-direction: column; gap: 0.5rem; }
    .pro-date-section[b-we9wzbunjk] { border-left: none; width: 100%; justify-content: center; }
}
/* /Components/Pages/State/State.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   State Master - Scoped Styles
   ══════════════════════════════════════════════════════════ */

/* 1. LAYOUT WRAPPERS */
.header-avatar[b-ardr3tklh9] {
    background: rgba(255, 255, 255, 0.15) !important;
    width: 44px !important;
    height: 44px !important;
}

.header-icon[b-ardr3tklh9] {
    color: white !important;
    font-size: 22px !important;
}

.control-panel-card[b-ardr3tklh9] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
}

.centered-grid[b-ardr3tklh9] {
    align-items: center !important;
}

.search-field-full[b-ardr3tklh9] {
    width: 100% !important;
}

.table-layout-wrapper[b-ardr3tklh9] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: hidden !important;
}

/* 2. MODERN TABLE STRUCTURE */
[b-ardr3tklh9] .modern-table table {
    table-layout: fixed !important;
    width: 100% !important;
}

[b-ardr3tklh9] .modern-table th {
    background: white !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    color: var(--slate-600) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--slate-100) !important;
}

[b-ardr3tklh9] .modern-table td {
    border-bottom: 1px solid var(--slate-100) !important;
    height: 64px !important;
    vertical-align: middle !important;
}

/* 3. MULTI-DELETE PILL */
.multi-delete-pill[b-ardr3tklh9] {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #fff1f2;
    border: 1px solid #fda4af;
    border-radius: 99px;
    padding: 0 6px 0 0;
    height: 32px;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.delete-count[b-ardr3tklh9] {
    color: #ef4444;
    font-weight: 700;
    font-size: 14px;
    user-select: none;
}

.delete-icon-btn[b-ardr3tklh9] {
    background: transparent !important;
    margin-right: -4px !important;
}

/* 4. IDENTITY & TYPOGRAPHY */
.id-pill[b-ardr3tklh9] {
    padding: 2px 8px;
    background: var(--slate-100);
    color: var(--slate-500);
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.75rem;
    font-weight: 600;
}

.profile-name[b-ardr3tklh9] {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: var(--slate-900) !important;
}

.employee-profile[b-ardr3tklh9] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.edit-container[b-ardr3tklh9] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.max-w-400[b-ardr3tklh9] {
    max-width: 400px !important;
}
/* /Components/Pages/UserMaster/UserMaster.razor.rz.scp.css */
.user-master-container[b-idhxxxut6c] {
    padding: 2rem;
    min-height: calc(100vh - 64px);
    background: radial-gradient(circle at top right, rgba(99, 102, 241, 0.05), transparent),
                radial-gradient(circle at bottom left, rgba(168, 85, 247, 0.05), transparent);
}

.glass-panel[b-idhxxxut6c] {
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.panel-header[b-idhxxxut6c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    gap: 2rem;
    flex-wrap: wrap;
}

.header-content[b-idhxxxut6c] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.icon-box[b-idhxxxut6c] {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    padding: 1rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
}

.header-icon[b-idhxxxut6c] {
    color: white !important;
}

.panel-title[b-idhxxxut6c] {
    color: white;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.025em;
}

.panel-subtitle[b-idhxxxut6c] {
    color: #94a3b8;
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
}

.header-actions[b-idhxxxut6c] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-bar[b-idhxxxut6c] {
    width: 300px;
}

.search-bar :deep(.mud-input-outlined-border)[b-idhxxxut6c] {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.search-bar :deep(.mud-input-root)[b-idhxxxut6c] {
    color: #cbd5e1 !important;
    background: rgba(255, 255, 255, 0.03);
}

.add-btn[b-idhxxxut6c] {
    border-radius: 12px;
    text-transform: none;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    background: linear-gradient(135deg, #6366f1, #a855f7) !important;
}

/* Table Styles */
.nova-table[b-idhxxxut6c] {
    background: transparent !important;
    color: #e2e8f0 !important;
}

.nova-table :deep(thead)[b-idhxxxut6c] {
    background: rgba(255, 255, 255, 0.03);
}

.nova-table :deep(th)[b-idhxxxut6c] {
    color: #94a3b8 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 1rem !important;
}

.nova-table :deep(td)[b-idhxxxut6c] {
    padding: 1rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    color: #cbd5e1 !important;
}

.nova-table :deep(.mud-table-row:hover)[b-idhxxxut6c] {
    background: rgba(255, 255, 255, 0.02) !important;
}

.user-info[b-idhxxxut6c] {
    display: flex;
    align-items: center;
}

.user-name[b-idhxxxut6c] {
    font-weight: 600;
    color: white;
}

.avatar-glass[b-idhxxxut6c] {
    background: rgba(99, 102, 241, 0.2) !important;
    border: 1px solid rgba(99, 102, 241, 0.3);
}

.username-chip[b-idhxxxut6c] {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #94a3b8 !important;
    font-family: 'JetBrains Mono', monospace;
}

.role-chip[b-idhxxxut6c] {
    font-weight: 600;
}

.startlink-select[b-idhxxxut6c] {
    width: 180px;
}

.startlink-select :deep(.mud-input-root)[b-idhxxxut6c] {
    color: #cbd5e1 !important;
    font-size: 0.875rem;
    background: rgba(255, 255, 255, 0.03);
}

.startlink-select :deep(.mud-input-outlined-border)[b-idhxxxut6c] {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.status-btn[b-idhxxxut6c] {
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.7rem;
    min-width: 70px;
    letter-spacing: 0.05em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.status-btn.mud-button-filled-success[b-idhxxxut6c] {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
}

.status-btn.mud-button-filled-error[b-idhxxxut6c] {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.2);
}

.status-btn:hover[b-idhxxxut6c] {
    filter: brightness(1.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.admin-chip[b-idhxxxut6c] {
    background: rgba(99, 102, 241, 0.1) !important;
    color: #818cf8 !important;
    border: 1px solid rgba(99, 102, 241, 0.3);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.05em;
}

.delete-btn[b-idhxxxut6c] {
    color: rgba(239, 68, 68, 0.7) !important;
    transition: all 0.3s;
}

.delete-btn:hover[b-idhxxxut6c] {
    color: #ef4444 !important;
    transform: rotate(15deg) scale(1.2);
    background: rgba(239, 68, 68, 0.1) !important;
}

/* Edit State */
.edit-input :deep(.mud-input-outlined-border)[b-idhxxxut6c] {
    border-color: rgba(99, 102, 241, 0.3) !important;
}

.edit-input :deep(.mud-input-root)[b-idhxxxut6c] {
    background: rgba(15, 23, 42, 0.4);
}

@media (max-width: 768px) {
    .panel-header[b-idhxxxut6c] {
        flex-direction: column;
        align-items: flex-start;
    }
    .search-bar[b-idhxxxut6c] {
        width: 100%;
    }
}
/* /Components/Pages/UserMaster/UserMasterEdit.razor.rz.scp.css */
.usermaster-edit-root[b-418090edtz] {
    padding: 0.5rem 1rem;
    background-color: #f8fafc;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
    box-sizing: border-box;
}

/* Header Section */
.header-section[b-418090edtz] {
    margin-bottom: 1rem;
    max-width: 100%;
    overflow-x: hidden;
}

.header-avatar[b-418090edtz] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
    width: 32px !important;
    height: 32px !important;
}

.header-title[b-418090edtz] {
    font-weight: 800;
    font-size: 1.1rem !important;
    color: #0f172a;
}

.header-subtitle[b-418090edtz] {
    color: #64748b;
    font-size: 0.8rem !important;
}

/* Ultra-Compact Filter Bar / Card */
.pro-filter-bar[b-418090edtz] {
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    max-width: 100%;
}

/* Category Tabs */
.category-navigation-strip[b-418090edtz] {
    padding: 2px 0;
    margin-bottom: 0.25rem;
    max-width: 100%;
    overflow-x: hidden;
}

.pro-tab-group[b-418090edtz] {
    display: inline-flex;
    background-color: #f1f5f9;
    padding: 4px;
    border-radius: 10px;
    gap: 2px;
}

.pro-tab-btn[b-418090edtz] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    color: #64748b;
    font-weight: 600;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.pro-tab-btn:hover[b-418090edtz] {
    color: #0f172a;
    background-color: rgba(255, 255, 255, 0.5);
}

.pro-tab-btn.active[b-418090edtz] {
    background-color: #0e0e0e;
    color: #ebebed;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

/* Report Micro Grid */
.reports-main-scrollable[b-418090edtz] {
    flex: 1;
    overflow-y: auto;
    overflow-x: auto !important;
    max-width: 100%;
}

.report-micro-grid[b-418090edtz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    padding: 2px 2px 20px 2px;
    max-width: 100%;
}

/* Premium Action Button for Reports */
.micro-report-action[b-418090edtz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 500px;
    padding: 0 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.micro-report-action:hover[b-418090edtz] {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.micro-report-action:active[b-418090edtz] {
    transform: scale(0.97);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.micro-report-action.selected[b-418090edtz] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 6px 14px rgba(59, 130, 246, 0.25) !important;
    transform: translateY(-1px);
}

.micro-report-action.selected:hover[b-418090edtz] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.35) !important;
}

.micro-report-action.selected:active[b-418090edtz] {
    transform: scale(0.97);
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2) !important;
}

.micro-report-action.selected .micro-name[b-418090edtz] {
    color: #ffffff !important;
}

.micro-icon[b-418090edtz] {
    color: #64748b;
    font-size: 1.1rem !important;
}

.micro-name[b-418090edtz] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Empty State */
.pro-empty-state-compact[b-418090edtz] {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px dashed #e2e8f0;
    color: #94a3b8;
}

/* Modern Table for Role Rights */
.modern-table[b-418090edtz] {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
    width: auto !important;
    max-width: 100%;
    table-layout: auto !important;
}
 
.modern-table .mud-th[b-418090edtz], .modern-table .mud-td[b-418090edtz] {
    padding: 2px 1px !important;
    font-size: 0.7rem !important;
    text-align: center !important;
}
 
.modern-table .mud-table-head .mud-th[b-418090edtz] {
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    background-color: #f8fafc !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
}

.modern-table .mud-checkbox[b-418090edtz] {
    margin: 0 !important;
}

.modern-table .mud-icon-button[b-418090edtz] {
    padding: 2px !important;
}

/* Scrollbar */
.reports-main-scrollable[b-418090edtz]::-webkit-scrollbar {
    width: 4px;
}

.reports-main-scrollable[b-418090edtz]::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .report-micro-grid[b-418090edtz] { grid-template-columns: 1fr; }
    .pro-filter-bar[b-418090edtz] { flex-direction: column; }
}
