:root {
    --mm-accent: #1877f2; /* azul Meta */
}

.stat-card {
    border: none;
    border-radius: .9rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.stat-card .stat-value {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
}
.stat-card .stat-label {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #6c757d;
}
.stat-card .stat-icon {
    font-size: 1.4rem;
    opacity: .35;
}
.login-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1877f2 0%, #0a2a66 100%);
}
.login-card {
    width: 100%;
    max-width: 380px;
    border-radius: 1rem;
}
.table-campaigns td, .table-campaigns th {
    vertical-align: middle;
    white-space: nowrap;
}
canvas { max-height: 320px; }
