/* Guest Expense Calculator */
.guest-input-row { transition: all 0.2s; }
.guest-input-row:hover { background-color: rgba(59, 130, 246, 0.05); }
