/* /Components/Layout/PortalLayout.razor.rz.scp.css */
@keyframes forceLogoutEnter-b-0vsnhh9xs9 {
    from { opacity: 0; }
    to { opacity: 1; }
}
.force-logout-enter[b-0vsnhh9xs9] {
    animation: forceLogoutEnter-b-0vsnhh9xs9 300ms ease-out both;
}

.sidebar-scroll[b-0vsnhh9xs9] {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: scrollbar-color 0.3s;
}

    .sidebar-scroll:hover[b-0vsnhh9xs9],
    .sidebar-scroll:active[b-0vsnhh9xs9] {
        scrollbar-color: var(--color-accent-400) transparent;
    }

    .sidebar-scroll[b-0vsnhh9xs9]::-webkit-scrollbar {
        width: 4px;
    }

    .sidebar-scroll[b-0vsnhh9xs9]::-webkit-scrollbar-track {
        background: transparent;
    }

    .sidebar-scroll[b-0vsnhh9xs9]::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 9999px;
        transition: background 0.3s;
    }

    .sidebar-scroll:hover[b-0vsnhh9xs9]::-webkit-scrollbar-thumb {
        background: var(--color-accent-400);
    }

        .sidebar-scroll:hover[b-0vsnhh9xs9]::-webkit-scrollbar-thumb:hover {
            background: var(--color-accent-500);
        }

/* Sidebar resize handle */
.sidebar-resize-handle[b-0vsnhh9xs9] {
    position: fixed;
    top: 64px;
    bottom: 0;
    width: 8px;
    cursor: col-resize;
    z-index: 41;
    left: calc(var(--sidebar-width, 256px) - 4px);
    transition: left 300ms ease;
}

    .sidebar-resize-handle[data-open="false"][b-0vsnhh9xs9] {
        left: 0;
    }

.sidebar-resize-line[b-0vsnhh9xs9] {
    position: absolute;
    inset: 0;
    width: 2px;
    margin: 0 auto;
    background: transparent;
    transition: background 200ms ease;
}

.sidebar-resize-handle:hover .sidebar-resize-line[b-0vsnhh9xs9],
.sidebar-resize-handle.active .sidebar-resize-line[b-0vsnhh9xs9] {
    background: var(--color-accent-500);
}

/* Grip indicator � centered pill with dots */
.sidebar-resize-grip[b-0vsnhh9xs9] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 6px 4px;
    border-radius: 9999px;
    background: var(--color-on-surface-muted, #888);
    opacity: 0.4;
    transition: opacity 200ms ease, background 200ms ease, transform 200ms ease;
    pointer-events: none;
}

    .sidebar-resize-grip span[b-0vsnhh9xs9] {
        display: block;
        width: 4px;
        height: 1.5px;
        border-radius: 9999px;
        background: white;
    }

.sidebar-resize-handle:hover .sidebar-resize-grip[b-0vsnhh9xs9],
.sidebar-resize-handle.active .sidebar-resize-grip[b-0vsnhh9xs9] {
    opacity: 1;
    background: var(--color-accent-500);
    transform: translate(-50%, -50%) scale(1.15);
}

/* Hide sidebar before Blazor hydrates when it was previously closed */
[b-0vsnhh9xs9] [data-sidebar-closed] aside {
    transform: translateX(-100%) !important;
}

[b-0vsnhh9xs9] [data-sidebar-closed] main {
    margin-left: 0 !important;
}

[b-0vsnhh9xs9] [data-sidebar-closed] .sidebar-resize-handle {
    left: 0 !important;
}

/* Disable transitions during resize drag */
[b-0vsnhh9xs9] [data-resizing] main,
[b-0vsnhh9xs9] [data-resizing] aside,
[b-0vsnhh9xs9] [data-resizing] [data-topbar-container],
[b-0vsnhh9xs9] [data-resizing] .sidebar-resize-handle {
    transition: none !important;
}
/* /Components/Layout/Sidebar.razor.rz.scp.css */
.sidebar-scroll[b-pq89gcbqyy] {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: scrollbar-color 0.3s;
}
.sidebar-scroll:hover[b-pq89gcbqyy],
.sidebar-scroll:active[b-pq89gcbqyy] {
    scrollbar-color: var(--color-accent-400) transparent;
}
.sidebar-scroll[b-pq89gcbqyy]::-webkit-scrollbar { width: 4px; }
.sidebar-scroll[b-pq89gcbqyy]::-webkit-scrollbar-track { background: transparent; }
.sidebar-scroll[b-pq89gcbqyy]::-webkit-scrollbar-thumb { background: transparent; border-radius: 9999px; transition: background 0.3s; }
.sidebar-scroll:hover[b-pq89gcbqyy]::-webkit-scrollbar-thumb { background: var(--color-accent-400); }
.sidebar-scroll:hover[b-pq89gcbqyy]::-webkit-scrollbar-thumb:hover { background: var(--color-accent-500); }

/* Sidebar resize handle */
.sidebar-resize-handle[b-pq89gcbqyy] {
    position: fixed;
    top: 64px;
    bottom: 0;
    width: 8px;
    cursor: col-resize;
    z-index: 41;
    left: calc(var(--sidebar-width, 256px) - 4px);
    transition: left 300ms ease;
}
.sidebar-resize-handle[data-open="false"][b-pq89gcbqyy] {
    left: 0;
}
.sidebar-resize-line[b-pq89gcbqyy] {
    position: absolute;
    inset: 0;
    width: 2px;
    margin: 0 auto;
    background: transparent;
    transition: background 200ms ease;
}
.sidebar-resize-handle:hover .sidebar-resize-line[b-pq89gcbqyy],
.sidebar-resize-handle.active .sidebar-resize-line[b-pq89gcbqyy] {
    background: var(--color-accent-500);
}

/* Grip indicator — centered pill with dots */
.sidebar-resize-grip[b-pq89gcbqyy] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 6px 4px;
    border-radius: 9999px;
    background: var(--color-on-surface-muted, #888);
    opacity: 0.4;
    transition: opacity 200ms ease, background 200ms ease, transform 200ms ease;
    pointer-events: none;
}
.sidebar-resize-grip span[b-pq89gcbqyy] {
    display: block;
    width: 4px;
    height: 1.5px;
    border-radius: 9999px;
    background: white;
}
.sidebar-resize-handle:hover .sidebar-resize-grip[b-pq89gcbqyy],
.sidebar-resize-handle.active .sidebar-resize-grip[b-pq89gcbqyy] {
    opacity: 1;
    background: var(--color-accent-500);
    transform: translate(-50%, -50%) scale(1.15);
}

/* Hide sidebar before Blazor hydrates when it was previously closed */
[b-pq89gcbqyy] [data-sidebar-closed] aside {
    transform: translateX(-100%) !important;
}
[b-pq89gcbqyy] [data-sidebar-closed] main {
    margin-left: 0 !important;
}
[b-pq89gcbqyy] [data-sidebar-closed] .sidebar-resize-handle {
    left: 0 !important;
}

/* Disable transitions during resize drag */
[b-pq89gcbqyy] [data-resizing] main,
[b-pq89gcbqyy] [data-resizing] aside,
[b-pq89gcbqyy] [data-resizing] [data-topbar-container],
[b-pq89gcbqyy] [data-resizing] .sidebar-resize-handle {
    transition: none !important;
}
/* /Components/Layout/SidebarSubmenu.razor.rz.scp.css */
.submenu-collapse[b-x75j6xsy4w] {
    display: grid;
    transition: grid-template-rows 200ms ease-in-out;
}
.submenu-collapse > div[b-x75j6xsy4w] {
    overflow: hidden;
}
.submenu-closed[b-x75j6xsy4w] {
    grid-template-rows: 0fr;
}
.submenu-open[b-x75j6xsy4w] {
    grid-template-rows: 1fr;
}
/* /Components/Layout/Topbar.razor.rz.scp.css */
@keyframes logoutBackdropFadeIn-b-y4jvhr6kar {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes logoutDialogSlideUp-b-y4jvhr6kar {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(12px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.logout-backdrop-enter[b-y4jvhr6kar] {
    animation: logoutBackdropFadeIn-b-y4jvhr6kar 200ms ease-out both;
}

.logout-dialog-enter[b-y4jvhr6kar] {
    animation: logoutDialogSlideUp-b-y4jvhr6kar 300ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
/* /Components/Pages/Admin/UserRoles.razor.rz.scp.css */
@keyframes profileDropdownSlideDown-b-9ofud2knhv {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-dropdown-enter[b-9ofud2knhv] {
    animation: profileDropdownSlideDown-b-9ofud2knhv 150ms ease-out both;
}

.profile-dropdown-scroll[b-9ofud2knhv] {
    scrollbar-width: thin;
    scrollbar-color: var(--color-accent-400) transparent;
}

    .profile-dropdown-scroll[b-9ofud2knhv]::-webkit-scrollbar {
        width: 6px;
    }

    .profile-dropdown-scroll[b-9ofud2knhv]::-webkit-scrollbar-track {
        background: transparent;
        margin: 4px 0;
    }

    .profile-dropdown-scroll[b-9ofud2knhv]::-webkit-scrollbar-thumb {
        background: var(--color-accent-400);
        border-radius: 9999px;
    }

        .profile-dropdown-scroll[b-9ofud2knhv]::-webkit-scrollbar-thumb:hover {
            background: var(--color-accent-500);
        }

.entity-dropdown-enter[b-9ofud2knhv], .role-dropdown-enter[b-9ofud2knhv], .role-filter-dropdown-enter[b-9ofud2knhv] {
    animation: profileDropdownSlideDown-b-9ofud2knhv 150ms ease-out both;
}

.entity-dropdown-scroll[b-9ofud2knhv], .role-dropdown-scroll[b-9ofud2knhv] {
    scrollbar-width: thin;
    scrollbar-color: var(--color-accent-400) transparent;
}

    .entity-dropdown-scroll[b-9ofud2knhv]::-webkit-scrollbar, .role-dropdown-scroll[b-9ofud2knhv]::-webkit-scrollbar {
        width: 6px;
    }

    .entity-dropdown-scroll[b-9ofud2knhv]::-webkit-scrollbar-track, .role-dropdown-scroll[b-9ofud2knhv]::-webkit-scrollbar-track {
        background: transparent;
        margin: 4px 0;
    }

    .entity-dropdown-scroll[b-9ofud2knhv]::-webkit-scrollbar-thumb, .role-dropdown-scroll[b-9ofud2knhv]::-webkit-scrollbar-thumb {
        background: var(--color-accent-400);
        border-radius: 9999px;
    }

        .entity-dropdown-scroll[b-9ofud2knhv]::-webkit-scrollbar-thumb:hover, .role-dropdown-scroll[b-9ofud2knhv]::-webkit-scrollbar-thumb:hover {
            background: var(--color-accent-500);
        }
/* /Components/Pages/Chat.razor.rz.scp.css */
@keyframes typingBounce-b-gf67pu1afj {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.35;
    }

    30% {
        transform: translateY(-6px);
        opacity: 1;
    }
}

@keyframes typingAppear-b-gf67pu1afj {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.typing-dot[b-gf67pu1afj] {
    animation: typingBounce-b-gf67pu1afj 1.4s ease-in-out infinite;
}

.typing-bubble-appear[b-gf67pu1afj] {
    animation: typingAppear-b-gf67pu1afj 0.25s ease-out;
}

.typing-header-text[b-gf67pu1afj] {
    animation: typingAppear-b-gf67pu1afj 0.2s ease-out;
}

@keyframes reactionPickerAppear-b-gf67pu1afj {
    from {
        opacity: 0;
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.reaction-picker-appear[b-gf67pu1afj] {
    animation: reactionPickerAppear-b-gf67pu1afj 0.15s ease-out;
}

/* ── Message action toolbar (visual styling only — hover handled by Tailwind) ── */
.msg-toolbar[b-gf67pu1afj] {
    background: linear-gradient(135deg, rgba(30, 32, 40, 0.97), rgba(50, 53, 65, 0.97));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
}

.toolbar-arrow[b-gf67pu1afj] {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(50, 53, 65, 0.97);
}

/* ── Quill editor — dark theme overrides ── */
.chat-editor-container .ql-toolbar.ql-snow[b-gf67pu1afj] {
    border: none;
    border-bottom: 1px solid var(--border-default, rgba(255,255,255,0.1));
    padding: 6px 8px;
}

.chat-editor-container .ql-container.ql-snow[b-gf67pu1afj] {
    border: none;
    font-family: 'Inter', sans-serif;
}

.chat-editor-container .ql-editor[b-gf67pu1afj] {
    padding: 10px 14px;
    font-size: 0.875rem;
    min-height: 2.5rem;
    max-height: 8rem;
    overflow-y: auto;
    color: var(--on-surface, #fff);
}

    .chat-editor-container .ql-editor.ql-blank[b-gf67pu1afj]::before {
        color: var(--on-surface-muted, rgba(255,255,255,0.4));
        font-style: normal;
    }

:global(.dark) .chat-editor-container .ql-toolbar .ql-stroke[b-gf67pu1afj] {
    stroke: rgba(255,255,255,0.55);
}

:global(.dark) .chat-editor-container .ql-toolbar .ql-fill[b-gf67pu1afj] {
    fill: rgba(255,255,255,0.55);
}

:global(.dark) .chat-editor-container .ql-toolbar .ql-picker-label[b-gf67pu1afj] {
    color: rgba(255,255,255,0.55);
}

:global(.dark) .chat-editor-container .ql-toolbar button:hover .ql-stroke[b-gf67pu1afj],
:global(.dark) .chat-editor-container .ql-toolbar button.ql-active .ql-stroke[b-gf67pu1afj] {
    stroke: var(--accent-400, #f59e0b);
}

:global(.dark) .chat-editor-container .ql-toolbar button:hover .ql-fill[b-gf67pu1afj],
:global(.dark) .chat-editor-container .ql-toolbar button.ql-active .ql-fill[b-gf67pu1afj] {
    fill: var(--accent-400, #f59e0b);
}

:global(.dark) .chat-editor-container .ql-toolbar .ql-picker-label:hover[b-gf67pu1afj],
:global(.dark) .chat-editor-container .ql-toolbar .ql-picker-label.ql-active[b-gf67pu1afj] {
    color: var(--accent-400, #f59e0b);
}

:global(.dark) .chat-editor-container .ql-toolbar .ql-picker-options[b-gf67pu1afj] {
    background: var(--surface-overlay, #1e293b);
    border-color: rgba(255,255,255,0.1);
}

:global(.dark) .chat-editor-container .ql-toolbar .ql-picker-item[b-gf67pu1afj] {
    color: rgba(255,255,255,0.7);
}

:global(.dark) .chat-editor-container .ql-editor blockquote[b-gf67pu1afj] {
    border-left-color: rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.6);
}

:global(.dark) .chat-editor-container .ql-editor pre.ql-syntax[b-gf67pu1afj] {
    background: rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.8);
}
/* Light mode Quill active states */
.chat-editor-container .ql-toolbar button:hover .ql-stroke[b-gf67pu1afj],
.chat-editor-container .ql-toolbar button.ql-active .ql-stroke[b-gf67pu1afj] {
    stroke: var(--accent-600, #d97706);
}

.chat-editor-container .ql-toolbar button:hover .ql-fill[b-gf67pu1afj],
.chat-editor-container .ql-toolbar button.ql-active .ql-fill[b-gf67pu1afj] {
    fill: var(--accent-600, #d97706);
}

/* ── Message content rendered from rich text ── */
.chat-msg-content p[b-gf67pu1afj] {
    margin: 0;
}

    .chat-msg-content p + p[b-gf67pu1afj] {
        margin-top: 0.25rem;
    }

.chat-msg-content strong[b-gf67pu1afj] {
    font-weight: 600;
}

.chat-msg-content em[b-gf67pu1afj] {
    font-style: italic;
}

.chat-msg-content u[b-gf67pu1afj] {
    text-decoration: underline;
}

.chat-msg-content s[b-gf67pu1afj] {
    text-decoration: line-through;
}

.chat-msg-content ul[b-gf67pu1afj], .chat-msg-content ol[b-gf67pu1afj] {
    margin: 0.25rem 0;
    padding-left: 1.25rem;
}

.chat-msg-content ul[b-gf67pu1afj] {
    list-style: disc;
}

.chat-msg-content ol[b-gf67pu1afj] {
    list-style: decimal;
}

.chat-msg-content blockquote[b-gf67pu1afj] {
    border-left: 3px solid rgba(255,255,255,0.3);
    padding-left: 0.5rem;
    margin: 0.25rem 0;
    opacity: 0.75;
    font-style: italic;
}

.chat-msg-theirs blockquote[b-gf67pu1afj] {
    border-left-color: var(--accent-400, #f59e0b);
}

.chat-msg-content pre[b-gf67pu1afj] {
    background: rgba(0,0,0,0.15);
    border-radius: 0.375rem;
    padding: 0.5rem;
    margin: 0.25rem 0;
    font-size: 0.8rem;
    overflow-x: auto;
}

.chat-msg-content a[b-gf67pu1afj] {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.chat-msg-mine a[b-gf67pu1afj] {
    color: rgba(255,255,255,0.9);
}

.chat-msg-content h1[b-gf67pu1afj] {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0.25rem 0;
}

.chat-msg-content h2[b-gf67pu1afj] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0.25rem 0;
}

/* Reply quote in message */
.chat-reply-quote[b-gf67pu1afj] {
    border-left: 3px solid rgba(255,255,255,0.3);
    padding-left: 0.5rem;
    margin-bottom: 0.375rem;
    font-size: 0.75rem;
    opacity: 0.7;
}

/* ── Floating rich editor ── */
.rich-editor-float[b-gf67pu1afj] {
    animation: richEditorSlideUp-b-gf67pu1afj 0.25s ease-out;
    border-bottom: none;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
}

@keyframes richEditorSlideUp-b-gf67pu1afj {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Simple textarea auto-height ── */
.chat-textarea[b-gf67pu1afj] {
    field-sizing: content;
    line-height: 1.5;
}
/* /Components/Pages/Contractor/WeldReport1.razor.rz.scp.css */
.weld-card[b-q2tte76ogh] {
    opacity: 0;
    transform: translateY(12px);
    animation: weldCardIn-b-q2tte76ogh 0.4s ease-out forwards;
}

@keyframes weldCardIn-b-q2tte76ogh {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Contractor/WeldReport2.razor.rz.scp.css */
.weld-card[b-2xp1u5izpf] {
    opacity: 0;
    transform: translateY(12px);
    animation: weldCardIn-b-2xp1u5izpf 0.4s ease-out forwards;
}

@keyframes weldCardIn-b-2xp1u5izpf {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/DataEntry/DeliverableDetails.razor.rz.scp.css */
@keyframes popoverSlideUp-b-jph3dp6kh5 {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popover-enter[b-jph3dp6kh5] {
    animation: popoverSlideUp-b-jph3dp6kh5 150ms ease-out both;
}

.popover-scroll[b-jph3dp6kh5] {
    scrollbar-width: thin;
    scrollbar-color: var(--color-accent-400) transparent;
}

    .popover-scroll[b-jph3dp6kh5]::-webkit-scrollbar {
        width: 4px;
    }

    .popover-scroll[b-jph3dp6kh5]::-webkit-scrollbar-track {
        background: transparent;
    }

    .popover-scroll[b-jph3dp6kh5]::-webkit-scrollbar-thumb {
        background: var(--color-accent-400);
        border-radius: 9999px;
    }

@keyframes viewerFadeIn-b-jph3dp6kh5 {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(8px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.viewer-enter[b-jph3dp6kh5] {
    animation: viewerFadeIn-b-jph3dp6kh5 200ms ease-out both;
}

.spreadsheet-scroll[b-jph3dp6kh5] {
    scrollbar-width: thin;
    scrollbar-color: var(--color-accent-400) transparent;
}

    .spreadsheet-scroll[b-jph3dp6kh5]::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .spreadsheet-scroll[b-jph3dp6kh5]::-webkit-scrollbar-track {
        background: transparent;
    }

    .spreadsheet-scroll[b-jph3dp6kh5]::-webkit-scrollbar-thumb {
        background: var(--color-accent-400);
        border-radius: 9999px;
    }

/* ── Assign Welds split-panel modal ── */
.aw-split[b-jph3dp6kh5] {
    display: flex;
    height: 62vh;
    min-height: 380px;
    overflow: hidden;
    margin: -1rem -1.5rem;
    border-top: 1px solid var(--border-default, #e5e7eb);
}

.aw-panel[b-jph3dp6kh5] {
    flex: 1;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.aw-panel-header[b-jph3dp6kh5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 1rem;
    border-bottom: 1px solid var(--border-default, #e5e7eb);
    background: var(--surface, #fff);
    flex-shrink: 0;
}

.aw-panel-body[b-jph3dp6kh5] {
    overflow-y: auto;
    flex: 1;
}

.aw-search-wrap[b-jph3dp6kh5] {
    position: relative;
    flex: 1;
}

.aw-search-icon[b-jph3dp6kh5] {
    position: absolute;
    left: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    color: var(--on-surface-muted, #9ca3af);
    pointer-events: none;
}

.aw-search-input[b-jph3dp6kh5] {
    width: 100%;
    padding: 0.375rem 0.75rem 0.375rem 2rem;
    font-size: 0.875rem;
    border: 1px solid var(--border-default, #e5e7eb);
    border-radius: 0.375rem;
    background: var(--surface, #fff);
    color: var(--on-surface, #111827);
    outline: none;
}

    .aw-search-input:focus[b-jph3dp6kh5] {
        box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent-500, #8b5cf6) 30%, transparent);
        border-color: var(--accent-500, #8b5cf6);
    }

.aw-select-all-label[b-jph3dp6kh5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--on-surface-muted, #6b7280);
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.aw-selected-label[b-jph3dp6kh5] {
    font-size: 0.875rem;
}

.aw-table[b-jph3dp6kh5] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.aw-thead[b-jph3dp6kh5] {
    position: sticky;
    top: 0;
    background: var(--surface-raised, #f9fafb);
    z-index: 10;
}

.aw-th[b-jph3dp6kh5] {
    padding: 0.5rem 0.75rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--on-surface-muted, #6b7280);
    white-space: nowrap;
}

.aw-th-check[b-jph3dp6kh5] {
    width: 2.5rem;
    padding: 0.5rem 0.75rem;
}

.aw-row[b-jph3dp6kh5] {
    border-top: 1px solid var(--border-default, #e5e7eb);
    cursor: pointer;
    transition: background 0.1s;
}

    .aw-row:hover[b-jph3dp6kh5] {
        background: var(--surface, #f3f4f6);
    }

.aw-row-selected[b-jph3dp6kh5] {
    background: color-mix(in srgb, var(--accent-600, #7c3aed) 5%, transparent) !important;
}

.aw-td[b-jph3dp6kh5] {
    padding: 0.5rem 0.75rem;
    color: var(--on-surface-muted, #6b7280);
}

.aw-td-bold[b-jph3dp6kh5] {
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    color: var(--on-surface, #111827);
}

.aw-td-check[b-jph3dp6kh5] {
    text-align: center;
    vertical-align: middle;
    padding: 0.5rem 0.75rem;
}

/* Custom checkbox */
.aw-cb[b-jph3dp6kh5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border: 1.5px solid var(--border-default, #d1d5db);
    border-radius: 0.25rem;
    flex-shrink: 0;
    transition: background 0.12s, border-color 0.12s;
    background: var(--surface, #fff);
}

.aw-cb-checked[b-jph3dp6kh5] {
    background: var(--accent-600, #7c3aed);
    border-color: var(--accent-600, #7c3aed);
}

.aw-cb-mark[b-jph3dp6kh5] {
    width: 0.65rem;
    height: 0.65rem;
    color: #fff;
}

/* Bulk loading spinner */
.aw-bulk-spinner[b-jph3dp6kh5] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: var(--accent-600, #7c3aed);
    animation: aw-spin-b-jph3dp6kh5 0.7s linear infinite;
}

@keyframes aw-spin-b-jph3dp6kh5 {
    to {
        transform: rotate(360deg);
    }
}

/* Splitter */
.aw-splitter[b-jph3dp6kh5] {
    width: 5px;
    cursor: col-resize;
    background: var(--border-default, #e5e7eb);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    transition: background 0.15s;
}

    .aw-splitter:hover[b-jph3dp6kh5] {
        background: color-mix(in srgb, var(--accent-600, #7c3aed) 20%, transparent);
    }

.aw-splitter-handle[b-jph3dp6kh5] {
    position: absolute;
    width: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--on-surface-muted, #9ca3af);
    background: var(--surface-raised, #f9fafb);
    border: 1px solid var(--border-default, #e5e7eb);
    border-radius: 4px;
}
/* /Components/Pages/Settings.razor.rz.scp.css */
@keyframes cropModalIn-b-sudh59a87j {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(8px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.crop-modal-enter[b-sudh59a87j] {
    animation: cropModalIn-b-sudh59a87j 250ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes viewerBackdropIn-b-sudh59a87j {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes viewerImageIn-b-sudh59a87j {
    from {
        opacity: 0;
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes viewerControlsIn-b-sudh59a87j {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.viewer-backdrop-enter[b-sudh59a87j] {
    animation: viewerBackdropIn-b-sudh59a87j 200ms ease-out both;
}

.viewer-image-enter[b-sudh59a87j] {
    animation: viewerImageIn-b-sudh59a87j 300ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.viewer-controls-enter[b-sudh59a87j] {
    animation: viewerControlsIn-b-sudh59a87j 300ms cubic-bezier(0.16, 1, 0.3, 1) 100ms both;
}
/* /Components/Shared/EmojiPicker.razor.rz.scp.css */
@keyframes emojiPickerAppear-b-jco1ckmn28 {
    from { opacity: 0; transform: translateY(6px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.emoji-picker-appear[b-jco1ckmn28] {
    animation: emojiPickerAppear-b-jco1ckmn28 0.15s ease-out;
}
/* /Components/Shared/FilterableSelect.razor.rz.scp.css */
@keyframes fsSlideDown-b-i2c9cdki97 {
    from { opacity: 0; transform: translateY(-2px); }
    to { opacity: 1; transform: translateY(0); }
}
.fs-enter[b-i2c9cdki97] {
    animation: fsSlideDown-b-i2c9cdki97 100ms ease-out both;
}
.fs-scroll[b-i2c9cdki97] {
    scrollbar-width: thin;
    scrollbar-color: var(--color-accent-400) transparent;
}
.fs-scroll[b-i2c9cdki97]::-webkit-scrollbar { width: 5px; }
.fs-scroll[b-i2c9cdki97]::-webkit-scrollbar-track { background: transparent; }
.fs-scroll[b-i2c9cdki97]::-webkit-scrollbar-thumb { background: var(--color-accent-400); border-radius: 9999px; }
/* /Components/Shared/TreeFilterableSelect.razor.rz.scp.css */
@keyframes tfsSlideDown-b-ul9lykdl4x {
    from { opacity: 0; transform: translateY(-2px); }
    to { opacity: 1; transform: translateY(0); }
}
.tfs-enter[b-ul9lykdl4x] {
    animation: tfsSlideDown-b-ul9lykdl4x 100ms ease-out both;
}
.tfs-scroll[b-ul9lykdl4x] {
    scrollbar-width: thin;
    scrollbar-color: var(--color-accent-400) transparent;
}
.tfs-scroll[b-ul9lykdl4x]::-webkit-scrollbar { width: 5px; }
.tfs-scroll[b-ul9lykdl4x]::-webkit-scrollbar-track { background: transparent; }
.tfs-scroll[b-ul9lykdl4x]::-webkit-scrollbar-thumb { background: var(--color-accent-400); border-radius: 9999px; }
