:root {
    --bs-primary: #6366f1;
    --bs-primary-rgb: 99, 102, 241;
    --bs-destructive: #ef4444;
    --bs-destructive-rgb: 239, 68, 68;
    --bs-emerald: #10b981;
    --bs-amber-light: rgba(245, 158, 11, 0.2);
    --bs-primary-light: rgba(99, 102, 241, 0.2);
    --bs-destructive-light: rgba(239, 68, 68, 0.1);
}

.amber-card {
    background-color: var(--bs-amber-light);
    border: none;
    margin-bottom: 1rem;
}

.amber-card .card-body {
    padding: 1rem;
}

.primary-card {
    background-color: var(--bs-primary-light);
    border: none;
    margin-bottom: 1rem;
}

.certificate-btn {
    width: 100%;
    background-color: var(--bs-emerald);
    border: none;
    color: white;
}

.certificate-btn:hover {
    background-color: #059669;
    color: white;
}

.certificate-card {
    margin-bottom: 1rem;
}

.alert-destructive {
    background-color: var(--bs-destructive-light);
    border-color: rgba(239, 68, 68, 0.2);
    color: var(--bs-destructive);
}

.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-item:hover {
    background-color: #e0f2fe;
}

:root {
    --bs-primary: #6366f1;
    --bs-primary-rgb: 99, 102, 241;
    --bs-destructive: #ef4444;
    --bs-destructive-rgb: 239, 68, 68;
    --bs-emerald: #10b981;
    --bs-amber-light: rgba(245, 158, 11, 0.2);
    --bs-primary-light: rgba(99, 102, 241, 0.2);
    --bs-destructive-light: rgba(239, 68, 68, 0.1);
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
    background-color: #f8f9fa;
    padding: 20px;
}

.main-container {
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    max-width: 1024px;
    margin: 0 auto;
    border: 2px solid #e2e8f0;
}

.page-title {
    font-weight: 700;
    font-size: 1.875rem;
}

.magic-link-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--bs-primary);
    color: white;
    border: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
}

.magic-link-btn:hover {
    background-color: #4f46e5;
    color: white;
}

.section-description {
    color: #4b5563;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.search-input-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
}

.nav-tabs {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 2rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.nav-tabs .nav-link {
    border: none;
    color: #6b7280;
    padding: 0.75rem 1rem;
    margin-right: 0.25rem;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link:hover {
    border-bottom: 2px solid var(--bs-primary);
    background-color: transparent;
}

.nav-tabs .nav-link.active {
    color: var(--bs-primary);
    border-bottom: 2px solid var(--bs-primary);
    font-weight: 600;
}

.accordion-button {
    font-weight: 500;
    font-size: 1.125rem;
    color: #111827;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.amber-card {
    background-color: var(--bs-amber-light);
    border: none;
    margin-bottom: 1rem;
}

.amber-card .card-body {
    padding: 1rem;
}

.primary-card {
    background-color: var(--bs-primary-light);
    border: none;
    margin-bottom: 1rem;
}

.certificate-btn {
    width: 100%;
    background-color: var(--bs-emerald);
    border: none;
    color: white;
}

.certificate-btn:hover {
    background-color: #059669;
    color: white;
}

.certificate-card {
    margin-bottom: 1rem;
}

.alert-destructive {
    background-color: var(--bs-destructive-light);
    border-color: rgba(239, 68, 68, 0.2);
    color: var(--bs-destructive);
}

.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-item:hover {
    background-color: #e0f2fe;
}