/* /Components/Layout/CatalogSelector.razor.rz.scp.css */
#CopIXNavCatalogButton[b-vvlv3dmm55] {
    position: absolute;
    right: 6px;
    top: 4px;
    z-index: 900 !important;
    max-height: 35px;
    max-width: 35px;
    border-radius: 35px;
    box-shadow: 1px 1px 2px 2px black;
}


[b-vvlv3dmm55] .CopIXNavCatalog {
    background-color: gray;
    border-top-left-radius: 10px;
    z-index: 5200 !important;
}

[b-vvlv3dmm55] .e-text-content {
    padding: 0px;
}

[b-vvlv3dmm55] .e-sidebar {
    background: #8b0e05;
    z-index: 5200;
    border-top-left-radius: 16px;
    box-shadow: 1px 1px 2px 2px black;
    z-index: 5300 !important;
}

    [b-vvlv3dmm55] .e-sidebar.e-left {
        border-top: 1px solid lightcoral;
        border-left: 2px dashed lightcoral;
    }

[b-vvlv3dmm55] .e-treeview .e-text-content {
    padding: 0px;
}

[b-vvlv3dmm55] .e-treeview .e-ul {
    padding: 0px;
}
/* /Components/Layout/LayoutFooter.razor.rz.scp.css */
/* Footer: same height/color as before. Four columns: Version | Scrollable (footer + user) | Login/Logout | App Functions */
.layout-footer[b-net60onsnl] {
    height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: var(--copix-header-text);
    border: 2px dashed var(--copix-border-accent);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: x-small;
    padding: 0;
    margin: 2px;
    background: #550600;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
}

/* Column 1: App version - left aligned, only as wide as text, always visible, not compressed */
.footer-col.footer-version[b-net60onsnl] {
    flex: 0 0 auto;
    min-width: 0;
    padding-left: 8px;
    padding-right: 6px;
    z-index: 2;
    background: #550600;
}

.footer-version .version-text[b-net60onsnl] {
    font-size: xx-small;
    color: rgba(232, 180, 180, 0.7);
    font-weight: normal;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Column 2: Scrollable area - footer text + user; centered when short; scrolls under version on left */
.footer-col.footer-scrollable-wrap[b-net60onsnl] {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: -48px;
    padding-left: 48px;
}

.footer-scrollable[b-net60onsnl] {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-scrollable[b-net60onsnl]::-webkit-scrollbar {
    display: none;
}

.footer-scrollable-inner[b-net60onsnl] {
    white-space: nowrap;
    padding: 0 4px;
    /* When content is wider than area, align right so it scrolls and hides behind version on left */
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-sizing: border-box;
}

/* Column 3: Login/Logout - attached to right of scrollable, always visible */
.footer-col.footer-login[b-net60onsnl] {
    flex: 0 0 auto;
    padding-left: 6px;
    padding-right: 6px;
    z-index: 2;
    background: #550600;
}

.footer-login-form[b-net60onsnl] {
    display: inline;
    margin: 0;
}

.footer-btn[b-net60onsnl] {
    font-size: x-small;
    padding: 2px 8px;
    color: #FEFCF2;
    text-shadow: 1px 1px 3px black;
    background: #8b0e05;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-family: inherit;
}

.footer-btn:hover[b-net60onsnl] {
    background: #a41106;
    color: #FEFCF2;
    text-decoration: none;
}

/* Column 4: App functions - always visible, touching right edge */
.footer-col.footer-app-functions[b-net60onsnl] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 2px;
    padding-left: 4px;
    padding-right: 8px;
    z-index: 2;
    background: #550600;
}

.footer-fn-btn[b-net60onsnl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: var(--copix-header-text);
    cursor: pointer;
    padding: 2px 4px;
    font-size: 1em;
    line-height: 1;
    position: relative;
    text-decoration: none;
}

.footer-fn-btn:hover[b-net60onsnl] {
    opacity: 0.9;
}

.footer-fn-icon[b-net60onsnl] {
    display: inline-block;
}

/* QR scan icon: slightly smaller, bi-qr-code-scan has finder-pattern corners for better recognition */
.footer-fn-icon-qr[b-net60onsnl] {
    font-size: 0.85em;
}

.footer-gps-dot.gps-none[b-net60onsnl] {
    filter: grayscale(1) brightness(0.7);
    opacity: 0.8;
}

.footer-gps-dot.gps-ok[b-net60onsnl] {
    filter: none;
}

.footer-fn-badge[b-net60onsnl] {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 14px;
    height: 14px;
    padding: 0 3px;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
    background: #8b0e05;
    color: #fff;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,0.5);
}

/* Popups */
.footer-popup-overlay[b-net60onsnl] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Anchored popup: no flex centering; popup is positioned via inline style */
.footer-popup-overlay.footer-popup-overlay-anchored[b-net60onsnl] {
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-gps-anchor[b-net60onsnl] {
    display: inline-flex;
    position: relative;
}

.footer-popup[b-net60onsnl] {
    background: #1a1a2e;
    border: 1px solid var(--copix-border-accent);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    color: var(--copix-content-text);
    overflow: hidden;
}

.footer-popup-header[b-net60onsnl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    background: #16213e;
    border-bottom: 1px solid #2d3a5a;
    font-weight: bold;
}

.footer-popup-close[b-net60onsnl] {
    background: none;
    border: none;
    color: var(--copix-header-text);
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
}

/* Wrapper for GPS/QR/LogIX popup + caret; positioned via inline style */
.footer-gps-popup-wrapper[b-net60onsnl] {
    position: absolute;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-gps-popup-wrapper .footer-popup[b-net60onsnl] {
    margin: 0;
    flex-shrink: 0;
}

.footer-gps-popup .footer-gps-map[b-net60onsnl] {
    width: 150px;
    height: 150px;
}

/* Caret (triangle) pointing down at footer icon; left set inline when anchored */
.footer-gps-caret[b-net60onsnl] {
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #1a1a2e;
    filter: drop-shadow(0 1px 0 var(--copix-border-accent));
    z-index: 2;
    flex-shrink: 0;
}

.footer-gps-hint[b-net60onsnl] {
    padding: 8px;
    margin: 0;
    font-size: x-small;
    text-align: center;
}

.footer-qr-popup[b-net60onsnl] {
    width: 280px;
}

.footer-qr-scanner-video[b-net60onsnl] {
    width: 100%;
    min-height: 200px;
    max-height: 240px;
    background: #000;
    overflow: hidden;
}

.footer-qr-message[b-net60onsnl] {
    padding: 6px 8px;
    margin: 0;
    font-size: x-small;
    text-align: center;
}

/* In-app notification toast (shown when new notification arrives, even without browser permission) */
.footer-inapp-notification-toast[b-net60onsnl] {
    position: fixed;
    bottom: 36px;
    right: 16px;
    z-index: 9999;
    max-width: 320px;
    min-width: 260px;
    padding: 10px 12px;
    background: #550600;
    border: 2px solid var(--copix-border-accent, #8b2914);
    color: var(--copix-header-text, #e8b4b4);
    font-size: small;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border-radius: 4px;
    text-align: left;
}

.footer-inapp-notification-toast__header[b-net60onsnl] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.footer-inapp-notification-toast__title[b-net60onsnl] {
    font-weight: bold;
    flex: 1;
    min-width: 0;
}

.footer-inapp-notification-toast__close[b-net60onsnl] {
    flex: 0 0 auto;
    background: transparent;
    border: none;
    color: inherit;
    font-size: 1.2em;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
    opacity: 0.8;
}

.footer-inapp-notification-toast__close:hover[b-net60onsnl] {
    opacity: 1;
}

.footer-inapp-notification-toast__body[b-net60onsnl] {
    margin: 6px 0 4px;
    font-size: 0.9em;
    opacity: 0.95;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 4.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.footer-inapp-notification-toast__hint[b-net60onsnl] {
    font-size: 0.8em;
    opacity: 0.8;
}

.footer-notifications-popup[b-net60onsnl] {
    width: 200px;
    max-height: 150px;
}

.footer-notifications-list[b-net60onsnl] {
    padding: 8px;
    max-height: 120px;
    overflow-y: auto;
    font-size: x-small;
}

/* LogIX footer popup and status dot */
.footer-logix-dot[b-net60onsnl] {
    display: inline-block;
    font-size: 1em;
}

.footer-logix-dot.logix-flashing[b-net60onsnl] {
    animation: footer-logix-flash-b-net60onsnl 1s ease-in-out infinite;
}

@keyframes footer-logix-flash-b-net60onsnl {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.footer-logix-popup[b-net60onsnl] {
    width: 240px;
}

.footer-logix-counts[b-net60onsnl] {
    padding: 8px;
}

.footer-logix-cards[b-net60onsnl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.footer-logix-count-card[b-net60onsnl] {
    padding: 8px 6px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: opacity 0.15s ease;
}

.footer-logix-count-card:hover[b-net60onsnl] {
    opacity: 0.9;
}

.footer-logix-count-card.status-green[b-net60onsnl] {
    background: var(--copix-success-bg);
    border: 1px solid var(--copix-success-border);
    color: var(--copix-success);
}

.footer-logix-count-card.status-yellow[b-net60onsnl] {
    background: var(--copix-warning-bg);
    border: 1px solid var(--copix-warning-border);
    color: var(--copix-warning);
}

.footer-logix-count-card.status-red[b-net60onsnl] {
    background: var(--copix-danger-bg);
    border: 1px solid var(--copix-danger-border);
    color: var(--copix-danger);
}

.footer-logix-count-card.status-overdue[b-net60onsnl] {
    background: var(--copix-danger-bg);
    border: 1px solid var(--copix-danger-border);
    color: var(--copix-danger);
    animation: footer-logix-flash-b-net60onsnl 1s ease-in-out infinite;
}

.footer-logix-count-num[b-net60onsnl] {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}

.footer-logix-count-label[b-net60onsnl] {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
}

.footer-logix-hint[b-net60onsnl] {
    margin: 6px 0 0 0;
    font-size: 9px;
    text-align: center;
    color: var(--copix-text-muted);
}

.footer-logix-muted-until[b-net60onsnl] {
    margin: 8px 0 0 0;
    font-size: 10px;
    text-align: center;
    color: var(--copix-text-muted);
}

.footer-logix-unmute-btn[b-net60onsnl] {
    margin-left: 4px;
    padding: 0 2px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1em;
    vertical-align: middle;
    opacity: 0.9;
}

.footer-logix-unmute-btn:hover[b-net60onsnl] {
    opacity: 1;
}

.footer-logix-mute-for-btn[b-net60onsnl] {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 6px 8px;
    font-size: 11px;
    border: 1px solid var(--copix-text-muted);
    border-radius: 6px;
    background: var(--copix-bg-secondary, rgba(128, 128, 128, 0.15));
    color: var(--copix-text-muted);
    cursor: pointer;
    text-align: center;
}

.footer-logix-mute-for-btn:hover[b-net60onsnl] {
    opacity: 0.9;
}

.footer-logix-mute-cards[b-net60onsnl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 6px;
}

.footer-logix-mute-card[b-net60onsnl] {
    padding: 6px 4px;
    border-radius: 6px;
    border: 1px solid var(--copix-text-muted);
    background: var(--copix-bg-secondary, rgba(128, 128, 128, 0.12));
    color: var(--copix-text-muted);
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.15s ease;
}

.footer-logix-mute-card:hover[b-net60onsnl] {
    opacity: 0.9;
}

/* CopIX GPT popup – smaller popup, law enforcement theme */
.footer-gpt-popup-wrapper[b-net60onsnl] {
    max-width: 95vw;
}

.footer-gpt-popup[b-net60onsnl] {
    width: 380px;
    max-height: 420px;
    display: flex;
    flex-direction: column;
    background: var(--copix-bg-darkest, #1a0808);
    border: 1px solid var(--copix-border-accent);
    color: var(--copix-content-text);
}

.footer-gpt-popup .footer-popup-header[b-net60onsnl] {
    background: var(--copix-bg-dark, #3b0b0b);
    border-bottom-color: var(--copix-border-light);
}

.footer-gpt-hint[b-net60onsnl] {
    margin: 0;
    padding: 6px 10px;
    font-size: 11px;
    color: var(--copix-text-muted);
    border-bottom: 1px solid var(--copix-border-light);
}

.footer-gpt-messages[b-net60onsnl] {
    flex: 1 1 auto;
    min-height: 120px;
    max-height: 240px;
    overflow-y: auto;
    padding: 8px;
    scrollbar-color: var(--copix-scrollbar-thumb) var(--copix-scrollbar-track);
}

.footer-gpt-placeholder[b-net60onsnl] {
    margin: 0;
    font-size: 12px;
    color: var(--copix-text-muted);
}

.footer-gpt-msg[b-net60onsnl] {
    margin-bottom: 8px;
}

.footer-gpt-msg-role[b-net60onsnl] {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    color: var(--copix-header-text);
    margin-bottom: 2px;
}

.footer-gpt-msg-user .footer-gpt-msg-content[b-net60onsnl] {
    text-align: right;
    padding: 6px 8px;
    border-radius: var(--copix-radius-md);
    background: var(--copix-primary);
    color: var(--copix-text-primary);
    display: inline-block;
    max-width: 90%;
    white-space: pre-wrap;
    word-break: break-word;
}

.footer-gpt-msg-assistant .footer-gpt-msg-content[b-net60onsnl] {
    padding: 6px 8px;
    border-radius: var(--copix-radius-md);
    background: var(--copix-bg-medium);
    border: 1px solid var(--copix-border-light);
    white-space: pre-wrap;
    word-break: break-word;
}

.footer-gpt-input-row[b-net60onsnl] {
    display: flex;
    gap: 6px;
    padding: 8px 10px;
    border-top: 1px solid var(--copix-border-light);
    background: var(--copix-bg-dark);
}

.footer-gpt-input[b-net60onsnl] {
    flex: 1;
    min-width: 0;
    padding: 6px 8px;
    font-size: 13px;
    background: var(--copix-bg-darkest);
    border: 1px solid var(--copix-border);
    border-radius: var(--copix-radius-sm);
    color: var(--copix-content-text);
}

.footer-gpt-input[b-net60onsnl]::placeholder {
    color: var(--copix-text-muted);
}

.footer-gpt-send[b-net60onsnl] {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background: var(--copix-primary);
    color: var(--copix-text-primary);
    border: 1px solid var(--copix-border-accent);
    border-radius: var(--copix-radius-sm);
    cursor: pointer;
}

.footer-gpt-send:hover:not(:disabled)[b-net60onsnl] {
    background: var(--copix-primary-hover);
}

.footer-gpt-send:disabled[b-net60onsnl] {
    opacity: 0.6;
    cursor: not-allowed;
}

.footer-gpt-options[b-net60onsnl] {
    padding: 4px 10px 8px;
    font-size: 11px;
    color: var(--copix-text-muted);
}

.footer-gpt-options .form-check-input[b-net60onsnl] {
    margin-right: 6px;
    vertical-align: middle;
}

.footer-gpt-options-label[b-net60onsnl] {
    vertical-align: middle;
}

@media (max-width: 575px) {
    .layout-footer[b-net60onsnl] {
        font-size: xx-small;
    }

    .footer-version[b-net60onsnl],
    .footer-login[b-net60onsnl],
    .footer-app-functions[b-net60onsnl] {
        padding-left: 4px;
        padding-right: 4px;
    }
}
/* /Components/Layout/LayoutHeader.razor.rz.scp.css */
/* Match MainLayout.razor.css header styling so size/formatting stay the same when rendered as separate component */
header[b-y8wg0fjp44] {
    height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: var(--copix-header-text);
    border: 2px dashed var(--copix-border-accent);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: x-small;
    padding: 0px;
    margin: 2px;
    white-space: nowrap;
    display: flex;
    background: #550600;
}

.headerMenu[b-y8wg0fjp44] {
    display: flex;
    flex-shrink: 0;
    justify-self: flex-start;
    align-items: center;
    padding-right: 12px;
    width: 80px;
    min-width: 40px;
}

.headerTitle[b-y8wg0fjp44] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.header-title-full[b-y8wg0fjp44] {
    display: inline;
}

.header-title-short[b-y8wg0fjp44] {
    display: none;
}

.headerCatalog[b-y8wg0fjp44] {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 12px;
    width: 80px;
    min-width: 40px;
}

@media (max-width: 575px) {
    .headerMenu[b-y8wg0fjp44],
    .headerCatalog[b-y8wg0fjp44] {
        width: 40px;
        padding: 0 4px;
    }

    .header-title-full[b-y8wg0fjp44] {
        display: none;
    }

    .header-title-short[b-y8wg0fjp44] {
        display: inline;
    }

    header[b-y8wg0fjp44] {
        font-size: xx-small;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Prevent horizontal scroll at page level; scroll stays in article/content */
.page[b-o60hafl0hs] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

.sidebar[b-o60hafl0hs] {
    /*background-image: linear-gradient(to bottom right, #000066 0%, #000000 100%);*/
    background-color: #550600;
}

.top-row[b-o60hafl0hs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o60hafl0hs]  a, .top-row[b-o60hafl0hs]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-o60hafl0hs]  a:hover, .top-row[b-o60hafl0hs]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-o60hafl0hs]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-o60hafl0hs] {
        justify-content: space-between;
    }

        .top-row[b-o60hafl0hs]  a, .top-row[b-o60hafl0hs]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-o60hafl0hs] {
        flex-direction: row;
    }

    .sidebar[b-o60hafl0hs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o60hafl0hs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-o60hafl0hs]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-o60hafl0hs], article[b-o60hafl0hs] {
        /* padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}

#blazor-error-ui[b-o60hafl0hs] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-o60hafl0hs] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

main[b-o60hafl0hs] {
    height: 100svh;
    flex: auto;
    flex-direction: column;
    background-color: #121212;
    display: flex;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
}

/* Keep header/footer wrappers (first/last child of main) from shrinking; avoids :has() for broader browser support and Blazor DOM stability */
main > *:first-child[b-o60hafl0hs],
main > *:last-child[b-o60hafl0hs] {
    flex: 0 0 auto;
}

header[b-o60hafl0hs] {
    height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: var(--copix-header-text);
    border: 2px dashed var(--copix-border-accent);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: x-small;
    padding: 0px;
    margin: 2px;
    white-space: nowrap;
    display: flex;
    background: #550600;
}

.headerMenu[b-o60hafl0hs] {
    display: flex;
    flex-shrink: 0;
    justify-self: flex-start;
    align-items: center;
    padding-right: 12px;
    width: 80px;
    min-width: 40px;
}

.headerTitle[b-o60hafl0hs] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.header-title-full[b-o60hafl0hs] {
    display: inline;
}

.header-title-short[b-o60hafl0hs] {
    display: none;
}

.headerCatalog[b-o60hafl0hs] {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 12px;
    width: 80px;
    min-width: 40px;
}

.footerMenu[b-o60hafl0hs] {
    width: auto;
    padding-left: 8px;
}

/* Footer: catalog text left, user email centered in remaining area */
footer .headerMenu.footerMenu[b-o60hafl0hs] {
    width: auto;
    min-width: 40px;
    max-width: 50%;
}

footer .footer-text-left[b-o60hafl0hs] {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: flex-start;
}

footer .footer-catalog-text[b-o60hafl0hs] {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

footer .footer-user-center[b-o60hafl0hs] {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Mobile header/footer adjustments */
@media (max-width: 575px) {
    .headerMenu[b-o60hafl0hs],
    .headerCatalog[b-o60hafl0hs] {
        width: 40px;
        padding: 0 4px;
    }

    .header-title-full[b-o60hafl0hs] {
        display: none;
    }

    .header-title-short[b-o60hafl0hs] {
        display: inline;
    }

    header[b-o60hafl0hs],
    footer[b-o60hafl0hs] {
        font-size: xx-small;
    }
}

/* Center section: only this area scrolls horizontally when content is wide (e.g. Arrest Watch board) */
article[b-o60hafl0hs] {
    flex: auto;
    min-width: 0; /* allow shrinking so wide content does not grow page */
    max-width: 100%;
    min-height: 0; /* allow flex child to shrink so chat page fits on mobile */
    display: flex;
    flex-direction: column;
    border-left: 2px dashed var(--copix-border-accent);
    border-right: 2px dashed var(--copix-border-accent);
    margin-left: 2px;
    margin-right: 2px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    color: var(--copix-content-text);
    background: linear-gradient(301deg, #350a06, black, #350a06);
    background-size: 600% 600%;
    /* -webkit-animation: AnimationName 24s ease infinite;
    -moz-animation: AnimationName 24s ease infinite;
    -o-animation: AnimationName 24s ease infinite;
    animation: AnimationName 24s ease infinite;*/
    height: 1px;
    position: relative; /* Make article a positioning context for modals */
}

    article[b-o60hafl0hs]::-webkit-scrollbar-track {
        background: #2a1010;
    }

    article[b-o60hafl0hs]::-webkit-scrollbar {
        width: 4px;
    }

    article[b-o60hafl0hs]::-webkit-scrollbar-thumb {
        background-color: darkred;
        border-radius: 2px;
    }

/* ErrorBoundary wrapper: take remaining space so content-body can fill it (chat page on mobile) */
article > *:last-child[b-o60hafl0hs] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

/* Keep page body content from growing article horizontally; flex so chat page can fill available height on mobile */
.content-body[b-o60hafl0hs] {
    min-width: 0;
    max-width: 100%;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 11% 0%
    }

    50% {
        background-position: 90% 100%
    }

    100% {
        background-position: 11% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 11% 0%
    }

    50% {
        background-position: 90% 100%
    }

    100% {
        background-position: 11% 0%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 11% 0%
    }

    50% {
        background-position: 90% 100%
    }

    100% {
        background-position: 11% 0%
    }
}

@keyframes AnimationName-b-o60hafl0hs {
    0% {
        background-position: 11% 0%
    }

    50% {
        background-position: 90% 100%
    }

    100% {
        background-position: 11% 0%
    }
}



footer[b-o60hafl0hs] {
    height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: var(--copix-header-text);
    border: 2px dashed var(--copix-border-accent);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: x-small;
    padding: 0px;
    margin: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #550600;
    display: flex;
}

.version-text[b-o60hafl0hs] {
    font-size: xx-small;
    color: rgba(232, 180, 180, 0.7);  /* Muted version of --copix-header-text */
    font-weight: normal;
    letter-spacing: 0.5px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nyknf8rpgq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-nyknf8rpgq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-nyknf8rpgq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nyknf8rpgq] {
    font-size: 1.1rem;
}

.bi[b-nyknf8rpgq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-nyknf8rpgq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-nyknf8rpgq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-nyknf8rpgq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-nyknf8rpgq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-nyknf8rpgq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-nyknf8rpgq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-nyknf8rpgq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-nyknf8rpgq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

[b-nyknf8rpgq] .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    [b-nyknf8rpgq] .nav-item:first-of-type {
        padding-top: 1rem;
    }

    [b-nyknf8rpgq] .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

[b-nyknf8rpgq] .nav-item .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

[b-nyknf8rpgq] .nav-item  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

[b-nyknf8rpgq] .nav-item .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-nyknf8rpgq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-nyknf8rpgq] {
    display: block;
}

@media (min-width: 141px) {
    .navbar-toggler[b-nyknf8rpgq] {
        display: none;
    }

    .nav-scrollable[b-nyknf8rpgq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus - fill available height */
        height: 100%;
        overflow-y: auto;
    }
}

#CopIXNavMenuButton[b-nyknf8rpgq] {
    position: fixed;
    left: 4px;
    top: 4px;
    z-index: 900 !important;
    max-height: 35px;
    max-width: 35px;
    border-radius: 35px;
    box-shadow: 1px 1px 2px 2px black;
    cursor: pointer;
}

[b-nyknf8rpgq] .CopIXNavMenuSidebar {
    background-color: #550600;
    border-top-right-radius: 10px;
}

[b-nyknf8rpgq] .e-sidebar {
    background: #550600;
    border-top-right-radius: 16px;
    box-shadow: 1px 1px 2px 2px black;
    z-index: 5300 !important;
}

    [b-nyknf8rpgq] .e-sidebar.e-left {
        border-top: 1px solid var(--copix-border-accent);
        border-right: 2px dashed var(--copix-border-accent);
    }

/* Catalog Selector Dropdown Styles */
.catalog-selector-container[b-nyknf8rpgq] {
    background-color: var(--copix-bg-dark);
    border-bottom: 1px solid var(--copix-border-accent);
    padding: 0;
}

.catalog-dropdown-header[b-nyknf8rpgq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.catalog-dropdown-header:hover[b-nyknf8rpgq] {
    background-color: var(--copix-bg-medium);
}

.catalog-label[b-nyknf8rpgq] {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.catalog-label .catalog-logo[b-nyknf8rpgq] {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.catalog-label span[b-nyknf8rpgq] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-dropdown-icon[b-nyknf8rpgq] {
    font-size: 10px;
    color: var(--copix-border-accent);
}

.catalog-dropdown-list[b-nyknf8rpgq] {
    background-color: var(--copix-bg-darkest);
    border-top: 1px solid rgba(205, 92, 92, 0.3);  /* --copix-border-accent with alpha */
    /* Let content size naturally - nav-scrollable handles overflow */
    overflow-x: hidden;
}

.catalog-dropdown-item[b-nyknf8rpgq] {
    padding: 10px 20px;
    color: #d7d7d7;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.catalog-logo[b-nyknf8rpgq] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.catalog-logo-placeholder[b-nyknf8rpgq] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
}

.catalog-dropdown-item:hover[b-nyknf8rpgq] {
    background-color: var(--copix-bg-medium);
    color: #fff;
}

.catalog-dropdown-item.active[b-nyknf8rpgq] {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-left: 3px solid var(--copix-border-accent);
}

.catalog-dropdown-list[b-nyknf8rpgq]::-webkit-scrollbar {
    width: 4px;
}

.catalog-dropdown-list[b-nyknf8rpgq]::-webkit-scrollbar-track {
    background: #2a1010;
}

.catalog-dropdown-list[b-nyknf8rpgq]::-webkit-scrollbar-thumb {
    background-color: darkred;
    border-radius: 2px;
}

/* Menu item styles to prevent text wrapping */
[b-nyknf8rpgq] .menu-icon {
    display: inline-block;
    width: 1.5em;
    text-align: center;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

[b-nyknf8rpgq] .menu-item-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-nyknf8rpgq] .admin-menu-icon {
    display: inline-block;
    width: 1.5em;
    text-align: center;
    margin-right: 0.5rem;
}

/* Ensure nav links display icons and text on same line */
[b-nyknf8rpgq] .nav-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

[b-nyknf8rpgq] .collapse .nav-link {
    font-size: 0.85rem;
}
/* /Components/Pages/Admin/AdminDocuments/AdminDocumentManagement.razor.rz.scp.css */
.memo-card.draft[b-ioymujvxmd] {
    border-left: 4px solid #ffc107;
}

.memo-card.published[b-ioymujvxmd] {
    border-left: 4px solid #28a745;
}

.memo-card.archived[b-ioymujvxmd] {
    border-left: 4px solid #6c757d;
    opacity: 0.7;
}

.document-type-badge[b-ioymujvxmd] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #2d3748;
    color: #e2e8f0;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.status-badge[b-ioymujvxmd] {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-draft[b-ioymujvxmd] {
    background-color: #ffc107;
    color: #212529;
}

.status-published[b-ioymujvxmd] {
    background-color: #28a745;
    color: #fff;
}

.status-archived[b-ioymujvxmd] {
    background-color: #6c757d;
    color: #fff;
}

.catalog-badge[b-ioymujvxmd] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    background-color: #4b1212;
    color: #ffdddd;
    margin-bottom: 0.5rem;
}

.catalog-badge.global[b-ioymujvxmd] {
    background-color: #3d5a80;
    color: #e0fbfc;
}

.memo-metadata[b-ioymujvxmd] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.memo-content[b-ioymujvxmd] {
    background-color: #fff;
    color: #212529;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    max-height: 400px;
    overflow-y: auto;
}

.memo-footer[b-ioymujvxmd] {
    color: #888;
    font-size: 0.85rem;
}

.modal-lg[b-ioymujvxmd] {
    max-width: 800px;
}

.signature-preview[b-ioymujvxmd] {
    max-width: 150px;
    max-height: 50px;
    border: 1px solid #ddd;
    background: #fff;
}

.filter-group[b-ioymujvxmd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-group label[b-ioymujvxmd] {
    font-weight: 500;
    color: #d99b9b;
}

.filter-group .form-select[b-ioymujvxmd] {
    width: auto;
    min-width: 150px;
}
/* /Components/Pages/Admin/Core/CatalogManagement.razor.rz.scp.css */
.form-section[b-vn6a7b2awj] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-section .section-title[b-vn6a7b2awj] {
    color: #ff6b6b;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.form-section .row[b-vn6a7b2awj] {
    margin-bottom: 0.5rem;
}

.form-section .form-group[b-vn6a7b2awj] {
    margin-bottom: 1rem;
}

.form-section .form-label[b-vn6a7b2awj] {
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.form-section .form-control[b-vn6a7b2awj],
.form-section .form-select[b-vn6a7b2awj] {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.form-section .form-control:focus[b-vn6a7b2awj],
.form-section .form-select:focus[b-vn6a7b2awj] {
    background: rgba(0, 0, 0, 0.4);
    border-color: #ff6b6b;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
    color: #fff;
}

.form-section .form-control[b-vn6a7b2awj]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-section .form-check-input[b-vn6a7b2awj] {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.form-section .form-check-input:checked[b-vn6a7b2awj] {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.form-section .form-check-label[b-vn6a7b2awj] {
    color: #ccc;
}

.form-section .text-muted[b-vn6a7b2awj] {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.8rem;
}

.modal-xl[b-vn6a7b2awj] {
    max-width: 900px;
}

.card-identifier[b-vn6a7b2awj] {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5rem;
}

.card-type[b-vn6a7b2awj] {
    margin-bottom: 0.5rem;
}

.card-type .badge[b-vn6a7b2awj] {
    font-size: 0.75rem;
}
/* /Components/Pages/Admin/Core/CatalogProductsManagement.razor.rz.scp.css */
.products-list[b-k0457a9zx5] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-card[b-k0457a9zx5] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.product-card.enabled[b-k0457a9zx5] {
    border-color: rgba(76, 175, 80, 0.3);
}

.product-card.disabled[b-k0457a9zx5] {
    opacity: 0.7;
}

.product-header[b-k0457a9zx5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    gap: 1rem;
}

.product-info h3[b-k0457a9zx5] {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
}

.product-description[b-k0457a9zx5] {
    margin: 0.5rem 0 0 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.product-toggle[b-k0457a9zx5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.toggle-label[b-k0457a9zx5] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    min-width: 60px;
}

/* Toggle Switch Styles */
.switch[b-k0457a9zx5] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.switch input[b-k0457a9zx5] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-k0457a9zx5] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

.slider[b-k0457a9zx5]:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
}

input:checked + .slider[b-k0457a9zx5] {
    background-color: #4caf50;
}

input:disabled + .slider[b-k0457a9zx5] {
    opacity: 0.5;
    cursor: not-allowed;
}

input:checked + .slider[b-k0457a9zx5]:before {
    transform: translateX(24px);
}

.slider.round[b-k0457a9zx5] {
    border-radius: 26px;
}

.slider.round[b-k0457a9zx5]:before {
    border-radius: 50%;
}

/* Settings Section */
.product-settings-section[b-k0457a9zx5] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
}

.settings-toggle[b-k0457a9zx5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
    color: #ff6b6b;
    text-decoration: none;
    font-size: 0.9rem;
    text-align: left;
}

.settings-toggle:hover[b-k0457a9zx5] {
    color: #ff8a8a;
    text-decoration: none;
}

.expand-icon[b-k0457a9zx5] {
    font-size: 0.75rem;
    transition: transform 0.2s;
}

.settings-loading[b-k0457a9zx5],
.settings-empty[b-k0457a9zx5] {
    padding: 1rem 1.25rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

.settings-content[b-k0457a9zx5] {
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.setting-row[b-k0457a9zx5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.setting-row:last-child[b-k0457a9zx5] {
    border-bottom: none;
}

.setting-label[b-k0457a9zx5] {
    flex: 0 0 200px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.setting-input[b-k0457a9zx5] {
    flex: 1;
}

.setting-input .form-control[b-k0457a9zx5],
.setting-input .form-select[b-k0457a9zx5] {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.9rem;
}

.setting-input .form-control:focus[b-k0457a9zx5],
.setting-input .form-select:focus[b-k0457a9zx5] {
    background: rgba(0, 0, 0, 0.4);
    border-color: #ff6b6b;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
    color: #fff;
}

.setting-input .form-control[b-k0457a9zx5]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.setting-input .form-check-input[b-k0457a9zx5] {
    width: 1.25rem;
    height: 1.25rem;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.setting-input .form-check-input:checked[b-k0457a9zx5] {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.radio-group[b-k0457a9zx5] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.radio-group .form-check-input[b-k0457a9zx5] {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.radio-group .form-check-input:checked[b-k0457a9zx5] {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.radio-group .form-check-label[b-k0457a9zx5] {
    color: rgba(255, 255, 255, 0.8);
}

/* Save Bar */
.save-bar[b-k0457a9zx5] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30, 30, 30, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    z-index: 100;
    backdrop-filter: blur(10px);
}

.save-bar-content[b-k0457a9zx5] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.changes-indicator[b-k0457a9zx5] {
    color: #ffc107;
    font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-header[b-k0457a9zx5] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .product-toggle[b-k0457a9zx5] {
        width: 100%;
        justify-content: space-between;
        margin-top: 1rem;
    }
    
    .setting-row[b-k0457a9zx5] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .setting-label[b-k0457a9zx5] {
        flex: none;
        margin-bottom: 0.5rem;
    }
    
    .setting-input[b-k0457a9zx5] {
        width: 100%;
    }
}
/* /Components/Pages/Admin/Persons/PersonManagement.razor.rz.scp.css */
/* Person Management cards: dashboard-style (photo, name, DOB, Edit) - matches LogIX dashboard person area */
.person-mgmt-cards[b-bi9ggdoix6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 0.75rem;
}

.person-mgmt-card.dashboard-person-card[b-bi9ggdoix6] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 8px 10px;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 0);
    background: var(--copix-bg-medium, rgba(75, 18, 18, 0.5));
    box-shadow: rgb(6, 7, 5) 1px 1px;
    box-sizing: border-box;
    font-family: 'Oxygen', sans-serif;
    color: rgb(254, 252, 242);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-align: left;
}

.person-mgmt-card.dashboard-person-card:hover[b-bi9ggdoix6] {
    transform: translateY(-2px);
    box-shadow: rgb(6, 7, 5) 2px 2px 4px;
}

.person-mgmt-card .person-avatar-wrap[b-bi9ggdoix6] {
    flex-shrink: 0;
    line-height: 0;
}

.person-mgmt-card .person-avatar[b-bi9ggdoix6] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 221, 221, 0.35);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.25);
}

.person-mgmt-card .person-card-content[b-bi9ggdoix6] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
    flex: 1;
}

.person-mgmt-card .person-card-display-name[b-bi9ggdoix6] {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--copix-text-light, #ffdddd);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.person-mgmt-card .person-card-dob[b-bi9ggdoix6] {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--copix-text-muted, #d99b9b);
}

.person-mgmt-edit-btn[b-bi9ggdoix6] {
    flex-shrink: 0;
    margin-left: auto;
}

.logix-stay-filter[b-bi9ggdoix6] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}
/* /Components/Pages/Admin/Wants/PublicManage.razor.rz.scp.css */
/* Collapsible sections */
.public-manage-section[b-6t82w5lxft] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 1rem;
}

.public-manage-section summary[b-6t82w5lxft] {
    list-style: none;
}

.public-manage-section summary[b-6t82w5lxft]::-webkit-details-marker {
    display: none;
}

.section-summary[b-6t82w5lxft] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    cursor: pointer;
    font-weight: 600;
    color: #ffdddd;
    user-select: none;
}

.section-summary:hover[b-6t82w5lxft] {
    background: rgba(255, 255, 255, 0.05);
}

.section-title[b-6t82w5lxft] {
    font-size: 1.1rem;
}

.section-toggle[b-6t82w5lxft] {
    color: #d99b9b;
    font-size: 0.75rem;
}

.section-body[b-6t82w5lxft] {
    padding: 0 1rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.section-body .admin-subtitle[b-6t82w5lxft] {
    margin-top: 1rem;
}
/* /Components/Pages/Admin/Wants/WantsDashboard.razor.rz.scp.css */
/* Dashboard Container */
.dashboard-container[b-9u7ebl6e1x] {
    padding: 1.5rem;
    max-width: 1600px;
    margin: 0 auto;
}

/* Dashboard Header */
.dashboard-header[b-9u7ebl6e1x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.dashboard-header h1[b-9u7ebl6e1x] {
    color: #ffdddd;
    font-size: 1.75rem;
    margin: 0;
}

.dashboard-meta[b-9u7ebl6e1x] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.last-updated[b-9u7ebl6e1x] {
    color: #d99b9b;
    font-size: 0.875rem;
}

.refresh-btn[b-9u7ebl6e1x] {
    border-color: #7f1d1d !important;
    color: #d99b9b !important;
}

.refresh-btn:hover[b-9u7ebl6e1x] {
    background-color: #7f1d1d !important;
    color: #fff !important;
}

/* Loading State */
.loading-container[b-9u7ebl6e1x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #d99b9b;
}

.loading-container p[b-9u7ebl6e1x] {
    margin-top: 1rem;
}

/* Summary Section */
.summary-section[b-9u7ebl6e1x] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.summary-card[b-9u7ebl6e1x] {
    background: linear-gradient(145deg, #3b0b0b, #4b1212);
    border: 1px solid #7f1d1d;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.2s ease;
}

.summary-card:hover[b-9u7ebl6e1x] {
    border-color: #991b1b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.summary-icon[b-9u7ebl6e1x] {
    font-size: 2rem;
    flex-shrink: 0;
}

.summary-content[b-9u7ebl6e1x] {
    display: flex;
    flex-direction: column;
}

.summary-value[b-9u7ebl6e1x] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #34d399;
}

.summary-label[b-9u7ebl6e1x] {
    font-size: 0.875rem;
    color: #d99b9b;
}

.summary-sublabel[b-9u7ebl6e1x] {
    font-size: 0.75rem;
    color: #b97b7b;
    display: block;
    margin-top: 0.25rem;
}

.geocoding-card-link[b-9u7ebl6e1x] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.geocoding-card-link:hover[b-9u7ebl6e1x] {
    color: inherit;
}

.geocoding-card .summary-value.text-success[b-9u7ebl6e1x] {
    color: #34d399;
}

/* Section Title */
.section-title[b-9u7ebl6e1x] {
    color: #ffdddd;
    font-size: 1.25rem;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Section Header with Toggle */
.section-header[b-9u7ebl6e1x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0 1rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #5f1515;
    flex-wrap: wrap;
    gap: 1rem;
}

.section-header-actions[b-9u7ebl6e1x] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.catalog-filter-group[b-9u7ebl6e1x] {
    flex-shrink: 0;
}

.catalog-filter-input[b-9u7ebl6e1x] {
    width: 220px;
    background: rgba(0, 0, 0, 0.3);
    border-color: #5f1515;
    color: #ffdddd;
}

.catalog-filter-input[b-9u7ebl6e1x]::placeholder {
    color: #8b5656;
}

.catalog-sort-group[b-9u7ebl6e1x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sort-label[b-9u7ebl6e1x] {
    color: #d99b9b;
    font-size: 0.875rem;
    margin: 0;
    white-space: nowrap;
}

.catalog-sort-group .form-select[b-9u7ebl6e1x] {
    width: auto;
    min-width: 160px;
    background: rgba(0, 0, 0, 0.3);
    border-color: #5f1515;
    color: #ffdddd;
}

.sort-dir-btn[b-9u7ebl6e1x] {
    padding: 0.25rem 0.5rem;
    border-color: #7f1d1d;
    color: #d99b9b;
}

.catalog-table-wrapper[b-9u7ebl6e1x] {
    margin-bottom: 2rem;
    overflow: auto;
}

.catalog-table-wrapper .e-grid[b-9u7ebl6e1x] {
    background: linear-gradient(145deg, #2d0a0a, #3b0b0b);
    border: 1px solid #5f1515;
}

.catalog-id-small[b-9u7ebl6e1x] {
    font-size: 0.7rem;
    color: #8b5656;
    font-family: monospace;
}

.stat-sub[b-9u7ebl6e1x] {
    font-size: 0.75rem;
    color: #8b5656;
}

.section-title-link[b-9u7ebl6e1x] {
    font-size: 0.85rem;
    font-weight: normal;
    color: #60a5fa;
    margin-left: 0.5rem;
    text-decoration: none;
}

.section-title-link:hover[b-9u7ebl6e1x] {
    text-decoration: underline;
    color: #93c5fd;
}

.integration-card-link[b-9u7ebl6e1x] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.integration-card-link:hover .integration-card[b-9u7ebl6e1x] {
    border-color: #991b1b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Trends */
.trend-controls[b-9u7ebl6e1x] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1rem;
}

.trend-control-group[b-9u7ebl6e1x] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.trend-control-group.trend-catalogs-multi[b-9u7ebl6e1x] {
    max-width: 100%;
}

.trend-catalog-checkboxes[b-9u7ebl6e1x] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    max-height: 8rem;
    overflow-y: auto;
    padding: 0.35rem 0;
}

.trend-checkbox-label[b-9u7ebl6e1x] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: #d99b9b;
    font-size: 0.8rem;
    cursor: pointer;
    white-space: nowrap;
}

.trend-checkbox-label input[b-9u7ebl6e1x] {
    margin: 0;
}

.trend-catalog-overflow[b-9u7ebl6e1x] {
    width: 100%;
    margin-top: 0.25rem;
}

.trend-daily-summary[b-9u7ebl6e1x] {
    overflow-x: auto;
}

.trend-daily-summary .table[b-9u7ebl6e1x] {
    font-size: 0.8rem;
}

.trend-label[b-9u7ebl6e1x] {
    color: #d99b9b;
    font-size: 0.75rem;
    margin: 0;
}

.trend-controls .form-select[b-9u7ebl6e1x],
.trend-controls .form-control[b-9u7ebl6e1x] {
    background: rgba(0, 0, 0, 0.3);
    border-color: #5f1515;
    color: #ffdddd;
    min-width: 120px;
}

.trend-chart-wrapper[b-9u7ebl6e1x] {
    background: linear-gradient(145deg, #2d0a0a, #3b0b0b);
    border: 1px solid #5f1515;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 2rem;
}

/* View Toggle Buttons */
.view-toggle[b-9u7ebl6e1x] {
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 4px;
    gap: 4px;
}

.view-toggle-btn[b-9u7ebl6e1x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: none;
    background: transparent;
    color: #d99b9b;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
    font-weight: 500;
}

.view-toggle-btn:hover[b-9u7ebl6e1x] {
    background: rgba(127, 29, 29, 0.4);
    color: #ffdddd;
}

.view-toggle-btn.active[b-9u7ebl6e1x] {
    background: linear-gradient(135deg, #7f1d1d, #991b1b);
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.toggle-icon[b-9u7ebl6e1x] {
    font-size: 1rem;
    font-weight: 700;
}

.toggle-label[b-9u7ebl6e1x] {
    font-size: 0.8rem;
}

/* Stat Chart Container */
.stat-chart-container[b-9u7ebl6e1x] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0.5rem;
    margin-top: 0.5rem;
}

/* Stat Total Badge (shown in header when chart view) */
.stat-total-badge[b-9u7ebl6e1x] {
    margin-left: auto;
    background: rgba(148, 163, 184, 0.2);
    color: #94a3b8;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Catalog Grid */
.catalog-grid[b-9u7ebl6e1x] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
}

.catalog-grid-charts[b-9u7ebl6e1x] {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.catalog-grid-charts .catalog-card .stat-chart-container[b-9u7ebl6e1x] {
    min-height: 90px;
}

/* Catalog Card */
.catalog-card[b-9u7ebl6e1x] {
    background: linear-gradient(145deg, #3b0b0b, #4b1212);
    border: 1px solid #7f1d1d;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.catalog-card:hover[b-9u7ebl6e1x] {
    border-color: #991b1b;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.catalog-header[b-9u7ebl6e1x] {
    background: linear-gradient(135deg, #7f1d1d, #991b1b);
    padding: 1rem 1.25rem;
}

.catalog-header h3[b-9u7ebl6e1x] {
    margin: 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}

.catalog-id[b-9u7ebl6e1x] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: monospace;
}

.catalog-stats[b-9u7ebl6e1x] {
    padding: 1rem 1.25rem;
}

/* Stat Groups */
.stat-group[b-9u7ebl6e1x] {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #5f1515;
}

.stat-group:last-child[b-9u7ebl6e1x] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.stat-group-header[b-9u7ebl6e1x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    color: #ffdddd;
    font-weight: 600;
    font-size: 0.9rem;
}

.stat-icon[b-9u7ebl6e1x] {
    font-size: 1rem;
}

.stat-row[b-9u7ebl6e1x] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.stat-item[b-9u7ebl6e1x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
    flex: 1;
}

.stat-value[b-9u7ebl6e1x] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.stat-value.total[b-9u7ebl6e1x] {
    color: #94a3b8;
}

.stat-value.active[b-9u7ebl6e1x] {
    color: #34d399;
}

.stat-value.inactive[b-9u7ebl6e1x] {
    color: #f97316;
}

.stat-label[b-9u7ebl6e1x] {
    font-size: 0.75rem;
    color: #d99b9b;
    text-transform: uppercase;
}

/* Kanban Chart Container */
.kanban-chart-container[b-9u7ebl6e1x] {
    margin-top: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0.5rem;
}

/* User Section */
.user-section[b-9u7ebl6e1x] {
    background: var(--copix-info-bg);
    border-radius: var(--copix-radius-md);
    padding: 0.75rem;
    margin-top: 0.5rem;
    border: 1px solid var(--copix-info-border);
}

/* Global Kanban Section */
.global-kanban-section[b-9u7ebl6e1x] {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
    background: linear-gradient(145deg, #3b0b0b, #4b1212);
    border: 1px solid #7f1d1d;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.global-kanban-chart[b-9u7ebl6e1x] {
    min-height: 300px;
}

.global-kanban-stats[b-9u7ebl6e1x] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.kanban-status-item[b-9u7ebl6e1x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.status-color[b-9u7ebl6e1x] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-name[b-9u7ebl6e1x] {
    flex: 1;
    color: #d99b9b;
    font-size: 0.875rem;
}

.status-count[b-9u7ebl6e1x] {
    font-weight: 600;
    color: #ffdddd;
    font-size: 0.9rem;
}

/* Integrations Grid */
.integrations-grid[b-9u7ebl6e1x] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.integration-card[b-9u7ebl6e1x] {
    background: linear-gradient(145deg, #3b0b0b, #4b1212);
    border: 1px solid #5f1515;
    border-radius: 10px;
    overflow: hidden;
}

.integration-card.active[b-9u7ebl6e1x] {
    border-color: #22c55e;
}

.integration-card.inactive[b-9u7ebl6e1x] {
    border-color: #6b7280;
    opacity: 0.7;
}

.integration-header[b-9u7ebl6e1x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.2);
}

.integration-status[b-9u7ebl6e1x] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.integration-status.active[b-9u7ebl6e1x] {
    background: rgba(34, 197, 94, 0.2);
    color: #34d399;
}

.integration-status.inactive[b-9u7ebl6e1x] {
    background: rgba(107, 114, 128, 0.2);
    color: #9ca3af;
}

.integration-name[b-9u7ebl6e1x] {
    color: #ffdddd;
    font-weight: 600;
    font-size: 0.9rem;
}

.integration-details[b-9u7ebl6e1x] {
    padding: 0.75rem 1rem;
}

.integration-detail[b-9u7ebl6e1x] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}

.integration-detail:last-child[b-9u7ebl6e1x] {
    margin-bottom: 0;
}

.detail-label[b-9u7ebl6e1x] {
    color: #d99b9b;
}

.detail-value[b-9u7ebl6e1x] {
    color: #ffdddd;
    font-family: monospace;
}

/* Empty State */
.empty-state[b-9u7ebl6e1x] {
    text-align: center;
    padding: 3rem;
    color: #d99b9b;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .dashboard-header[b-9u7ebl6e1x] {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-header[b-9u7ebl6e1x] {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog-grid[b-9u7ebl6e1x] {
        grid-template-columns: 1fr;
    }

    .global-kanban-section[b-9u7ebl6e1x] {
        grid-template-columns: 1fr;
    }

    .summary-section[b-9u7ebl6e1x] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .summary-section[b-9u7ebl6e1x] {
        grid-template-columns: 1fr;
    }

    .stat-row[b-9u7ebl6e1x] {
        justify-content: space-around;
    }

    .view-toggle-btn[b-9u7ebl6e1x] {
        padding: 0.4rem 0.75rem;
    }

    .toggle-label[b-9u7ebl6e1x] {
        display: none;
    }
}
/* /Components/Pages/AdminDocuments/AdminDocumentList.razor.rz.scp.css */
/* Admin Documents list page - card layout aligned with app theme (admin-card style) */

.admin-document-container[b-lbq1vgme6c] {
    padding: var(--copix-space-lg, 1.5rem);
    max-width: 1200px;
    margin: 0 auto;
}

.admin-document-header[b-lbq1vgme6c] {
    margin-bottom: var(--copix-space-2xl, 2rem);
}

.admin-document-header h1[b-lbq1vgme6c] {
    color: var(--copix-text-primary, #ffffff);
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 var(--copix-space-sm, 0.5rem) 0;
}

.admin-document-subtitle[b-lbq1vgme6c] {
    color: var(--copix-text-muted, #d99b9b);
    font-size: 1rem;
    margin: 0;
    opacity: 0.9;
}

/* Section (Pending Signature / Signed Documents) */
.memo-section[b-lbq1vgme6c] {
    margin-bottom: var(--copix-space-2xl, 2.5rem);
}

.section-title[b-lbq1vgme6c] {
    display: flex;
    align-items: center;
    gap: var(--copix-space-sm, 0.5rem);
    color: var(--copix-text-light, #ffdddd);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 var(--copix-space-lg, 1.5rem) 0;
}

.section-icon[b-lbq1vgme6c] {
    font-size: 1.35rem;
    line-height: 1;
}

/* Card grid – same pattern as admin-grid */
.memo-grid[b-lbq1vgme6c] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: var(--copix-space-lg, 1.5rem);
}

/* Document card – matches admin-card: raised surface, border, hover */
.memo-card[b-lbq1vgme6c] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: var(--copix-space-lg, 1.25rem);
    transition: border-color var(--copix-transition, 0.2s ease),
                transform var(--copix-transition, 0.2s ease),
                box-shadow var(--copix-transition, 0.2s ease);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.memo-card:hover[b-lbq1vgme6c] {
    border-color: var(--copix-primary-hover, #991b1b);
    transform: translateY(-2px);
    box-shadow: var(--copix-shadow-md, 0 4px 12px rgba(0, 0, 0, 0.3));
}

/* Status accent – left border */
.memo-card.unsigned[b-lbq1vgme6c] {
    border-left: 4px solid var(--copix-warning, #f97316);
}

.memo-card.signed[b-lbq1vgme6c] {
    border-left: 4px solid var(--copix-success, #34d399);
}

/* Card header: title + status badge */
.memo-card .card-header[b-lbq1vgme6c] {
    margin-bottom: var(--copix-space-md, 1rem);
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--copix-space-sm, 0.5rem);
}

.memo-card .card-header h3[b-lbq1vgme6c] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Badges in header */
.memo-card .new-badge[b-lbq1vgme6c] {
    flex-shrink: 0;
    padding: 4px 10px;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--copix-danger-bg, rgba(239, 68, 68, 0.15));
    color: var(--copix-danger, #ef4444);
    border: 1px solid var(--copix-danger-border, rgba(239, 68, 68, 0.3));
}

.memo-card .signed-badge[b-lbq1vgme6c] {
    flex-shrink: 0;
    padding: 4px 10px;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--copix-success-bg, rgba(52, 211, 153, 0.15));
    color: var(--copix-success, #34d399);
    border: 1px solid var(--copix-success-border, rgba(52, 211, 153, 0.3));
}

/* Card body: type, scope, meta */
.memo-card .card-body[b-lbq1vgme6c] {
    flex: 1 1 auto;
    margin-bottom: var(--copix-space-md, 1rem);
    display: flex;
    flex-direction: column;
    gap: var(--copix-space-sm, 0.5rem);
}

.memo-card .document-type-badge[b-lbq1vgme6c] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #2d3748;
    color: #e2e8f0;
    margin-right: 0.5rem;
    width: fit-content;
}

.memo-card .catalog-badge[b-lbq1vgme6c] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.8rem;
    background-color: var(--copix-bg-medium, #4b1212);
    color: var(--copix-text-light, #ffdddd);
    width: fit-content;
}

.memo-card .catalog-badge.global[b-lbq1vgme6c] {
    background-color: #3d5a80;
    color: #e0fbfc;
}

.memo-card .card-meta[b-lbq1vgme6c] {
    margin-top: var(--copix-space-xs, 0.25rem);
    display: flex;
    flex-wrap: wrap;
    gap: var(--copix-space-sm, 0.5rem);
}

.memo-card .meta-item[b-lbq1vgme6c] {
    color: var(--copix-text-muted, #d99b9b);
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.memo-card .meta-icon[b-lbq1vgme6c] {
    font-size: 0.9rem;
    line-height: 1;
}

/* Card footer: action button */
.memo-card .card-footer[b-lbq1vgme6c] {
    padding-top: var(--copix-space-md, 1rem);
    border-top: 1px solid var(--copix-border-light, #5f1515);
    margin-top: auto;
}

.memo-card .card-footer .btn[b-lbq1vgme6c] {
    width: 100%;
    justify-content: center;
    font-weight: 500;
}

/* Loading / empty – inherit from app if present; minimal local fallbacks */
.loading-spinner[b-lbq1vgme6c],
.empty-state[b-lbq1vgme6c] {
    text-align: center;
    padding: var(--copix-space-2xl, 2rem);
    color: var(--copix-text-muted, #d99b9b);
}

/* Responsive: single column on small screens */
@media (max-width: 576px) {
    .admin-document-container[b-lbq1vgme6c] {
        padding: var(--copix-space-md, 1rem);
    }

    .admin-document-header h1[b-lbq1vgme6c] {
        font-size: 1.4rem;
    }

    .memo-grid[b-lbq1vgme6c] {
        grid-template-columns: 1fr;
        gap: var(--copix-space-md, 1rem);
    }

    .memo-card[b-lbq1vgme6c] {
        padding: var(--copix-space-md, 1rem);
    }
}
/* /Components/Pages/Application/GPSCurrentLocation.razor.rz.scp.css */
.iconFooterGPSLocation[b-yaupii0u7j] {
    max-width: 28px;
    max-height: 28px;
    padding-right: 8px;
}
/* /Components/Pages/Application/QRCodeReader.razor.rz.scp.css */
.iconFooterQRCode[b-nar19pr13z] {
    max-width: 22px;
    max-height: 22px;
    padding-right: 4px;
}

[b-nar19pr13z] .zxing-container {
    background-color: darkgoldenrod;
    text-align: center;
}

[b-nar19pr13z] .zxing-button {
    color: cornsilk;
    padding: 3px;
    margin: 4px;
    border-radius: 8px;
}

    [b-nar19pr13z] .zxing-button.start {
        background-color: darkgreen;
    }


    [b-nar19pr13z] .zxing-button.stop {
        background-color: darkred;
    }

    [b-nar19pr13z] .zxing-button.reset {
        background-color: blue;
    }

[b-nar19pr13z] .zxing-video-select{
    background-color: goldenrod;
}

[b-nar19pr13z] .zxing-result-container {
    font-size: smaller;
}
/* /Components/Pages/CopIXapp/LogIX/Components/LogEntryPeopleSection.razor.rz.scp.css */
/* Shared People section: 150px avatar for Timeline, History, and any entry detail view */
.logix-entry-people-section .logix-person-avatar[b-15v9yrhadr] {
    width: 150px;
    height: 150px;
    object-fit: cover;
    flex-shrink: 0;
}
/* /Components/Pages/CopIXapp/LogIX/Components/OptionsManagerDialog.razor.rz.scp.css */
.options-manager-modal[b-gzm6rsv2ky] {
    background-color: #1a1a1a;
    color: #fff;
}

.options-manager-modal .modal-header[b-gzm6rsv2ky] {
    border-bottom-color: #333;
}

.options-manager-modal .modal-footer[b-gzm6rsv2ky] {
    border-top-color: #333;
}

.add-option-section[b-gzm6rsv2ky] {
    margin-bottom: 1rem;
}

.add-option-section .form-control[b-gzm6rsv2ky] {
    background-color: #2a2a2a;
    border-color: #444;
    color: #fff;
}

.add-option-section .form-control:focus[b-gzm6rsv2ky] {
    background-color: #2a2a2a;
    border-color: #0d6efd;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.options-list[b-gzm6rsv2ky] {
    max-height: 400px;
    overflow-y: auto;
}

.options-header[b-gzm6rsv2ky] {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333;
}

.option-item[b-gzm6rsv2ky] {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    border: 1px solid transparent;
    transition: border-color 0.2s;
}

.option-item:hover[b-gzm6rsv2ky] {
    border-color: rgba(255, 255, 255, 0.1);
}

.option-order[b-gzm6rsv2ky] {
    display: flex;
    flex-direction: column;
    margin-right: 0.5rem;
}

.option-order .btn-link[b-gzm6rsv2ky] {
    padding: 0.1rem;
    color: #888;
    text-decoration: none;
    font-size: 0.8rem;
}

.option-order .btn-link:hover:not(:disabled)[b-gzm6rsv2ky] {
    color: #fff;
}

.option-order .btn-link:disabled[b-gzm6rsv2ky] {
    opacity: 0.3;
}

.option-content[b-gzm6rsv2ky] {
    flex: 1;
    min-width: 0;
}

.option-text[b-gzm6rsv2ky] {
    display: block;
    padding: 0.25rem 0.5rem;
    color: #ddd;
    word-break: break-word;
}

.option-content .form-control[b-gzm6rsv2ky] {
    background-color: #2a2a2a;
    border-color: #0d6efd;
    color: #fff;
}

.option-actions[b-gzm6rsv2ky] {
    display: flex;
    gap: 0.25rem;
    margin-left: 0.5rem;
}

.option-actions .btn[b-gzm6rsv2ky] {
    padding: 0.2rem 0.4rem;
    font-size: 0.85rem;
}

/* Scrollbar styling */
.options-list[b-gzm6rsv2ky]::-webkit-scrollbar {
    width: 8px;
}

.options-list[b-gzm6rsv2ky]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.options-list[b-gzm6rsv2ky]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.options-list[b-gzm6rsv2ky]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}
/* /Components/Pages/CopIXapp/LogIX/Components/VersionHistoryDialog.razor.rz.scp.css */
.version-history-modal[b-xuu4j14a8d] {
    background-color: #1a1a1a;
    color: #fff;
}

.version-history-modal .modal-header[b-xuu4j14a8d] {
    border-bottom-color: #333;
}

.version-history-modal .modal-footer[b-xuu4j14a8d] {
    border-top-color: #333;
}

.version-list[b-xuu4j14a8d] {
    max-height: 60vh;
    overflow-y: auto;
}

.version-item[b-xuu4j14a8d] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.2s;
}

.version-item:hover[b-xuu4j14a8d] {
    border-color: rgba(255, 255, 255, 0.2);
}

.version-item.current-version[b-xuu4j14a8d] {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.version-header[b-xuu4j14a8d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.version-info[b-xuu4j14a8d] {
    display: flex;
    align-items: center;
}

.version-number[b-xuu4j14a8d] {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
}

.version-date[b-xuu4j14a8d] {
    font-size: 0.85rem;
    color: #999;
}

.version-details[b-xuu4j14a8d] {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.detail-row[b-xuu4j14a8d] {
    display: flex;
    margin-bottom: 0.25rem;
}

.detail-label[b-xuu4j14a8d] {
    color: #888;
    min-width: 100px;
}

.detail-value[b-xuu4j14a8d] {
    color: #ddd;
}

.version-notes[b-xuu4j14a8d] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.version-notes .detail-value[b-xuu4j14a8d] {
    font-style: italic;
    color: #aaa;
}

.version-actions[b-xuu4j14a8d] {
    display: flex;
    gap: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-details[b-xuu4j14a8d],
.threshold-details[b-xuu4j14a8d] {
    background: rgba(255, 255, 255, 0.05);
    padding: 0.75rem;
    border-radius: 4px;
}

.schedule-details p[b-xuu4j14a8d],
.threshold-details p[b-xuu4j14a8d] {
    margin-bottom: 0.25rem;
}

.schedule-details p:last-child[b-xuu4j14a8d],
.threshold-details p:last-child[b-xuu4j14a8d] {
    margin-bottom: 0;
}

/* Scrollbar styling */
.version-list[b-xuu4j14a8d]::-webkit-scrollbar {
    width: 8px;
}

.version-list[b-xuu4j14a8d]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.version-list[b-xuu4j14a8d]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.version-list[b-xuu4j14a8d]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}
/* /Components/Pages/CopIXapp/LogIX/LogBuilder.razor.rz.scp.css */
/* ============================================
   LogIX Builder - CopIX Theme Styles
   ============================================ */

.log-builder[b-vxllvoy54n] {
    padding: 1.5rem;
    max-width: 1600px;
    margin: 0 auto;
}

.page-header[b-vxllvoy54n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-header h2[b-vxllvoy54n] {
    margin: 0;
    font-size: 1.75rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.header-actions[b-vxllvoy54n] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.filter-toggle[b-vxllvoy54n] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--copix-text-muted, #d99b9b);
    font-size: 0.9rem;
}

/* Builder Container */
.builder-container[b-vxllvoy54n] {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1.5rem;
    min-height: 600px;
}

/* Definitions Panel (Left) */
.definitions-panel[b-vxllvoy54n] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1rem;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.definitions-panel h5[b-vxllvoy54n] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--copix-border-light, #5f1515);
}

.definition-list[b-vxllvoy54n] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.definition-item[b-vxllvoy54n] {
    background: var(--copix-bg-darkest, #2d0a0a);
    border: 1px solid var(--copix-border-light, #5f1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.definition-item:hover[b-vxllvoy54n] {
    background: var(--copix-bg-accent, #611010);
    border-color: var(--copix-border, #7f1d1d);
}

.definition-item.selected[b-vxllvoy54n] {
    background: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary-hover, #991b1b);
}

.definition-item.inactive[b-vxllvoy54n] {
    opacity: 0.6;
}

.def-emoji[b-vxllvoy54n] {
    font-size: 1.5rem;
    line-height: 1;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.def-info[b-vxllvoy54n] {
    flex: 1;
    min-width: 0;
}

.def-name[b-vxllvoy54n] {
    display: block;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.def-meta[b-vxllvoy54n] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.25rem;
}

.def-meta .text-muted[b-vxllvoy54n] {
    color: var(--copix-text-subtle, #9ca3af) !important;
    font-size: 0.75rem;
}

.version-badge[b-vxllvoy54n] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    color: var(--copix-info, #60a5fa);
    padding: 0.15rem 0.4rem;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.7rem;
    font-weight: 500;
}

.badge-inactive[b-vxllvoy54n] {
    font-size: 0.7rem;
}

/* Editor Panel (Right) */
.editor-panel[b-vxllvoy54n] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.5rem;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.no-selection[b-vxllvoy54n] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--copix-text-muted, #d99b9b);
    text-align: center;
    padding: 2rem;
}

/* Definition Editor */
.definition-editor[b-vxllvoy54n] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.editor-header[b-vxllvoy54n] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--copix-border-light, #5f1515);
}

.header-title h4[b-vxllvoy54n] {
    margin: 0;
    color: var(--copix-text-light, #ffdddd);
    font-size: 1.25rem;
}

.version-info[b-vxllvoy54n] {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.editor-actions[b-vxllvoy54n] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* Editor Sections */
.editor-section[b-vxllvoy54n] {
    background: var(--copix-bg-darkest, #2d0a0a);
    border: 1px solid var(--copix-border-light, #5f1515);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1.25rem;
}

.editor-section h6[b-vxllvoy54n] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-header[b-vxllvoy54n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.section-header h6[b-vxllvoy54n] {
    margin: 0;
}

/* Attributes List */
.attributes-list[b-vxllvoy54n] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.attribute-item[b-vxllvoy54n] {
    background: var(--copix-bg-medium, #4b1212);
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.attribute-header[b-vxllvoy54n] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.attribute-label[b-vxllvoy54n] {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
}

.attribute-actions[b-vxllvoy54n] {
    display: flex;
    gap: 0.35rem;
}

.attribute-actions .btn[b-vxllvoy54n] {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}

/* Form styling in editor */
.editor-section .form-label[b-vxllvoy54n] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 0.9rem;
}

.editor-section .text-muted[b-vxllvoy54n] {
    color: var(--copix-text-subtle, #9ca3af) !important;
    font-size: 0.8rem;
}

/* Alert styling */
.log-builder .alert-warning[b-vxllvoy54n] {
    background: var(--copix-warning-bg, rgba(249, 115, 22, 0.15));
    border: 1px solid var(--copix-warning-border, rgba(249, 115, 22, 0.3));
    color: var(--copix-warning, #f97316);
    border-radius: var(--copix-radius-md, 8px);
}

.log-builder .alert-danger[b-vxllvoy54n] {
    background: var(--copix-danger-bg, rgba(239, 68, 68, 0.15));
    border: 1px solid var(--copix-danger-border, rgba(239, 68, 68, 0.3));
    color: var(--copix-danger, #ef4444);
    border-radius: var(--copix-radius-md, 8px);
}

.log-builder .alert-info[b-vxllvoy54n] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
    border-radius: var(--copix-radius-md, 8px);
}

/* Responsive */
@media (max-width: 992px) {
    .builder-container[b-vxllvoy54n] {
        grid-template-columns: 1fr;
    }

    .definitions-panel[b-vxllvoy54n] {
        max-height: 300px;
    }

    .editor-panel[b-vxllvoy54n] {
        max-height: none;
    }
}

@media (max-width: 768px) {
    .log-builder[b-vxllvoy54n] {
        padding: 1rem;
    }

    .page-header[b-vxllvoy54n] {
        flex-direction: column;
        align-items: flex-start;
    }

    .editor-header[b-vxllvoy54n] {
        flex-direction: column;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogEntry.razor.rz.scp.css */
/* ============================================
   LogIX Entry - CopIX Theme Styles
   ============================================ */

.log-entry[b-idf8chhxm9] {
    padding: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

/* Loading State */
.loading-container[b-idf8chhxm9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    color: var(--copix-text-muted, #d99b9b);
}

/* Entry Header */
.entry-header[b-idf8chhxm9] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.entry-header h2[b-idf8chhxm9] {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.entry-status[b-idf8chhxm9] {
    text-align: right;
}

.entry-status .badge[b-idf8chhxm9] {
    font-size: 0.85rem;
    padding: 0.4rem 0.75rem;
}

.entry-status small[b-idf8chhxm9] {
    color: var(--copix-text-subtle, #9ca3af) !important;
}

/* Entry Form */
.entry-form[b-idf8chhxm9] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Form Attributes */
.form-attribute[b-idf8chhxm9] {
    padding: 1rem 0;
    border-bottom: 1px solid var(--copix-border-light, #5f1515);
}

.form-attribute:last-child[b-idf8chhxm9] {
    border-bottom: none;
    padding-bottom: 0;
}

.form-attribute:first-child[b-idf8chhxm9] {
    padding-top: 0;
}

/* Display Text */
.display-text[b-idf8chhxm9] {
    background: var(--copix-bg-darkest, #1a0808);
    border: 1px solid var(--copix-border-light, #5f1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 1rem;
}

.display-text strong[b-idf8chhxm9] {
    color: var(--copix-text-light, #ffdddd);
    display: block;
    margin-bottom: 0.25rem;
}

.display-text .text-muted[b-idf8chhxm9] {
    color: var(--copix-text-muted, #d99b9b) !important;
    font-size: 0.9rem;
}

/* Checkbox styles */
.checkbox-with-elaboration[b-idf8chhxm9],
.checkbox-with-text[b-idf8chhxm9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Radio buttons and dropdowns */
.radio-button-list[b-idf8chhxm9],
.dropdown-single[b-idf8chhxm9],
.dropdown-multi[b-idf8chhxm9] {
    margin-bottom: 0;
}

.radio-button-list .form-label[b-idf8chhxm9],
.dropdown-single .form-label[b-idf8chhxm9],
.dropdown-multi .form-label[b-idf8chhxm9] {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
}

.multi-select-options[b-idf8chhxm9] {
    background: var(--copix-bg-darkest, #1a0808);
    border: 1px solid var(--copix-border-light, #5f1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem 1rem;
    max-height: 200px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    align-items: center;
    align-content: flex-start;
}

.multi-select-options .form-check[b-idf8chhxm9] {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0.35rem 0;
    padding-left: 0;
    flex: 0 0 auto;
    min-height: 1.5em;
}

.multi-select-options .form-check-input[b-idf8chhxm9] {
    position: static;
    margin-top: 0;
    margin-right: 0.35rem;
}

.multi-select-options .form-check-label[b-idf8chhxm9] {
    padding-left: 0;
}

/* Slider attribute */
.slider-container[b-idf8chhxm9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0.5rem 0;
}

.slider-label-left[b-idf8chhxm9],
.slider-label-right[b-idf8chhxm9] {
    font-size: 0.85rem;
    color: var(--copix-text-muted, #d99b9b);
    flex-shrink: 0;
    min-width: 4rem;
}

.slider-label-right[b-idf8chhxm9] {
    text-align: right;
}

.slider-input[b-idf8chhxm9] {
    flex: 1;
    min-width: 0;
}

.slider-value-display[b-idf8chhxm9] {
    font-size: 0.9rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
    margin-top: 0.35rem;
}

/* Star rating attribute */
.star-rating-container[b-idf8chhxm9] {
    display: flex;
    gap: 0.25rem;
    margin: 0.5rem 0;
}

.star-btn[b-idf8chhxm9] {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    font-size: 1.75rem;
    line-height: 1;
}

.star-btn .star-icon[b-idf8chhxm9] {
    color: var(--copix-text-muted, #6b7280);
    transition: color 0.15s ease;
}

.star-btn.filled .star-icon[b-idf8chhxm9] {
    color: #fbbf24;
}

.star-btn:hover .star-icon[b-idf8chhxm9] {
    color: #fcd34d;
}

/* Yes/No/N/A attribute */
.yes-no-na-attribute .btn-group .btn[b-idf8chhxm9] {
    min-width: 4rem;
}

/* Matrix/Grid attribute */
.matrix-table .table[b-idf8chhxm9] {
    color: var(--copix-text-light, #ffdddd);
}

.matrix-table .table th[b-idf8chhxm9],
.matrix-table .table td[b-idf8chhxm9] {
    border-color: var(--copix-border, #7f1d1d);
}

.matrix-table .table thead th[b-idf8chhxm9] {
    background: var(--copix-bg-darkest, #1a0808);
}

/* Photo capture */
.photo-capture .form-label[b-idf8chhxm9] {
    color: var(--copix-text-light, #ffdddd);
    display: block;
    margin-bottom: 0.5rem;
}

.captured-preview[b-idf8chhxm9] {
    max-width: 200px;
}

.captured-preview .img-thumbnail[b-idf8chhxm9] {
    border-color: var(--copix-border, #7f1d1d);
    background: var(--copix-bg-darkest, #1a0808);
}

/* Display photo */
.display-photo .form-label[b-idf8chhxm9] {
    color: var(--copix-text-light, #ffdddd);
}

.display-photo .img-thumbnail[b-idf8chhxm9] {
    border-color: var(--copix-border, #7f1d1d);
    background: var(--copix-bg-darkest, #1a0808);
}

/* Per-person cards – match theme (no white card) */
.log-entry .person-response-card.logix-person-card[b-idf8chhxm9],
.log-entry .per-person-section .person-response-card[b-idf8chhxm9] {
    background: var(--copix-bg-dark, #3b0b0b);
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-md, 8px);
    color: var(--copix-text-light, #ffdddd);
}

.log-entry .person-response-card .form-check-label[b-idf8chhxm9],
.log-entry .person-response-card .form-label[b-idf8chhxm9] {
    color: var(--copix-text-light, #ffdddd) !important;
}

.log-entry .person-response-card .form-control[b-idf8chhxm9] {
    background: var(--copix-bg-darkest, #1a0808);
    border-color: var(--copix-border-light, #5f1515);
    color: var(--copix-text-light, #ffdddd);
}

.log-entry .person-response-card .form-control[b-idf8chhxm9]::placeholder {
    color: var(--copix-text-muted, #d99b9b);
}

/* Person photo thumbnail beside name (clickable for person details popup) - 150px per design */
.logix-person-photo-thumb[b-idf8chhxm9] {
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    border-radius: var(--copix-radius-sm, 4px);
    overflow: hidden;
    border: 1px solid var(--copix-border, #7f1d1d);
    background: var(--copix-bg-darkest, #1a0808);
    cursor: pointer;
}

.logix-person-photo-img[b-idf8chhxm9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Per-person photo capture */
.log-entry .person-photo-capture .form-label[b-idf8chhxm9] {
    color: var(--copix-text-light, #ffdddd);
}

.logix-person-captured-thumb[b-idf8chhxm9] {
    max-width: 80px;
    max-height: 80px;
    border-color: var(--copix-border, #7f1d1d);
    background: var(--copix-bg-darkest, #1a0808);
}

/* Entry Notes */
.entry-notes[b-idf8chhxm9] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--copix-border-light, #5f1515);
}

.entry-notes .form-label[b-idf8chhxm9] {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Entry Actions */
.entry-actions[b-idf8chhxm9] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding-top: 1rem;
}

.entry-actions .btn-secondary[b-idf8chhxm9] {
    background: var(--copix-bg-accent, #611010);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-primary, #ffffff);
}

.entry-actions .btn-secondary:hover[b-idf8chhxm9] {
    background: var(--copix-primary, #7f1d1d);
}

.entry-actions .btn-success[b-idf8chhxm9] {
    background: linear-gradient(135deg, var(--copix-success, #34d399) 0%, #10b981 100%);
    border: none;
    color: var(--copix-bg-darkest, #1a0808);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
}

.entry-actions .btn-success:hover[b-idf8chhxm9] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(52, 211, 153, 0.3);
}

.entry-actions .btn-success:disabled[b-idf8chhxm9] {
    background: var(--copix-text-subtle, #9ca3af);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Alert styling */
.log-entry .alert-warning[b-idf8chhxm9] {
    background: var(--copix-warning-bg, rgba(249, 115, 22, 0.15));
    border: 1px solid var(--copix-warning-border, rgba(249, 115, 22, 0.3));
    color: var(--copix-warning, #f97316);
    border-radius: var(--copix-radius-md, 8px);
}

.log-entry .alert-info[b-idf8chhxm9] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
    border-radius: var(--copix-radius-md, 8px);
}

.log-entry .alert-danger[b-idf8chhxm9] {
    background: var(--copix-danger-bg, rgba(239, 68, 68, 0.15));
    border: 1px solid var(--copix-danger-border, rgba(239, 68, 68, 0.3));
    color: var(--copix-danger, #ef4444);
    border-radius: var(--copix-radius-md, 8px);
}

/* Text colors */
.log-entry .text-danger[b-idf8chhxm9] {
    color: var(--copix-danger, #ef4444) !important;
}

.log-entry .text-muted[b-idf8chhxm9] {
    color: var(--copix-text-muted, #d99b9b) !important;
}

.log-entry .text-info[b-idf8chhxm9] {
    color: var(--copix-info, #60a5fa) !important;
}

.log-entry .text-warning[b-idf8chhxm9] {
    color: var(--copix-warning, #f97316) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .log-entry[b-idf8chhxm9] {
        padding: 1rem;
    }

    .entry-header[b-idf8chhxm9] {
        flex-direction: column;
    }

    .entry-status[b-idf8chhxm9] {
        text-align: left;
    }

    .entry-form[b-idf8chhxm9] {
        padding: 1rem;
    }

    .entry-actions[b-idf8chhxm9] {
        flex-direction: column;
    }

    .entry-actions .btn[b-idf8chhxm9] {
        width: 100%;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogHistory.razor.rz.scp.css */
/* ============================================
   LogIX History - CopIX Theme Styles
   ============================================ */

.log-history[b-pa2p9exa7b] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-pa2p9exa7b] {
    margin-bottom: 1.5rem;
}

.page-header h2[b-pa2p9exa7b] {
    margin: 0;
    font-size: 1.75rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

/* Filters Section */
.filters[b-pa2p9exa7b] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.filters .form-label[b-pa2p9exa7b] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
}

/* Loading State */
.loading-container[b-pa2p9exa7b] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: var(--copix-text-muted, #d99b9b);
}

/* Stats Section */
.history-stats[b-pa2p9exa7b] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.stat-card[b-pa2p9exa7b] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem 1.5rem;
    text-align: center;
    min-width: 120px;
    flex: 1;
}

.stat-card .stat-number[b-pa2p9exa7b] {
    font-size: 2rem;
    font-weight: bold;
    color: var(--copix-text-light, #ffdddd);
}

.stat-card .stat-label[b-pa2p9exa7b] {
    font-size: 0.85rem;
    color: var(--copix-text-muted, #d99b9b);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Status-specific stat card colors */
.stat-card.stat-on-time .stat-number[b-pa2p9exa7b] {
    color: var(--copix-success, #34d399);
}

.stat-card.stat-on-time[b-pa2p9exa7b] {
    border-color: rgba(52, 211, 153, 0.3);
}

.stat-card.stat-close .stat-number[b-pa2p9exa7b] {
    color: var(--copix-warning, #fbbf24);
}

.stat-card.stat-close[b-pa2p9exa7b] {
    border-color: rgba(251, 191, 36, 0.3);
}

.stat-card.stat-late .stat-number[b-pa2p9exa7b] {
    color: var(--copix-danger, #ef4444);
}

.stat-card.stat-late[b-pa2p9exa7b] {
    border-color: rgba(239, 68, 68, 0.3);
}

.stat-card.stat-missed .stat-number[b-pa2p9exa7b] {
    color: #f87171;
}

.stat-card.stat-missed[b-pa2p9exa7b] {
    border-color: rgba(248, 113, 113, 0.3);
}

/* Missed badge with striped effect */
.badge-missed[b-pa2p9exa7b] {
    background: repeating-linear-gradient(
        45deg,
        #ef4444,
        #ef4444 4px,
        #dc2626 4px,
        #dc2626 8px
    ) !important;
}

/* Alert styling */
.alert-info[b-pa2p9exa7b] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
    border-radius: var(--copix-radius-md, 8px);
    text-align: center;
    padding: 2rem;
}

/* Table Overrides (supplement app.css) */
.log-history .table[b-pa2p9exa7b] {
    border-radius: var(--copix-radius-md, 8px);
    overflow: hidden;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.log-history .table th[b-pa2p9exa7b] {
    background: var(--copix-bg-light, #501010);
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.log-history .table td[b-pa2p9exa7b] {
    vertical-align: middle;
}

.log-history .table tbody tr:hover td[b-pa2p9exa7b] {
    background: var(--copix-bg-accent, #611010);
}

/* Badge styling */
.log-history .badge[b-pa2p9exa7b] {
    padding: 0.35rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Clickable Rows */
.log-history .clickable-row[b-pa2p9exa7b] {
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.log-history .clickable-row:hover td[b-pa2p9exa7b] {
    background: var(--copix-bg-accent, #611010) !important;
}

/* Entry Detail Modal */
.entry-detail-modal[b-pa2p9exa7b] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #2a0808), var(--copix-bg-medium, #3b0b0b));
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
}

.entry-detail-modal .modal-header[b-pa2p9exa7b] {
    background: var(--copix-bg-light, #501010);
    border-bottom: 1px solid var(--copix-border, #7f1d1d);
}

.entry-detail-modal .modal-title[b-pa2p9exa7b] {
    color: var(--copix-text-light, #ffdddd);
}

.entry-detail-modal .modal-footer[b-pa2p9exa7b] {
    background: var(--copix-bg-light, #501010);
    border-top: 1px solid var(--copix-border, #7f1d1d);
}

/* People section avatar in entry detail (150px per requirement) */
.log-history .logix-person-avatar[b-pa2p9exa7b] {
    width: 150px;
    height: 150px;
    object-fit: cover;
    flex-shrink: 0;
}

.log-history .logix-person-avatar-placeholder[b-pa2p9exa7b] {
    width: 150px;
    height: 150px;
    background: var(--copix-bg-accent, #611010);
    color: var(--copix-text-muted, #d99b9b);
    font-size: 1.25rem;
    flex-shrink: 0;
}

/* Summary Section */
.entry-summary[b-pa2p9exa7b] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.detail-item[b-pa2p9exa7b] {
    margin-bottom: 0.5rem;
}

.detail-label[b-pa2p9exa7b] {
    display: block;
    font-size: 0.75rem;
    color: var(--copix-text-muted, #d99b9b);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value[b-pa2p9exa7b] {
    font-size: 0.95rem;
    color: var(--copix-text-light, #ffdddd);
}

/* Section Titles */
.section-title[b-pa2p9exa7b] {
    color: var(--copix-text-light, #ffdddd);
    border-bottom: 1px solid var(--copix-border, #7f1d1d);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

/* Responses List */
.responses-list[b-pa2p9exa7b] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.response-item[b-pa2p9exa7b] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-sm, 6px);
    padding: 0.75rem 1rem;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.response-label[b-pa2p9exa7b] {
    font-size: 0.85rem;
    color: var(--copix-text-muted, #d99b9b);
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.response-value[b-pa2p9exa7b] {
    font-size: 0.95rem;
    color: var(--copix-text-light, #ffdddd);
}

.elaboration-text[b-pa2p9exa7b],
.additional-text[b-pa2p9exa7b] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px dashed var(--copix-border, #7f1d1d);
    font-style: italic;
    color: var(--copix-text-muted, #d99b9b);
}

/* Photo Display */
.photo-container[b-pa2p9exa7b] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.entry-photo[b-pa2p9exa7b] {
    max-width: 200px;
    max-height: 150px;
    border-radius: var(--copix-radius-sm, 6px);
    border: 2px solid var(--copix-border, #7f1d1d);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.entry-photo:hover[b-pa2p9exa7b] {
    transform: scale(1.05);
    border-color: var(--copix-accent, #ef4444);
}

.photo-hint[b-pa2p9exa7b] {
    font-size: 0.7rem;
    color: var(--copix-text-muted, #d99b9b);
}

/* Signature Display */
.signature-container[b-pa2p9exa7b] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.entry-signature[b-pa2p9exa7b] {
    max-width: 300px;
    max-height: 150px;
    border-radius: var(--copix-radius-sm, 6px);
    border: 2px solid var(--copix-border, #7f1d1d);
    background: white;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.entry-signature:hover[b-pa2p9exa7b] {
    transform: scale(1.05);
    border-color: var(--copix-accent, #ef4444);
}

/* Notes Section */
.notes-content[b-pa2p9exa7b] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-sm, 6px);
    padding: 1rem;
    border: 1px solid var(--copix-border, #7f1d1d);
    white-space: pre-wrap;
    font-size: 0.9rem;
}

/* GPS Section - Leaflet map (WantsMap style) with overlays */
.gps-details[b-pa2p9exa7b] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-sm, 6px);
    padding: 1rem;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.logix-entry-detail-map-wrapper[b-pa2p9exa7b] {
    position: relative;
    border-radius: var(--copix-radius-md, 8px);
    overflow: hidden;
    border: 1px solid var(--copix-border, #7f1d1d);
    height: 180px;
    background: #1a1a2e;
}

#logix-entry-detail-map[b-pa2p9exa7b] {
    width: 100%;
    height: 100%;
    min-height: 180px;
}

.logix-entry-detail-map-overlay[b-pa2p9exa7b] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
}

.logix-entry-detail-map-overlay .coord-bar[b-pa2p9exa7b] {
    pointer-events: auto;
    align-self: flex-start;
    background: rgba(0, 0, 0, 0.75);
    color: var(--copix-text-light, #ffdddd);
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-family: 'Consolas', 'Monaco', monospace;
}

.logix-entry-detail-map-overlay .open-maps-btn[b-pa2p9exa7b] {
    pointer-events: auto;
    align-self: flex-end;
}

.gps-map-container[b-pa2p9exa7b] {
    border-radius: var(--copix-radius-md, 8px);
    overflow: hidden;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.gps-map-container iframe[b-pa2p9exa7b] {
    display: block;
}

.gps-info-bar[b-pa2p9exa7b] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: var(--copix-radius-sm, 6px);
    border: 1px solid var(--copix-border, #7f1d1d);
}

.gps-coord[b-pa2p9exa7b] {
    display: flex;
    flex-direction: column;
    min-width: 80px;
}

.gps-coord .coord-label[b-pa2p9exa7b] {
    font-size: 0.65rem;
    color: var(--copix-text-muted, #d99b9b);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.gps-coord .coord-value[b-pa2p9exa7b] {
    font-size: 0.9rem;
    color: var(--copix-text-light, #ffdddd);
    font-family: 'Consolas', 'Monaco', monospace;
}

.gps-external-link[b-pa2p9exa7b] {
    margin-left: auto;
}

/* Full Image Modal */
.full-image[b-pa2p9exa7b] {
    border-radius: var(--copix-radius-md, 8px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .log-history[b-pa2p9exa7b] {
        padding: 1rem;
    }

    .filters .row[b-pa2p9exa7b] {
        gap: 0.5rem;
    }

    .history-stats[b-pa2p9exa7b] {
        flex-direction: column;
    }

    .stat-card[b-pa2p9exa7b] {
        min-width: 100%;
    }
    
    .entry-photo[b-pa2p9exa7b] {
        max-width: 100%;
    }
    
    .entry-signature[b-pa2p9exa7b] {
        max-width: 100%;
    }
    
    .gps-info-bar[b-pa2p9exa7b] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .gps-external-link[b-pa2p9exa7b] {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}

/* List instance detail: audit thumbs (signatures/photos) and event map */
.history-audit-thumb[b-pa2p9exa7b] {
    max-width: 120px;
    max-height: 90px;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid var(--copix-border, #7f1d1d);
    cursor: pointer;
    display: block;
    margin-top: 4px;
}

.history-audit-thumb:hover[b-pa2p9exa7b] {
    opacity: 0.9;
}

.list-event-map-section .section-title[b-pa2p9exa7b] {
    margin-bottom: 0.5rem;
}

.history-list-event-map-container[b-pa2p9exa7b] {
    min-height: 200px;
    width: 100%;
    border-radius: var(--copix-radius-md, 8px);
    border: 1px solid var(--copix-border, #7f1d1d);
    background: var(--copix-bg-dark, #3b0b0b);
}
/* /Components/Pages/CopIXapp/LogIX/LogIXDashboard.razor.rz.scp.css */
/* ============================================
   LogIX Dashboard - CopIX Theme Styles
   ============================================ */

.logix-dashboard[b-9eoa8v8erh] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.dashboard-header[b-9eoa8v8erh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.dashboard-header h2[b-9eoa8v8erh] {
    margin: 0;
    font-size: 1.75rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.dashboard-controls[b-9eoa8v8erh] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.location-select[b-9eoa8v8erh] {
    width: auto;
    min-width: 200px;
    background-color: var(--copix-bg-medium, #4b1212);
    color: var(--copix-text-primary, #ffffff);
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-sm, 4px);
}

.loading-container[b-9eoa8v8erh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: var(--copix-text-muted, #d99b9b);
}

/* Alert styling */
.alert-info[b-9eoa8v8erh] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem 1.25rem;
}

.alert-info a[b-9eoa8v8erh] {
    color: var(--copix-text-light, #ffdddd);
    text-decoration: underline;
}

/* Dashboard Grid - Responsive card counts */
/* Phone: 2 cards | Tablet: 6 cards | Desktop: 10-12 cards */
.dashboard-grid[b-9eoa8v8erh] {
    display: grid;
    gap: 0.5rem;
    /* Desktop (default): ~10-12 cards with smaller min-width */
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

/* Tablet (576px - 991px): exactly 6 cards */
@media (min-width: 576px) and (max-width: 991px) {
    .dashboard-grid[b-9eoa8v8erh] {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Phone (<576px): exactly 2 cards */
@media (max-width: 575px) {
    .dashboard-grid[b-9eoa8v8erh] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Dashboard Card - Compact design matching original */
.dashboard-card[b-9eoa8v8erh] {
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 0);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-align: center;
    color: rgb(254, 252, 242);
    font-weight: 400;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    line-height: 14px;
    box-shadow: rgb(6, 7, 5) 1px 1px;
    box-sizing: border-box;
}

.dashboard-card:hover[b-9eoa8v8erh] {
    transform: translateY(-2px);
    box-shadow: rgb(6, 7, 5) 2px 2px 4px;
}

/* Emoji at top of card, larger than text */
.card-emoji[b-9eoa8v8erh] {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 2px;
}

.card-time[b-9eoa8v8erh] {
    font-size: 13px;
    margin-bottom: 2px;
    font-family: 'Oxygen', monospace, sans-serif;
    font-weight: 400;
    line-height: 14px;
}

.location-emoji[b-9eoa8v8erh] {
    margin-right: 0.25rem;
}

.card-name[b-9eoa8v8erh] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 700;
    line-height: 12px;
}

/* Status colors - escalating from dark to critical */

/* Green/Normal - Dark black background (silent/OK state) */
.status-green[b-9eoa8v8erh] {
    background-color: rgb(17, 17, 17);
    border-color: rgb(0, 0, 0);
    color: rgb(254, 252, 242);
}

.status-green:hover[b-9eoa8v8erh] {
    background-color: rgb(30, 30, 30);
}

/* Yellow/Warning - Bright yellow background with black text */
.status-yellow[b-9eoa8v8erh] {
    background-color: #FFFF00;
    border-color: #CCCC00;
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.status-yellow:hover[b-9eoa8v8erh] {
    background-color: #FFFF44;
}

.status-yellow .card-name[b-9eoa8v8erh] {
    color: rgb(0, 0, 0);
}

/* Red/Danger - Red background with white text */
.status-red[b-9eoa8v8erh] {
    background-color: #DC2626;
    border-color: #B91C1C;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.status-red:hover[b-9eoa8v8erh] {
    background-color: #EF4444;
}

/* Overdue/FlashingRed - Red with flashing animation */
.status-overdue[b-9eoa8v8erh] {
    background-color: #DC2626;
    border-color: #B91C1C;
    color: rgb(255, 255, 255);
    font-weight: 700;
    animation: flash-red-b-9eoa8v8erh 0.5s ease-in-out infinite;
}

@keyframes flash-red-b-9eoa8v8erh {
    0%, 100% {
        background-color: #DC2626;
        opacity: 1;
    }
    50% {
        background-color: #7F1D1D;
        opacity: 0.85;
    }
}

/* Button styling */
.btn-outline-secondary[b-9eoa8v8erh] {
    background: var(--copix-bg-accent, #611010);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-primary, #ffffff);
    border-radius: var(--copix-radius-sm, 4px);
    transition: all 0.2s ease;
}

.btn-outline-secondary:hover[b-9eoa8v8erh] {
    background: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary-hover, #991b1b);
}

/* Responsive adjustments - Tablet and below */
@media (max-width: 991px) {
    .logix-dashboard[b-9eoa8v8erh] {
        padding: 1rem;
    }

    .dashboard-header[b-9eoa8v8erh] {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .dashboard-header h2[b-9eoa8v8erh] {
        font-size: 1.5rem;
    }

    .dashboard-controls[b-9eoa8v8erh] {
        width: 100%;
    }

    .location-select[b-9eoa8v8erh] {
        flex: 1;
        min-width: 150px;
    }
}

/* Phone-specific adjustments */
@media (max-width: 575px) {
    .logix-dashboard[b-9eoa8v8erh] {
        padding: 0.5rem;
    }

    .dashboard-header h2[b-9eoa8v8erh] {
        font-size: 1.25rem;
    }

    .dashboard-grid[b-9eoa8v8erh] {
        gap: 0.35rem;
    }

    .dashboard-card[b-9eoa8v8erh] {
        padding: 4px;
        font-size: 11px;
    }

    .card-time[b-9eoa8v8erh] {
        font-size: 11px;
        line-height: 12px;
    }

    .card-name[b-9eoa8v8erh] {
        font-size: 9px;
        line-height: 10px;
    }

    .dashboard-person-card[b-9eoa8v8erh] {
        padding: 4px;
        gap: 0.35rem;
    }

    .person-avatar[b-9eoa8v8erh] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }

    .person-card-display-name[b-9eoa8v8erh] {
        font-size: 11px;
    }

    .person-card-log-name[b-9eoa8v8erh] {
        font-size: 9px;
        line-height: 10px;
    }

    .person-card-time[b-9eoa8v8erh] {
        font-size: 10px;
        line-height: 12px;
    }
}

/* Group wrapper: ties parent header + children into one visual unit */
.dashboard-group[b-9eoa8v8erh] {
    margin-bottom: 0.5rem;
}

.dashboard-group:last-child[b-9eoa8v8erh] {
    margin-bottom: 0;
}

/* Staggered indent for location group hierarchy (match timeline) */
.dashboard-group.group-depth-0[b-9eoa8v8erh] { margin-left: 0; }
.dashboard-group.group-depth-1[b-9eoa8v8erh] { margin-left: 20px; }
.dashboard-group.group-depth-2[b-9eoa8v8erh] { margin-left: 40px; }
.dashboard-group.group-depth-3[b-9eoa8v8erh] { margin-left: 60px; }
.dashboard-group.group-depth-4[b-9eoa8v8erh] { margin-left: 80px; }
.dashboard-group.group-depth-5[b-9eoa8v8erh] { margin-left: 100px; }

/* Group separator (parent) styling */
.dashboard-group .group-separator[b-9eoa8v8erh] {
    margin: 24px 0 6px 0;
    padding: 10px 16px;
    border-left: 4px solid var(--copix-primary, #dc3545);
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.15), transparent);
    border-radius: 0 var(--copix-radius-sm, 4px) var(--copix-radius-sm, 4px) 0;
}

.dashboard-group .group-separator:first-child[b-9eoa8v8erh] {
    margin-top: 24px;
}

.dashboard-group .group-separator:first-child:only-child[b-9eoa8v8erh] {
    margin-bottom: 12px;
}

.group-header[b-9eoa8v8erh] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--copix-text-light, #ffdddd);
    letter-spacing: 0.5px;
}

/* Children under a group: subtle indent + soft left edge so they read as "under" the parent */
.dashboard-group .group-children[b-9eoa8v8erh] {
    margin-left: 1rem;
    padding-left: 0.75rem;
    border-left: 1px solid rgba(255, 221, 221, 0.12);
    margin-top: 0;
}

/* Phone-specific group and children adjustments */
@media (max-width: 575px) {
    .dashboard-group .group-separator[b-9eoa8v8erh] {
        margin: 16px 0 6px 0;
        padding: 8px 12px;
    }

    .group-header[b-9eoa8v8erh] {
        font-size: 0.875rem;
    }

    .dashboard-group .group-children[b-9eoa8v8erh] {
        margin-left: 0.75rem;
        padding-left: 0.5rem;
    }
}

/* ============================================
   NFC Requirement Styles
   ============================================ */

/* NFC indicator on dashboard cards */
.nfc-indicator[b-9eoa8v8erh] {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 10px;
    line-height: 1;
    padding: 1px 3px;
    background-color: rgba(255, 193, 7, 0.9);
    border-radius: 3px;
    color: #000;
    z-index: 1;
}

.nfc-indicator.nfc-verified[b-9eoa8v8erh] {
    background-color: rgba(40, 167, 69, 0.9);
    color: #fff;
}

/* Make dashboard card position relative for indicator */
.dashboard-card[b-9eoa8v8erh] {
    position: relative;
}

/* NFC-locked card styling */
.dashboard-card.nfc-locked[b-9eoa8v8erh] {
    opacity: 0.7;
    filter: grayscale(30%);
}

.dashboard-card.nfc-locked[b-9eoa8v8erh]::before {
    content: '🔒';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    opacity: 0.5;
    z-index: 2;
    pointer-events: none;
}

.dashboard-card.nfc-locked:hover[b-9eoa8v8erh] {
    opacity: 0.85;
    filter: grayscale(20%);
}

/* NFC Scanning Modal */
.nfc-scanning-animation[b-9eoa8v8erh] {
    padding: 2rem;
}

.nfc-scanning-animation .spinner-border[b-9eoa8v8erh] {
    width: 3rem;
    height: 3rem;
}

/* Phone-specific NFC adjustments */
@media (max-width: 575px) {
    .nfc-indicator[b-9eoa8v8erh] {
        font-size: 8px;
        padding: 1px 2px;
    }

    .dashboard-card.nfc-locked[b-9eoa8v8erh]::before {
        font-size: 14px;
    }
}

/* ============================================
   Persons on dashboard (last log) section
   Same grid and card size as LogIX notification cards above
   ============================================ */
.dashboard-persons-section[b-9eoa8v8erh] {
    border-top: 1px solid var(--copix-border, rgba(255, 221, 221, 0.2));
    padding-top: 1rem;
}

.dashboard-persons-section .group-header[b-9eoa8v8erh] {
    margin-bottom: 0.5rem;
}

.dashboard-persons-grid[b-9eoa8v8erh] {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

@media (min-width: 576px) and (max-width: 991px) {
    .dashboard-persons-grid[b-9eoa8v8erh] {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 575px) {
    .dashboard-persons-grid[b-9eoa8v8erh] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Person card: photo left, content right (name, last log, time) */
.dashboard-person-card[b-9eoa8v8erh] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 0);
    background: var(--copix-bg-medium, rgba(75, 18, 18, 0.5));
    box-shadow: rgb(6, 7, 5) 1px 1px;
    box-sizing: border-box;
    font-family: 'Oxygen', sans-serif;
    color: rgb(254, 252, 242);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-align: left;
}

.dashboard-person-card:hover[b-9eoa8v8erh] {
    transform: translateY(-2px);
    box-shadow: rgb(6, 7, 5) 2px 2px 4px;
}

.dashboard-person-card:focus[b-9eoa8v8erh] {
    outline: 2px solid rgba(255, 221, 221, 0.5);
    outline-offset: 2px;
}

/* Person card status colors (same as log cards: black / yellow / red / flashing red) */
.dashboard-person-card.status-green[b-9eoa8v8erh] {
    background-color: rgb(17, 17, 17);
    border-color: rgb(0, 0, 0);
    color: rgb(254, 252, 242);
}

.dashboard-person-card.status-green:hover[b-9eoa8v8erh] {
    background-color: rgb(30, 30, 30);
}

.dashboard-person-card.status-yellow[b-9eoa8v8erh] {
    background-color: #FFFF00;
    border-color: #CCCC00;
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.dashboard-person-card.status-yellow:hover[b-9eoa8v8erh] {
    background-color: #FFFF44;
}

.dashboard-person-card.status-yellow .person-card-display-name[b-9eoa8v8erh],
.dashboard-person-card.status-yellow .person-card-log-name[b-9eoa8v8erh],
.dashboard-person-card.status-yellow .person-card-time[b-9eoa8v8erh] {
    color: rgb(0, 0, 0);
}

.dashboard-person-card.status-red[b-9eoa8v8erh] {
    background-color: #DC2626;
    border-color: #B91C1C;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.dashboard-person-card.status-red:hover[b-9eoa8v8erh] {
    background-color: #EF4444;
}

.dashboard-person-card.status-red .person-card-display-name[b-9eoa8v8erh],
.dashboard-person-card.status-red .person-card-log-name[b-9eoa8v8erh],
.dashboard-person-card.status-red .person-card-time[b-9eoa8v8erh] {
    color: rgb(255, 255, 255);
}

.dashboard-person-card.status-overdue[b-9eoa8v8erh] {
    background-color: #DC2626;
    border-color: #B91C1C;
    color: rgb(255, 255, 255);
    font-weight: 700;
    animation: flash-red-b-9eoa8v8erh 0.5s ease-in-out infinite;
}

.dashboard-person-card.status-overdue .person-card-display-name[b-9eoa8v8erh],
.dashboard-person-card.status-overdue .person-card-log-name[b-9eoa8v8erh],
.dashboard-person-card.status-overdue .person-card-time[b-9eoa8v8erh] {
    color: rgb(255, 255, 255);
}

.person-avatar-wrap[b-9eoa8v8erh] {
    flex-shrink: 0;
    line-height: 0;
}

.person-avatar[b-9eoa8v8erh] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 221, 221, 0.35);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.25);
}

.person-card-content[b-9eoa8v8erh] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
    flex: 1;
}

.person-card-display-name[b-9eoa8v8erh] {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--copix-text-light, #ffdddd);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.person-card-log-name[b-9eoa8v8erh] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--copix-text-primary, rgb(254, 252, 242));
}

.person-card-time[b-9eoa8v8erh] {
    font-size: 12px;
    font-family: 'Oxygen', monospace, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: var(--copix-text-muted, #d99b9b);
}
/* /Components/Pages/CopIXapp/LogIX/LogIXListEntry.razor.rz.scp.css */
/* Card separation for each list item - CopIX dark theme */
.logix-list-entry .list-item-card[b-6c5m67m94e] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    box-shadow: var(--copix-shadow-sm, 0 2px 4px rgba(0, 0, 0, 0.2));
}

/* List item labels and descriptions - theme text colors */
.logix-list-entry .list-item-label[b-6c5m67m94e] {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.logix-list-entry .list-item-desc[b-6c5m67m94e] {
    color: var(--copix-text-muted, #d99b9b) !important;
}

/* Uploaded photos: max 250px height to prevent oversized display */
.logix-list-entry .list-item-photo .list-item-thumb[b-6c5m67m94e] {
    max-height: 250px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 0.5rem;
    border-radius: var(--copix-radius-sm, 4px);
    border: 1px solid var(--copix-border-light, #5f1515);
}

/* Signature thumbnails (smaller, in audit) - keep compact */
.logix-list-entry .list-item-signature .list-item-thumb[b-6c5m67m94e] {
    max-height: 120px;
    max-width: 100%;
    object-fit: contain;
}

/* Audit section: card with theme colors; scroll after ~3 entries */
.logix-list-entry .list-item-audit-card[b-6c5m67m94e] {
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-sm, 6px);
    border: 1px solid var(--copix-border-light, #5f1515);
}

.logix-list-entry .audit-entries-scroll[b-6c5m67m94e] {
    max-height: 4.5rem; /* ~3 lines of small text */
    overflow-y: auto;
    overflow-x: hidden;
}

.logix-list-entry .audit-entry[b-6c5m67m94e] {
    font-size: 0.75rem;
    color: var(--copix-text-muted, #d99b9b);
    padding: 0.2rem 0;
    line-height: 1.35;
}

.logix-list-entry .audit-meta[b-6c5m67m94e] {
    color: var(--copix-text-muted, #d99b9b);
}

.logix-list-entry .audit-state[b-6c5m67m94e] {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
}

.logix-list-entry .audit-empty[b-6c5m67m94e] {
    color: var(--copix-text-subtle, #9ca3af);
    font-style: italic;
}

.logix-list-entry .audit-thumb[b-6c5m67m94e] {
    max-width: 48px;
    max-height: 36px;
    margin-left: 4px;
    vertical-align: middle;
}

.logix-list-entry .star-rating-container[b-6c5m67m94e] {
    display: flex;
    gap: 2px;
}

.logix-list-entry .star-btn[b-6c5m67m94e] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    padding: 0 2px;
}

.logix-list-entry .star-btn.filled[b-6c5m67m94e] {
    color: #ffc107;
}

/* Event map - dark theme */
.logix-list-entry .list-event-map-container[b-6c5m67m94e] {
    height: 280px;
    width: 100%;
    border-radius: var(--copix-radius-md, 8px);
    border: 1px solid var(--copix-border, #7f1d1d);
    background: var(--copix-bg-dark, #3b0b0b);
}

/* List entry header and actions - ensure theme consistency */
.logix-list-entry .list-entry-header h2[b-6c5m67m94e] {
    color: var(--copix-text-light, #ffdddd);
}

.logix-list-entry .list-entry-readonly h3[b-6c5m67m94e] {
    color: var(--copix-text-light, #ffdddd);
}

.logix-list-entry .display-text[b-6c5m67m94e] {
    color: var(--copix-text-muted, #d99b9b);
}
/* /Components/Pages/CopIXapp/LogIX/LogIXListSettings.razor.rz.scp.css */
/* List Settings - same layout as Log Builder */
.log-builder[b-bzmsn61ak9] {
    padding: 1.5rem;
    max-width: 1600px;
    margin: 0 auto;
}

.page-header[b-bzmsn61ak9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-header h2[b-bzmsn61ak9] {
    margin: 0;
    font-size: 1.75rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.header-actions[b-bzmsn61ak9] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.builder-container[b-bzmsn61ak9] {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1.5rem;
    min-height: 600px;
}

.definitions-panel[b-bzmsn61ak9] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1rem;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.definitions-panel h5[b-bzmsn61ak9] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--copix-border-light, #5f1515);
}

.definition-list[b-bzmsn61ak9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.definition-item[b-bzmsn61ak9] {
    background: var(--copix-bg-darkest, #2d0a0a);
    border: 1px solid var(--copix-border-light, #5f1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.definition-item:hover[b-bzmsn61ak9] {
    background: var(--copix-bg-accent, #611010);
    border-color: var(--copix-border, #7f1d1d);
}

.definition-item.selected[b-bzmsn61ak9] {
    background: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary-hover, #991b1b);
}

.definition-item.inactive[b-bzmsn61ak9] {
    opacity: 0.6;
}

.def-emoji[b-bzmsn61ak9] {
    font-size: 1.5rem;
    line-height: 1;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.def-info[b-bzmsn61ak9] {
    flex: 1;
    min-width: 0;
}

.def-name[b-bzmsn61ak9] {
    display: block;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.def-meta[b-bzmsn61ak9] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.25rem;
}

.def-meta .text-muted[b-bzmsn61ak9] {
    color: var(--copix-text-subtle, #9ca3af) !important;
    font-size: 0.75rem;
}

.version-badge[b-bzmsn61ak9] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    color: var(--copix-info, #60a5fa);
    padding: 0.15rem 0.4rem;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.7rem;
    font-weight: 500;
}

.editor-panel[b-bzmsn61ak9] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.5rem;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.no-selection[b-bzmsn61ak9] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--copix-text-muted, #d99b9b);
    text-align: center;
    padding: 2rem;
}

.definition-editor[b-bzmsn61ak9] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.editor-header[b-bzmsn61ak9] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--copix-border-light, #5f1515);
}

.editor-header h4[b-bzmsn61ak9] {
    margin: 0;
    color: var(--copix-text-light, #ffdddd);
    font-size: 1.25rem;
}

.editor-actions[b-bzmsn61ak9] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.editor-section[b-bzmsn61ak9] {
    background: var(--copix-bg-darkest, #2d0a0a);
    border: 1px solid var(--copix-border-light, #5f1515);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1.25rem;
}

.editor-section h6[b-bzmsn61ak9] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-header[b-bzmsn61ak9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.section-header h6[b-bzmsn61ak9] {
    margin: 0;
}

.attributes-list[b-bzmsn61ak9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.attribute-item[b-bzmsn61ak9] {
    background: var(--copix-bg-medium, #4b1212);
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.attribute-label[b-bzmsn61ak9] {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
}

.attribute-actions[b-bzmsn61ak9] {
    display: flex;
    gap: 0.35rem;
}

.attribute-actions .btn[b-bzmsn61ak9] {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}

.editor-section .form-label[b-bzmsn61ak9] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 0.9rem;
}

.editor-section .text-muted[b-bzmsn61ak9] {
    color: var(--copix-text-subtle, #9ca3af) !important;
    font-size: 0.8rem;
}

.log-builder .alert-warning[b-bzmsn61ak9],
.log-builder .alert-danger[b-bzmsn61ak9],
.log-builder .alert-info[b-bzmsn61ak9] {
    border-radius: var(--copix-radius-md, 8px);
}

@media (max-width: 992px) {
    .builder-container[b-bzmsn61ak9] {
        grid-template-columns: 1fr;
    }
    .definitions-panel[b-bzmsn61ak9] {
        max-height: 300px;
    }
}

@media (max-width: 768px) {
    .log-builder[b-bzmsn61ak9] {
        padding: 1rem;
    }
    .page-header[b-bzmsn61ak9] {
        flex-direction: column;
        align-items: flex-start;
    }
    .editor-header[b-bzmsn61ak9] {
        flex-direction: column;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXLocations.razor.rz.scp.css */
/* ============================================
   LogIX Locations - CopIX Theme Styles
   ============================================ */

.definition-emoji[b-dhpc1jp1rm] {
    display: inline-block;
    margin-right: 0.35rem;
    font-size: 1.1em;
}

.location-emoji[b-dhpc1jp1rm] {
    margin-right: 0.25rem;
}

/* Page fills available area; card grows to fill, tree scrolls internally */
.logix-locations[b-dhpc1jp1rm] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 120px);
    min-height: calc(100svh - 120px);
}

/* Page Header - do not shrink so card gets remaining space */
.page-header[b-dhpc1jp1rm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
    flex-shrink: 0;
}

.page-header h2[b-dhpc1jp1rm] {
    margin: 0;
    color: var(--copix-text-light, #ffdddd);
    font-size: 1.75rem;
    font-weight: 600;
}

.header-actions[b-dhpc1jp1rm] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Loading State */
.loading-container[b-dhpc1jp1rm] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: var(--copix-text-muted, #d99b9b);
    flex-shrink: 0;
}

/* Locations Grid */
.locations-grid[b-dhpc1jp1rm] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

/* Location Card */
.location-card[b-dhpc1jp1rm] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.25rem;
    transition: all 0.2s ease;
}

.location-card:hover[b-dhpc1jp1rm] {
    border-color: var(--copix-primary-hover, #991b1b);
    transform: translateY(-2px);
    box-shadow: var(--copix-shadow-md, 0 4px 12px rgba(0, 0, 0, 0.3));
}

/* Location Header */
.location-header[b-dhpc1jp1rm] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.location-header h4[b-dhpc1jp1rm] {
    margin: 0;
    font-size: 1.15rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.location-actions[b-dhpc1jp1rm] {
    display: flex;
    gap: 0.35rem;
}

.location-actions .btn[b-dhpc1jp1rm] {
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
    background: var(--copix-bg-accent, #611010);
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-sm, 4px);
    color: var(--copix-text-primary, #ffffff);
    transition: all 0.2s ease;
}

.location-actions .btn:hover[b-dhpc1jp1rm] {
    background: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary-hover, #991b1b);
    transform: translateY(-1px);
}

.location-actions .btn-outline-danger:hover[b-dhpc1jp1rm] {
    background: var(--copix-danger, #ef4444);
    border-color: var(--copix-danger, #ef4444);
}

/* Location Description */
.location-description[b-dhpc1jp1rm] {
    color: var(--copix-text-muted, #d99b9b);
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

/* Location Info */
.location-info[b-dhpc1jp1rm] {
    margin-top: 0.75rem;
}

.location-info .badge[b-dhpc1jp1rm] {
    background: var(--copix-bg-accent, #611010);
    color: var(--copix-text-light, #ffdddd);
    padding: 0.35rem 0.75rem;
    border-radius: var(--copix-radius-full, 9999px);
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid var(--copix-border-light, #5f1515);
}

/* Location GUID */
.location-guid[b-dhpc1jp1rm] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed var(--copix-border-light, #5f1515);
}

.location-guid small[b-dhpc1jp1rm] {
    color: var(--copix-text-subtle, #9ca3af);
    font-family: monospace;
    font-size: 0.8rem;
}

/* Location Buttons */
.location-buttons[b-dhpc1jp1rm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--copix-border-light, #5f1515);
}

.location-buttons .btn[b-dhpc1jp1rm] {
    flex: 1;
    min-width: 120px;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: var(--copix-radius-sm, 4px);
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.location-buttons .btn-outline-secondary[b-dhpc1jp1rm] {
    background: var(--copix-bg-accent, #611010);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-primary, #ffffff);
}

.location-buttons .btn-outline-secondary:hover[b-dhpc1jp1rm] {
    background: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary-hover, #991b1b);
    transform: translateY(-1px);
}

.location-buttons .btn-outline-warning[b-dhpc1jp1rm] {
    background: var(--copix-warning-bg, rgba(249, 115, 22, 0.15));
    border: 1px solid var(--copix-warning-border, rgba(249, 115, 22, 0.3));
    color: var(--copix-warning, #f97316);
}

.location-buttons .btn-outline-warning:hover[b-dhpc1jp1rm] {
    background: var(--copix-warning, #f97316);
    border-color: var(--copix-warning, #f97316);
    color: var(--copix-text-primary, #ffffff);
    transform: translateY(-1px);
}

.location-buttons .btn-outline-info[b-dhpc1jp1rm] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
}

.location-buttons .btn-outline-info:hover[b-dhpc1jp1rm] {
    background: var(--copix-info, #60a5fa);
    border-color: var(--copix-info, #60a5fa);
    color: var(--copix-text-primary, #ffffff);
    transform: translateY(-1px);
}

.location-buttons .btn:disabled[b-dhpc1jp1rm] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* NFC Status Badges */
.header-actions .badge[b-dhpc1jp1rm] {
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
    border-radius: var(--copix-radius-sm, 4px);
}

.header-actions .badge.bg-success[b-dhpc1jp1rm] {
    background: var(--copix-success-bg, rgba(52, 211, 153, 0.15)) !important;
    color: var(--copix-success, #34d399);
    border: 1px solid var(--copix-success-border, rgba(52, 211, 153, 0.3));
}

.header-actions .badge.bg-warning[b-dhpc1jp1rm] {
    background: var(--copix-warning-bg, rgba(249, 115, 22, 0.15)) !important;
    color: var(--copix-warning, #f97316);
    border: 1px solid var(--copix-warning-border, rgba(249, 115, 22, 0.3));
}

.header-actions .badge.bg-danger[b-dhpc1jp1rm] {
    background: var(--copix-danger-bg, rgba(239, 68, 68, 0.15)) !important;
    color: var(--copix-danger, #ef4444);
    border: 1px solid var(--copix-danger-border, rgba(239, 68, 68, 0.3));
}

/* Alert Styles */
.alert[b-dhpc1jp1rm] {
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem;
    margin-bottom: 1rem;
}

.alert-info[b-dhpc1jp1rm] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
}

.alert-success[b-dhpc1jp1rm] {
    background: var(--copix-success-bg, rgba(52, 211, 153, 0.15));
    border: 1px solid var(--copix-success-border, rgba(52, 211, 153, 0.3));
    color: var(--copix-success, #34d399);
}

.alert-danger[b-dhpc1jp1rm] {
    background: var(--copix-danger-bg, rgba(239, 68, 68, 0.15));
    border: 1px solid var(--copix-danger-border, rgba(239, 68, 68, 0.3));
    color: var(--copix-danger, #ef4444);
}

/* Empty State */
.alert.alert-info[b-dhpc1jp1rm] {
    text-align: center;
    padding: 2rem;
    background: var(--copix-bg-dark, #3b0b0b);
    border: 1px dashed var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
}

/* Syncfusion TreeView - override default blue selection to match CopIX theme */
.logix-locations-tree::deep .e-treeview .e-list-item.e-active[b-dhpc1jp1rm],
.logix-locations-tree::deep .e-treeview .e-list-item.e-active > .e-fullrow[b-dhpc1jp1rm],
.logix-locations-tree::deep .e-treeview .e-list-item.e-active .e-fullrow[b-dhpc1jp1rm],
.logix-locations-tree::deep .e-treeview .e-list-item.e-active .e-text-content[b-dhpc1jp1rm],
.logix-locations-tree::deep .e-treeview .e-list-item.e-active .e-icons[b-dhpc1jp1rm] {
    background-color: var(--copix-primary, #7f1d1d) !important;
    border-color: var(--copix-border, #7f1d1d) !important;
    color: var(--copix-text-light, #ffdddd) !important;
    border-radius: var(--copix-radius-sm, 4px);
}

/* Hover/focus state - theme-consistent highlight */
.logix-locations-tree::deep .e-treeview .e-list-item.e-hover[b-dhpc1jp1rm],
.logix-locations-tree::deep .e-treeview .e-list-item.e-hover > .e-fullrow[b-dhpc1jp1rm],
.logix-locations-tree::deep .e-treeview .e-list-item.e-hover .e-fullrow[b-dhpc1jp1rm],
.logix-locations-tree::deep .e-treeview .e-list-item.e-hover .e-text-content[b-dhpc1jp1rm] {
    background-color: var(--copix-bg-accent, #611010) !important;
    border-color: var(--copix-border-light, #5f1515) !important;
    color: var(--copix-text-light, #ffdddd) !important;
}

.logix-locations-tree::deep .e-treeview .e-fullrow[b-dhpc1jp1rm] {
    width: 100% !important;
    min-width: 100%;
}

/* Ensure the list-item and text-content fill full width so selection covers entire row */
.logix-locations-tree::deep .e-treeview .e-list-item[b-dhpc1jp1rm] {
    width: 100%;
}

.logix-locations-tree::deep .e-treeview .e-list-item .e-text-content[b-dhpc1jp1rm] {
    flex: 1;
    min-width: 0;
}

/* Location-centric tree - fills available area, scrolls only when needed (enables popdowns to render correctly) */
.locations-tree-container[b-dhpc1jp1rm] {
    flex: 1 1 auto;
    min-height: 0; /* Critical: allows flex child to shrink and enable overflow */
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1rem;
    overflow: hidden; /* Contain tree scroll; dropdowns use position:absolute within tree nodes */
}

/* Inner scroll area - fills the card; single scroll when content overflows (no inner tree scroll) */
.locations-tree-scroll[b-dhpc1jp1rm] {
    flex: 1;
    min-height: 0; /* Allow flex child to shrink so card height drives layout */
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 6rem; /* Space for dropdowns below last node */
}

.locations-tree-scroll[b-dhpc1jp1rm]::-webkit-scrollbar {
    width: 6px;
}

.locations-tree-scroll[b-dhpc1jp1rm]::-webkit-scrollbar-track {
    background: var(--copix-bg-dark, #2a1010);
    border-radius: 3px;
}

.locations-tree-scroll[b-dhpc1jp1rm]::-webkit-scrollbar-thumb {
    background-color: var(--copix-border, #7f1d1d);
    border-radius: 3px;
}

/* Tree grows with content so only the card scrolls (no inner scrollbar when one/few entries) */
.logix-locations-tree::deep .e-treeview[b-dhpc1jp1rm],
.logix-locations-tree::deep .e-treeview .e-list-parent[b-dhpc1jp1rm],
.logix-locations-tree::deep .e-treeview .e-ul[b-dhpc1jp1rm],
.logix-locations-tree::deep .e-treeview [class*="e-content"][b-dhpc1jp1rm] {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

.logix-locations-tree[b-dhpc1jp1rm] {
    --tree-node-padding: 0.5rem 0.35rem;
}

.tree-node[b-dhpc1jp1rm] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    padding: var(--tree-node-padding);
    border-radius: var(--copix-radius-sm, 4px);
    min-height: 44px;
}

.tree-node:hover[b-dhpc1jp1rm] {
    background: var(--copix-bg-accent, rgba(127, 29, 29, 0.2));
}

.tree-node-label[b-dhpc1jp1rm] {
    flex: 1;
    min-width: 0;
    color: var(--copix-text-light, #ffdddd);
}

.tree-node-actions[b-dhpc1jp1rm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: center;
}

.tree-node-actions .btn[b-dhpc1jp1rm] {
    padding: 0.35rem 0.5rem;
    font-size: 0.85rem;
    min-height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.tree-node-actions .btn small[b-dhpc1jp1rm] {
    font-size: 0.7rem;
    font-weight: 500;
    opacity: 0.9;
}

/* Dropdown wrapper: keeps dropdown panel positioned under the button */
.tree-node-dropdown-wrapper[b-dhpc1jp1rm] {
    position: relative;
    display: inline-block;
}

.tree-node-dropdown-panel[b-dhpc1jp1rm] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    min-width: 280px;
    max-width: 360px;
    margin-top: 0.25rem;
    padding: 0.75rem;
    background: var(--copix-bg-dark, #3b0b0b);
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-md, 8px);
    box-shadow: var(--copix-shadow-md, 0 4px 12px rgba(0, 0, 0, 0.4));
}

.tree-node-dropdown-panel .text-muted[b-dhpc1jp1rm],
.tree-node-dropdown-panel small[b-dhpc1jp1rm] {
    color: var(--copix-text-light, #ffdddd) !important;
    opacity: 0.95;
}

.tree-node-dropdown-panel a[b-dhpc1jp1rm] {
    color: var(--copix-info, #60a5fa);
}

.tree-node-dropdown-panel code[b-dhpc1jp1rm] {
    color: var(--copix-text-light, #ffdddd);
    background: rgba(0,0,0,0.3);
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-size: 0.8rem;
}

/* Staggered indent for hierarchy (depth 0–5) */
.tree-node.group-depth-0[b-dhpc1jp1rm] { margin-left: 0; padding-left: 0.25rem; }
.tree-node.group-depth-1[b-dhpc1jp1rm] { margin-left: 20px; }
.tree-node.group-depth-2[b-dhpc1jp1rm] { margin-left: 40px; }
.tree-node.group-depth-3[b-dhpc1jp1rm] { margin-left: 60px; }
.tree-node.group-depth-4[b-dhpc1jp1rm] { margin-left: 80px; }
.tree-node.group-depth-5[b-dhpc1jp1rm] { margin-left: 100px; }

/* Responsive */
@media (max-width: 768px) {
    .logix-locations[b-dhpc1jp1rm] {
        padding: 1rem;
    }

    .page-header[b-dhpc1jp1rm] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .page-header h2[b-dhpc1jp1rm] {
        font-size: 1.5rem;
    }
    
    .header-actions[b-dhpc1jp1rm] {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .locations-grid[b-dhpc1jp1rm] {
        grid-template-columns: 1fr;
    }
    
    .location-buttons[b-dhpc1jp1rm] {
        flex-direction: column;
    }
    
    .location-buttons .btn[b-dhpc1jp1rm] {
        min-width: 100%;
    }

    .tree-node-actions[b-dhpc1jp1rm] {
        width: 100%;
        justify-content: flex-start;
    }
    
    .tree-node-actions .btn[b-dhpc1jp1rm] {
        min-width: 44px;
    }

    .tree-node-actions .btn small[b-dhpc1jp1rm] {
        font-size: 0.65rem;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXPerformLists.razor.rz.scp.css */
/* ============================================
   LogIX Perform Lists - CopIX Theme Styles
   ============================================ */

.perform-lists-page[b-4vfvre7bh3] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.perform-lists-page .page-header h2[b-4vfvre7bh3] {
    margin: 0 0 1rem 0;
    font-size: 1.75rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

/* Start list section - match CopIX dark burgundy theme */
.perform-lists-page .start-list-section[b-4vfvre7bh3] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    color: var(--copix-text-light, #ffdddd);
}

.perform-lists-page .start-list-section .card-header[b-4vfvre7bh3] {
    background: transparent;
    border-bottom: 1px solid var(--copix-border-light, #5f1515);
    padding: 1rem 1.25rem;
}

.perform-lists-page .start-list-section .card-header h5[b-4vfvre7bh3] {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.perform-lists-page .start-list-section .card-body[b-4vfvre7bh3] {
    padding: 1.25rem;
    color: var(--copix-text-light, #ffdddd);
}

.perform-lists-page .start-list-section .form-label[b-4vfvre7bh3] {
    color: var(--copix-text-muted, #d99b9b);
}

/* Active lists section */
.perform-lists-page .active-lists-section h5[b-4vfvre7bh3] {
    color: var(--copix-text-light, #ffdddd);
    margin-bottom: 1rem;
}

.perform-lists-page .active-lists-section .list-group-item[b-4vfvre7bh3] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border-light, #5f1515);
    color: var(--copix-text-light, #ffdddd);
}

.perform-lists-page .active-lists-section .list-group-item:hover[b-4vfvre7bh3] {
    background: var(--copix-bg-accent, #611010);
    border-color: var(--copix-border, #7f1d1d);
}

.perform-lists-page .active-lists-section .list-group-item .badge.bg-info[b-4vfvre7bh3] {
    background-color: var(--copix-info, #60a5fa) !important;
}

.loading-container[b-4vfvre7bh3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: var(--copix-text-muted, #d99b9b);
}
/* /Components/Pages/CopIXapp/LogIX/LogIXPerformLogs.razor.rz.scp.css */
/* ============================================
   LogIX Perform Logs - CopIX Theme Styles
   ============================================ */

.perform-logs[b-ryo9j04fbg] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.perform-header[b-ryo9j04fbg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.perform-header h2[b-ryo9j04fbg] {
    margin: 0;
    font-size: 1.75rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.nfc-controls[b-ryo9j04fbg] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.scanning-indicator[b-ryo9j04fbg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--copix-warning, #f97316);
    font-weight: 500;
}

.pulse-dot[b-ryo9j04fbg] {
    width: 12px;
    height: 12px;
    background-color: var(--copix-warning, #f97316);
    border-radius: 50%;
    animation: pulse-animation-b-ryo9j04fbg 1.5s ease-in-out infinite;
}

@keyframes pulse-animation-b-ryo9j04fbg {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.nfc-not-supported[b-ryo9j04fbg] {
    text-align: right;
}

.nfc-not-supported .badge[b-ryo9j04fbg] {
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
    border-radius: var(--copix-radius-sm, 4px);
}

.loading-container[b-ryo9j04fbg] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: var(--copix-text-muted, #d99b9b);
}

/* Location Info Banner */
.location-info[b-ryo9j04fbg] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.location-badge[b-ryo9j04fbg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--copix-success, #34d399);
    color: var(--copix-bg-darkest, #1a0808);
    padding: 0.5rem 1rem;
    border-radius: var(--copix-radius-full, 9999px);
    font-weight: bold;
}

.location-icon[b-ryo9j04fbg] {
    font-size: 1.25rem;
}

.location-name[b-ryo9j04fbg] {
    font-size: 1.1rem;
}

.location-description[b-ryo9j04fbg] {
    margin: 0;
    color: var(--copix-text-muted, #d99b9b);
    flex: 1;
}

/* Logs Grid */
.logs-grid[b-ryo9j04fbg] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.25rem;
}

/* Log Card */
.log-card[b-ryo9j04fbg] {
    padding: 1.25rem;
    border-radius: var(--copix-radius-lg, 12px);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.log-card:hover[b-ryo9j04fbg] {
    transform: translateY(-3px);
    box-shadow: var(--copix-shadow-lg, 0 8px 24px rgba(0, 0, 0, 0.4));
}

/* Emoji at top of card, larger than text */
.card-emoji[b-ryo9j04fbg] {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.card-status[b-ryo9j04fbg] {
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
}

.time-remaining[b-ryo9j04fbg] {
    color: rgba(255, 255, 255, 0.8);
}

.time-overdue[b-ryo9j04fbg] {
    color: var(--copix-text-primary, #fff);
    font-weight: bold;
}

.card-name[b-ryo9j04fbg] {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-action[b-ryo9j04fbg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
}

.action-icon[b-ryo9j04fbg] {
    font-size: 1.1rem;
}

/* Status colors - using CopIX theme */
.status-green[b-ryo9j04fbg] {
    background-color: var(--copix-bg-darkest, #1a0808);
    border: 2px solid var(--copix-success, #34d399);
    color: var(--copix-success, #34d399);
}

.status-green:hover[b-ryo9j04fbg] {
    background-color: var(--copix-success-bg, rgba(52, 211, 153, 0.15));
}

.status-yellow[b-ryo9j04fbg] {
    background-color: var(--copix-warning, #f97316);
    color: var(--copix-bg-darkest, #1a0808);
}

.status-yellow:hover[b-ryo9j04fbg] {
    background-color: #fb923c;
}

.status-yellow .card-action[b-ryo9j04fbg] {
    border-top-color: rgba(0, 0, 0, 0.2);
}

.status-red[b-ryo9j04fbg] {
    background-color: var(--copix-danger, #ef4444);
    color: var(--copix-text-primary, #fff);
}

.status-red:hover[b-ryo9j04fbg] {
    background-color: #f87171;
}

.status-overdue[b-ryo9j04fbg] {
    background-color: var(--copix-danger, #ef4444);
    color: var(--copix-text-primary, #fff);
    animation: card-pulse-b-ryo9j04fbg 2s ease-in-out infinite;
}

@keyframes card-pulse-b-ryo9j04fbg {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.85;
        transform: scale(1.01);
    }
}

/* No Location State */
.no-location[b-ryo9j04fbg] {
    text-align: center;
    padding: 2rem;
}

.scan-prompt[b-ryo9j04fbg] {
    padding: 3rem;
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border-radius: var(--copix-radius-lg, 12px);
    border: 2px dashed var(--copix-border, #7f1d1d);
}

.scan-prompt h4[b-ryo9j04fbg] {
    color: var(--copix-text-light, #ffdddd);
    margin-bottom: 0.5rem;
}

.scan-icon[b-ryo9j04fbg] {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: scan-pulse-b-ryo9j04fbg 2s ease-in-out infinite;
}

@keyframes scan-pulse-b-ryo9j04fbg {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

.manual-select[b-ryo9j04fbg] {
    margin-top: 2rem;
}

.manual-select h5[b-ryo9j04fbg] {
    margin-bottom: 1rem;
    color: var(--copix-text-muted, #d99b9b);
}

.location-buttons[b-ryo9j04fbg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.location-btn[b-ryo9j04fbg] {
    min-width: 120px;
    background: var(--copix-bg-accent, #611010);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-primary, #ffffff);
    transition: all 0.2s ease;
}

.location-btn:hover[b-ryo9j04fbg] {
    background: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary-hover, #991b1b);
    transform: translateY(-1px);
}

/* Alert Styles */
.alert[b-ryo9j04fbg] {
    border-radius: var(--copix-radius-md, 8px);
}

.alert-info[b-ryo9j04fbg] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
}

.alert-info a[b-ryo9j04fbg] {
    color: var(--copix-text-light, #ffdddd);
}

.alert-danger[b-ryo9j04fbg] {
    background: var(--copix-danger-bg, rgba(239, 68, 68, 0.15));
    border: 1px solid var(--copix-danger-border, rgba(239, 68, 68, 0.3));
    color: var(--copix-danger, #ef4444);
}

.alert-success[b-ryo9j04fbg] {
    background: var(--copix-success-bg, rgba(52, 211, 153, 0.15));
    border: 1px solid var(--copix-success-border, rgba(52, 211, 153, 0.3));
    color: var(--copix-success, #34d399);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .perform-logs[b-ryo9j04fbg] {
        padding: 1rem;
    }

    .perform-header[b-ryo9j04fbg] {
        flex-direction: column;
        align-items: flex-start;
    }

    .perform-header h2[b-ryo9j04fbg] {
        font-size: 1.5rem;
    }

    .nfc-controls[b-ryo9j04fbg] {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .location-info[b-ryo9j04fbg] {
        flex-direction: column;
        align-items: flex-start;
    }

    .logs-grid[b-ryo9j04fbg] {
        grid-template-columns: 1fr;
    }

    .scan-prompt[b-ryo9j04fbg] {
        padding: 2rem 1rem;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXPublicDashboard.razor.rz.scp.css */
/* ============================================
   LogIX Public Dashboard - Standalone Styles
   No menu, no login - full screen dashboard
   ============================================ */

/* Burn-in prevention overlay */
.burn-in-overlay[b-8fbw4pcrov] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    z-index: 9999;
    animation: fadeInOut-b-8fbw4pcrov 2s ease-in-out;
}

@keyframes fadeInOut-b-8fbw4pcrov {
    0% { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}

/* Main container - full viewport */
.public-dashboard[b-8fbw4pcrov] {
    min-height: 100vh;
    width: 100%;
    padding: 1.5rem;
    background: linear-gradient(135deg, #1a0a0a 0%, #2d0f0f 50%, #1a0a0a 100%);
    color: #ffffff;
    box-sizing: border-box;
}

/* Error container */
.error-container[b-8fbw4pcrov] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-content[b-8fbw4pcrov] {
    text-align: center;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.error-content h2[b-8fbw4pcrov] {
    color: #dc3545;
    margin-bottom: 1rem;
}

.error-content p[b-8fbw4pcrov] {
    color: #aaa;
}

/* Loading container */
.loading-container[b-8fbw4pcrov] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

/* Header */
.dashboard-header[b-8fbw4pcrov] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-header h2[b-8fbw4pcrov] {
    margin: 0;
    font-size: 1.75rem;
    color: #ffdddd;
    font-weight: 600;
}

.last-updated[b-8fbw4pcrov] {
    font-size: 0.9rem;
    color: #888;
}

/* No data message */
.no-data-message[b-8fbw4pcrov] {
    text-align: center;
    padding: 3rem;
    color: #888;
    font-size: 1.1rem;
}

/* Dashboard Grid - Responsive card counts */
/* Phone: 2 cards | Tablet: 6 cards | Desktop: 10-12 cards */
.dashboard-grid[b-8fbw4pcrov] {
    display: grid;
    gap: 0.5rem;
    /* Desktop (default): ~10-12 cards with smaller min-width */
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

/* Tablet (576px - 991px): exactly 6 cards */
@media (min-width: 576px) and (max-width: 991px) {
    .dashboard-grid[b-8fbw4pcrov] {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Phone (<576px): exactly 2 cards */
@media (max-width: 575px) {
    .dashboard-grid[b-8fbw4pcrov] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Dashboard Card - Read-only (no cursor pointer) */
.dashboard-card[b-8fbw4pcrov] {
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 0);
    text-align: center;
    color: rgb(254, 252, 242);
    font-weight: 400;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    line-height: 14px;
    box-shadow: rgb(6, 7, 5) 1px 1px;
    box-sizing: border-box;
    /* No hover effects for read-only */
    cursor: default;
}

/* Emoji at top of card, larger than text */
.card-emoji[b-8fbw4pcrov] {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 2px;
}

.card-time[b-8fbw4pcrov] {
    font-size: 13px;
    margin-bottom: 2px;
    font-family: 'Oxygen', monospace, sans-serif;
    font-weight: 400;
    line-height: 14px;
}

.location-emoji[b-8fbw4pcrov] {
    margin-right: 0.25rem;
}

.card-name[b-8fbw4pcrov] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 700;
    line-height: 12px;
}

/* Status colors - escalating from dark to critical */

/* Green/Normal - Dark black background (silent/OK state) */
.status-green[b-8fbw4pcrov] {
    background-color: rgb(17, 17, 17);
    border-color: rgb(0, 0, 0);
    color: rgb(254, 252, 242);
}

/* Yellow/Warning - Bright yellow background with black text */
.status-yellow[b-8fbw4pcrov] {
    background-color: #FFFF00;
    border-color: #CCCC00;
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.status-yellow .card-name[b-8fbw4pcrov] {
    color: rgb(0, 0, 0);
}

/* Red/Danger - Red background with white text */
.status-red[b-8fbw4pcrov] {
    background-color: #DC2626;
    border-color: #B91C1C;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

/* Overdue/FlashingRed - Red with flashing animation */
.status-overdue[b-8fbw4pcrov] {
    background-color: #DC2626;
    border-color: #B91C1C;
    color: rgb(255, 255, 255);
    font-weight: 700;
    animation: flash-red-b-8fbw4pcrov 0.5s ease-in-out infinite;
}

@keyframes flash-red-b-8fbw4pcrov {
    0%, 100% {
        background-color: #DC2626;
        opacity: 1;
    }
    50% {
        background-color: #7F1D1D;
        opacity: 0.85;
    }
}

/* Group separator styling */
.group-separator[b-8fbw4pcrov] {
    margin: 24px 0 12px 0;
    padding: 10px 16px;
    border-left: 4px solid #dc3545;
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.15), transparent);
    border-radius: 0 4px 4px 0;
}

/* Staggered indent for location group hierarchy (wrapper so header + cards indent together) */
.dashboard-group.group-depth-0[b-8fbw4pcrov] { margin-left: 0; }
.dashboard-group.group-depth-1[b-8fbw4pcrov] { margin-left: 20px; }
.dashboard-group.group-depth-2[b-8fbw4pcrov] { margin-left: 40px; }
.dashboard-group.group-depth-3[b-8fbw4pcrov] { margin-left: 60px; }
.dashboard-group.group-depth-4[b-8fbw4pcrov] { margin-left: 80px; }
.dashboard-group.group-depth-5[b-8fbw4pcrov] { margin-left: 100px; }

.group-header[b-8fbw4pcrov] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #ffdddd;
    letter-spacing: 0.5px;
}

/* Responsive adjustments - Tablet and below */
@media (max-width: 991px) {
    .public-dashboard[b-8fbw4pcrov] {
        padding: 1rem;
    }

    .dashboard-header[b-8fbw4pcrov] {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .dashboard-header h2[b-8fbw4pcrov] {
        font-size: 1.5rem;
    }
}

/* Phone-specific adjustments */
@media (max-width: 575px) {
    .public-dashboard[b-8fbw4pcrov] {
        padding: 0.5rem;
    }

    .dashboard-header h2[b-8fbw4pcrov] {
        font-size: 1.25rem;
    }

    .dashboard-grid[b-8fbw4pcrov] {
        gap: 0.35rem;
    }

    .dashboard-card[b-8fbw4pcrov] {
        padding: 4px;
        font-size: 11px;
    }

    .card-time[b-8fbw4pcrov] {
        font-size: 11px;
        line-height: 12px;
    }

    .card-name[b-8fbw4pcrov] {
        font-size: 9px;
        line-height: 10px;
    }

    .group-separator[b-8fbw4pcrov] {
        margin: 16px 0 8px 0;
        padding: 8px 12px;
    }

    .group-header[b-8fbw4pcrov] {
        font-size: 0.875rem;
    }
}

/* Kiosk mode - hide cursor after inactivity (optional enhancement) */
@media (min-width: 992px) {
    .public-dashboard[b-8fbw4pcrov] {
        /* Large screens are likely TV/kiosk displays */
        padding: 2rem;
    }
    
    .dashboard-header h2[b-8fbw4pcrov] {
        font-size: 2rem;
    }
    
    .last-updated[b-8fbw4pcrov] {
        font-size: 1rem;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXPublicEntry.razor.rz.scp.css */
/* =============================================
   LogIX Public Entry Form - Mobile-First Styles
   ============================================= */

/* Mobile-first container */
.logix-public-entry[b-aqjcwkfwh2] {
    padding: 1rem;
    max-width: 100%;
}

/* Tablet and up */
@media (min-width: 576px) {
    .logix-public-entry[b-aqjcwkfwh2] {
        padding: 1.5rem;
        max-width: 600px;
        margin: 0 auto;
    }
}

/* Desktop */
@media (min-width: 768px) {
    .logix-public-entry[b-aqjcwkfwh2] {
        padding: 2rem;
        max-width: 700px;
    }
}

.definition-emoji-header[b-aqjcwkfwh2] {
    font-size: 1.25em;
    margin-right: 0.35rem;
}

/* Public page: catalog branding header (logo + name only) */
.logix-public-catalog-header[b-aqjcwkfwh2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

@media (min-width: 576px) {
    .logix-public-catalog-header[b-aqjcwkfwh2] {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

.logix-public-catalog-logo[b-aqjcwkfwh2] {
    max-height: 56px;
    max-width: 150px;
    object-fit: contain;
}

@media (min-width: 576px) {
    .logix-public-catalog-logo[b-aqjcwkfwh2] {
        max-height: 48px;
        max-width: 120px;
    }
}

.logix-public-catalog-name[b-aqjcwkfwh2] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: var(--copix-text-primary, #ffffff);
}

/* Card styling for dark theme */
.logix-public-entry[b-aqjcwkfwh2]  .card {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--copix-radius-lg, 12px);
    overflow: hidden;
}

.logix-public-entry[b-aqjcwkfwh2]  .card-header {
    background: var(--copix-primary, #7f1d1d) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
}

@media (min-width: 576px) {
    .logix-public-entry[b-aqjcwkfwh2]  .card-header {
        padding: 1.25rem;
    }
}

.logix-public-entry[b-aqjcwkfwh2]  .card-header h2 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
    .logix-public-entry[b-aqjcwkfwh2]  .card-header h2 {
        font-size: 1.25rem;
    }
}

.logix-public-entry[b-aqjcwkfwh2]  .card-body {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) {
    .logix-public-entry[b-aqjcwkfwh2]  .card-body {
        padding: 1.5rem;
    }
}

/* Form controls - dark theme */
.logix-public-entry[b-aqjcwkfwh2]  .form-control,
.logix-public-entry[b-aqjcwkfwh2]  .form-select {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--copix-text-primary, #ffffff);
    border-radius: var(--copix-radius-md, 8px);
    padding: 0.75rem;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.logix-public-entry[b-aqjcwkfwh2]  .form-control:focus,
.logix-public-entry[b-aqjcwkfwh2]  .form-select:focus {
    background-color: rgba(0, 0, 0, 0.4);
    border-color: var(--copix-primary, #7f1d1d);
    box-shadow: 0 0 0 3px rgba(127, 29, 29, 0.25);
    color: var(--copix-text-primary, #ffffff);
    outline: none;
}

.logix-public-entry[b-aqjcwkfwh2]  .form-control::placeholder {
    color: var(--copix-text-muted, #d99b9b);
    opacity: 0.7;
}

/* Form labels */
.logix-public-entry[b-aqjcwkfwh2]  .form-label {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

/* Form check inputs (checkboxes, radios) */
.logix-public-entry[b-aqjcwkfwh2]  .form-check-input {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.15rem;
}

.logix-public-entry[b-aqjcwkfwh2]  .form-check-input:checked {
    background-color: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary, #7f1d1d);
}

.logix-public-entry[b-aqjcwkfwh2]  .form-check-input:focus {
    border-color: var(--copix-primary-hover, #991b1b);
    box-shadow: 0 0 0 3px rgba(127, 29, 29, 0.25);
}

.logix-public-entry[b-aqjcwkfwh2]  .form-check-label {
    color: var(--copix-text-primary, #ffffff);
    padding-left: 0.25rem;
}

/* Alerts - themed */
.logix-public-entry[b-aqjcwkfwh2]  .alert-info {
    background: rgba(96, 165, 250, 0.15);
    border-color: rgba(96, 165, 250, 0.3);
    color: var(--copix-text-primary, #ffffff);
    border-radius: var(--copix-radius-md, 8px);
}

.logix-public-entry[b-aqjcwkfwh2]  .alert-success {
    background: rgba(52, 211, 153, 0.15);
    border-color: rgba(52, 211, 153, 0.3);
    color: var(--copix-text-primary, #ffffff);
    border-radius: var(--copix-radius-md, 8px);
}

.logix-public-entry[b-aqjcwkfwh2]  .alert-success h4 {
    color: var(--copix-success, #34d399);
}

.logix-public-entry[b-aqjcwkfwh2]  .alert-danger {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.3);
    color: var(--copix-text-primary, #ffffff);
    border-radius: var(--copix-radius-md, 8px);
}

.logix-public-entry[b-aqjcwkfwh2]  .alert-warning {
    background: rgba(249, 115, 22, 0.15);
    border-color: rgba(249, 115, 22, 0.3);
    color: var(--copix-text-primary, #ffffff);
    border-radius: var(--copix-radius-md, 8px);
}

/* Submit button - prominent and mobile-friendly */
.logix-public-entry[b-aqjcwkfwh2]  .btn-submit {
    background: var(--copix-primary, #7f1d1d);
    border: none;
    color: #ffffff;
    font-weight: 600;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    border-radius: var(--copix-radius-md, 8px);
    width: 100%;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

@media (min-width: 576px) {
    .logix-public-entry[b-aqjcwkfwh2]  .btn-submit {
        width: auto;
        min-width: 150px;
    }
}

.logix-public-entry[b-aqjcwkfwh2]  .btn-submit:hover:not(:disabled) {
    background: var(--copix-primary-hover, #991b1b);
}

.logix-public-entry[b-aqjcwkfwh2]  .btn-submit:active:not(:disabled) {
    background: var(--copix-primary-active, #b91c1c);
    transform: scale(0.98);
}

.logix-public-entry[b-aqjcwkfwh2]  .btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Yes/No/NA button group - mobile-friendly */
.logix-public-entry[b-aqjcwkfwh2]  .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.logix-public-entry[b-aqjcwkfwh2]  .btn-group .btn {
    flex: 1;
    min-width: 70px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

@media (min-width: 576px) {
    .logix-public-entry[b-aqjcwkfwh2]  .btn-group .btn {
        flex: none;
        min-width: 80px;
    }
}

.logix-public-entry[b-aqjcwkfwh2]  .btn-outline-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--copix-text-primary, #ffffff);
}

.logix-public-entry[b-aqjcwkfwh2]  .btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.logix-public-entry[b-aqjcwkfwh2]  .btn-primary {
    background: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary, #7f1d1d);
}

/* Turnstile CAPTCHA container */
.turnstile-container[b-aqjcwkfwh2] {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

@media (min-width: 576px) {
    .turnstile-container[b-aqjcwkfwh2] {
        justify-content: flex-start;
    }
}

/* Shared attribute styles for public form - matches LogEntry.razor.css */
.slider-container[b-aqjcwkfwh2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0.5rem 0;
}

@media (min-width: 576px) {
    .slider-container[b-aqjcwkfwh2] {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
    }
}

.slider-label-left[b-aqjcwkfwh2],
.slider-label-right[b-aqjcwkfwh2] {
    font-size: 0.85rem;
    flex-shrink: 0;
    color: var(--copix-text-muted, #d99b9b);
}

@media (min-width: 576px) {
    .slider-label-left[b-aqjcwkfwh2],
    .slider-label-right[b-aqjcwkfwh2] {
        min-width: 4rem;
    }
    
    .slider-label-right[b-aqjcwkfwh2] {
        text-align: right;
    }
}

.slider-input[b-aqjcwkfwh2] {
    flex: 1;
    min-width: 0;
    accent-color: var(--copix-primary, #7f1d1d);
}

.slider-value-display[b-aqjcwkfwh2] {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.35rem;
    color: var(--copix-text-primary, #ffffff);
}

.star-rating-container[b-aqjcwkfwh2] {
    display: flex;
    gap: 0.25rem;
    margin: 0.5rem 0;
    flex-wrap: wrap;
}

.star-btn[b-aqjcwkfwh2] {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
    touch-action: manipulation;
}

@media (min-width: 576px) {
    .star-btn[b-aqjcwkfwh2] {
        font-size: 1.75rem;
    }
}

.star-btn .star-icon[b-aqjcwkfwh2] {
    color: #6b7280;
    transition: color 0.15s ease;
}

.star-btn.filled .star-icon[b-aqjcwkfwh2] {
    color: #fbbf24;
}

.star-btn:hover .star-icon[b-aqjcwkfwh2] {
    color: #fcd34d;
}

.matrix-table[b-aqjcwkfwh2] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.matrix-table .table[b-aqjcwkfwh2] {
    font-size: 0.85rem;
    background: transparent;
    color: var(--copix-text-primary, #ffffff);
}

@media (min-width: 576px) {
    .matrix-table .table[b-aqjcwkfwh2] {
        font-size: 0.9rem;
    }
}

.matrix-table .table th[b-aqjcwkfwh2],
.matrix-table .table td[b-aqjcwkfwh2] {
    border-color: rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
    vertical-align: middle;
}

.matrix-table .table thead th[b-aqjcwkfwh2] {
    background: rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

/* Text utilities */
.logix-public-entry[b-aqjcwkfwh2]  .text-muted {
    color: var(--copix-text-muted, #d99b9b) !important;
}

.logix-public-entry[b-aqjcwkfwh2]  .text-success {
    color: var(--copix-success, #34d399) !important;
}

.logix-public-entry[b-aqjcwkfwh2]  .text-danger {
    color: var(--copix-danger, #ef4444) !important;
}

.logix-public-entry[b-aqjcwkfwh2]  .text-warning {
    color: var(--copix-warning, #f97316) !important;
}

/* Loading spinner */
.logix-public-entry[b-aqjcwkfwh2]  .spinner-border {
    color: var(--copix-primary, #7f1d1d);
}
/* /Components/Pages/CopIXapp/LogIX/LogIXSettings.razor.rz.scp.css */
.logix-settings[b-ugud38zb5s] {
    padding: 1rem;
    max-width: 900px;
}

.page-header[b-ugud38zb5s] {
    margin-bottom: 1.5rem;
}

.page-header h2[b-ugud38zb5s] {
    margin: 0;
    color: #ffdddd;
}

.loading-container[b-ugud38zb5s] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.settings-sections[b-ugud38zb5s] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.settings-card[b-ugud38zb5s] {
    background: linear-gradient(145deg, #3b0b0b, #4b1212);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #7f1d1d;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.settings-card h5[b-ugud38zb5s] {
    color: #ffdddd;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.settings-card .text-muted[b-ugud38zb5s] {
    color: #d99b9b !important;
}

.settings-card .form-label[b-ugud38zb5s] {
    color: #ffdddd;
    font-weight: 500;
}

.settings-card .form-check-label[b-ugud38zb5s] {
    color: #ffffff;
}

/* Sound Management Section */
.sound-management[b-ugud38zb5s] {
    background: #501010;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.sound-management h6[b-ugud38zb5s] {
    color: #ffdddd;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.sound-items[b-ugud38zb5s] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sound-item[b-ugud38zb5s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3b0b0b;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    border: 1px solid #5f1515;
}

.sound-item-info[b-ugud38zb5s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sound-icon[b-ugud38zb5s] {
    font-size: 1.25rem;
}

.sound-label[b-ugud38zb5s] {
    color: #ffdddd;
    font-weight: 500;
}

.sound-status[b-ugud38zb5s] {
    font-size: 0.85rem;
    color: var(--copix-text-muted);
}

.sound-status.configured[b-ugud38zb5s] {
    color: var(--copix-success);
}

.sound-item-actions[b-ugud38zb5s] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-upload[b-ugud38zb5s] {
    background: #611010;
    color: #ffffff;
    border: 1px solid #7f1d1d;
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-upload:hover[b-ugud38zb5s] {
    background: #7f1d1d;
    border-color: #ffdddd;
}

.btn-play[b-ugud38zb5s] {
    background: transparent;
    color: var(--copix-success);
    border: 1px solid var(--copix-success);
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
    border-radius: var(--copix-radius-sm);
    cursor: pointer;
    transition: all var(--copix-transition);
}

.btn-play:hover[b-ugud38zb5s] {
    background: var(--copix-success-bg);
}

.btn-play:disabled[b-ugud38zb5s] {
    color: var(--copix-text-subtle);
    border-color: var(--copix-text-subtle);
    cursor: not-allowed;
}

/* Card Actions */
.card-actions[b-ugud38zb5s] {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #5f1515;
    display: flex;
    gap: 0.75rem;
}

.btn-save[b-ugud38zb5s] {
    background: linear-gradient(135deg, #7f1d1d, #991b1b);
    color: #ffffff;
    border: none;
    padding: 0.625rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.btn-save:hover:not(:disabled)[b-ugud38zb5s] {
    background: linear-gradient(135deg, #991b1b, #b91c1c);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(153, 27, 27, 0.4);
}

.btn-save:disabled[b-ugud38zb5s] {
    background: #555555;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Info Alert */
.info-alert[b-ugud38zb5s] {
    background: var(--copix-info-bg);
    border: 1px solid var(--copix-info-border);
    border-radius: var(--copix-radius-md);
    padding: 0.75rem 1rem;
    color: var(--copix-info);
    font-size: 0.9rem;
    margin-top: 1rem;
}

.info-alert strong[b-ugud38zb5s] {
    color: var(--copix-text-light);
}

/* File Input Styling */
.file-input-wrapper[b-ugud38zb5s] {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-input-wrapper input[type="file"][b-ugud38zb5s] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

/* Uploading State */
.uploading-indicator[b-ugud38zb5s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--copix-warning);
    font-size: 0.85rem;
}

.uploading-indicator .spinner-sm[b-ugud38zb5s] {
    width: 16px;
    height: 16px;
    border: 2px solid var(--copix-border-light);
    border-top-color: var(--copix-warning);
    border-radius: 50%;
    animation: spin-b-ugud38zb5s 1s linear infinite;
}

@keyframes spin-b-ugud38zb5s {
    to { transform: rotate(360deg); }
}

/* Success message */
.success-message[b-ugud38zb5s] {
    color: var(--copix-success);
    font-size: 0.85rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

/* Error message */
.error-message[b-ugud38zb5s] {
    color: var(--copix-danger);
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

/* Public Dashboards List */
.public-dashboards-list[b-ugud38zb5s] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.public-dashboard-item[b-ugud38zb5s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3b0b0b;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    border: 1px solid #5f1515;
    transition: all 0.2s ease;
}

.public-dashboard-item:hover[b-ugud38zb5s] {
    border-color: #7f1d1d;
    background: #451010;
}

.public-dashboard-item.disabled[b-ugud38zb5s] {
    opacity: 0.7;
}

.dashboard-info[b-ugud38zb5s] {
    flex: 1;
    min-width: 0;
}

.dashboard-name[b-ugud38zb5s] {
    color: #ffdddd;
    font-weight: 500;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dashboard-filter[b-ugud38zb5s] {
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.dashboard-actions[b-ugud38zb5s] {
    display: flex;
    gap: 0.35rem;
    flex-shrink: 0;
}

.dashboard-actions .btn[b-ugud38zb5s] {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 768px) {
    .sound-item[b-ugud38zb5s] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .sound-item-actions[b-ugud38zb5s] {
        width: 100%;
        justify-content: flex-end;
    }

    .public-dashboard-item[b-ugud38zb5s] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .dashboard-actions[b-ugud38zb5s] {
        width: 100%;
        justify-content: flex-end;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXSubmissionStats.razor.rz.scp.css */
/* ============================================
   LogIX Submission Statistics - CopIX Theme Styles
   ============================================ */

.submission-stats[b-8zbndwvl2w] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Page Header */
.page-header[b-8zbndwvl2w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-header h2[b-8zbndwvl2w] {
    margin: 0;
    font-size: 1.75rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

/* Filters Section */
.filters[b-8zbndwvl2w] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.filters .form-label[b-8zbndwvl2w] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
}

/* Loading State */
.loading-container[b-8zbndwvl2w] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: var(--copix-text-muted, #d99b9b);
}

/* Summary Stats */
.summary-stats[b-8zbndwvl2w] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.stat-card[b-8zbndwvl2w] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem 1.5rem;
    text-align: center;
    min-width: 120px;
    flex: 1;
}

.stat-card .stat-number[b-8zbndwvl2w] {
    font-size: 2rem;
    font-weight: bold;
    color: var(--copix-text-light, #ffdddd);
}

.stat-card .stat-label[b-8zbndwvl2w] {
    font-size: 0.85rem;
    color: var(--copix-text-muted, #d99b9b);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Status-specific stat card colors */
.stat-card.stat-on-time .stat-number[b-8zbndwvl2w] {
    color: var(--copix-success, #34d399);
}

.stat-card.stat-on-time[b-8zbndwvl2w] {
    border-color: rgba(52, 211, 153, 0.3);
}

.stat-card.stat-close .stat-number[b-8zbndwvl2w] {
    color: var(--copix-warning, #fbbf24);
}

.stat-card.stat-close[b-8zbndwvl2w] {
    border-color: rgba(251, 191, 36, 0.3);
}

.stat-card.stat-late .stat-number[b-8zbndwvl2w] {
    color: var(--copix-danger, #ef4444);
}

.stat-card.stat-late[b-8zbndwvl2w] {
    border-color: rgba(239, 68, 68, 0.3);
}

.stat-card.stat-missed .stat-number[b-8zbndwvl2w] {
    color: #f87171;
}

.stat-card.stat-missed[b-8zbndwvl2w] {
    border-color: rgba(248, 113, 113, 0.3);
}

/* Stats Section */
.stats-section[b-8zbndwvl2w] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.stats-section .section-title[b-8zbndwvl2w] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1.25rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--copix-border, #7f1d1d);
}

/* Chart Container */
.chart-container[b-8zbndwvl2w] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid var(--copix-border-light, #5f1515);
}

/* Table Styling */
.submission-stats .table[b-8zbndwvl2w] {
    border-radius: var(--copix-radius-md, 8px);
    overflow: hidden;
    border: 1px solid var(--copix-border, #7f1d1d);
    margin-bottom: 0;
}

.submission-stats .table th[b-8zbndwvl2w] {
    background: var(--copix-bg-light, #501010);
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    border-color: var(--copix-border, #7f1d1d);
    vertical-align: middle;
}

.submission-stats .table td[b-8zbndwvl2w] {
    vertical-align: middle;
    color: var(--copix-text-light, #ffdddd);
    border-color: var(--copix-border-light, #5f1515);
}

.submission-stats .table tbody tr:nth-child(odd) td[b-8zbndwvl2w] {
    background: var(--copix-bg-dark, #3b0b0b);
}

.submission-stats .table tbody tr:nth-child(even) td[b-8zbndwvl2w] {
    background: var(--copix-bg-medium, #4b1212);
}

.submission-stats .table tbody tr:hover td[b-8zbndwvl2w] {
    background: var(--copix-bg-accent, #611010);
}

/* Status colors in table */
.submission-stats .text-success[b-8zbndwvl2w] {
    color: var(--copix-success, #34d399) !important;
}

.submission-stats .text-warning[b-8zbndwvl2w] {
    color: var(--copix-warning, #fbbf24) !important;
}

.submission-stats .text-danger[b-8zbndwvl2w] {
    color: var(--copix-danger, #ef4444) !important;
}

.submission-stats .text-info[b-8zbndwvl2w] {
    color: var(--copix-info, #60a5fa) !important;
}

/* Badge styling */
.submission-stats .badge[b-8zbndwvl2w] {
    padding: 0.35rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Missed badge with striped effect */
.badge-missed[b-8zbndwvl2w] {
    background: repeating-linear-gradient(
        45deg,
        #ef4444,
        #ef4444 4px,
        #dc2626 4px,
        #dc2626 8px
    ) !important;
}

/* Alert styling */
.submission-stats .alert-info[b-8zbndwvl2w] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
    border-radius: var(--copix-radius-md, 8px);
    text-align: center;
    padding: 2rem;
}

.submission-stats .alert-secondary[b-8zbndwvl2w] {
    background: rgba(156, 163, 175, 0.1);
    border: 1px solid rgba(156, 163, 175, 0.3);
    color: var(--copix-text-muted, #d99b9b);
    border-radius: var(--copix-radius-md, 8px);
    text-align: center;
    padding: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .submission-stats[b-8zbndwvl2w] {
        padding: 1rem;
    }

    .page-header[b-8zbndwvl2w] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .filters .row[b-8zbndwvl2w] {
        gap: 0.5rem;
    }

    .summary-stats[b-8zbndwvl2w] {
        flex-direction: column;
    }

    .stat-card[b-8zbndwvl2w] {
        min-width: 100%;
    }

    .stats-section[b-8zbndwvl2w] {
        padding: 1rem;
    }

    .chart-container[b-8zbndwvl2w] {
        padding: 0.5rem;
    }

    .submission-stats .table[b-8zbndwvl2w] {
        font-size: 0.85rem;
    }

    .submission-stats .table th[b-8zbndwvl2w],
    .submission-stats .table td[b-8zbndwvl2w] {
        padding: 0.5rem;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXTimeline.razor.rz.scp.css */
/* ============================================
   LogIX Timeline - CopIX Theme Styles
   ============================================ */

.logix-timeline[b-cg9az345ar] {
    padding: 1.5rem;
    background: var(--copix-bg-dark, #1a0a0a);
    min-height: 100vh;
    color: var(--copix-text-light, #ffdddd);
}

/* ============================================
   Header Section
   ============================================ */

.timeline-header[b-cg9az345ar] {
    margin-bottom: 1.5rem;
}

.timeline-header h2[b-cg9az345ar] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--copix-text-light, #ffdddd);
}

/* ============================================
   Controls Section
   ============================================ */

.timeline-controls[b-cg9az345ar] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    padding: 1rem;
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-md, 8px);
    border: 1px solid var(--copix-border, #7f1d1d);
}

.date-controls[b-cg9az345ar] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.date-picker[b-cg9az345ar] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.date-picker label[b-cg9az345ar] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--copix-text-muted, #d99b9b);
}

.date-picker input[b-cg9az345ar] {
    background: var(--copix-bg-dark, #1a0a0a);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
    padding: 0.5rem 0.75rem;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.9rem;
}

.date-picker input:focus[b-cg9az345ar] {
    outline: none;
    border-color: var(--copix-primary, #dc3545);
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}

.action-buttons[b-cg9az345ar] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn[b-cg9az345ar] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.btn-icon[b-cg9az345ar] {
    font-size: 0.75rem;
}

.btn-filter[b-cg9az345ar] {
    background: var(--copix-bg-accent, #3a1a1a);
    border-color: var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
}

.btn-filter:hover[b-cg9az345ar] {
    background: var(--copix-primary, #7f1d1d);
}

.btn-display[b-cg9az345ar] {
    background: var(--copix-bg-accent, #3a1a1a);
    border-color: var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
}

.btn-display:hover[b-cg9az345ar] {
    background: var(--copix-primary, #7f1d1d);
}

.btn-pdf[b-cg9az345ar] {
    background: var(--copix-bg-accent, #3a1a1a);
    border-color: var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
}

.btn-pdf:hover[b-cg9az345ar] {
    background: #1a5a1a;
    border-color: #2a7a2a;
}

.btn-clear[b-cg9az345ar] {
    background: transparent;
    border-color: var(--copix-border, #7f1d1d);
    color: var(--copix-text-muted, #d99b9b);
}

.btn-clear:hover[b-cg9az345ar] {
    background: rgba(220, 53, 69, 0.15);
    color: var(--copix-text-light, #ffdddd);
}

/* ============================================
   Filter Panel
   ============================================ */

.filter-panel[b-cg9az345ar] {
    padding: 1rem;
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-md, 8px);
    border: 1px solid var(--copix-border, #7f1d1d);
    margin-bottom: 1rem;
    animation: slideDown-b-cg9az345ar 0.2s ease;
}

@keyframes slideDown-b-cg9az345ar {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filter-row[b-cg9az345ar] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

.filter-group[b-cg9az345ar] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 180px;
}

.filter-group label[b-cg9az345ar] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--copix-text-muted, #d99b9b);
}

.filter-group select[b-cg9az345ar],
.form-select[b-cg9az345ar] {
    background: var(--copix-bg-dark, #1a0a0a);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
    padding: 0.5rem 0.75rem;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.9rem;
}

.filter-group select:focus[b-cg9az345ar],
.form-select:focus[b-cg9az345ar] {
    outline: none;
    border-color: var(--copix-primary, #dc3545);
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}

.filter-actions[b-cg9az345ar] {
    display: flex;
    align-items: flex-end;
}

/* ============================================
   Display Options Panel
   ============================================ */

.display-panel[b-cg9az345ar] {
    padding: 1rem;
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-md, 8px);
    border: 1px solid var(--copix-border, #7f1d1d);
    margin-bottom: 1rem;
    animation: slideDown-b-cg9az345ar 0.2s ease;
}

.display-row[b-cg9az345ar] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
}

.display-group[b-cg9az345ar] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.display-group label[b-cg9az345ar] {
    font-size: 0.875rem;
    color: var(--copix-text-light, #ffdddd);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.display-group input[type="range"][b-cg9az345ar] {
    width: 150px;
    accent-color: var(--copix-primary, #dc3545);
}

.display-group input[type="checkbox"][b-cg9az345ar] {
    width: 18px;
    height: 18px;
    accent-color: var(--copix-primary, #dc3545);
}

.range-value[b-cg9az345ar] {
    font-size: 0.875rem;
    color: var(--copix-text-muted, #d99b9b);
    min-width: 30px;
}

/* ============================================
   Loading State
   ============================================ */

.loading-container[b-cg9az345ar] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    color: var(--copix-text-muted, #d99b9b);
    gap: 1rem;
}

.spinner-border[b-cg9az345ar] {
    width: 3rem;
    height: 3rem;
    border-color: var(--copix-primary, #dc3545);
    border-right-color: transparent;
}

/* ============================================
   Alert Styles
   ============================================ */

.alert-info[b-cg9az345ar] {
    background: rgba(96, 165, 250, 0.15);
    border: 1px solid rgba(96, 165, 250, 0.3);
    color: #60a5fa;
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem 1.25rem;
}

/* ============================================
   Timeline Container - Unified Scrolling
   ============================================ */

.timeline-wrapper[b-cg9az345ar] {
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-md, 8px);
    border: 1px solid var(--copix-border, #7f1d1d);
    overflow: hidden;
    height: calc(100vh - 280px);
    min-height: 400px;
}

.timeline-scroll-container[b-cg9az345ar] {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.timeline-content[b-cg9az345ar] {
    min-width: 100%;
}

/* ============================================
   Time Header Row
   ============================================ */

.timeline-time-header[b-cg9az345ar] {
    display: flex;
    border-bottom: 2px solid var(--copix-border, #7f1d1d);
    background: var(--copix-bg-dark, #1a0a0a);
    position: sticky;
    top: 0;
    z-index: 10;
}

.group-label-spacer[b-cg9az345ar] {
    min-width: 120px;
    width: 120px;
    flex-shrink: 0;
    border-right: 1px solid var(--copix-border, #7f1d1d);
    position: sticky;
    left: 0;
    background: var(--copix-bg-dark, #1a0a0a);
    z-index: 11;
}

.time-scale[b-cg9az345ar] {
    position: relative;
    height: 80px;
    overflow: visible;
    flex: 1;
}

.hour-marker[b-cg9az345ar] {
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(127, 29, 29, 0.5);
    padding-left: 0;
}

.hour-label[b-cg9az345ar] {
    font-size: 0.7rem;
    color: var(--copix-text-muted, #d99b9b);
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: rotate(-45deg);
    transform-origin: left top;
    position: absolute;
    top: 28px;
    left: 4px;
    line-height: 1.2;
}

.hour-date[b-cg9az345ar] {
    font-size: 0.65rem;
    color: var(--copix-text-muted, #d99b9b);
    opacity: 0.8;
}

.hour-time[b-cg9az345ar] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--copix-text-light, #ffdddd);
}

/* ============================================
   Timeline Body
   ============================================ */

.timeline-body[b-cg9az345ar] {
    overflow: visible;
}

/* ============================================
   Timeline Group
   ============================================ */

.timeline-group[b-cg9az345ar] {
    border-bottom: 2px solid var(--copix-border, #7f1d1d);
}

/* Staggered indent for location group hierarchy */
.timeline-group.group-depth-0[b-cg9az345ar] { margin-left: 0; }
.timeline-group.group-depth-1[b-cg9az345ar] { margin-left: 20px; }
.timeline-group.group-depth-2[b-cg9az345ar] { margin-left: 40px; }
.timeline-group.group-depth-3[b-cg9az345ar] { margin-left: 60px; }
.timeline-group.group-depth-4[b-cg9az345ar] { margin-left: 80px; }
.timeline-group.group-depth-5[b-cg9az345ar] { margin-left: 100px; }

.timeline-group:last-child[b-cg9az345ar] {
    border-bottom: none;
}

.group-header[b-cg9az345ar] {
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.2), transparent);
    padding: 0.5rem 0.75rem;
    border-left: 4px solid var(--copix-primary, #dc3545);
    position: sticky;
    left: 0;
    z-index: 4;
}

.group-name[b-cg9az345ar] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--copix-text-light, #ffdddd);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================
   Timeline Row
   ============================================ */

.timeline-row[b-cg9az345ar] {
    display: flex;
    border-bottom: 1px solid rgba(127, 29, 29, 0.3);
}

.timeline-row:last-child[b-cg9az345ar] {
    border-bottom: none;
}

.location-label[b-cg9az345ar] {
    min-width: 120px;
    width: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    background: var(--copix-bg-dark, #1a0a0a);
    border-right: 1px solid var(--copix-border, #7f1d1d);
    position: sticky;
    left: 0;
    z-index: 5;
}

.location-name[b-cg9az345ar] {
    font-size: 0.8rem;
    color: var(--copix-text-light, #ffdddd);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============================================
   Timeline Track
   ============================================ */

.timeline-track[b-cg9az345ar] {
    position: relative;
    flex: 1;
    overflow: visible;
}

.hour-gridline[b-cg9az345ar] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(127, 29, 29, 0.2);
    pointer-events: none;
}

/* ============================================
   Timeline Blocks
   ============================================ */

.timeline-block[b-cg9az345ar] {
    position: absolute;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.timeline-block:hover[b-cg9az345ar] {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.block-label[b-cg9az345ar] {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 4px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Block status modifiers */
.block-completed[b-cg9az345ar] {
    opacity: 1;
}

.block-close[b-cg9az345ar] {
    opacity: 0.9;
    border: 2px solid rgba(255, 193, 7, 0.8);
}

.block-late[b-cg9az345ar] {
    opacity: 0.85;
    border-style: dashed;
}

.block-missed[b-cg9az345ar] {
    opacity: 0.5;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 3px,
        rgba(0, 0, 0, 0.2) 3px,
        rgba(0, 0, 0, 0.2) 6px
    ) !important;
}

.block-pending[b-cg9az345ar] {
    opacity: 0.6;
    border: 2px dashed rgba(255, 255, 255, 0.3);
}

/* ============================================
   Entry Detail Modal
   ============================================ */

.entry-detail-modal[b-cg9az345ar] {
    background: var(--copix-bg-dark, #1a0a0a);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
}

.entry-detail-modal .modal-header[b-cg9az345ar] {
    background: linear-gradient(135deg, #2a1515, #1a0a0a);
    border-bottom: 1px solid var(--copix-border, #7f1d1d);
}

.entry-detail-modal .modal-title[b-cg9az345ar] {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.entry-detail-modal .modal-body[b-cg9az345ar] {
    background: var(--copix-bg-dark, #1a0a0a);
    padding: 1.5rem;
}

.entry-detail-modal .modal-footer[b-cg9az345ar] {
    background: var(--copix-bg-medium, #2a1515);
    border-top: 1px solid var(--copix-border, #7f1d1d);
}

/* People section avatar in entry detail (150px per requirement) */
.logix-timeline .logix-person-avatar[b-cg9az345ar],
.entry-detail-modal .logix-person-avatar[b-cg9az345ar] {
    width: 150px;
    height: 150px;
    object-fit: cover;
    flex-shrink: 0;
}

.logix-timeline .logix-person-avatar-placeholder[b-cg9az345ar],
.entry-detail-modal .logix-person-avatar-placeholder[b-cg9az345ar] {
    width: 150px;
    height: 150px;
    background: var(--copix-bg-accent, #611010);
    color: var(--copix-text-muted, #d99b9b);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.entry-summary[b-cg9az345ar] {
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.detail-item[b-cg9az345ar] {
    margin-bottom: 0.75rem;
}

.detail-item:last-child[b-cg9az345ar] {
    margin-bottom: 0;
}

.detail-label[b-cg9az345ar] {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--copix-text-muted, #d99b9b);
    margin-bottom: 0.25rem;
}

.detail-value[b-cg9az345ar] {
    font-size: 0.95rem;
    color: var(--copix-text-light, #ffdddd);
}

.section-title[b-cg9az345ar] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--copix-text-light, #ffdddd);
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--copix-border, #7f1d1d);
}

.responses-list[b-cg9az345ar] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.response-item[b-cg9az345ar] {
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.response-label[b-cg9az345ar] {
    font-size: 0.75rem;
    color: var(--copix-text-muted, #d99b9b);
    margin-bottom: 0.25rem;
}

.response-value[b-cg9az345ar] {
    font-size: 0.9rem;
    color: var(--copix-text-light, #ffdddd);
}

.elaboration-text[b-cg9az345ar],
.additional-text[b-cg9az345ar] {
    margin-top: 0.5rem;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.85rem;
}

.notes-content[b-cg9az345ar] {
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem;
    border: 1px solid var(--copix-border, #7f1d1d);
    white-space: pre-wrap;
}

.gps-details[b-cg9az345ar] {
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem;
    border: 1px solid var(--copix-border, #7f1d1d);
}

/* Log entry detail map - Leaflet (WantsMap style) with overlays */
.logix-entry-detail-map-wrapper[b-cg9az345ar] {
    position: relative;
    border-radius: var(--copix-radius-md, 8px);
    overflow: hidden;
    border: 1px solid var(--copix-border, #7f1d1d);
    height: 180px;
    background: #1a1a2e;
}

#logix-entry-detail-map[b-cg9az345ar] {
    width: 100%;
    height: 100%;
    min-height: 180px;
}

.logix-entry-detail-map-overlay[b-cg9az345ar] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
}

.logix-entry-detail-map-overlay .coord-bar[b-cg9az345ar] {
    pointer-events: auto;
    align-self: flex-start;
    background: rgba(0, 0, 0, 0.75);
    color: var(--copix-text-light, #ffdddd);
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-family: 'Consolas', 'Monaco', monospace;
}

.logix-entry-detail-map-overlay .open-maps-btn[b-cg9az345ar] {
    pointer-events: auto;
    align-self: flex-end;
}

.photo-container[b-cg9az345ar],
.signature-container[b-cg9az345ar] {
    position: relative;
    display: inline-block;
}

.entry-photo[b-cg9az345ar],
.entry-signature[b-cg9az345ar] {
    max-width: 200px;
    max-height: 150px;
    border-radius: var(--copix-radius-sm, 4px);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.entry-photo:hover[b-cg9az345ar],
.entry-signature:hover[b-cg9az345ar] {
    transform: scale(1.02);
}

.photo-hint[b-cg9az345ar] {
    display: block;
    font-size: 0.7rem;
    color: var(--copix-text-muted, #d99b9b);
    margin-top: 0.25rem;
}

/* ============================================
   Badge Styles
   ============================================ */

.badge[b-cg9az345ar] {
    padding: 0.35rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: var(--copix-radius-sm, 4px);
}

.bg-success[b-cg9az345ar] {
    background-color: #10b981 !important;
}

.bg-warning[b-cg9az345ar] {
    background-color: #f59e0b !important;
    color: #000 !important;
}

.bg-danger[b-cg9az345ar] {
    background-color: #ef4444 !important;
}

.bg-info[b-cg9az345ar] {
    background-color: #3b82f6 !important;
}

.bg-secondary[b-cg9az345ar] {
    background-color: #6b7280 !important;
}

/* ============================================
   Print Styles
   ============================================ */

.print-only[b-cg9az345ar] {
    display: none;
}

.print-header[b-cg9az345ar] {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #333;
}

.print-header h1[b-cg9az345ar] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.print-header p[b-cg9az345ar] {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

.filter-summary[b-cg9az345ar] {
    font-size: 0.8rem;
}

.filter-summary span[b-cg9az345ar] {
    margin-right: 1rem;
}

@media print {
    .no-print[b-cg9az345ar] {
        display: none !important;
    }
    
    .print-only[b-cg9az345ar] {
        display: block !important;
    }
    
    .logix-timeline[b-cg9az345ar] {
        padding: 0;
        background: white !important;
        color: black !important;
    }
    
    .logix-timeline.print-mode[b-cg9az345ar] {
        background: white !important;
    }
    
    .timeline-wrapper[b-cg9az345ar] {
        background: white !important;
        border: 1px solid #ccc !important;
        height: auto !important;
        overflow: visible !important;
    }
    
    .timeline-scroll-container[b-cg9az345ar] {
        overflow: visible !important;
        height: auto !important;
    }
    
    .timeline-time-header[b-cg9az345ar] {
        background: #f5f5f5 !important;
    }
    
    .group-header[b-cg9az345ar] {
        background: #e5e5e5 !important;
        border-left-color: #333 !important;
    }
    
    .group-name[b-cg9az345ar],
    .location-name[b-cg9az345ar],
    .hour-label[b-cg9az345ar],
    .hour-date[b-cg9az345ar],
    .hour-time[b-cg9az345ar] {
        color: black !important;
    }
    
    .timeline-row[b-cg9az345ar] {
        border-color: #ccc !important;
    }
    
    .location-label[b-cg9az345ar] {
        background: #f9f9f9 !important;
        border-color: #ccc !important;
    }
    
    .hour-gridline[b-cg9az345ar] {
        background: rgba(0, 0, 0, 0.1) !important;
    }
    
    .timeline-block[b-cg9az345ar] {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
    
    .block-label[b-cg9az345ar] {
        color: white !important;
    }
}

/* ============================================
   Responsive Styles
   ============================================ */

@media (max-width: 991px) {
    .logix-timeline[b-cg9az345ar] {
        padding: 1rem;
    }
    
    .timeline-wrapper[b-cg9az345ar] {
        height: calc(100vh - 320px);
    }
    
    .timeline-controls[b-cg9az345ar] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .date-controls[b-cg9az345ar] {
        width: 100%;
    }
    
    .action-buttons[b-cg9az345ar] {
        justify-content: flex-start;
    }
    
    .filter-row[b-cg9az345ar] {
        flex-direction: column;
    }
    
    .filter-group[b-cg9az345ar] {
        width: 100%;
        min-width: unset;
    }
    
    .group-label-spacer[b-cg9az345ar],
    .location-label[b-cg9az345ar] {
        min-width: 80px;
        width: 80px;
    }
}

@media (max-width: 575px) {
    .logix-timeline[b-cg9az345ar] {
        padding: 0.5rem;
    }
    
    .timeline-wrapper[b-cg9az345ar] {
        height: calc(100vh - 350px);
        min-height: 300px;
    }
    
    .timeline-header h2[b-cg9az345ar] {
        font-size: 1.25rem;
    }
    
    .date-picker input[b-cg9az345ar] {
        font-size: 0.8rem;
        padding: 0.4rem 0.5rem;
    }
    
    .btn[b-cg9az345ar] {
        padding: 0.4rem 0.75rem;
        font-size: 0.8rem;
    }
    
    .group-label-spacer[b-cg9az345ar],
    .location-label[b-cg9az345ar] {
        min-width: 60px;
        width: 60px;
    }
    
    .location-name[b-cg9az345ar] {
        font-size: 0.7rem;
    }
    
    .group-name[b-cg9az345ar] {
        font-size: 0.8rem;
    }
    
    .block-label[b-cg9az345ar] {
        font-size: 0.55rem;
    }
}

/* ============================================
   Scrollbar Styles
   ============================================ */

.timeline-scroll-container[b-cg9az345ar]::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.timeline-scroll-container[b-cg9az345ar]::-webkit-scrollbar-track {
    background: var(--copix-bg-dark, #1a0a0a);
}

.timeline-scroll-container[b-cg9az345ar]::-webkit-scrollbar-thumb {
    background: var(--copix-border, #7f1d1d);
    border-radius: 4px;
}

.timeline-scroll-container[b-cg9az345ar]::-webkit-scrollbar-thumb:hover {
    background: var(--copix-primary, #dc3545);
}

.timeline-scroll-container[b-cg9az345ar]::-webkit-scrollbar-corner {
    background: var(--copix-bg-dark, #1a0a0a);
}

/* List instance detail modal: audit thumbs (signatures/photos) and event map */
.timeline-list-audit-thumb[b-cg9az345ar] {
    max-width: 120px;
    max-height: 90px;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid var(--copix-border, #7f1d1d);
    cursor: pointer;
    display: block;
    margin-top: 4px;
}

.timeline-list-audit-thumb:hover[b-cg9az345ar] {
    opacity: 0.9;
}

.logix-timeline .list-event-map-section .section-title[b-cg9az345ar] {
    margin-bottom: 0.5rem;
}

.timeline-list-event-map-container[b-cg9az345ar] {
    min-height: 200px;
    width: 100%;
    border-radius: var(--copix-radius-md, 8px);
    border: 1px solid var(--copix-border, #7f1d1d);
    background: var(--copix-bg-dark, #3b0b0b);
}
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPerson.razor.rz.scp.css */
body[b-dtdx8qkbvx] {
}

.PersonName[b-dtdx8qkbvx] {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPersonAddresses.razor.rz.scp.css */

.CopIXPersonAddress[b-uzxgktd1pb] {
    /*background-color: #550600;*/
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    /* -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;*/
    /*box-shadow: inset 0 0 10px #626262;*/
    /*margin: 10px;*/
}

.AddressBox[b-uzxgktd1pb] {
    line-height: 1.2em;
    overflow: clip;
}
.AddressCatalogID[b-uzxgktd1pb] {
    font-size: 0.4em;
    color: dimgray;
    font-weight: bold;
    line-height: 0.6em;
}

.AddressID[b-uzxgktd1pb] {
    font-size: 0.6em;
    color: darkslategray;
    font-weight: bold;
}
.AddressDescription[b-uzxgktd1pb] {
    color: dimgray;
    font-size: 0.8em;
}
.AddressBox[b-uzxgktd1pb] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
    /* Hide scrollbars for touch scrolling on mobile */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
    .AddressBox[b-uzxgktd1pb]::-webkit-scrollbar {
        display: none; /* Chrome/Safari/WebKit */
    }

.Address[b-uzxgktd1pb] {
    font-size: 1em;
    color: white;
    text-transform: capitalize;
}

[b-uzxgktd1pb] .AddressLink {
    text-decoration: none;
    color: white;
    font-size: 0.8em;
    text-transform: capitalize;
}
   
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPersonIdentifiers.razor.rz.scp.css */

.CopIXPersonIdentifier[b-4avghjnswt] {
    /*background-color: #550600;*/
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
   /* -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;*/
    /*box-shadow: inset 0 0 10px #626262;*/
    /*margin: 10px;*/
}

.CatalogBox[b-4avghjnswt] {
    line-height: 1.2em;
    overflow: clip;
}
.IdentifierCatalogID[b-4avghjnswt] {
    font-size: 0.4em;
    color: dimgray;
    font-weight: bold;
    line-height: 0.6em;
}

.IdentifierID[b-4avghjnswt] {
    font-size: 0.6em;
    color: darkslategray;
    font-weight: bold;
}
.IdentifierDescription[b-4avghjnswt] {
    color: dimgray;
    font-size: 0.8em;
}
.IdentifierBox[b-4avghjnswt] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
    /* Hide scrollbars for touch scrolling on mobile */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
    .IdentifierBox[b-4avghjnswt]::-webkit-scrollbar {
        display: none; /* Chrome/Safari/WebKit */
    }
.Identifier[b-4avghjnswt] {
    font-size: 1em;
    color: white;
}
   
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPersonIncarcerations.razor.rz.scp.css */

.CopIXPersonIncarceration[b-1frp0b6o2r] {
    background-color: #4a4a4a;
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    margin: 10px;
}

.CatalogBox[b-1frp0b6o2r] {
    line-height: 1.2em;
    overflow: clip;
}

.CatalogID[b-1frp0b6o2r] {
    font-size: 0.8em;
    color: yellowgreen;
    font-weight: bold;
}

.IncarcerationDateTime[b-1frp0b6o2r] {
    font-family: 'OCR A';
}

.IncarcerationID[b-1frp0b6o2r] {
    font-size: 0.6em;
    color: cornsilk;
    font-weight: bold;
}

.IncarcerationBox[b-1frp0b6o2r] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
    /* Hide scrollbars for touch scrolling on mobile */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

    .IncarcerationBox[b-1frp0b6o2r]::-webkit-scrollbar {
        display: none; /* Chrome/Safari/WebKit */
    }

.Incarceration[b-1frp0b6o2r] {
    font-size: 1em;
    color: white;
    text-transform: capitalize;
}

.Inactive[b-1frp0b6o2r] {
    text-decoration: line-through;
    color: rosybrown;
}

/* Released incarcerations - same visual treatment as Inactive Wants */
.Released[b-1frp0b6o2r] {
    text-decoration: line-through;
    color: rosybrown;
}

.Stale[b-1frp0b6o2r] {
    color: goldenrod;
}

.StaleTag[b-1frp0b6o2r] {
    background-color: goldenrod;
    color: black;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 4px;
    cursor: pointer;
    font-size: 0.8em;
    text-decoration: none !important;
}

    .StaleTag:hover[b-1frp0b6o2r] {
        background-color: #daa520;
        color: white;
    }
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPersonPhotos.razor.rz.scp.css */
body[b-ut5il2c3wu] {
}

.CarouselPersonPhoto[b-ut5il2c3wu] {
    max-height: 90px;
    max-width: 90px;
    border-radius: 16px;
}

[b-ut5il2c3wu] .CarouselPersonPhotoInfo {
    position: relative;
    top: -12px;
    font-size: xx-small;
    background-color: #0000006a;
    border-radius: 16px;
    margin: 0px;
    padding: 0px;
    line-height: 1em;
    color: navajowhite;
    color: rgba(255, 222, 173, 0.5);
}

[b-ut5il2c3wu] .CarouselPersonPhotoInfoDateTime {
    font-size:smaller;
}
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPersonTips.razor.rz.scp.css */

/* TIP card: soft slate blue background, theme-friendly with WANT (red) cards */
.CopIXPersonTip[b-1uyqwlgggv] {
    background-color: #2d4a6f;
    color: #e2e8f0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    margin: 10px;
}

.CatalogBox[b-1uyqwlgggv] {
    line-height: 1.2em;
    overflow: clip;
}

.CatalogID[b-1uyqwlgggv] {
    font-size: 0.8em;
    color: #93c5fd;
    font-weight: bold;
}

.TipDateTime[b-1uyqwlgggv] {
    font-family: 'OCR A';
}

.TipID[b-1uyqwlgggv] {
    font-size: 0.6em;
    color: #cbd5e1;
    font-weight: bold;
}

.TipBox[b-1uyqwlgggv] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
    /* Hide scrollbars for touch scrolling on mobile */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

    .TipBox[b-1uyqwlgggv]::-webkit-scrollbar {
        display: none; /* Chrome/Safari/WebKit */
    }

.Tip[b-1uyqwlgggv] {
    font-size: 1em;
    color: #e2e8f0;
    text-transform: capitalize;
}

.Tips[b-1uyqwlgggv] {
    font-size: 1em;
    color: #e2e8f0;
}

.TipsButton[b-1uyqwlgggv] {
    text-shadow: 1px 1px 3px black;
    font-family: Arial;
    font-size: small;
    padding: 2px 6px 2px 6px;
    margin-top: 4px;
    color: #FEFCF2;
    text-decoration: none;
    background: #8b0e05;
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 1px solid black;
    cursor: pointer;
}

    .TipsButton:hover[b-1uyqwlgggv] {
        background: #a51106;
    }

.TipsButtonsRow[b-1uyqwlgggv] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    margin-top: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.TipsButtonsRow[b-1uyqwlgggv]::-webkit-scrollbar {
    display: none;
}
.TipsButtonsRow .TipsButton[b-1uyqwlgggv] {
    flex-shrink: 0;
}

/* Action buttons for moderators */
.TipActions[b-1uyqwlgggv] {
    margin-left: 8px;
    display: inline-flex;
    gap: 4px;
}

.TipActionButton[b-1uyqwlgggv] {
    cursor: pointer;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 0.9em;
    transition: background-color 0.2s;
}

    .TipActionButton:hover[b-1uyqwlgggv] {
        background-color: rgba(255, 255, 255, 0.2);
    }

.EditButton:hover[b-1uyqwlgggv] {
    background-color: rgba(255, 193, 7, 0.3);
}

.DeleteButton:hover[b-1uyqwlgggv] {
    background-color: rgba(220, 53, 69, 0.3);
}

/* Dialog styling */
.tip-dialog-content[b-1uyqwlgggv] {
    padding: 10px 0;
}

    .tip-dialog-content .form-label[b-1uyqwlgggv] {
        font-weight: 600;
        margin-bottom: 4px;
        display: block;
        color: #333;
    }

    .tip-dialog-content .mb-3[b-1uyqwlgggv] {
        margin-bottom: 12px;
    }
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPersonWants.razor.rz.scp.css */

.CopIXPersonWant[b-oi009f6sqn] {
    background-color: #550600;
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    margin: 10px;
}

.CatalogBox[b-oi009f6sqn] {
    line-height: 1.2em;
    overflow: clip;
}
.CatalogID[b-oi009f6sqn]
{
    font-size: 0.8em;
    color: yellowgreen;
    font-weight: bold;
}
.WantDateTime[b-oi009f6sqn] {
    font-family: 'OCR A';
}
.WantID[b-oi009f6sqn] {
    font-size: 0.6em;
    color: cornsilk;
    font-weight: bold;
}
.ChargesBox[b-oi009f6sqn] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
    /* Hide scrollbars for touch scrolling on mobile */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
    .ChargesBox[b-oi009f6sqn]::-webkit-scrollbar {
        display: none; /* Chrome/Safari/WebKit */
    }
.Charges[b-oi009f6sqn] {
    font-size: 1em;
    color: white;
    text-transform: capitalize;
}

[b-oi009f6sqn] .WantsButton {
    text-shadow: 1px 1px 3px black;
    font-family: Arial;
    font-size: x-small;
    padding: 2px 6px 2px 6px;
    margin-top: 4px;
    color: #FEFCF2;
    text-decoration: none;
    background: #8b0e05;
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 1px solid black;
}

.Inactive[b-oi009f6sqn] {
    text-decoration: line-through;
    color: rosybrown;
}

.Stale[b-oi009f6sqn] {
    color: goldenrod;
}

.StaleTag[b-oi009f6sqn] {
    background-color: goldenrod;
    color: black;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 4px;
    cursor: pointer;
    font-size: 0.8em;
    text-decoration: none !important;
}

    .StaleTag:hover[b-oi009f6sqn] {
        background-color: #daa520;
        color: white;
    }
/* /Components/Pages/CopIXapp/Wants/Cards/CardKanbanPerson.razor.rz.scp.css */
.kanban-card[b-p65vpc0at7] {
    background-color: #1a1a2e;
    border: 1px solid goldenrod;
    border-radius: 8px;
    padding: 10px;
    margin: 0 0 8px 0;
    box-shadow: inset 0 0 8px #626262;
    width: 100%;
    min-width: 250px; /* keep cards usable when board scrolls horizontally (many columns) */
    max-width: 100%;
    overflow: hidden; /* clip overflow so card never grows column/board */
    box-sizing: border-box;
    flex-shrink: 0; /* don't compress below min-width when column is narrow */
}

.kanban-card-header[b-p65vpc0at7] {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #333;
}

.kanban-photo-container[b-p65vpc0at7] {
    flex-shrink: 0;
}

.kanban-photo-link[b-p65vpc0at7] {
    display: block;
    cursor: pointer;
}

.kanban-photo[b-p65vpc0at7] {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #444;
}

.kanban-photo:hover[b-p65vpc0at7] {
    border-color: goldenrod;
    transform: scale(1.05);
    transition: all 0.2s ease;
}

.kanban-person-info[b-p65vpc0at7] {
    flex-grow: 1;
    min-width: 0;
}

.kanban-name-row[b-p65vpc0at7] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.kanban-name-link[b-p65vpc0at7] {
    text-decoration: none;
    color: inherit;
    flex: 1;
    min-width: 0;
}

.kanban-name[b-p65vpc0at7] {
    font-size: 1rem;
    font-weight: bold;
    color: #f0f0f0;
    word-wrap: break-word;
}

.kanban-edit-person-link[b-p65vpc0at7] {
    flex-shrink: 0;
    color: #aaa;
    text-decoration: none;
    padding: 2px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.kanban-edit-person-link:hover[b-p65vpc0at7] {
    color: goldenrod;
    background-color: rgba(218, 165, 32, 0.15);
}

.kanban-name:hover[b-p65vpc0at7] {
    color: goldenrod;
    cursor: pointer;
}

.kanban-detail[b-p65vpc0at7] {
    font-size: 0.75rem;
    color: #aaa;
    margin-bottom: 2px;
}

.kanban-detail-label[b-p65vpc0at7] {
    color: #888;
}

.kanban-card-body[b-p65vpc0at7] {
    margin-bottom: 8px;
    min-width: 0;
}

.kanban-catalog-info[b-p65vpc0at7] {
    background-color: #0d0d1a;
    padding: 6px 8px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.kanban-catalog-row[b-p65vpc0at7] {
    font-size: 0.7rem;
    color: #ccc;
    display: flex;
    gap: 8px;
    margin-bottom: 2px;
    min-width: 0;
}

.kanban-catalog-label[b-p65vpc0at7] {
    color: #888;
    font-weight: 500;
    flex-shrink: 0;
}

/* Horizontal scroll for long values (Want, Incarceration, Extradition, Jacket) - single line, scroll inside card */
.kanban-field-scroll[b-p65vpc0at7] {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.kanban-field-scroll[b-p65vpc0at7]::-webkit-scrollbar {
    display: none;
}

.kanban-field-scroll .kanban-catalog-value[b-p65vpc0at7],
.kanban-field-scroll .kanban-extradition-value[b-p65vpc0at7],
.kanban-field-scroll .kanban-jacket-value[b-p65vpc0at7] {
    white-space: nowrap;
    display: inline-block;
}

/* Charges: multiline wrap so long text doesn't grow card/board; no horizontal scroll */
.kanban-charges .kanban-field-scroll[b-p65vpc0at7] {
    overflow-x: visible;
    overflow-y: visible;
}

.kanban-charges-text[b-p65vpc0at7] {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline;
    color: #ddd;
}

.kanban-catalog-value[b-p65vpc0at7] {
    color: #6fa8dc;
    font-weight: 500;
}

.kanban-want-date[b-p65vpc0at7] {
    color: #aaa;
}

.kanban-charges[b-p65vpc0at7],
.kanban-extradition[b-p65vpc0at7],
.kanban-jacket[b-p65vpc0at7] {
    font-size: 0.75rem;
    color: #bbb;
    margin-bottom: 4px;
    min-width: 0; /* allow row to shrink so .kanban-field-scroll can scroll */
}

.kanban-row-single-line[b-p65vpc0at7] {
    display: flex;
    gap: 8px;
    align-items: baseline;
    min-width: 0;
}

.kanban-charges-label[b-p65vpc0at7],
.kanban-extradition-label[b-p65vpc0at7],
.kanban-jacket-label[b-p65vpc0at7] {
    color: #888;
    font-weight: 500;
    flex-shrink: 0;
}

.kanban-extradition-value[b-p65vpc0at7],
.kanban-jacket-value[b-p65vpc0at7] {
    color: #e8a838;
}

.kanban-substatus[b-p65vpc0at7] {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #444;
}

.kanban-substatus-badge[b-p65vpc0at7] {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 12px;
    background-color: #4a4a6a;
    color: #fff;
    border: 1px solid #6a6a8a;
}

.kanban-card-footer[b-p65vpc0at7] {
    padding-top: 8px;
    border-top: 1px solid #333;
    min-width: 0;
}

.kanban-last-note[b-p65vpc0at7] {
    font-size: 0.7rem;
    color: #999;
    margin-bottom: 6px;
    font-style: italic;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.kanban-note-label[b-p65vpc0at7] {
    color: #777;
    font-style: normal;
}

.kanban-last-update[b-p65vpc0at7] {
    font-size: 0.65rem;
    color: #666;
    margin-bottom: 8px;
}

.kanban-actions[b-p65vpc0at7] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    min-width: 0;
}

.kanban-status-btn[b-p65vpc0at7] {
    width: 100%;
    font-size: 0.75rem;
}

[b-p65vpc0at7] .kanban-status-btn.e-btn {
    background-color: #2d2d44;
    border-color: #555;
    color: #ddd;
}

[b-p65vpc0at7] .kanban-status-btn.e-btn:hover {
    background-color: #3d3d54;
    border-color: goldenrod;
    color: #fff;
}
/* /Components/Pages/CopIXapp/Wants/Dialogs/DialogCopixAddressStatusChange.razor.rz.scp.css */
[b-hxekebldd7] .AddressLink a:link, a:visited[b-hxekebldd7] {
    text-shadow: 1px 1px 3px black;
    font-family: Arial;
    font-size: x-small;
    padding: 2px 6px 2px 6px;
    margin-top: 4px;
    color: #FEFCF2;
    text-decoration: none;
    background: #8b0e05;
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 1px solid black;
    text-decoration: none;
}
/* /Components/Pages/CopIXapp/Wants/Dialogs/DialogKanbanStatusChange.razor.rz.scp.css */
.dialog-content[b-chxah2yheo] {
    padding: 10px 0;
}

.person-summary[b-chxah2yheo] {
    background-color: #1a1a2e;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 16px;
}

.person-name[b-chxah2yheo] {
    font-size: 1.1rem;
    font-weight: bold;
    color: #f0f0f0;
    margin-bottom: 4px;
}

.person-details[b-chxah2yheo] {
    font-size: 0.85rem;
    color: #aaa;
    margin-bottom: 4px;
}

.catalog-info[b-chxah2yheo] {
    font-size: 0.75rem;
    color: #6fa8dc;
}

.current-status[b-chxah2yheo] {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-label[b-chxah2yheo] {
    font-weight: 500;
    color: #ccc;
    margin-bottom: 6px;
    display: block;
}

.current-status .form-label[b-chxah2yheo] {
    margin-bottom: 0;
}

.form-group[b-chxah2yheo] {
    margin-bottom: 16px;
}

.status-badge[b-chxah2yheo] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

.status-small[b-chxah2yheo] {
    padding: 2px 6px;
    font-size: 0.7rem;
}

/* Status colors */
.status-needs-attention[b-chxah2yheo] {
    background-color: #dc3545;
    color: white;
}

.status-hold-requested[b-chxah2yheo] {
    background-color: #fd7e14;
    color: white;
}

.status-hold-placed[b-chxah2yheo] {
    background-color: #ffc107;
    color: #212529;
}

.status-transportation-setup[b-chxah2yheo] {
    background-color: #0dcaf0;
    color: #212529;
}

.status-transportation-inprogress[b-chxah2yheo] {
    background-color: #0d6efd;
    color: white;
}

.status-no-extradition[b-chxah2yheo] {
    background-color: #6c757d;
    color: white;
}

.status-not-going-to-transport[b-chxah2yheo] {
    background-color: #6c757d;
    color: white;
}

.status-finished[b-chxah2yheo] {
    background-color: #198754;
    color: white;
}

.history-section[b-chxah2yheo] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #333;
}

.history-header[b-chxah2yheo] {
    margin-bottom: 8px;
}

.history-list[b-chxah2yheo] {
    max-height: 200px;
    overflow-y: auto;
}

.history-entry[b-chxah2yheo] {
    background-color: #1a1a2e;
    border: 1px solid #2a2a3e;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 6px;
}

.history-status[b-chxah2yheo] {
    margin-bottom: 4px;
}

.history-details[b-chxah2yheo] {
    font-size: 0.75rem;
    color: #888;
    margin-bottom: 4px;
}

.history-date[b-chxah2yheo] {
    margin-right: 8px;
}

.history-user[b-chxah2yheo] {
    color: #6fa8dc;
}

.history-note[b-chxah2yheo] {
    font-size: 0.75rem;
    color: #aaa;
    font-style: italic;
    padding-left: 8px;
    border-left: 2px solid #444;
    margin-top: 4px;
}

[b-chxah2yheo] .kanban-status-dialog .e-dlg-content {
    background-color: #0d0d1a;
}

[b-chxah2yheo] .kanban-status-dialog .e-dlg-header-content {
    background-color: #1a1a2e;
    border-bottom: 1px solid #333;
}

[b-chxah2yheo] .kanban-status-dialog .e-footer-content {
    background-color: #1a1a2e;
    border-top: 1px solid #333;
}

[b-chxah2yheo] .kanban-status-dialog .e-dlg-header {
    color: #f0f0f0;
}

[b-chxah2yheo] .history-btn {
    margin-right: auto;
}
/* /Components/Pages/CopIXapp/Wants/WantsKanban.razor.rz.scp.css */
/* Constrain page width: prevent layout from growing viewport; horizontal scroll stays inside board only */
.kanban-container[b-8mizd4z5po] {
    padding: 16px;
    height: calc(100vh - 60px);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.kanban-header[b-8mizd4z5po] {
    margin-bottom: 16px;
    flex-shrink: 0;
    min-width: 0;
}

.kanban-title[b-8mizd4z5po] {
    color: var(--copix-text-light);
    margin-bottom: 12px;
}

.kanban-toolbar[b-8mizd4z5po] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.search-container[b-8mizd4z5po] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.kanban-actions-toolbar[b-8mizd4z5po] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.filter-container[b-8mizd4z5po] {
    display: flex;
    gap: 8px;
    align-items: center;
}

[b-8mizd4z5po] .kanban-filter .e-input-group {
    background-color: var(--copix-bg-medium);
    border-color: var(--copix-border);
}

[b-8mizd4z5po] .kanban-filter input {
    color: var(--copix-text-light);
}

[b-8mizd4z5po] .kanban-filter .e-ddl-icon {
    color: var(--copix-text-muted);
}

[b-8mizd4z5po] .clear-filters-btn.e-btn {
    color: var(--copix-danger);
    font-size: 0.8rem;
    padding: 4px 8px;
}

[b-8mizd4z5po] .clear-filters-btn.e-btn:hover {
    background-color: var(--copix-danger-bg);
}

.kanban-count[b-8mizd4z5po] {
    color: var(--copix-text-muted);
    font-size: 0.9rem;
}

.kanban-board[b-8mizd4z5po] {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    flex-grow: 1;
    min-width: 0; /* allow board to shrink to container so scroll is inside board */
    padding-bottom: 16px;
    width: 100%;
}

.kanban-column[b-8mizd4z5po] {
    flex: 1 1 0;
    min-width: 250px;
    max-width: 100%; /* never grow past board; board scrolls when many columns */
    overflow: hidden; /* clip card overflow so column doesn't grow with content */
    background-color: var(--copix-bg-medium);
    border-radius: var(--copix-radius-md);
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

/* Phone: Stack columns vertically, full width; no horizontal scroll */
@media (max-width: 575px) {
    .kanban-board[b-8mizd4z5po] {
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .kanban-column[b-8mizd4z5po] {
        flex: 0 0 auto;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        max-height: 300px;
    }
}

.kanban-column-header[b-8mizd4z5po] {
    padding: 12px;
    border-radius: var(--copix-radius-md) var(--copix-radius-md) 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: white;
}

.status-name[b-8mizd4z5po] {
    font-size: 0.9rem;
}

.status-count[b-8mizd4z5po] {
    font-size: 0.8rem;
    opacity: 0.8;
}

.kanban-column-content[b-8mizd4z5po] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 8px;
    min-width: 0; /* allow content to respect column width */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

.kanban-empty-column[b-8mizd4z5po] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    color: var(--copix-text-subtle);
    font-style: italic;
}

/* Status column colors - using standardized CopIX theme */
.kanban-column-header.status-needs-attention[b-8mizd4z5po] {
    background-color: var(--copix-status-needs-attention);
}

.kanban-column-header.status-hold-requested[b-8mizd4z5po] {
    background-color: var(--copix-status-hold-requested);
}

.kanban-column-header.status-hold-placed[b-8mizd4z5po] {
    background-color: var(--copix-status-hold-placed);
    color: var(--copix-bg-darkest);
}

.kanban-column-header.status-transportation-setup[b-8mizd4z5po] {
    background-color: var(--copix-status-transportation-setup);
    color: var(--copix-bg-darkest);
}

.kanban-column-header.status-transportation-inprogress[b-8mizd4z5po] {
    background-color: var(--copix-status-transportation-inprogress);
}

/* Scrollbar styling for columns */
.kanban-column-content[b-8mizd4z5po]::-webkit-scrollbar {
    width: 6px;
}

.kanban-column-content[b-8mizd4z5po]::-webkit-scrollbar-track {
    background-color: var(--copix-bg-darkest);
    border-radius: 3px;
}

.kanban-column-content[b-8mizd4z5po]::-webkit-scrollbar-thumb {
    background-color: var(--copix-border);
    border-radius: 3px;
}

.kanban-column-content[b-8mizd4z5po]::-webkit-scrollbar-thumb:hover {
    background-color: var(--copix-primary);
}

/* Scrollbar styling for board */
.kanban-board[b-8mizd4z5po]::-webkit-scrollbar {
    height: 8px;
}

.kanban-board[b-8mizd4z5po]::-webkit-scrollbar-track {
    background-color: var(--copix-bg-darkest);
    border-radius: 4px;
}

.kanban-board[b-8mizd4z5po]::-webkit-scrollbar-thumb {
    background-color: var(--copix-border);
    border-radius: 4px;
}

.kanban-board[b-8mizd4z5po]::-webkit-scrollbar-thumb:hover {
    background-color: var(--copix-primary);
}

[b-8mizd4z5po] .kanban-search .e-input-group {
    background-color: var(--copix-bg-medium);
    border-color: var(--copix-border);
}

[b-8mizd4z5po] .kanban-search input {
    color: var(--copix-text-light);
}

[b-8mizd4z5po] .archive-btn.e-btn {
    border-color: var(--copix-border);
    color: var(--copix-text-muted);
}

[b-8mizd4z5po] .archive-btn.e-btn:hover {
    background-color: var(--copix-bg-light);
    border-color: var(--copix-warning);
    color: var(--copix-text-light);
}

/* Responsive adjustments - Tablet */
@media (max-width: 991px) {
    .kanban-container[b-8mizd4z5po] {
        padding: 12px;
    }

    .kanban-toolbar[b-8mizd4z5po] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-container[b-8mizd4z5po] {
        width: 100%;
    }

    .filter-container[b-8mizd4z5po] {
        width: 100%;
        flex-wrap: wrap;
    }

    [b-8mizd4z5po] .kanban-search {
        flex-grow: 1;
    }

    [b-8mizd4z5po] .kanban-filter {
        flex-grow: 1;
    }

    .kanban-actions-toolbar[b-8mizd4z5po] {
        justify-content: space-between;
    }

    .kanban-column[b-8mizd4z5po] {
        flex: 1 1 0;
        min-width: 250px;
    }
}
/* /Components/Pages/CopIXapp/Wants/WantsKanbanArchive.razor.rz.scp.css */
.archive-container[b-t0xl9q21nj] {
    padding: 16px;
}

.archive-header[b-t0xl9q21nj] {
    margin-bottom: 16px;
}

.header-left[b-t0xl9q21nj] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.archive-title[b-t0xl9q21nj] {
    color: #f0f0f0;
    margin: 0;
}

.archive-toolbar[b-t0xl9q21nj] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.filter-container[b-t0xl9q21nj] {
    display: flex;
    align-items: center;
}

.search-container[b-t0xl9q21nj] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.archive-count[b-t0xl9q21nj] {
    color: #888;
    font-size: 0.9rem;
    margin-left: auto;
}

.empty-archive[b-t0xl9q21nj] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    color: #888;
    font-style: italic;
}

.archive-grid[b-t0xl9q21nj] {
    background-color: #1a1a2e;
    border-radius: 8px;
    padding: 8px;
}

.archive-photo-link[b-t0xl9q21nj] {
    display: inline-block;
}

.archive-photo[b-t0xl9q21nj] {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #333;
}

.archive-photo:hover[b-t0xl9q21nj] {
    border-color: goldenrod;
}

.archive-name-link[b-t0xl9q21nj] {
    color: #6fa8dc;
    text-decoration: none;
}

.archive-name-link:hover[b-t0xl9q21nj] {
    color: goldenrod;
    text-decoration: underline;
}

.archive-note[b-t0xl9q21nj] {
    font-size: 0.85rem;
    color: #aaa;
    font-style: italic;
}

/* Status badge colors */
.status-badge[b-t0xl9q21nj] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

.status-no-extradition[b-t0xl9q21nj] {
    background-color: #6c757d;
    color: white;
}

.status-not-going-to-transport[b-t0xl9q21nj] {
    background-color: #6c757d;
    color: white;
}

.status-finished[b-t0xl9q21nj] {
    background-color: #198754;
    color: white;
}

/* Grid styling */
[b-t0xl9q21nj] .e-grid {
    background-color: #1a1a2e;
    border: none;
}

[b-t0xl9q21nj] .e-grid .e-gridheader {
    background-color: #0d0d1a;
}

[b-t0xl9q21nj] .e-grid .e-headercell {
    background-color: #0d0d1a;
    color: #ccc;
}

[b-t0xl9q21nj] .e-grid .e-rowcell {
    background-color: #1a1a2e;
    color: #f0f0f0;
    border-color: #333;
}

[b-t0xl9q21nj] .e-grid .e-row:hover .e-rowcell {
    background-color: #2a2a3e;
}

[b-t0xl9q21nj] .e-pager {
    background-color: #0d0d1a;
    border-color: #333;
}

[b-t0xl9q21nj] .e-pager .e-numericcontainer {
    background-color: #0d0d1a;
}

[b-t0xl9q21nj] .e-pager .e-link {
    color: #aaa;
}

[b-t0xl9q21nj] .e-pager .e-currentitem {
    background-color: goldenrod;
    color: #000;
}

[b-t0xl9q21nj] .back-btn.e-btn {
    border-color: #555;
    color: #aaa;
}

[b-t0xl9q21nj] .back-btn.e-btn:hover {
    background-color: #2d2d44;
    border-color: goldenrod;
    color: #fff;
}

[b-t0xl9q21nj] .archive-search .e-input-group {
    background-color: #1a1a2e;
    border-color: #333;
}

[b-t0xl9q21nj] .archive-search input {
    color: #f0f0f0;
}

[b-t0xl9q21nj] .status-filter .e-input-group {
    background-color: #1a1a2e;
    border-color: #333;
}

[b-t0xl9q21nj] .status-filter input {
    color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .archive-toolbar[b-t0xl9q21nj] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-container[b-t0xl9q21nj] {
        width: 100%;
    }

    [b-t0xl9q21nj] .archive-search {
        flex-grow: 1;
    }

    .archive-count[b-t0xl9q21nj] {
        margin-left: 0;
        text-align: center;
    }
}
/* /Components/Pages/CopIXapp/Wants/WantsList.razor.rz.scp.css */
/* Person filter banner - matches address filter banner and app dark red theme */
.person-filter-banner[b-ah8y8vlx5a] {
    background-color: var(--copix-bg-medium);
    border: 1px solid var(--copix-border);
    border-radius: var(--copix-radius-md);
    padding: 0.75rem 1rem;
    color: var(--copix-text-light);
}

.person-filter-source[b-ah8y8vlx5a] {
    color: var(--copix-text-muted);
    margin-left: 0.5rem;
}

.person-filter-clear-btn[b-ah8y8vlx5a] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: var(--copix-bg-accent);
    border: 1px solid var(--copix-border);
    color: var(--copix-text-primary);
    border-radius: var(--copix-radius-sm);
    text-decoration: none;
    transition: background-color var(--copix-transition);
}

.person-filter-clear-btn:hover[b-ah8y8vlx5a] {
    background-color: var(--copix-primary);
    color: var(--copix-text-primary);
}

/* Wants list layout: flex column so grid fills space, results limited + warning at bottom, no gap before footer */
.wants-list-page[b-ah8y8vlx5a] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 60px);
}

.wants-list-data-section[b-ah8y8vlx5a] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.wants-list-grid-wrapper[b-ah8y8vlx5a] {
    flex: 1;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.wants-list-grid-wrapper[b-ah8y8vlx5a]  .e-grid {
    flex: 1;
}

/* Results limited - compact, no overflow/scroll, prevents nested scrollbar */
.results-limited-banner[b-ah8y8vlx5a] {
    flex-shrink: 0;
    overflow: visible;
    background-color: var(--bs-warning-bg-subtle, #fff3cd);
    color: var(--bs-warning-text-emphasis, #664d03);
    padding: 0.35rem 0.75rem;
    text-align: center;
    border: 1px solid var(--bs-warning-border-subtle, #ffecb5);
    border-radius: 4px;
    margin-top: 4px;
}

/* Pencil edit icon: white, no background, blends with person name */
.copixPersonCard .d-flex .btn-link[b-ah8y8vlx5a],
.copixPersonCard .d-flex .btn-link .bi-pencil[b-ah8y8vlx5a] {
    color: white;
    background-color: transparent;
}

/* Copy ref button: copy icon, clickable, tooltip via title */
.copixPersonCard[b-ah8y8vlx5a]  .CopyRefButton {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    opacity: 0.85;
    transition: opacity 0.15s ease;
}
.copixPersonCard[b-ah8y8vlx5a]  .CopyRefButton:hover {
    opacity: 1;
}
.copixPersonCard[b-ah8y8vlx5a]  .CopyRefButton .bi-copy {
    font-size: 1em;
    color: inherit;
}

.copixPersonCard[b-ah8y8vlx5a] {
    border: 1px solid goldenrod;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    margin: 5px;
    border-collapse: separate;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    padding: 3px 10px 3px 10px;
    background-color: black;
}

[b-ah8y8vlx5a] .e-toolbar.e-spacer-toolbar .e-toolbar-items {
    background-color: #550600;
}

[b-ah8y8vlx5a] .e-content::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

[b-ah8y8vlx5a] .e-content::-webkit-scrollbar-thumb {
    background-color: #550600;
    border: 1px solid black;
}

[b-ah8y8vlx5a] .e-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}

[b-ah8y8vlx5a] .e-rowcell {
    background-color: #350a06;
}

[b-ah8y8vlx5a] .e-grid .e-gridheader {
    display: none;
}



[b-ah8y8vlx5a] .virtualtable::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

[b-ah8y8vlx5a] .virtualtable::-webkit-scrollbar-thumb {
    background-color: #6f9ddb;
    border: 1px solid black;
}

[b-ah8y8vlx5a] .virtualtable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}

/* Filter Chip Styling */
.filter-chip[b-ah8y8vlx5a] {
    padding: 0.35em 0.5em 0.35em 0.65em;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 4px;
}

.filter-chip-close[b-ah8y8vlx5a] {
    font-size: 0.5rem;
    padding: 0.15em;
    margin-left: 0.25em;
    opacity: 0.7;
    transition: opacity 0.15s ease-in-out;
}

.filter-chip-close:hover[b-ah8y8vlx5a] {
    opacity: 1;
}

.filter-chip .btn-close-white[b-ah8y8vlx5a] {
    filter: invert(1) grayscale(100%) brightness(200%);
}

/* Warning Message Banner - sticks to bottom of article, above layout footer; ~14px tall */
.warning-message-banner[b-ah8y8vlx5a] {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    height: 14px;
    min-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4a000; /* Dark yellow */
    color: black;
    font-weight: bold;
    font-size: 0.7rem;
    line-height: 1;
    text-align: center;
    padding: 0 12px;
    cursor: pointer;
    z-index: 100;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
}

.warning-message-content[b-ah8y8vlx5a] {
    white-space: nowrap;
    max-height: 14px;
    display: inline-block;
    flex-shrink: 0;
    padding-left: 100%;
    animation: marquee-b-ah8y8vlx5a 15s linear infinite;
    scrollbar-width: none;
}

/* No scrollbar - animation scrolls the text */
.warning-message-content[b-ah8y8vlx5a]::-webkit-scrollbar {
    display: none;
}

/* Pause animation when user hovers/taps */
.warning-message-content:hover[b-ah8y8vlx5a],
.warning-message-content:active[b-ah8y8vlx5a] {
    animation-play-state: paused;
}

/* On small screens (mobile): fix banner above footer so it's always visible */
@media (max-width: 768px) {
    .warning-message-banner[b-ah8y8vlx5a] {
        position: fixed;
        bottom: 29px; /* above layout footer (25px + 2px margin) */
        left: 0;
        right: 0;
        padding: 0 8px;
        z-index: 200;
    }

    /* Reserve space at bottom of page so content isn't hidden behind fixed banner */
    .wants-list-page[b-ah8y8vlx5a] {
        padding-bottom: 22px;
    }
}

@keyframes marquee-b-ah8y8vlx5a {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

/* Hover effect for desktop */
@media (min-width: 769px) {
    .warning-message-banner:hover[b-ah8y8vlx5a] {
        background-color: #e5b000;
        transform: scale(1.01);
        transition: all 0.2s ease;
    }
}
/* /Components/Pages/CopIXapp/Wants/WantsMap.razor.rz.scp.css */
.copixPersonCard[b-nk7f9jhfr5] {
    border: 1px solid goldenrod;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    margin: 5px;
    border-collapse: separate;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    padding: 3px 10px 3px 10px;
    background-color: black;
}

[b-nk7f9jhfr5] .e-toolbar.e-spacer-toolbar .e-toolbar-items {
    background-color: #550600;
}

[b-nk7f9jhfr5] .e-content::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

[b-nk7f9jhfr5] .e-content::-webkit-scrollbar-thumb {
    background-color: #550600;
    border: 1px solid black;
}

[b-nk7f9jhfr5] .e-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}

[b-nk7f9jhfr5] .e-rowcell {
    background-color: #350a06;
}

[b-nk7f9jhfr5] .e-grid .e-gridheader {
    display: none;
}



[b-nk7f9jhfr5] .virtualtable::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

[b-nk7f9jhfr5] .virtualtable::-webkit-scrollbar-thumb {
    background-color: #6f9ddb;
    border: 1px solid black;
}

[b-nk7f9jhfr5] .virtualtable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}
/* /Components/Pages/CopIXapp/Wants/WantsStatusSettings.razor.rz.scp.css */
.wants-settings-container[b-kfsaf0k1lf] {
    padding: 1rem;
    max-width: 900px;
}

.page-header[b-kfsaf0k1lf] {
    margin-bottom: 1.5rem;
}

.page-header h1[b-kfsaf0k1lf] {
    margin: 0;
    color: #ffdddd;
}

.loading-spinner[b-kfsaf0k1lf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    gap: 1rem;
}

.loading-spinner p[b-kfsaf0k1lf] {
    color: #d99b9b;
    margin: 0;
}

.settings-sections[b-kfsaf0k1lf] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.settings-card[b-kfsaf0k1lf] {
    background: linear-gradient(145deg, #3b0b0b, #4b1212);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #7f1d1d;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.settings-card h5[b-kfsaf0k1lf] {
    color: #ffdddd;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.settings-card .text-muted[b-kfsaf0k1lf] {
    color: #d99b9b !important;
}

.settings-card .form-label[b-kfsaf0k1lf] {
    color: #ffdddd;
    font-weight: 500;
}

.settings-card .form-check-label[b-kfsaf0k1lf] {
    color: #ffffff;
}

.status-list[b-kfsaf0k1lf] {
    margin-top: 1rem;
}

.status-row[b-kfsaf0k1lf] {
    border-radius: 4px;
}

.order-buttons[b-kfsaf0k1lf] {
    display: flex;
    gap: 0.25rem;
}

.card-header-actions[b-kfsaf0k1lf] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.card-header-actions .btn[b-kfsaf0k1lf] {
    flex-shrink: 0;
}

.form-control-color[b-kfsaf0k1lf] {
    max-width: 60px;
    padding: 0.25rem;
}

.modal-overlay[b-kfsaf0k1lf] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.modal-dialog[b-kfsaf0k1lf] {
    background: linear-gradient(145deg, #3b0b0b, #4b1212);
    border-radius: 12px;
    border: 1px solid #7f1d1d;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    max-width: 500px;
    width: 90%;
}

.modal-content[b-kfsaf0k1lf] {
    padding: 1.5rem;
}

.modal-header[b-kfsaf0k1lf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.modal-title[b-kfsaf0k1lf] {
    color: #ffdddd;
    margin: 0;
    font-size: 1.25rem;
}

.btn-close[b-kfsaf0k1lf] {
    background: transparent;
    border: none;
    color: #d99b9b;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.btn-close:hover[b-kfsaf0k1lf] {
    color: #ffffff;
}

.modal-body[b-kfsaf0k1lf] {
    margin-bottom: 1rem;
}

.modal-footer[b-kfsaf0k1lf] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}

.form-group[b-kfsaf0k1lf] {
    margin-bottom: 1rem;
}
/* /Components/Pages/Home.Razor.rz.scp.css */
body[b-gu5k0fm5sv] {
}

.CopIXBackground[b-gu5k0fm5sv] {
    background-position: center;
    overflow: clip;
}

[b-gu5k0fm5sv] .CopIXHomeHeroContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    line-height: 100px;
    font-family: Orbitron-Regular;
    overflow: clip;
    min-width: 94vw;
    min-height: 94vh;
}

[b-gu5k0fm5sv] .carousel-hero-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    line-height: 100px;
    font-family: Orbitron-Regular;
    overflow: clip;
    min-width: 94vw;
    min-height: 94vh;
}

[b-gu5k0fm5sv] .CopIXHomeHero {
    object-fit: cover;
    object-position: center;
    min-width: calc(100vw - 8px);
    min-height: 100vh;
    overflow: clip;
}

/* Home Dashboard Overlay - flex-start allows scrolling up to see content on small screens */
.home-dashboard-overlay[b-gu5k0fm5sv] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    overflow-y: auto;
}

.home-dashboard-container[b-gu5k0fm5sv] {
    max-width: 1200px;
    width: 100%;
    padding: 20px;
}

.home-welcome-text[b-gu5k0fm5sv] {
    color: white;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.9),
        0 0 20px rgba(0, 0, 0, 0.8),
        0 0 40px rgba(0, 0, 0, 0.6);
}

.home-loading[b-gu5k0fm5sv] {
    text-align: center;
    color: white;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
}

/* Footer apps card: no cursor on card; only inner buttons are clickable */
.footer-apps-card[b-gu5k0fm5sv] {
    cursor: default;
}

.footer-apps-card:hover[b-gu5k0fm5sv] {
    transform: none;
}

/* GPS status indicator in footer apps card */
.product-icon.gps-none[b-gu5k0fm5sv] {
    filter: grayscale(1) brightness(0.7);
    opacity: 0.8;
}

.product-icon.gps-ok[b-gu5k0fm5sv] {
    filter: none;
}

/* Catalogs Grid */
.catalogs-grid[b-gu5k0fm5sv] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

/* Catalog Card */
.catalog-card[b-gu5k0fm5sv] {
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 20px;
    min-width: 280px;
    max-width: 360px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.catalog-card:hover[b-gu5k0fm5sv] {
    transform: translateY(-4px);
    background: rgba(0, 0, 0, 0.75);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.catalog-card-header[b-gu5k0fm5sv] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.catalog-card-logo[b-gu5k0fm5sv] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
}

.catalog-card-icon[b-gu5k0fm5sv] {
    font-size: 28px;
    line-height: 1;
}

.catalog-card-name[b-gu5k0fm5sv] {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    flex: 1;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* Products Grid */
.products-grid[b-gu5k0fm5sv] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

/* Product Card - Semi-transparent square cards */
.product-card[b-gu5k0fm5sv] {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-card:hover[b-gu5k0fm5sv] {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.08);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.product-icon[b-gu5k0fm5sv] {
    font-size: 24px;
    line-height: 1;
}

.product-name[b-gu5k0fm5sv] {
    color: white;
    font-size: 0.65rem;
    font-weight: 500;
    text-align: center;
    max-width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* No products/catalogs messages */
.no-products[b-gu5k0fm5sv] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    text-align: center;
    padding: 12px;
}

.no-catalogs[b-gu5k0fm5sv] {
    text-align: center;
    color: white;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    max-width: 400px;
    margin: 0 auto;
}

.no-catalogs p[b-gu5k0fm5sv] {
    margin: 8px 0;
}

/* Login Prompt Overlay (NotAuthorized) */
.login-prompt-overlay[b-gu5k0fm5sv] {
    width: 90%;
    max-width: 500px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    padding: 0 16px;
    box-sizing: border-box;
}

.login-prompt-container[b-gu5k0fm5sv] {
    width: 100%;
}

.login-prompt-content[b-gu5k0fm5sv] {
    max-width: 365px;
    width: 100%;
    margin: 0 auto;
    font-size: x-small;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 40px;
    color: #ffcccc;
}

.login-prompt-text[b-gu5k0fm5sv] {
    margin: 0 0 16px 0;
}

.login-prompt-icons[b-gu5k0fm5sv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.login-prompt-form[b-gu5k0fm5sv] {
    display: inline-flex;
    gap: 12px;
    margin: 0;
}

.login-prompt-icon-btn[b-gu5k0fm5sv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
}

.login-prompt-icon-btn:hover[b-gu5k0fm5sv] {
    transform: scale(1.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.login-prompt-icon-btn .provider-icon[b-gu5k0fm5sv] {
    width: 24px;
    height: 24px;
}

.login-prompt-google[b-gu5k0fm5sv] {
    background: #2f2f2f;
}

.login-prompt-microsoft[b-gu5k0fm5sv] {
    background: #2f2f2f;
}

.login-prompt-external[b-gu5k0fm5sv] {
    background: #4b1212;
}

.login-prompt-login-btn[b-gu5k0fm5sv] {
    background: rgba(127, 29, 29, 0.8);
    color: #ffcccc;
}

.login-prompt-login-btn:hover[b-gu5k0fm5sv] {
    background: rgba(153, 27, 27, 0.9);
    color: #fff;
}

.login-prompt-link[b-gu5k0fm5sv] {
    color: #ffcccc;
    text-decoration: underline;
}

.login-prompt-link:hover[b-gu5k0fm5sv] {
    color: #fff;
}

/* Law Enforcement Disclaimer (shown at top of catalog list when any catalog is Law Enforcement) */
.law-enforcement-disclaimer[b-gu5k0fm5sv],
.law-enforcement-disclaimer-top[b-gu5k0fm5sv] {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: x-small;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 24px 40px;
    color: #ffcccc;
}

.law-enforcement-disclaimer-top[b-gu5k0fm5sv] {
    margin-top: 0;
    margin-bottom: 24px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .catalog-card[b-gu5k0fm5sv] {
        min-width: 240px;
        max-width: 100%;
    }

    .home-welcome-text[b-gu5k0fm5sv] {
        font-size: 1.4rem;
    }

    .product-card[b-gu5k0fm5sv] {
        width: 64px;
        height: 64px;
    }

    .product-icon[b-gu5k0fm5sv] {
        font-size: 20px;
    }

    .product-name[b-gu5k0fm5sv] {
        font-size: 0.6rem;
    }
}

/* Phone adjustments */
@media (max-width: 575px) {
    .catalog-card[b-gu5k0fm5sv] {
        min-width: 100%;
        padding: 16px;
    }

    .home-welcome-text[b-gu5k0fm5sv] {
        font-size: 1.2rem;
    }

    .product-card[b-gu5k0fm5sv] {
        width: 56px;
        height: 56px;
    }

    .product-icon[b-gu5k0fm5sv] {
        font-size: 18px;
    }

    .product-name[b-gu5k0fm5sv] {
        font-size: 0.55rem;
    }

    .login-prompt-overlay[b-gu5k0fm5sv] {
        bottom: 20px;
        width: 95%;
    }

    .login-prompt-content[b-gu5k0fm5sv] {
        padding: 24px 16px;
        border-radius: 16px;
        font-size: 10px;
    }

    .home-dashboard-container[b-gu5k0fm5sv] {
        padding: 12px;
    }

    .catalogs-grid[b-gu5k0fm5sv] {
        gap: 16px;
    }
}
/* /Components/Settings/Pages/UserRoleManagement.razor.rz.scp.css */
/* /Components/Settings/Shared/LoginDisplay.razor.rz.scp.css */
.login-display[b-dx5026gx3p] {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    width: 100%;
}

.user-info[b-dx5026gx3p] {
    color: #FEFCF2;
    font-family: Arial;
    font-size: small;
    text-shadow: 1px 1px 3px black;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex-shrink: 1;
}

.loginlogout[b-dx5026gx3p] {
    text-shadow: 1px 1px 3px black;
    font-family: Arial;
    font-size: x-small;
    padding: 2px 6px 2px 6px;
    margin-top: 4px;
    color: #FEFCF2;
    text-decoration: none;
    background: #8b0e05;
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 1px solid black;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.loginlogout:hover[b-dx5026gx3p] {
    background: #a41106;
    text-decoration: none;
    color: #FEFCF2;
}

.logout-btn[b-dx5026gx3p] {
    background: #8b0e05;
    margin-top: 0;
}

.logout-btn:hover[b-dx5026gx3p] {
    background: #a41106;
}

form[b-dx5026gx3p] {
    display: inline;
    margin: 0;
    flex-shrink: 0;
}
/* /Components/Settings/Shared/SignaturePad.razor.rz.scp.css */
.signature-pad-container[b-zlehugwokr] {
    margin-bottom: 1rem;
}

.signature-pad-label label[b-zlehugwokr] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #d99b9b;
}

.signature-pad-wrapper[b-zlehugwokr] {
    position: relative;
    background: #fff;
    border: 2px solid #4b1212;
    border-radius: 8px;
    overflow: hidden;
}

.signature-canvas[b-zlehugwokr] {
    display: block;
    width: 100%;
    height: 150px;
    cursor: crosshair;
    background: #ffffff;
}

.signature-canvas.empty[b-zlehugwokr] {
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
}

.clear-btn[b-zlehugwokr] {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 12px;
    font-size: 0.75rem;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.clear-btn:hover[b-zlehugwokr] {
    opacity: 1;
}

.signature-help-text[b-zlehugwokr] {
    display: block;
    margin-top: 0.25rem;
    color: #888;
    font-style: italic;
}

/* Touch device improvements */
@media (hover: none) and (pointer: coarse) {
    .signature-canvas[b-zlehugwokr] {
        height: 200px;
    }
    
    .clear-btn[b-zlehugwokr] {
        padding: 8px 16px;
        font-size: 0.875rem;
    }
}
/* /Components/Shared/AccessDeniedMessage.razor.rz.scp.css */
.access-denied-message[b-80rklz6mhx] {
    text-align: center;
    padding: 2rem;
    max-width: 400px;
    margin: 2rem auto;
    background: var(--bs-light, #f8f9fa);
    border-radius: 8px;
    border: 1px solid var(--bs-border-color, #dee2e6);
}

.access-denied-icon[b-80rklz6mhx] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.access-denied-instruction[b-80rklz6mhx] {
    font-weight: 500;
    color: var(--bs-primary, #0d6efd);
    margin-bottom: 0;
}
