/* 
 * Toast Notifications - Zekt SaaS Landing Page
 * Extracted from components.css for modular architecture
 * Matches modal-manager.js toast functionality
 */

/* ==========================================================================
   Toast Notifications
   ========================================================================== */

.toast-container {
  position: fixed;
  top: 100px;
  right: var(--space-lg);
  z-index: var(--z-tooltip);
  max-width: 400px;
}
