body { background: #f5f7fb; }
.login-wrap { min-height: 70vh; display: grid; place-items: center; }
.login-wrap .card, .narrow-form { max-width: 440px; width: 100%; }
.card { border-radius: 8px; border: 1px solid #d9e0ea; }
.table th { white-space: nowrap; }
.totals-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .5rem 1rem; }
#budget-lines input, #budget-lines select { min-width: 92px; }
#budget-lines input[name^="description"] { min-width: 260px; }

