/* interview.css — stylesheet entry for the interview student portal
   (student_app_interview.html, served at /interview). Mirrors det.css / ielts.css:
   loads the teacher master design + the shared learner shell, then interview-only
   features. New CSS lives under css/ (served by the /css mount) — never root-level,
   or it 404s in prod (Pagetester hides that). See public/CLAUDE.md.

   lesson-output.css (the teacher canvas renderer) is intentionally NOT imported —
   like DET/IELTS, the portal keeps its own handout rendering in interview-features.css. */

@import "tokens.css";
@import "base.css";
@import "components.css";
@import "layout.css";
@import "learner-features.css";
@import "entry-shared.css";
@import "interview-features.css";
