.kuehn-login-notice {
    width: min(720px, calc(100% - 24px));
    margin: 16px auto 0;
    border-radius: 10px;
    padding: 14px 16px;
    border: 1px solid #d9c5a1;
    background: #fff7e8;
    color: #5f4524;
}

.kuehn-login-notice--error {
    border-color: #efb0b5;
    background: #fff2f3;
    color: #7a2430;
}

.kuehn-login-notice p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.kuehn-login-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.kuehn-login-modal.is-open {
    display: block;
}

.kuehn-login-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(14, 17, 20, 0.72);
}

.kuehn-login-content {
    position: relative;
    margin: 5vh auto;
    max-width: 520px;
    width: calc(100% - 24px);
    background: #ffffff;
    border-radius: 10px;
    padding: 24px;
    z-index: 2;
}

.kuehn-modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.btn-patreon-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #ff424d;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    padding: 14px 18px;
}

.btn-patreon-login:hover {
    background: #e53c46;
    color: #ffffff;
}

.benefit-hint {
    margin-top: 10px;
    font-size: 14px;
    color: #5d6670;
}

.kuehn-login-privacy {
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.6;
    color: #4d5661;
}

.kuehn-login-privacy a {
    color: inherit;
    text-decoration: underline;
}

.login-divider {
    margin: 18px 0;
    text-align: center;
    position: relative;
}

.login-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #dcdcde;
}

.login-divider span {
    position: relative;
    background: #ffffff;
    padding: 0 8px;
    color: #6c7781;
}

.kuehn-login-social {
    display: grid;
    gap: 8px;
}

.btn-social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    padding: 10px 12px;
    text-decoration: none;
}

.kuehn-login-native label {
    display: block;
    margin-bottom: 4px;
}

.kuehn-login-native input[type="text"],
.kuehn-login-native input[type="password"] {
    width: 100%;
}

.login-links {
    margin: 12px 0 0;
    font-size: 14px;
}

.patreon-cta {
    border: 1px solid #e6e7e8;
    border-radius: 10px;
    background: #f7fbff;
    padding: 20px;
    margin: 24px 0;
}

.patreon-cta h3 {
    margin-top: 0;
}

.patreon-cta .cta-benefits {
    margin: 12px 0;
    padding-left: 18px;
}

.patreon-cta .cta-button {
    margin-top: 8px;
}

.patreon-cta .cta-secondary {
    margin-bottom: 0;
    font-size: 14px;
}

.patreon-status-widget {
    border: 1px solid #dcdcde;
    border-radius: 10px;
    background: #ffffff;
    padding: 16px;
    margin: 20px 0;
}

.patreon-status-widget h3 {
    margin-top: 0;
}
