#ksys-lr-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.ksys-lr-box {
    background: #fff;
    max-width: 420px;
    width: 90%;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
}

.ksys-lr-btn {
    display: block;
    margin: 10px 0;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.ksys-lr-btn:hover {
    background: #e5e5e5;
}

.ksys-lr-dontask {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
}

#ksysClose {
    margin-top: 14px;
    background: #ddd;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
}
