:root {
    --sidebar-width: 250px;
}
body {
    background: #f4f7fb;
    color: #1f2937;
}
.navbar-brand { font-weight: 700; }
.card { border: 0; box-shadow: 0 5px 20px rgba(15, 23, 42, .06); }
.stat-card .display-6 { font-weight: 700; }
.table > :not(caption) > * > * { vertical-align: middle; }
.photo-thumb {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: .5rem;
    background: #e5e7eb;
}
.priority-score { font-size: 2.25rem; font-weight: 800; line-height: 1; }
.required::after { content: " *"; color: #dc3545; }
.small-muted { color: #6b7280; font-size: .875rem; }
pre.json { white-space: pre-wrap; word-break: break-word; background: #111827; color: #e5e7eb; padding: 1rem; border-radius: .5rem; }
.login-wrap { min-height: 100vh; display: grid; place-items: center; padding: 1rem; }
.login-card { max-width: 430px; width: 100%; }
.nav-link.active { font-weight: 700; }
@media print {
    .no-print, nav, .btn { display: none !important; }
    body { background: #fff; }
    .card { box-shadow: none; border: 1px solid #ddd; }
}
