/* /Components/Clients/ClientOwnerBlock.razor.rz.scp.css */
.assoc-chip[b-kzbkf6o0bx]{
    display:inline-block;
    min-width:84px; /* enough for longest enum name */
    text-align:center;
    margin-right:6px;
}

.unassoc-link[b-kzbkf6o0bx]{
    cursor:pointer;
    font-size:0.9em;
    margin-left:8px;
    opacity:0.9;
}
.unassoc-link:hover[b-kzbkf6o0bx]{
    opacity:1;
}
/* /Components/Clients/ClientsTable.razor.rz.scp.css */
.table[b-ge6v7hifuo] {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #0A1045;
    background: rgba(248, 242, 220, 0.95);
}

.table tr[b-ge6v7hifuo],
.table td[b-ge6v7hifuo],
.table th[b-ge6v7hifuo] {
    color: #0A1045;
    padding: 12px 16px;
    background-color: inherit;
}

.table td a[b-ge6v7hifuo] {
    color: #0A1045;
}

.table th[b-ge6v7hifuo],
.table th button[b-ge6v7hifuo] {
    font-size: 24px;
    color: #0A1045;
}
/* /Components/Clients/ClientSummaryCard.razor.rz.scp.css */
.summary-header[b-djmtq8aoae]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.25rem}.summary-title[b-djmtq8aoae]{display:flex;align-items:center;gap:.75rem;min-width:0}.summary-title .aeo-card-title[b-djmtq8aoae]{margin:0;font-size:1.25rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edit-link[b-djmtq8aoae]{font-size:.95rem;color:#6c757d;text-decoration:none;padding:.25rem .5rem;border-radius:.25rem}.edit-link:hover[b-djmtq8aoae]{color:#0d6efd;background:#f2f6ff}.summary-body[b-djmtq8aoae]{display:flex;flex-direction:column;gap:.5rem}.meta[b-djmtq8aoae]{display:grid;grid-template-columns:1fr;gap:.5rem}.meta-item[b-djmtq8aoae]{display:flex;align-items:center;gap:.5rem;min-width:0}.meta-label[b-djmtq8aoae]{color:#6c757d;min-width:4.5rem}.meta-link[b-djmtq8aoae]{color:#0d6efd;text-decoration:underline;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.meta-empty[b-djmtq8aoae]{color:#888}
@media (min-width: 576px){.meta[b-djmtq8aoae]{grid-template-columns:repeat(2,1fr)}}
/* /Components/Clients/PhaseTracker.razor.rz.scp.css */
.phase-tracker[b-tzlt0p1yqw] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 16px 0;
}

.phase-item[b-tzlt0p1yqw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.phase-item:not(:last-child)[b-tzlt0p1yqw]::after {
    content: '';
    position: absolute;
    top: 16px;
    right: -4px;
    width: 8px;
    height: 2px;
    background: #dee2e6;
    transform: translateX(50%);
}

.phase-item.completed:not(:last-child)[b-tzlt0p1yqw]::after {
    background: #28a745;
}

.phase-indicator[b-tzlt0p1yqw] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #dee2e6;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.phase-item.completed .phase-indicator[b-tzlt0p1yqw] {
    background: #28a745;
    border-color: #28a745;
}

.phase-item.active .phase-indicator[b-tzlt0p1yqw] {
    background: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.2);
}

.phase-icon[b-tzlt0p1yqw] {
    font-size: 16px;
    font-weight: bold;
}

.phase-item.completed .phase-icon[b-tzlt0p1yqw] {
    color: #fff;
}

.phase-item.active .phase-icon[b-tzlt0p1yqw] {
    color: #fff;
}

.phase-item.pending .phase-icon[b-tzlt0p1yqw] {
    color: #adb5bd;
}

.phase-label[b-tzlt0p1yqw] {
    font-size: 12px;
    text-align: center;
    color: #6c757d;
    font-weight: 500;
}

.phase-item.completed .phase-label[b-tzlt0p1yqw] {
    color: #28a745;
}

.phase-item.active .phase-label[b-tzlt0p1yqw] {
    color: #007bff;
    font-weight: 600;
}

.spinner[b-tzlt0p1yqw] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin-b-tzlt0p1yqw 0.8s linear infinite;
}

@keyframes spin-b-tzlt0p1yqw {
    to { transform: rotate(360deg); }
}
/* /Components/Clients/ProbePanel.razor.rz.scp.css */
.probe-panel[b-ozc8sy13kk] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.probe-panel textarea[b-ozc8sy13kk] {
    width: 100%;
    min-height: 60px;
    margin-bottom: 0.5rem;
}
.probe-panel input[b-ozc8sy13kk],
.probe-panel select[b-ozc8sy13kk] {
    margin-bottom: 0.5rem;
    width: 100%;
}
.probe-panel button[b-ozc8sy13kk] {
    margin-bottom: 1rem;
}
.probe-result[b-ozc8sy13kk] {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    border: 1px solid var(--color-border);
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
    color: #0A1045;
}
.probe-result .badge[b-ozc8sy13kk] {
    margin-right: 0.5em;
}
.alert-danger[b-ozc8sy13kk] {
    margin-top: 1rem;
}
.intent-chip[b-ozc8sy13kk] {
    display: inline-block;
    margin: 0 0.25em 0.25em 0;
    padding: 0.3em 0.9em;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.03);
    color: #0A1045;
    font-size: 0.95em;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
}
.intent-chip:hover[b-ozc8sy13kk] {
    background: rgba(0, 0, 0, 0.07);
    border-color: #c5b68e;
}
.probe-tooltip[b-ozc8sy13kk] {
    margin-left: 0.3em;
    cursor: help;
    font-size: 1em;
    color: #3a3f5c;
    vertical-align: middle;
}
.probe-intent-helper[b-ozc8sy13kk] {
    font-size: 0.95em;
    color: #3a3f5c;
    margin-top: 0.25em;
}
.probe-intent-chips[b-ozc8sy13kk] {
    margin: 0.5em 0 0.25em 0;
}
/* /Components/Clients/ProbesHistoryPanel.razor.rz.scp.css */
.probes-history-list-container[b-zh64n4h03z] {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: auto;
}
.probes-history-list[b-zh64n4h03z] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  width: 100%;
}
.probe-history-card[b-zh64n4h03z] {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.probe-history-flex[b-zh64n4h03z] {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: flex-start;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
.probe-history-fields[b-zh64n4h03z] {
  min-width: 180px;
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.probe-history-prompt[b-zh64n4h03z] {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.probe-history-row[b-zh64n4h03z] {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.probe-history-label[b-zh64n4h03z] {
  min-width: 90px;
  font-weight: 600;
  color: #3a3f5c;
  margin-right: 0.5em;
  flex-shrink: 0;
}
.probe-history-clip[b-zh64n4h03z] {
  display: block;
  width: 100%;
  max-width: 420px;
  min-width: 0;
  max-height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  transition: max-height 0.2s;
  vertical-align: top;
}
.probe-history-qa .prompt-line[b-zh64n4h03z] {
  font-size: 0.9em;
  line-height: 1.25em;
}
.probe-history-qa .probe-line[b-zh64n4h03z] {
  font-size: 0.8em; /* 20% smaller */
  line-height: 1.25em;
}
.probe-history-clip.expanded[b-zh64n4h03z] {
  white-space: normal;
  max-height: 100vh;
  overflow: visible;
}
.probe-history-expand-glyph[b-zh64n4h03z] {
  margin-left: 0.5em;
  color: #007bff;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}
.citation-count[b-zh64n4h03z] {
  color: #007bff;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
  text-decoration: underline dotted;
  margin-left: 0.25em;
}
.citations-expanded[b-zh64n4h03z] {
  margin: 0.25em 0 0 0;
  padding-left: 1.2em;
}
.alert-danger[b-zh64n4h03z] {
    margin-top: 1rem;
}
.probes-history-panel[b-zh64n4h03z] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.table[b-zh64n4h03z] {
    background: transparent;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
    margin-bottom: 0;
    color: #0A1045;
}
.table th[b-zh64n4h03z], .table td[b-zh64n4h03z] {
    vertical-align: middle;
    color: #0A1045;
    border-color: var(--color-border);
}

/* New subtle row divider and details panel styling */
tr.probe-history-row-item td[b-zh64n4h03z] {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.probe-history-details[b-zh64n4h03z] {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(0, 0, 0, 0.03);
  border: 1px dashed rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  color: #0A1045;
}

/* Score pill */
.score-pill[b-zh64n4h03z] {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  background: rgba(99, 102, 241, 0.15);
  color: #0A1045;
  border: 1px solid rgba(99,102,241,0.35);
  border-radius: 9999px;
  font-weight: 600;
}

/* Grouping header row */
tr.group-header td[b-zh64n4h03z] {
  background: rgba(0, 0, 0, 0.04);
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  position: relative;
  color: #0A1045;
}
tr.group-header:hover td[b-zh64n4h03z] {
  background: rgba(0, 0, 0, 0.06);
}
.group-header .group-title[b-zh64n4h03z] {
  margin-right: .5rem;
}
.group-header .caret[b-zh64n4h03z] {
  float: right;
  font-weight: 700;
}

/* Simple modal for full text */
.aeo-modal-backdrop[b-zh64n4h03z] {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1040;
}
.aeo-modal[b-zh64n4h03z] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(880px, 96vw);
  max-height: 85vh;
  overflow: auto;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  z-index: 1050;
}
.aeo-pre[b-zh64n4h03z] {
  font-size: 0.9em;
  white-space: pre-wrap;
  word-break: break-word;
  padding: 0.5rem;
  background: #f8f9fa;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 6px;
}

/* Insight chip */
.insight-chip[b-zh64n4h03z] {
  display: inline-block;
  margin-left: .5rem;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .8rem;
  border: 1px solid transparent;
  cursor: pointer;
}
.insight-chip.red[b-zh64n4h03z] {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fca5a5;
}
.insight-chip.yellow[b-zh64n4h03z] {
  background: #fef9c3;
  color: #854d0e;
  border-color: #fde68a;
}
.insight-chip.green[b-zh64n4h03z] {
  background: #dcfce7;
  color: #166534;
  border-color: #86efac;
}
/* /Components/Clients/Prompts/PromptsPanel.razor.rz.scp.css */
.probe-panel[b-6t50glh7rn] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.probe-panel textarea[b-6t50glh7rn] {
    width: 100%;
    min-height: 60px;
    margin-bottom: 0.5rem;
}
.probe-panel input[b-6t50glh7rn],
.probe-panel select[b-6t50glh7rn] {
    margin-bottom: 0.5rem;
    width: 100%;
}
.probe-panel input[type="checkbox"][b-6t50glh7rn] {
    width: auto;
    margin: 0 8px 0 0;
    flex: 0 0 auto;
}
.probe-panel button[b-6t50glh7rn] {
    margin-bottom: 1rem;
}
.probe-result[b-6t50glh7rn] {
    margin-top: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.probe-result .badge[b-6t50glh7rn] {
    margin-right: 0.5em;
}
.alert-danger[b-6t50glh7rn] {
    margin-top: 1rem;
}

.prompt-row[b-6t50glh7rn] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.prompt-row input[type="checkbox"][b-6t50glh7rn] {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    vertical-align: middle;
}
.prompt-row .prompt-spinner[b-6t50glh7rn] {
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px;
    display: inline-flex;
    align-self: center;
}
.prompt-row > span[title][b-6t50glh7rn] {
    flex: 0 0 auto;
}
.prompt-row > span:nth-of-type(3)[b-6t50glh7rn] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Clients/SnapshotOverviewPanel.razor.rz.scp.css */
/* Visual cue for refresh rebind on overview panel */
.fade-rebind[b-nbirijxmlj] {
  animation: fadeRebind-b-nbirijxmlj 600ms ease-in-out 1;
}
@keyframes fadeRebind-b-nbirijxmlj {
  0% { opacity: .35; }
  50% { opacity: .75; }
  100% { opacity: 1; }
}
/* /Components/Clients/SnapshotPanel.razor.rz.scp.css */
/* Visual feedback for auto-save states */

/* Pulse background to draw attention while saving */
.saving[b-udl49ibmli] {
  animation: snapshot-pulse-b-udl49ibmli 0.9s ease-in-out infinite;
  border-color: #ffc107 !important; /* warning */
}

.save-ok[b-udl49ibmli] {
  border-color: #28a745 !important; /* success */
  box-shadow: 0 0 0 .15rem rgba(40, 167, 69, .25);
}

.save-error[b-udl49ibmli] {
  border-color: #dc3545 !important; /* danger */
  box-shadow: 0 0 0 .15rem rgba(220, 53, 69, .25);
}

@keyframes snapshot-pulse-b-udl49ibmli {
  0% { background-color: rgba(255, 193, 7, 0.20); }
  50% { background-color: rgba(255, 193, 7, 0.05); }
  100% { background-color: rgba(255, 193, 7, 0.20); }
}

.form-text[b-udl49ibmli] {
  margin-top: .15rem;
}
.border-success[b-udl49ibmli] {
    border-color: #28a745 !important;
}

.border-danger[b-udl49ibmli] {
    border-color: #dc3545 !important;
}

.aeo-card-header.sticky[b-udl49ibmli] {
    display:flex; align-items:center; justify-content:space-between; gap:.75rem;
    position:sticky; top:0; background:rgba(248, 242, 220, 0.98); z-index:2; padding-bottom:.25rem;
}
.toolbar.compact .btn[b-udl49ibmli] { padding:.125rem .375rem; font-size:.85em; }
.health-pill[b-udl49ibmli] { display:inline-block; width:.65rem; height:.65rem; border-radius:50%; margin-right:.35rem; vertical-align:middle; }
.health-red[b-udl49ibmli] { background:#dc3545; }
.health-yellow[b-udl49ibmli] { background:#ffc107; }
.health-green[b-udl49ibmli] { background:#28a745; }
.status-green[b-udl49ibmli] { color:#28a745; }
.status-yellow[b-udl49ibmli] { color:#ffc107; }
.status-red[b-udl49ibmli] { color:#dc3545; }
.status-muted[b-udl49ibmli] { color:#3a3f5c; }
.meta-footer[b-udl49ibmli] { font-size:.85em; color:#3a3f5c; margin-top:.25rem; border-top:1px dashed var(--color-border); padding-top:.35rem; display:flex; gap:.5rem; flex-wrap:wrap; }
.meta-footer .dot[b-udl49ibmli] { color:rgba(10, 16, 69, 0.35); }
.click-copy[b-udl49ibmli] { cursor:pointer; }

/* Fade cue for refresh/rebind */
.fade-rebind[b-udl49ibmli] {
  animation: fadeRebind-b-udl49ibmli 600ms ease-in-out 1;
}
@keyframes fadeRebind-b-udl49ibmli {
  0% { opacity: .35; }
  50% { opacity: .75; }
  100% { opacity: 1; }
}
/* /Components/Clients/SnapshotToolbar.razor.rz.scp.css */
.toolbar.compact .btn.btn-sm[b-i6cr6t7a0r] {
  min-width: 40px;
  width: 40px;
  height: 32px;
  min-height: 32px;
  padding: 0; /* prevent height changes between states */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1; /* keep content centered & consistent */
  box-sizing: border-box;
}

/* Ensure spinner doesn't affect height */
.toolbar.compact .btn.btn-sm .spinner-border-sm[b-i6cr6t7a0r] {
  width: 16px;
  height: 16px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2h0v12ayoz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2h0v12ayoz] {
    flex: 1;
    min-width: 0;
}

.top-row[b-2h0v12ayoz] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: var(--brand-body);
}

    .top-row[b-2h0v12ayoz]  a, .top-row[b-2h0v12ayoz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: var(--brand-primary);
        font-weight: 500;
    }

    .top-row[b-2h0v12ayoz]  a:hover, .top-row[b-2h0v12ayoz]  .btn-link:hover {
        text-decoration: underline;
        color: var(--brand-primary-hover);
    }

    .top-row[b-2h0v12ayoz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2h0v12ayoz] {
        justify-content: space-between;
    }

    .top-row[b-2h0v12ayoz]  a, .top-row[b-2h0v12ayoz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2h0v12ayoz] {
        flex-direction: row;
    }

    .sidebar[b-2h0v12ayoz] {
        flex: 0 0 320px;
        width: 320px;
        min-width: 320px;
        max-width: 320px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2h0v12ayoz] {
        z-index: 1;
    }

    .top-row.auth[b-2h0v12ayoz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2h0v12ayoz], article[b-2h0v12ayoz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2h0v12ayoz] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-2h0v12ayoz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c6t3zf7csp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #0A1045;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(0, 0, 0, 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%2810, 16, 69, 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(0, 0, 0, 0.05);
}

.navbar-toggler:checked[b-c6t3zf7csp] {
    background-color: rgba(0, 0, 0, 0.1);
}

.top-row[b-c6t3zf7csp] {
    min-height: 3.5rem;
    background-color: rgba(248, 242, 220, 0.95);
}

.navbar-brand[b-c6t3zf7csp] {
    font-size: 1.1rem;
    color: #0A1045;
}

.bi[b-c6t3zf7csp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-c6t3zf7csp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c6t3zf7csp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c6t3zf7csp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c6t3zf7csp]  .nav-link {
        color: #1f274a;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-c6t3zf7csp]  a.active {
    background-color: rgba(244, 136, 71, 0.15);
    color: #0A1045;
    border-left: 3px solid var(--brand-primary, #f48847);
}

.nav-item[b-c6t3zf7csp]  .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #0A1045;
}

.nav-scrollable[b-c6t3zf7csp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-c6t3zf7csp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c6t3zf7csp] {
        display: none;
    }

    .nav-scrollable[b-c6t3zf7csp] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Client.razor.rz.scp.css */
.client-skeleton[b-1ho0kh3rv1] {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.skeleton-title[b-1ho0kh3rv1] {
    height: 2.5rem;
    width: 40%;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
.skeleton-back[b-1ho0kh3rv1] {
    height: 1.5rem;
    width: 10rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}
.skeleton-card[b-1ho0kh3rv1] {
    padding: 2rem;
    border-radius: 1rem;
    background: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    max-width: 32rem;
}
.skeleton-line[b-1ho0kh3rv1] {
    height: 1.2rem;
    width: 80%;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
.skeleton-chip[b-1ho0kh3rv1] {
    height: 1.2rem;
    width: 6rem;
    border-radius: 1rem;
    margin-top: 1rem;
}
.shimmer[b-1ho0kh3rv1] {
    background: linear-gradient(90deg, #ececec 25%, #e0e0e0 37%, #ececec 63%);
    background-size: 400% 100%;
    animation: shimmer-b-1ho0kh3rv1 1.2s linear infinite;
}
@keyframes shimmer-b-1ho0kh3rv1 {
    0% { background-position: -400px 0; }
    100% { background-position: 400px 0; }
}
.client-dashboard-grid[b-1ho0kh3rv1] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
}
.dashboard-main[b-1ho0kh3rv1] {
    flex: 1 1 320px;
    min-width: 320px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.dashboard-widgets[b-1ho0kh3rv1] {
    flex: 2 1 400px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.dashboard-placeholder-card[b-1ho0kh3rv1] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    margin-bottom: 0.5rem;
}
.dashboard-placeholder-card h4[b-1ho0kh3rv1] {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}
.dashboard-placeholder-card .alert[b-1ho0kh3rv1] {
    margin-bottom: 0.5rem;
}
.dashboard-placeholder-card .small[b-1ho0kh3rv1] {
    font-size: 0.95em;
}
@media (max-width: 900px) {
    .client-dashboard-grid[b-1ho0kh3rv1] {
        flex-direction: column;
        gap: 2rem;
    }
    .dashboard-main[b-1ho0kh3rv1], .dashboard-widgets[b-1ho0kh3rv1] {
        max-width: 100%;
        min-width: 0;
    }
}
@media print {
    .aeo-card[b-1ho0kh3rv1] { page-break-inside: avoid; }
    .aeo-print-break[b-1ho0kh3rv1] { page-break-before: always; }
}
/* /Components/Pages/ClientCreateEdit.razor.rz.scp.css */
/* Validation feedback */
.validation-message[b-83bwdtcf6m] {
    min-height: 1.2em;
    display: block;
    font-size: 0.875em;
    color: #f87171;
    margin-top: 0.25rem;
}

.form-control.invalid[b-83bwdtcf6m] {
    border-color: #f87171;
}

/* Confirm-remove modal */
.modal-overlay[b-83bwdtcf6m] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.modal-card[b-83bwdtcf6m] {
    background: rgba(248, 242, 220, 0.98);
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    max-width: 520px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    color: #0A1045;
}

.text-primary[b-83bwdtcf6m] {
    color: #1b6ec2 !important;
}

.form-text[b-83bwdtcf6m] {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-label[b-83bwdtcf6m] {
    margin-bottom: 0.5rem;
    font-weight: 500;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-ws2zly0zua] {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-lg);
    box-sizing: border-box;
    color: var(--color-hero-text-primary);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero-header[b-ws2zly0zua] {
    position: fixed;
    inset-block-start: 0;
    inset-inline: 0;
    padding: var(--space-md) var(--space-lg);
    z-index: var(--z-nav);
}

.hero-nav[b-ws2zly0zua] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-family-nav);
    font-size: var(--font-size-nav);
    font-weight: var(--font-weight-nav);
    letter-spacing: var(--font-letterspacing-nav);
}

.hero-logo[b-ws2zly0zua] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    color: var(--color-logo-text);
}

.hero-logo-mark[b-ws2zly0zua] {
    width: 18px;
    height: 18px;
    background-color: var(--color-logo-mark);
    border-radius: var(--radius-logo-mark);
}

.hero-logo-text[b-ws2zly0zua] {
    font-size: var(--font-size-logo);
    font-weight: var(--font-weight-logo);
}

.hero-nav-links[b-ws2zly0zua] {
    list-style: none;
    display: flex;
    gap: var(--space-lg);
    margin: 0;
    padding: 0;
}

.hero-nav-link[b-ws2zly0zua] {
    text-decoration: none;
    color: var(--color-nav-text);
    font-size: var(--font-size-nav);
    font-weight: var(--font-weight-nav);
}

.hero-nav-link:hover[b-ws2zly0zua],
.hero-nav-link:focus-visible[b-ws2zly0zua] {
    color: var(--color-nav-text-hover);
}

.hero-content[b-ws2zly0zua] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 52rem;
}

.hero-title[b-ws2zly0zua] {
    margin: 0;
    font-family: var(--font-family-hero);
    font-size: var(--font-size-hero);
    font-weight: var(--font-weight-hero);
    line-height: var(--font-lineheight-hero);
    color: var(--color-hero-text-primary);
}

.hero[b-ws2zly0zua] {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: var(--color-background-hero, #f6e1b6);
}

.hero-background-video[b-ws2zly0zua] {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

.hero-content[b-ws2zly0zua] {
    position: relative;
    z-index: 1;
}

.logo-image[b-ws2zly0zua] {
    display: block;
    height: 32px;
    width: auto;
}

@media (max-width: 768px) {
    .hero[b-ws2zly0zua] {
        padding: var(--space-md);
    }

    .hero-title[b-ws2zly0zua] {
        font-size: var(--font-size-hero-sm);
    }

    .hero-nav[b-ws2zly0zua] {
        font-size: var(--font-size-nav-sm);
    }

    .hero-nav-links[b-ws2zly0zua] {
        gap: var(--space-md);
    }
}

@media (max-width: 480px) {
    .hero-header[b-ws2zly0zua] {
        padding-inline: var(--space-md);
    }

    .hero-title[b-ws2zly0zua] {
        font-size: var(--font-size-hero-xs);
    }
}
