/* ielts.css — stylesheet entry for the IELTS student portal (student_app.html).
   Named by track to match DET's det.css (the page file keeps its student_app.html name
   for now — page/route rename deferred). Loads the teacher master design, then the
   portal's own features. Replaces shared.css for this page once the markup rebuild lands
   (Phase 3). See arch/ielts_rebuild_plan.md.

   NOT linked to the portal yet — created in Phase 1 (foundation); wired in Phase 3,
   so it is currently inert (zero runtime effect).

   lesson-output.css (the teacher canvas renderer) is intentionally NOT imported — like
   DET, the portal keeps its own lesson rendering (.lesson-row / .passage-box etc.) in
   ielts-features.css until an output redesign is decided (revisit in Phase 2). */

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