/* Shared PCAS branding across dispatch screens. */
.brand .system-logo{display:block;width:56px;height:64px;object-fit:contain;flex-shrink:0;background:#fff;border-radius:8px;padding:3px}
.login-logo{display:block;width:150px;height:168px;object-fit:contain;margin:0 auto 20px}
.top .brand{display:flex;align-items:center;gap:12px}
.top .brand>span{font-size:16px}.top .brand small{display:block;font-size:11px;color:#69798c;margin-top:4px}
@media(min-width:641px) and (max-width:980px){.sidebar .brand{padding:0 0 24px;justify-content:center}.sidebar .system-logo{width:56px;height:64px}}
@media(max-width:650px){.header .brand{gap:8px}.header .system-logo,.top .system-logo{width:42px;height:48px}.header .brand>span{font-size:14px}}
