.brand-image { max-height: 38px; max-width: 180px; }
.login-page { min-height: 100vh; padding: 1rem; }
.login-box { width: min(100%, 420px); }
.app-sidebar .brand-image { filter: none; }
.empty-state { padding: 3rem 1.5rem; text-align: center; }
.status-badge { display: inline-block; padding: .3rem .55rem; border-radius: 999px; background: #e9ecef; font-size: .75rem; font-weight: 700; line-height: 1; text-transform: capitalize; }
.status-running, .status-ready { background: #d1e7dd; color: #0a3622; }
.status-stopping, .status-intervention_requested { background: #fff3cd; color: #664d03; }
.status-terminated { background: #e2e3e5; color: #41464b; }
.terminate-form { min-width: 5.5rem; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
