/* ===== Hyperiota Vault — Custom Theme v4 ===== */

/* --- Background: pure black/dark --- */
body, html {
    background: #111 !important;
}

/* --- Hide the Vaultwarden top-left SVG logo and its container --- */
a[href="#/"] { display: none !important; }
[aria-label="Bitwarden logo"],
[aria-label*="aultwarden"],
[aria-label*="Bitwarden"] { display: none !important; }

/* --- Hide the safe/gear icon above "Log in" --- */
bit-icon { display: none !important; }

/* --- Hide ALL decorative illustrations (corner SVGs) --- */
[class*="illustration"] { display: none !important; }
/* --- Place Hyperiota logo above login (2x large) --- */
h1 {
    position: relative !important;
    padding-top: 260px !important;
}
h1::before {
    content: "" !important;
    display: block !important;
    width: 440px !important;
    height: 220px !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: url("/hyperiota.svg") no-repeat center / contain !important;
}
