/* _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 - 200px); 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; }

.feed-empty[b-dqsxbvo0he] { display:flex; flex-direction:column; align-items:center; text-align:center; padding:32px 16px; color:var(--text-muted,#666); }
.feed-empty__icon[b-dqsxbvo0he] { color: var(--teal,#14594a); opacity:0.55; margin-bottom:10px; }
.feed-empty__title[b-dqsxbvo0he] { margin:0 0 4px; font-size:13px; font-weight:600; color:var(--text,#1a1a1a); }
.feed-empty__hint[b-dqsxbvo0he] { margin:0; font-size:12px; line-height:1.45; max-width:240px; color:var(--text-muted,#777); }

@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; flex-wrap:wrap; }
.task-titlebar .num[b-f36872q5yd] { opacity:.7; }
.task-titlebar .name[b-f36872q5yd] { font-weight:600; font-size:16px; }
.task-titlebar .spacer[b-f36872q5yd] { flex:1; }

.task-actions--inline[b-f36872q5yd] { display:flex; align-items:center; gap:6px; margin-left:6px; }
.task-action-btn[b-f36872q5yd] { font-family: var(--font-display, inherit); font-weight:600; text-transform:none; letter-spacing:.01em; }
.task-action-btn.mud-button-outlined[b-f36872q5yd] { border-color: rgba(255,255,255,0.55); color:#fff; background:transparent; }
.task-action-btn.mud-button-outlined:hover[b-f36872q5yd] { background: rgba(255,255,255,0.12); border-color:#fff; }
.task-action-btn--primary.mud-button-filled[b-f36872q5yd] { background:#fff; color: var(--teal-deeper, #0e3f34); }
.task-action-btn--primary.mud-button-filled:hover[b-f36872q5yd] { background:#f3f8f6; color: var(--teal-deeper, #0e3f34); }

.task-body[b-f36872q5yd] { display:flex; flex:1; min-height:0; }
.task-main[b-f36872q5yd] { flex:1; padding:0; overflow:hidden; display:flex; flex-direction:column; min-height:0; }

.task-tabs-wrap[b-f36872q5yd] { flex:1; min-height:0; display:flex; flex-direction:column; overflow:hidden; }
.task-tabs[b-f36872q5yd] { flex:1; min-height:0; display:flex; flex-direction:column; }
.task-tabs[b-f36872q5yd]  .mud-tabs-toolbar { padding: 0 20px; border-bottom: 1px solid var(--border, #e5e5e5); background: var(--surface-subtle, #fafafa); }
.task-tabs[b-f36872q5yd]  .mud-tabs-tabbar-inner { gap: 4px; }
.task-tabs[b-f36872q5yd]  .mud-tab { font-family: var(--font-display, inherit); font-size: 13px; font-weight: 500; letter-spacing: .02em; text-transform: none; color: var(--text-muted, #666); min-width: 0; padding: 12px 16px; }
.task-tabs[b-f36872q5yd]  .mud-tab.mud-tab-active { color: var(--teal-deeper, #0e3f34); font-weight: 600; }
.task-tabs[b-f36872q5yd]  .mud-tabs-panels { flex:1; min-height:0; overflow:hidden; }
.task-tabs[b-f36872q5yd]  .task-tab-panel { padding: 0; height: 100%; overflow-y: auto; }
.task-tab-content[b-f36872q5yd] { padding: 20px; }

.task-description[b-f36872q5yd] { color:#444; line-height:1.55; max-width: 820px; }
.task-description--empty[b-f36872q5yd] { color: var(--text-muted, #888); font-style: italic; }
.task-description[b-f36872q5yd]  h1,
.task-description[b-f36872q5yd]  h2,
.task-description[b-f36872q5yd]  h3,
.task-description[b-f36872q5yd]  h4,
.task-description[b-f36872q5yd]  h5 { color:#1f2937; font-weight:600; line-height:1.3; margin:18px 0 6px; }
.task-description[b-f36872q5yd]  h1 { font-size:18px; }
.task-description[b-f36872q5yd]  h2 { font-size:17px; }
.task-description[b-f36872q5yd]  h3 { font-size:15px; }
.task-description[b-f36872q5yd]  h4 { font-size:14px; text-transform:uppercase; letter-spacing:.04em; color:#14594a; }
.task-description[b-f36872q5yd]  h5 { font-size:13px; }
.task-description[b-f36872q5yd]  > *:first-child { margin-top:0; }
.task-description[b-f36872q5yd]  p { margin:0 0 10px; }
.task-description[b-f36872q5yd]  ol,
.task-description[b-f36872q5yd]  ul { margin:0 0 12px; padding-left:24px; }
.task-description[b-f36872q5yd]  ol { list-style:decimal outside; }
.task-description[b-f36872q5yd]  ul { list-style:disc outside; }
.task-description[b-f36872q5yd]  ol ol { list-style:lower-alpha outside; }
.task-description[b-f36872q5yd]  ul ul { list-style:circle outside; }
.task-description[b-f36872q5yd]  li { margin:2px 0; padding-left:4px; }
.task-description[b-f36872q5yd]  li > p { margin:0 0 4px; }
.task-description[b-f36872q5yd]  a { color:#14594a; text-decoration:underline; }
.task-description[b-f36872q5yd]  a:hover { color:#1f7a65; }
.task-description[b-f36872q5yd]  code { background:#f1f5f4; padding:1px 5px; border-radius:3px; font-size:.9em; font-family:'Consolas',ui-monospace,monospace; }
.task-description[b-f36872q5yd]  strong { color:#1f2937; }
.task-description[b-f36872q5yd]  em { color:#374151; }

@media (max-width: 900px) {
  .task-body[b-f36872q5yd] { flex-direction:column; }
  .task-titlebar[b-f36872q5yd] { flex-direction:column; align-items:flex-start; gap:8px; }
  .task-actions--inline[b-f36872q5yd] { margin-left:0; flex-wrap:wrap; }
}
/* _content/Adviso.Web/Components/Cases/TaskRail.razor.rz.scp.css */
.task-rail[b-kb0485mbxq] { width: 30%; min-width: 280px; max-width: 420px; 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); color: var(--text, #1a1a1a); }
.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%; min-width: 0; max-width: none; 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-ws[b-k6ly0mi07v] { max-width: 720px; }

.email-ws__head[b-k6ly0mi07v] { display: flex; align-items: center; gap: 8px; padding: 0 0 12px; border-bottom: 1px solid var(--border, #e5e5e5); margin-bottom: 16px; }
.email-ws__head-icon[b-k6ly0mi07v] { color: var(--teal-deeper, #0e3f34); display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: rgba(20, 89, 74, 0.08); border-radius: 50%; }
.email-ws__head-title[b-k6ly0mi07v] { font-family: var(--font-display, inherit); font-size: 15px; font-weight: 600; color: var(--text, #1a1a1a); }

.email-ws__form[b-k6ly0mi07v] { display: flex; flex-direction: column; }

.email-ws__actions[b-k6ly0mi07v] { display: flex; justify-content: flex-end; margin-top: 16px; }

.email-ws__sent[b-k6ly0mi07v] { display: flex; flex-direction: column; gap: 14px; }

.email-ws__sent-banner[b-k6ly0mi07v] {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 14px;
    background: rgba(76, 175, 80, 0.08);
    border: 1px solid rgba(76, 175, 80, 0.25);
    color: #1b5e20;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.email-ws__field[b-k6ly0mi07v] { display: flex; flex-direction: column; gap: 4px; }
.email-ws__field-label[b-k6ly0mi07v] { font-size: 11px; text-transform: uppercase; letter-spacing: .04em; font-weight: 600; color: var(--text-muted, #666); }
.email-ws__field-value[b-k6ly0mi07v] { font-size: 14px; color: var(--text, #1a1a1a); }
.email-ws__field-value--strong[b-k6ly0mi07v] { font-weight: 600; }

.email-ws__preview[b-k6ly0mi07v] {
    background: #fff;
    border: 1px solid var(--border, #e5e5e5);
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 13px;
    line-height: 1.55;
    color: #444;
    max-height: 320px;
    overflow-y: auto;
}
/* _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;
}

/* Match the rendered .task-description typography so what the admin sees in the
   editor mirrors what an office worker sees on the case task page. */
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content { line-height:1.55; color:#444; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content h1,
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content h2,
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content h3,
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content h4,
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content h5 { color:#1f2937; font-weight:600; line-height:1.3; margin:18px 0 6px; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content h1 { font-size:18px; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content h2 { font-size:17px; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content h3 { font-size:15px; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content h4 { font-size:14px; text-transform:uppercase; letter-spacing:.04em; color:#14594a; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content h5 { font-size:13px; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content p { margin:0 0 10px; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content ol,
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content ul { margin:0 0 12px; padding-left:24px; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content ol { list-style:decimal outside; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content ul { list-style:disc outside; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content ol ol { list-style:lower-alpha outside; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content ul ul { list-style:circle outside; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content li { margin:2px 0; padding-left:4px; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content a { color:#14594a; text-decoration:underline; }
.task-desc-editor-wrap[b-vaokz9nlnh]  .rz-html-editor-content code { background:#f1f5f4; padding:1px 5px; border-radius:3px; font-size:.9em; font-family:'Consolas',ui-monospace,monospace; }
/* _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/Documents/DocumentList.razor.rz.scp.css */
/* Inline thumbnail in the row. The hover-zoom (.adviso-doc-thumb-zoom and
   .adviso-doc-thumb-tooltip overrides) lives in mud-overrides.css because
   MudTooltip portals its content to the page root, escaping scoped CSS. */

.adviso-doc-thumb[b-t5ao536sfl] {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border: 1px solid var(--border, #e0e0e0);
    background: #fff;
}
/* _content/Adviso.Web/Components/Pages/Notes/NotesInbox.razor.rz.scp.css */
.notes-action-dash[b-iiryxmr0gh] {
    color: var(--text-muted);
    font-size: 12px;
}

/* Two-column layout: 75% inbox / 25% channel-info aside. The aside stays
   sticky as the user scrolls long inboxes so the help text is always
   visible. Collapses to single column under 960px so phones / narrow
   panels still get a usable list. */
.notes-layout[b-iiryxmr0gh] {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    align-items: start;
}

.notes-layout__main[b-iiryxmr0gh] {
    min-width: 0;
}

.notes-layout__side[b-iiryxmr0gh] {
    position: sticky;
    top: 16px;
}

@media (max-width: 960px) {
    .notes-layout[b-iiryxmr0gh] {
        grid-template-columns: 1fr;
    }

    .notes-layout__side[b-iiryxmr0gh] {
        position: static;
    }
}


/* Channel-info card at the top of /notes — explains the supported note ingestion
   methods (WhatsApp today, email coming soon, manual). Component-scoped because
   it's only rendered here, not on per-client notes. */
.notes-ingest-card[b-iiryxmr0gh] {
    background: var(--bg-card, #fff);
    border: 1px solid var(--border, #e5e2da);
    border-radius: var(--radius, 12px);
    padding: 16px 20px;
    margin-bottom: 16px;
    box-shadow: var(--shadow-sm, 0 1px 2px rgba(0,0,0,0.03));
}

.notes-ingest-card__head[b-iiryxmr0gh] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary);
    margin-bottom: 12px;
}

.notes-ingest-card__title[b-iiryxmr0gh] {
    font-family: var(--font-display, serif);
    font-size: 1.05rem;
    color: var(--text);
}

.notes-ingest-card__rows[b-iiryxmr0gh] {
    display: grid;
    grid-template-columns: 1fr;  /* single column — card now lives in a narrow aside */
    gap: 14px;
}

.notes-ingest-row[b-iiryxmr0gh] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid var(--border, #ebe7df);
    border-radius: 10px;
    background: var(--bg, #fdfcf9);
}

.notes-ingest-row--upcoming[b-iiryxmr0gh] {
    opacity: 0.72;
}

.notes-ingest-row__icon[b-iiryxmr0gh] {
    color: var(--teal, #2f6c66);
    flex-shrink: 0;
    margin-top: 2px;
}

.notes-ingest-row__text[b-iiryxmr0gh] {
    min-width: 0;
}

.notes-ingest-row__title[b-iiryxmr0gh] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 4px;
}

.notes-ingest-row__hint[b-iiryxmr0gh] {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.4;
}
/* _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;
}
