// Single source of truth — change these two values to affect the whole system
export const SLOT_DURATION_MINUTES = 60; // 1 hour, static
export const DEFAULT_SLOT_CAPACITY = 10000; // max students per slot, static