    :root { --bia-accent: #4f46e5; }
    body { background-color: #f8fafc; }

    /* 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;
        text-transform: uppercase;
        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;
        text-transform: uppercase;
        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; }