/**
 * @file        main.css
 * @description Single entry point — imports all CSS modules in cascade order.
 *
 * @author      Thomas Dobler - SYNTHETIXMIND LTD
 * @email       tom@synthetixmind.com
 * @company     SYNTHETIXMIND LTD, Paphos, Cyprus
 * @url         https://synthetixmind.com
 *
 * @uid         e6b9cad5-1f30-4bc7-e8b6-007788990011
 * @version     1.16.12.49
 * @created     2026-05-11
 * @updated     2026-07-15
 *
 * @copyright   (c) 2026 by SYNTHETIXMIND LTD
 * @license     Proprietary — All rights reserved
 */

/* WHY: cache-bust query on each @import so updated CSS reaches the browser
   even when the hosting layer sets a long Cache-Control on static assets. */
@import url("./tokens.css?v=1.16.1.38");
@import url("./reset.css?v=1.9.0.13");
@import url("./base.css?v=1.16.1.38");
@import url("./layout.css?v=1.16.2.39");
@import url("./components.css?v=1.16.12.49");
@import url("./pages.css?v=1.16.1.38");
@import url("./effects.css?v=1.9.0.13");
