/**
 * FODS dark theme map (Section 3). Base tokens in tokens.css are already dark-first;
 * this file is the hook for future light-boardroom overrides and global tweaks.
 */
html.admin-shell-root {
 color-scheme: dark;
}
@media (prefers-reduced-motion: reduce) {
 *,
 *::before,
 *::after {
 animation-duration: 0.01ms !important;
 animation-iteration-count: 1 !important;
 transition-duration: 0.01ms !important;
 }
}
