:root {
    --lk-orange: #ff7900;
    --lk-orange-light: #ff8c00;
    --lk-orange-dark: #d95f00;
    --lk-bg: #f4f5f7;
    --lk-card: #ffffff;
    --lk-card-2: #ffffff;
    --lk-border: #e4e6ea;
    --lk-text: #14161a;
    --lk-muted: #5c6370;
    --lk-side-w: 236px;
    --lk-top-h: 74px;
}
body.lk-app {
    background: var(--lk-bg);
    color: var(--lk-text);
    font-family: Inter, Arial, Helvetica, sans-serif;
}
body.lk-app .main-content {
    padding-top: var(--lk-top-h);
    background: var(--lk-bg);
}
html.wtn-ios-app-root:not(.wtn-android-app-root) body.lk-app,
body.wtn-ios-app:not(.wtn-android-app).lk-app {
    --lk-top-h: 0px;
}
html.wtn-ios-app-root:not(.wtn-android-app-root) body.lk-app .main-content,
body.wtn-ios-app:not(.wtn-android-app).lk-app .main-content {
    padding-top: 0;
}
html.wtn-ios-app-root:not(.wtn-android-app-root) .lk-top,
body.wtn-ios-app:not(.wtn-android-app) .lk-top {
    display: none !important;
}
html.wtn-android-app-root .lk-top,
body.wtn-android-app .lk-top {
    display: flex !important;
    box-sizing: border-box;
    padding-top: var(--wtn-safe-top, 40px);
    height: calc(var(--lk-top-h, 56px) + var(--wtn-safe-top, 40px));
}
html.wtn-android-app-root body.lk-app .main-content,
body.wtn-android-app.lk-app .main-content {
    padding-top: calc(var(--lk-top-h) + var(--wtn-safe-top, 40px));
}
@media (min-width: 1200px) {
    body.lk-app .main-content { padding-left: var(--lk-side-w); }
    body.lk-app .footer { margin-left: var(--lk-side-w); }
}

body.lk-app .lk-top {
    left: 0 !important;
    height: var(--lk-top-h);
    background: #ffffff;
    border-bottom: 1px solid var(--lk-border);
    padding: 0 28px;
    gap: 22px;
}
body.lk-app .lk-top__brand {
    display: flex !important;
    min-width: 0;
    align-items: center;
    gap: 10px;
}
body.lk-app .lk-top__logo,
body.lk-app .lk-top__brand img {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    object-fit: contain;
    background: transparent;
}
body.lk-app .lk-top__brand em { color: #ff7900; font-style: normal; }
body.lk-app .lk-top__brand small {
    display: block;
    color: #ff7900;
    font-size: 0.58rem;
    letter-spacing: 0.16em;
    font-weight: 800;
}
body.lk-app .lk-top__search {
    max-width: 760px;
    background: #111315;
    border: 1px solid var(--lk-border);
    border-radius: 12px;
    height: 44px;
    padding: 0 8px 0 16px;
}
body.lk-app .lk-top__sell {
    background: #ff7900;
    border-radius: 10px;
    box-shadow: none;
    padding: 0.62rem 1.05rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
body.lk-app .lk-top__meta { color: #d4d4d4; font-size: 0.8rem; }
@media (min-width: 1200px) {
    body.lk-app .lk-top__meta span { display: inline; }
}

@media (min-width: 1200px) {
    body.lk-app .lk-side {
        top: var(--lk-top-h);
        width: var(--lk-side-w);
        background: #f4f5f7;
        border-right: 1px solid var(--lk-border);
        padding: clamp(0.4rem, 1.15vh, 0.85rem) 0.75rem;
        overflow: hidden;
        height: calc(100vh - var(--lk-top-h));
        height: calc(100dvh - var(--lk-top-h));
    }
}
body.lk-app .lk-side__brand { display: none; }
body.lk-app .lk-side__link {
    border-radius: 10px;
    font-weight: 600;
    color: #d6d6d6;
}
body.lk-app .lk-side__link.is-active {
    background: rgba(255, 121, 0, 0.16);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 121, 0, 0.28);
}
body.lk-app .lk-side__app {
    background: #f4f5f7;
    border: 1px solid #2a2a2a;
}

body.lk-app .lk-home.lk-ref {
    background: #ffffff !important;
    color: var(--lk-text);
    padding-bottom: 2rem;
}
.lk-ref-usp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px 12px;
    margin: 0;
    padding: 8px 16px 8px 48px;
    background: #ff7900;
    color: #111;
    text-align: center;
    font-size: 13.5px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.lk-ref-usp__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #111;
    color: #ff7900;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.lk-ref-usp__text {
    color: #111;
    font-weight: 900;
    letter-spacing: 0.06em;
}
body.lk-home-page .lk-ref-usp__back {
    display: none;
}
body.lk-home-page .lk-ref-usp {
    padding-left: 16px;
}
.lk-ref-wrap { max-width: 1320px; margin: 0 auto; padding: 22px 28px 40px; }

.lk-ref-hero {
    display: grid;
    gap: 28px;
    align-items: center;
    margin-bottom: 28px;
}
@media (min-width: 1200px) {
    .lk-ref-hero { grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.65fr); min-height: 420px; }
}
@media (max-width: 1199px) {
    .lk-ref-hero { grid-template-columns: 1fr; }
    .lk-ref-video { min-height: 240px; }
}
.lk-ref-hero h1 {
    margin: 0 0 14px;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 0.92;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.lk-ref-hero h1 b { color: #ff7900; font-weight: 900; }
.lk-ref-hero__sub {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.4;
    color: #d8d8d8;
    max-width: 22rem;
}
.lk-ref-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff7900;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    border-radius: 12px;
    padding: 14px 22px;
    text-decoration: none;
}
.lk-ref-cta:hover { color: #fff; background: #ff8c00; }

/* Drei Käuferwege */
.lk-ways {
    display: grid;
    gap: 14px;
    margin: 0 0 28px;
}
@media (min-width: 768px) {
    .lk-ways--desk { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.lk-ways--desk .lk-ways__trio { display: contents; }
.lk-ways__card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 18px 16px;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(180deg, rgba(255,121,0,0.12), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,121,0,0.28);
    transition: border-color .15s ease, transform .15s ease, background .15s ease;
}
.lk-ways__card:hover {
    border-color: #ff7900;
    transform: translateY(-2px);
    color: inherit;
    background: linear-gradient(180deg, rgba(255,121,0,0.18), rgba(255,255,255,0.04));
}
.lk-ways__ico {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,121,0,0.18);
    color: #ff7900;
    margin-bottom: 4px;
}
.lk-ways__card strong {
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}
.lk-ways__card > span:not(.lk-ways__ico):not(.lk-ways__body) {
    color: #bdbdbd;
    font-size: 0.92rem;
    line-height: 1.35;
}
.lk-ways__card em {
    margin-top: 8px;
    font-style: normal;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ff7900;
}
.lk-ways__cta-short {
    display: none;
}
.lk-ways__cta-full {
    display: inline;
}

.lk-gratis-teaser {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 22px;
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid rgba(255,121,0,0.35);
    background: linear-gradient(135deg, rgba(255,121,0,0.16), rgba(255,255,255,0.03));
}
.lk-gratis-teaser__body {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}
.lk-gratis-teaser__ico {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,121,0,0.2);
    color: #ff7900;
    flex: 0 0 auto;
}
.lk-gratis-teaser h2 {
    margin: 0 0 4px;
    font-size: 1.1rem;
    font-weight: 900;
}
.lk-gratis-teaser p {
    margin: 0;
    color: #bdbdbd;
    font-size: 0.92rem;
}
.lk-gratis-teaser__cta {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 12px;
    background: #ff7900;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}
.lk-gratis-teaser__cta:hover { background: #ff8c00; color: #fff; }
.lk-ref-deals { padding-left: 0; padding-right: 0; max-width: none; }
.lk-ref-deals .lk-home-section { margin-bottom: 28px; }
.lk-ref-trust {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}
.lk-ref-trust li { display: flex; gap: 10px; align-items: flex-start; }
.lk-ref-trust .lk-ico { color: #ff7900; margin-top: 2px; }
.lk-ref-trust strong { display: block; font-size: 14px; color: #fff; }
.lk-ref-trust span { display: block; font-size: 12px; color: var(--lk-muted); }

.lk-ref-video {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--lk-border);
    background: #000;
    min-height: 320px;
    height: 100%;
    position: relative;
}
.lk-ref-video:not(.is-blitz-hero) img,
.lk-ref-video:not(.is-blitz-hero) video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lk-ref-video:not(.is-blitz-hero) video { z-index: 1; }

.lk-ref-video.is-blitz-hero,
.lk-hm-slide.is-blitz-hero {
    background: #0a0a0a;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto;
    border-color: #ff7900;
    animation: lkBlitzHeroBorder 2.4s ease-in-out infinite;
}
@keyframes lkBlitzOrangeFlash {
    0%, 100% { opacity: 0; }
    50% { opacity: 0.34; }
}
@keyframes lkBlitzHeroBorder {
    0%, 100% {
        border-color: rgba(255, 121, 0, 0.35);
        box-shadow: 0 0 0 0 rgba(255, 121, 0, 0);
    }
    50% {
        border-color: #ff7900;
        box-shadow: 0 0 18px rgba(255, 121, 0, 0.28);
    }
}
.lk-blitz-hero {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 100%;
    color: #fff;
}
.lk-blitz-hero__media {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 150px;
    display: block;
    text-decoration: none !important;
    overflow: hidden;
    background: #0a0a0a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    isolation: isolate;
    contain: layout style paint;
}
.lk-blitz-hero__cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    background: #0a0a0a;
    z-index: 0;
}
.lk-blitz-hero__flash {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: #ff7900;
    opacity: 0;
    transform: translateZ(0);
    animation: lkBlitzOrangeFlash 2.4s ease-in-out infinite;
}
.lk-blitz-hero__head {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 4px;
    padding: 8px 12px 6px;
    box-sizing: border-box;
}
.lk-blitz-hero__badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ff7900;
    color: #111;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
}
.lk-blitz-hero.is-planned .lk-blitz-hero__badge {
    background: #111;
    color: #ff7900;
    box-shadow: inset 0 0 0 1px rgba(255, 121, 0, 0.45);
}
.lk-blitz-hero__title {
    display: block;
    margin: 0;
    font-size: clamp(13px, 1.8vw, 18px);
    line-height: 1.2;
    color: #fff;
    max-width: 100%;
}
.lk-blitz-hero__when {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: #ff7900;
}
.lk-blitz-hero__mid {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    padding: 6px 12px 8px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-sizing: border-box;
}
.lk-blitz-hero__kickoff {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}
.lk-blitz-hero__cd-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}
.lk-blitz-hero__cd {
    display: inline-flex;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
}
.lk-blitz-hero__cd .lk-timer__box {
    min-width: 34px;
    padding: 3px 5px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
}
.lk-blitz-hero__cd .lk-timer__n {
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.05;
    color: #fff;
}
.lk-blitz-hero__cd .lk-timer__u {
    display: block;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.72);
}
.lk-blitz-hero__dock {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}
.lk-blitz-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 6px 10px 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    box-sizing: border-box;
}
.lk-blitz-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    box-sizing: border-box;
}
.lk-blitz-hero__btn--primary {
    background: #ff7900;
    color: #111 !important;
}
.lk-blitz-hero__btn--primary:hover,
.lk-blitz-hero__btn--primary:focus-visible {
    background: #ff8c00;
    color: #111 !important;
}
.lk-blitz-hero__btn--secondary {
    background: #111;
    color: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}
.lk-blitz-hero__btn--secondary:hover,
.lk-blitz-hero__btn--secondary:focus-visible {
    background: #ffffff;
    color: #fff !important;
}
.lk-blitz-hero__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 46px;
    padding: 6px 10px;
    background: #ff7900;
    color: #111;
    box-sizing: border-box;
}
.lk-blitz-hero__bar-copy {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: inherit;
    text-decoration: none !important;
}
.lk-blitz-hero__bar-copy:hover,
.lk-blitz-hero__bar-copy:focus-visible {
    color: inherit;
}
.lk-blitz-hero__bar-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    font-style: normal;
    color: #111;
}
.lk-blitz-hero__bar-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}
.lk-blitz-hero__bar-text strong {
    display: block;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 800;
    color: #111;
}
.lk-blitz-hero__bar-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}
.lk-blitz-hero__bar-cta:hover,
.lk-blitz-hero__bar-cta:focus-visible {
    background: #ffffff;
    color: #fff !important;
}

@media (min-width: 992px) {
    .lk-ref-video.is-blitz-hero {
        min-height: 380px;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero {
        min-height: 380px;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__media {
        aspect-ratio: 16 / 9;
        min-height: 240px;
        max-height: none;
        flex: 1 1 auto;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__cover {
        object-fit: cover;
        object-position: center;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__head {
        padding: 8px 14px 6px;
        gap: 5px;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__title {
        font-size: 15px;
        line-height: 1.22;
        max-width: 96%;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__when {
        font-size: 13px;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__mid {
        padding: 8px 14px 10px;
        gap: 5px;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__kickoff {
        font-size: 14px;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__cd .lk-timer__box {
        min-width: 40px;
        padding: 4px 6px;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__cd .lk-timer__n {
        font-size: 15px;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__cd .lk-timer__u {
        font-size: 8px;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__actions {
        padding: 7px 12px 6px;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__btn {
        min-height: 38px;
        font-size: 14px;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__bar {
        min-height: 48px;
        padding: 7px 12px;
    }
    .lk-ref-video.is-blitz-hero .lk-blitz-hero__bar-text strong {
        font-size: 13px;
    }
}

.lk-vid-dock {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
}
.lk-home-buy-sell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 14px 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    box-sizing: border-box;
}
.lk-home-buy-sell__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    box-sizing: border-box;
}
.lk-home-buy-sell__btn--buy {
    background: #ff7900;
    color: #111 !important;
}
.lk-home-buy-sell__btn--sell {
    background: #111;
    color: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}
.lk-home-buy-sell__btn--buy:hover,
.lk-home-buy-sell__btn--buy:focus-visible {
    background: #ff8c00;
    color: #111 !important;
}
.lk-home-buy-sell__btn--sell:hover,
.lk-home-buy-sell__btn--sell:focus-visible {
    background: #ffffff;
    color: #fff !important;
}
.lk-vid-auc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 64px;
    padding: 10px 14px 10px 16px;
    background: #ff7900;
    color: #111;
    box-sizing: border-box;
}
.lk-vid-auc__copy {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: inherit;
    text-decoration: none !important;
}
.lk-vid-auc__copy:hover,
.lk-vid-auc__copy:focus-visible {
    color: inherit;
}
.lk-vid-auc__ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    font-style: normal;
    color: #111;
}
.lk-vid-auc__gavel {
    display: block;
    width: 26px;
    height: 26px;
}
.lk-vid-auc__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
}
.lk-vid-auc strong {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    white-space: nowrap;
}
.lk-vid-auc__mega {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #6e0400;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.15;
    text-decoration: none !important;
    text-transform: none;
    text-shadow: 0 0 8px rgba(255, 210, 70, 0.55), 0 1px 0 rgba(255, 244, 180, 0.35);
    animation: lkVidAucFlame 1.6s ease-in-out infinite;
}
.lk-vid-auc__mega .lk-ico {
    flex: 0 0 auto;
    color: #c40d00;
    filter: drop-shadow(0 0 3px rgba(255, 90, 0, 0.75));
}
.lk-vid-auc__mega:hover,
.lk-vid-auc__mega:focus-visible {
    color: #4a0200;
}
.lk-vid-auc__acts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
    flex: 0 0 auto;
}
.lk-vid-auc__acts a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none !important;
}
.lk-vid-auc__acts a.is-deal {
    background: #1a0505;
    box-shadow: inset 0 0 0 1px #8b0a00;
}
.lk-vid-auc__acts a:hover,
.lk-vid-auc__acts a:focus-visible {
    background: #ffffff;
}
.lk-vid-auc__acts a.is-deal:hover,
.lk-vid-auc__acts a.is-deal:focus-visible {
    background: #2a0808;
}
@keyframes lkVidAucFlame {
    0%, 100% { filter: drop-shadow(0 0 2px rgba(180, 20, 0, 0.28)); }
    50% { filter: drop-shadow(0 0 6px rgba(255, 70, 0, 0.5)); }
}
@media (prefers-reduced-motion: reduce) {
    .lk-vid-auc__mega { animation: none; }
    .lk-ref-video.is-blitz-hero,
    .lk-hm-slide.is-blitz-hero,
    .lk-blitz-hero__flash {
        animation: none;
    }
    .lk-ref-video.is-blitz-hero,
    .lk-hm-slide.is-blitz-hero {
        border-color: #ff7900;
        box-shadow: 0 0 12px rgba(255, 121, 0, 0.2);
    }
}

.lk-ref-cats { margin: 8px 0 28px; }
.lk-ref-cats__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}
.lk-ref-cats__head h2 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}
.lk-ref-cats__head h2 .lk-ico { color: #ff7900; }
.lk-ref-cats__head p {
    margin: 4px 0 0;
    color: #8d8d8d;
    font-size: 13px;
}
.lk-ref-cats__head a {
    color: #ff7900;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    padding-top: 4px;
}
.lk-ref-cats__head a:hover { color: #ff8c00; }
.lk-ref-cats__row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
}
.lk-ref-cats__row::-webkit-scrollbar { display: none; }
.lk-ref-cat {
    flex: 0 0 148px;
    width: 148px;
    min-height: 132px;
    background: #f4f5f7;
    border: 1px solid #242424;
    border-radius: 16px;
    padding: 16px 14px 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 4px;
    color: #fff;
    text-decoration: none;
}
.lk-ref-cat .lk-ico { color: #ff7900; margin-bottom: auto; }
.lk-ref-cat strong {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}
.lk-ref-cat span { color: #8d8d8d; font-size: 13px; }
.lk-ref-cat:hover { border-color: rgba(255,121,0,0.45); color: #fff; }

.lk-ref-stage {
    display: grid;
    gap: 16px;
}
@media (min-width: 1200px) {
    .lk-ref-stage { grid-template-columns: 270px minmax(0, 1fr) 250px; align-items: stretch; }
    .lk-ref-stage--streams { grid-template-columns: minmax(0, 1fr) 250px; }
}
.lk-ref-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
}
.lk-ref-kicker em {
    background: #e11d2e;
    color: #fff;
    font-style: normal;
    font-size: 10px;
    border-radius: 4px;
    padding: 2px 6px;
}
.lk-ref-live {
    background: #ffffff;
    border: 1px solid #25282b;
    border-radius: 14px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.lk-ref-live:hover { color: #fff; border-color: rgba(255,121,0,0.5); }
.lk-ref-live__media {
    position: relative;
    min-height: 210px;
    background: #111 center/cover no-repeat;
}
.lk-ref-live__view {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    border-radius: 6px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
}
.lk-ref-live__body { padding: 14px; }
.lk-ref-live__body h3 { margin: 0 0 4px; font-size: 18px; font-weight: 800; }
.lk-ref-live__body p { margin: 0 0 12px; color: var(--lk-muted); font-size: 13px; }
.lk-ref-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ff7900;
    color: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 800;
    font-size: 13px;
}

.lk-ref-events h2 {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.06em;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}
.lk-ref-events h2 em {
    background: #e11d2e;
    color: #fff;
    font-style: normal;
    font-size: 10px;
    border-radius: 4px;
    padding: 2px 6px;
    letter-spacing: 0.06em;
}
.lk-ref-stage--streams .lk-ecard__img { height: 148px; position: relative; }
.lk-ref-stage--streams .lk-ecard.is-live .lk-ecard__type { color: #ff3b4a; }
.lk-ref-btn--card {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
}
.lk-ref-events__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.lk-ref-events__head a { color: #ff7900; font-size: 13px; font-weight: 700; text-decoration: none; }
.lk-ref-eg {
    display: grid;
    gap: 12px;
}
@media (min-width: 800px) { .lk-ref-eg { grid-template-columns: repeat(3, 1fr); } }
.lk-ecard {
    background: #ffffff;
    border: 1px solid #25282b;
    border-radius: 14px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.lk-ecard:hover { color: #fff; transform: translateY(-2px); border-color: rgba(255,121,0,0.5); }
.lk-ecard__img { height: 118px; background: #111 center/cover no-repeat; }
.lk-ecard__img--event {
    height: 146px;
    background-size: contain;
    background-color: #111;
    background-repeat: no-repeat;
    background-position: center;
}
.lk-ecard__img--blitz { background-color: #111; }
.lk-ecard__body { padding: 12px 12px 14px; }
.lk-ecard__topline {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}
.lk-ecard__type { color: #6ea8ff; font-size: 10px; font-weight: 800; letter-spacing: 0.08em; }
.lk-ecard__items {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}
.lk-ecard__items strong {
    color: #ff7900;
    font-size: 14px;
    font-weight: 800;
}
.lk-ecard.is-blitz .lk-ecard__type { color: #ff7900; }
.lk-ecard h3 { font-size: 18px; font-weight: 800; margin: 4px 0 6px; line-height: 1.1; }
.lk-ecard__when { color: var(--lk-muted); font-size: 12px; margin: 0 0 4px; }
.lk-ecard__note { color: #ff7900; font-size: 12px; font-weight: 700; margin: 0 0 8px; }
.lk-timer { display: flex; gap: 4px; margin-top: 8px; }
.lk-timer__box {
    flex: 1;
    background: transparent;
    color: #ff7900;
    border: 1px solid rgba(255,121,0,0.35);
    border-radius: 6px;
    text-align: center;
    padding: 4px 2px;
}
.lk-timer__n { display: block; font-weight: 800; font-size: 14px; }
.lk-timer__u { display: block; font-size: 8px; letter-spacing: 0.06em; color: var(--lk-muted); }

.lk-ref-why {
    background: #ffffff;
    border: 1px solid #25282b;
    border-radius: 14px;
    padding: 18px 16px;
}
.lk-ref-why h2 {
    margin: 0 0 14px;
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: 800;
}
.lk-ref-why li { display: flex; gap: 10px; margin: 0 0 14px; }
.lk-ref-why .lk-ico { color: #ff7900; }
.lk-ref-why strong { display: block; font-size: 14px; }
.lk-ref-why span { display: block; color: var(--lk-muted); font-size: 12px; }
.lk-ref-why a { color: #ff7900; font-weight: 700; text-decoration: none; font-size: 13px; }

.lk-ref-bottom {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}
@media (min-width: 1100px) { .lk-ref-bottom { grid-template-columns: 1fr 320px; } }
.lk-ref-facts {
    display: grid;
    gap: 12px 18px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #25282b;
    border-radius: 14px;
    padding: 16px 18px;
    min-height: 88px;
}
@media (min-width: 800px) { .lk-ref-facts { grid-template-columns: repeat(3, 1fr); } }
.lk-ref-facts__item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.lk-ref-facts__ico {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 121, 0, 0.14);
    color: #ff7900;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    line-height: 0;
}
.lk-ref-facts__ico .lk-ico,
.lk-ref-facts__ico svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    color: #ff7900;
}
.lk-ref-facts__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-width: 0;
}
.lk-ref-facts__copy strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
}
.lk-ref-facts__copy span {
    display: block;
    color: var(--lk-muted);
    font-size: 12px;
    line-height: 1.3;
}
.lk-ref-news {
    background: #ff7900;
    border-radius: 14px;
    padding: 18px 16px;
    color: #fff;
}
.lk-ref-news h3 { margin: 0 0 4px; font-size: 20px; font-weight: 800; }
.lk-ref-news p { margin: 0 0 12px; font-size: 14px; }
.lk-ref-news form { display: flex; gap: 8px; }
.lk-ref-news input {
    flex: 1;
    border: 0;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
    color: #111;
}
.lk-ref-news button {
    width: 42px;
    border: 0;
    border-radius: 10px;
    background: #111;
    color: #fff;
}

#lkHomeLiveBlock { display: none !important; }
body.lk-app #lkHomeMarketplaceBlock {
    background: var(--lk-bg);
    color: var(--lk-text);
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px 40px;
}
