html {
    font-size: 18px;
}

body {
    background: #f7f9fb;
    color: #17212b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

a {
    color: #075985;
}

.renace-topbar {
    background: #ffffff;
    border-bottom: 1px solid #d9e2ec;
}

.renace-brand {
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 800;
}

.brand-logo {
    border-radius: 50%;
    height: 44px;
    object-fit: cover;
    width: 44px;
}

.renace-subbrand {
    color: #7f1d1d;
    font-size: 0.95rem;
    font-weight: 700;
}

.renace-band {
    background: #0f172a;
    color: #ffffff;
    padding: 1.7rem 0;
}

.renace-band p {
    color: #dbeafe;
    max-width: 56rem;
}

.card,
.btn,
.form-control,
.form-select,
.alert,
.badge {
    border-radius: 8px;
}

.btn {
    font-weight: 700;
    min-height: 2.75rem;
}

.btn-renace {
    background: #b91c1c;
    border-color: #b91c1c;
    color: #ffffff;
}

.btn-renace:hover,
.btn-renace:focus {
    background: #991b1b;
    border-color: #991b1b;
    color: #ffffff;
}

.search-panel {
    background: #ffffff;
    border: 1px solid #d9e2ec;
    padding: 1rem;
}

.person-card {
    border: 1px solid #d9e2ec;
    height: 100%;
}

.acopio-card {
    border-left: 6px solid #2563eb;
}

.acopio-contact {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.75rem;
}

.person-photo,
.detail-photo,
.photo-preview {
    background: #e5e7eb;
    object-fit: cover;
    width: 100%;
}

.person-photo {
    aspect-ratio: 4 / 3;
}

.detail-photo {
    aspect-ratio: 1 / 1;
    max-height: 34rem;
}

.photo-preview {
    aspect-ratio: 4 / 3;
    max-height: 18rem;
}

.photo-placeholder {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #e0f2fe;
    color: #075985;
    display: flex;
    font-size: 1.25rem;
    font-weight: 800;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    width: 100%;
}

.detail-placeholder {
    aspect-ratio: 1 / 1;
}

.status-count {
    border-left: 6px solid #0f766e;
}

.data-label {
    color: #475569;
    font-size: 0.92rem;
    font-weight: 800;
    text-transform: uppercase;
}

.data-value {
    font-size: 1.15rem;
    font-weight: 650;
}

.table {
    vertical-align: middle;
}

.admin-shell {
    background: #ffffff;
    border: 1px solid #d9e2ec;
    padding: 1rem;
}

.timeline {
    border-left: 4px solid #cbd5e1;
    margin-left: 0.5rem;
    padding-left: 1rem;
}

.timeline-item {
    margin-bottom: 1rem;
}

.required::after {
    color: #b91c1c;
    content: " *";
}

.about-logo {
    border-radius: 50%;
    max-width: 17rem;
    width: 100%;
}

.mission-band {
    background: #ffffff;
    border: 1px solid #d9e2ec;
    padding: 1.25rem;
}

.moderation-pending {
    border-left: 6px solid #f59e0b;
}

.share-panel {
    background: #f8fafc;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 1rem;
}

.footer-share {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.footer-share-label {
    color: #475569;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    html {
        font-size: 17px;
    }

    .renace-band {
        padding: 1.25rem 0;
    }

    .renace-brand {
        font-size: 1.1rem;
    }
}
