/* =============================================================================
   COMPONENT: first-run — the one-time welcome nudge (FEA-0024). An icon-tile +
   copy + actions, built on the neutral .card surface (chrome stays neutral).
   Sits at the top of the shell content until the viewer acts or dismisses it.
   ========================================================================== */
@layer components {
  .first-run {
    display: flex;
    gap: var(--space-sm);
    align-items: flex-start;
    margin-block-end: var(--space-lg);
  }

  .first-run__body { flex: 1 1 auto; min-inline-size: 0; }
  .first-run__title { font-weight: var(--weight-bold); }
}
