/**
 * AMCOB brand tokens — Allied Muslim Chamber of Business
 * Deep blues, rich grays, clean typography (Playfair Display + Source Sans 3)
 */
:root {
    --amcob-navy: #0f2942;
    --amcob-blue-dark: #1e3a8a;
    --amcob-primary: #1e40af;
    --amcob-primary-hover: #1d4ed8;
    --amcob-accent: #0ea5e9;
    --amcob-gray-900: #111827;
    --amcob-gray-700: #374151;
    --amcob-gray-500: #6b7280;
    --amcob-gray-200: #e5e7eb;
    --amcob-gray-100: #f3f4f6;
    --amcob-surface: #f8fafc;
    --amcob-white: #ffffff;
    --amcob-gradient: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    --amcob-gradient-sidebar: linear-gradient(180deg, #0f2942 0%, #1e3a8a 100%);
    --amcob-font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --amcob-font-body: 'Source Sans 3', 'Segoe UI', system-ui, sans-serif;
}

html {
    font-family: var(--amcob-font-body);
}

h1, h2, h3, h4, .page-title, .card-title, .stat-card-title {
    font-family: var(--amcob-font-heading);
    font-weight: 600;
    letter-spacing: 0.01em;
}

.amcob-logo {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.amcob-logo--sidebar {
    margin-bottom: 0.35rem;
}

.amcob-logo--auth {
    margin: 0 auto 1rem;
}

.amcob-logo--auth-center {
    margin-left: auto;
    margin-right: auto;
}

/* When white asset is missing, show blue logo as white on dark backgrounds */
.amcob-logo--on-dark-fallback {
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

/* Toolbar: primary action first (green/blue), then views, then navigation */
.page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.import-method-card {
    position: relative;
}

.import-method-card__step {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    background: #f3f4f6;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}
