/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, `stylesheet_link_tag :app` links every .css in this directory,
 * ordered alphabetically. CSS variables don't care about order, but rule cascade
 * does — so we declare the cascade layer order once here (this file loads first
 * alphabetically) and each stylesheet wraps its rules in the matching layer:
 *
 *   theme.css      -> @layer tokens     (design tokens / CSS variables)
 *   base.css       -> @layer reset, base (reset + element styles)
 *   components.css -> @layer components  (cards, buttons, form layout)
 *   meadow.css     -> @layer components  (living-backdrop layer: wind, flybys)
 *
 * This keeps the result deterministic regardless of filename load order.
 */
@layer tokens, reset, base, components;
