html, body {
    margin: 0;
    padding: 0;
    min-width: 1024px;
    min-height: 100%;
}

body {
    background-image: url("/errors/resources/loginHaikei.jpg");
    background-color: var(--brand-primary);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.header-logo {
    position: fixed;
    width: 40%;
    height: auto;
    max-width: 600px;
    min-width: 300px;
    z-index: 9999;
    display: block;
}

.maintenance-footer {
    position: static;
}

.maintenance-footer .new-login-copyright {
    position: fixed;
    bottom: 28px;
    left: 28px;
    z-index: 9999;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    white-space: nowrap;
}

.ais-logo-footer {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    width: 140px;
    height: auto;
    display: block;
}

.maintenance-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.maintenance-panel {
    width: 100%;
    max-width: 1000px;
    padding: 5px 32px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}

.maintenance-panel-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.maintenance-title {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0;
 
}

.maintenance-subtitle {
    font-weight: 700;
    font-size: 24px;
    margin-top: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.maintenance-waiting-time {
    font-size: 20px;
    margin-top: 24px;
    letter-spacing: 0.03em;
    line-height: 1.8;
    min-height: 100px;
}