/**
 * Referencje Frontend - Main CSS File
 * Plik CSS dla shortcode'a [referencje_panel] - publiczny panel dodawania referencji
 * 
 * Zawiera tylko style potrzebne dla użytkowników:
 * - Formularz dodawania referencji
 * - System gwiazdek
 * - Upload zone
 * - Animacje i interakcje
 * - Responsywność
 * 
 * NIE zawiera stylów panelu administratora
 */

/* ====== BASE STYLES ====== */
@import url("base/variables.css");
@import url("base/global.css");

/* ====== FRONTEND COMPONENTS ====== */
@import url("components/hero.css");
@import url("components/rating.css");
@import url("components/forms.css");
@import url("components/stepper.css");
@import url("components/upload.css");
@import url("components/animations.css");

/* ====== UTILITIES ====== */
@import url("utilities/dark-mode.css");
@import url("utilities/responsive.css");

/**
 * UWAGA: Ten plik jest ładowany tylko dla shortcode'a [referencje_panel]
 * Dla panelu admina ([referencje_admin_panel]) używany jest osobny plik
 */
