body {
    margin: 0;
    min-height: 100vh;
    background: #F6F7F9;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

.ion-login-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ion-login-modal__backdrop {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(10, 10, 10, 0.55), rgba(10, 10, 10, 0.55));
}

.ion-login-modal__box {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 380px;
    margin: 16px;
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 35px -5px;
    box-sizing: border-box;
}

.ion-login-modal__title {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    color: #181A20;
    text-align: center;
}

.ion-login-modal__sso {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 11px 16px;
    border: 1px solid #181A20;
    border-radius: 8px;
    background: #fff;
    color: #181A20;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
}

.ion-login-modal__sso:hover {
    background: #F6F7F9;
}

.ion-login-modal__sso svg {
    width: 18px;
    height: 18px;
}

.ion-login-modal__notice {
    margin: 0 0 16px;
    padding: 10px 12px;
    border: 1px solid #F3C6C6;
    border-radius: 8px;
    background: #FDEBEB;
    color: #B42318;
    font-size: 13px;
    line-height: 140%;
    text-align: center;
}
