//! Per-user account — one PDA per wallet.
//!
//! Created on first `BuyTicket` call.
//!
//! * `balance` — spendable credits in µUSDC (decremented by `PlaceBet`).
//! * `total_purchased` — lifetime µUSDC spent on tickets (never decreases).
//! * `last_bet_period` — period of the most recent `PlaceBet` (enforces one bet per round).
//!
//! PDA seeds: `[USER_TICKET, user_pubkey]`
use *;
use ;
account!;