/*
Surface palette: tune Bootstrap tokens instead of redefining .bg-body / .bg-body-secondary.
Light theme specified for future addition of dark mode.
 */
:root,
[data-bs-theme="light"] {
    --bs-body-bg: #fdfdfd;
    --bs-body-bg-rgb: 253, 253, 253;
    --bs-secondary-bg: #f5f5f5;
    --bs-secondary-bg-rgb: 245, 245, 245;
}

.nav-link { padding: 0.75rem 1rem; font-size: 1.1rem; }
.form-control, .form-select { min-height: 44px; font-size: 1rem; }

.nav-link.active { font-weight: 600; }

.card-link { text-decoration: none; color: inherit; }
.card-link:hover .card { box-shadow: 0 2px 8px rgba(0,0,0,0.15); }

.badge-draft { background-color: #6c757d; }
.badge-processing { background-color: #0d6efd; }
.badge-complete { background-color: #198754; }
.badge-unpaid { background-color: #dc3545; }
.badge-paid { background-color: #198754; }

@media print {
    .no-print { display: none !important; }
    body { font-size: 12pt; }
}
