/* ============================================================================
   FILE: css/pages/header/index.css

   RESPONSIBILITY:
   - File entry point cho toàn bộ CSS của header
   - Import các file con theo đúng thứ tự

   SCOPE:
   - Được import bởi page hoặc layout chính
   - Không chứa rule CSS trực tiếp

   DO NOT:
   - Không viết selector
   - Không viết style
   - Không chứa logic theme hay responsive
   ============================================================================ */

@import "header.layout.css";
@import "header.structure.css";
@import "header.icons.css";
@import "header.responsive.css";
@import "header.preferences.css";