/* ログイン・MFA ページ専用: 背景を真っ黒に */
html,
body {
    background: #000 !important;
}

.ambient {
    display: none !important;
}

.premium-hero {
    background: none !important;
}

.footer {
    background: #000 !important;
}
