/* ===================================================================
   Reserved for admin/provider/team/seo dashboard style overrides that
   apply on top of brand-overrides.css.

   A previous pass here forced every rounded-lg/xl/2xl/md and every
   shadow-* utility to 0/none, on the assumption that "Swiss style"
   meant sharp corners. Per the official UI Design Standards doc, that
   was wrong: the spec pairs Swiss typography with a rounded scale
   (cards 16px, forms 14px, search/dialog 20px, buttons/chips 999px
   pill, icons 12px, avatars 50%) and "minimal" shadow, not none.

   The vendor theme's native Tailwind values already land close to that
   scale without any override — rounded-xl is 12px (= spec's icon
   radius), rounded-2xl is 16px (= spec's card/table/FAQ radius), and
   shadow-sm (the dominant shadow class across these views) is already
   subtle. So the correct fix here was to remove the flattening rules,
   not to replace them with a different set of forced values — letting
   the vendor's own rounded-*/shadow-* classes render as authored gets
   this dashboard to spec with the least risk of new inconsistencies.
   =================================================================== */
