﻿/* Phase 9B extraction entrypoint for the family theme. */
/* This phase keeps a compatibility bridge to the legacy stylesheet so the active UI remains unchanged while extracted files become the new theme boundary. */
@import url("./tokens.css");
@import url("./motion.css");
@import url("./admin.css");
@import url("./kid.css");
@import url("../../../css/app.css");

/* Shared/global selectors that were not yet migrated out of legacy app.css remain intentionally bridged in this phase. */
/* Extracted token blocks: 1; motion blocks: 23; admin blocks: 181; kid blocks: 960; remaining shared blocks bridged: 542. */
