/**
 * Maintenance — Sprint 6a.
 * Full-page maintenance screen.
 */
body.ls-maintenance-active { background: var(--ls-maintenance-bg, #0F172A); color: #fff; min-height: 100vh; display: flex; align-items: center; justify-content: center; }
body.ls-maintenance-active .ls-maintenance { max-width: 600px; padding: 2rem; text-align: center; }
body.ls-maintenance-active .ls-maintenance__title { font-size: 2.5rem; margin: 0 0 1rem; line-height: 1.2; }
body.ls-maintenance-active .ls-maintenance__message { font-size: 1.1rem; opacity: 0.85; margin: 0 0 2rem; line-height: 1.5; }
body.ls-maintenance-active .ls-maintenance__login { display: inline-block; padding: 0.5rem 1.2rem; background: rgba(255,255,255,0.15); color: #fff; text-decoration: none; border-radius: 0.4rem; font-size: 0.9rem; }
body.ls-maintenance-active .ls-maintenance__login:hover { background: rgba(255,255,255,0.25); }
