body,
body.bg-light,
body.trayectorias-app {
    background: #121212;
    color: #e0e0e0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.fc-page {
    max-width: 1220px;
    margin: 0 auto;
    padding: 24px 16px 48px;
}

.fc-navbar {
    background: #1a1a1a;
    border-bottom: 1px solid #2d2d2d;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.fc-navbar .navbar-brand,
.fc-navbar .nav-link {
    color: #cccccc;
}

.fc-navbar .navbar-brand:first-child {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.fc-navbar .navbar-brand:hover,
.fc-navbar .nav-link:hover {
    color: #ffffff;
}

.fc-public-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 84px;
    padding: 16px 28px;
    background: #191919;
    border-bottom: 1px solid #303030;
}

.fc-public-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 800;
    text-decoration: none;
}

.fc-public-brand:hover {
    color: #ffffff;
}

.fc-public-brand img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 50%;
}

.fc-public-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.fc-public-links a {
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 16px;
    text-decoration: none;
    line-height: 1;
}

.fc-public-links a:hover,
.fc-public-links a.active {
    color: #60a5fa;
    background: rgba(59, 130, 246, 0.14);
}

@media (max-width: 640px) {
    .fc-public-nav {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px 16px;
    }

    .fc-public-links a {
        padding: 8px 10px;
    }
}

.fc-hero,
.fc-card,
.card {
    background: #1e222b;
    border: 1px solid #2d3139;
    border-radius: 8px;
    color: #e0e0e0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.fc-hero {
    padding: 24px;
    border-left: 4px solid #3b82f6;
}

.fc-public-hero {
    background: linear-gradient(135deg, #1e222b 0%, #111827 100%);
}

.fc-kicker {
    color: #60a5fa;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fc-hero h1,
.fc-hero h2,
.fc-card h1,
.fc-card h2,
.fc-card h3,
.card h1,
.card h2,
.card h3,
.card-header {
    color: #ffffff;
}

.card-header {
    background: #161920;
    border-bottom: 1px solid #2d3139;
}

.table {
    color: #e0e0e0;
}

.table > :not(caption) > * > * {
    background-color: transparent;
    border-color: #2d3139;
}

.table thead th,
.table-primary th,
.thead-dark th {
    background: #252a34 !important;
    color: #cbd5e1 !important;
    border-color: #2d3139 !important;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: #e0e0e0;
    background-color: rgba(255, 255, 255, 0.025);
}

.table-hover > tbody > tr:hover > * {
    color: #ffffff;
    background-color: rgba(59, 130, 246, 0.10);
}

.form-control,
.form-select {
    background: #161920;
    border-color: #2d3139;
    color: #ffffff;
    border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
    background: #161920;
    color: #ffffff;
    border-color: #3b82f6;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.18);
}

.form-text,
.text-muted {
    color: #94a3b8 !important;
}

.btn {
    border-radius: 8px;
    font-weight: 650;
}

.btn-primary {
    background: #3b82f6;
    border-color: #3b82f6;
}

.btn-primary:hover {
    background: #2563eb;
    border-color: #2563eb;
}

.btn-success {
    background: #10b981;
    border-color: #10b981;
}

.btn-outline-secondary {
    color: #cbd5e1;
    border-color: #475569;
}

.btn-outline-secondary:hover {
    background: #2d3139;
    border-color: #64748b;
}

.fc-area-bar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 16px 0 22px;
}

.fc-area-pill {
    color: #cbd5e1;
    border: 1px solid #2d3139;
    background: #161920;
    border-radius: 999px;
    padding: 7px 13px;
    text-decoration: none;
    font-weight: 650;
}

.fc-area-pill:hover,
.fc-area-pill.active {
    color: #ffffff;
    border-color: #3b82f6;
    background: rgba(59, 130, 246, 0.18);
}

.fc-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fc-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid #2d3139;
    border-radius: 999px;
    background: #161920;
    color: #e0e0e0;
    font-weight: 650;
}

.fc-subpanel {
    background: #161920;
    border: 1px solid #2d3139;
    border-radius: 8px;
    padding: 14px;
}

.fc-subpanel h2 {
    color: #ffffff;
    font-size: 1rem;
    margin: 0 0 12px;
}

.fc-list-card {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #2d3139;
    border-radius: 8px;
    background: #1e222b;
}

.fc-list-card:last-child {
    margin-bottom: 0;
}

.fc-list-card strong {
    color: #ffffff;
}

.fc-list-card span {
    color: #dbeafe;
}

.fc-list-card small {
    color: #94a3b8;
}

.fc-footer {
    color: #64748b;
    border-top: 1px solid #2d2d2d;
    background: #1a1a1a;
    padding: 16px;
    text-align: center;
}
