/* * Global styles for portal-admin. * * Same baseline as portal-shell — Tailwind CSS 4 (CSS-first config), * class-based dark mode, brand palette tokens shared from * `libs/shared/tokens`. The two apps wear the same visual chrome so * an APF user moving between portal and admin doesn't feel a context * switch in the design system itself; what differentiates the admin * surface is the data density and the "Admin" badge in the shell * (added once the admin shell PR ships). */ @import 'tailwindcss'; @custom-variant dark (&:where(.dark, .dark *)); /* Brand palette tokens — shared with portal-shell. */ @import '../../../libs/shared/tokens/src/brand-tokens.css';