/******* Do not edit this file *******
Code Snippets Manager
Saved: Sep 14 2025 | 18:58:11 */
@charset "UTF-8";
/* =========================================================
   COMPONENTS (empty by design)
   Purpose: Only add .c-* classes when a pattern repeats
            everywhere AND is stable. Build on tokens (--t-*)
            and utilities (.u-*). No hardcoded values.
   Current status: intentionally empty.
   Examples (commented for future use):

   .c-progress-tile { /* composes: u-card u-elev-1 u-p-4 u-grid */
/* }
   .c-progress-tile__meter { height: 6px; background: var(--t-brand-primary); }

   .c-profile-header { /* composes: u-card u-elev-1 u-p-5 */
/* }
   .c-profile-header__avatar { border-radius: var(--t-radius-md); }
   .c-profile-header__meta   { color: var(--t-text-medium); }

   Add a component ONLY if:
   1) The same utility stack is used 10+ times,
   2) It’s unlikely to change soon,
   3) It improves editor workflow (one class vs many).
   ========================================================= */
