/**
 * brand.css — the one place this deployment differs from the platform pages.
 *
 * platform.css is the Sight platform's file, unchanged. Its brand panel pools
 * the tenant colour over a navy wash with a blue second pool; MB Autobahn's
 * identity is teal on near-black, so the wash is redrawn from the tenant's
 * own two colours instead of wearing another client's blue.
 */
.auth-visual { background: #0c1a1c; }
.auth-visual-wash {
  background:
    radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--sight-accent) 55%, transparent) 0%, transparent 42%),
    radial-gradient(circle at 88% 84%, color-mix(in srgb, var(--sight-primary) 70%, transparent) 0%, transparent 46%),
    linear-gradient(135deg, #0a1517 0%, #12302f 100%);
}
/* The MB Autobahn mark is a wide car silhouette over the wordmark; give it room. */
.auth-logo img { width: 300px; }
.auth-mobile-logo img { max-height: 58px; max-width: 220px; }
