/* Login / Register / Passwort – nur body.lk-auth-page */
body.lk-auth-page {
    background: #050505;
    color: #fff;
}
body.lk-auth-page .main-content { background: #050505; }
body.lk-auth-page .container.py-4,
body.lk-auth-page .container.py-5 {
    max-width: 560px;
    padding-top: 28px;
    padding-bottom: 40px;
}

body.lk-auth-page .auth-card {
    max-width: 480px;
    margin: 0 auto;
    background: #101010;
    border: 1px solid #242424;
    border-radius: 16px;
    box-shadow: none;
    padding: 28px 22px 26px;
    color: #fff;
}
body.lk-auth-page .auth-card .logo-area { margin-bottom: 22px; }
body.lk-auth-page .auth-card .logo-area img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 12px;
    background: #ff7900;
    margin-bottom: 12px;
}
body.lk-auth-page .auth-card .logo-area h4,
body.lk-auth-page .auth-card .logo-area .fw-bold {
    color: #fff;
    font-weight: 800;
    margin: 0 0 6px;
}
body.lk-auth-page .auth-card .text-muted,
body.lk-auth-page .auth-card .logo-area p {
    color: #9a9a9a !important;
}

body.lk-auth-page .form-label {
    color: #fff;
    font-weight: 700;
    font-size: 0.86rem;
}
body.lk-auth-page .form-control,
body.lk-auth-page .form-select {
    background: #141414;
    border: 1px solid #2a2a2a;
    color: #fff;
    min-height: 48px;
    border-radius: 12px;
}
body.lk-auth-page .form-control:focus,
body.lk-auth-page .form-select:focus {
    background: #141414;
    color: #fff;
    border-color: #ff7900;
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.18);
}
body.lk-auth-page .form-control::placeholder { color: #7a7a7a; }
body.lk-auth-page .form-check-label,
body.lk-auth-page .form-check-label.small {
    color: #c4c4c4;
}
body.lk-auth-page .form-check-input {
    background-color: #141414;
    border-color: #3a3a3a;
}
body.lk-auth-page .form-check-input:checked {
    background-color: #ff7900;
    border-color: #ff7900;
}
body.lk-auth-page .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(255, 121, 0, 0.18);
}
body.lk-auth-page .auth-card a {
    color: #ff7900;
}
body.lk-auth-page .auth-card a:hover { color: #ff8c00; }
body.lk-auth-page .auth-card .btn-lk,
body.lk-auth-page .btn-lk {
    background: #ff7900;
    border: 0;
    color: #fff;
    border-radius: 12px;
    min-height: 48px;
    font-weight: 800;
}
body.lk-auth-page .auth-card .btn-lk:hover { background: #ff8c00; color: #fff; }
body.lk-auth-page .auth-card .btn-link { color: #9a9a9a; }
body.lk-auth-page .alert-danger {
    background: #2a1212;
    border-color: #5a2020;
    color: #fecaca;
}
body.lk-auth-page .alert-info {
    background: #121820;
    border-color: #243044;
    color: #d6e4f5;
}
body.lk-auth-page .alert-success {
    background: #102016;
    border-color: #1f3d28;
    color: #bbf7d0;
}
body.lk-auth-page .verification-input input {
    background: #141414;
    border: 1px solid #2a2a2a;
    color: #fff;
}

@media (max-width: 991.98px) {
    body.lk-auth-page {
        --lk-top-h: 56px;
        overflow-x: hidden;
    }
    body.lk-auth-page .lk-top {
        height: var(--lk-top-h);
        padding: 0 10px 0 12px;
        gap: 8px;
        background: #050505;
        border-bottom: 1px solid #1c1c1c;
        backdrop-filter: none;
    }
    body.lk-auth-page .lk-top__search,
    body.lk-auth-page .lk-top__sell { display: none !important; }
    body.lk-auth-page .lk-top__brand { min-width: 0; flex: 1; gap: 8px; }
    body.lk-auth-page .lk-top__logo,
    body.lk-auth-page .lk-top__brand img,
    body.lk-auth-page .lk-hm-logo {
        display: block !important;
        width: 42px;
        height: 42px;
        border-radius: 11px;
        object-fit: contain;
        background: transparent;
        flex: 0 0 42px;
    }
    body.lk-auth-page .lk-top__brand strong { font-size: 0.78rem; white-space: nowrap; }
    body.lk-auth-page .lk-top__meta span { display: none !important; }
    body.lk-auth-page .lk-hm-chat,
    body.lk-auth-page .lk-hm-burger {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        min-height: 44px;
        background: none;
        border: 0;
        color: #f2f2f2;
        position: relative;
    }
    body.lk-auth-page .lk-top__meta { min-width: 44px; min-height: 44px; }
    body.lk-auth-page .nav-avatar {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
    }
    body.lk-auth-page .lk-side {
        display: flex;
        flex-direction: column;
        position: fixed;
        inset: 0 auto 0 0;
        width: min(86vw, 300px);
        z-index: 11020;
        background: #080808;
        border-right: 1px solid #252525;
        padding: 18px 14px;
        transform: translateX(-105%);
        transition: transform .22s ease;
        overflow-y: auto;
    }
    body.lk-auth-page .lk-side__brand { display: flex !important; }
    body.lk-auth-page.is-menu-open .lk-side { transform: none; }
    body.lk-auth-page.is-menu-open { overflow: hidden; }
    body.lk-auth-page.is-menu-open .lk-hm-scrim {
        display: block !important;
        position: fixed;
        inset: 0;
        z-index: 11010;
        background: rgba(0,0,0,.62);
        border: 0;
    }
    body.lk-auth-page .footer { display: none !important; }
    body.lk-auth-page .auth-card {
        margin: 0;
        padding: 22px 16px 20px;
    }
    body.lk-auth-page .container.py-4,
    body.lk-auth-page .container.py-5 {
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 16px;
    }
}

@media (max-width: 359px) {
    body.lk-auth-page .lk-top__brand strong { font-size: 0.7rem; }
}
