@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-bar[b-j65y7q72mt],
.sidebar[b-j65y7q72mt] {
    /* Prevent font zoom scaling from affecting the header/sidebar layout and typography */
    --text-2xs: 10px !important;
    --text-xs: 12px !important;
    --text-sm: 13px !important;
    --text-base: 14px !important;
    --text-md: 16px !important;
    --text-lg: 18px !important;
    --text-xl: 20px !important;
    --text-2xl: 24px !important;
    --text-3xl: 30px !important;
    --text-4xl: 36px !important;

    /* Neutralize MudBlazor's relative rem typography scales inside header and sidebar */
    --mud-typography-default-size: 14px !important;
    --mud-typography-body1-size: 14px !important;
    --mud-typography-body2-size: 12px !important;
    --mud-typography-button-size: 14px !important;
    --mud-typography-input-size: 14px !important;
    --mud-typography-caption-size: 12px !important;
    --mud-typography-overline-size: 12px !important;
    --mud-typography-subtitle1-size: 16px !important;
    --mud-typography-subtitle2-size: 14px !important;
    --mud-typography-h1-size: 96px !important;
    --mud-typography-h2-size: 60px !important;
    --mud-typography-h3-size: 48px !important;
    --mud-typography-h4-size: 34px !important;
    --mud-typography-h5-size: 24px !important;
    --mud-typography-h6-size: 20px !important;
}

.app-layout[b-j65y7q72mt] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    background-color: #f0fdf9;
    background-image:
        radial-gradient(at 0% 0%, rgba(20, 184, 166, 0.12) 0px, transparent 55%),
        radial-gradient(at 100% 0%, rgba(13, 148, 136, 0.08) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(14, 165, 233, 0.07) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgba(45, 212, 191, 0.09) 0px, transparent 50%);
    background-attachment: fixed;
    isolation: isolate;
    overflow: hidden;
    transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s ease;
}

.appbar-hover-trigger[b-j65y7q72mt] {
    display: none;
}

.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.90);
    backdrop-filter: blur(24px) saturate(220%);
    -webkit-backdrop-filter: blur(24px) saturate(220%);
    border-bottom: 1px solid rgba(204, 251, 241, 0.7);
    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(13, 148, 136, 0.04), 0 4px 24px rgba(13, 148, 136, 0.03);
    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(--cyan-500) 50%, var(--primary-400) 65%, var(--primary-500) 85%, transparent 100%);
    opacity: 0.4;
    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);
    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-top-row[b-j65y7q72mt],
.header-actions-top-right[b-j65y7q72mt],
.header-actions-bottom-row[b-j65y7q72mt] {
    display: contents !important;
}

.header-workspace-pill-container[b-j65y7q72mt] {
    display: none !important;
}

.menu-btn[b-j65y7q72mt] {
    order: 1 !important;
}

.app-brand-container[b-j65y7q72mt] {
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    margin-left: 6px !important;
}

.app-title[b-j65y7q72mt] {
    display: block !important;
}

.spacer[b-j65y7q72mt] {
    order: 3 !important;
    display: block !important;
    flex: 1 !important;
    min-width: 0 !important;
}

.header-actions-system[b-j65y7q72mt] {
    order: 4 !important;
    display: flex !important;
    align-items: center !important;
    gap: var(--space-2) !important;
    flex-shrink: 0 !important;
}

.header-actions-context[b-j65y7q72mt] {
    order: 5 !important;
    display: flex !important;
    align-items: center !important;
    gap: var(--space-2) !important;
    flex-shrink: 0 !important;
}

.header-actions-avatar[b-j65y7q72mt] {
    order: 6 !important;
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    margin-left: var(--space-2) !important;
}


/* ── 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] .unit-selector .mud-input-slot,
[b-j65y7q72mt] .company-selector .mud-input-slot {
    font-family: inherit !important;
    width: 100% !important;
    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] .unit-selector .mud-input-slot::-webkit-scrollbar,
[b-j65y7q72mt] .company-selector .mud-input-slot::-webkit-scrollbar {
    display: none !important;
}

[b-j65y7q72mt] .unit-selector .mud-input,
[b-j65y7q72mt] .company-selector .mud-input {
    width: 100% !important;
    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: #000000 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    z-index: var(--z-sidebar);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    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);
}

.sidebar.closed[b-j65y7q72mt] {
    transform: translateX(calc(-1 * var(--sidebar-width)));
}

.sidebar[b-j65y7q72mt] {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}

.sidebar[b-j65y7q72mt]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.sidebar[b-j65y7q72mt]::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar[b-j65y7q72mt]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
}

.sidebar[b-j65y7q72mt]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.25);
}

.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 (min-width: 1024px) {
    .appbar-hover-trigger[b-j65y7q72mt] {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 8px;
        z-index: 999;
        background: transparent;
    }

    .app-bar[b-j65y7q72mt] {
        transform: translateY(-100%);
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
        animation: none !important;
        cursor: pointer;
    }

    .app-bar.pinned[b-j65y7q72mt] {
        transform: translateY(0) !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03), 0 4px 24px rgba(0, 0, 0, 0.02) !important;
    }

    .app-bar-actions[b-j65y7q72mt],
    .menu-btn[b-j65y7q72mt],
    .app-title[b-j65y7q72mt] {
        cursor: default;
    }

    .appbar-hover-trigger:hover+.app-bar[b-j65y7q72mt],
    .app-bar:hover[b-j65y7q72mt] {
        transform: translateY(0);
        box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1), 0 4px 20px rgba(37, 99, 235, 0.05);
    }

    .app-body[b-j65y7q72mt] {
        padding-top: 0 !important;
        transition: padding-top 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    /* Push layout down dynamically on hover/reveal or when pinned */
    .appbar-hover-trigger:hover+.app-bar~.app-body[b-j65y7q72mt],
    .app-bar:hover~.app-body[b-j65y7q72mt],
    .app-bar.pinned~.app-body[b-j65y7q72mt] {
        padding-top: var(--appbar-height) !important;
    }

    .sidebar[b-j65y7q72mt] {
        transform: translateX(0);
        top: 0 !important;
        padding-top: 0 !important;
        transition: transform var(--duration-slow) var(--ease-ultra), padding-top 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    /* Push sidebar down dynamically on hover/reveal or when pinned */
    .appbar-hover-trigger:hover+.app-bar~.app-body .sidebar[b-j65y7q72mt],
    .app-bar:hover~.app-body .sidebar[b-j65y7q72mt],
    .app-bar.pinned~.app-body .sidebar[b-j65y7q72mt] {
        padding-top: var(--appbar-height) !important;
    }

    /* Clean up double branding: collapse sidebar brand and divider when header is visible */
    [b-j65y7q72mt] .sidebar-brand {
        opacity: 1;
        height: 94px;
        box-sizing: border-box !important;
        padding: 28px 22px 22px !important;
        overflow: hidden;
        transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
            height 0.3s cubic-bezier(0.16, 1, 0.3, 1),
            padding 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    [b-j65y7q72mt] .sidebar-brand+.sidebar-divider {
        opacity: 0.7;
        margin: 6px 20px !important;
        transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
            margin 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    .appbar-hover-trigger:hover+.app-bar~.app-body[b-j65y7q72mt]  .sidebar-brand,
    .app-bar:hover~.app-body[b-j65y7q72mt]  .sidebar-brand,
    .app-bar.pinned~.app-body[b-j65y7q72mt]  .sidebar-brand {
        opacity: 0 !important;
        height: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        pointer-events: none;
    }

    .appbar-hover-trigger:hover+.app-bar~.app-body[b-j65y7q72mt]  .sidebar-brand+.sidebar-divider,
    .app-bar:hover~.app-body[b-j65y7q72mt]  .sidebar-brand+.sidebar-divider,
    .app-bar.pinned~.app-body[b-j65y7q72mt]  .sidebar-brand+.sidebar-divider {
        opacity: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        height: 0 !important;
        border: none !important;
    }

    .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: var(--text-base) !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;
    }
}

/* ── Dynamic Text Zoom Controls ── */
.zoom-controls-wrapper[b-j65y7q72mt] {
    background: var(--slate-50);
    border: 1.5px solid var(--color-border-default);
    border-radius: var(--radius-md);
    padding: 0 4px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    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;
}

.zoom-controls-wrapper:hover[b-j65y7q72mt] {
    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);
}

.zoom-controls-wrapper:focus-within[b-j65y7q72mt] {
    border-color: var(--primary-400) !important;
    box-shadow: var(--shadow-brand), 0 0 0 4px rgba(37, 99, 235, 0.06) !important;
}

.zoom-percentage-text[b-j65y7q72mt] {
    font-size: var(--text-xs);
    font-weight: 700;
    color: var(--slate-700);
    min-width: 42px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: color var(--duration-normal) var(--ease-ultra);
    padding: 0 4px;
}

.zoom-percentage-text:hover[b-j65y7q72mt] {
    color: var(--color-brand);
}

[b-j65y7q72mt] .zoom-btn {
    padding: 6px !important;
    color: var(--slate-500) !important;
    transition:
        color var(--duration-normal) var(--ease-ultra),
        transform var(--duration-normal) var(--ease-butter) !important;
}

[b-j65y7q72mt] .zoom-btn:hover {
    color: var(--color-brand) !important;
    background: var(--color-brand-surface) !important;
    transform: scale(1.1) !important;
}

[b-j65y7q72mt] .zoom-btn:active {
    transform: scale(0.9) !important;
}

/* ── Responsive Header Layout for Mobile & Tablet ── */
@media (max-width: 1023.98px) {
    .app-layout[b-j65y7q72mt] {
        --appbar-height: 56px !important;
    }

    .app-bar[b-j65y7q72mt] {
        display: flex !important;
        flex-direction: row !important;
        height: var(--appbar-height) !important;
        padding: 0 16px !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 0 !important;
    }

    .app-bar-top-row[b-j65y7q72mt] {
        display: contents !important;
    }

    .menu-btn[b-j65y7q72mt] {
        order: 1 !important;
    }

    .app-title[b-j65y7q72mt] {
        display: none !important;
    }

    .spacer[b-j65y7q72mt] {
        display: none !important;
    }

    .header-workspace-pill-container[b-j65y7q72mt] {
        display: flex !important;
        order: 2 !important;
        justify-content: center;
        align-items: center;
        flex: 1;
        min-width: 0;
        margin: 0 8px;
    }

    .header-workspace-pill[b-j65y7q72mt] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1.5px solid var(--color-border-default);
        border-radius: 20px;
        padding: 6px 12px;
        max-width: 100%;
        height: 34px;
        color: var(--slate-700);
        font-weight: 600;
        transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .header-workspace-pill:hover[b-j65y7q72mt] {
        background: rgba(255, 255, 255, 0.9);
        border-color: var(--primary-300);
        color: var(--primary-600);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .header-workspace-pill:active[b-j65y7q72mt] {
        transform: scale(0.95);
        background: rgba(241, 245, 249, 0.9);
    }

    .header-workspace-pill .pill-text[b-j65y7q72mt] {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 180px;
    }

    .header-actions-top-right[b-j65y7q72mt] {
        display: contents !important;
    }

    .header-actions-system[b-j65y7q72mt] {
        display: none !important;
    }

    .header-actions-avatar[b-j65y7q72mt] {
        order: 3 !important;
        display: flex !important;
        align-items: center;
        margin-left: 0 !important;
    }

    [b-j65y7q72mt] .mud-avatar {
        width: 32px !important;
        height: 32px !important;
    }

    .header-actions-bottom-row[b-j65y7q72mt] {
        display: none !important;
    }
}

/* ── Workspace Drawer Bottom Sheet ── */
.workspace-drawer-overlay[b-j65y7q72mt] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 2000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    animation: fadeIn 0.3s ease-out forwards;
}

.workspace-drawer-sheet[b-j65y7q72mt] {
    width: 100%;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(30px) saturate(190%);
    -webkit-backdrop-filter: blur(30px) saturate(190%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 24px 24px 0 0;
    box-shadow:
        0 -10px 40px rgba(0, 0, 0, 0.1),
        0 10px 50px rgba(37, 99, 235, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: max(20px, var(--safe-bottom));
    animation: slideUp-b-j65y7q72mt 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: translateY(100%);
}

.drawer-header-bar[b-j65y7q72mt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgba(226, 232, 240, 0.4);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.5), rgba(241, 245, 249, 0.3));
}

.drawer-notch[b-j65y7q72mt] {
    width: 36px;
    height: 4px;
    background: rgba(148, 163, 184, 0.4);
    border-radius: 2px;
    margin-top: 8px;
    margin-bottom: 4px;
}

.drawer-title-text[b-j65y7q72mt] {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 15px;
    color: var(--slate-900);
}

.drawer-close-btn[b-j65y7q72mt] {
    color: var(--slate-500) !important;
}

.drawer-body-content[b-j65y7q72mt] {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 80vh;
    overflow-y: auto;
}

.drawer-field-group[b-j65y7q72mt] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.drawer-field-label[b-j65y7q72mt] {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--slate-500);
}

.drawer-select-wrapper[b-j65y7q72mt] {
    position: relative;
    width: 100%;
}

[b-j65y7q72mt] .drawer-company-select,
[b-j65y7q72mt] .drawer-unit-select {
    background: var(--slate-50) !important;
    border-radius: var(--radius-lg) !important;
    padding: var(--space-2) var(--space-3) !important;
    border: 1.5px solid var(--color-border-default) !important;
    width: 100% !important;
    height: 44px !important;
    transition: all 0.2s ease !important;
}

[b-j65y7q72mt] .drawer-company-select:hover,
[b-j65y7q72mt] .drawer-unit-select:hover {
    border-color: var(--primary-300) !important;
    background: white !important;
}

[b-j65y7q72mt] .drawer-company-select .mud-input,
[b-j65y7q72mt] .drawer-unit-select .mud-input {
    width: 100% !important;
}

[b-j65y7q72mt] .drawer-company-select .mud-input-slot,
[b-j65y7q72mt] .drawer-unit-select .mud-input-slot {
    font-family: inherit !important;
    width: 100% !important;
    font-weight: 600 !important;
    color: var(--slate-900) !important;
    font-size: 13px !important;
}

.drawer-yearmonth-wrapper[b-j65y7q72mt] {
    width: 100%;
}

.drawer-yearmonth-input[b-j65y7q72mt] {
    width: 100% !important;
}

[b-j65y7q72mt] .drawer-yearmonth-input .mud-input {
    background: var(--slate-50) !important;
    border-radius: var(--radius-lg) !important;
    border: 1.5px solid var(--color-border-default) !important;
    height: 44px !important;
    padding: 0 12px !important;
}

[b-j65y7q72mt] .drawer-yearmonth-input .mud-input-outlined-border {
    border: none !important;
}

[b-j65y7q72mt] .drawer-yearmonth-input .mud-input-slot {
    font-weight: 600 !important;
    color: var(--slate-900) !important;
    font-size: 14px !important;
    text-align: left !important;
}

[b-j65y7q72mt] .drawer-yearmonth-input .mud-input:hover {
    border-color: var(--primary-300) !important;
    background: white !important;
}

/* Drawer Zoom controls */
.drawer-zoom-row[b-j65y7q72mt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--slate-50);
    border: 1.5px solid var(--color-border-default);
    border-radius: var(--radius-lg);
    padding: 4px;
    height: 44px;
}

.drawer-zoom-btn[b-j65y7q72mt] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    padding: 6px 12px;
    border-radius: var(--radius-md);
    color: var(--slate-600);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.drawer-zoom-btn:hover[b-j65y7q72mt] {
    background: rgba(37, 99, 235, 0.08);
    color: var(--color-brand);
}

.drawer-zoom-btn:active[b-j65y7q72mt] {
    transform: scale(0.95);
}

.drawer-zoom-value[b-j65y7q72mt] {
    font-size: 13px;
    font-weight: 700;
    color: var(--slate-800);
    cursor: pointer;
}

.drawer-zoom-value:hover[b-j65y7q72mt] {
    color: var(--color-brand);
}

/* Actions Grid (Support & Bug Report) */
.drawer-actions-grid[b-j65y7q72mt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 8px;
}

.drawer-utility-btn[b-j65y7q72mt] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(226, 232, 240, 0.8);
    background: white;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.drawer-utility-btn:active[b-j65y7q72mt] {
    transform: scale(0.96);
}

.drawer-utility-btn.support-btn[b-j65y7q72mt] {
    border-color: rgba(34, 197, 94, 0.2);
    box-shadow: 0 2px 4px rgba(34, 197, 94, 0.02);
}

.drawer-utility-btn.support-btn:hover[b-j65y7q72mt] {
    border-color: rgba(34, 197, 94, 0.4);
    background: rgba(34, 197, 94, 0.05);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.08);
}

.drawer-utility-btn.support-btn .mud-icon-root[b-j65y7q72mt] {
    color: #22c55e !important;
}

.drawer-utility-btn.bug-btn[b-j65y7q72mt] {
    border-color: rgba(239, 68, 68, 0.2);
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.02);
}

.drawer-utility-btn.bug-btn:hover[b-j65y7q72mt] {
    border-color: rgba(239, 68, 68, 0.4);
    background: rgba(239, 68, 68, 0.05);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.08);
}

.drawer-utility-btn.bug-btn .mud-icon-root[b-j65y7q72mt] {
    color: #ef4444 !important;
}

.btn-text-content[b-j65y7q72mt] {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.btn-main-txt[b-j65y7q72mt] {
    font-size: 13px;
    font-weight: 700;
    color: var(--slate-800);
}

.btn-sub-txt[b-j65y7q72mt] {
    font-size: 10px;
    color: var(--slate-400);
}

@keyframes slideUp-b-j65y7q72mt {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

@media (max-width: 599.98px) {
    .app-title[b-j65y7q72mt] {
        display: none !important;
    }
}

/* Glassmorphic Bug Report Dialog */
.bug-report-overlay[b-j65y7q72mt] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 16px;
    animation: fadeInModal-b-j65y7q72mt 0.4s var(--ease-ultra) forwards;
}

.bug-report-modal[b-j65y7q72mt] {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(30px) saturate(190%);
    -webkit-backdrop-filter: blur(30px) saturate(190%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 4px 30px rgba(0, 0, 0, 0.1),
        0 10px 50px rgba(37, 99, 235, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    border-radius: var(--radius-xl);
    width: 100%;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: scaleInModal-b-j65y7q72mt 0.4s var(--ease-butter) forwards;
    color: var(--slate-900);
}

.bug-report-header[b-j65y7q72mt] {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, rgba(248, 250, 252, 0.5), rgba(241, 245, 249, 0.5));
}

.bug-report-title[b-j65y7q72mt] {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--text-lg);
    background: linear-gradient(135deg, var(--slate-900) 0%, var(--primary-700) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bug-report-content[b-j65y7q72mt] {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 70vh;
    overflow-y: auto;
}

.screenshot-preview-container[b-j65y7q72mt] {
    width: 100%;
    height: 240px;
    border-radius: var(--radius-lg);
    background: rgba(15, 23, 42, 0.03);
    border: 1.5px dashed rgba(148, 163, 184, 0.4);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.screenshot-preview-container:hover[b-j65y7q72mt] {
    border-color: var(--primary-400);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.06);
}

.screenshot-img[b-j65y7q72mt] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.screenshot-img:hover[b-j65y7q72mt] {
    transform: scale(1.02);
}

.screenshot-loading-placeholder[b-j65y7q72mt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: var(--slate-500);
}

.screenshot-loading-placeholder p[b-j65y7q72mt] {
    font-size: var(--text-sm);
    font-weight: 500;
}

.bug-description-area[b-j65y7q72mt] {
    width: 100%;
    min-height: 120px;
    border-radius: var(--radius-lg);
    border: 1.5px solid rgba(148, 163, 184, 0.3);
    background: rgba(255, 255, 255, 0.6);
    padding: 12px 16px;
    font-family: inherit;
    font-size: var(--text-sm);
    color: var(--slate-900);
    outline: none;
    resize: vertical;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.bug-description-area:focus[b-j65y7q72mt] {
    border-color: var(--primary-400);
    background: white;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08), inset 0 2px 4px rgba(0, 0, 0, 0.01);
}

.bug-report-footer[b-j65y7q72mt] {
    padding: 16px 24px;
    border-top: 1px solid rgba(226, 232, 240, 0.4);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background: linear-gradient(90deg, rgba(241, 245, 249, 0.5), rgba(248, 250, 252, 0.5));
}

.bug-report-btn[b-j65y7q72mt] {
    margin-right: 4px;
}

.bug-report-btn:hover[b-j65y7q72mt] {
    background: rgba(239, 68, 68, 0.08) !important;
    color: var(--color-error) !important;
}

@keyframes fadeInModal-b-j65y7q72mt {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleInModal-b-j65y7q72mt {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* ═══════════════════════════════════════
   SUPPORT PANEL — Channel Cards & Form
   ═══════════════════════════════════════ */

/* Notification badge on support button */
.support-badge[b-j65y7q72mt] {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ef4444;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 999px;
    pointer-events: none;
}

/* Wider modal for support panel */
.support-modal[b-j65y7q72mt] {
    max-width: 520px !important;
}

/* Grid of 3 channel cards */
.support-channels-grid[b-j65y7q72mt] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.support-channel-card[b-j65y7q72mt] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: var(--radius-lg);
    background: rgba(248, 250, 252, 0.6);
    border: 1.5px solid rgba(226, 232, 240, 0.5);
    cursor: pointer;
    transition: all 0.18s var(--ease-default);
    user-select: none;
}

.support-channel-card:hover[b-j65y7q72mt] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
    border-color: rgba(99, 102, 241, 0.3);
}

.support-channel-card:active[b-j65y7q72mt] {
    transform: translateY(0);
}

.channel-card-icon[b-j65y7q72mt] {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.channel-card-body[b-j65y7q72mt] {
    flex: 1;
}

.channel-card-title[b-j65y7q72mt] {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--slate-800);
    margin-bottom: 2px;
}

.channel-card-sub[b-j65y7q72mt] {
    font-size: 0.78rem;
    color: var(--slate-500);
}

/* Back button in form view */
.support-back-btn[b-j65y7q72mt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--slate-500);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 0;
    margin-bottom: 4px;
    transition: color 0.15s;
}

.support-back-btn:hover[b-j65y7q72mt] {
    color: var(--slate-800);
}

/* 2-column form grid */
.support-form-grid[b-j65y7q72mt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

@media (max-width: 480px) {
    .support-form-grid[b-j65y7q72mt] {
        grid-template-columns: 1fr;
    }
}

/* Field label */
.field-label[b-j65y7q72mt] {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--slate-500);
    margin-bottom: 4px;
}

/* ── Mobile/Tablet Snappy Transitions & Instant Close ── */
@media (max-width: 1023.98px) {
    .sidebar[b-j65y7q72mt] {
        transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    .sidebar.open[b-j65y7q72mt] {
        transform: translateX(0);
        visibility: visible !important;
        box-shadow: 4px 0 40px rgba(0, 0, 0, 0.18) !important;
    }

    .sidebar.closed[b-j65y7q72mt] {
        transform: translateX(calc(-1 * var(--sidebar-width)));
        box-shadow: none !important;
        visibility: hidden !important;
    }

    .overlay[b-j65y7q72mt] {
        transition: opacity 0.22s ease, visibility 0.22s ease !important;
        visibility: hidden;
        opacity: 0;
        display: block !important;
    }

    .overlay.show[b-j65y7q72mt] {
        opacity: 1;
        visibility: visible;
    }

    .page-content[b-j65y7q72mt] {
        padding-bottom: calc(var(--page-pad) + 68px + var(--safe-bottom)) !important;
    }
}

/* ── Bottom Navigation Bar ── */
.bottom-nav-bar[b-j65y7q72mt] {
    display: none !important;
}

@media (max-width: 1023.98px) {
    .bottom-nav-bar[b-j65y7q72mt] {
        display: flex !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: calc(60px + var(--safe-bottom)) !important;
        padding-bottom: var(--safe-bottom) !important;
        background: rgba(255, 255, 255, 0.85) !important;
        backdrop-filter: blur(24px) saturate(220%) !important;
        -webkit-backdrop-filter: blur(24px) saturate(220%) !important;
        border-top: 1px solid rgba(226, 232, 240, 0.8) !important;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.04) !important;
        z-index: 1000 !important;
        justify-content: space-around !important;
        align-items: center !important;
        box-sizing: border-box !important;
    }

    .bottom-nav-item[b-j65y7q72mt] {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: none !important;
        height: 100% !important;
        flex: 1 !important;
        color: var(--slate-400) !important;
        transition: all 0.2s var(--ease-expo) !important;
        cursor: pointer !important;
        padding: 4px 0 !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    .bottom-nav-item .bottom-nav-label[b-j65y7q72mt] {
        font-size: 10px !important;
        font-weight: 600 !important;
        margin-top: 3px !important;
        color: var(--slate-500) !important;
        transition: color 0.2s !important;
    }

    .bottom-nav-item .mud-icon-root[b-j65y7q72mt] {
        color: var(--slate-400) !important;
        font-size: 22px !important;
        transition: color 0.2s, transform 0.2s !important;
    }

    .bottom-nav-item:active[b-j65y7q72mt] {
        transform: scale(0.90) !important;
    }

    .bottom-nav-item.active[b-j65y7q72mt] {
        color: var(--primary-600) !important;
    }

    .bottom-nav-item.active .mud-icon-root[b-j65y7q72mt] {
        color: var(--primary-600) !important;
        transform: translateY(-2px) !important;
    }

    .bottom-nav-item.active .bottom-nav-label[b-j65y7q72mt] {
        color: var(--primary-600) !important;
        font-weight: 700 !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════
   Nova NavMenu — Clean Dark Sidebar
   Matches reference: small icons, blue active pill, 
   uppercase section labels, dark navy background
═══════════════════════════════════════════════════════════ */

:root[b-5bndfk4shp] {
    /* Medical Marine Green Brand */
    --nova-blue: #0d9488;
    --nova-blue-400: #14b8a6;
    --nova-blue-600: #0d9488;
    --nova-blue-700: #0f766e;
    --nova-gradient: linear-gradient(135deg, #0d9488 0%, #0f766e 50%, #061a14 100%);

    /* Surfaces */
    --sb-bg-deep: #061a14;
    --sb-bg-primary: #061a14;
    --sb-surface-hover: rgba(13, 148, 136, 0.16);

    /* Text */
    --sb-text-bright: #ffffff;
    --sb-text-primary: rgba(255, 255, 255, 0.88);
    --sb-text-secondary: rgba(255, 255, 255, 0.55);
    --sb-text-muted: rgba(255, 255, 255, 0.30);

    /* Icons */
    --sb-icon-default: rgba(255, 255, 255, 0.35);
    --sb-icon-hover: rgba(255, 255, 255, 0.65);
    --sb-icon-active: #ffffff;

    /* Borders */
    --sb-border: rgba(255, 255, 255, 0.06);

    /* Shape */
    --sb-radius: 10px;

    /* Motion */
    --sb-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --sb-speed: 0.18s;

    /* Nav sizing — compact to match reference */
    --nav-font-top: 14px;
    --nav-font-child: 13px;
    --nav-icon-size: 18px;
    --nav-icon-size-child: 12px;
    --nav-icon-box: 28px;
    --nav-icon-box-child: 20px;
    --nav-icon-gap: 10px;
    --nav-icon-gap-child: 8px;
    --nav-px: 12px;
    --nav-py-top: 10px;
    --nav-py-child: 8px;
    --nav-mx: 0px;
}

/* ─────────────────────────────────────────────
   MENU WRAPPER
───────────────────────────────────────────── */
[b-5bndfk4shp] .nova-nav.mud-navmenu {
    background-color: #061a14 !important;
    padding: 4px 0 !important;
}

/* ─────────────────────────────────────────────
   SECTION LABELS (MAIN CONSOLE / CONFIGURATIONS)
───────────────────────────────────────────── */
.nav-section[b-5bndfk4shp] {
    padding: 18px var(--nav-px) 8px var(--nav-px);
}

.nav-label[b-5bndfk4shp] {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--sb-text-muted);
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

/* Horizontal line extending after label text */
.nav-label[b-5bndfk4shp]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--sb-border);
}

/* ─────────────────────────────────────────────
   BOTTOM SECTION
───────────────────────────────────────────── */
.nav-bottom-section[b-5bndfk4shp] {
    margin-top: auto;
    padding: 0 0 20px;
    flex-shrink: 0;
}

/* ─────────────────────────────────────────────
   SIDEBAR BRAND
───────────────────────────────────────────── */
.sidebar-brand[b-5bndfk4shp] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 24px var(--nav-px) 18px;
}

.brand-logo[b-5bndfk4shp] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: contain;
}

.brand-text[b-5bndfk4shp] {
    font-size: 16px;
    font-weight: 700;
    color: var(--sb-text-bright);
    letter-spacing: -0.02em;
    white-space: nowrap;
}

/* ─────────────────────────────────────────────
   SIDEBAR DIVIDER
───────────────────────────────────────────── */
[b-5bndfk4shp] .sidebar-divider {
    border-color: var(--sb-border) !important;
    margin: 4px var(--nav-px) !important;
    opacity: 0.6;
}

/* ─────────────────────────────────────────────
   BASE LINK (top-level items)
───────────────────────────────────────────── */
[b-5bndfk4shp] .mud-nav-link {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    border-radius: var(--sb-radius) !important;
    margin: 2px var(--nav-mx) !important;
    padding: var(--nav-py-top) var(--nav-px) !important;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: relative !important;
    overflow: hidden !important;
    transition:
        background var(--sb-speed) var(--sb-ease),
        transform var(--sb-speed) var(--sb-ease) !important;
}

/* ─────────────────────────────────────────────
   ICON — top-level
───────────────────────────────────────────── */
[b-5bndfk4shp] .mud-nav-link .nav-mud-icon,
[b-5bndfk4shp] .nova-group.mud-nav-group>.mud-nav-link .nav-mud-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    width: var(--nav-icon-box) !important;
    height: var(--nav-icon-box) !important;
    min-width: var(--nav-icon-box) !important;
    margin-right: var(--nav-icon-gap) !important;
    color: var(--sb-icon-default) !important;
    fill: var(--sb-icon-default) !important;
    background: transparent !important;
    border-radius: 8px !important;
    transition:
        color var(--sb-speed) var(--sb-ease),
        fill var(--sb-speed) var(--sb-ease),
        background var(--sb-speed) var(--sb-ease),
        transform var(--sb-speed) var(--sb-ease) !important;
}

[b-5bndfk4shp] .mud-nav-link .nav-mud-icon:empty {
    display: none !important;
}

[b-5bndfk4shp] .mud-nav-link .nav-mud-icon .mud-icon-size-small {
    width: var(--nav-icon-size) !important;
    height: var(--nav-icon-size) !important;
}

/* ─────────────────────────────────────────────
   ICON — child links (compact with reduced gap)
───────────────────────────────────────────── */
[b-5bndfk4shp] .nova-child-link.mud-nav-link .mud-nav-link-icon,
[b-5bndfk4shp] .nova-child-link.mud-nav-link .mud-icon-root,
[b-5bndfk4shp] .nova-child-link.mud-nav-link .nav-mud-icon {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    margin-right: 4px !important;
    margin-inline-end: 4px !important;
    opacity: 0.75;
    flex-shrink: 0 !important;
}

[b-5bndfk4shp] .nova-child-link.mud-nav-link .nav-mud-icon .mud-icon-size-small,
[b-5bndfk4shp] .nova-child-link.mud-nav-link .mud-icon-size-small {
    width: 14px !important;
    height: 14px !important;
}

/* ─────────────────────────────────────────────
   TEXT — top-level
───────────────────────────────────────────── */
[b-5bndfk4shp] .mud-nav-link .mud-nav-link-text,
[b-5bndfk4shp] .mud-nav-link .nav-link-text {
    color: var(--sb-text-secondary) !important;
    font-size: var(--nav-font-top) !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    transition: color var(--sb-speed) var(--sb-ease) !important;
}

/* ─────────────────────────────────────────────
   TEXT — child links
───────────────────────────────────────────── */
[b-5bndfk4shp] .nova-child-link.mud-nav-link .mud-nav-link-text,
[b-5bndfk4shp] .nova-child-link.mud-nav-link .nav-link-text {
    font-size: var(--nav-font-child) !important;
    font-weight: 440 !important;
}

/* ─────────────────────────────────────────────
   GROUP HEADER (expandable items)
───────────────────────────────────────────── */
[b-5bndfk4shp] .nova-group.mud-nav-group>.mud-nav-link {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    border-radius: var(--sb-radius) !important;
    margin: 2px var(--nav-mx) !important;
    padding: var(--nav-py-top) var(--nav-px) !important;
    border: none !important;
    background: transparent !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Chevron (dropdown arrow) */
[b-5bndfk4shp] .nova-group.mud-nav-group>.mud-nav-link .mud-expand-icon,
[b-5bndfk4shp] .nova-group.mud-nav-group>.mud-nav-link .mud-expand-icon-wrapper {
    color: var(--sb-text-muted) !important;
    font-size: 16px !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
    transition:
        color var(--sb-speed) var(--sb-ease),
        transform 0.28s var(--sb-ease) !important;
}

/* Children container */
[b-5bndfk4shp] .nova-group .mud-nav-group-items {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 2px 0 4px 0 !important;
}

[b-5bndfk4shp] .nova-group .mud-collapse-container {
    transition: height 0.24s var(--sb-ease) !important;
}

/* ─────────────────────────────────────────────
   CHILD LINK
───────────────────────────────────────────── */
[b-5bndfk4shp] .nova-child-link.mud-nav-link {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    border-radius: 8px !important;
    margin: 1px var(--nav-mx) 1px calc(var(--nav-mx) + 6px) !important;
    padding: var(--nav-py-child) var(--nav-px) !important;
    border: none !important;
    background: transparent !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer;
}

/* ═══════════════════════════════════════════════════════════
   HOVER STATES
═══════════════════════════════════════════════════════════ */

[b-5bndfk4shp] .mud-nav-link:hover {
    background: var(--sb-surface-hover) !important;
}

[b-5bndfk4shp] .mud-nav-link:hover .mud-nav-link-text,
[b-5bndfk4shp] .mud-nav-link:hover .nav-link-text {
    color: var(--sb-text-primary) !important;
}

[b-5bndfk4shp] .mud-nav-link:hover .nav-mud-icon {
    color: var(--sb-icon-hover) !important;
    fill: var(--sb-icon-hover) !important;
    background: rgba(30, 58, 138, 0.2) !important;
}

/* Group hover */
[b-5bndfk4shp] .nova-group.mud-nav-group>.mud-nav-link:hover {
    background: var(--sb-surface-hover) !important;
}

/* Child hover */
[b-5bndfk4shp] .nova-child-link.mud-nav-link:hover {
    background: var(--sb-surface-hover) !important;
}

[b-5bndfk4shp] .nova-child-link.mud-nav-link:hover .nav-mud-icon {
    opacity: 1 !important;
}

/* ═══════════════════════════════════════════════════════════
   ACTIVE / SELECTED STATES
═══════════════════════════════════════════════════════════ */

[b-5bndfk4shp] .mud-nav-link.active {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%) !important;
    box-shadow:
        0 4px 16px -2px rgba(13, 148, 136, 0.45),
        0 2px 6px rgba(20, 184, 166, 0.3) !important;
}

/* Active text — bright white */
[b-5bndfk4shp] .mud-nav-link.active .mud-nav-link-text,
[b-5bndfk4shp] .mud-nav-link.active .nav-link-text {
    color: var(--sb-text-bright) !important;
    font-weight: 600 !important;
}

/* Active icon — white, mint container */
[b-5bndfk4shp] .mud-nav-link.active .nav-mud-icon {
    color: var(--sb-icon-active) !important;
    fill: var(--sb-icon-active) !important;
    background: rgba(255, 255, 255, 0.18) !important;
}

/* ── Child active (subtler — no full gradient pill) ── */
[b-5bndfk4shp] .nova-child-link.mud-nav-link.active {
    background: rgba(13, 148, 136, 0.22) !important;
    box-shadow: none !important;
}

[b-5bndfk4shp] .nova-child-link.mud-nav-link.active .mud-nav-link-text,
[b-5bndfk4shp] .nova-child-link.mud-nav-link.active .nav-link-text {
    color: var(--nova-blue-400) !important;
    font-weight: 600 !important;
}

[b-5bndfk4shp] .nova-child-link.mud-nav-link.active .nav-mud-icon {
    color: var(--nova-blue) !important;
    fill: var(--nova-blue) !important;
    opacity: 1 !important;
}

/* ─────────────────────────────────────────────
   GROUP — EXPANDED
───────────────────────────────────────────── */
[b-5bndfk4shp] .nova-group.mud-nav-group.mud-expanded>.mud-nav-link {
    background: rgba(59, 130, 246, 0.06) !important;
}

[b-5bndfk4shp] .nova-group.mud-nav-group.mud-expanded>.mud-nav-link .nav-link-text,
[b-5bndfk4shp] .nova-group.mud-nav-group.mud-expanded>.mud-nav-link .mud-nav-link-text {
    color: var(--sb-text-primary) !important;
    font-weight: 600 !important;
}

[b-5bndfk4shp] .nova-group.mud-nav-group.mud-expanded>.mud-nav-link .nav-mud-icon {
    color: var(--nova-blue) !important;
    fill: var(--nova-blue) !important;
}

/* ─────────────────────────────────────────────
   LINK RESET
───────────────────────────────────────────── */
[b-5bndfk4shp] .mud-nav-link,
[b-5bndfk4shp] .mud-nav-link:visited,
[b-5bndfk4shp] .mud-nav-link:hover,
[b-5bndfk4shp] .mud-nav-link:active {
    text-decoration: none !important;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */

@media (max-width: 960px) {
    [b-5bndfk4shp] .mud-nav-link {
        padding: 10px var(--nav-px) !important;
    }
}

@media (max-width: 600px) {
    :root[b-5bndfk4shp] {
        --nav-font-top: 13px;
        --nav-font-child: 12px;
        --nav-icon-size: 16px;
        --nav-icon-size-child: 14px;
        --nav-icon-box: 28px;
        --nav-icon-box-child: 24px;
        --nav-icon-gap: 10px;
        --nav-icon-gap-child: 8px;
        --nav-px: 10px;
        --nav-py-top: 8px;
        --nav-py-child: 6px;
        --nav-mx: 6px;
    }

    [b-5bndfk4shp] .mud-nav-link {
        border-radius: 8px !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/Home1/Home.razor.rz.scp.css */
/* ============================================================
   REGISTER DASHBOARD - Home1
   Operational dashboard: KPIs, charts, recent entries
   ============================================================ */

.reg-page[b-ofemq0r3cp] {
    font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
    background: #f1f5f9;
    color: #0f172a;
    -webkit-font-smoothing: antialiased;
    padding: 24px clamp(16px, 3vw, 40px) 140px;
    min-height: 100vh;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* ---------- Top bar ---------- */

.reg-topbar[b-ofemq0r3cp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
}

.reg-topbar-title h1[b-ofemq0r3cp] {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.reg-topbar-title p[b-ofemq0r3cp] {
    margin: 0;
    font-size: 13.5px;
    color: #64748b;
}

.reg-topbar-actions[b-ofemq0r3cp] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.reg-btn-primary[b-ofemq0r3cp] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease;
}

.reg-btn-primary:hover[b-ofemq0r3cp] { background: #1d4ed8; }

.reg-btn-ghost[b-ofemq0r3cp] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    color: #334155;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.reg-btn-ghost:hover[b-ofemq0r3cp] { border-color: #2563eb; color: #2563eb; background: #eff6ff; }

.reg-btn-ghost:disabled[b-ofemq0r3cp] {
    opacity: 0.55;
    cursor: not-allowed;
}

.reg-last-updated[b-ofemq0r3cp] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 500;
    color: #64748b;
    white-space: nowrap;
}

.reg-btn-text[b-ofemq0r3cp] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    background: none;
    color: #2563eb;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.15s ease;
}

.reg-btn-text:hover[b-ofemq0r3cp] { color: #1d4ed8; }

/* ---------- KPI cards ---------- */

.reg-kpis[b-ofemq0r3cp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
}

.reg-kpi-card[b-ofemq0r3cp] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    min-width: 0;
    box-sizing: border-box;
}

.reg-kpi-card:hover[b-ofemq0r3cp] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
}

.reg-kpi-icon[b-ofemq0r3cp] {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.reg-kpi-blue[b-ofemq0r3cp] { background: #2563eb; }
.reg-kpi-green[b-ofemq0r3cp] { background: #059669; }
.reg-kpi-teal[b-ofemq0r3cp] { background: #0d9488; }
.reg-kpi-amber[b-ofemq0r3cp] { background: #d97706; }
.reg-kpi-red[b-ofemq0r3cp] { background: #dc2626; }
.reg-kpi-purple[b-ofemq0r3cp] { background: #7c3aed; }

.reg-kpi-body[b-ofemq0r3cp] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.reg-kpi-label[b-ofemq0r3cp] {
    font-size: 11.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
}

.reg-kpi-value[b-ofemq0r3cp] {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    line-height: 1.15;
}

.reg-kpi-sub[b-ofemq0r3cp] {
    font-size: 11.5px;
    color: #94a3b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---------- Charts ---------- */

.reg-charts-section[b-ofemq0r3cp] {
    margin-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
}

.reg-charts-grid[b-ofemq0r3cp] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    box-sizing: border-box;
}

.reg-chart-panel[b-ofemq0r3cp] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.reg-chart-wide[b-ofemq0r3cp] { grid-column: span 2; }

.reg-panel-head[b-ofemq0r3cp] { margin-bottom: 14px; }

.reg-panel-head-flex[b-ofemq0r3cp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.trend-toggle-container[b-ofemq0r3cp] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 4px 10px;
    border-radius: 999px;
    user-select: none;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.trend-toggle-text[b-ofemq0r3cp] {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: color 0.15s ease, font-weight 0.15s ease;
}

.trend-toggle-text.active[b-ofemq0r3cp] {
    color: #2563eb;
    font-weight: 700;
}

.trend-switch[b-ofemq0r3cp] {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    margin: 0;
}

.trend-switch input[b-ofemq0r3cp] {
    opacity: 0;
    width: 0;
    height: 0;
}

.trend-slider[b-ofemq0r3cp] {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #cbd5e1;
    transition: 0.2s ease;
    border-radius: 999px;
}

.trend-slider[b-ofemq0r3cp]:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.2s ease;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.trend-switch input:checked + .trend-slider[b-ofemq0r3cp] {
    background-color: #2563eb;
}

.trend-switch input:checked + .trend-slider[b-ofemq0r3cp]:before {
    transform: translateX(16px);
}

.reg-panel-head h3[b-ofemq0r3cp] {
    margin: 0 0 3px;
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
}

.reg-panel-head p[b-ofemq0r3cp] {
    margin: 0;
    font-size: 12px;
    color: #94a3b8;
}

.reg-chart-wrap[b-ofemq0r3cp] {
    position: relative;
    height: 260px;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.reg-donut-wrap[b-ofemq0r3cp] { height: 220px; }

.reg-chart-wrap canvas[b-ofemq0r3cp] {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    display: block;
    box-sizing: border-box;
}

/* ---------- Recent entries ---------- */

.reg-recent-section[b-ofemq0r3cp] {
    margin-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
}

.reg-section-header[b-ofemq0r3cp] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.reg-section-header h2[b-ofemq0r3cp] {
    margin: 0 0 3px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.reg-section-header p[b-ofemq0r3cp] {
    margin: 0;
    font-size: 12.5px;
    color: #94a3b8;
}

.reg-table-wrap[b-ofemq0r3cp] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    overflow-x: auto;
    width: 100%;
    box-sizing: border-box;
}

.reg-table[b-ofemq0r3cp] {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
}

.reg-table thead th[b-ofemq0r3cp] {
    padding: 12px 16px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
    color: #64748b;
    white-space: nowrap;
}

.reg-table tbody td[b-ofemq0r3cp] {
    padding: 12px 16px;
    border-bottom: 1px solid #edf2f7;
    font-size: 13.5px;
    color: #334155;
    white-space: nowrap;
}

.reg-table tbody tr:last-child td[b-ofemq0r3cp] { border-bottom: none; }

.reg-table tbody tr:hover td[b-ofemq0r3cp] { background: #f8fafc; }

.reg-cell-entry[b-ofemq0r3cp] { font-weight: 700; color: #0f172a; }
.reg-cell-subject[b-ofemq0r3cp] {
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reg-mode-chip[b-ofemq0r3cp] {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}

.reg-status-locked[b-ofemq0r3cp],
.reg-status-open[b-ofemq0r3cp] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 12.5px;
}

.reg-status-locked[b-ofemq0r3cp] { color: #d97706; }
.reg-status-open[b-ofemq0r3cp] { color: #059669; }

.reg-empty[b-ofemq0r3cp] {
    text-align: center;
    color: #94a3b8;
    padding: 40px 16px !important;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
    .reg-charts-grid[b-ofemq0r3cp] { grid-template-columns: 1fr; }
    .reg-chart-wide[b-ofemq0r3cp] { grid-column: span 1; }
}

@media (max-width: 640px) {
    .reg-page[b-ofemq0r3cp] { padding: 16px 12px 120px; }
    .reg-kpis[b-ofemq0r3cp] { grid-template-columns: 1fr 1fr; gap: 10px; }
    .reg-kpi-card[b-ofemq0r3cp] { padding: 14px; gap: 10px; }
    .reg-kpi-icon[b-ofemq0r3cp] { flex-basis: 36px; width: 36px; height: 36px; }
    .reg-kpi-value[b-ofemq0r3cp] { font-size: 21px; }
    .reg-kpi-label[b-ofemq0r3cp] { font-size: 10.5px; }
    .reg-kpi-sub[b-ofemq0r3cp] { display: none; }
    .reg-topbar-title h1[b-ofemq0r3cp] { font-size: 20px; }
}
/* /Components/Pages/Login/Login.razor.rz.scp.css */
:root[b-59nnq813mq] {
    --primary-blue: #16a34a;
    --primary-light: #22c55e;
    --accent: #15803d;
    --glass-bg: rgba(240, 253, 244, 0.92);
    --glass-border: rgba(187, 247, 208, 0.85);
    --text-main: #0f172a;
    --text-muted: #475569;
    --shadow-soft: 0 10px 25px -5px rgba(22, 101, 52, 0.1);
    --shadow-xl: 0 25px 50px -12px rgba(22, 101, 52, 0.25);
}

/* 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-repeat: no-repeat;
    opacity: 0;
    animation: slideShow-b-59nnq813mq 25s linear infinite;
    transform-origin: center;
    will-change: opacity, transform;
}

.slide-1[b-59nnq813mq] {
    background-image: url('/images/a.png');
    animation-delay: 0s;
}

.slide-2[b-59nnq813mq] {
    background-image: url('/images/b.png');
    animation-delay: 5s;
}

.slide-3[b-59nnq813mq] {
    background-image: url('/images/c.png');
    animation-delay: 10s;
}

.slide-4[b-59nnq813mq] {
    background-image: url('/images/a.png');
    animation-delay: 15s;
}

.slide-5[b-59nnq813mq] {
    background-image: url('/images/b.png');
    animation-delay: 20s;
}

@keyframes slideShow-b-59nnq813mq {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    6% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    26% {
        opacity: 0;
        transform: scale(1.05);
    }

    100% {
        opacity: 0;
    }
}

.overlay[b-59nnq813mq] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.4);
    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(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid var(--glass-border);
    width: 1000px;
    max-width: 95vw;
    height: 600px;
    max-height: 90vh;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(22, 101, 52, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.6);
    overflow: hidden;
    margin: auto;
}

.login-left[b-59nnq813mq] {
    flex: 1;
    background: rgba(255, 255, 255, 0.55);
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-right: 1.5px solid var(--glass-border);
}

.brand[b-59nnq813mq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.brand-logo[b-59nnq813mq] {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 6px;
}

.brand strong[b-59nnq813mq] {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: var(--text-main);
    white-space: nowrap;
}

.image-container[b-59nnq813mq] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 16px 0;
}

.image-container img[b-59nnq813mq] {
    max-width: 320px;
    width: 90%;
    max-height: 220px;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    padding: 16px 28px;
    border: 1px solid rgba(226, 232, 240, 0.9);
}

.tagline[b-59nnq813mq] {
    width: 100%;
}

.tagline b[b-59nnq813mq] {
    font-size: 1.1rem;
    color: var(--text-main);
    display: block;
    margin-bottom: 4px;
}

.tagline p[b-59nnq813mq] {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0;
}

.login-right[b-59nnq813mq] {
    flex: 1.2;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, rgba(240, 253, 244, 0.88) 0%, rgba(236, 253, 245, 0.95) 100%);
    backdrop-filter: blur(12px);
}

h2[b-59nnq813mq] {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: #15803d;
    letter-spacing: -0.5px;
}

.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;
    background-color: 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;
}

/* Universal Autofill Transparent Reset for Chrome, Edge, and Safari */
.input-group[b-59nnq813mq]  input:-webkit-autofill,
.input-group[b-59nnq813mq]  input:-webkit-autofill:hover,
.input-group[b-59nnq813mq]  input:-webkit-autofill:focus,
.input-group[b-59nnq813mq]  input:-webkit-autofill:active,
.input-group input:-webkit-autofill[b-59nnq813mq],
.input-group input:-webkit-autofill:hover[b-59nnq813mq],
.input-group input:-webkit-autofill:focus[b-59nnq813mq],
.input-group input:-webkit-autofill:active[b-59nnq813mq] {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: var(--text-main) !important;
    caret-color: var(--text-main) !important;
    transition: background-color 9999999s ease-in-out 0s !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
}

.input-group[b-59nnq813mq]  input:focus,
.input-group input:focus[b-59nnq813mq] {
    border-bottom-color: var(--primary-blue) !important;
    background-color: transparent !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[b-59nnq813mq]  input:autofill~label,
.input-group[b-59nnq813mq]  input:-webkit-autofill~label,
.input-group input:focus~label[b-59nnq813mq],
.input-group input:not(:placeholder-shown)~label[b-59nnq813mq],
.input-group input:autofill~label[b-59nnq813mq],
.input-group input:-webkit-autofill~label[b-59nnq813mq] {
    top: -22px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #15803d !important;
}

.login-btn[b-59nnq813mq] {
    width: 100% !important;
    padding: 14px 20px !important;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    margin-top: 10px !important;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35), 0 0 12px rgba(74, 222, 128, 0.25) !important;
    border-left: 5px solid #15803d !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.login-btn[b-59nnq813mq]::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 46px !important;
    height: 100% !important;
    background-color: #15803d !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24' viewBox='0 0 44 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 12h8l3-7 5 15 4-11 3 5 4-2h17'/%3E%3C/svg%3E") !important;
    background-repeat: repeat-x !important;
    background-position: center !important;
    background-size: 40px auto !important;
    opacity: 0.95 !important;
    border-right: 1.5px solid rgba(255, 255, 255, 0.45) !important;
    transition: width 0.3s ease !important;
}

.login-btn:hover[b-59nnq813mq] {
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.45) !important;
}

.login-btn:hover[b-59nnq813mq]::before {
    width: 58px !important;
    opacity: 1 !important;
}

.login-btn:active[b-59nnq813mq] {
    transform: translateY(0) scale(0.98) !important;
}

/* Focused input color refinements */
.input-group[b-59nnq813mq]  input:focus~label,
.input-group[b-59nnq813mq]  input:not(:placeholder-shown)~label,
.input-group[b-59nnq813mq]  input:autofill~label,
.input-group[b-59nnq813mq]  input:-webkit-autofill~label,
.input-group input:focus~label[b-59nnq813mq],
.input-group input:not(:placeholder-shown)~label[b-59nnq813mq],
.input-group input:autofill~label[b-59nnq813mq],
.input-group input:-webkit-autofill~label[b-59nnq813mq] {
    color: #15803d !important;
}

.input-group[b-59nnq813mq]  input:focus,
.input-group input:focus[b-59nnq813mq] {
    border-bottom-color: #15803d !important;
}

.mobile-card-brand[b-59nnq813mq] {
    display: none !important;
}

.mobile-brand-header[b-59nnq813mq] {
    display: none !important;
}

/* MOBILE & TABLET LAYOUT OVERHAUL */
@media (max-width: 1023.98px) {
    .login-wrapper[b-59nnq813mq] {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 100vh !important;
        width: 100vw !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        flex-direction: column !important;
    }

    .slideshow-background[b-59nnq813mq] {
        filter: blur(6px) !important;
        transform: scale(1.05) !important;
    }

    .mobile-card-brand[b-59nnq813mq] {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        margin-bottom: 1.5rem !important;
        text-align: center !important;
        width: 100% !important;
    }

    .mobile-card-brand .brand-logo[b-59nnq813mq] {
        width: 36px !important;
        height: 36px !important;
        object-fit: contain !important;
        filter: drop-shadow(0 2px 8px rgba(99, 102, 241, 0.4)) !important;
        animation: logoPulse-b-59nnq813mq 2.5s infinite ease-in-out !important;
    }

    @keyframes logoPulse-b-59nnq813mq {

        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.08);
        }
    }

    .mobile-card-brand strong[b-59nnq813mq] {
        font-size: 1.35rem !important;
        font-weight: 800 !important;
        color: var(--text-main) !important;
        letter-spacing: -0.5px !important;
        background: linear-gradient(135deg, #1e293b 0%, #475569 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }

    .mobile-card-brand .mobile-tagline[b-59nnq813mq] {
        font-size: 0.725rem !important;
        color: var(--text-muted) !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.04em !important;
    }

    .login-card[b-59nnq813mq] {
        width: 100% !important;
        max-width: 320px !important;
        /* Reduced, extremely snug size */
        height: auto !important;
        max-height: 88vh !important;
        display: flex !important;
        flex-direction: column !important;
        overflow-y: auto !important;
        border-radius: 20px !important;
        background: rgba(255, 255, 255, 0.85) !important;
        /* glass look */
        backdrop-filter: blur(25px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(25px) saturate(180%) !important;
        border: 1px solid rgba(255, 255, 255, 0.5) !important;
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.25), 0 0 30px -5px rgba(99, 102, 241, 0.15) !important;
        margin: 0 !important;
        /* lets wrapper flex center it */
    }

    .login-left[b-59nnq813mq] {
        display: none !important;
    }

    .login-right[b-59nnq813mq] {
        padding: 1.75rem 1.25rem !important;
        /* snug high-density padding */
        background-color: transparent !important;
    }

    .login-right h2[b-59nnq813mq] {
        display: none !important;
        /* Hide redundant Log In header */
    }

    .login-right .login-subtitle[b-59nnq813mq] {
        display: none !important;
        /* Hide subtitle to preserve space */
    }

    .input-group[b-59nnq813mq] {
        margin-bottom: 1.25rem !important;
    }

    .input-group[b-59nnq813mq]  input,
    .input-group input[b-59nnq813mq] {
        padding: 6px 0 !important;
        font-size: 0.95rem !important;
        background: transparent !important;
    }

    .input-group label[b-59nnq813mq] {
        top: 6px !important;
        font-size: 0.9rem !important;
    }

    .input-group[b-59nnq813mq]  input:focus~label,
    .input-group[b-59nnq813mq]  input:not(:placeholder-shown)~label,
    .input-group[b-59nnq813mq]  input:autofill~label,
    .input-group[b-59nnq813mq]  input:-webkit-autofill~label,
    .input-group input:focus~label[b-59nnq813mq],
    .input-group input:not(:placeholder-shown)~label[b-59nnq813mq],
    .input-group input:autofill~label[b-59nnq813mq],
    .input-group input:-webkit-autofill~label[b-59nnq813mq] {
        top: -16px !important;
        font-size: 0.75rem !important;
    }

    /* Override browser default autofill backgrounds to keep them transparent */
    .input-group[b-59nnq813mq]  input:-webkit-autofill,
    .input-group[b-59nnq813mq]  input:-webkit-autofill:hover,
    .input-group[b-59nnq813mq]  input:-webkit-autofill:focus,
    .input-group[b-59nnq813mq]  input:-webkit-autofill:active,
    .input-group input:-webkit-autofill[b-59nnq813mq],
    .input-group input:-webkit-autofill:hover[b-59nnq813mq],
    .input-group input:-webkit-autofill:focus[b-59nnq813mq],
    .input-group input:-webkit-autofill:active[b-59nnq813mq] {
        -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
        box-shadow: 0 0 0 1000px transparent inset !important;
        -webkit-text-fill-color: var(--text-main) !important;
        transition: background-color 600000s ease-in-out 0s !important;
    }

    .login-btn[b-59nnq813mq] {
        padding: 11px !important;
        font-size: 0.925rem !important;
        margin-top: 4px !important;
        border-radius: 8px !important;
    }
}

@media (max-width: 599.98px) {
    .login-card[b-59nnq813mq] {
        max-width: 290px !important;
        /* ultra snug for small phones */
        border-radius: 16px !important;
    }

    .login-right[b-59nnq813mq] {
        padding: 1.5rem 1rem !important;
    }

    .mobile-card-brand[b-59nnq813mq] {
        margin-bottom: 1.25rem !important;
    }

    .mobile-card-brand .brand-logo[b-59nnq813mq] {
        width: 32px !important;
        height: 32px !important;
    }

    .mobile-card-brand strong[b-59nnq813mq] {
        font-size: 1.25rem !important;
    }
}

@media (max-height: 650px) {
    .login-card[b-59nnq813mq] {
        max-height: 95vh !important;
    }

    .login-right[b-59nnq813mq] {
        padding: 1.25rem 1rem !important;
    }

    .mobile-card-brand[b-59nnq813mq] {
        margin-bottom: 1rem !important;
    }

    .input-group[b-59nnq813mq] {
        margin-bottom: 1rem !important;
    }
}
/* /Components/Pages/RollRightsMaster/RollRightsMaster.razor.rz.scp.css */
[b-n0j6sv9ldd] .matrix-table th, 
[b-n0j6sv9ldd] .matrix-table td {
    text-align: center !important;
    vertical-align: middle !important;
}

[b-n0j6sv9ldd] .matrix-table .mud-checkbox {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    justify-content: center !important;
}

.matrix-header-col[b-n0j6sv9ldd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
/* /Components/Pages/UserReports/UserReportsList.razor.rz.scp.css */
[b-gtyso0w6st] .matrix-table th, 
[b-gtyso0w6st] .matrix-table td {
    text-align: center !important;
    vertical-align: middle !important;
}

[b-gtyso0w6st] .matrix-table .mud-checkbox {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    justify-content: center !important;
}

.matrix-header-col[b-gtyso0w6st] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
/* /Components/Pages/UserSeqs/UserSeqsList.razor.rz.scp.css */
[b-sxdpksskz3] .matrix-table th, 
[b-sxdpksskz3] .matrix-table td {
    text-align: center !important;
    vertical-align: middle !important;
}

[b-sxdpksskz3] .matrix-table .mud-checkbox {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    justify-content: center !important;
}

.matrix-header-col[b-sxdpksskz3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
/* /Components/Pages/UserUnits/UserUnitsList.razor.rz.scp.css */
[b-6e94ynoegi] .matrix-table th, 
[b-6e94ynoegi] .matrix-table td {
    text-align: center !important;
    vertical-align: middle !important;
}

[b-6e94ynoegi] .matrix-table .mud-checkbox {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    justify-content: center !important;
}

.matrix-header-col[b-6e94ynoegi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
/* /Components/Shared/ChatBot/ChatBot.razor.rz.scp.css */
.erp-chatbot-container[b-wuhbq4tf4r] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.erp-chatbot-fab[b-wuhbq4tf4r] {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
    border: none;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.5), 0 8px 10px -6px rgba(37, 99, 235, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.erp-chatbot-fab:hover[b-wuhbq4tf4r] {
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 15px 30px -5px rgba(37, 99, 235, 0.6);
}

.erp-chatbot-fab.active[b-wuhbq4tf4r] {
    transform: rotate(90deg) scale(0.95);
    background: #0f172a;
}

.erp-chatbot-window[b-wuhbq4tf4r] {
    position: absolute;
    bottom: 74px;
    right: 0;
    width: 480px;
    min-width: 360px;
    max-width: calc(100vw - 32px);
    height: 600px;
    max-height: calc(100vh - 100px);
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overscroll-behavior: contain;
    resize: both;
    min-height: 400px;
    animation: popupAnimation-b-wuhbq4tf4r 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.bot-table-card[b-wuhbq4tf4r], [b-wuhbq4tf4r] .bot-table-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin: 8px 0;
    overflow: hidden;
    width: 100%;
}

.bot-table-header[b-wuhbq4tf4r], [b-wuhbq4tf4r] .bot-table-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.bot-table-title[b-wuhbq4tf4r], [b-wuhbq4tf4r] .bot-table-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: #0f172a;
}

.bot-table-icon[b-wuhbq4tf4r], [b-wuhbq4tf4r] .bot-table-icon {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    fill: #2563eb;
    background: #eff6ff;
    padding: 3px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

.bot-table-actions[b-wuhbq4tf4r], [b-wuhbq4tf4r] .bot-table-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.export-btn[b-wuhbq4tf4r], [b-wuhbq4tf4r] .export-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 9px;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    background: #ffffff;
    line-height: 1;
}

.export-btn:hover[b-wuhbq4tf4r], [b-wuhbq4tf4r] .export-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.export-btn.export-excel[b-wuhbq4tf4r], [b-wuhbq4tf4r] .export-btn.export-excel {
    background: #f0fdf4;
    color: #15803d;
    border-color: #bbf7d0;
}

.export-btn.export-excel:hover[b-wuhbq4tf4r], [b-wuhbq4tf4r] .export-btn.export-excel:hover {
    background: #dcfce7;
    border-color: #86efac;
    color: #166534;
}

.export-btn.export-pdf[b-wuhbq4tf4r], [b-wuhbq4tf4r] .export-btn.export-pdf {
    background: #fef2f2;
    color: #b91c1c;
    border-color: #fecaca;
}

.export-btn.export-pdf:hover[b-wuhbq4tf4r], [b-wuhbq4tf4r] .export-btn.export-pdf:hover {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #991b1b;
}

[b-wuhbq4tf4r] .table-responsive {
    overflow-x: auto;
    max-width: 100%;
    display: block;
    width: 100%;
}

[b-wuhbq4tf4r] .table-responsive::-webkit-scrollbar {
    height: 6px;
}

[b-wuhbq4tf4r] .table-responsive::-webkit-scrollbar-track {
    background: #f1f5f9;
}

[b-wuhbq4tf4r] .table-responsive::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

[b-wuhbq4tf4r] .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

[b-wuhbq4tf4r] .bot-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    background: #ffffff;
    text-align: left;
    margin: 0;
}

[b-wuhbq4tf4r] .bot-table th {
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 9px 14px;
    border-bottom: 1px solid #e2e8f0;
    white-space: nowrap !important;
    word-break: normal !important;
    text-align: left;
}

[b-wuhbq4tf4r] .bot-table td {
    padding: 9px 14px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    white-space: nowrap !important;
    word-break: normal !important;
    font-size: 12px;
    vertical-align: middle;
}

[b-wuhbq4tf4r] .bot-table tr:nth-child(even) td {
    background: #fafafa;
}

[b-wuhbq4tf4r] .bot-table tr:hover td {
    background: #f1f5f9 !important;
}

[b-wuhbq4tf4r] .bot-table tr:last-child td {
    border-bottom: none;
}

@keyframes popupAnimation-b-wuhbq4tf4r {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.erp-chatbot-header[b-wuhbq4tf4r] {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: white;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-info[b-wuhbq4tf4r] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bot-avatar[b-wuhbq4tf4r] {
    position: relative;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.bot-status-dot[b-wuhbq4tf4r] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: #10b981;
    border-radius: 50%;
    border: 2px solid #0f172a;
}

.bot-title[b-wuhbq4tf4r] {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.bot-subtitle[b-wuhbq4tf4r] {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 500;
}

.close-btn[b-wuhbq4tf4r] {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 16px;
    cursor: pointer;
    padding: 6px;
    border-radius: 8px;
    transition: all 0.2s;
}

.close-btn:hover[b-wuhbq4tf4r] {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.erp-chatbot-messages[b-wuhbq4tf4r] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #f8fafc;
}

.chat-message-row[b-wuhbq4tf4r] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    max-width: 98%;
    width: 100%;
}

.chat-message-row.user[b-wuhbq4tf4r] {
    align-self: flex-end;
    flex-direction: row-reverse;
    max-width: 85%;
    width: auto;
}

.chat-message-row.bot[b-wuhbq4tf4r] {
    align-self: flex-start;
    width: 100%;
    max-width: 100%;
}

.msg-avatar[b-wuhbq4tf4r] {
    width: 28px;
    height: 28px;
    background: #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.msg-bubble[b-wuhbq4tf4r] {
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    word-break: break-word;
    max-width: 100%;
    box-sizing: border-box;
    cursor: text;
    user-select: text;
    -webkit-user-select: text;
}

.chat-message-row.user .msg-bubble[b-wuhbq4tf4r] {
    background: #2563eb;
    color: white;
    border-bottom-right-radius: 4px;
}

/* User Prompt Bubble: High-contrast visible selection highlight */
.chat-message-row.user [b-wuhbq4tf4r]::selection,
.chat-message-row.user *[b-wuhbq4tf4r]::selection,
.chat-message-row.user .msg-bubble[b-wuhbq4tf4r]::selection,
.chat-message-row.user .msg-text[b-wuhbq4tf4r]::selection,
[b-wuhbq4tf4r] .chat-message-row.user ::selection,
[b-wuhbq4tf4r] .chat-message-row.user *::selection {
    background: #93c5fd !important;
    color: #0f172a !important;
}

.chat-message-row.user [b-wuhbq4tf4r]::-moz-selection,
.chat-message-row.user *[b-wuhbq4tf4r]::-moz-selection,
.chat-message-row.user .msg-bubble[b-wuhbq4tf4r]::-moz-selection,
.chat-message-row.user .msg-text[b-wuhbq4tf4r]::-moz-selection,
[b-wuhbq4tf4r] .chat-message-row.user ::-moz-selection,
[b-wuhbq4tf4r] .chat-message-row.user *::-moz-selection {
    background: #93c5fd !important;
    color: #0f172a !important;
}

.chat-message-row.bot .msg-bubble[b-wuhbq4tf4r] {
    background: white;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    width: calc(100% - 36px);
}

.msg-bubble.denied-bubble[b-wuhbq4tf4r] {
    background: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    color: #991b1b !important;
}

.msg-time[b-wuhbq4tf4r] {
    font-size: 10px;
    color: #94a3b8;
    margin-top: 4px;
    text-align: right;
}

.chat-message-row.user .msg-time[b-wuhbq4tf4r] {
    color: rgba(255, 255, 255, 0.7);
}

.chat-bullet[b-wuhbq4tf4r] {
    margin: 4px 0;
}

.chat-link[b-wuhbq4tf4r] {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed #2563eb;
}

.chat-link:hover[b-wuhbq4tf4r] {
    color: #1d4ed8;
    border-bottom-style: solid;
}

.erp-chatbot-suggestions[b-wuhbq4tf4r] {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 8px 16px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
}

.suggestion-chip[b-wuhbq4tf4r] {
    white-space: nowrap;
    font-size: 11.5px;
    padding: 6px 12px;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #dbeafe;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
}

.suggestion-chip:hover[b-wuhbq4tf4r] {
    background: #dbeafe;
    transform: translateY(-1px);
}

.erp-chatbot-input-bar[b-wuhbq4tf4r] {
    padding: 12px 16px;
    background: white;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.erp-chatbot-input-bar input[b-wuhbq4tf4r] {
    flex: 1;
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    padding: 10px 16px;
    font-size: 13.5px;
    outline: none;
    transition: all 0.2s;
}

.erp-chatbot-input-bar input:focus[b-wuhbq4tf4r] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.send-btn[b-wuhbq4tf4r] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #2563eb;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.send-btn:hover:not(:disabled)[b-wuhbq4tf4r] {
    background: #1d4ed8;
    transform: scale(1.05);
}

.send-btn:disabled[b-wuhbq4tf4r] {
    background: #cbd5e1;
    cursor: not-allowed;
}

.typing-dots[b-wuhbq4tf4r] {
    display: flex;
    gap: 4px;
    padding: 4px 0;
}

.typing-dots span[b-wuhbq4tf4r] {
    width: 6px;
    height: 6px;
    background: #94a3b8;
    border-radius: 50%;
    animation: bounce-b-wuhbq4tf4r 1.4s infinite ease-in-out both;
}

.typing-dots span:nth-child(1)[b-wuhbq4tf4r] { animation-delay: -0.32s; }
.typing-dots span:nth-child(2)[b-wuhbq4tf4r] { animation-delay: -0.16s; }

@keyframes bounce-b-wuhbq4tf4r {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

[b-wuhbq4tf4r] .bot-table-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin: 8px 0;
    overflow: hidden;
}

[b-wuhbq4tf4r] .bot-table-header {
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[b-wuhbq4tf4r] .bot-table-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: #0f172a;
}

[b-wuhbq4tf4r] .bot-table-icon {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    fill: #2563eb;
    background: #eff6ff;
    padding: 2.5px;
    border-radius: 4px;
    display: inline-block;
}

[b-wuhbq4tf4r] .table-responsive {
    overflow-x: auto;
    max-width: 100%;
}

[b-wuhbq4tf4r] .bot-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11.5px;
    background: #ffffff;
    text-align: left;
}

[b-wuhbq4tf4r] .bot-table th {
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 7px 12px;
    border-bottom: 1px solid #e2e8f0;
    white-space: nowrap;
}

[b-wuhbq4tf4r] .bot-table td {
    padding: 7px 12px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    white-space: nowrap;
    font-size: 11.5px;
}

[b-wuhbq4tf4r] .bot-table tr:hover td {
    background: #f8fafc;
}

[b-wuhbq4tf4r] .bot-table tr:last-child td {
    border-bottom: none;
}

/* /Components/Shared/Generative/GenEditForm.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   GenEditForm - Auto-generating Edit Form Component Styles
   ══════════════════════════════════════════════════════════ */

.header-avatar[b-e9eedbizrt] {
    width: 28px !important;
    height: 28px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-radius: 6px !important;
}

.header-icon[b-e9eedbizrt] {
    color: #ffffff !important;
    font-size: 18px !important;
}

.btn-success-outline[b-e9eedbizrt] {
    border-color: #10b981 !important;
    color: #10b981 !important;
}

[b-e9eedbizrt] .mud-autocomplete button.mud-icon-button {
    display: none !important;
}

[b-e9eedbizrt] .mud-autocomplete .mud-input-adornment-end button.mud-icon-button {
    display: inline-flex !important;
}

.fixed-footer[b-e9eedbizrt] {
    padding: 6px 16px !important;
    min-height: 44px !important;
    background: var(--mud-palette-surface) !important;
    border-top: 1px solid var(--mud-palette-lines-default) !important;
}

/* ── Modern Header Back Button ────────────────────────────── */
[b-e9eedbizrt] .btn-back-header {
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    border-radius: 6px !important;
    text-transform: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    backdrop-filter: blur(8px) !important;
    transition: all 0.2s ease-in-out !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

[b-e9eedbizrt] .btn-back-header .mud-icon-root {
    font-size: 16px !important;
    color: #ffffff !important;
    transition: transform 0.2s ease !important;
}

[b-e9eedbizrt] .btn-back-header:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3) !important;
}

[b-e9eedbizrt] .btn-back-header:hover .mud-icon-root {
    transform: translateX(-3px) !important;
}

[b-e9eedbizrt] .btn-prev-compact,
[b-e9eedbizrt] .btn-save-compact,
[b-e9eedbizrt] .btn-next-compact,
[b-e9eedbizrt] .btn-saveexit-compact,
[b-e9eedbizrt] .btn-del-compact {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    text-transform: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.2s ease !important;
}

[b-e9eedbizrt] .btn-prev-compact .mud-icon-root,
[b-e9eedbizrt] .btn-save-compact .mud-icon-root,
[b-e9eedbizrt] .btn-next-compact .mud-icon-root,
[b-e9eedbizrt] .btn-saveexit-compact .mud-icon-root,
[b-e9eedbizrt] .btn-del-compact .mud-icon-root {
    font-size: 17px !important;
}

[b-e9eedbizrt] .btn-prev-compact {
    border: 1px solid #cbd5e1 !important;
    color: #475569 !important;
    background: #ffffff !important;
}

[b-e9eedbizrt] .btn-prev-compact:hover:not(:disabled) {
    background: #f1f5f9 !important;
    border-color: #94a3b8 !important;
}

[b-e9eedbizrt] .btn-save-compact {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.25) !important;
}

[b-e9eedbizrt] .btn-save-compact:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    box-shadow: 0 3px 8px rgba(16, 185, 129, 0.35) !important;
}

[b-e9eedbizrt] .btn-next-compact,
[b-e9eedbizrt] .btn-saveexit-compact {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(14, 165, 233, 0.25) !important;
}

[b-e9eedbizrt] .btn-next-compact:hover,
[b-e9eedbizrt] .btn-saveexit-compact:hover {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
    box-shadow: 0 3px 8px rgba(14, 165, 233, 0.35) !important;
}

[b-e9eedbizrt] .btn-del-compact {
    border: 1px solid rgba(239, 68, 68, 0.4) !important;
    color: #ef4444 !important;
    background: #ffffff !important;
}

[b-e9eedbizrt] .btn-del-compact:hover {
    background: #fef2f2 !important;
    border-color: #ef4444 !important;
}

@media (max-width: 767.98px) {
    .header-section[b-e9eedbizrt] {
        border-radius: 0 !important;
        margin-bottom: 0 !important;
        padding: var(--space-3) !important;
    }

    .header-section > div[b-e9eedbizrt] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .progress-mini[b-e9eedbizrt] {
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        margin-bottom: 0 !important;
        box-shadow: none !important;
        padding: 8px 12px !important;
    }

    .form-container[b-e9eedbizrt] {
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    [b-e9eedbizrt] .mud-input {
        font-size: 15px !important;
    }

    [b-e9eedbizrt] .mud-input-label {
        font-size: 13px !important;
    }

    [b-e9eedbizrt] .mud-grid-item[class*="sm-"],
    [b-e9eedbizrt] .mud-grid-item[class*="md-"] {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    [b-e9eedbizrt] .mud-tab {
        min-height: 44px !important;
        font-size: 12px !important;
        padding: 8px 10px !important;
    }

    [b-e9eedbizrt] .scrolling-content-container {
        padding: 12px 12px 100px 12px !important;
    }

    [b-e9eedbizrt] .scroll-section .section-title {
        font-size: 14px !important;
        padding: 10px 12px !important;
    }

    .fixed-footer[b-e9eedbizrt] {
        border-radius: 0 !important;
        padding: 12px 16px !important;
        background: #ffffff !important;
        box-shadow: 0 -4px 12px rgba(0,0,0,0.05) !important;
    }

    .fixed-footer .footer-step[b-e9eedbizrt] {
        display: none !important;
    }

    .fixed-footer .footer-buttons[b-e9eedbizrt] {
        width: 100% !important;
    }

    [b-e9eedbizrt] .btn-next,
    [b-e9eedbizrt] .btn-prev,
    [b-e9eedbizrt] .btn-submit {
        min-height: 40px !important;
        font-size: 14px !important;
    }
}

[b-e9eedbizrt] .gen-textarea textarea.mud-input-slot,
[b-e9eedbizrt] textarea.mud-input-slot,
[b-e9eedbizrt] .gen-textarea textarea {
    min-height: 75px !important;
    resize: both !important;
    overflow: auto !important;
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
    padding: 8px 10px !important;
    box-sizing: border-box !important;
}

[b-e9eedbizrt] .gen-textarea .mud-input-outlined {
    min-height: 75px !important;
    overflow: visible !important;
}

.scroll-section[b-e9eedbizrt] {
    padding-right: 8px;
    margin-bottom: 24px;
}

.scrolling-content-container[b-e9eedbizrt] {
    padding-right: 28px !important;
    scrollbar-gutter: stable;
}
/* /Components/Shared/Generative/GenListPage.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   GenListPage - Auto-generating List Component Styles
   ══════════════════════════════════════════════════════════ */

/* 1. LAYOUT WRAPPERS */
.header-avatar[b-xi0r0zyhhq] {
    width: 28px !important;
    height: 28px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-radius: 6px !important;
}

.header-icon[b-xi0r0zyhhq] {
    color: #ffffff !important;
    font-size: 18px !important;
}

.control-panel-card[b-xi0r0zyhhq] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
}

.centered-grid[b-xi0r0zyhhq] {
    align-items: center !important;
}

.search-field-full[b-xi0r0zyhhq] {
    width: 100% !important;
}

.table-layout-wrapper[b-xi0r0zyhhq] {
    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-xi0r0zyhhq] .modern-table table {
    table-layout: auto !important;
    width: 100% !important;
}

[b-xi0r0zyhhq] .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.02em;
    border-bottom: 2px solid var(--slate-100) !important;
    padding: 10px 16px !important;
    white-space: nowrap !important;
}

[b-xi0r0zyhhq] .modern-table td {
    padding: 8px 16px !important;
    border-bottom: 1px solid var(--slate-100) !important;
    vertical-align: middle !important;
    font-size: 0.8rem !important;
    white-space: nowrap !important;
}

[b-xi0r0zyhhq] .modern-table .col-actions {
    width: 90px !important;
    min-width: 90px !important;
    text-align: center !important;
}

[b-xi0r0zyhhq] .modern-table .col-id {
    width: 70px !important;
    min-width: 60px !important;
    white-space: nowrap !important;
}

[b-xi0r0zyhhq] .modern-table .col-lock {
    width: 60px !important;
    min-width: 50px !important;
    text-align: center !important;
}

[b-xi0r0zyhhq] .modern-table .mud-table-container {
    overflow-y: auto !important;
    overflow-x: auto !important;
    height: 380px !important;
    max-width: 100% !important;
}

/* 3. IDENTITY & TYPOGRAPHY */
.id-pill[b-xi0r0zyhhq] {
    display: inline-block;
    padding: 2px 8px;
    background: var(--slate-100);
    color: var(--slate-500);
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap !important;
}

.text-mono[b-xi0r0zyhhq] {
    font-family: 'SF Mono', 'Fira Code', monospace;
    font-size: 12px;
    color: #475569;
}

.profile-name[b-xi0r0zyhhq] {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: var(--slate-900) !important;
}

.role-badge[b-xi0r0zyhhq] {
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    border-radius: 6px;
    padding: 2px 8px;
    font-weight: 600;
    font-size: 11px;
}

/* 4. MODERN PAGER */
.modern-pager[b-xi0r0zyhhq] {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.jump-to-container[b-xi0r0zyhhq] {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    background: rgba(0, 0, 0, 0.04) !important;
    padding: 2px 6px !important;
    border-radius: 6px !important;
    height: 28px !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
}

.jump-label[b-xi0r0zyhhq] {
    font-size: 11px !important;
    color: #64748b !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

.jump-input-wrapper[b-xi0r0zyhhq] {
    width: 36px !important;
    flex-shrink: 0 !important;
}

.jump-field[b-xi0r0zyhhq] {
    margin-top: 0 !important;
}

.jump-field[b-xi0r0zyhhq]  .mud-input {
    font-size: 11px !important;
    height: 20px !important;
}

.jump-field[b-xi0r0zyhhq]  input {
    text-align: center !important;
    font-weight: 700 !important;
    padding: 0 !important;
}

.jump-btn[b-xi0r0zyhhq] {
    padding: 1px !important;
    width: 22px !important;
    height: 22px !important;
}

.jump-btn[b-xi0r0zyhhq]  .mud-icon-root {
    font-size: 16px !important;
}

/* ── Responsive & Mobile/Tablet Optimizations ── */
@media (max-width: 1023.98px) {
    .header-section>div[b-xi0r0zyhhq] {
        justify-content: center !important;
        text-align: center;
        flex-direction: column;
    }

    [b-xi0r0zyhhq] .control-panel-card .d-flex.justify-end {
        justify-content: center !important;
        width: 100%;
        margin-top: 12px;
    }

    [b-xi0r0zyhhq] .modern-table table {
        display: flex !important;
        flex-direction: column !important;
        background: transparent !important;
    }

    [b-xi0r0zyhhq] .modern-table thead {
        display: none !important;
    }

    [b-xi0r0zyhhq] .modern-table tbody {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        padding: 4px !important;
        background: transparent !important;
    }

    [b-xi0r0zyhhq] .modern-table tr {
        position: relative !important;
        display: grid !important;
        grid-template-columns: auto 1fr auto !important;
        grid-template-areas:
            "id name actions"
            !important;
        background: #ffffff !important;
        border: 1px solid rgba(226, 232, 240, 0.7) !important;
        border-radius: 16px !important;
        padding: 16px !important;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01), 0 2px 4px -1px rgba(0, 0, 0, 0.01), inset 0 0 0 1px rgba(255, 255, 255, 0.6) !important;
        gap: 12px !important;
        align-items: center !important;
        margin-bottom: 12px !important;
        transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    [b-xi0r0zyhhq] .modern-table tr:hover {
        transform: translateY(-2px) !important;
        border-color: var(--primary-300, #93c5fd) !important;
    }

    [b-xi0r0zyhhq] .modern-table td {
        border-bottom: none !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        background: transparent !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    [b-xi0r0zyhhq] .modern-table tr td.col-id {
        grid-area: id !important;
    }

    [b-xi0r0zyhhq] .modern-table tr td.col-id .id-pill {
        background: rgba(37, 99, 235, 0.08) !important;
        color: var(--primary-600, #2563eb) !important;
        border-radius: 8px !important;
        padding: 4px 10px !important;
        font-weight: 700 !important;
        font-size: 11px !important;
        letter-spacing: 0.02em !important;
    }

    [b-xi0r0zyhhq] .modern-table tr td.col-name {
        grid-area: name !important;
    }

    [b-xi0r0zyhhq] .modern-table tr td.col-name .profile-name {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: var(--slate-800, #1e293b) !important;
        letter-spacing: -0.01em !important;
    }

    [b-xi0r0zyhhq] .modern-table tr td.col-actions {
        grid-area: actions !important;
        justify-content: flex-end !important;
        width: 100% !important;
        align-self: start !important;
        justify-self: end !important;
        margin-top: -4px !important;
        margin-right: -6px !important;
        position: static !important;
        box-shadow: none !important;
    }

    [b-xi0r0zyhhq] .modern-table tr td.col-actions .mud-stack {
        justify-content: flex-end !important;
        width: auto !important;
        gap: 0 !important;
    }

    [b-xi0r0zyhhq] .modern-table tr td.col-actions .mud-icon-button {
        padding: 4px !important;
        width: 32px !important;
        height: 32px !important;
    }

    [b-xi0r0zyhhq] .modern-table .mud-table-container {
        overflow-x: hidden !important;
    }

    [b-xi0r0zyhhq] .modern-table tfoot {
        overflow: hidden !important;
    }

    .modern-pager[b-xi0r0zyhhq] {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        padding: 6px 12px !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .modern-pager[b-xi0r0zyhhq]  .mud-table-pagination {
        margin-left: 0 !important;
        width: auto !important;
        min-width: 0 !important;
        flex-shrink: 1 !important;
    }

    .modern-pager[b-xi0r0zyhhq]  .mud-table-pagination-toolbar {
        padding-left: 0 !important;
        padding-right: 0 !important;
        gap: 2px !important;
        height: 32px !important;
        min-height: 32px !important;
        display: flex !important;
        align-items: center !important;
    }

    .modern-pager[b-xi0r0zyhhq]  .mud-table-pagination-spacer {
        display: none !important;
    }

    .modern-pager[b-xi0r0zyhhq]  .mud-select {
        display: none !important;
    }

    .modern-pager[b-xi0r0zyhhq]  .mud-table-pagination-information {
        font-size: 12px !important;
        margin: 0 4px 0 0 !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        color: var(--slate-600) !important;
        font-weight: 500 !important;
    }

    .modern-pager[b-xi0r0zyhhq]  .mud-table-pagination-actions {
        display: flex !important;
        align-items: center !important;
        gap: 0px !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
    }

    .modern-pager[b-xi0r0zyhhq]  .mud-icon-button {
        padding: 4px !important;
        width: 28px !important;
        height: 28px !important;
    }

    .modern-pager[b-xi0r0zyhhq]  .mud-icon-button .mud-icon-root {
        font-size: 18px !important;
    }

    .jump-to-container[b-xi0r0zyhhq] {
        margin-left: auto !important;
    }

    @media (max-width: 500px) {
        .jump-label[b-xi0r0zyhhq] {
            display: none !important;
        }

        .modern-pager[b-xi0r0zyhhq] {
            gap: 4px !important;
            padding: 4px !important;
        }

        .modern-pager[b-xi0r0zyhhq]  .mud-table-pagination-information {
            font-size: 10px !important;
            margin-right: 2px !important;
        }
    }
}

@media (max-width: 599.98px) {
    [b-xi0r0zyhhq] .control-panel-card .d-flex.justify-end {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
    }

    [b-xi0r0zyhhq] .control-panel-card .action-btn,
    [b-xi0r0zyhhq] .control-panel-card .mud-button-root {
        width: 100% !important;
    }
}

/* ══ 120FPS SMOOTHING ══ */
[b-xi0r0zyhhq] .modern-table tbody tr {
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ══ STAGGERED ENTRANCE ANIMATION ══ */
@keyframes rowEnter-b-xi0r0zyhhq {
    from {
        opacity: 0;
        transform: translateZ(0) translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateZ(0) translateY(0) scale(1);
    }
}

[b-xi0r0zyhhq] .modern-table tbody tr {
    animation: rowEnter-b-xi0r0zyhhq 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(1) {
    animation-delay: 0.01s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(2) {
    animation-delay: 0.03s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(3) {
    animation-delay: 0.05s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(4) {
    animation-delay: 0.07s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(5) {
    animation-delay: 0.09s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(6) {
    animation-delay: 0.11s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(7) {
    animation-delay: 0.13s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(8) {
    animation-delay: 0.15s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(9) {
    animation-delay: 0.17s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(10) {
    animation-delay: 0.19s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(11) {
    animation-delay: 0.21s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(12) {
    animation-delay: 0.23s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(13) {
    animation-delay: 0.25s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(14) {
    animation-delay: 0.27s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(15) {
    animation-delay: 0.29s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(16) {
    animation-delay: 0.31s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(17) {
    animation-delay: 0.33s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(18) {
    animation-delay: 0.35s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(19) {
    animation-delay: 0.37s;
}

[b-xi0r0zyhhq] .modern-table tbody tr:nth-child(20) {
    animation-delay: 0.39s;
}

@media (prefers-reduced-motion: reduce) {
    [b-xi0r0zyhhq] .modern-table tbody tr {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }

    [b-xi0r0zyhhq] .modern-table tbody tr:hover {
        transform: none !important;
    }

    [b-xi0r0zyhhq] .modern-table tbody tr:active {
        transform: none !important;
    }
}
/* /Components/Shared/Generative/InlineGridPage.razor.rz.scp.css */
/* /Components/Shared/MasterGridPage.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════
   Master Grid Page - Scoped Styles
   ══════════════════════════════════════════════════════════ */

.header-avatar[b-vps8mxzycf] {
    width: 28px !important;
    height: 28px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-radius: 6px !important;
}

.header-icon[b-vps8mxzycf] {
    color: #ffffff !important;
    font-size: 18px !important;
}

.control-panel-card[b-vps8mxzycf] {
    margin-top: 16px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
}

.centered-grid[b-vps8mxzycf] {
    align-items: center !important;
}

.search-field-full[b-vps8mxzycf] {
    width: 100% !important;
}

.table-layout-wrapper[b-vps8mxzycf] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    margin-top: 16px !important;
    overflow: hidden !important;
}

[b-vps8mxzycf] .modern-table {
    margin-bottom: 24px;
}

[b-vps8mxzycf] .shadow-btn {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

/* Make sure hover states on primary and secondary buttons within shadow-btn don't make text/icons invisible */
[b-vps8mxzycf] .shadow-btn.mud-button-filled-primary:hover,
[b-vps8mxzycf] .shadow-btn.mud-button-filled-primary:focus,
[b-vps8mxzycf] .shadow-btn.mud-button-filled-primary:active,
[b-vps8mxzycf] .shadow-btn .mud-button-filled-primary:hover,
[b-vps8mxzycf] .shadow-btn .mud-button-filled-primary:focus,
[b-vps8mxzycf] .shadow-btn .mud-button-filled-primary:active {
    background-color: var(--primary-600) !important;
    color: white !important;
}

[b-vps8mxzycf] .shadow-btn.mud-button-filled-secondary:hover,
[b-vps8mxzycf] .shadow-btn.mud-button-filled-secondary:focus,
[b-vps8mxzycf] .shadow-btn.mud-button-filled-secondary:active,
[b-vps8mxzycf] .shadow-btn .mud-button-filled-secondary:hover,
[b-vps8mxzycf] .shadow-btn .mud-button-filled-secondary:focus,
[b-vps8mxzycf] .shadow-btn .mud-button-filled-secondary:active,
[b-vps8mxzycf] .shadow-btn .mud-icon-button:hover,
[b-vps8mxzycf] .shadow-btn .mud-icon-button:focus,
[b-vps8mxzycf] .shadow-btn .mud-icon-button:focus-within,
[b-vps8mxzycf] .shadow-btn .mud-icon-button:active {
    background-color: #db2777 !important;
    color: white !important;
    opacity: 1 !important;
}

[b-vps8mxzycf] .shadow-btn:hover .mud-icon-root,
[b-vps8mxzycf] .shadow-btn:hover .mud-button-label,
[b-vps8mxzycf] .shadow-btn .mud-button-root:hover .mud-icon-root,
[b-vps8mxzycf] .shadow-btn .mud-button-root:hover .mud-button-label,
[b-vps8mxzycf] .shadow-btn .mud-icon-button:hover .mud-icon-root,
[b-vps8mxzycf] .shadow-btn .mud-icon-button:focus .mud-icon-root,
[b-vps8mxzycf] .shadow-btn .mud-icon-button:focus-within .mud-icon-root,
[b-vps8mxzycf] .shadow-btn .mud-icon-button:active .mud-icon-root {
    color: white !important;
}

.footer-spacer[b-vps8mxzycf] {
    height: 24px;
    flex-shrink: 0;
}

/* ── Responsive & Mobile Optimizations ── */
@media (max-width: 959.98px) {
    .header-section > div[b-vps8mxzycf] {
        justify-content: center !important;
        text-align: center;
        flex-direction: column;
    }

    [b-vps8mxzycf] .control-panel-card .d-flex.justify-end {
        justify-content: center !important;
        width: 100%;
    }
}

@media (max-width: 599.98px) {
    [b-vps8mxzycf] .control-panel-card .d-flex.justify-end {
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100%;
        gap: 8px !important;
    }
    
    [b-vps8mxzycf] .control-panel-card .action-btn,
    [b-vps8mxzycf] .control-panel-card .shadow-btn,
    [b-vps8mxzycf] .control-panel-card .upload-btn,
    [b-vps8mxzycf] .control-panel-card .add-btn {
        width: 100% !important;
        margin: 0 !important;
        display: inline-flex !important;
    }

    [b-vps8mxzycf] .control-panel-card .mud-chip {
        align-self: center;
    }
}

/* /Components/Shared/MultiSelectionDialog.razor.rz.scp.css */
[b-mp37k0zibc] .universal-bulk-select-dialog {
    border-radius: 16px !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    overflow: hidden !important;
}

.dialog-header-wrapper[b-mp37k0zibc] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px 8px 24px;
    border-bottom: 1px solid #f1f5f9;
}

.icon-pulse-wrapper[b-mp37k0zibc] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.pulse-icon[b-mp37k0zibc] {
    color: #2563eb !important;
    font-size: 1.5rem !important;
}

.dialog-title-text[b-mp37k0zibc] {
    font-weight: 800 !important;
    font-size: 1.05rem !important;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.dialog-subtitle-text[b-mp37k0zibc] {
    color: #94a3b8 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.65rem !important;
    letter-spacing: 0.05em;
    display: block;
    margin-top: 1px;
}

.dialog-body-content[b-mp37k0zibc] {
    padding: 16px 24px 16px 24px;
    max-height: 500px;
    overflow-y: auto;
}

.dialog-instruction-paragraph[b-mp37k0zibc] {
    font-size: 0.82rem;
    line-height: 1.5;
    color: #475569;
    margin-bottom: 16px;
}

.bulk-options-list[b-mp37k0zibc] {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    max-height: 280px;
    overflow-y: auto;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
}

.bulk-options-list[b-mp37k0zibc]::-webkit-scrollbar {
    width: 6px;
}

.bulk-options-list[b-mp37k0zibc]::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 8px;
}

.bulk-options-list[b-mp37k0zibc]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 8px;
}

.bulk-options-list[b-mp37k0zibc]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.bulk-option-item[b-mp37k0zibc] {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    border-bottom: 1px solid #e2e8f0;
    cursor: pointer;
    background-color: #ffffff;
    transition: background-color 0.15s ease, transform 0.1s ease;
    user-select: none;
}

.bulk-option-item:last-child[b-mp37k0zibc] {
    border-bottom: none;
}

.bulk-option-item:hover[b-mp37k0zibc] {
    background-color: #f1f5f9;
}

.bulk-option-item.selected[b-mp37k0zibc] {
    background-color: #eff6ff;
}

.bulk-option-item.selected:hover[b-mp37k0zibc] {
    background-color: #dbeafe;
}

.bulk-item-checkbox[b-mp37k0zibc] {
    flex-shrink: 0;
    pointer-events: none !important;
}

.bulk-item-text[b-mp37k0zibc] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #334155;
    margin-left: 4px;
}

.bulk-item-id[b-mp37k0zibc] {
    font-size: 0.75rem;
    font-family: monospace;
    font-weight: 600;
    color: #94a3b8;
    background-color: #f1f5f9;
    padding: 2px 6px;
    border-radius: 4px;
}

.dialog-actions-wrapper[b-mp37k0zibc] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 24px 20px 24px;
    background-color: #f8fafc;
    border-top: 1px solid #f1f5f9;
}

.cancel-btn[b-mp37k0zibc] {
    border-radius: 500px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    text-transform: none !important;
    padding: 8px 20px !important;
    color: #64748b !important;
    transition: all 0.2s ease;
}

.cancel-btn:hover[b-mp37k0zibc] {
    background-color: #f1f5f9 !important;
    color: #0f172a !important;
}

.confirm-btn[b-mp37k0zibc] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    border-radius: 500px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    text-transform: none !important;
    padding: 8px 22px !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.confirm-btn:hover[b-mp37k0zibc] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.35) !important;
}

.confirm-btn:active[b-mp37k0zibc] {
    transform: translateY(1px);
}

.confirm-btn.mud-button-root[disabled][b-mp37k0zibc] {
    background: #cbd5e1 !important;
    color: #94a3b8 !important;
    box-shadow: none !important;
}
