.acwict-ca-login-card {
    max-width: 480px;
    margin: 0 auto;
}

.acwict-ca-login-form__alert {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.95rem;
}

.acwict-ca-login-form__alert.is-error {
    background: #fdecea;
    color: #b42318;
    border: 1px solid #f5c2c0;
}

.acwict-ca-login-form__alert.is-success {
    background: #e8f7ee;
    color: #1e7e45;
    border: 1px solid #b7e4c7;
}

.acwict-ca-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.acwict-ca-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(4px);
}

.acwict-ca-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.acwict-ca-modal__title {
    margin: 0 0 0.5rem;
    font-size: 1.35rem;
}

.acwict-ca-modal__lead {
    color: #64748b;
    margin-bottom: 1rem;
}

body.acwict-ca-modal-open {
    overflow: hidden;
}

body.acwict-ca-modal-open #wrapper {
    filter: blur(3px);
    pointer-events: none;
    user-select: none;
}
