/* verbal — sign-in page overrides. Loaded from index.html by apply-verbal-branding.sh. */

/* Own background: NUMeRadical's Manchester skyline, served locally from this box.
   Used as-is — no tint, filter or colour treatment. */
.mx_AuthPage {
    background-image: url("/verbal-brand/verbal-signin-bg.webp") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* No third-party footer links (Blog / Mastodon / GitHub / Powered by Matrix).
   Reversible: delete this rule to bring them back. */
.mx_AuthFooter { display: none !important; }

/* verbal is locked to one homeserver and clients cannot change it, so the
   "Homeserver" label and the server address are redundant on the form. */
.mx_ServerPicker { display: none !important; }

/* Panel opacity, chosen against THIS photo. The supplied skyline is dark but
   smooth, so it does not need the near-solid panel the previous busy neon image
   did: eased from 92% back to 60% so the skyline shows through, checked at
   0.92/0.85/0.75/0.65/0.60/0.55 and the wordmark stays clearly legible.
   The photo itself is untouched. */
.mx_AuthPage_modalContent {
    background-color: rgba(255, 255, 255, 0.60) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;
}
