/* det.css — stylesheet entry for student_app_det.html (the DET learner app).
   Loads the teacher master design, then DET's learner-only features.
   Replaces shared.css for this page once the markup rebuild lands.
   See arch/det_rebuild_plan.md.

   NOT linked to DET yet — created in Step 1 (foundation); wired during the rebuild step,
   so it is currently inert (zero runtime effect).

   lesson-output.css (the teacher canvas renderer) is intentionally NOT imported — DET keeps
   its own lesson rendering in det-features.css until the output redesign is decided. */

@import "tokens.css";
@import "base.css";
@import "components.css";
@import "layout.css";
@import "learner-features.css";
@import "det-features.css";
