/*
 * app-surface.css
 *
 * Canonical app surface stylesheet entrypoint for templates.
 * During migration we keep behavior identical by delegating to legacy /css/app.css.
 *
 * Long-term goal:
 * - move app primitives out of /css/app.css into /assets/css/* modules
 * - keep templates pointing to this file to avoid route-level churn
 */

@import url("/css/app.css");
@import url("/assets/css/components/upload-flow.css");
