/* ============================================================================
 * ACCOUNT CSS v2 — FLOW-PAGE entry point (LAT-1929)
 *
 * The sibling of index.css for the standalone flow pages (create-analysis,
 * run-analysis, modify-analysis). Same layer architecture, different legacy
 * stack: these pages never loaded main.css or account.css — their world is
 * create-analysis.css + account-shell.css + their own inline <style> blocks
 * (wrapped in @layer legacy in the HTML, same document position, so the
 * intra-legacy cascade order is exactly what it was unlayered).
 *
 * data-input.css deliberately stays a plain <link> in the page: it is fully
 * disjoint (zero di-* rules elsewhere, zero foreign families inside it —
 * verified both directions at LAT-1929 open), so nothing layered competes
 * with it, and keeping the <link> keeps the build's ?v= stamping (the
 * LAT-1911 @import stamper does not see <style> blocks in HTML).
 *
 * v2 components/patterns are currently INERT here — the flow pages use no
 * lib-* classes (verified). They load so that (a) tokens exist for the
 * LAT-1909-pattern migration of the remaining 38 inline styles, and (b) any
 * future shared component works on every account surface identically.
 *
 * Cache-busting: build.sh stamps every @import below at build time
 * (LAT-1911). NEVER hand-write a ?v= here.
 * ==========================================================================*/

@layer reset, tokens, base, legacy, components, patterns, sections, utilities;

/* ── the page's linked legacy stack, unedited, in source order ──────────── */
@import url("../../create-analysis.css?v=0cf058a6ffb1") layer(legacy);
@import url("../../account-shell.css?v=0cf058a6ffb1") layer(legacy);

/* ── v2 (reset/base gated off until reviewed per-surface — see index.css) ── */
@import url("tokens/primitives.css?v=0cf058a6ffb1");
@import url("tokens/semantic.css?v=0cf058a6ffb1");

@import url("components/button.css?v=0cf058a6ffb1");
@import url("components/chip.css?v=0cf058a6ffb1");

@import url("patterns/toolbar.css?v=0cf058a6ffb1");
@import url("patterns/pills.css?v=0cf058a6ffb1");

@import url("sections/spa-shared.css?v=0cf058a6ffb1");
@import url("sections/drawer.css?v=0cf058a6ffb1");

@import url("utilities/motion.css?v=0cf058a6ffb1");
