/* platform.css
   Phase C rewrite
   Root manifest for the invariant shell + invariant viewport model.

   Principles:
   - boot shared systems first
   - boot persistent shell next
   - boot viewport chamber after shell
   - keep scene payload styling separate from chamber structure
   - bridge remains last while legacy scene content is still being normalized
*/

/* -------------------------------------------------------------------------- */
/* 01. SHARED SYSTEMS                                                         */
/* -------------------------------------------------------------------------- */

@import "./systems.css";

/* -------------------------------------------------------------------------- */
/* 02. SHELL                                                                  */
/* -------------------------------------------------------------------------- */

@import "./shell.css";

/* -------------------------------------------------------------------------- */
/* 03. VIEWPORT                                                               */
/* -------------------------------------------------------------------------- */

@import "./viewport.css";

/* -------------------------------------------------------------------------- */
/* 04. ENGINE                                                                 */
/* -------------------------------------------------------------------------- */

@import "./engine.css";

/* -------------------------------------------------------------------------- */
/* 05. SCENE / APP SURFACES                                                   */
/* -------------------------------------------------------------------------- */

@import "./apps.css";

/* -------------------------------------------------------------------------- */
/* 06. BRIDGE / COMPATIBILITY                                                 */
/* -------------------------------------------------------------------------- */

@import "./bridge.css";
