    :root { --bia-accent: #4f46e5; }
    body { background: linear-gradient(90deg, white, #f4f2ff); }

    /* Hero Setup Area */
    .onboarding-hero {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 2rem;
        margin-bottom: 2rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    }

    /* Magic Path Cards */
    .magic-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 1.5rem;
        text-decoration: none !important;
        color: inherit !important;
    }
    .magic-card:hover {
        transform: translateY(-5px);
        border-color: var(--bia-accent);
        box-shadow: 0 10px 20px rgba(79, 70, 229, 0.08);
    }
    .magic-card .icon-wrapper {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    /* Setup Progress Bar */
    .progress-track {
        height: 8px;
        background: #f1f5f9;
        border-radius: 10px;
        margin: 1rem 0;
        overflow: hidden;
    }
    .progress-fill {
        height: 100%;
        background: linear-gradient(90deg, #4f46e5, #818cf8);
        transition: width 0.8s ease;
    }
    .step-label {
        font-size: 0.75rem;
        font-weight: 600;
        color: #4c9fe3;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .step-label.active { color: #10b981; }

    .pulse-primary {
        animation: shadow-pulse 2s infinite;
    }
    @keyframes shadow-pulse {
        0% { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.1); }
        70% { box-shadow: 0 0 0 10px rgba(79, 70, 229, 0); }
        100% { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0); }
    }

.providerResourceTitle {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}

    .nav-section-title {
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: .04em;
        line-height: 1rem;
        color: #6c7a91;
        padding: 1.5rem 1.25rem 0.5rem;
    }
    .navbar-vertical .navbar-nav .nav-link {
        padding: 0.5rem 1.25rem;
    }
    .nav-separator {
        margin: 1rem 1.25rem;
        border-top: 1px solid rgba(0,0,0,0.05);
    }

.page-body {
  min-height:70vh;
}

.providerResource {
  color:#3A3A3A;
  width:300px;
  height:180px;
  vertical-align: top;
  background: white;
  border-radius: 16px;
  display: inline-block;
  margin: 8px;
  padding:32px;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}

.provider-alert-notification {
	height:18px;
	width:18px;
	line-height: 18px;
	display:inline-block;
	color:white;
	margin-left:8px;
	margin-right:8px;
	border-radius: 2px;
	text-align: center;
	background-color: #d63939 !important;
}

.magicSearchResult {
  background:#f6f8fb;
  border-radius: 6px;
  margin:4px;
  padding:8px;
}

.nav-link-icon.active {
  color:#5f57f3;
}

.nav-link-title.active {
  color:#5f57f3;
  font-weight: 600;
}

.nav-link:hover {
  background:#fbfcfd;
  border-radius: 8px;
  margin-left:10px;
}

.dropdown-item:hover {
  background:#fbfcfd;
  border-radius: 8px;
  margin-left:10px;
}

.biaCard {
  border-radius: 16px;
  border:0px;
  box-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}

.providerResource:hover {
  background:#e3deff;
  cursor: pointer;
}

.magicSearchResults {
  background:white;
  border-radius: 8px;
  padding:16px;
  margin-top: 8px;
}
.beigeWrapper {
  background:none;
}

.providerQuickAction {
  max-width: 600px;
  background: white;
  border-radius: 16px;
  display: inline-block;
  margin: 8px;
  padding:32px;
  text-align: center;
  
}
.providerQuickAction:hover {
  box-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
.searchResultsNotch {
  background-color: #444;
  background-image: -moz-linear-gradient(top, #444, #444);
  position: relative;
  color: #ccc;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 20px #999;
  margin: 25px;
  min-height: 50px;
  border: 1px solid #333;
  text-shadow: 0 0 1px #000;
  left: 45%;
  top: -20px;
  border-bottom: 10px solid #444;
}

.hide {
  display:none;
}

    /* Modern UI Refinements */
    .navbar-vertical {
        border-right: 1px solid #f1f1f4;
        background: #ffffff;
    }
    .nav-section-header {
        font-size: 0.65rem;
        font-weight: 700;
        letter-spacing: .08em;
        color: #9ca3af;
        padding: 1.5rem 1.25rem 0.5rem;
    }
    .nav-item .nav-link {
        color: #4b5563;
        font-weight: 500;
        padding: 0.5rem 1.25rem;
        transition: all 0.2s ease;
    }
    .nav-item.active .nav-link {
        color: #4f46e5 !important;
        background: #f5f3ff;
    }
    .nav-item.active .nav-link-icon {
        color: #4f46e5;
    }
    /* Action Link Styling */
    .nav-action-link {

        border-radius: 6px;
        font-size: 0.85rem;
        color: #6366f1 !important;
    }
    .nav-action-link:hover {
        background: #f5f3ff;
        border-color: #c7d2fe;
    }
    .dropdown-menu {
        border: 1px solid #f1f1f4;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

/* ═══════════════════════════════════════════════════
   CATALOG PAGE — Sidebar Layout
   ═══════════════════════════════════════════════════ */

/* ── Tab Bar ─────────────────────────────────────── */
.catalog-tab-header .nav-tabs-alt { border-bottom: none; }
.catalog-tab-header .nav-link {
  font-size: 0.85rem !important;
  font-weight: 500;
  padding: 12px 18px !important;
  color: #6b7280;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  transition: color 0.15s, border-color 0.15s;
}
.catalog-tab-header .nav-link .badge {
  background: #e5e7eb !important;
  color: #4b5563 !important;
  font-weight: 600; font-size: 0.67rem;
  transition: background 0.15s, color 0.15s;
}
.catalog-tab-header .nav-link.active {
  color: #4f46e5 !important;
  border-bottom-color: #4f46e5 !important;
  background: none !important;
  font-weight: 600;
}
.catalog-tab-header .nav-link.active .badge {
  background: #ede9fe !important; color: #4f46e5 !important;
}
.catalog-tab-header .nav-link:hover:not(.active) {
  color: #374151 !important;
  background: rgba(0,0,0,0.02) !important;
  border-bottom-color: #d1d5db !important;
  margin-left: 0 !important; border-radius: 0 !important;
}

/* ── Card ────────────────────────────────────────── */
.catalog-card .card {
  border-color: #eaecf0;
  border-radius: 8px !important;
  overflow: hidden;
  transition: box-shadow 0.18s, transform 0.18s, border-color 0.18s;
}
.catalog-card .card:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,0.08) !important;
  transform: translateY(-2px);
  border-color: #c7d0da;
}
.catalog-card h3 { margin-bottom: 4px; }
.catalog-card .badge.bg-blue-lt,
.catalog-card .badge.bg-green-lt {
  font-size: 0.62rem; padding: 2px 5px; font-weight: 700; letter-spacing: 0.02em;
}

/* ── Action Footer — hidden at rest, revealed on hover ───────────────── */
.catalog-card-footer-btns {
  display: flex;
  border-top: 1px solid #f1f3f5;
  overflow: hidden;
  background: #f9fafb;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.catalog-card .card:hover .catalog-card-footer-btns {
  opacity: 1;
  transform: translateY(0);
}
/* Always visible on touch devices */
@media (hover: none) {
  .catalog-card-footer-btns { opacity: 1; transform: none; }
}
.catalog-btn-preview,
.catalog-btn-assign,
.catalog-btn-start {
  flex: 1;
  display: flex; align-items: center; justify-content: center; gap: 4px;
  padding: 7px 6px; min-height: 34px;
  font-size: 0.75rem; font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.catalog-btn-preview {
  color: #6b7280 !important;
  border-right: 1px solid #f1f3f5;
}
.catalog-btn-preview:hover { background: #f3f4f6; color: #374151 !important; }
.catalog-btn-assign {
  color: #4f46e5 !important;
  border-right: 1px solid #f1f3f5;
}
.catalog-btn-assign:hover { background: #ede9fe; }
.catalog-btn-start { color: #059669 !important; }
.catalog-btn-start:hover { background: #f0fdf4; color: #047857 !important; }

/* ── Filter-aware badge hiding ───────────────────── */
#catalogTabExercises.catalog-hide-condition-badges .catalog-condition-badge { display: none !important; }
#catalogTabExercises.catalog-hide-phase-badges .catalog-phase-badge { display: none !important; }

/* ── Result count ────────────────────────────────── */
#catalogResultCount { font-size: 0.77rem; color: #9ca3af; }

/* ── RTM Review checklist ────────────────────────── */
.review-item-new { background: #f0fdf8; border-left: 3px solid #55ccaa; padding-left: 12px; }
.review-item-new .badge.bg-blue { background: #55ccaa !important; }

/* ═══════════════════════════════════════════════════
   BIA DASHBOARD THEME
   Modern visual overrides over Tabler base styles.
   Inspired by the landing3.html mock preview.
   ═══════════════════════════════════════════════════ */
   
/* Cards: white with soft lavender border, rounder corners */
.card {
    border: 1px solid #e8e6ff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.05);
}
.card:hover {
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.09);
}

/* Card header: lightweight divider, no heavy background */
.card-header {
    border-bottom: 1px solid #f1f0ff;
    padding: 10px 16px;
    background: #ffffff;
    align-items: center;
}

/* Card title: compact uppercase tracking label */
.card-title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    color: #64748b;
    margin-bottom: 0;
}

/* Card body: slightly tighter default padding */
.card-body {
    padding: 14px 16px;
}

/* Table: clean rows with very subtle lavender separators */
.table-vcenter thead tr th {
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #94a3b8;
    border-bottom: 1px solid #f1f0ff;
    padding: 8px 16px;
    background: #ffffff;
}
.table-vcenter tbody tr td {
    border-bottom: 1px solid #f8f7ff;
    padding: 8px 16px;
    vertical-align: middle;
}
.table-vcenter tbody tr:last-child td {
    border-bottom: none;
}
.table-vcenter tbody tr:hover td {
    background: #faf9ff;
}

/* Primary button: vivid indigo, rounder */
.btn-primary {
    background: #4f46e5;
    border-color: #4f46e5;
    border-radius: 8px;
    font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #4338ca;
    border-color: #4338ca;
}

/* All buttons: rounder, tighter weight */
.btn {
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
}
.btn-sm {
    border-radius: 6px;
    font-size: 0.75rem;
}
.btn-icon {
    border-radius: 8px;
}

/* Outline secondary button: match lavender palette */
.btn-outline-secondary {
    border-color: #e8e6ff;
    color: #64748b;
}
.btn-outline-secondary:hover {
    background: #f4f2ff;
    border-color: #c7d2fe;
    color: #4f46e5;
}

/* Badges: pill-shaped, slightly bolder */
.badge {
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.65rem;
    padding: 3px 9px;
    letter-spacing: 0.02em;
}

/* Status badge color presets matching mock palette */
.badge.bg-primary-lt {
    background: #ede9ff;
    color: #4f46e5;
}
.badge.bg-warning-lt {
    background: #fef3c7;
    color: #92400e;
}
.badge.bg-success-lt {
    background: #dcfce7;
    color: #166534;
}
.badge.bg-danger-lt {
    background: #fee2e2;
    color: #991b1b;
}
.badge.bg-secondary-lt {
    background: #f1f5f9;
    color: #475569;
}

/* Form inputs: rounder, lavender focus ring */
.form-control {
    border-radius: 8px;
    border-color: #e2e8f0;
    font-size: 0.875rem;
}
.form-control:focus {
    border-color: #a5b4fc;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.08);
}
.input-icon .form-control {
    border-radius: 8px;
}
.form-control-rounded {
    border-radius: 20px;
}

/* Select inputs: match */
.form-select {
    border-radius: 8px;
    border-color: #e2e8f0;
    font-size: 0.875rem;
}
.form-select:focus {
    border-color: #a5b4fc;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.08);
}

/* Nav sidebar active state: lavender tint pill */
.nav-item.active .nav-link {
    background: #f0edff;
    border-radius: 8px;
    color: #4f46e5;
    font-weight: 600;
}
.nav-item .nav-link:hover:not(.nav-action-link) {
    background: #f8f7ff;
    border-radius: 8px;
    margin-left: 0;
}

/* Page header: clean separator */
.page-header {
    background: #ffffff;
    margin-bottom: 1rem;
}
.page-pretitle {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #94a3b8;
}
.page-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

/* Dropdown menu: match card style */
.dropdown-menu {
    border: 1px solid #e8e6ff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.1);
}
.dropdown-item {
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #374151;
    margin: 1px 6px;
    width: calc(100% - 12px);
}
.dropdown-item:hover {
    background: #f0edff;
    color: #4f46e5;
    border-radius: 6px;
    margin-left: 6px;
}

/* Avatar initials: circular colored chips */
.avatar {
    border-radius: 50%;
    font-weight: 800;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
}

/* List group items in cards: cleaner */
.list-group-item {
    border-color: #f1f0ff;
    font-size: 0.875rem;
}
.list-group-item:hover {
    background: #faf9ff;
}

/* Tabler nav tabs used in catalog: inherit from existing tab overrides */
.nav-tabs-alt .nav-link {
    border-bottom: 2px solid transparent;
}
.nav-tabs-alt .nav-link.active {
    border-bottom-color: #4f46e5;
    color: #4f46e5;
    font-weight: 600;
}

/* Progress bars: indigo gradient */
.progress {
    border-radius: 10px;
    background: #f1f0ff;
    height: 6px;
}
.progress-bar {
    background: linear-gradient(90deg, #4f46e5, #818cf8);
    border-radius: 10px;
}

/* ═══════════════════════════════════════════════════
   DASHBOARD HOME (providerHome2)
   Compact card-based dashboard matching the mock preview
   from landing3.html. All dash-* classes live here.
   ═══════════════════════════════════════════════════ */

/* Stat row: 4-column grid, collapses to 2 on small screens */
.dash-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
@media (max-width: 680px) {
    .dash-stats-row { grid-template-columns: repeat(2, 1fr); }
}

/* Individual stat card */
.dash-stat-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #e8e6ff;
    padding: 12px 14px;
}

/* Big number inside stat card */
.dash-snum {
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 4px;
    color: #0f172a;
}

/* Label under the big number */
.dash-slabel {
    font-size: 0.65rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

/* Content cards */
.dash-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #e8e6ff;
    overflow: hidden;
}

/* Card header bar */
.dash-card-hd {
    padding: 9px 14px;
    border-bottom: 1px solid #f1f0ff;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Card header title */
.dash-card-ttl {
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #64748b;
}

/* Small muted label on the right of a card header */
.dash-hd-label {
    font-size: 0.6rem;
    color: #94a3b8;
    font-weight: 600;
    margin-left: auto;
}

/* Small action link on the right of a card header */
.dash-hd-link {
    font-size: 0.67rem;
    font-weight: 700;
    color: #4f46e5;
    text-decoration: none;
    margin-left: auto;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.dash-hd-link:hover { text-decoration: underline; color: #4338ca; }

/* "N new requests" pill in card header */
.dash-new-badge {
    background: #ede9ff;
    color: #4f46e5;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 100px;
}

/* Client list row */
.dash-client-row {
    display: flex;
    align-items: center;
    padding: 7px 14px;
    gap: 9px;
    border-bottom: 1px solid #f8f7ff;
}
.dash-client-row:last-child { border-bottom: none; }

/* Clickable client row (when entire row is an <a>) */
a.dash-client-row {
    color: inherit;
    text-decoration: none;
}
a.dash-client-row:hover {
    background: #faf9ff;
    color: inherit;
    text-decoration: none;
}

/* Avatar circle */
.dash-av {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.58rem;
    color: white;
    flex-shrink: 0;
    letter-spacing: 0.02em;
}

/* Client name */
.dash-cname {
    font-size: 0.78rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

/* Client sub-label (phobia, exercise count, etc.) */
.dash-ctype {
    font-size: 0.64rem;
    color: #64748b;
    margin-top: 1px;
}

/* Status badge on a client row */
.dash-status {
    margin-left: auto;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 100px;
    white-space: nowrap;
    flex-shrink: 0;
}
.dash-s-new { background: #ede9ff; color: #4f46e5; }
.dash-s-hw  { background: #fef3c7; color: #92400e; }
.dash-s-act { background: #dcfce7; color: #166534; }
.dash-s-dis { background: #f1f5f9; color: #475569; }

/* Severity snapshot row */
.dash-sev-row {
    display: flex;
    align-items: center;
    padding: 7px 14px;
    gap: 9px;
    border-bottom: 1px solid #f8f7ff;
}
.dash-sev-row:last-child { border-bottom: none; }

/* Large severity number on right side of row */
.dash-sev-num {
    font-size: 0.9rem;
    font-weight: 800;
    flex-shrink: 0;
    letter-spacing: -0.02em;
}

/* Activity feed row */
.dash-activity-row {
    display: flex;
    align-items: center;
    padding: 7px 14px;
    gap: 9px;
    border-bottom: 1px solid #f8f7ff;
}
.dash-activity-row:last-child { border-bottom: none; }

/* Colored dot on left of activity row */
.dash-act-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Activity main text */
.dash-act-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}

/* Activity timestamp / sub-text */
.dash-act-time {
    font-size: 0.62rem;
    color: #94a3b8;
    margin-top: 1px;
}

/* "View" link on right of activity row */
.dash-view-link {
    font-size: 0.65rem;
    font-weight: 700;
    color: #64748b;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 2px 6px;
    border-radius: 4px;
}
.dash-view-link:hover { background: #f0edff; color: #4f46e5; }

/* ═══════════════════════════════════════════════════
   VERIFICATION BANNERS (bia-banner-*)
   Replaces Tabler .alert with Bia-styled banners.
   Keeps .alert class for Bootstrap dismiss JS.
   ═══════════════════════════════════════════════════ */

.bia-banner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: white;
    border-radius: 12px;
    border: 1px solid #e8e6ff;
    padding: 12px 14px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(79, 70, 229, 0.05);
}

/* Override Tabler's alert styles completely so bia-banner wins */
.bia-banner.alert,
.bia-banner.alert-info,
.bia-banner.alert-warning,
.bia-banner.alert-success,
.bia-banner.alert-dismissible {
    background: white !important;
    color: #0f172a !important;
    --tblr-alert-bg: white;
    --tblr-alert-color: #0f172a;
    --tblr-alert-border-color: transparent;
    margin-bottom: 12px;
    padding: 12px 14px;
}

.bia-banner-warn  { border-color: #fde68a; }
.bia-banner-info  { border-color: #e0d9ff; }
.bia-banner-success { border-color: #bbf7d0; }

/* Colored icon circle */
.bia-banner-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Text block */
.bia-banner-body { flex: 1; min-width: 0; }

.bia-banner-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.bia-banner-sub {
    font-size: 0.78rem;
    color: #64748b;
}

/* Checklist inside an info banner */
.bia-banner-checklist {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 2px;
}

.bia-banner-check-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: #374151;
}

.bia-banner-check-done { color: #94a3b8; }

/* Inline action link */
.bia-banner-link {
    color: #4f46e5;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.bia-banner-link:hover { text-decoration: underline; color: #4338ca; }

/* Close button: pull out of absolute flow so it sits in the flex row */
.bia-banner .btn-close {
    position: static;
    flex-shrink: 0;
    margin-left: auto;
    align-self: center;
    opacity: 0.4;
}
.bia-banner .btn-close:hover { opacity: 0.8; }

/* Remove the extra padding-right that alert-dismissible adds for its absolute close button */
.bia-banner.alert-dismissible { padding-right: 14px !important; }

/* ═══════════════════════════════════════════════════
   TOUR BANNER (tour-banner-*)
   Indigo/lavender theme replacing the old blue theme.
   ═══════════════════════════════════════════════════ */

.tour-banner {
    background: #f5f3ff;
    border: 1px solid #ddd6fe;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

.tour-banner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px 6px;
}

.tour-banner-title {
    font-size: 0.82rem;
    color: #4f46e5;
    display: flex;
    align-items: center;
}

.tour-banner-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    color: #7c6fe0;
}

.tour-exit {
    color: #7c6fe0;
    line-height: 1;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 2px;
    border-radius: 4px;
}
.tour-exit:hover { color: #d63939; background: rgba(214, 57, 57, 0.08); }

.tour-progress-bar {
    height: 3px;
    background: #ede9fe;
    margin: 0;
    overflow: hidden;
}

.tour-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #4f46e5, #818cf8);
    transition: width 0.4s ease;
}

.tour-banner-body { padding: 10px 14px 12px; }

.tour-step-dots {
    display: flex;
    gap: 5px;
    margin-bottom: 7px;
}

.tour-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.tour-dot-done    { background: #818cf8; }
.tour-dot-active  { background: #4f46e5; box-shadow: 0 0 0 2px #c4b5fd; }
.tour-dot-pending { background: #e0d9ff; }

.tour-description {
    margin: 0 0 10px;
    font-size: 0.82rem;
    color: #334155;
    line-height: 1.5;
}

.tour-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tour-btn-back {
    font-size: 0.78rem;
    color: #7c6fe0;
    background: white;
    border: 1px solid #ddd6fe;
}
.tour-btn-back:hover { background: #f5f3ff; color: #4f46e5; border-color: #c4b5fd; }

.tour-btn-finish {
    font-size: 0.78rem;
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 4px 14px;
    text-decoration: none;
    font-weight: 600;
}
.tour-btn-finish:hover { background: #bbf7d0; color: #166534; }

/* ═══════════════════════════════════════════════════
   QUICK ACTION CARDS (bia-action-card)
   Shown when provider has no clients yet.
   ═══════════════════════════════════════════════════ */

.bia-action-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: white;
    border: 1px solid #e8e6ff;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.bia-action-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.1);
    border-color: #c4b5fd;
    color: inherit;
    text-decoration: none;
}
.bia-action-card-primary {
    border-color: #c4b5fd;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.06);
}

.bia-action-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.bia-action-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.bia-action-desc {
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.5;
    flex: 1;
}

.bia-action-cta {
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 14px;
}

/* ═══════════════════════════════════════════════════
   GETTING STARTED ONBOARDING CARD (bia-onboarding-*)
   ═══════════════════════════════════════════════════ */

/* Thin progress bar spanning full card width below header */
.bia-onboarding-progress {
    height: 3px;
    background: #f1f0ff;
    overflow: hidden;
}
.bia-onboarding-fill {
    height: 100%;
    background: linear-gradient(90deg, #4f46e5, #818cf8);
    transition: width 0.6s ease;
}

/* Step list container */
.bia-onboarding-steps {
    display: flex;
    padding: 8px 0;
}

@media (max-width: 640px) {
    .bia-onboarding-steps { flex-direction: column; }
}

/* Individual step: either a div (done) or an <a> (todo) */
.bia-onboarding-step {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    border-right: 1px solid #f1f0ff;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}
.bia-onboarding-step:last-child { border-right: none; }

.bia-step-done { color: #94a3b8; }
.bia-step-todo { color: #374151; }
.bia-step-todo:hover { background: #faf9ff; color: #4f46e5; }

/* Circle checkbox icon */
.bia-step-check {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bia-step-check-done {
    background: #dcfce7;
    color: #16a34a;
}
.bia-step-check-todo {
    border: 2px solid #c4b5fd;
    background: white;
}

.bia-step-label {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Arrow icon on todo steps */
.bia-step-arrow {
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.15s;
}
.bia-step-todo:hover .bia-step-arrow { opacity: 1; }