/* ─── KALQO — CSS ENTRY POINT ────────────────────────────────
   This file imports all component stylesheets in the correct
   specificity order. Do NOT add rules here — use the file that
   matches the component you are editing.

   Import order (do not change):
   1. base        — reset, tokens, :root, body, shared
   2. topbar      — header, logo, nav, profile pill, options strip
   3. config      — strip rows, mul-type row, constraint hiding
   4. arena       — game area, idle overlay, progress bar
   5. layouts     — horizontal, vertical, shape, flash, pct
   6. answer      — input, MCQ, mode toggle
   7. stats       — live stats row
   8. results     — results panel, PB banner, wrong questions
   9. pages       — progress + settings pages
  10. footer      — footer strip, feedback panel
  11. responsive  — ALL @media queries (always last)
──────────────────────────────────────────────────────────── */

@import 'base.css';
@import 'topbar.css';
@import 'config.css';
@import 'arena.css';
@import 'layouts.css';
@import 'answer.css';
@import 'stats.css';
@import 'results.css';
@import 'pages.css';
@import 'footer.css';
@import 'responsive.css';
