/*
 * design.css — EMPTY ON PURPOSE on this template, and it must stay a file.
 *
 * htmx-mvc ships a 2,400-line component system here and the generated app is
 * built from its classes. This template makes the opposite choice: the app
 * writes its own components, against the colour tokens the platform puts in
 * public/theme.css from the palette the owner picked. Nothing is inherited into
 * this file — the whole point of overriding it is that there is nothing to
 * inherit.
 *
 * DO NOT delete it. The frozen src/lib/assets.ts imports it statically
 * (`with { type: "file" }`), so a missing file fails the build of every app on
 * this template — the same shape of breakage that hit the fleet in 2026-08 when
 * a frozen file imported a writable one that was never delivered.
 *
 * And do not empty htmx-mvc's copy to match: every existing app points at that
 * template, frozenSync re-delivers it on each build, and the fleet rebuilds
 * fast enough that most deployed apps would be unstyled within a month.
 * designSystem.test.ts refuses that change.
 */
