/**
 * wishes-admin.css
 *
 * Custom Wishes admin touches ON TOP of Dashtrans — never a replacement for it.
 * Per SKILLS.md §4, this file must stay minimal: brand color touches, small
 * business badges, upload/media zones, and narrowly targeted fixes only.
 * No global theme, no rewrite of .card/.modal/.table/.form-control/.btn/
 * .topbar/.sidebar-wrapper/.page-wrapper.
 *
 * Lot 1 (Dashtrans admin socle) intentionally ships this file near-empty:
 * no Wishes business UI (buffet_models, themes, media, etc.) exists yet.
 */

:root {
    /* Reserved for the Wishes brand accent, applied narrowly in later lots
       (e.g. sidebar logo wordmark, business badges). Not used yet in lot 1. */
    --wishes-brand: #6f42c1;
}

/* Intentionally left minimal — see docblock above. */
