@import '_content/SpecSafe.Client.Formrender/SpecSafe.Client.Formrender.b4lomt3euq.bundle.scp.css';
@import '_content/SpecSafe.Client.Workflow/SpecSafe.Client.Workflow.hspipp6sjb.bundle.scp.css';
@import '_content/SpecSafe.Diagrams/SpecSafe.Diagrams.oclzoytvjp.bundle.scp.css';
@import '_content/SpecSafeReport.Client/SpecSafeReport.Client.m6ck57fjos.bundle.scp.css';

/* /Components/Chat/AiAssistant.razor.rz.scp.css */
.api-chat-page[b-yasgqhd10j] {
    padding: 1rem;
    max-width: 40rem;
    margin: 0 auto;
}

    .api-chat-page h2[b-yasgqhd10j] {
        margin-bottom: 1rem;
    }

.api-chat-window[b-yasgqhd10j] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
    min-height: 24rem;
}

.api-chat-messages[b-yasgqhd10j] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 67vh;
}

.api-chat-message[b-yasgqhd10j] {
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
}

.api-chat-user[b-yasgqhd10j] {
    align-self: flex-end;
    background: var(--bs-primary);
    color: var(--bs-primary-color, #fff);
    margin-right: 1rem;
}

.api-chat-assistant[b-yasgqhd10j] {
    align-self: flex-start;
    background: var(--bs-light);
    color: var(--bs-body-color);
    margin-right: 1rem;
}

/* Show \n as new lines (response may contain newline characters) */
.api-chat-message-content[b-yasgqhd10j] {
    white-space: normal;
    word-wrap: break-word;
    font-size: 1.1rem;
}

.api-chat-input-area[b-yasgqhd10j] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-top: 1px solid var(--bs-border-color, #dee2e6);
    background: var(--bs-body-bg);
}

    .api-chat-input-area .form-control[b-yasgqhd10j] {
        flex: 1;
    }

.api-chat-busy[b-yasgqhd10j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.api-chat-spinner[b-yasgqhd10j] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--bs-border-color);
    border-top-color: var(--bs-primary);
    border-radius: 50%;
    animation: api-chat-spin-b-yasgqhd10j 0.7s linear infinite;
}

@keyframes api-chat-spin-b-yasgqhd10j {
    to {
        transform: rotate(360deg);
    }
}

.chat-float.chat-window[b-yasgqhd10j] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 22rem;
    max-width: calc(100vw - 2rem);
    max-height: 28rem;
    display: flex;
    flex-direction: column;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    z-index: 1050;
    overflow: hidden;
}

.chat-window-header[b-yasgqhd10j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    background: var(--bs-primary);
    color: var(--bs-primary-color, #fff);
}

    .chat-window-header span[b-yasgqhd10j] {
        font-weight: 600;
    }

.chat-close[b-yasgqhd10j] {
    filter: invert(1);
    opacity: 0.8;
}

.chat-messages[b-yasgqhd10j] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 12rem;
    max-height: 18rem;
}

.chat-message[b-yasgqhd10j] {
    max-width: 90%;
    padding: 0.4rem 0.6rem;
    border-radius: 0.5rem;
}

    .chat-message.user[b-yasgqhd10j] {
        align-self: flex-end;
        background: var(--bs-primary);
        color: var(--bs-primary-color, #fff);
    }

    .chat-message.assistant[b-yasgqhd10j] {
        align-self: flex-start;
        background: var(--bs-light);
        color: var(--bs-body-color);
    }

.chat-message-meta[b-yasgqhd10j] {
    font-size: 0.7rem;
    opacity: 0.85;
    margin-top: 0.2rem;
}

.chat-input-area[b-yasgqhd10j] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-top: 1px solid var(--bs-border-color, #dee2e6);
    background: var(--bs-body-bg);
}

    .chat-input-area .form-control[b-yasgqhd10j] {
        flex: 1;
    }

/* Busy / typing indicator */
.chat-message-busy .chat-busy-content[b-yasgqhd10j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.chat-busy-spinner[b-yasgqhd10j] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--bs-border-color, #dee2e6);
    border-top-color: var(--bs-primary);
    border-radius: 50%;
    animation: chat-spin-b-yasgqhd10j 0.7s linear infinite;
}

@keyframes chat-spin-b-yasgqhd10j {
    to {
        transform: rotate(360deg);
    }
}

.form-control[b-yasgqhd10j] {
    font-size: 1.2rem;
}

    .form-control[b-yasgqhd10j]::placeholder {
        font-size: 1.2rem;
        color: #8185B7;
    }

p[b-yasgqhd10j] {
    margin: 0rem;
}
/* /Components/Chat/ChatComp.razor.rz.scp.css */

textarea[b-zgk2k0dmiz] {
    border: 1px dashed #888;
    border-radius: 5px;
    width: 80%;
    overflow: auto;
    background: #f7f7f7
}
/* improved CSS for speech bubbles */
.received[b-zgk2k0dmiz], .sent[b-zgk2k0dmiz] {
    position: relative;
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

    .received[b-zgk2k0dmiz]:after, .sent[b-zgk2k0dmiz]:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }

.sent[b-zgk2k0dmiz] {
    background: #03a9f4;
    color: #fff;
    margin-left: 10%;
    top: 50%;
    text-align: right;
}

.received[b-zgk2k0dmiz] {
    background: #4CAF50;
    color: #fff;
    margin-left: 10px;
    margin-right: 10%;
}

.sent[b-zgk2k0dmiz]:after {
    border-left-color: #03a9f4;
    border-right: 0;
    right: -20px;
}

.received[b-zgk2k0dmiz]:after {
    border-right-color: #4CAF50;
    border-left: 0;
    left: -20px;
}

/* div within bubble for name */
.user[b-zgk2k0dmiz] {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.msg[b-zgk2k0dmiz] {
    /*display: inline;*/
}
/* /GlobalSearch/Index.razor.rz.scp.css */
[b-mghci68e6d] .gs-results-listview .k-listview-content {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.gs-card-matched-fields[b-mghci68e6d] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35;
    max-height: calc(1.35em * 2);
    text-decoration: none;
}

.gs-card-matched-line[b-mghci68e6d] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.gs-card-matched-fields[b-mghci68e6d]  mark,
.gs-card-matched-line[b-mghci68e6d]  mark {
    text-decoration: none;
    border-bottom: none;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.gs-home-item[b-mghci68e6d] {
    display: block;
    width: 100%;
    text-align: left !important;
    justify-content: flex-start !important;
}

[b-mghci68e6d] .k-radio-list-item {
    padding: 0;
}
[b-mghci68e6d] .k-radio-wrap {
    margin-top: 0.25rem;
}
[b-mghci68e6d] .k-radio-label {
    width: 100%;
}
/* /Reports/Home.razor.rz.scp.css */
.home-page[b-9enhbk0sur] {
    width: 100%;
}

.home-header[b-9enhbk0sur] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
}

.home-header h1[b-9enhbk0sur] {
    margin: 0 0 0.35rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
}

.home-subtitle[b-9enhbk0sur] {
    margin: 0;
    color: #64748b;
    font-size: 0.9375rem;
}

.home-cta[b-9enhbk0sur] {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1rem;
    background: #4f46e5;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(79, 70, 229, 0.35);
}

.home-cta:hover[b-9enhbk0sur] {
    background: #4338ca;
    color: #fff;
}

.home-loading[b-9enhbk0sur], .home-empty[b-9enhbk0sur] {
    padding: 3rem 2rem;
    text-align: center;
    background: #fff;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    color: #64748b;
}

.home-empty p[b-9enhbk0sur] { margin: 0 0 1rem; }

.home-error[b-9enhbk0sur] {
    padding: 0.875rem 1rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    font-size: 0.875rem;
}

.report-grid[b-9enhbk0sur] {
    width: 100%;
}

.report-grid-actions[b-9enhbk0sur] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.report-tab-bar[b-9enhbk0sur] {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #e2e8f0;
    margin-bottom: 1.25rem;
}

.report-tab[b-9enhbk0sur] {
    position: relative;
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: color 0.15s, border-color 0.15s;
    user-select: none;
}

.report-tab:hover[b-9enhbk0sur] {
    color: #4f46e5;
}

.report-tab--active[b-9enhbk0sur] {
    color: #4f46e5;
    border-bottom-color: #4f46e5;
}

.report-list[b-9enhbk0sur] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.report-card[b-9enhbk0sur] {
    display: block;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.125rem 1.25rem;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.1s;
}

.report-card:hover[b-9enhbk0sur] {
    border-color: #4f46e5;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.12);
    transform: translateY(-1px);
}

.report-card-top[b-9enhbk0sur] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

.report-card h3[b-9enhbk0sur] {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #0f172a;
}

.report-badge[b-9enhbk0sur] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #059669;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 999px;
    padding: 0.15rem 0.5rem;
    flex-shrink: 0;
}

.report-card p[b-9enhbk0sur] {
    margin: 0 0 0.5rem;
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.45;
}

.report-card small[b-9enhbk0sur] { color: #94a3b8; font-size: 0.8125rem; }

.report-card-static[b-9enhbk0sur] {
    display: block;
    color: inherit;
}

.report-card-actions[b-9enhbk0sur] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.875rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e2e8f0;
}

.report-action[b-9enhbk0sur] {
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    color: #475569;
    background: #fff;
}

.report-action:hover[b-9enhbk0sur] {
    border-color: #4f46e5;
    color: #4f46e5;
}

.report-action-primary[b-9enhbk0sur] {
    background: #4f46e5;
    border-color: #4f46e5;
    color: #fff;
}

.report-action-primary:hover[b-9enhbk0sur] {
    background: #4338ca;
    border-color: #4338ca;
    color: #fff;
}

.report-badge-draft[b-9enhbk0sur] {
    color: #b45309;
    background: #fffbeb;
    border-color: #fde68a;
}

.report-badge-warning[b-9enhbk0sur] {
    color: #9a3412;
    background: #fff7ed;
    border-color: #fdba74;
}

.report-badge-info[b-9enhbk0sur] {
    color: #0c4a6e;
    background: #f0f9ff;
    border-color: #7dd3fc;
}

.report-action-danger[b-9enhbk0sur] {
    border-color: #fecaca;
    color: #dc2626;
    background: #fff;
    cursor: pointer;
    font-family: inherit;
}

.report-action-danger:hover:not(:disabled)[b-9enhbk0sur] {
    border-color: #dc2626;
    background: #fef2f2;
    color: #b91c1c;
}

.report-action-danger:disabled[b-9enhbk0sur] {
    opacity: 0.6;
    cursor: not-allowed;
}

.home-modal-overlay[b-9enhbk0sur] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.home-modal[b-9enhbk0sur] {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
}

.home-modal h2[b-9enhbk0sur] {
    margin: 0 0 0.75rem;
    font-size: 1.125rem;
    color: #0f172a;
}

.home-modal p[b-9enhbk0sur] {
    margin: 0 0 1.25rem;
    color: #64748b;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.home-modal-actions[b-9enhbk0sur] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
/* /Reports/ReportView.razor.rz.scp.css */
.report-view-bar[b-1efkv6um7t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    gap: 1rem;
}

.report-view-edit[b-1efkv6um7t] {
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0.5rem 1rem;
    background: #4f46e5;
    color: #fff;
    border-radius: 8px;
}

.report-view-edit:hover[b-1efkv6um7t] {
    background: #4338ca;
    color: #fff;
}

.report-view-back[b-1efkv6um7t] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #4f46e5;
    text-decoration: none;
}

.report-view-back:hover[b-1efkv6um7t] { text-decoration: underline; }
/* /Shared/AiAssistant.razor.rz.scp.css */
.ai-assistant-container[b-45rar08iuj] {
    position: fixed;
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .ai-assistant-container.ai-mode-floating[b-45rar08iuj] {
        bottom: 16px;
        right: 20px;
        align-items: flex-end;
        z-index: 100;
    }

    .ai-assistant-container.ai-mode-sidebar[b-45rar08iuj] {
        top: 41px;
        bottom: 0;
        right: 0;
        left: auto;
        flex-direction: column;
        justify-content: flex-end;
        align-items: stretch;
        gap: 0;
        padding: 0;
        width: auto;
        max-width: 100vw;
        z-index: 100;
    }

.ai-assistant-container.ai-mode-sidebar:not(.ai-sidebar-panel-open)[b-45rar08iuj] {
    width: 72px;
    align-items: center;
}

.ai-assistant-container.ai-mode-sidebar .ai-fab[b-45rar08iuj] {
    margin: 12px 0;
    flex-shrink: 0;
}

.ai-assistant-container.ai-mode-sidebar.ai-sidebar-panel-open .ai-chat-window[b-45rar08iuj] {
    width: min(450px, 100vw);
    flex: 1;
    min-height: 0;
    height: auto;
    max-height: none;
    border-radius: 0;
    animation: none;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.14);
}

@media (max-width: 576px) {
    .ai-assistant-container.ai-mode-sidebar.ai-sidebar-panel-open .ai-chat-window[b-45rar08iuj] {
        width: 100vw;
        max-width: 100vw;
    }
}

.ai-assistant-container.ai-mode-fullscreen[b-45rar08iuj] {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    gap: 0;
    padding: 0;
    pointer-events: none;
}

.ai-assistant-container.ai-mode-fullscreen:not(.ai-fullscreen-panel-open)[b-45rar08iuj] {
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    right: 24px;
    bottom: 24px;
    pointer-events: auto;
}

.ai-assistant-container.ai-mode-fullscreen.ai-fullscreen-panel-open[b-45rar08iuj] {
    pointer-events: auto;
}

.ai-assistant-container.ai-mode-fullscreen.ai-fullscreen-panel-open .ai-fab[b-45rar08iuj] {
    display: none;
}

.ai-assistant-container.ai-mode-fullscreen.ai-fullscreen-panel-open .ai-chat-window[b-45rar08iuj] {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    flex: 1;
    min-height: 0;
    border-radius: 0;
    animation: none;
    box-shadow: none;
}

.ai-assistant-container.ai-mode-fullscreen.ai-fullscreen-panel-open .ai-chat-message[b-45rar08iuj] {
    max-width: min(720px, 85%);
}

.ai-fab[b-45rar08iuj] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    /*background: linear-gradient(135deg, #4f46e5, #7c3aed);*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .ai-fab:hover[b-45rar08iuj] {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(79, 70, 229, 0.6);
    }

.ai-chat-window[b-45rar08iuj] {
    width: 370px;
    height: 480px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: ai-slide-up 0.25s ease-out;
}

@@keyframes ai-slide-up {
    from[b-45rar08iuj] {
        opacity: 0;
        transform: translateY(16px);
    }

    to[b-45rar08iuj] {
        opacity: 1;
        transform: translateY(0);
    }
}

.ai-chat-header[b-45rar08iuj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 12px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.ai-chat-header-title[b-45rar08iuj] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.ai-chat-header-title-text[b-45rar08iuj] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ai-history-dropdown[b-45rar08iuj] {
    position: relative;
    flex-shrink: 0;
}

.ai-chat-header-icon-btn[b-45rar08iuj] {
    background: rgba(255, 255, 255, 0.18);
    border: none;
    color: #fff;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    padding: 0;
    line-height: 1;
    transition: background 0.15s;
}

    .ai-chat-header-icon-btn:hover:not(:disabled)[b-45rar08iuj] {
        background: rgba(255, 255, 255, 0.32);
    }

    .ai-chat-header-icon-btn:disabled[b-45rar08iuj] {
        opacity: 0.55;
        cursor: wait;
    }

.ai-history-menu[b-45rar08iuj] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 290px;
    max-width: min(360px, 92vw);
    max-height: 280px;
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
    z-index: 10002;
    padding: 4px 0;
}

.ai-history-loading[b-45rar08iuj],
.ai-history-empty[b-45rar08iuj] {
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    text-align: center;
}

.ai-history-menu-row[b-45rar08iuj] {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #f3f4f6;
}

    .ai-history-menu-row:last-of-type[b-45rar08iuj] {
        border-bottom: none;
    }

    .ai-history-menu-row:hover[b-45rar08iuj] {
        background: #f9fafb;
    }

.ai-history-menu-item[b-45rar08iuj] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    flex: 1;
    min-width: 0;
    text-align: left;
    border: none;
    background: none;
    padding: 10px 8px 10px 14px;
    cursor: pointer;
}

.ai-history-delete-btn[b-45rar08iuj] {
    flex-shrink: 0;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 4px;
    border: none;
    border-radius: 6px;
    background: none;
    color: #9ca3af;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s, visibility 0.15s, color 0.15s, background 0.15s;
}

.ai-history-menu-row:hover .ai-history-delete-btn[b-45rar08iuj] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

    .ai-history-delete-btn:hover[b-45rar08iuj] {
        color: #dc2626;
        background: #fef2f2;
    }

.ai-history-title[b-45rar08iuj] {
    color: #111827;
    line-height: 1.3;
}

.ai-history-session-id[b-45rar08iuj] {
    font-size: 11px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    color: #6b7280;
    word-break: break-all;
    line-height: 1.25;
}

.ai-chat-header-actions[b-45rar08iuj] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.ai-switch-dropdown[b-45rar08iuj] {
    position: relative;
}

.ai-chat-header-btn[b-45rar08iuj] {
    background: rgba(255, 255, 255, 0.18);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    line-height: 1.2;
}

    .ai-chat-header-btn:hover[b-45rar08iuj] {
        background: rgba(255, 255, 255, 0.32);
    }

.ai-switch-menu-backdrop[b-45rar08iuj] {
    position: fixed;
    inset: 0;
    z-index: 9998;
    border: none;
    background: transparent;
    cursor: default;
    padding: 0;
    margin: 0;
}

.ai-switch-menu[b-45rar08iuj] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 188px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
    z-index: 10002;
    overflow: hidden;
    padding: 4px 0;
}

.ai-switch-menu-item[b-45rar08iuj] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    padding: 10px 14px;
    font-size: 14px;
    color: #1f2937;
    cursor: pointer;
}

    .ai-switch-menu-item:hover[b-45rar08iuj] {
        background: #f3f4f6;
    }

    .ai-switch-menu-item.active[b-45rar08iuj] {
        background: #eef2ff;
        color: #4f46e5;
        font-weight: 600;
    }

    .ai-switch-menu-item i[b-45rar08iuj] {
        font-size: 16px;
        color: #6366f1;
    }

.ai-chat-close[b-45rar08iuj] {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.15s;
}

    .ai-chat-close:hover[b-45rar08iuj] {
        opacity: 1;
    }

.ai-chat-body[b-45rar08iuj] {
    flex: 1;
    overflow-y: auto;
    padding: 16px 16px 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: #f8f9fb;
}

.ai-chat-empty[b-45rar08iuj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    gap: 8px;
}

    .ai-chat-empty i[b-45rar08iuj] {
        font-size: 40px;
    }

.ai-chat-message[b-45rar08iuj] {
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.45;
    word-wrap: break-word;
}

.ai-msg-user[b-45rar08iuj] {
    align-self: flex-end;
    background: #4f46e5;
    color: #fff;
    border-bottom-right-radius: 4px;
}

.ai-msg-bot[b-45rar08iuj] {
    align-self: flex-start;
    background: #e5e7eb;
    color: #1f2937;
    border-bottom-left-radius: 4px;
}

.ai-chat-footer[b-45rar08iuj] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border-top: 1px solid #e5e7eb;
    background: #fff;
}

.ai-chat-input[b-45rar08iuj] {
    flex: 1;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    resize: none;
    outline: none;
    font-family: inherit;
    transition: border-color 0.15s;
}

    .ai-chat-input:focus[b-45rar08iuj] {
        border-color: #4f46e5;
    }

.ai-chat-send[b-45rar08iuj] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: none;
    background: #4f46e5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s;
    flex-shrink: 0;
}

    .ai-chat-send:hover[b-45rar08iuj] {
        background: #4338ca;
    }

.ai-prompts-grid[b-45rar08iuj] {
    display: flex;
    flex-flow: column nowrap;
    /*grid-template-columns: 1fr 1fr;*/
    gap: 6px;
    padding: 4px 0 8px;
    width: 100%;
}

.ai-prompt-chip[b-45rar08iuj] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e0e3e8;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 500;
    color: #374151;
    text-align: left;
    line-height: 1.35;
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.12s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

    .ai-prompt-chip:hover[b-45rar08iuj] {
        border-color: #a5b4fc;
        box-shadow: 0 2px 8px rgba(79, 70, 229, 0.13);
        transform: translateY(-1px);
    }

    .ai-prompt-chip:active[b-45rar08iuj] {
        transform: translateY(0);
        box-shadow: 0 1px 2px rgba(79, 70, 229, 0.12);
    }

.ai-prompt-icon[b-45rar08iuj] {
    font-size: 16px;
    color: #6366f1;
    flex-shrink: 0;
}
.ai-reset-btn[b-45rar08iuj] {
    flex-shrink: 0;
    transition: color 0.15s, border-color 0.15s;
}

    .ai-reset-btn:hover:not(:disabled)[b-45rar08iuj] {
        color: #4f46e5;
        border-color: #4f46e5;
    }

    .ai-reset-btn:disabled[b-45rar08iuj] {
        opacity: 0.35;
        cursor: not-allowed;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-dbcovz32ap] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-dbcovz32ap] {
    flex: 1;
}

.sidebar[b-dbcovz32ap] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dbcovz32ap] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dbcovz32ap]  a, .top-row .btn-link[b-dbcovz32ap] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-dbcovz32ap] {
        overflow: hidden;
        text-overflow: ellipsis;
    }
[b-dbcovz32ap] .almosthere {
    color: #333;
    width: 3px; height: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
    transform: translateX(-10px);
    animation: l21-b-dbcovz32ap .5s infinite alternate linear;
}

@keyframes l21-b-dbcovz32ap {
    50% {
        box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px
    }
    100% {
        box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dbcovz32ap] {
        display: none;
    }

    .top-row.auth[b-dbcovz32ap] {
        justify-content: space-between;
    }

    .top-row a[b-dbcovz32ap], .top-row .btn-link[b-dbcovz32ap] {
        margin-left: 0;
    }
}

/* Ask SpecBot docked sidebar: inset main content (header stays full width). */
.content.ai-main-sidebar[b-dbcovz32ap] {
    transition: padding-right 0.22s ease;
    box-sizing: border-box;
}

.content.ai-main-sidebar-expanded[b-dbcovz32ap] {
    padding-right: min(450px, calc(100vw - 12px));
}

.content.ai-main-sidebar-collapsed[b-dbcovz32ap] {
    padding-right: 72px;
}

@media (max-width: 576px) {
    .content.ai-main-sidebar-expanded[b-dbcovz32ap] {
        padding-right: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dbcovz32ap] {
        flex-direction: row;
    }

    .sidebar[b-dbcovz32ap] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dbcovz32ap] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-dbcovz32ap] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8uan4sppg4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8uan4sppg4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8uan4sppg4] {
    font-size: 1.1rem;
}

.oi[b-8uan4sppg4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8uan4sppg4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8uan4sppg4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8uan4sppg4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8uan4sppg4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8uan4sppg4]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8uan4sppg4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8uan4sppg4] {
        display: none;
    }

    .collapse[b-8uan4sppg4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PasswordExpiryBanner.razor.rz.scp.css */
.pwd-expiry-banner[b-40f5efr4fx] {
    --pwd-banner-bg: #fff8eb;
    --pwd-banner-border: #f0d9a8;
    --pwd-banner-accent: #d97706;
    --pwd-banner-text: #5c4813;
    --pwd-banner-muted: #7a6528;
    --pwd-banner-action: #b45309;
    --pwd-banner-action-hover: #92400e;

    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 198;
    width: 100%;
    margin: 0;
    pointer-events: none;
    animation: pwd-banner-in-b-40f5efr4fx 0.28s ease-out;
}

.pwd-expiry-banner__inner[b-40f5efr4fx] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.4rem 1.25rem;
    pointer-events: auto;
    background: var(--bs-light-warning);
    border: none;
    border-bottom: 1px solid var(--pwd-banner-border);
    border-left: 3px solid var(--pwd-banner-accent);
    border-radius: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 16px rgba(92, 72, 19, 0.2);
}

.pwd-expiry-banner__content[b-40f5efr4fx] {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    min-width: 0;
    white-space: nowrap;
}

.pwd-expiry-banner__icon[b-40f5efr4fx] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: var(--bs-warning);
    font-size: 1rem;
}

.pwd-expiry-banner__body[b-40f5efr4fx] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 0.5rem;
    white-space: nowrap;
}

.pwd-expiry-banner__title[b-40f5efr4fx] {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--pwd-banner-text);
    line-height: 1.25;
    white-space: nowrap;
}

.pwd-expiry-banner__title[b-40f5efr4fx]::after {
    content: "—";
    margin-left: 0.5rem;
    color: var(--pwd-banner-muted);
    font-weight: 400;
}

.pwd-expiry-banner__message[b-40f5efr4fx] {
    font-size:1rem;
    font-weight: 500;
    color: var(--pwd-banner-muted);
    line-height: 1.4;
    white-space: nowrap;
}

.pwd-expiry-banner__actions[b-40f5efr4fx] {
    grid-column: 3;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pwd-expiry-banner__action[b-40f5efr4fx] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border: none;
    border-radius: 0.375rem;
    background: var(--bs-light-danger);
    color: var(--bs-danger);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.pwd-expiry-banner__action:hover[b-40f5efr4fx],
.pwd-expiry-banner__action:focus[b-40f5efr4fx] {
    background: var(--bs-danger);
    color: var(--bs-white);
}

.pwd-expiry-banner__action:focus-visible[b-40f5efr4fx] {
    outline: 2px solid var(--pwd-banner-accent);
    outline-offset: 1px;
}

.pwd-expiry-banner__close[b-40f5efr4fx] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0.375rem;
    background: transparent;
    color: var(--pwd-banner-text);
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.pwd-expiry-banner__close:hover[b-40f5efr4fx],
.pwd-expiry-banner__close:focus[b-40f5efr4fx] {
    opacity: 1;
    background: rgba(92, 72, 19, 0.08);
    color: var(--pwd-banner-text);
}

.pwd-expiry-banner__close:focus-visible[b-40f5efr4fx] {
    outline: 2px solid var(--pwd-banner-accent);
    outline-offset: 1px;
}

.pwd-expiry-banner__close i[b-40f5efr4fx] {
    font-size: 1rem;
    line-height: 1;
}

@keyframes pwd-banner-in-b-40f5efr4fx {
    from {
        opacity: 0;
        transform: translateY(-0.35rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .pwd-expiry-banner[b-40f5efr4fx] {
        top: 50px;
    }
}

@media (max-width: 767.98px) {
    .pwd-expiry-banner__inner[b-40f5efr4fx] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        padding: 0.4rem 0.8rem;
    }

    .pwd-expiry-banner__content[b-40f5efr4fx] {
        grid-column: 1;
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .pwd-expiry-banner__content[b-40f5efr4fx]::-webkit-scrollbar {
        display: none;
    }

    .pwd-expiry-banner__actions[b-40f5efr4fx] {
        grid-column: 1;
        justify-self: end;
    }

    .pwd-expiry-banner__title[b-40f5efr4fx]::after {
        content: none;
        margin: 0;
    }
}
/* /Shared/ReportBuilderLayout.razor.rz.scp.css */
.builder-layout[b-lbaz8fdhqi] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--br-surface-muted, #f8fafc);
}

.builder-back[b-lbaz8fdhqi] {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--br-text-secondary, #475569);
    text-decoration: none;
    background: var(--br-surface, #fff);
    border: 1px solid var(--br-border, #e2e8f0);
    border-radius: 999px;
    box-shadow: var(--br-shadow-sm, 0 1px 3px rgba(15, 23, 42, 0.08));
    transition: color 0.15s, border-color 0.15s;
}

.builder-back:hover[b-lbaz8fdhqi] {
    color: var(--br-primary, #4f46e5);
    border-color: var(--br-primary, #4f46e5);
}

.builder-layout[b-lbaz8fdhqi]  .br-builder {
    min-height: 100vh;
}

.builder-layout[b-lbaz8fdhqi]  .br-builder-toolbar {
    padding-left: 7rem;
}
/* /Shared/ReportsLayout.razor.rz.scp.css */
.sample-layout[b-pd1uqb2k4r] {
    --sample-nav-width: 280px;
    display: grid;
    grid-template-columns: var(--sample-nav-width) 1fr;
    min-height: calc(100vh - 45px);
    position: relative;
    transition: grid-template-columns 0.22s ease;
    margin: -1.1rem 0 0;
}

.sample-layout--nav-collapsed[b-pd1uqb2k4r] {
    --sample-nav-width: 0px;
}

.sample-sidebar[b-pd1uqb2k4r] {
    width: var(--sample-nav-width);
    min-width: 0;
    background: #0b1120;
    color: #f8fafc;
    border-right: 1px solid rgba(148, 163, 184, 0.1);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: width 0.22s ease, opacity 0.18s ease;
}

.sample-layout--nav-collapsed .sample-sidebar[b-pd1uqb2k4r] {
    opacity: 0;
    pointer-events: none;
    border-right: none;
    box-shadow: none;
}

.sample-nav-toggle[b-pd1uqb2k4r] {
    position: fixed;
    top: calc(45px + 1rem);
    left: calc(var(--sample-nav-width) - 0.75rem);
    z-index: 60;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    height: 2rem;
    padding: 0 0.55rem 0 0.45rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
    transition: left 0.22s ease, background 0.12s ease, color 0.12s ease;
}

.sample-layout--nav-collapsed .sample-nav-toggle[b-pd1uqb2k4r] {
    left: 0.75rem;
}

.sample-nav-toggle:hover[b-pd1uqb2k4r] {
    background: #f8fafc;
    color: #4f46e5;
    border-color: #a5b4fc;
}

.sample-nav-toggle-icon[b-pd1uqb2k4r] {
    font-size: 1rem;
    line-height: 1;
}

.sample-nav-toggle-label[b-pd1uqb2k4r] {
    white-space: nowrap;
}

.sample-main[b-pd1uqb2k4r] {
    padding: 1.75rem 2rem 2.5rem;
    background: #f1f5f9;
    overflow: auto;
    min-width: 0;
}

/* Report builder owns its scroll: keep palette/config visible while canvas scrolls. */
.sample-main--builder[b-pd1uqb2k4r] {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: calc(100dvh - 45px);
    height: calc(100dvh - 45px);
}

.sample-main--builder[b-pd1uqb2k4r]  .br-builder {
    --br-builder-chrome-offset: 45px;
    flex: 1;
    min-height: 0;
    height: 100%;
    max-height: none;
}

.sample-layout--nav-collapsed .sample-main[b-pd1uqb2k4r] {
    padding-left: 2.75rem;
}

.sample-layout--nav-collapsed .sample-main--builder[b-pd1uqb2k4r] {
    padding-left: 0;
}

@media (max-width: 768px) {
    .sample-layout[b-pd1uqb2k4r] {
        grid-template-columns: 1fr;
    }

    .sample-sidebar[b-pd1uqb2k4r] {
        position: fixed;
        top: 45px;
        bottom: 0;
        left: 0;
        width: min(280px, 88vw);
        z-index: 50;
        transform: translateX(0);
        transition: transform 0.22s ease, opacity 0.18s ease;
    }

    .sample-layout--nav-collapsed .sample-sidebar[b-pd1uqb2k4r] {
        transform: translateX(-100%);
        opacity: 1;
        pointer-events: none;
    }

    .sample-layout:not(.sample-layout--nav-collapsed) .sample-sidebar[b-pd1uqb2k4r] {
        opacity: 1;
        pointer-events: auto;
    }

    .sample-nav-toggle[b-pd1uqb2k4r] {
        left: 0.75rem;
    }

    .sample-layout:not(.sample-layout--nav-collapsed) .sample-nav-toggle[b-pd1uqb2k4r] {
        left: calc(min(280px, 88vw) - 0.75rem);
    }
}
/* /Shared/ReportsNavMenu.razor.rz.scp.css */
/* Production sidebar — Plus Jakarta Sans, single-line nav rows */
.sample-nav[b-hz4pm6cuju] {
    --nav-font: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    --nav-bg: #0b1120;
    --nav-border: rgba(148, 163, 184, 0.12);
    --nav-text: #94a3b8;
    --nav-text-hover: #e2e8f0;
    --nav-text-active: #f8fafc;
    --nav-accent: #6366f1;
    --nav-accent-soft: rgba(99, 102, 241, 0.14);
    --nav-item-h: 2.5rem;

    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 45px);
    padding: 1.5rem 1rem 1.25rem;
    font-family: var(--nav-font);
    font-feature-settings: 'liga' 1, 'calt' 1;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    background: var(--nav-bg);
}

.sample-nav *[b-hz4pm6cuju],
.sample-nav *[b-hz4pm6cuju]::before,
.sample-nav *[b-hz4pm6cuju]::after {
    box-sizing: border-box;
}

/* Brand */
.sample-nav__header[b-hz4pm6cuju] {
    padding: 0 0.5rem 1.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid var(--nav-border);
}

.sample-nav__brand[b-hz4pm6cuju] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}

.sample-nav__brand-logo[b-hz4pm6cuju] {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(145deg, #6366f1, #4f46e5);
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.sample-nav__brand-logo svg[b-hz4pm6cuju] {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
}

.sample-nav__brand-title[b-hz4pm6cuju] {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--nav-text-active);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Menu */
.sample-nav__menu[b-hz4pm6cuju] {
    flex: 1;
    padding: 0.25rem 0.5rem 0;
    min-width: 0;
}

.sample-nav__section[b-hz4pm6cuju] {
    margin: 0 0 0.5rem 0.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1;
}

.sample-nav__list[b-hz4pm6cuju] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sample-nav__list li[b-hz4pm6cuju] {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/* NavLink renders <a> — force horizontal single-line layout */
.sample-nav[b-hz4pm6cuju]  a.sample-nav__item {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.625rem !important;
    width: 100%;
    min-width: 0;
    height: var(--nav-item-h);
    padding: 0 0.75rem !important;
    border-radius: 8px;
    font-family: var(--nav-font) !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.01em;
    color: var(--nav-text) !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background 0.12s ease, color 0.12s ease;
}

.sample-nav[b-hz4pm6cuju]  a.sample-nav__item:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    color: var(--nav-text-hover) !important;
}

.sample-nav[b-hz4pm6cuju]  a.sample-nav__item.active {
    background: var(--nav-accent-soft) !important;
    color: var(--nav-text-active) !important;
    box-shadow: inset 3px 0 0 var(--nav-accent);
}

.sample-nav__item-icon[b-hz4pm6cuju] {
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    color: currentColor;
    opacity: 0.85;
}

.sample-nav[b-hz4pm6cuju]  a.sample-nav__item.active .sample-nav__item-icon {
    opacity: 1;
    color: #a5b4fc;
}

.sample-nav__item-label[b-hz4pm6cuju] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25;
}

/* Footer */
.sample-nav__footer[b-hz4pm6cuju] {
    margin-top: auto;
    padding: 1rem 0.5rem 0;
    border-top: 1px solid var(--nav-border);
}

.sample-nav__env[b-hz4pm6cuju] {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
    line-height: 1.4;
}
/* /Shared/TopHeader.razor.rz.scp.css */
[b-j8gosm4x2s] .primary-theme {
    background-color: #0078d4 !important;
}
[b-j8gosm4x2s] .primary-theme:hover {
    background-color: #0078d4 !important;
}
[b-j8gosm4x2s] .light-theme {
    background-color: #E4E6EF !important;
    border-color: #ccc !important;
}
    [b-j8gosm4x2s] .light-theme:hover {
        background-color: #E4E6EF !important;
    }
[b-j8gosm4x2s] .k-button-group > .k-button.k-selected.light-theme {
    background-color: #E4E6EF !important;
    border-color: #ccc !important;
}
[b-j8gosm4x2s] .k-button-group > .k-button.k-selected.light-theme i {
    color: #666 !important;
}
[b-j8gosm4x2s] .dark-theme {
    background-color: #181C32 !important;
    border: 1px solid #555 !important;
}
    [b-j8gosm4x2s] .dark-theme:hover {
        background-color: #181C32 !important;
    }
[b-j8gosm4x2s] .k-button-group > .k-button.k-selected.dark-theme {
    background-color: #181C32 !important;
    border: 1px solid #555 !important;
}
[b-j8gosm4x2s] .classic-theme {
    background-color: #ff6358 !important;
}
    [b-j8gosm4x2s] .classic-theme:hover {
        background-color: #ff6358 !important;
    }
[b-j8gosm4x2s] .modern-theme {
    /*background-color: #cd923f !important;*/
    background: linear-gradient(to right, #cd923f 50%, #444444 50%);
}
    [b-j8gosm4x2s] .modern-theme:hover {
        /*background-color: #cd923f !important;*/
        background: linear-gradient(to right, #cd923f 50%, #444444 50%);
    }
