html.maintenance-locked body > :not(#maintenanceScreen) { display: none !important; }
html.maintenance-locked body { margin: 0; overflow: auto; }
#maintenanceScreen[hidden] { display: none !important; }
#maintenanceScreen { min-height: 100svh; box-sizing: border-box; display: grid; place-items: center; padding: 32px 20px; background: radial-gradient(ellipse at top, #1c2a46, #080b14 65%); color: #f6f7fb; font-family: Montserrat, sans-serif; text-align: center; }
.maintenance-card { width: min(100%, 620px); }
.maintenance-card img { width: 190px; max-width: 65%; margin-bottom: 48px; }
.maintenance-card .maintenance-label { color: #f5b82e; text-transform: uppercase; letter-spacing: .2em; font-size: 12px; font-weight: 700; }
.maintenance-card h1 { font-size: clamp(32px, 7vw, 56px); line-height: 1.12; margin: 20px 0; }
.maintenance-card p { color: #b6bfd1; line-height: 1.8; }
