@charset "utf-8";

.top-sso-layer[hidden] {
    display: none;
}

.top-sso-layer {
    position: fixed;
    inset: 0;
    z-index: 300;
}

.top-sso-layer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.top-sso-layer__dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: min(382px, calc(100% - 32px));
    padding: 30px 24px 28px;
    background: #fff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.24);
    transform: translate(-50%, -50%);
}

.top-sso-layer__close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #3b3b3b;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}

.top-sso-layer__title {
    margin: 0 52px 24px 0;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.04em;
    color: #111;
}

.top-sso-layer__desc {
    margin: 0;
    color: #444;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.top-sso-layer__desc strong,
.top-sso-layer__notice {
    color: #ff6a13;
}

.top-sso-layer__notice {
    margin: 10px 0 22px;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.02em;
}

.top-sso-layer__login-button {
    display: inline-flex;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.top-sso-layer__login-image {
    display: block;
    width: 199px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .top-sso-layer__dialog {
        width: min(360px, calc(100% - 28px));
        padding: 26px 20px 24px;
    }

    .top-sso-layer__title {
        margin-right: 42px;
        margin-bottom: 22px;
        font-size: 1.38rem;
    }

    .top-sso-layer__close {
        top: 8px;
        right: 8px;
        width: 36px;
        height: 36px;
    }

    .top-sso-layer__desc {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .top-sso-layer__notice {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .top-sso-layer__login-image {
        width: 185px;
    }
}
