/* Shared branding for the admin-tool pages (dashboard, settings, billing,
   onboarding) — mirrors the monochrome brand banner used throughout the
   live MakerSafety_Portal.gs system, so every page pulls the same values
   instead of each template inventing its own. */

.brand-banner { background: #161616; padding: 20px 20px; text-align: center; }
.brand-logo { max-width: 170px; width: 100%; height: auto; display: block; margin: 0 auto; }

.admin-nav { max-width: 760px; margin: 0 auto; padding: 12px 24px 0;
             display: flex; justify-content: flex-end; gap: 16px; font-size: .85rem; }
.admin-nav a { color: var(--ink, #111111); text-decoration: none; }
.admin-nav a:hover { text-decoration: underline; }
