/* app.css · Estilos globales */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    background: #f1f3f5;
}
.thumb-empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
}
.table td { vertical-align: middle; }

.foto-preview {
    max-width: 100%;
    max-height: 300px;
    border-radius: 8px;
    background: #f1f3f5;
}
.preview-large {
    width: 100%;
    max-height: 65vh;
    object-fit: contain;
    background: #000;
    border-radius: 8px;
}

.login-card {
    max-width: 420px;
    margin: 8vh auto;
}

.stat-card {
    border-left: 4px solid var(--bs-primary);
}
