/* _content/Adviso.Web/Components/Cases/CaseFilterBar.razor.rz.scp.css */
.case-filter-bar[b-iow6w19mpt] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.case-filter-bar__label[b-iow6w19mpt] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.case-filter-bar__workflow[b-iow6w19mpt] {
    min-width: 160px;
}

.case-filter-bar__search[b-iow6w19mpt] {
    min-width: 220px;
}
/* _content/Adviso.Web/Components/Cases/CaseWorkspace.razor.rz.scp.css */
.case-workspace[b-gcl9xehy2a] { display:flex; height: calc(100vh - 64px); min-height: 500px; }
@media (max-width: 900px) {
  .case-workspace[b-gcl9xehy2a] { flex-direction: column; height: auto; }
}
/* _content/Adviso.Web/Components/Cases/TaskActivitySidebar.razor.rz.scp.css */
.task-sidebar[b-dqsxbvo0he] { width: 380px; background: var(--surface-subtle,#fafafa); border-left: 1px solid var(--border,#e5e5e5); display:flex; flex-direction:column; min-height:0; }
.sidebar-title[b-dqsxbvo0he] { padding:14px 18px; font-size:11px; font-weight:700; text-transform:uppercase; color:var(--text-muted,#666); letter-spacing:.5px; border-bottom:1px solid var(--border,#e5e5e5); }
.feed[b-dqsxbvo0he] { flex:1; overflow-y:auto; padding:12px 18px; }
@media (max-width: 900px) { .task-sidebar[b-dqsxbvo0he] { width:100%; border-left:none; border-top:1px solid var(--border,#e5e5e5); } }
/* _content/Adviso.Web/Components/Cases/TaskDetail.razor.rz.scp.css */
.task-detail[b-f36872q5yd] { display:flex; flex-direction:column; flex:1; min-width:0; overflow:hidden; }
.task-titlebar[b-f36872q5yd] { display:flex; align-items:center; gap:12px; padding:14px 20px; background: linear-gradient(135deg,#14594a 0%,#1f7a65 100%); color:#fff; }
.task-titlebar .num[b-f36872q5yd] { opacity:.7; }
.task-titlebar .name[b-f36872q5yd] { font-weight:600; font-size:16px; flex:1; }
.task-titlebar .spacer[b-f36872q5yd] { flex:1; }
.task-body[b-f36872q5yd] { display:flex; flex:1; min-height:0; }
.task-main[b-f36872q5yd] { flex:1; padding:20px; overflow-y:auto; }
.task-description[b-f36872q5yd] { margin-bottom:16px; color:#444; line-height:1.5; }
.task-actions[b-f36872q5yd] { display:flex; justify-content:flex-end; gap:8px; padding:16px 0 0; border-top:1px solid var(--border,#e5e5e5); margin-top:16px; }
@media (max-width: 900px) { .task-body[b-f36872q5yd] { flex-direction:column; } }
/* _content/Adviso.Web/Components/Cases/TaskRail.razor.rz.scp.css */
.task-rail[b-kb0485mbxq] { width: 260px; background: var(--surface-subtle,#f5f5f5); border-right: 1px solid var(--border,#ddd); overflow-y: auto; padding: 8px 0; flex-shrink: 0; }
.rail-header[b-kb0485mbxq] { padding: 12px 16px; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--text-muted,#666); border-bottom: 1px solid var(--border,#e5e5e5); margin-bottom: 8px; }
.rail-item[b-kb0485mbxq] { display:flex; align-items:center; gap:10px; width:100%; background:none; border:none; border-left:3px solid transparent; padding:10px 16px; font-size:13px; text-align:left; cursor:pointer; color:inherit; }
.rail-item:hover[b-kb0485mbxq] { background: var(--surface-hover,#ececec); }
.rail-item.active[b-kb0485mbxq] { background: #fff; border-left-color: var(--teal,#14594a); font-weight:600; }
.rail-item .idx[b-kb0485mbxq] { color:#999; font-size:11px; width:28px; }
.rail-item .name[b-kb0485mbxq] { flex:1; }
.dot[b-kb0485mbxq] { width:10px; height:10px; border-radius:50%; background:#ccc; flex-shrink:0; }
.dot.done[b-kb0485mbxq] { background:#4caf50; }
.dot.active[b-kb0485mbxq] { background:#14594a; }
.dot.hold[b-kb0485mbxq] { background:#c3a35a; }
.dot.overdue[b-kb0485mbxq] { background:#c83737; }
.dot.skipped[b-kb0485mbxq] { background:#999; }
.sla-mini[b-kb0485mbxq] { font-size:10px; padding:2px 6px; border-radius:8px; }
.sla-mini.hot[b-kb0485mbxq] { background:#f8d7d7; color:#8a2323; }
.sla-mini.warn[b-kb0485mbxq] { background:#fdebc8; color:#7a5414; }
.unread-dot[b-kb0485mbxq] { width:8px; height:8px; border-radius:50%; background:#c83737; flex-shrink:0; }
@media (max-width: 900px) { .task-rail[b-kb0485mbxq] { width: 100%; display:flex; overflow-x:auto; } .rail-header[b-kb0485mbxq] { display:none; } .rail-item[b-kb0485mbxq] { white-space:nowrap; } }
/* _content/Adviso.Web/Components/Cases/Workspaces/EmailTaskWorkspace.razor.rz.scp.css */
.email-preview[b-k6ly0mi07v] {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.45;
    max-height: 280px;
    overflow-y: auto;
}

.email-preview.muted[b-k6ly0mi07v] {
    opacity: 0.75;
}

.email-banner[b-k6ly0mi07v] {
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.email-banner-error[b-k6ly0mi07v] {
    background: var(--rose-light);
    color: var(--rose);
    border: 1px solid color-mix(in srgb, var(--rose) 35%, transparent);
}
/* _content/Adviso.Web/Components/Pages/Account/AccessDenied.razor.rz.scp.css */
.access-denied[b-wzf8qalydc] {
    min-height: 100vh;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.access-denied__inner[b-wzf8qalydc] {
    text-align: center;
    padding: 24px;
}

.access-denied__code[b-wzf8qalydc] {
    font-size: 65px;
    color: var(--danger);
    margin-bottom: 16px;
}

.access-denied__title[b-wzf8qalydc] {
    font-family: var(--font-display);
    font-weight: 900;
    color: var(--ink);
    font-size: 29px;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.access-denied__text[b-wzf8qalydc] {
    color: var(--text-secondary);
    font-family: var(--font-body);
    font-size: 15px;
    margin-bottom: 24px;
}

.access-denied__link[b-wzf8qalydc] {
    display: inline-block;
    padding: 10px 24px;
    background: var(--teal);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
}
/* _content/Adviso.Web/Components/Pages/Activate.razor.rz.scp.css */
.activate-muted[b-aiq8dsyouq] {
    color: var(--text-muted);
    margin: 0;
}

.activate-stack[b-aiq8dsyouq] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.activate-stack--loose[b-aiq8dsyouq] {
    gap: 14px;
}

.activate-success-title[b-aiq8dsyouq] {
    margin: 0;
}

.activate-auth-link[b-aiq8dsyouq] {
    text-align: center;
    text-decoration: none;
}

.activate-error-flush[b-aiq8dsyouq] {
    margin-bottom: 0;
}
/* _content/Adviso.Web/Components/Pages/Admin/AuditLog.razor.rz.scp.css */
/* Scoped CSS for /admin/audit — only truly bespoke bits. Everything else
   comes from app.css (.page-header, .table-card, .table-header, .adviso-pager)
   and mud-overrides.css (.list-filter-shell, .list-active-filters). */

.audit-toolbar[b-sts36m0x6k] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
    width: 100%;
}

.audit-toolbar[b-sts36m0x6k] > (.mud-input-control),
.audit-toolbar[b-sts36m0x6k] > (.mud-picker) {
    min-width: 180px;
    flex: 1 1 200px;
}

.table-cell-meta[b-sts36m0x6k] {
    color: var(--text-muted);
    font-size: 0.82rem;
}
/* _content/Adviso.Web/Components/Pages/Admin/AuditLogDetailDialog.razor.rz.scp.css */
.audit-detail-grid[b-qx7x55miyp] {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 6px 12px;
}

.audit-detail-grid dt[b-qx7x55miyp] { color: var(--text-muted); font-weight: 500; }
.audit-detail-grid dd[b-qx7x55miyp] { margin: 0; }

.table-cell-meta[b-qx7x55miyp] {
    color: var(--text-muted);
    font-size: 0.82rem;
}

.audit-detail-hint[b-qx7x55miyp] {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-left: 6px;
}

.audit-detail-mono[b-qx7x55miyp] {
    font-family: ui-monospace, Menlo, Consolas, monospace;
    font-size: 0.85rem;
    word-break: break-all;
}

.audit-detail-json-header[b-qx7x55miyp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.audit-detail-json[b-qx7x55miyp] {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 12px 14px;
    max-height: 420px;
    overflow: auto;
    font-family: ui-monospace, Menlo, Consolas, monospace;
    font-size: 0.82rem;
    line-height: 1.55;
    white-space: pre;
    color: var(--text-primary);
    margin: 0;
}

/* JSON syntax highlighting — emitted by AuditDetailsFormatter.HighlightJson */
.audit-detail-json[b-qx7x55miyp] (.json-key)   { color: var(--teal-deeper); font-weight: 600; }
.audit-detail-json[b-qx7x55miyp] (.json-str)   { color: #8a5a2b; }
.audit-detail-json[b-qx7x55miyp] (.json-num)   { color: #2c5f8d; }
.audit-detail-json[b-qx7x55miyp] (.json-bool)  { color: #8a2b5a; font-weight: 600; }
.audit-detail-json[b-qx7x55miyp] (.json-null)  { color: var(--text-muted); font-style: italic; }
.audit-detail-json[b-qx7x55miyp] (.json-punct) { color: var(--text-muted); }

.audit-detail-empty[b-qx7x55miyp] {
    color: var(--text-muted);
    font-style: italic;
    padding: 8px 0;
}
/* _content/Adviso.Web/Components/Pages/Admin/CommunicationTemplateEdit.razor.rz.scp.css */
.channel-pick-hint[b-dbpawddo6n] {
    color: var(--text-muted);
    margin-top: 8px;
}

.channel-pick-actions[b-dbpawddo6n] {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.comm-body-editor-wrap[b-dbpawddo6n]  .rz-html-editor {
    height: 500px;
}

.sms-char-hint[b-dbpawddo6n] {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 4px;
}

.preview-section-title[b-dbpawddo6n] {
    margin-top: 12px;
}

.preview-subject[b-dbpawddo6n] {
    font-weight: 600;
    margin-bottom: 8px;
}
/* _content/Adviso.Web/Components/Pages/Admin/CommunicationTemplateList.razor.rz.scp.css */
.ct-preview-empty[b-guxux78ke7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 8px;
    color: var(--text-muted);
    text-align: center;
    padding: 32px;
}

.ct-preview-empty__icon[b-guxux78ke7] {
    opacity: 0.4;
}

.ct-preview-empty__title[b-guxux78ke7] {
    font-weight: 600;
}

.ct-preview-empty__hint[b-guxux78ke7] {
    font-size: 12px;
}

/* Layout for .ct-preview-head / .ct-preview-body lives in app.css (.ct-split-right) so it applies reliably. */

.ct-preview-chips[b-guxux78ke7] {
    display: flex;
    gap: 6px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.ct-preview-subject[b-guxux78ke7] {
    font-weight: 600;
    margin-bottom: 4px;
}
/* _content/Adviso.Web/Components/Pages/Admin/EmailSignatureEdit.razor.rz.scp.css */
.signature-help[b-z822lmndbh] {
    color: var(--text-muted);
    font-size: 13px;
    margin-top: 6px;
}

.preview-help[b-z822lmndbh] {
    color: var(--text-muted);
    font-size: 12px;
    margin-top: 4px;
}

.signature-editor-wrap[b-z822lmndbh] {
    margin-top: 12px;
}

.signature-editor-wrap[b-z822lmndbh]  .rz-html-editor {
    height: 420px;
}

.email-preview-frame[b-z822lmndbh] {
    width: 100%;
    height: 560px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--card-bg);
    margin-top: 12px;
}
/* _content/Adviso.Web/Components/Pages/Admin/ESignTemplateEdit.razor.rz.scp.css */
.legacy-hint[b-t693i29exd] {
    color: var(--text-muted);
    margin-top: 8px;
}

.legacy-md-label[b-t693i29exd] {
    margin-top: 12px;
}

.legacy-md-pre[b-t693i29exd] {
    background: var(--cream);
    padding: 12px;
    white-space: pre-wrap;
    border-radius: 8px;
    border: 1px solid var(--border);
}

.esign-body-editor-wrap[b-t693i29exd]  .rz-html-editor {
    height: 600px;
}

.form-actions-row--esign[b-t693i29exd] {
    flex-wrap: wrap;
    gap: 8px;
}

.esign-test-hint[b-t693i29exd] {
    margin: 8px 0 0 0;
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.45;
    max-width: 52rem;
}
/* _content/Adviso.Web/Components/Pages/Admin/WorkflowEdit.razor.rz.scp.css */
.workflow-meta-card[b-dcg03smjjx] {
    margin-bottom: 18px;
}

.workflow-icon-option[b-dcg03smjjx] {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* _content/Adviso.Web/Components/Pages/Admin/WorkflowTaskEdit.razor.rz.scp.css */
.task-edit-meta-card[b-vaokz9nlnh] {
    margin-bottom: 18px;
}

.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor {
    height: 320px;
}
/* _content/Adviso.Web/Components/Pages/Admin/WorkflowTaskNew.razor.rz.scp.css */
.task-type-grid[b-gfpwfxmfab] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.task-type-card[b-gfpwfxmfab] {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 18px 20px;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.task-type-card:hover[b-gfpwfxmfab] {
    border-color: var(--teal);
    box-shadow: var(--shadow);
}

.task-type-name[b-gfpwfxmfab] {
    font-family: var(--font-display);
    font-size: 1.05rem;
    margin-bottom: 6px;
}

.task-type-desc[b-gfpwfxmfab] {
    font-size: 0.88rem;
    color: var(--text-muted);
}
/* _content/Adviso.Web/Components/Pages/Brand.razor.rz.scp.css */
.brand-page[b-viyt76aouy] {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 16px;
    max-width: 920px;
}

.brand-swatch-row[b-viyt76aouy] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.brand-swatch-row--tight[b-viyt76aouy] {
    margin-bottom: 8px;
}

.brand-code[b-viyt76aouy] {
    font-size: inherit;
}

[b-viyt76aouy] .brand-overline-muted {
    color: var(--text-muted) !important;
}

[b-viyt76aouy] .brand-caption {
    color: var(--text-secondary) !important;
    display: block;
    margin-bottom: 12px;
}
/* _content/Adviso.Web/Components/Pages/Clients/Modules/ClientCases.razor.rz.scp.css */
.cases-toolbar[b-pb6lraevyq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.cases-title[b-pb6lraevyq] {
    margin: 0;
}

.cases-list[b-pb6lraevyq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* _content/Adviso.Web/Components/Pages/Clients/Modules/ClientNotes.razor.rz.scp.css */
.note-item[b-2imzdi04ds] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 4px;
}

.note-item__time[b-2imzdi04ds] {
    color: var(--text-secondary);
    font-size: 12px;
    margin-left: auto;
}

.note-item__body[b-2imzdi04ds] {
    white-space: pre-wrap;
    line-height: 1.4;
}

.note-item__from[b-2imzdi04ds] {
    color: var(--text-secondary);
    font-size: 12px;
}
/* _content/Adviso.Web/Components/Pages/Clients/Modules/ClientProfile.razor.rz.scp.css */
.profile-avatar-card[b-iufiylul9b] {
    margin-bottom: 16px;
}

.profile-avatar-row[b-iufiylul9b] {
    display: flex;
    align-items: center;
    gap: 20px;
}

[b-iufiylul9b] .profile-avatar-lg.mud-avatar {
    width: 96px;
    height: 96px;
    font-family: var(--font-display);
    font-size: 32px;
}

.profile-avatar-editor[b-iufiylul9b] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.profile-avatar-hint[b-iufiylul9b] {
    font-size: 0.75rem;
    color: var(--text-muted);
}
/* _content/Adviso.Web/Components/Pages/Clients/NewClientDialog.razor.rz.scp.css */
.source-msg-callout[b-8qw2kkjs8i] {
    background: var(--bg);
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 16px;
    border-left: 3px solid var(--teal);
}

.source-msg-callout__label[b-8qw2kkjs8i] {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin-bottom: 4px;
}

.source-msg-callout__body[b-8qw2kkjs8i] {
    white-space: pre-wrap;
    line-height: 1.4;
    font-size: 13px;
}
/* _content/Adviso.Web/Components/Pages/Notes/NotesInbox.razor.rz.scp.css */
.notes-msg-cell[b-iiryxmr0gh] {
    max-width: 480px;
    white-space: normal;
    line-height: 1.35;
}

.notes-client-ref[b-iiryxmr0gh] {
    font-size: 12px;
    color: var(--text-secondary);
    margin-top: 4px;
}

.notes-action-dash[b-iiryxmr0gh] {
    color: var(--text-muted);
    font-size: 12px;
}
/* _content/Adviso.Web/Components/Shared/ColorSwatch.razor.rz.scp.css */
.color-swatch[b-ectov70168] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.color-swatch__chip[b-ectov70168] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: var(--color-swatch-fill);
}

.color-swatch__name[b-ectov70168] {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-secondary);
}

.color-swatch__hex[b-ectov70168] {
    font-size: 10px;
    color: var(--text-muted);
    font-family: monospace;
}
/* _content/Adviso.Web/Components/Shared/DataGridActions.razor.rz.scp.css */
.data-grid-actions[b-1wydjs4t3b] {
    display: flex;
    gap: 4px;
}
