/* ============================================================
   GoalScorePro - Master CSS File
   Imports all modular stylesheets
   ============================================================ */

/* Global theme - single source of truth for colors (load first) */
@import url('./theme.css');

/* Design tokens (spacing, radius, shadows - may reference theme) */
@import url('./tokens.css');

/* Base - Variables, Reset, Typography */
@import url('./base.css');

/* Layout - Header, Navigation, Container */
@import url('./layout.css');

/* Components - Buttons, Cards, Badges, Loading */
@import url('./components.css');

/* Matches - Match cards, League sections, Filters */
@import url('./matches.css');

/* Telesport-style list-first dashboard */
@import url('./features/dashboard-telesport.css');

/* Match Page - Stats, Predictions, AI Analysis, Poll */
@import url('./match-page.css');

/* Chatbot - Chat interface, Messages, Voice */
@import url('./features/chatbot.css');

/* Feed - Composer modal, posts, comments */
@import url('./features/feed.css');

/* Challenge - VS flow, btnChallengePrimary, challenge post */
@import url('./challenge.css');

/* Groups - Group cards, Group pages */
@import url('./features/groups.css');

/* Forms - Inputs, Modals */
@import url('./forms.css');

/* App bar and menu drawer */
@import url('./menu.css');

/* Auth (login/signup) – country picker, form fields */
@import url('./features/auth.css');

/* PWA install banner and iOS A2HS modal */
@import url('./features/pwa.css');

/* Login Page */
@import url('./login.css');

/* Utilities - Layout, Spacing, Colors */
/* RTL Support */
@import url('./rtl.css');
@import url('./social.css');