/* Full /login landing — does not affect #loginModal */
body.lr_body {
    background: #f8f9fa;
    color: #1a1a2e;
}
.lr-page {
    padding: 120px 0 56px;
    box-sizing: border-box;
}
.lr-page .lr-page-crumb {
    margin: 0 0 18px;
    font-size: 13px;
    color: #6b7280;
}
.lr-page .lr-page-crumb a {
    color: #1a1a2e;
}
.lr-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
    gap: 24px 32px;
    align-items: start;
}
.lr-page-aside,
.lr-page-form {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 16px;
}
.lr-page-kicker {
    margin: 0 0 8px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
}
.lr-page-aside .title {
    margin: 0 0 12px;
    font-size: 36px;
    line-height: 1.2;
    color: #1a1a2e;
}
.lr-page-lead {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #1a1a2e;
}
.lr-page-body {
    margin: 0 0 14px;
    color: #3d4250;
    line-height: 1.6;
}
.lr-page-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}
.lr-page-benefits li {
    padding: 12px 12px 10px;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 10px;
}
.lr-page-benefits strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #1a1a2e;
}
.lr-page-benefits span {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: #3d4250;
}
.lr-page-how-title {
    font-size: 20px;
    margin: 0 0 12px;
    color: #1a1a2e;
}
.lr-page-how {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}
.lr-page-how li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 0 12px;
    color: #3d4250;
    line-height: 1.5;
}
.lr-page-how li:last-child {
    padding-bottom: 0;
}
.lr-page-how img {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #edf0f5;
    background: #fff;
}
.lr-page-how span {
    flex: 1;
    min-width: 0;
}
.lr-page-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin: 0;
}
.lr-page-links a {
    font-weight: 700;
    color: #e94560;
}
.lr-page-note .lr-page-links {
    margin-bottom: 0;
}
.lr-page .lr_user {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
    background: transparent;
}
.lr-page .lr_user .box {
    position: relative;
    display: flow-root !important;
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #c5cad3;
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(26, 26, 46, 0.12);
    padding: 28px 26px 24px;
}
.lr-page-card-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0 0 4px;
}
.lr-page .back-login {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    float: none !important;
    display: none;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
    line-height: 34px;
    background: #fff;
    pointer-events: auto;
}
.lr-page .back-login:hover {
    transform: translateY(-50%);
}
.lr-page-logo {
    text-align: center;
    padding: 4px 0 10px;
    pointer-events: none;
}
.lr-page-logo a {
    display: inline-block;
    pointer-events: auto;
}
.lr-page-logo img {
    display: block;
    width: 110px;
    max-width: 110px;
    height: auto;
    margin: 0 auto;
    background: #fff;
}
.lr-page-form-title {
    margin: 0 0 8px;
}
.lr-page-form-title b {
    color: #1a1a2e !important;
    font-size: 22px;
    line-height: 1.3;
}
.lr-page-email-check[hidden] {
    display: none !important;
}
.lr-page-field-label {
    display: block;
    float: none !important;
    width: 100%;
    margin: 0 0 6px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
}
.lr-page .lr_user .box form .li .input {
    border: 1px solid #d8dbe0;
    border-radius: 6px;
    height: 44px;
    color: #1a1a2e;
    background: #fff;
}
.lr-page .lr_user .box form .li .input:focus {
    border-color: #e94560;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(233, 69, 96, 0.15);
}
.lr-page .lr_user .box form .li .submit {
    background: #e94560;
    border-radius: 6px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}
.lr-page .lr_user .box form .li .submit:hover {
    background: #c73650;
    color: #fff;
}
.lr-page .lr_user .box form .li .reg {
    color: #e94560;
}
.lr-page .lr_user .box form .forget {
    color: #6b7280;
}
.lr-page .lr_user .box form .forget:hover {
    color: #e94560;
}
.lr-page .lr_user form#login > .li:first-of-type {
    margin-bottom: 8px;
}
.lr-page .lr_user form#login .login-method-tabs {
    width: 100%;
    float: none;
    clear: both;
    margin: 22px 0 12px;
}
.lr-page .lr_user form#login .tab-content {
    width: 100%;
    float: none;
}
.lr-page .li-password-toggle {
    position: relative;
}
.lr-page .li-password-toggle .show_password {
    top: 38px;
}
.lr-page .lr_user .box form#login .li-password-toggle .input.password {
    width: 100%;
    max-width: 100%;
    padding-right: 42px;
    box-sizing: border-box;
}
.lr-page .oauth_sign .text {
    color: #6b7280;
}
.lr-page .btn-get-code {
    border-color: #1a1a2e;
    color: #1a1a2e;
    border-radius: 6px;
}
.lr-page .btn-get-code:hover {
    background: #e94560;
    border-color: #e94560;
    color: #fff;
}
.lr-page-faq,
.lr-page-note {
    padding: 16px 18px 10px;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 12px;
}
.lr-page-faq h2,
.lr-page-note h2 {
    margin: 0 0 12px;
    font-size: 22px;
    color: #1a1a2e;
}
.lr-page-faq details {
    padding: 0;
    border-bottom: 1px solid rgba(22, 33, 62, 0.06);
}
.lr-page-faq details:last-child {
    border-bottom: 0;
}
.lr-page-faq summary {
    cursor: pointer;
    list-style: none;
    padding: 12px 0;
    font-weight: 700;
    color: #1a1a2e;
}
.lr-page-faq summary::-webkit-details-marker {
    display: none;
}
.lr-page-faq p {
    margin: 0 0 12px;
    color: #3d4250;
    line-height: 1.6;
}
.lr-page-note p {
    margin: 0 0 12px;
    color: #3d4250;
    line-height: 1.6;
}
@media (max-width: 991.98px) {
    .lr-page {
        padding-top: 100px;
    }
    .lr-page-grid,
    .lr-page-benefits {
        grid-template-columns: 1fr;
    }
    .lr-page-form {
        order: -1;
    }
    .lr-page-faq,
    .lr-page-note {
        margin-top: 0;
    }
    .lr-page-aside .title {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .lr-page .lr_user {
        margin-top: 0;
        background: transparent;
    }
    .lr-page .lr_user .box {
        padding: 24px 18px !important;
        background: #fff !important;
        width: 100% !important;
        border-radius: 12px;
    }
}
