/**
 * EVIDÊNCIAS — identidade sóbria (instrumento probatório)
 */
:root {
    --evid-black: #18181b;
    --evid-graphite: #27272a;
    --evid-green-dark: #1E2A26;
    --evid-ivory: #fafafa;
    --evid-ivory-light: #ffffff;
    --evid-beige: #e4e4e7;
    --evid-bronze: #8b6914;
    --evid-bronze-soft: #a67c2e;
    --evid-text: #27272a;
    --evid-muted: #71717a;
    --evid-border: #e4e4e7;
    --evid-card: #ffffff;
    --font-display: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.brand-wordmark {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--evid-ivory);
    line-height: 1.2;
}

.brand-wordmark--dark {
    color: var(--evid-text);
}

.brand-tagline {
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: none;
    color: var(--evid-muted);
    margin-top: 4px;
}

.brand-tagline--light {
    color: rgba(250, 250, 250, 0.72);
}

.brand-lockup {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-monogram {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.brand-monogram--lg {
    width: 56px;
    height: 56px;
}

.brand-divider {
    height: 1px;
    background: var(--evid-border);
    border: none;
    margin: 12px 0;
}

.brand-divider--bronze {
    background: var(--evid-border);
    opacity: 1;
}

.login-hero-logo {
    max-width: 240px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}
