:root {
    color-scheme: dark;
    --bg: #07070b;
    --surface: #12121a;
    --surface-2: #1a1924;
    --line: rgba(255,255,255,.08);
    --text: #f7f6fa;
    --muted: #aaa7b4;
    --accent: #ff365f;
    --accent-2: #8b5cff;
    --good: #25bb70;
    --radius: 18px;
    --shadow: 0 24px 60px rgba(0,0,0,.38);
    /* DLE/eassistant compatibility tokens for routes where legacy styles are isolated. */
    --bg2: #171720;
    --bg3: #252431;
    --color1: #ff365f;
    --color2: #8b5cff;
    --color3: #ff8ba3;
    --color6: #34313f;
    --light: rgba(255,255,255,.08);
    --light2: rgba(255,255,255,.16);
    --dark: rgba(0,0,0,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font: 400 15px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.modal-opened { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(36px, 5vw, 68px); }
h2 { margin-bottom: 0; font-size: clamp(26px, 3vw, 38px); }
.wrapper { min-height: 100vh; overflow: clip; }
.container { width: min(1380px, calc(100% - 40px)); margin-inline: auto; }
.section { margin-top: clamp(44px, 7vw, 88px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 18px; top: 10px; padding: 10px 14px; border-radius: 10px; background: white; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #ff8da5; outline-offset: 3px; }
.eyebrow, .page-heading > span { color: #ff9caf; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; height: 72px; padding: 0; border-bottom: 1px solid var(--line); background: rgba(7,7,11,.86); backdrop-filter: blur(22px); }
/* Specificity is intentional: the compatibility stylesheet contains header .container. */
.site-header .header-inner { position: relative; display: grid; height: 100%; grid-template-columns: auto minmax(0,1fr) auto minmax(210px,350px) auto; align-items: center; justify-content: initial; gap: clamp(12px, 2vw, 30px); }
.header-logo { font-size: 25px; font-weight: 900; letter-spacing: -.055em; white-space: nowrap; }
.header-logo span { color: var(--accent); }
.desktop-nav { display: flex; min-width: 0; align-items: center; gap: clamp(13px, 1.55vw, 25px); color: #b9b6c2; font-size: 14px; font-weight: 650; white-space: nowrap; }
.desktop-nav a:hover { color: white; }
.catalog-btn, .header-search_icon, .search-close { display: inline-flex; min-width: 42px; min-height: 42px; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 12px; background: var(--surface-2); }
.catalog-btn { padding: 0 14px; font-weight: 700; }
.catalog-btn.active { background: var(--accent); }
.catalog { position: absolute; z-index: 5; top: calc(100% + 12px); right: 140px; display: grid; width: min(560px, calc(100vw - 32px)); padding: 18px; grid-template-columns: repeat(3, 1fr); gap: 7px; border: 1px solid var(--line); border-radius: 18px; background: rgba(18,18,26,.98); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-7px); transition: .2s ease; }
.catalog.active { opacity: 1; pointer-events: auto; transform: none; }
.catalog a { padding: 11px 13px; border-radius: 10px; color: #cbc8d2; }
.catalog a:hover { background: rgba(255,255,255,.07); color: white; }
.header-search { position: relative; width: 100%; }
.header-search form { display: flex; width: 100%; height: 42px; align-items: center; gap: 10px; padding: 0 12px; border: 1px solid transparent; border-radius: 13px; background: var(--surface-2); }
.header-search form:focus-within { border-color: rgba(255,54,95,.6); }
.header-search input:not([type="hidden"]) { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; }
.header-search input::placeholder { color: #827f8e; }
.header-search_icon { display: none; }
.search-close { display: none; min-width: 30px; min-height: 30px; padding: 0; background: transparent; }
.header-search_top { position: absolute; z-index: 6; top: calc(100% + 12px); right: 0; display: none; width: min(440px, calc(100vw - 32px)); padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(18,18,26,.98); box-shadow: var(--shadow); }
.header-search_top.active { display: block; }
.header-search_top > span { display: block; margin-bottom: 12px; color: var(--muted); font-size: 12px; }
.header-user-wrap { display: flex; min-width: 42px; justify-content: flex-end; }
.header-user { position: relative; }
.header-user > a, .header-user > i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--surface-2); }
.guest-user { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--surface-2); color: #d9d6df; }
.guest-user > i { display: inline; width: auto; height: auto; background: transparent; }
.mobile-nav { display: none; }

/* Hero */
.home-hero { position: relative; min-height: clamp(520px, 56vw, 670px); margin-top: 18px; overflow: hidden; border-radius: 28px; background: #17121d; }
.home-hero-media, .home-hero-shade { position: absolute; inset: 0; }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.home-hero-shade { background: linear-gradient(90deg, rgba(5,5,9,.98) 0%, rgba(5,5,9,.76) 39%, rgba(5,5,9,.08) 74%), linear-gradient(0deg, rgba(5,5,9,.68), transparent 45%); }
.home-hero-copy { position: relative; z-index: 2; display: flex; max-width: 710px; min-height: inherit; padding: clamp(42px, 7vw, 98px); flex-direction: column; justify-content: center; }
.home-hero h1 { max-width: 650px; margin: 16px 0 20px; font-size: clamp(42px, 5.4vw, 76px); }
.home-hero p { max-width: 590px; margin-bottom: 0; color: #d1ced8; font-size: clamp(16px, 1.6vw, 19px); }
.home-hero-actions { display: flex; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; min-height: 48px; padding: 0 22px; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 13px; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #ff426c, #ff2452); box-shadow: 0 14px 35px rgba(255,36,82,.25); }
.button-secondary { background: rgba(255,255,255,.11); backdrop-filter: blur(12px); }
.button.compact { min-height: 40px; padding-inline: 16px; font-size: 13px; }

/* Home rows */
.section-head, .keep-items_head { display: flex; margin-bottom: 21px; align-items: end; justify-content: space-between; gap: 18px; }
.section-head h2 { margin-top: 5px; }
.section-head > a { color: #b7b4c0; }
.genre-row { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.genre-row a { flex: 0 0 auto; padding: 13px 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-weight: 700; }
.genre-row a:hover { border-color: rgba(255,54,95,.5); background: #211824; }
.keep-items { padding-block: clamp(34px, 5vw, 64px); overflow: hidden; background: linear-gradient(180deg, transparent, rgba(255,255,255,.025), transparent); }
.keep-items_slider { position: relative; overflow: hidden; }
.keep-items_slider .swiper-wrapper { padding: 8px 0 12px; align-items: stretch; }
.keep-items_slider .swiper-slide { height: auto; }
.keep-items_nav { display: flex; gap: 8px; }
.keep-items_nav button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface-2); }
.keep-items_nav button:hover { background: #282636; }
.keep-item { min-width: 0; padding-bottom: 4px; }
.keep-item_bg { position: relative; display: block; width: 100%; overflow: hidden; aspect-ratio: 2/3; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.keep-item_bg::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(0deg, rgba(5,5,9,.9), transparent); }
.keep-item_bg img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.keep-item:hover .keep-item_bg { transform: translateY(-7px); box-shadow: var(--shadow); }
.keep-item:hover .keep-item_bg img { transform: scale(1.035); }
.keep-item_meta { position: absolute; z-index: 2; right: 10px; bottom: 10px; left: 10px; display: flex; width: auto; height: auto; padding: 0; align-items: center; gap: 7px; overflow: hidden; border: 0; border-radius: 0; background: transparent; color: #d8d5de; font-size: 11px; white-space: nowrap; }
.keep-item_meta > span:not(.rating-color) { overflow: hidden; text-overflow: ellipsis; }
.rating-color { display: inline-flex; min-width: 34px; min-height: 25px; padding: 0 7px; align-items: center; justify-content: center; border-radius: 8px; background: var(--good); color: white; font-weight: 850; }
.rating-color.middle { background: #e4a230; }
.rating-color.low { background: #d95656; }
.card-play { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.93); color: #16131d; opacity: 0; transform: translate(-50%,-42%); transition: .2s ease; }
.keep-item:hover .card-play { opacity: 1; transform: translate(-50%,-50%); }
.keep-item_title { display: block; margin-top: 13px; overflow: hidden; color: #f1eff4; font-size: 15px; font-weight: 760; text-overflow: ellipsis; white-space: nowrap; }

.latest-section > .section-head > a, .episodes-section > .section-head > a { color: #c1bec8; font-weight: 700; white-space: nowrap; }
.latest-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.keep-best_item { display: grid; min-width: 0; min-height: 254px; grid-template-columns: 158px minmax(0,1fr); gap: 20px; padding: 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, #171720, #101017); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.keep-best_item:hover { border-color: rgba(255,255,255,.17); box-shadow: 0 22px 45px rgba(0,0,0,.24); transform: translateY(-3px); }
.keep-best_poster { position: relative; display: block; overflow: hidden; aspect-ratio: 2/3; border-radius: 15px; background: #20202b; }
.keep-best_poster::after { position: absolute; inset: 50% 0 0; content: ""; background: linear-gradient(0deg,rgba(0,0,0,.55),transparent); }
.keep-best_poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.keep-best_item:hover .keep-best_poster img { transform: scale(1.04); }
.poster-play { position: absolute; z-index: 2; right: 12px; bottom: 12px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: white; color: #15131a; box-shadow: 0 8px 22px rgba(0,0,0,.3); }
.keep-best_content { display: flex; min-width: 0; padding: 10px 7px 8px 0; flex-direction: column; align-items: flex-start; }
.keep-best_title { display: -webkit-box; overflow: hidden; color: white; font-size: clamp(18px,2vw,22px); font-weight: 820; line-height: 1.16; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.keep-best_meta { display: flex; width: 100%; margin-top: 12px; align-items: center; gap: 8px; overflow: hidden; color: var(--muted); font-size: 12px; white-space: nowrap; }
.keep-best_meta > span:not(.rating-color) { overflow: hidden; text-overflow: ellipsis; }
.keep-best_text { display: -webkit-box; margin-top: 14px; overflow: hidden; color: #aaa7b3; font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.keep-best_text p { margin: 0; }
.text-link { display: inline-flex; margin-top: auto; padding-top: 12px; align-items: center; gap: 8px; color: #ff8ba3; font-size: 13px; font-weight: 800; }

.episodes-section { position: relative; padding: clamp(24px,4vw,44px); overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 85% 0,rgba(139,92,255,.17),transparent 36%),linear-gradient(145deg,#15141e,#0e0e15); }
.episode-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.keep-upd_item { position: relative; display: grid; min-width: 0; min-height: 126px; padding: 11px; grid-template-columns: 72px minmax(0,1fr); gap: 13px; overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 17px; background: rgba(255,255,255,.04); transition: background .18s ease, transform .18s ease; }
.keep-upd_item:hover { background: rgba(255,255,255,.075); transform: translateY(-2px); }
.keep-upd_poster { position: relative; display: block; overflow: hidden; aspect-ratio: 2/3; border-radius: 11px; background: #22212b; }
.keep-upd_poster img { width: 100%; height: 100%; object-fit: cover; }
.keep-upd_poster > span { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.35); color: white; opacity: 0; transition: opacity .18s ease; }
.keep-upd_item:hover .keep-upd_poster > span { opacity: 1; }
.keep-upd_content { display: flex; min-width: 0; padding: 5px 0; flex-direction: column; }
.keep-upd_title { color: #f5f3f7; font-weight: 780; line-height: 1.3; }
.keep-upd_meta { display: flex; margin-top: 8px; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.keep-upd_meta .rating-color { min-width: 30px; min-height: 22px; }
.keep-upd_content time { margin-top: auto; color: #777481; font-size: 10px; }
.keep-upd_episode { position: absolute; right: 9px; bottom: 9px; display: flex; gap: 3px; }
.keep-upd_episode b { padding: 4px 6px; border-radius: 7px; background: rgba(139,92,255,.2); color: #c9b7ff; font-size: 10px; }
.trust-strip { display: grid; padding: 25px; grid-template-columns: repeat(3,1fr); gap: 18px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(135deg, #17141f, #101018); }
.trust-strip div { display: flex; flex-direction: column; gap: 3px; }
.trust-strip strong { font-size: 17px; }
.trust-strip span { color: var(--muted); }

/* Catalog */
.content { padding-block: 55px 90px; }
.page-heading { max-width: 800px; margin-bottom: 30px; }
.page-heading h1 { margin: 7px 0 14px; font-size: clamp(36px, 5vw, 62px); }
.page-heading p { color: var(--muted); }
.e-grid6 { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 28px 18px; }
.navigation { display: flex; margin-top: 40px; gap: 8px; justify-content: center; }
.navigation a, .navigation span { display: grid; min-width: 42px; min-height: 42px; place-items: center; border-radius: 10px; background: var(--surface); }
.catalog-description { max-width: 900px; margin: 58px auto 0; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); color: var(--muted); }
.catalog-description h2 { margin-bottom: 12px; color: var(--text); font-size: 27px; }
.catalog-description p { margin-bottom: 0; }

/* Full story */
.keep-full { position: relative; min-height: 520px; padding: clamp(48px,7vw,88px) 0; overflow: hidden; background: #0c0b11; }
.keep-full::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(7,7,11,.97) 0%,rgba(7,7,11,.8) 48%,rgba(7,7,11,.72)),linear-gradient(0deg,#07070b 0%,transparent 50%); }
.keep-full_backdrop { position: absolute; inset: -35%; opacity: .3; filter: blur(55px) saturate(1.25); transform: scale(1.1); }
.keep-full_backdrop img { width: 100%; height: 100%; object-fit: cover; }
.keep-full > .container { position: relative; z-index: 2; display: grid; grid-template-columns: 250px minmax(0,1fr); gap: clamp(28px, 5vw, 68px); align-items: center; }
.keep-full_poster { overflow: hidden; aspect-ratio: 2/3; border-radius: 22px; box-shadow: var(--shadow); }
.keep-full_poster img { width: 100%; height: 100%; object-fit: cover; }
.keep-full_title { max-width: 900px; margin: 0; font-size: clamp(38px, 5vw, 70px); }
.keep-full_meta { display: flex; margin-top: 18px; align-items: center; gap: 10px; color: #cfccd5; flex-wrap: wrap; }
.keep-full_subtitle { max-width: 760px; margin-top: 18px; color: #b7b4c0; font-size: 17px; }
.keep-full_link { display: flex; margin-top: 24px; align-items: center; gap: 13px; flex-wrap: wrap; }
.keep-full_link > a { display: inline-flex; min-height: 46px; padding: 0 18px; align-items: center; gap: 9px; border-radius: 12px; background: var(--surface-2); font-weight: 800; }
.keep-full_link > .watch-button { min-height: 50px; padding-inline: 23px; background: linear-gradient(135deg,#ff426c,#ff2452); box-shadow: 0 14px 32px rgba(255,36,82,.25); }
.keep-full_link > i { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 12px; background: var(--surface-2); }
.keep-detal { padding-block: 28px 60px; scroll-margin-top: 80px; }
.external-player { width: min(1180px,calc(100% - 40px)); height: min(68vw,680px); min-height: 460px; margin: 0 auto 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #000; }
.iframe-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto 56px; overflow: hidden; aspect-ratio: 16/9; border: 1px solid var(--line); border-radius: 22px; background: #000; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.iframe-container iframe { width: 100%; height: 100%; border: 0; }
.keep-detal > .container { display: grid; padding: clamp(22px,4vw,42px); grid-template-columns: minmax(0,1fr) 380px; gap: clamp(30px, 6vw,86px); border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg,#111119,#0c0c12); }
.keep-detal > .container h2 { margin-bottom: 22px; }
.keep-detal_text { color: #c4c1cb; font-size: 16px; line-height: 1.75; }
.keep-facts { position: sticky; top: 96px; align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.keep-facts h2 { font-size: 25px; }
.keep-facts ul { margin: 18px 0 0; padding: 0; list-style: none; }
.keep-facts li { display: grid; padding: 11px 0; grid-template-columns: 125px minmax(0,1fr); gap: 12px; border-bottom: 1px solid var(--line); color: #d8d5df; overflow-wrap: anywhere; }
.keep-facts li > span:first-child { color: var(--muted); }
.keep-related { padding-block: 35px 65px; }
.dle-comm { padding: clamp(20px,4vw,36px); border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.dle-comm > h2 { margin-bottom: 22px; }
.dle-comm textarea { width: 100%; margin-bottom: 14px; }
.dle-comm_submit { display: flex; margin-top: 16px; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.player-modal { position: fixed; z-index: 300; inset: 50% auto auto 50%; display: none; width: min(1000px, calc(100% - 30px)); padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: #111118; box-shadow: var(--shadow); transform: translate(-50%,-50%); }
.player-modal_heading { display: flex; padding: 5px 4px 14px; align-items: center; justify-content: space-between; }
.player-modal_iframe { aspect-ratio: 16/9; overflow: hidden; border-radius: 13px; }
.player-modal_iframe iframe { width: 100%; height: 100%; border: 0; }

/* Seasons */
.seasone-pages { display: flex; width: min(1380px, calc(100% - 40px)); margin: 20px auto 26px; padding: 0; align-items: center; justify-content: flex-start; gap: 8px; flex-wrap: wrap; }
.seasone-pages a, .seasone-pages a.active { position: relative; display: inline-flex; min-width: 0; min-height: 42px; margin: 0; padding: 0 14px; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-2); color: #d5d2db; font-weight: 750; text-align: center; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.seasone-pages a::before { position: static; content: "Сезон"; color: var(--muted); font-size: 12px; }
.seasone-pages a:hover { border-color: rgba(255,54,95,.5); background: #25222e; transform: translateY(-1px); }
.seasone-pages a.active { border-color: transparent; background: linear-gradient(135deg, #ff426c, #ff2452); color: white; box-shadow: 0 10px 25px rgba(255,36,82,.2); }
.seasone-pages a.active::before { color: rgba(255,255,255,.78); }

/* Forms and DLE service pages */
input, textarea, select { max-width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #191821; }
textarea { min-height: 140px; padding: 14px; resize: vertical; }
.bbcodes, .btn, button[type="submit"] { min-height: 44px; padding: 0 18px; border: 0; border-radius: 11px; background: var(--accent); font-weight: 800; }
.content > .dle-form { width: min(680px, 100%); margin: 0 auto; padding: clamp(22px, 4vw, 42px); border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow); }
.dle-form > h1, .dle-use_setting > h2 { margin-bottom: 22px; font-size: clamp(28px, 4vw, 42px); }
.dle-form .attention, .content > .attention { margin-bottom: 24px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.04); color: #c9c6d0; line-height: 1.55; }
.dle-form .dle-form_flexno input, .dle-form .dle-form_flex input { max-width: none; min-height: 50px; padding: 13px 15px; }
.dle-form_flexno { margin-bottom: 18px; }
.dle-form_flex { flex-wrap: wrap; }
.dle-use { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.dle-use_bg { border-radius: 0; background: linear-gradient(135deg, #241d31, #13131b); }
.dle-use_content { padding: 10px 24px 24px; }
.dle-use_avatar { border-color: var(--surface); }
.dle-use_links { background: var(--surface-2); }
.dle-use_info { margin-top: 22px; border: 1px solid var(--line); background: var(--surface); }
.dle-use_setting { margin-top: 24px; padding: clamp(22px, 4vw, 36px); border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.form__table { width: 100%; }

/* Footer */
.site-footer { margin-top: 80px; padding: 55px 0 25px; border-top: 1px solid var(--line); background: #0b0b11; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .8fr; gap: 38px; }
.footer-brand p { max-width: 340px; margin-top: 13px; color: var(--muted); }
.footer-menu { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; color: var(--muted); }
.footer-menu strong, .footer-social strong { margin-bottom: 5px; color: white; }
.footer-menu a:hover { color: white; }
.footer-social { display: flex; align-items: flex-start; gap: 12px; flex-wrap: wrap; }
.footer-social strong { width: 100%; }
.footer-social a { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: var(--surface-2); }
.footer-bottom { display: flex; margin-top: 40px; padding-top: 22px; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #777481; font-size: 12px; }

/* Helpers retained for DLE */
.e-cover img { width: 100%; height: 100%; object-fit: cover; }
.e-nowrap { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.e-clamp2, .e-clamp4 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; }
.e-clamp2 { -webkit-line-clamp: 2; }
.e-clamp4 { -webkit-line-clamp: 4; }
.e-overlay { position: fixed; z-index: 90; inset: 0; background: rgba(0,0,0,.66); backdrop-filter: blur(6px); }
.e-overlay.hidden { display: none; }

@media (max-width: 1120px) {
    .desktop-nav { display: none; }
    .site-header .header-inner { grid-template-columns: auto auto minmax(210px,350px) auto; justify-content: space-between; }
    .header-search { justify-self: end; }
    .episode-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .e-grid6 { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (max-width: 760px) {
    body { padding-bottom: 72px; }
    .container { width: min(100% - 26px, 1380px); }
    .site-header { height: 62px; }
    .site-header .header-inner { grid-template-columns: 1fr auto auto; gap: 9px; }
    .header-logo { font-size: 21px; }
    .catalog-btn span, .header-search form, .header-user-wrap { display: none; }
    .catalog-btn, .header-search_icon { display: inline-grid; width: 40px; min-width: 40px; height: 40px; min-height: 40px; padding: 0; }
    .header-search.active { position: fixed; z-index: 120; inset: 0; display: flex; padding: 12px; align-items: flex-start; background: rgba(7,7,11,.96); }
    .header-search.active form { display: flex; width: 100%; height: 48px; }
    .header-search.active .header-search_icon { display: none; }
    .header-search.active .search-close { display: inline-grid; }
    .header-search_top { position: fixed; top: 73px; right: 12px; left: 12px; width: auto; }
    .catalog { position: fixed; top: 72px; right: 13px; left: 13px; width: auto; grid-template-columns: repeat(2,1fr); }
    .mobile-nav { position: fixed; z-index: 110; right: 10px; bottom: 9px; left: 10px; display: grid; height: 60px; padding: 6px; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 18px; background: rgba(22,21,30,.94); box-shadow: 0 18px 45px rgba(0,0,0,.4); backdrop-filter: blur(18px); }
    .mobile-nav a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; color: #c0bdc8; font-size: 10px; }
    .mobile-nav i { font-size: 17px; }
    .home-hero { min-height: 610px; margin-top: 12px; border-radius: 21px; }
    .home-hero-shade { background: linear-gradient(0deg, rgba(5,5,9,.98) 6%, rgba(5,5,9,.78) 60%, rgba(5,5,9,.18)); }
    .home-hero-copy { padding: 28px 24px 54px; justify-content: end; }
    .home-hero h1 { font-size: clamp(39px, 12vw, 58px); }
    .home-hero-actions { flex-direction: column; }
    .genre-row { margin-right: -13px; padding-right: 13px; }
    .section-head > a { font-size: 12px; }
    .keep-items_nav { display: none; }
    .latest-grid { grid-template-columns: 1fr; }
    .keep-best_item { grid-template-columns: 118px 1fr; min-height: 190px; }
    .keep-best_text { -webkit-line-clamp: 2; }
    .episode-grid { display: flex; margin-right: -13px; padding-right: 13px; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .episode-grid::-webkit-scrollbar { display: none; }
    .keep-upd_item { flex: 0 0 min(310px,86vw); scroll-snap-align: start; }
    .episodes-section { width: calc(100% - 26px); padding: 22px 18px; }
    .trust-strip { grid-template-columns: 1fr; }
    .e-grid6 { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px 12px; }
    .keep-full { min-height: 0; padding: 28px 0 34px; }
    .keep-full > .container { grid-template-columns: 112px minmax(0,1fr); gap: 18px; align-items: start; }
    .keep-full_title { font-size: clamp(30px, 9vw, 47px); }
    .keep-full_subtitle { display: none; }
    .keep-full_link { grid-column: 1/-1; }
    .external-player { width: calc(100% - 26px); height: 62vw; min-height: 250px; border-radius: 15px; }
    .iframe-container { width: calc(100% - 26px); border-radius: 15px; }
    .seasone-pages { width: 100%; margin: 16px 0 22px; padding: 0 13px 5px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
    .seasone-pages::-webkit-scrollbar { display: none; }
    .seasone-pages a, .seasone-pages a.active { flex: 0 0 auto; min-height: 40px; padding-inline: 12px; }
    .dle-form_flex { align-items: flex-start; flex-direction: column; }
    .dle-form_flex > div { width: 100%; margin-left: 0; }
    .dle-use_content { align-items: flex-start; flex-wrap: wrap; }
    .dle-use_info { align-items: flex-start; }
    .keep-detal > .container { grid-template-columns: 1fr; }
    .keep-facts { position: static; order: -1; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1/-1; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
    .home-hero { min-height: 570px; }
    .home-hero-copy { padding-inline: 20px; }
    .home-hero h1 { font-size: 39px; }
    .keep-best_item { grid-template-columns: 105px 1fr; gap: 14px; min-height: 180px; padding: 10px; }
    .keep-best_content { padding-block: 6px; }
    .keep-best_text { display: none; }
    .text-link { padding-top: 8px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .keep-full > .container { grid-template-columns: 92px minmax(0,1fr); }
    .keep-full_meta { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* MultiKima 2026 — single fresh application layer */
.e-flex { display:flex; }
.e-grid2,.e-grid3,.e-grid4,.e-grid5,.e-grid6 { display:grid; gap:20px; }
.e-grid2{grid-template-columns:repeat(2,minmax(0,1fr))}.e-grid3{grid-template-columns:repeat(3,minmax(0,1fr))}.e-grid4{grid-template-columns:repeat(4,minmax(0,1fr))}.e-grid5{grid-template-columns:repeat(5,minmax(0,1fr))}.e-grid6{grid-template-columns:repeat(6,minmax(0,1fr))}
.e-none,.hidden { display:none!important; }

.site-header { height:76px; padding:0; }
.site-header .header-inner { display:grid; height:100%; grid-template-columns:auto minmax(0,1fr) auto minmax(240px,340px) auto; gap:clamp(14px,2vw,30px); align-items:center; }
.desktop-nav { justify-self:start; gap:clamp(15px,2vw,28px); }
.catalog-btn { white-space:nowrap; }
.catalog { top:calc(100% + 12px); right:390px; }
.header-search { width:100%; }
.header-search form { display:flex; width:100%; }
.search-open { display:none; width:42px; height:42px; border:0; border-radius:13px; background:var(--surface-2); }
.header-user-wrap { position:relative; display:flex; min-width:44px; justify-content:flex-end; }
.guest-user,.account-toggle { display:grid; width:44px; height:44px; padding:0; place-items:center; overflow:hidden; border:1px solid var(--line); border-radius:14px; background:var(--surface-2); color:#fff; }
.account { position:relative; }
.account-toggle img { width:100%; height:100%; object-fit:cover; }
.account-menu { position:absolute; z-index:250; top:calc(100% + 12px); right:0; display:grid; width:260px; padding:10px; border:1px solid var(--line); border-radius:18px; background:rgba(20,19,28,.98); box-shadow:0 24px 70px rgba(0,0,0,.55); opacity:0; pointer-events:none; transform:translateY(-8px); transition:.2s ease; }
.account.is-open .account-menu { opacity:1; pointer-events:auto; transform:none; }
.account-menu>a { display:flex; min-height:44px; padding:0 12px; align-items:center; gap:11px; border-radius:11px; color:#cbc8d2; }
.account-menu>a:hover { background:rgba(255,255,255,.07); color:#fff; }
.account-summary { min-height:66px!important; margin-bottom:7px; border-bottom:1px solid var(--line); }
.account-summary img { width:42px; height:42px; object-fit:cover; border-radius:12px; }
.account-summary span { display:flex; min-width:0; flex-direction:column; }
.account-summary b,.account-summary small { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.account-summary small { color:var(--muted); }

.cinema-hero { margin-top:18px; }
.hero-swiper { position:relative; height:clamp(540px,58vw,720px); overflow:hidden; border:1px solid var(--line); border-radius:30px; background:#101018; box-shadow:0 30px 80px rgba(0,0,0,.34); }
.hero-slide { position:relative; height:100%; overflow:hidden; }
.hero-media,.hero-shade { position:absolute; inset:0; }
.hero-media img { width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-shade { background:linear-gradient(90deg,rgba(5,5,9,.98) 0%,rgba(5,5,9,.84) 39%,rgba(5,5,9,.18) 76%),linear-gradient(0deg,rgba(5,5,9,.75),transparent 48%); }
.hero-copy { position:relative; z-index:2; display:flex; width:min(650px,62%); height:100%; padding:clamp(42px,7vw,92px); justify-content:center; align-items:flex-start; flex-direction:column; }
.hero-label { padding:7px 11px; border:1px solid rgba(255,255,255,.14); border-radius:999px; background:rgba(255,255,255,.09); color:#ffd3dc; font-size:11px; font-weight:850; letter-spacing:.12em; text-transform:uppercase; backdrop-filter:blur(12px); }
.hero-copy h2 { max-width:620px; margin:18px 0 14px; color:#fff; font-size:clamp(44px,5.5vw,78px); }
.hero-meta { display:flex; align-items:center; gap:10px; color:#d5d1da; }
.hero-description { display:-webkit-box; max-width:580px; margin-top:18px; overflow:hidden; color:#c4c0cb; font-size:17px; line-height:1.6; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.hero-description p { margin:0; }
.hero-actions { display:flex; margin-top:28px; gap:11px; }
.button-glass { background:rgba(255,255,255,.12); backdrop-filter:blur(12px); }
.hero-controls { position:absolute; z-index:4; right:28px; bottom:26px; display:flex; align-items:center; gap:12px; }
.hero-controls button { display:grid; width:43px; height:43px; padding:0; place-items:center; border:1px solid rgba(255,255,255,.14); border-radius:50%; background:rgba(15,14,21,.58); backdrop-filter:blur(12px); }
.hero-pagination { display:flex; width:auto!important; gap:6px; }
.hero-pagination .swiper-pagination-bullet { width:7px; height:7px; margin:0!important; background:#fff; opacity:.38; }
.hero-pagination .swiper-pagination-bullet-active { width:24px; border-radius:99px; opacity:1; }

.seo-intro { display:grid; padding:clamp(24px,4vw,44px); grid-template-columns:.8fr 1.2fr; gap:clamp(25px,6vw,90px); border:1px solid var(--line); border-radius:26px; background:linear-gradient(145deg,#14131c,#0d0d13); }
.seo-intro p { margin:0; color:#b8b4c0; font-size:16px; line-height:1.75; }
.faq-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.faq details { overflow:hidden; border:1px solid var(--line); border-radius:17px; background:var(--surface); }
.faq summary { position:relative; padding:20px 48px 20px 20px; cursor:pointer; font-weight:780; list-style:none; }
.faq summary::after { position:absolute; top:18px; right:20px; content:"+"; color:#ff8ba3; font-size:24px; }
.faq details[open] summary::after { content:"−"; }
.faq details p { margin:0; padding:0 20px 20px; color:var(--muted); line-height:1.65; }

/* Fresh DLE service UI */
.attention,.berrors,.information { margin:0 0 20px; padding:16px 18px; border:1px solid var(--line); border-radius:14px; background:rgba(255,255,255,.05); color:#c9c6d0; }
.dle-form,.search-page,.pm-page,.form-sect,.dle-use_setting { width:min(760px,100%); margin-inline:auto; padding:clamp(22px,4vw,40px); border:1px solid var(--line); border-radius:22px; background:var(--surface); }
.dle-form_flex { display:flex; margin-bottom:18px; align-items:center; gap:16px; }
.dle-form_flexno,.e-float { margin-bottom:18px; }
.dle-form label,.dle-form_flexno label { display:block; margin-bottom:8px; color:var(--muted); }
input:not([type=checkbox],[type=radio],[type=submit],[type=button]),textarea,select { width:100%; min-height:50px; padding:13px 15px; border:1px solid var(--line); border-radius:12px; outline:0; background:#191821; color:#fff; }
input:focus,textarea:focus,select:focus { border-color:rgba(255,54,95,.65); box-shadow:0 0 0 3px rgba(255,54,95,.1); }
input[type=checkbox],input[type=radio] { accent-color:var(--accent); }
.e-btn,.bbcodes,.btn,button[type=submit],input[type=submit],input[type=button] { display:inline-flex; min-height:46px; padding:0 20px; align-items:center; justify-content:center; border:0; border-radius:12px; background:var(--accent); color:#fff; font-weight:800; }
.dle-use_content { display:flex; }
.dle-use_links { display:flex; }
.dle-use_info { padding:0; list-style:none; }
.dle-use_info li { min-width:0; }
.upload-avatar { display:flex; align-items:center; gap:15px; }
.form__table { width:100%; }
.navigation { flex-wrap:wrap; }
.comment-item { margin-top:16px; }
.dle-comm_item { padding:18px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.035); }
.dle-comm_meta,.dle-comm_user { display:flex; align-items:center; gap:12px; }
.dle-comm_user img { width:42px; height:42px; object-fit:cover; border-radius:50%; }
.dle-comm_text { margin-top:14px; color:#ccc8d2; line-height:1.7; }
.d-flex,.fx-row,.ai-center,.jc-center,.jc-space-between { display:flex; }.ai-center{align-items:center}.jc-center{justify-content:center}.jc-space-between{justify-content:space-between}.fx-col{display:flex;flex-direction:column}.flex-grow-1,.fx-1{flex:1}.d-none,.clr{display:none}.ws-nowrap{white-space:nowrap}.img-fit-cover{width:100%;height:100%;object-fit:cover}
.dle-addnews,.dle-stats,.tags-page,.inner-page,.static,.offline__container,.vote-box,.attach,.informer { padding:clamp(22px,4vw,38px); border:1px solid var(--line); border-radius:22px; background:var(--surface); }
.cloud-tags { display:flex; gap:8px; flex-wrap:wrap; }.cloud-tags a,.tags-page a { padding:8px 12px; border-radius:999px; background:var(--surface-2); }
.pm-page_lists { display:flex; margin:0 0 22px; padding:0; gap:8px; list-style:none; }.pm-page_lists a,.pm-page_lists span { display:block; padding:10px 14px; border-radius:10px; background:var(--surface-2); }.pm-page_status { margin-bottom:22px; color:var(--muted); }
.pm-item { display:flex; margin-top:16px; padding:18px; gap:16px; border:1px solid var(--line); border-radius:16px; }.pm-item_img img { width:52px; height:52px; object-fit:cover; border-radius:50%; }.pm-item_description{flex:1}.pm-item_meta{display:flex;gap:10px;color:var(--muted);font-size:12px}.pm-item_text{margin:14px 0;line-height:1.7}
.ui-widget-overlay { position:fixed; z-index:900; inset:0; background:rgba(0,0,0,.75); backdrop-filter:blur(6px); }.ui-dialog,.modal,.usp-popup { position:fixed; z-index:920; top:50%; left:50%; width:min(520px,calc(100% - 28px)); max-height:calc(100vh - 28px); padding:22px; overflow:auto; border:1px solid var(--line); border-radius:20px; background:#15141d; box-shadow:var(--shadow); transform:translate(-50%,-50%); }
.ui-dialog-titlebar { display:flex; margin-bottom:18px; justify-content:space-between; }.ui-dialog-titlebar-close { width:38px;height:38px;border:0;border-radius:10px;background:var(--surface-2); }
.search-page_table table,.form__table { width:100%; border-collapse:separate; border-spacing:0 10px; }.search-page_table td,.form__table td { padding:8px; }
.checkbox,.comments_subscribe { display:flex; align-items:center; gap:9px; }.dle-form_checkbox { display:grid; gap:10px; }
.wseditor { overflow:hidden; border:1px solid var(--line); border-radius:14px; }.bb-editor textarea { border-radius:0; }
.speedbar { padding:14px 0; color:var(--muted); font-size:13px; }.speedbar a:hover{color:#fff}

@media(max-width:1120px){
  .site-header .header-inner{grid-template-columns:auto auto minmax(220px,1fr) auto}.desktop-nav{display:none}.catalog{right:370px}
  .e-grid6{grid-template-columns:repeat(4,minmax(0,1fr))}.faq-list{grid-template-columns:1fr}
}
@media(max-width:760px){
  body{padding-bottom:74px}.site-header{height:64px}.site-header .header-inner{grid-template-columns:1fr auto auto;gap:8px}.catalog-btn span,.header-search form,.header-user-wrap{display:none}.catalog-btn,.search-open{display:grid;width:40px;height:40px;min-width:40px;padding:0}.catalog{position:fixed;top:72px;right:13px;left:13px;width:auto;grid-template-columns:repeat(2,1fr)}
  .header-search{width:auto}.header-search.is-open{position:fixed;z-index:300;inset:0;display:flex;padding:12px;background:rgba(7,7,11,.97)}.header-search.is-open form{display:flex;width:100%;height:50px}.header-search.is-open .search-open{display:none}.header-search.is-open .search-close{display:grid}
  .cinema-hero{width:calc(100% - 20px);margin-top:10px}.hero-swiper{height:610px;border-radius:22px}.hero-shade{background:linear-gradient(0deg,rgba(5,5,9,.99) 4%,rgba(5,5,9,.84) 58%,rgba(5,5,9,.2))}.hero-copy{width:100%;padding:28px 22px 72px;justify-content:flex-end}.hero-copy h2{font-size:clamp(38px,11vw,55px)}.hero-description{-webkit-line-clamp:2;font-size:14px}.hero-actions{width:100%;flex-direction:column}.hero-controls{right:20px;bottom:20px}.hero-controls button{display:none}
  .seo-intro{grid-template-columns:1fr}.faq-list{grid-template-columns:1fr}.e-grid2,.e-grid3,.e-grid4,.e-grid5,.e-grid6{grid-template-columns:repeat(2,minmax(0,1fr))}.dle-form_flex{align-items:stretch;flex-direction:column}.dle-use_content{align-items:flex-start;flex-wrap:wrap}
}

/* v12 — application header, lightweight icons, auth and fast search */
i[class*="fa-"] { display:inline-grid; place-items:center; font-style:normal; line-height:1; }
i[class*="fa-"]::before { display:block; min-width:1em; text-align:center; font-family:inherit; font-weight:900; }
.fa-grid-2::before{content:"▦"}.fa-magnifying-glass::before{content:"⌕"}.fa-user::before{content:"◉"}.fa-xmark::before,.fa-times::before{content:"×"}.fa-house::before{content:"⌂"}.fa-clapperboard::before{content:"▰"}.fa-film::before{content:"▤"}.fa-heart::before{content:"♡"}.fa-play::before{content:"▶";font-size:.82em}.fa-info-circle::before{content:"i"}.fa-chevron-left::before,.fa-angle-double-left::before{content:"‹"}.fa-chevron-right::before,.fa-angle-double-right::before{content:"›"}.fa-arrow-right::before,.fa-arrow-right-from-bracket::before,.fa-paper-plane-top::before{content:"→"}.fa-gear::before,.fa-cog::before{content:"⚙"}.fa-screwdriver-wrench::before{content:"◆"}.fa-upload::before,.fa-cloud-download::before{content:"↑"}.fa-trash::before{content:"×"}.fa-thumbs-up::before,.fa-plus::before{content:"+"}.fa-thumbs-down::before{content:"−"}.fa-vk::before{content:"VK";font-size:.7em;letter-spacing:-.08em}.fa-android::before{content:"A"}.fa-apple::before{content:"i"}.fa-align-left::before{content:"≡"}.fa-ellipsis::before{content:"…"}.fa-tv::before{content:"▣"}.fa-fire::before{content:"●"}.fa-camera-movie::before,.fa-projector::before{content:"▰"}

.site-header { height:88px; border:0; background:linear-gradient(180deg,rgba(7,7,11,.96),rgba(7,7,11,.36),transparent); backdrop-filter:none; }
.site-header .header-inner { top:10px; height:66px; padding:8px 10px 8px 16px; border:1px solid rgba(255,255,255,.1); border-radius:21px; background:rgba(17,16,24,.94); box-shadow:0 16px 50px rgba(0,0,0,.24); transition:height .24s ease,top .24s ease,background .24s ease,box-shadow .24s ease; }
.site-header.is-scrolled .header-inner { top:6px; height:60px; background:rgba(13,12,19,.98); box-shadow:0 18px 55px rgba(0,0,0,.4); transform:none; }
.header-logo { position:relative; z-index:2; }
.header-logo::after { position:absolute; right:-8px; bottom:3px; width:5px; height:5px; border-radius:50%; background:linear-gradient(135deg,#ff3976,#ff6538); box-shadow:0 0 14px #ff3976; content:""; }
.desktop-nav a { position:relative; padding:10px 0; transition:color .18s ease; }
.desktop-nav a::after { position:absolute; right:50%; bottom:4px; left:50%; height:2px; border-radius:9px; background:linear-gradient(90deg,#ff3976,#ff6538); content:""; transition:left .2s ease,right .2s ease; }
.desktop-nav a:hover::after { right:0; left:0; }
.catalog-btn,.guest-user,.account-toggle,.search-open { border:1px solid rgba(255,255,255,.1); background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.045)); transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease; }
.catalog-btn:hover,.guest-user:hover,.account-toggle:hover,.search-open:hover,.catalog-btn.is-active { border-color:rgba(255,78,112,.55); background:linear-gradient(145deg,rgba(255,55,111,.2),rgba(139,92,255,.12)); box-shadow:0 10px 30px rgba(255,45,91,.14); transform:translateY(-1px); }
.catalog { left:50%; right:auto; width:min(690px,calc(100vw - 32px)); padding:15px; grid-template-columns:repeat(3,minmax(0,1fr)); border-radius:22px; background:rgba(18,17,25,.96); transform:translate(-50%,-9px) scale(.985); backdrop-filter:blur(28px); }
.catalog.is-open { transform:translate(-50%,0) scale(1); }
.catalog a { min-height:46px; display:flex; align-items:center; border:1px solid transparent; }
.catalog a:hover { border-color:rgba(255,255,255,.08); background:linear-gradient(135deg,rgba(255,55,111,.13),rgba(139,92,255,.09)); }
.header-search form { height:46px; border-color:rgba(255,255,255,.08); border-radius:15px; background:rgba(255,255,255,.055); transition:border-color .18s ease,background .18s ease,box-shadow .18s ease; }
.header-search form:focus-within { border-color:rgba(255,79,114,.66); background:rgba(255,255,255,.075); box-shadow:0 0 0 4px rgba(255,54,95,.1),0 12px 35px rgba(0,0,0,.22); }
.header-search form>i { color:#ff7f9c; }
.hero-copy h2 { display:-webkit-box; max-width:100%; overflow:hidden; overflow-wrap:anywhere; text-wrap:balance; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.account-summary span { max-width:175px; }
.account-summary b { max-width:100%; line-height:1.25; }

.auth-modal { position:fixed; z-index:1000; inset:0; display:grid; padding:18px; place-items:center; visibility:hidden; opacity:0; pointer-events:none; transition:opacity .22s ease,visibility .22s ease; }
.auth-modal.is-open { visibility:visible; opacity:1; pointer-events:auto; }
.auth-backdrop { position:absolute; inset:0; width:100%; height:100%; border:0; background:rgba(4,4,8,.78); backdrop-filter:blur(13px); }
.auth-panel { position:relative; width:min(460px,100%); padding:clamp(28px,5vw,48px); overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:28px; background:radial-gradient(circle at 100% 0,rgba(139,92,255,.22),transparent 34%),radial-gradient(circle at 0 100%,rgba(255,54,95,.17),transparent 34%),#15141d; box-shadow:0 40px 120px rgba(0,0,0,.62); transform:translateY(18px) scale(.97); transition:transform .28s cubic-bezier(.2,.75,.2,1); }
.auth-modal.is-open .auth-panel { transform:none; }
.auth-close { position:absolute; top:14px; right:14px; display:grid; width:42px; height:42px; padding:0; place-items:center; border:1px solid var(--line); border-radius:13px; background:rgba(255,255,255,.06); }
.auth-brand { margin-bottom:25px; font-size:22px; font-weight:950; letter-spacing:-.055em; }.auth-brand span{color:#ff4a72}
.auth-panel h2 { margin:7px 0 10px; font-size:clamp(34px,8vw,48px); }.auth-panel>p{margin-bottom:25px;color:#bbb7c4}
.auth-panel form { display:grid; gap:9px; }.auth-panel label{margin-top:5px;color:#d8d4df;font-size:12px;font-weight:800}.auth-panel input{min-height:54px!important;background:rgba(255,255,255,.055)!important}
.auth-submit { min-height:54px; margin-top:12px; border:0; border-radius:14px; background:linear-gradient(135deg,#ff3976,#ff5938); box-shadow:0 16px 38px rgba(255,54,96,.26); color:#fff; font-weight:900; }
.auth-links { display:flex; margin-top:20px; justify-content:space-between; gap:14px; color:#ff9bb0; font-size:13px; font-weight:750; }

#searchsuggestions { position:fixed!important; z-index:990!important; top:84px!important; right:max(72px,calc((100vw - 1380px)/2 + 62px))!important; left:auto!important; display:grid; width:min(470px,calc(100vw - 24px)); max-height:min(520px,calc(100vh - 108px)); padding:10px; overflow:auto; border:1px solid rgba(255,255,255,.11); border-radius:22px; background:rgba(18,17,25,.97); box-shadow:0 28px 90px rgba(0,0,0,.55); backdrop-filter:blur(24px); }
#searchsuggestions>a:not(.dle-fast_item){display:block;padding:10px 12px;color:#c9c5d0}.dle-fast_item{position:relative;display:grid;min-width:0;padding:9px;grid-template-columns:58px minmax(0,1fr);gap:13px;border-radius:15px;transition:background .16s ease,transform .16s ease}.dle-fast_item:hover{background:rgba(255,255,255,.07);transform:translateX(3px)}.dle-fast_item>img{width:58px;height:82px;object-fit:cover;border-radius:10px;background:#272531}.dle-fast_item>div{min-width:0;padding:5px 0}.dle-fast_item>div>a{display:-webkit-box;overflow:hidden;color:#fff;font-size:14px;font-weight:850;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dle-fast_item>div>a::before{position:absolute;inset:0;content:""}.dle-fast_meta{display:flex;margin-top:8px;gap:7px;overflow:hidden;color:#aaa6b4;font-size:11px;white-space:nowrap}.dle-fast_meta span{overflow:hidden;text-overflow:ellipsis}.dle-fast_meta span+span{margin:0}#searchsuggestions .seperator{display:block;padding:10px;border-radius:12px;background:linear-gradient(135deg,#ff3976,#ff5938);color:#fff;text-align:center;font-size:12px;font-weight:850}#searchsuggestions .notfound{padding:18px;color:#c9c5d0;text-align:center}

.rating-color { background:#087d4a; color:#fff; }.rating-color.middle{background:#8b5a00}.rating-color.low{background:#a93642}
.site-footer,.footer-bottom,.footer-menu a,.footer-brand p { color:#c4c0cb; }.footer-menu strong,.footer-social strong{color:#fff}
.swiper-pagination-bullet { position:relative; width:34px!important; height:38px!important; margin:0!important; border-radius:0!important; background:transparent!important; opacity:1!important; }
.swiper-pagination-bullet::after { position:absolute; top:50%; left:50%; width:8px; height:8px; border-radius:99px; background:#fff; opacity:.42; content:""; transform:translate(-50%,-50%); transition:width .18s ease,opacity .18s ease; }
.swiper-pagination-bullet-active::after { width:25px; opacity:1; }
.keep-item_title { min-height:44px; margin-top:10px; display:flex; align-items:flex-start; padding-top:3px; }
.dle-use_title { min-width:0; flex:1; }.dle-use_title h2,.keep-full_title { max-width:100%; overflow-wrap:anywhere; text-wrap:balance; }.dle-use_title h2{font-size:clamp(28px,5vw,50px);line-height:1.05}

.reveal-ready { opacity:0; transform:translateY(28px); transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1); }.reveal-ready.is-revealed{opacity:1;transform:none}
.hero-slide.swiper-slide-active .hero-copy>* { animation:hero-in .68s both; }.hero-slide.swiper-slide-active .hero-copy>*:nth-child(2){animation-delay:.06s}.hero-slide.swiper-slide-active .hero-copy>*:nth-child(3){animation-delay:.11s}.hero-slide.swiper-slide-active .hero-copy>*:nth-child(4){animation-delay:.16s}.hero-slide.swiper-slide-active .hero-copy>*:nth-child(5){animation-delay:.21s}.hero-slide.swiper-slide-active .hero-art{animation:hero-art-in .8s cubic-bezier(.2,.75,.2,1) both}
@keyframes hero-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes hero-art-in{from{opacity:0;transform:translateY(-46%) rotate(5deg) scale(.94)}to{opacity:1;transform:translateY(-50%) rotate(2deg) scale(1)}}

@media(max-width:760px){
  .site-header{height:74px;background:linear-gradient(180deg,rgba(7,7,11,.98),rgba(7,7,11,.62),transparent)}
  .site-header .header-inner{top:6px;height:58px;padding:7px 8px 7px 12px;grid-template-columns:minmax(108px,1fr) auto auto auto;gap:6px;border-radius:18px}
  .site-header.is-scrolled .header-inner{top:4px;height:56px;transform:none}
  .header-logo{font-size:21px}.header-logo::after{right:-6px;width:4px;height:4px}
  .header-user-wrap{display:flex!important;min-width:40px}.guest-user,.account-toggle,.catalog-btn,.search-open{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:12px}
  .catalog{position:fixed;top:72px;right:12px;left:12px;width:auto;max-height:calc(100vh - 92px);overflow:auto;grid-template-columns:repeat(2,minmax(0,1fr));transform:translateY(-8px) scale(.985)}.catalog.is-open{transform:none}
  .header-search.is-open{width:100%!important;justify-self:auto!important;padding:10px 12px 0;align-items:flex-start}.header-search.is-open form{height:54px;border-radius:17px;background:#1a1923}.header-search.is-open .search-close{display:grid;width:38px;height:38px;min-width:38px}
  #searchsuggestions{top:76px!important;right:12px!important;left:12px!important;width:auto;max-height:calc(100vh - 92px);border-radius:18px}
  .account-menu{position:fixed;top:72px;right:12px;left:12px;width:auto}.account-summary span{max-width:calc(100vw - 110px)}
  .auth-panel{border-radius:23px}.auth-links{align-items:flex-start;flex-direction:column}
}

@media(prefers-reduced-motion:reduce){.reveal-ready{opacity:1;transform:none}.hero-slide.swiper-slide-active .hero-copy>*,.hero-slide.swiper-slide-active .hero-art{animation:none!important}}
@media(max-width:430px){.hero-copy h2{font-size:38px}.hero-swiper{height:570px}.e-grid2,.e-grid3,.e-grid4,.e-grid5,.e-grid6{gap:12px}}

/* v11 — stable DLE markup, cinematic hero and ivi-inspired accents */
.catalog.is-open { opacity:1; pointer-events:auto; transform:none; }

.keep-item { position:relative; }
.keep-item_media { position:relative; width:100%; overflow:hidden; aspect-ratio:2/3; border-radius:var(--radius); background:var(--surface); }
.keep-item_media .keep-item_bg { position:absolute; inset:0; width:100%; height:100%; aspect-ratio:auto; border-radius:inherit; }
.keep-item_media .keep-item_bg::after { inset:48% 0 0; }
.keep-item_media .keep-item_meta { position:absolute; z-index:4; right:10px; bottom:10px; left:10px; display:flex; width:auto; height:auto; align-items:center; gap:7px; overflow:hidden; pointer-events:none; }
.keep-item_media .keep-item_meta a { color:inherit; }
.keep-item_media .card-year,.keep-item_media .card-quality { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.episode-badge { position:absolute; z-index:5; top:10px; right:10px; display:flex; gap:5px; pointer-events:none; }
.episode-badge:empty { display:none; }
.episode-badge span,.series-pill { display:inline-flex; min-height:25px; padding:0 8px; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:linear-gradient(135deg,rgba(255,55,116,.96),rgba(255,91,50,.96)); box-shadow:0 7px 22px rgba(255,46,91,.28); color:#fff; font-size:10px; font-weight:900; letter-spacing:.04em; }

.hero-backdrop { position:absolute; z-index:0; inset:-14%; opacity:.58; filter:blur(34px) saturate(1.18); transform:scale(1.08); }
.hero-backdrop img { width:100%; height:100%; object-fit:cover; }
.hero-art { position:absolute; z-index:1; top:50%; right:clamp(38px,8vw,118px); width:clamp(250px,27vw,382px); overflow:hidden; aspect-ratio:2/3; border:1px solid rgba(255,255,255,.18); border-radius:28px; box-shadow:0 34px 90px rgba(0,0,0,.58); transform:translateY(-50%) rotate(2deg); }
.hero-art img { width:100%; height:100%; object-fit:cover; }
.hero-shade { z-index:2; background:linear-gradient(90deg,rgba(5,5,9,.99) 0%,rgba(5,5,9,.89) 42%,rgba(5,5,9,.25) 72%,rgba(5,5,9,.5)),linear-gradient(0deg,rgba(5,5,9,.72),transparent 54%); }
.hero-copy { z-index:3; width:min(670px,59%); }
.button-primary,.watch-button { background:linear-gradient(135deg,#ff3976,#ff5938); box-shadow:0 15px 38px rgba(255,54,96,.28); }
.button-primary:hover,.watch-button:hover { filter:brightness(1.08); transform:translateY(-2px); }
.keep-full { isolation:isolate; }
.keep-full_backdrop { opacity:.5; filter:saturate(1.12); }
.keep-full_poster { box-shadow:0 30px 80px rgba(0,0,0,.55); }

@media(max-width:760px){
  .hero-art{top:42%;right:-18%;width:min(72vw,370px);opacity:.67;border-radius:22px;transform:translateY(-50%) rotate(3deg)}
  .hero-shade{background:linear-gradient(0deg,rgba(5,5,9,.99) 5%,rgba(5,5,9,.91) 52%,rgba(5,5,9,.26) 86%),linear-gradient(90deg,rgba(5,5,9,.64),transparent)}
  .hero-copy{width:100%}
  .episode-badge{top:7px;right:7px}.episode-badge span{min-height:23px;padding-inline:7px}
}

/* Keep v12 menu transforms after the v11 compatibility layer. */
.catalog.is-open{transform:translate(-50%,0) scale(1)}
@media(max-width:760px){.catalog.is-open{transform:none}}

/* v13 — premium cobalt/violet system, readable typography and stable responsive hero */
:root {
  --coord-x:24%;
  --coord-y:16%;
  --color-primitive-cobalt1000-v2:#1027c7;
  --color-primitive-violet700-v2:#7848e8;
  --brand-radial:radial-gradient(circle at var(--coord-x) var(--coord-y),var(--color-primitive-cobalt1000-v2) 40.62%,var(--color-primitive-violet700-v2) 100%);
  --bg:#080b19;
  --surface:#101528;
  --surface-2:#171d35;
  --line:rgba(178,190,255,.14);
  --text:#f7f8ff;
  --muted:#b4bad0;
  --accent:#6578ff;
  --accent-2:#9a68ff;
  --color1:#6578ff;
  --color2:#9a68ff;
  --color3:#bec7ff;
  --bg2:#11162a;
  --bg3:#1a213c;
  --radius:20px;
  --shadow:0 28px 80px rgba(0,3,20,.48);
}

html { font-size:16px; }
body {
  background:
    radial-gradient(circle at 8% 5%,rgba(38,61,207,.17),transparent 28rem),
    radial-gradient(circle at 94% 28%,rgba(114,61,211,.11),transparent 34rem),
    var(--bg);
  font:450 16px/1.65 "Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-optical-sizing:auto;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,.header-logo,.button,.catalog-btn,.section-title,.section-head h2 { font-family:"Manrope","Inter",sans-serif; }
h1,h2,h3 { color:#fbfbff; font-weight:760; letter-spacing:-.045em; text-wrap:balance; }
p { color:#c3c8da; }
:focus-visible { outline-color:#91a0ff; }
.eyebrow,.page-heading>span { color:#aeb9ff; font-size:12px; letter-spacing:.145em; }
.section { margin-top:clamp(52px,7vw,96px); }

.site-header { border:0; background:linear-gradient(180deg,rgba(8,11,25,.96),rgba(8,11,25,.72),transparent); }
.site-header .header-inner {
  top:10px;
  height:64px;
  padding:8px 10px 8px 18px;
  border:1px solid rgba(184,195,255,.13);
  border-radius:20px;
  background:linear-gradient(110deg,rgba(21,27,51,.94),rgba(12,16,33,.9));
  box-shadow:0 18px 55px rgba(0,3,22,.34),inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(26px) saturate(1.25);
}
.header-logo { font-size:25px; font-weight:850; letter-spacing:-.06em; }
.header-logo span,.auth-brand span { color:#8d9cff; }
.header-logo::after { background:#8d9cff; box-shadow:0 0 16px #6479ff; }
.desktop-nav { color:#c2c7d8; font-size:14px; font-weight:620; }
.desktop-nav a { transition:color .18s ease,transform .18s ease; }
.desktop-nav a:hover { color:#fff; transform:translateY(-1px); }
.catalog-btn,.header-search_icon,.search-close,.guest-user,.account-toggle,.search-open {
  border:1px solid rgba(190,199,255,.12);
  background:rgba(255,255,255,.055);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
}
.catalog-btn:hover,.header-search_icon:hover,.guest-user:hover,.account-toggle:hover,.search-open:hover { border-color:rgba(157,170,255,.34); background:rgba(112,127,255,.13); }
.catalog-btn.active { background:var(--brand-radial); box-shadow:0 12px 30px rgba(43,56,197,.3); }
.header-search form { border-color:rgba(190,199,255,.12); background:rgba(255,255,255,.05); }
.header-search form:focus-within { border-color:rgba(137,152,255,.72); background:rgba(255,255,255,.075); box-shadow:0 0 0 4px rgba(78,95,230,.14),0 16px 36px rgba(0,2,18,.24); }
.header-search form>i { color:#9eabff; }
.header-search input:not([type="hidden"]) { font-size:14px; }
.header-search input::placeholder { color:#9299ae; }
.catalog,.header-search_top,.account-menu,#searchsuggestions { border-color:rgba(183,194,255,.15); background:rgba(13,18,38,.97); box-shadow:0 34px 100px rgba(0,2,20,.62); }
#searchsuggestions[hidden] { display:none!important; }
.catalog a:hover,.dle-fast_item:hover { border-color:rgba(145,159,255,.18); background:linear-gradient(135deg,rgba(45,67,210,.22),rgba(112,69,205,.14)); }

.hero-swiper {
  border:1px solid rgba(177,189,255,.12);
  border-radius:30px;
  background:#0b1022;
  box-shadow:0 38px 110px rgba(0,3,24,.5),inset 0 1px 0 rgba(255,255,255,.04);
}
.hero-slide::before {
  position:absolute;
  z-index:1;
  top:8%;
  right:3%;
  width:min(42vw,590px);
  aspect-ratio:1;
  border-radius:50%;
  background:var(--brand-radial);
  filter:blur(80px);
  opacity:.31;
  content:"";
}
.hero-backdrop { inset:-8%; opacity:.43; filter:blur(42px) saturate(1.12); transform:scale(1.05); }
.hero-shade {
  background:
    linear-gradient(90deg,rgba(7,11,26,.99) 0%,rgba(7,11,26,.94) 40%,rgba(7,11,26,.34) 72%,rgba(7,11,26,.6)),
    linear-gradient(0deg,rgba(7,11,26,.9),transparent 60%);
}
.hero-copy { width:min(700px,57%); padding-left:clamp(34px,5vw,76px); }
.hero-copy h2 { max-width:680px; font-size:clamp(45px,4.7vw,68px); line-height:.98; letter-spacing:-.058em; }
.hero-copy p { max-width:600px; color:#c6cce0; font-size:16px; line-height:1.62; }
.hero-meta { color:#c7ccdc; font-size:13px; }
.hero-meta span { min-width:0; max-width:230px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.hero-art {
  top:50%;
  right:clamp(34px,6vw,94px);
  width:clamp(270px,25vw,360px);
  height:auto;
  aspect-ratio:2/3;
  padding:7px;
  border:1px solid rgba(207,213,255,.23);
  border-radius:25px;
  background:rgba(14,19,40,.56);
  box-shadow:0 40px 100px rgba(0,2,24,.68),0 0 0 8px rgba(255,255,255,.025);
  transform:translateY(-50%);
}
.hero-art img { width:100%; height:100%; border-radius:18px; object-fit:cover; }
.button-primary,.watch-button,.auth-submit,#searchsuggestions .seperator {
  background:var(--brand-radial);
  box-shadow:0 16px 42px rgba(44,55,199,.34),inset 0 1px 0 rgba(255,255,255,.2);
}
.button-primary,.button-secondary,.watch-button { min-height:52px; border-radius:15px; font-size:14px; font-weight:780; }
.button-secondary { border-color:rgba(194,203,255,.17); background:rgba(255,255,255,.075); backdrop-filter:blur(16px); }
.hero-controls { border-color:rgba(188,199,255,.14); background:rgba(12,17,36,.64); backdrop-filter:blur(18px); }
@keyframes hero-art-in { from{opacity:0;transform:translateY(-47%) scale(.96)} to{opacity:1;transform:translateY(-50%) scale(1)} }

.section-title,.section-head h2 { font-size:clamp(28px,3vw,42px); }
.section-subtitle,.page-heading p { color:#b5bbce; font-size:15px; line-height:1.7; }
.keep-item_media { border:1px solid rgba(177,190,255,.1); border-radius:20px; background:#11172c; box-shadow:0 18px 48px rgba(0,3,24,.24); }
.keep-item_media::before { position:absolute; z-index:3; inset:0; border:1px solid transparent; border-radius:inherit; content:""; pointer-events:none; transition:border-color .25s ease,box-shadow .25s ease; }
.keep-item:hover .keep-item_media::before { border-color:rgba(131,147,255,.46); box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 20px 52px rgba(28,40,156,.26); }
.keep-item_media img { transition:transform .55s cubic-bezier(.2,.75,.2,1),filter .35s ease; }
.keep-item:hover .keep-item_media img { transform:scale(1.045); filter:saturate(1.07); }
.keep-item_title { min-height:49px; margin-top:12px; color:#f6f7ff; font-size:15px; font-weight:710; line-height:1.38; }
.keep-item_meta,.card-meta { color:#bdc2d2; font-size:12px; }
.keep-item_media .keep-item_meta { padding-top:26px; background:linear-gradient(0deg,rgba(6,9,21,.9),transparent); }
.episode-badge span,.series-pill { min-height:27px; border-color:rgba(255,255,255,.24); background:var(--brand-radial); box-shadow:0 9px 26px rgba(42,55,194,.34); font-size:11px; }
.rating-color { background:#087f55; }
.pagination a,.pagination span,.btn { min-height:44px; border-color:rgba(178,190,255,.12); background:#141a31; }
.pagination span,.pagination a:hover { background:var(--brand-radial); }

.keep-full { border-color:rgba(180,192,255,.13); background:#0d1226; box-shadow:0 36px 110px rgba(0,2,22,.5); }
.keep-full_backdrop { opacity:.42; filter:saturate(1.08); }
.keep-full_poster { border-color:rgba(195,203,255,.18); border-radius:24px; box-shadow:0 34px 90px rgba(0,2,25,.62); }
.keep-full_desc,.full-text,.fullstory-text { color:#c6cada; font-size:16px; line-height:1.78; }
.season-tabs,.xfieldimagegallery,.comments-wrap,.related-wrap,.seo-box { border-color:rgba(178,190,255,.12); background:linear-gradient(145deg,rgba(20,26,50,.82),rgba(12,17,36,.84)); }
.season-tab,.season-tabs a { min-height:44px; font-size:14px; }
.season-tab.active,.season-tabs a.active { background:var(--brand-radial); }
.auth-panel { border-color:rgba(183,194,255,.17); background:radial-gradient(circle at 100% 0,rgba(92,70,218,.28),transparent 38%),radial-gradient(circle at 0 100%,rgba(36,61,207,.22),transparent 38%),#11162b; }
.auth-links { color:#aeb9ff; font-size:14px; }
.dle-fast_item>div>a { font-size:15px; }
.dle-fast_meta { color:#b5bbce; font-size:12px; }
.site-footer,.footer-bottom,.footer-menu a,.footer-brand p { color:#b9bfd1; font-size:14px; }

@media(max-width:760px) {
  body { font-size:16px; line-height:1.62; }
  .container { width:min(100% - 24px,1380px); }
  .site-header { height:72px; background:linear-gradient(180deg,rgba(8,11,25,.98),rgba(8,11,25,.76),transparent); }
  .site-header .header-inner {
    top:6px;
    height:58px;
    padding:0;
    grid-template-columns:minmax(0,1fr) repeat(3,42px);
    gap:7px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
  }
  .site-header.is-scrolled .header-inner { top:5px; height:58px; }
  .header-logo {
    width:max-content;
    max-width:100%;
    justify-self:start;
    align-self:center;
    display:flex;
    min-width:0;
    height:46px;
    padding:0 13px;
    align-items:center;
    overflow:hidden;
    border:1px solid rgba(184,195,255,.14);
    border-radius:16px;
    background:rgba(18,24,47,.94);
    box-shadow:0 13px 35px rgba(0,3,22,.3),inset 0 1px 0 rgba(255,255,255,.045);
    font-size:20px;
  }
  .header-logo::after { display:none; }
  .guest-user,.account-toggle,.catalog-btn,.search-open { width:42px; height:42px; min-width:42px; min-height:42px; align-self:center; border-radius:14px; background:rgba(18,24,47,.94); }
  .hero-swiper { height:630px; border-radius:24px; }
  .hero-slide::before { top:0; right:-36%; width:130vw; opacity:.22; filter:blur(65px); }
  .hero-backdrop { inset:0; opacity:.31; filter:blur(28px) saturate(1.08); transform:scale(1.13); }
  .hero-backdrop img { object-fit:cover; object-position:center 18%; }
  .hero-art {
    display:block;
    top:24px;
    right:auto;
    left:50%;
    width:min(52vw,194px);
    padding:5px;
    border-radius:21px;
    opacity:.94;
    transform:translateX(-50%);
    box-shadow:0 28px 70px rgba(0,2,24,.6),0 0 0 6px rgba(255,255,255,.022);
  }
  .hero-art img { border-radius:15px; }
  .hero-slide.swiper-slide-active .hero-art { animation:hero-art-mobile-in .72s cubic-bezier(.2,.72,.2,1) both; }
  .hero-shade { background:linear-gradient(0deg,rgba(6,10,24,.997) 6%,rgba(6,10,24,.97) 43%,rgba(6,10,24,.5) 66%,rgba(6,10,24,.26)),linear-gradient(90deg,rgba(6,10,24,.48),transparent); }
  .hero-copy { width:100%; padding:0 22px 68px; }
  .hero-copy h2 { max-width:100%; font-size:clamp(36px,10.7vw,47px); line-height:1.01; -webkit-line-clamp:2; }
  .hero-copy p { display:-webkit-box; overflow:hidden; font-size:15px; line-height:1.55; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
  .hero-meta { flex-wrap:wrap; gap:7px 11px; font-size:12px; }
  .hero-meta span { max-width:180px; }
  .hero-actions { gap:9px; }
  .button-primary,.button-secondary { min-height:50px; padding-inline:16px; }
  .section { margin-top:58px; }
  .section-title,.section-head h2 { font-size:29px; }
  .keep-item_title { min-height:47px; font-size:14px; }
  .keep-item_meta,.card-meta { font-size:12px; }
  .episode-badge span { font-size:10px; }
  .keep-full_desc,.full-text,.fullstory-text { font-size:16px; line-height:1.72; }
  #searchsuggestions { background:rgba(13,18,38,.985); }
}

@keyframes hero-art-mobile-in {
  from { opacity:0; transform:translate(-50%,12px) scale(.96); }
  to { opacity:.94; transform:translate(-50%,0) scale(1); }
}

@media(max-width:430px) {
  .hero-swiper { height:610px; }
  .hero-copy h2 { font-size:clamp(34px,10.3vw,43px); }
  .hero-actions .button-secondary { padding-inline:13px; }
}

/* v14 — final premium polish, compact CSS icons and image-free instant search */
.catalog-btn i,.search-open i,.header-search form>i,.guest-user i,.account-toggle i {
  position:relative;
  display:block;
  width:18px;
  min-width:18px;
  height:18px;
  color:currentColor;
  font-size:0;
}
.catalog-btn i::before {
  position:absolute;
  top:3px;
  left:3px;
  width:4px;
  height:4px;
  border-radius:1.5px;
  background:currentColor;
  box-shadow:8px 0 currentColor,0 8px currentColor,8px 8px currentColor;
  content:"";
}
.search-open i::before,.header-search form>i::before {
  position:absolute;
  top:2px;
  left:2px;
  width:9px;
  height:9px;
  border:2px solid currentColor;
  border-radius:50%;
  content:"";
}
.search-open i::after,.header-search form>i::after {
  position:absolute;
  right:1px;
  bottom:2px;
  width:7px;
  height:2px;
  border-radius:2px;
  background:currentColor;
  content:"";
  transform:rotate(45deg);
  transform-origin:right center;
}
.guest-user i::before,.account-toggle i::before {
  position:absolute;
  top:2px;
  left:6px;
  width:6px;
  height:6px;
  border:1.8px solid currentColor;
  border-radius:50%;
  content:"";
}
.guest-user i::after,.account-toggle i::after {
  position:absolute;
  right:3px;
  bottom:2px;
  left:3px;
  height:7px;
  border:1.8px solid currentColor;
  border-bottom:0;
  border-radius:9px 9px 3px 3px;
  content:"";
}
.button-primary i,.watch-button i {
  width:0;
  height:0;
  margin-right:2px;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:8px solid currentColor;
  font-size:0;
}
.button-primary i::before,.watch-button i::before { content:none; }
.dle-fast_item {
  grid-template-columns:48px minmax(0,1fr);
  min-height:68px;
  padding:8px;
  border:1px solid transparent;
}
.dle-fast_visual {
  position:relative;
  display:grid;
  width:48px;
  height:52px;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(186,197,255,.16);
  border-radius:13px;
  background:var(--brand-radial);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 10px 24px rgba(30,43,164,.25);
}
.dle-fast_visual::after {
  position:absolute;
  inset:0;
  background:linear-gradient(145deg,rgba(255,255,255,.18),transparent 44%);
  content:"";
}
.dle-fast_visual i {
  z-index:1;
  width:0;
  height:0;
  margin-left:3px;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:9px solid #fff;
  font-size:0;
  filter:drop-shadow(0 3px 7px rgba(0,0,0,.3));
}
.dle-fast_item>div { align-self:center; padding:0; }
.dle-fast_item:hover { border-color:rgba(145,159,255,.2); }
.hero-art { will-change:opacity; }
.hero-art img { transform:translateZ(0); }
:focus-visible { outline:3px solid #91a0ff; outline-offset:3px; }
input:focus,textarea:focus,select:focus { border-color:rgba(137,152,255,.72); box-shadow:0 0 0 4px rgba(78,95,230,.14); }
.desktop-nav a::after { background:linear-gradient(90deg,#6578ff,#9a68ff); }
.catalog-btn.is-active { border-color:rgba(157,170,255,.38); background:var(--brand-radial); box-shadow:0 12px 30px rgba(43,56,197,.3); }
.hero-label { border-color:rgba(184,195,255,.18); background:rgba(112,127,255,.12); color:#d8ddff; }
.genre-row a:hover,.seasone-pages a:hover { border-color:rgba(137,152,255,.5); background:rgba(101,120,255,.12); }
.seasone-pages a.active { border-color:transparent; background:var(--brand-radial); box-shadow:0 10px 26px rgba(42,55,194,.3); }
.text-link,.faq summary::after { color:#aeb9ff; }
@media(max-width:760px) {
  .header-logo { flex:0 0 auto; }
  .header-logo span { flex:0 0 auto; }
  .hero-art { will-change:opacity; }
}

/* v15 — native typography, DLE search, catalog pagination and stable hero controls */
body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI Variable","Segoe UI",sans-serif;font-size:16px;font-weight:450}
h1,h2,h3,.header-logo,.button,.catalog-btn,.section-title,.section-head h2{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI Variable","Segoe UI",sans-serif}
.desktop-nav{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI Variable","Segoe UI",sans-serif;font-size:14px;font-weight:650;letter-spacing:-.012em}
.catalog-btn,.search-open,.guest-user,.account-toggle{font-family:inherit}.search-open{padding:0;place-items:center;line-height:0}.search-open i,.header-search form>i{margin:0;place-self:center}
#searchsuggestions{z-index:1000!important;display:grid;max-height:min(560px,calc(100vh - 110px));padding:9px!important;gap:4px;overflow-x:hidden!important;overflow-y:auto!important;border:1px solid rgba(187,198,255,.18)!important;border-radius:20px!important;background:linear-gradient(145deg,rgba(18,24,48,.985),rgba(10,14,31,.99))!important;box-shadow:0 30px 90px rgba(0,2,22,.66),inset 0 1px 0 rgba(255,255,255,.05)!important;backdrop-filter:blur(26px) saturate(1.2)}
#searchsuggestions[style*="display: none"],#searchsuggestions[hidden]{display:none!important}
#searchsuggestions .dle-fast_item{display:grid!important;width:100%!important;min-height:70px;margin:0!important;padding:9px!important;grid-template-columns:50px minmax(0,1fr)!important;align-items:center;gap:13px!important;overflow:hidden;border:1px solid transparent;border-radius:15px!important;background:transparent}
#searchsuggestions .dle-fast_item:hover{border-color:rgba(145,159,255,.21);background:linear-gradient(135deg,rgba(45,67,210,.24),rgba(112,69,205,.16))!important;transform:none}
#searchsuggestions .dle-fast_visual{width:50px;height:52px;border-radius:13px}#searchsuggestions .dle-fast_item>div{min-width:0;padding:0!important}
#searchsuggestions .dle-fast_item>div>a{display:-webkit-box!important;overflow:hidden;color:#f8f9ff!important;font-size:15px!important;font-weight:720!important;line-height:1.3!important;text-decoration:none!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}
#searchsuggestions .dle-fast_meta{display:flex;margin-top:7px;gap:7px;color:#b7bdd0!important;font-size:12px!important;line-height:1.35}#searchsuggestions .dle-fast_meta a{color:#b7bdd0!important}
#searchsuggestions .seperator{min-height:42px;margin-top:4px;border-radius:12px!important;font-size:13px!important}
.navigation{display:flex!important;width:max-content;max-width:100%;margin:48px auto 0!important;padding:8px!important;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:6px!important;overflow-x:auto;border:1px solid rgba(181,193,255,.14);border-radius:18px;background:linear-gradient(145deg,rgba(20,26,50,.88),rgba(11,16,34,.9));box-shadow:0 18px 48px rgba(0,3,24,.28),inset 0 1px 0 rgba(255,255,255,.045);scrollbar-width:none;-webkit-overflow-scrolling:touch}
.navigation::-webkit-scrollbar{display:none}.navigation>a,.navigation>span{display:grid!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;flex:0 0 44px;place-items:center;border:1px solid transparent!important;border-radius:13px!important;background:rgba(255,255,255,.045)!important;color:#c6ccdf!important;font:700 14px/1 ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important;text-decoration:none!important;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.navigation>a:hover{border-color:rgba(157,170,255,.3)!important;background:rgba(101,120,255,.14)!important;color:#fff!important;transform:translateY(-1px)}.navigation>span:not(.nav_ext){border-color:rgba(180,191,255,.22)!important;background:var(--brand-radial)!important;box-shadow:0 10px 26px rgba(42,55,194,.32);color:#fff!important}.navigation>.nav_ext{width:34px!important;min-width:34px!important;flex-basis:34px;background:transparent!important;color:#858da7!important}
.hero-controls{right:auto;bottom:28px;left:clamp(34px,5vw,76px);display:flex;min-height:54px;padding:6px;gap:7px;border:1px solid rgba(187,198,255,.17);border-radius:18px;background:rgba(10,15,34,.76);box-shadow:0 18px 52px rgba(0,2,23,.42),inset 0 1px 0 rgba(255,255,255,.055);backdrop-filter:blur(22px) saturate(1.2)}
.hero-controls button{display:grid;width:40px;min-width:40px;height:40px;padding:0;place-items:center;border-color:rgba(188,199,255,.13);border-radius:13px;background:rgba(255,255,255,.055);color:#f5f7ff}.hero-controls button:hover{border-color:rgba(151,164,255,.34);background:rgba(105,121,255,.16)}
.hero-progress{display:flex;min-width:150px;padding:0 10px;align-items:center;gap:10px}.hero-counter{flex:0 0 auto;color:#d9dded;font-size:11px;font-weight:760;letter-spacing:.08em;white-space:nowrap}.hero-pagination{display:flex!important;width:auto!important;align-items:center;gap:0!important}
.hero-pagination .swiper-pagination-bullet{position:relative;width:22px!important;min-width:22px;height:32px!important;margin:0!important;border-radius:0!important;background:transparent!important;opacity:1!important}.hero-pagination .swiper-pagination-bullet::after{position:absolute;top:50%;left:50%;width:5px;height:5px;border-radius:99px;background:#b6bed9;opacity:.48;content:"";transform:translate(-50%,-50%);transition:width .2s ease,background .2s ease,opacity .2s ease}.hero-pagination .swiper-pagination-bullet-active::after{width:18px;background:#94a3ff;opacity:1}
@media(max-width:760px){.navigation{width:calc(100vw - 24px);margin-top:34px!important;padding:7px!important;border-radius:16px}.navigation>a,.navigation>span{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;flex-basis:42px;border-radius:12px!important}#searchsuggestions{max-height:calc(100vh - 92px);border-radius:17px!important}.hero-controls{right:auto;bottom:16px;left:50%;min-height:48px;padding:4px;border-radius:15px;transform:translateX(-50%)}.hero-controls button{display:grid;width:38px;min-width:38px;height:38px;border-radius:11px}.hero-progress{min-width:126px;padding:0 5px;gap:5px}.hero-counter{font-size:10px}.hero-pagination .swiper-pagination-bullet{width:18px!important;min-width:18px;height:30px!important}.hero-pagination .swiper-pagination-bullet-active::after{width:14px}.hero-copy{padding-bottom:78px}}#searchsuggestions[style*="display: block"],#searchsuggestions[style*="display:block"]{display:grid!important}
.hero-controls button i{position:relative;display:block;width:14px;height:14px;min-width:14px;font-size:0}.hero-controls button i::before{position:absolute;top:3px;left:3px;width:7px;height:7px;background:none;content:""}.hero-prev i::before{border-bottom:2px solid currentColor;border-left:2px solid currentColor;transform:rotate(45deg)}.hero-next i::before{border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}
/* v16 — Montserrat typography, compact categories and both DLE fast-search formats */
@font-face{font-family:"Montserrat";font-style:normal;font-weight:100 900;font-display:swap;src:url("../fonts/montserrat-cyrillic.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:"Montserrat";font-style:normal;font-weight:100 900;font-display:swap;src:url("../fonts/montserrat-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
html{font-size:17px}body,button,input,textarea,select{font-family:"Montserrat",Arial,sans-serif!important}body{font-size:17px;line-height:1.68;font-weight:450}h1,h2,h3,h4,h5,h6,.header-logo,.button,.catalog-btn,.section-title,.section-head h2{font-family:"Montserrat",Arial,sans-serif!important}
p,.full-text,.fullstory-text,.keep-full_desc{font-size:17px}.section-subtitle,.page-heading p{font-size:16px}.eyebrow,.page-heading>span{font-size:13px}.button-primary,.button-secondary,.watch-button,.btn,.bbcodes,button[type=submit]{font-size:15px}.keep-item_title{font-size:16px}.keep-item_meta,.card-meta,.dle-fast_meta{font-size:13px}.keep-upd_title{font-size:15px}.keep-upd_meta{font-size:12px}.keep-upd_content time,.keep-upd_episode b{font-size:11px}.site-footer,.footer-bottom,.footer-menu a,.footer-brand p{font-size:15px}
.catalog-page.content{padding-top:22px;padding-bottom:70px}.catalog-page .page-heading{margin-bottom:24px}.speedbar{padding-top:9px;padding-bottom:9px;font-size:14px}
.navigation>[hidden]{display:none!important}.navigation{margin-top:28px!important;max-width:min(100%,520px)}.navigation>a,.navigation>span{font-family:"Montserrat",Arial,sans-serif!important;font-size:15px!important}
#searchsuggestions>a:not(.seperator):not(.dle-fast_item){position:relative;display:block!important;min-height:74px;margin:0!important;padding:14px 15px!important;overflow:hidden;border:1px solid transparent!important;border-radius:14px!important;background:rgba(255,255,255,.025)!important;color:#bdc4d8!important;font-size:15px!important;font-weight:470!important;line-height:1.62!important;text-decoration:none!important;transition:border-color .18s ease,background .18s ease,transform .18s ease}
#searchsuggestions>a:not(.seperator):not(.dle-fast_item)+a:not(.seperator){margin-top:4px!important}#searchsuggestions>a:not(.seperator):not(.dle-fast_item):hover{border-color:rgba(148,162,255,.22)!important;background:linear-gradient(135deg,rgba(45,67,210,.22),rgba(112,69,205,.14))!important;color:#e8ebf6!important;transform:translateX(2px)}
#searchsuggestions>a .searchheading{display:-webkit-box!important;margin:0 0 4px!important;overflow:hidden;color:#f7f8ff!important;font-family:"Montserrat",Arial,sans-serif!important;font-size:16px!important;font-weight:720!important;line-height:1.35!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}#searchsuggestions>a:not(.seperator):not(.dle-fast_item){display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:3}#searchsuggestions .seperator{display:flex!important;min-height:44px;align-items:center;justify-content:center;font-family:"Montserrat",Arial,sans-serif!important;font-size:14px!important;font-weight:750!important}
@media(min-width:761px){.header-logo{font-size:27px}.desktop-nav{font-family:"Montserrat",Arial,sans-serif!important;font-size:15px;font-weight:620;letter-spacing:-.01em}.catalog-btn{font-size:15px}.header-search input:not([type=hidden]){font-family:"Montserrat",Arial,sans-serif!important;font-size:15px}.site-header .header-inner{height:68px}}
@media(max-width:760px){body{font-size:16px}.catalog-page.content{padding-top:14px;padding-bottom:58px}.catalog-page .page-heading{margin-bottom:20px}.navigation{width:max-content;max-width:calc(100vw - 24px);margin-top:24px!important}.navigation>a,.navigation>span{font-size:14px!important}#searchsuggestions{padding:8px!important;gap:3px}#searchsuggestions>a:not(.seperator):not(.dle-fast_item){min-height:68px;padding:12px!important;font-size:14px!important;line-height:1.55!important;-webkit-line-clamp:3}#searchsuggestions>a .searchheading{font-size:15px!important}.header-logo{font-family:"Montserrat",Arial,sans-serif!important;font-size:20px}.search-open{display:grid!important;align-items:center!important;justify-items:center!important}.search-open i{position:relative!important;inset:auto!important;margin:auto!important}}
/* v17 — premium full story, episodes, rating and clean fast-search rows */
#searchsuggestions .dle-fast_item,#searchsuggestions>a:not(.seperator):not(.dle-fast_item){border:0!important;border-bottom:1px solid rgba(181,193,255,.1)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important}
#searchsuggestions .dle-fast_item:hover,#searchsuggestions>a:not(.seperator):not(.dle-fast_item):hover{border-color:rgba(181,193,255,.16)!important;background:transparent!important;box-shadow:none!important;color:#fff!important;transform:none!important}
#searchsuggestions .dle-fast_visual{box-shadow:none!important}
.keep-full{position:relative;min-height:clamp(610px,72vh,790px);overflow:hidden;isolation:isolate;border-bottom:1px solid rgba(177,189,255,.13);background:#070a17;box-shadow:inset 0 -80px 110px rgba(3,5,15,.68)}
.keep-full::before{position:absolute;inset:-25% 35% 20% -18%;z-index:-1;border-radius:50%;background:radial-gradient(circle at 42% 48%,rgba(43,66,230,.34),rgba(111,55,208,.16) 42%,transparent 70%);filter:blur(12px);pointer-events:none;content:""}
.keep-full::after{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,8,20,.93) 0%,rgba(7,10,24,.7) 43%,rgba(7,10,24,.38) 67%,rgba(5,7,17,.84) 100%),linear-gradient(0deg,#070a17 0%,transparent 46%);pointer-events:none;content:""}
.keep-full_bg{inset:-18px!important;opacity:.38!important;filter:blur(9px) saturate(1.16);transform:scale(1.045)}
.keep-full>.container{position:relative;z-index:2;display:grid;min-height:inherit;padding-top:clamp(54px,7vw,96px);padding-bottom:clamp(54px,7vw,96px);grid-template-columns:clamp(245px,23vw,330px) minmax(0,1fr);align-items:center;gap:clamp(34px,5vw,78px)}
.keep-full_poster{padding:6px;border:1px solid rgba(190,200,255,.17);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.025));box-shadow:0 34px 90px rgba(0,2,22,.55),0 0 0 1px rgba(111,127,255,.06)}
.keep-full_poster img{display:block;width:100%;border-radius:23px}.keep-full_title{max-width:930px;font-size:clamp(43px,5.4vw,76px)!important;line-height:1.02!important;letter-spacing:-.045em!important;text-wrap:balance}.keep-full_desc{max-width:790px;color:#c2c8da!important;line-height:1.72!important}
.keep-full_meta{display:flex;flex-wrap:wrap;gap:8px!important}.keep-full_meta>a,.keep-full_meta>span:not(.rating-color):not(.series-pill){display:inline-flex;min-height:34px;padding:7px 11px;align-items:center;border:1px solid rgba(181,193,255,.13);border-radius:11px;background:rgba(255,255,255,.045);color:#d6daea;text-decoration:none}
.series-pill{display:inline-flex!important;min-height:34px!important;padding:0 12px!important;align-items:center;gap:8px;border:1px solid rgba(158,172,255,.25)!important;border-radius:12px!important;background:linear-gradient(145deg,rgba(81,100,225,.2),rgba(111,66,199,.13))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 9px 24px rgba(14,23,91,.2)!important;color:#eef0ff!important;font-size:12px!important;font-weight:780!important;letter-spacing:.015em}.series-pill::before{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:#a8b2ff;box-shadow:0 0 0 4px rgba(119,136,255,.12),0 0 15px rgba(145,109,255,.65);content:""}
.keep-full_link{display:flex;flex-wrap:wrap;align-items:center;gap:10px!important}.keep-full_link .item__rating-likes{display:inline-flex;min-height:52px;padding:7px 8px 7px 15px;align-items:center;gap:11px;border:1px solid rgba(173,186,255,.18);border-radius:16px;background:rgba(12,18,42,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 14px 34px rgba(0,2,22,.25);color:#aeb6cd}.item__rating-likes span{font-size:11px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.item__rating-likes strong{display:grid;width:39px;min-width:39px;height:38px;place-items:center;border-radius:12px;background:var(--brand-radial);box-shadow:0 8px 22px rgba(48,61,206,.34),inset 0 1px 0 rgba(255,255,255,.18);color:#fff;font-size:15px;font-weight:820}
.keep-full_link>a:has(.fa-thumbs-up),.keep-full_link>a:has(.fa-thumbs-down){display:grid!important;width:52px!important;min-width:52px!important;height:52px!important;padding:0!important;place-items:center;border:1px solid rgba(177,189,255,.14)!important;border-radius:16px!important;background:rgba(255,255,255,.05)!important;color:#cbd1e2!important}.keep-full_link>a:has(.fa-thumbs-up):hover{border-color:rgba(92,224,164,.35)!important;background:rgba(58,180,125,.13)!important;color:#85ebba!important}.keep-full_link>a:has(.fa-thumbs-down):hover{border-color:rgba(255,121,151,.35)!important;background:rgba(207,65,99,.13)!important;color:#ff9aaf!important}
.episodes-section{position:relative;overflow:hidden;isolation:isolate;padding:clamp(28px,4vw,50px)!important;border:1px solid rgba(177,189,255,.14);border-radius:30px;background:radial-gradient(circle at 4% 0%,rgba(48,68,220,.2),transparent 34%),radial-gradient(circle at 98% 100%,rgba(120,61,206,.15),transparent 38%),linear-gradient(145deg,rgba(19,25,50,.94),rgba(9,13,29,.96));box-shadow:0 30px 90px rgba(0,3,25,.32),inset 0 1px 0 rgba(255,255,255,.055)}.episodes-section::before{position:absolute;top:-90px;right:-90px;z-index:-1;width:260px;height:260px;border-radius:50%;background:var(--brand-radial);opacity:.16;filter:blur(55px);content:""}.episodes-section>*{position:relative;z-index:1}.episodes-section .section-head{margin-bottom:24px}.episode-grid{gap:16px!important}
.keep-upd_item{position:relative;min-height:154px!important;padding:12px!important;grid-template-columns:86px minmax(0,1fr)!important;gap:15px!important;overflow:hidden;border:1px solid rgba(178,190,255,.12)!important;border-radius:20px!important;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 16px 38px rgba(0,2,22,.2)!important;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}.keep-upd_item:hover{border-color:rgba(144,159,255,.34)!important;background:linear-gradient(145deg,rgba(82,101,226,.14),rgba(114,70,201,.08))!important;box-shadow:0 22px 50px rgba(0,2,25,.34),inset 0 1px 0 rgba(255,255,255,.07)!important;transform:translateY(-3px)}.keep-upd_poster{height:130px!important;border:1px solid rgba(194,203,255,.12);border-radius:15px!important;box-shadow:0 13px 30px rgba(0,2,20,.3)}.keep-upd_title{padding-right:62px;color:#f5f6ff!important;font-size:16px!important;font-weight:720!important;line-height:1.34!important}.keep-upd_meta{color:#9fa8c0!important;font-size:12px!important}.keep-upd_content time{color:#8f98af!important;font-size:11px!important}.keep-upd_episode{top:10px!important;right:10px!important;bottom:auto!important;left:auto!important}.keep-upd_episode b{display:inline-flex!important;min-height:27px;padding:0 9px!important;align-items:center;border:1px solid rgba(196,204,255,.2)!important;border-radius:9px!important;background:var(--brand-radial)!important;box-shadow:0 8px 20px rgba(42,55,194,.28);color:#fff!important;font-size:10px!important;font-weight:800!important;letter-spacing:.04em}
@media(max-width:760px){.keep-full{min-height:0}.keep-full>.container{min-height:0;padding-top:34px;padding-bottom:44px;grid-template-columns:112px minmax(0,1fr);align-items:start;gap:18px}.keep-full_poster{padding:4px;border-radius:19px}.keep-full_poster img{border-radius:14px}.keep-full_title{font-size:clamp(29px,8vw,42px)!important;line-height:1.08!important}.keep-full_desc{grid-column:1/-1;font-size:15px!important}.keep-full_link{grid-column:1/-1}.keep-full_link .item__rating-likes{min-height:48px;padding:6px 7px 6px 12px}.item__rating-likes strong{width:35px;min-width:35px;height:34px}.episodes-section{width:calc(100% - 24px)!important;padding:24px 0 24px 14px!important;border-radius:24px}.episodes-section .section-head{padding-right:14px}.episode-grid{padding-right:14px;gap:12px!important}.keep-upd_item{min-width:min(326px,86vw)!important;min-height:146px!important;grid-template-columns:79px minmax(0,1fr)!important}.keep-upd_poster{height:120px!important}.keep-upd_title{font-size:15px!important}}

/* v18 — readable cinematic full-story hero and corrected backdrop class */
.keep-full{min-height:clamp(560px,68vh,720px);padding:0!important;isolation:isolate;border:1px solid rgba(169,183,255,.12);border-right:0;border-left:0;background:linear-gradient(135deg,#080c1d 0%,#0b1025 48%,#070a17 100%);box-shadow:inset 0 -100px 140px rgba(2,4,14,.66)}
.keep-full_backdrop{position:absolute;inset:0!important;z-index:0;overflow:hidden;opacity:.2!important;filter:none!important;transform:none!important;pointer-events:none}
.keep-full_backdrop img{width:100%;height:100%;object-fit:cover;object-position:center 22%;filter:blur(24px) saturate(.82) brightness(.54);transform:scale(1.1)}
.keep-full::before{position:absolute;inset:0;z-index:1;border-radius:0;background:radial-gradient(circle at 14% 35%,rgba(47,69,223,.24),transparent 38%),radial-gradient(circle at 82% 25%,rgba(116,62,202,.15),transparent 36%);filter:none;content:""}
.keep-full::after{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(5,8,20,.98) 0%,rgba(7,10,24,.91) 36%,rgba(7,10,24,.8) 66%,rgba(5,7,18,.94) 100%),linear-gradient(0deg,#070a17 0%,transparent 44%,rgba(4,7,18,.28) 100%);content:""}
.keep-full>.container{z-index:2;min-height:inherit;padding-top:clamp(42px,5vw,68px);padding-bottom:clamp(42px,5vw,68px);grid-template-columns:clamp(230px,21vw,300px) minmax(0,1fr);gap:clamp(30px,4vw,58px)}
.keep-full_left{position:relative;z-index:1}.keep-full_left::after{position:absolute;inset:12% -14% -8%;z-index:-1;border-radius:50%;background:var(--brand-radial);opacity:.22;filter:blur(38px);content:""}
.keep-full_poster{padding:5px;overflow:hidden;aspect-ratio:2/3;border:1px solid rgba(201,208,255,.22);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.025));box-shadow:0 34px 82px rgba(0,2,20,.58),0 0 0 1px rgba(108,124,255,.07)}
.keep-full_poster img{height:100%;object-fit:cover;border-radius:20px}
.keep-full_center{position:relative;max-width:920px;padding:clamp(26px,3.1vw,42px);overflow:hidden;border:1px solid rgba(184,195,255,.16);border-radius:30px;background:linear-gradient(145deg,rgba(14,20,43,.88),rgba(8,12,29,.8));box-shadow:0 28px 80px rgba(0,2,22,.36),inset 0 1px 0 rgba(255,255,255,.055);backdrop-filter:blur(18px) saturate(1.12)}
.keep-full_center::before{position:absolute;top:0;left:clamp(24px,3vw,42px);width:86px;height:3px;border-radius:0 0 6px 6px;background:var(--brand-radial);box-shadow:0 0 22px rgba(106,119,255,.54);content:""}
.keep-full_title{max-width:820px;margin:0;color:#fff!important;font-size:clamp(40px,4.6vw,64px)!important;font-weight:780!important;line-height:1.04!important;letter-spacing:-.042em!important;text-shadow:0 3px 22px rgba(0,0,0,.34)}
.keep-full_meta{margin-top:18px!important;gap:8px!important;color:#d7dced!important}.keep-full_meta>span:not(.rating-color):not(.series-pill){min-height:36px;padding:8px 11px;border-color:rgba(189,199,255,.16);background:rgba(255,255,255,.055);color:#e4e7f2}.keep-full_meta a{color:#eef0fb!important;text-decoration:none}.keep-full_meta a:hover{color:#fff!important}
.keep-full_subtitle{display:block;max-width:760px;margin-top:20px!important;color:#cbd1e1!important;font-size:16px!important;line-height:1.72!important}.keep-full_subtitle p{margin:0;color:inherit!important;font-size:inherit!important;line-height:inherit!important}.keep-full_subtitle.e-clamp2{-webkit-line-clamp:3}
.keep-full_link{margin-top:26px!important;gap:10px!important}.keep-full_link>a{border:1px solid rgba(184,195,255,.13);background:rgba(255,255,255,.055);color:#eef1fb}.keep-full_link>.watch-button{min-height:54px;padding-inline:25px;border-color:rgba(191,199,255,.2);background:var(--brand-radial);box-shadow:0 16px 36px rgba(43,57,202,.34),inset 0 1px 0 rgba(255,255,255,.17)}
.keep-full_link .item__rating-likes{background:rgba(7,12,30,.78);color:#bac2d7}
@supports not (backdrop-filter:blur(2px)){.keep-full_center{background:#0c1229}}
@media(max-width:760px){.keep-full{min-height:0}.keep-full_backdrop{opacity:.14!important}.keep-full_backdrop img{object-position:center 15%;filter:blur(28px) saturate(.75) brightness(.46)}.keep-full::after{background:linear-gradient(180deg,rgba(6,9,21,.84),rgba(6,9,22,.96) 64%,#070a17)}.keep-full>.container{min-height:0;padding:30px 14px 42px;grid-template-columns:116px minmax(0,1fr);gap:16px}.keep-full_poster{padding:3px;border-radius:18px}.keep-full_poster img{border-radius:14px}.keep-full_center{padding:20px;border-radius:23px}.keep-full_center::before{left:20px;width:64px}.keep-full_title{font-size:clamp(28px,7.5vw,39px)!important;line-height:1.08!important}.keep-full_meta{margin-top:14px!important}.keep-full_meta>span:not(.rating-color):not(.series-pill){min-height:31px;padding:6px 9px;font-size:11px}.keep-full_subtitle{display:block!important;margin-top:15px!important;font-size:14px!important;line-height:1.6!important}.keep-full_subtitle.e-clamp2{-webkit-line-clamp:3}.keep-full_link{margin-top:18px!important}.keep-full_link>.watch-button{min-height:49px;padding-inline:19px}}
@media(max-width:560px){.keep-full>.container{display:block}.keep-full_left{width:118px;margin:0 auto 18px}.keep-full_center{width:100%;padding:22px 18px}.keep-full_title{text-align:left}.keep-full_link .item__rating-likes{order:3}.keep-full_link>a:has(.fa-thumbs-up),.keep-full_link>a:has(.fa-thumbs-down){width:48px!important;min-width:48px!important;height:48px!important}}

/* v18.1 — mobile containment and visible restrained artwork */
.keep-full_center{min-width:0}
@media(min-width:761px){.keep-full_backdrop{opacity:.28!important}.keep-full_backdrop img{filter:blur(21px) saturate(.9) brightness(.62)}.keep-full::after{background:linear-gradient(90deg,rgba(5,8,20,.97) 0%,rgba(7,10,24,.88) 38%,rgba(7,10,24,.7) 72%,rgba(5,7,18,.82) 100%),linear-gradient(0deg,#070a17 0%,transparent 46%)}}
@media(max-width:560px){.keep-full>.container,.keep-full_center,.keep-full_meta,.keep-full_link,.keep-full_subtitle{max-width:100%;min-width:0}.keep-full_meta>span:not(.rating-color):not(.series-pill){max-width:100%;flex-wrap:wrap;overflow-wrap:anywhere;white-space:normal}.keep-full_meta a{overflow-wrap:anywhere;white-space:normal}.keep-full_link{overflow:hidden}.keep-full_link>.watch-button{flex:1 1 150px;justify-content:center}.keep-full_link .item__rating-likes{max-width:100%;flex:0 1 auto}.keep-full_subtitle,.keep-full_subtitle p{overflow-wrap:anywhere}}

/* v19 — compact home, stable DLE search/category grid and mobile full story */
.cinema-hero~.section{margin-top:clamp(32px,4vw,56px)}
.cinema-hero+.keep-items{margin-top:clamp(26px,3.4vw,46px)}
.cinema-hero~.seo-intro,.cinema-hero~.faq{margin-top:clamp(36px,4.5vw,62px)}

.catalog-page>.e-grid6>#fullsearch,.catalog-page>.e-grid6>.navigation,.catalog-page>.e-grid6>.attention{width:100%;min-width:0;grid-column:1/-1}
.catalog-page>.e-grid6>.navigation{justify-self:center}
#fullsearch{max-width:100%;min-width:0}
.search-page{width:min(1080px,100%)!important;max-width:100%;margin-inline:auto;padding:clamp(24px,3.6vw,42px)!important;overflow:hidden;border:1px solid rgba(177,189,255,.15)!important;border-radius:28px!important;background:radial-gradient(circle at 0 0,rgba(52,72,219,.16),transparent 34%),linear-gradient(145deg,rgba(18,24,48,.96),rgba(9,13,30,.97))!important;box-shadow:0 28px 80px rgba(0,3,24,.32),inset 0 1px 0 rgba(255,255,255,.055)}
.search-page>h1{margin:0 0 24px;color:#fff;font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.035em}
.search-page_table,.search-page_table>table{width:100%!important;max-width:100%;min-width:0}
.search-page_table table{table-layout:fixed;border-collapse:separate!important;border-spacing:12px!important}
.search-page_table td.search{min-width:0;padding:0!important;vertical-align:top}
.search-page fieldset{min-width:0;margin:0 0 12px!important;padding:18px!important;border:1px solid rgba(181,193,255,.13);border-radius:17px;background:rgba(255,255,255,.035)}
.search-page legend{padding:0 8px;color:#eef1ff;font-size:13px;font-weight:760}
.search-page_table td.search>div{max-width:100%}
.search-page input.textin,.search-page select.textin,.search-page textarea,.search-page #catlist{width:100%!important;max-width:100%!important;min-height:46px;margin:6px 0;padding:0 13px;border:1px solid rgba(181,193,255,.16);border-radius:12px;background:#0c1229;color:#eef1fb;font-family:inherit;font-size:14px;outline:0}
.search-page #catlist{height:220px;padding:9px}
.search-page input[type=checkbox],.search-page input[type=radio]{width:18px!important;min-width:18px;height:18px;min-height:18px;margin:0 7px 0 0;padding:0;accent-color:#6f7fff;vertical-align:-4px}
.search-page label{display:inline-flex;margin:5px 12px 5px 0;align-items:center;color:#c9cede;font-size:13px;line-height:1.45}
.search-page .bbcodes{min-height:46px;margin:5px 8px 5px 0!important;padding:0 18px;border:1px solid rgba(184,195,255,.17);border-radius:13px;background:var(--brand-radial);box-shadow:0 10px 25px rgba(42,55,194,.25);color:#fff;font-family:inherit;font-size:14px;font-weight:760;cursor:pointer}
.search-page .bbcodes[name=doclear],.search-page .bbcodes[name=dofullsearch]{background:rgba(255,255,255,.065);box-shadow:none}
.search-page .attention{margin:22px 0 0;padding:14px 16px;border:1px solid rgba(157,171,255,.18);border-radius:14px;background:rgba(82,99,218,.1);color:#dce1f2;font-size:14px}
.catalog-page>.e-grid6>#fullsearch+.keep-item{margin-left:0}

.keep-detal>.container{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:22px!important}
.keep-detal>.container>div:first-child{padding:clamp(22px,3vw,36px);border:1px solid rgba(177,189,255,.13);border-radius:26px;background:linear-gradient(145deg,rgba(18,24,48,.82),rgba(9,13,30,.86));box-shadow:0 22px 64px rgba(0,3,24,.24),inset 0 1px 0 rgba(255,255,255,.045)}
.keep-detal>.container>div:first-child h2,.keep-facts h2{margin:0 0 18px;color:#fff;font-size:clamp(25px,3vw,34px);letter-spacing:-.025em}
.keep-detal_text{color:#c9cede;font-size:17px;line-height:1.82}.keep-detal_text p:first-child{margin-top:0}.keep-detal_text p:last-child{margin-bottom:0}
.keep-facts{position:static!important;padding:clamp(22px,3vw,36px)!important;border:1px solid rgba(177,189,255,.14)!important;border-radius:26px!important;background:radial-gradient(circle at 100% 0,rgba(105,65,204,.13),transparent 35%),linear-gradient(145deg,rgba(17,23,47,.91),rgba(8,12,28,.94))!important;box-shadow:0 22px 64px rgba(0,3,24,.25),inset 0 1px 0 rgba(255,255,255,.05)!important}
.keep-facts ul{display:grid;margin:0!important;padding:0!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;list-style:none}
.keep-facts li{display:block!important;min-width:0;padding:15px!important;border:1px solid rgba(181,193,255,.1)!important;border-radius:15px;background:rgba(255,255,255,.035);color:#e2e5ef!important;font-size:14px;line-height:1.55;overflow-wrap:anywhere}
.keep-facts li>span:first-child{display:block;margin-bottom:5px;color:#939db7!important;font-size:10px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}
.keep-facts a{color:#dfe4ff;text-decoration:none}.keep-facts a:hover{color:#fff}.keep-facts br{display:none}

@media(max-width:980px){.keep-facts ul{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
  .cinema-hero~.section,.cinema-hero+.keep-items,.cinema-hero~.seo-intro,.cinema-hero~.faq{margin-top:30px}
  .catalog-page>.e-grid6>#fullsearch,.catalog-page>.e-grid6>.navigation,.catalog-page>.e-grid6>.attention{grid-column:1/-1}
  .search-page{padding:20px 14px!important;border-radius:22px!important}.search-page>h1{margin-bottom:18px;font-size:31px}
  .search-page_table table,.search-page_table tbody,.search-page_table tr,.search-page_table td{display:block!important;width:100%!important;max-width:100%!important}
  .search-page_table table{table-layout:auto;border-spacing:0!important}.search-page fieldset{padding:15px!important;border-radius:15px}.search-page #catlist{height:190px}
  .search-page .bbcodes{display:flex;width:100%;margin:8px 0 0!important;align-items:center;justify-content:center}
  .keep-full{min-height:0}.keep-full_backdrop{opacity:.2!important}.keep-full_backdrop img{object-position:center 12%;filter:blur(22px) saturate(.82) brightness(.5)}
  .keep-full>.container{display:flex!important;width:min(100% - 24px,720px);min-height:0;padding:28px 0 40px!important;flex-direction:column;gap:20px!important}
  .keep-full_left{width:clamp(170px,46vw,210px)!important;margin:0 auto!important}.keep-full_poster{padding:4px;border-radius:23px}.keep-full_poster img{border-radius:17px}
  .keep-full_center{width:100%!important;max-width:100%;padding:clamp(20px,5vw,28px)!important;border-radius:24px}.keep-full_title{font-size:clamp(30px,8.5vw,44px)!important}.keep-full_subtitle{font-size:15px!important;-webkit-line-clamp:4!important}
  .keep-full_link{overflow:visible}.keep-full_link>.watch-button{flex:1 1 170px;justify-content:center}
  .keep-detal>.container>div:first-child,.keep-facts{padding:22px 17px!important;border-radius:22px!important}.keep-detal_text{font-size:16px;line-height:1.72}.keep-facts ul{grid-template-columns:1fr}.keep-facts li{padding:14px!important}
  .navigation{grid-column:1/-1!important;justify-self:center!important}
}

/* v20 — compact home, resilient search/navigation, facts and moderated reviews */
.cinema-hero+.keep-items{margin-top:18px!important;padding-block:clamp(22px,2.7vw,38px)!important}
.cinema-hero~.section{margin-top:clamp(28px,3.1vw,44px)!important}
.cinema-hero~.seo-intro,.cinema-hero~.faq{margin-top:clamp(30px,3.4vw,48px)!important}
.cinema-hero~.section .section-head{margin-bottom:17px}

.catalog-page>.e-grid6{align-items:start}
.catalog-page>.e-grid6>#fullsearch,.catalog-page>.e-grid6>.search-results-heading,.catalog-page>.e-grid6>.navigation,.catalog-page>.e-grid6>.attention{width:100%;min-width:0;grid-column:1/-1!important}
.catalog-page>.e-grid6>.keep-item{width:auto!important;min-width:0!important}
.search-results-heading{margin:12px 0 3px;color:#f7f8ff;font-size:clamp(24px,2.7vw,34px);line-height:1.15;letter-spacing:-.025em}
#fullsearch{display:block;max-width:100%;min-width:0;overflow:hidden}
.search-page{isolation:isolate}
.search-page::before{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 92% 8%,rgba(114,71,213,.12),transparent 28%);pointer-events:none;content:""}
.search-page_table{overflow:hidden}
.search-page_table table{max-width:100%!important}
.search-page_table input,.search-page_table select{box-sizing:border-box}
.search-page input.textin:focus,.search-page select.textin:focus,.search-page #catlist:focus{border-color:rgba(139,154,255,.62);box-shadow:0 0 0 4px rgba(77,94,225,.13)}
.search-page #dosearch{background:var(--brand-radial)!important}.search-page #doclear,.search-page #dofullsearch{background:rgba(255,255,255,.06)!important}

.navigation.is-compact,.catalog-page .e-grid6>.navigation{display:flex!important;width:fit-content!important;max-width:100%!important;margin:30px auto 0!important;padding:7px!important;grid-column:1/-1!important;justify-self:center!important;flex-wrap:nowrap!important;gap:5px!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none}
.navigation.is-compact::-webkit-scrollbar,.catalog-page .e-grid6>.navigation::-webkit-scrollbar{display:none}
.navigation.is-compact>a,.navigation.is-compact>span,.catalog-page .e-grid6>.navigation>a,.catalog-page .e-grid6>.navigation>span{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;flex:0 0 42px!important}
.navigation.is-compact>.nav_ext,.catalog-page .e-grid6>.navigation>.nav_ext{width:28px!important;min-width:28px!important;flex-basis:28px!important}

.keep-detal>.container{gap:18px!important}
.keep-facts{position:relative;overflow:hidden}
.keep-facts::before{position:absolute;top:0;left:clamp(22px,3vw,36px);width:88px;height:3px;border-radius:0 0 6px 6px;background:var(--brand-radial);box-shadow:0 0 22px rgba(101,116,255,.45);content:""}
.keep-facts ul{align-items:stretch}.keep-facts li{transition:border-color .18s ease,background .18s ease,transform .18s ease}.keep-facts li:hover{border-color:rgba(150,164,255,.25)!important;background:rgba(93,108,224,.09);transform:translateY(-1px)}

.comments-section{margin-top:clamp(34px,4vw,58px)!important}
.dle-comm{position:relative;overflow:hidden;padding:clamp(22px,3.5vw,42px)!important;border-color:rgba(178,190,255,.14)!important;border-radius:30px!important;background:radial-gradient(circle at 100% 0,rgba(111,65,205,.14),transparent 34%),linear-gradient(145deg,rgba(18,24,48,.95),rgba(8,12,28,.97))!important;box-shadow:0 28px 82px rgba(0,3,24,.3),inset 0 1px 0 rgba(255,255,255,.05)}
.comments-heading{display:flex;margin-bottom:22px;padding-bottom:20px;align-items:end;justify-content:space-between;gap:28px;border-bottom:1px solid rgba(181,193,255,.11)}
.comments-heading h2{margin:4px 0 0!important;color:#fff;font-size:clamp(28px,3.2vw,42px);letter-spacing:-.035em}.comments-heading h2>span{display:inline-grid;min-width:36px;height:32px;margin-left:7px;padding:0 8px;place-items:center;border:1px solid rgba(167,180,255,.2);border-radius:10px;background:rgba(103,119,239,.12);color:#cbd2ff;font-size:13px;vertical-align:5px}
.comments-heading>p{max-width:430px;margin:0;color:#99a2ba;font-size:13px;line-height:1.6;text-align:right}
#dle-comments-form{margin-bottom:26px;padding:18px;border:1px solid rgba(181,193,255,.12);border-radius:20px;background:rgba(255,255,255,.035)}
#commentsadd{min-height:126px;padding:16px 17px!important;resize:vertical;border:1px solid rgba(181,193,255,.16);border-radius:15px;background:#0a1025;color:#f2f4fb;font-size:15px;line-height:1.6}
#commentsadd::placeholder{color:#7f89a3}.dle-form_flex input{min-height:48px;border-color:rgba(181,193,255,.15);background:#0a1025}
.dle-comm_submit button{min-height:48px;padding:0 20px;border:0;border-radius:14px;background:var(--brand-radial);box-shadow:0 12px 28px rgba(42,55,194,.28);color:#fff;font-weight:780}
.comments-tree-list{margin:0;padding:0;list-style:none}.comments-tree-item{margin:0;padding:0;list-style:none}.comments-tree-item+.comments-tree-item{margin-top:12px}.comments-tree-list .comments-tree-list{margin:12px 0 0 clamp(18px,4vw,56px);padding-left:14px;border-left:1px solid rgba(153,167,255,.17)}
.comment-item{margin-top:0!important}.dle-comm_item{padding:18px 19px!important;border-color:rgba(179,191,255,.11)!important;border-radius:19px!important;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.022))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035);transition:border-color .18s ease,background .18s ease,transform .18s ease}.dle-comm_item:hover{border-color:rgba(145,160,255,.25)!important;background:linear-gradient(145deg,rgba(76,95,219,.1),rgba(112,65,196,.055))!important;transform:translateY(-1px)}
.dle-comm_meta{justify-content:space-between;gap:15px}.dle-comm_user{min-width:0}.dle-comm_user img{width:48px!important;height:48px!important;flex:0 0 48px;border:1px solid rgba(190,200,255,.16);box-shadow:0 9px 22px rgba(0,2,20,.25)}.dle-comm_user>div{display:grid;min-width:0}.dle-comm_user a{overflow:hidden;color:#f2f4ff;font-size:14px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.dle-comm_user span{color:#8d96ae;font-size:11px}.dle-comm_meta>a{min-height:34px;padding:0 11px;border:1px solid rgba(181,193,255,.13);border-radius:10px;background:rgba(255,255,255,.04);color:#c6cce0;font-size:11px;font-weight:700}.dle-comm_text{margin-top:15px!important;color:#d4d8e5!important;font-size:15px;line-height:1.72!important;overflow-wrap:anywhere}
.profanity-mask{display:inline-block;padding:0 .1em;border-radius:5px;background:rgba(139,151,205,.13);filter:blur(5px);cursor:pointer;user-select:none;transition:filter .18s ease,background .18s ease;color:#c5cada}.profanity-mask:hover,.profanity-mask:focus-visible{background:rgba(116,132,229,.22);filter:blur(3px)}.profanity-mask.is-visible{background:transparent;filter:none;cursor:text;user-select:text}

@media(max-width:760px){
  .cinema-hero+.keep-items{margin-top:12px!important;padding-block:20px 28px!important}.cinema-hero~.section,.cinema-hero~.seo-intro,.cinema-hero~.faq{margin-top:24px!important}.cinema-hero~.section .section-head{margin-bottom:14px}
  .catalog-page.content{width:calc(100% - 24px)}.catalog-page>.e-grid6{gap:22px 11px}.search-results-heading{margin-top:4px;font-size:25px}
  .search-page{padding:18px 12px!important;border-radius:20px!important}.search-page_table,.search-page_table>table{overflow:visible}.search-page_table table,.search-page_table tbody,.search-page_table tr,.search-page_table td{display:block!important;width:100%!important;max-width:100%!important}.search-page fieldset{margin-bottom:10px!important;padding:14px 12px!important}.search-page input.textin,.search-page select.textin,.search-page #catlist{min-height:48px;font-size:16px}.search-page label{font-size:13px}.search-page .bbcodes{min-height:49px}
  .navigation.is-compact,.catalog-page .e-grid6>.navigation{max-width:calc(100vw - 24px)!important;margin-top:22px!important;padding:6px!important;gap:4px!important}.navigation.is-compact>a,.navigation.is-compact>span,.catalog-page .e-grid6>.navigation>a,.catalog-page .e-grid6>.navigation>span{width:36px!important;min-width:36px!important;height:38px!important;min-height:38px!important;flex-basis:36px!important;border-radius:11px!important;font-size:13px!important}.navigation.is-compact>.nav_ext,.catalog-page .e-grid6>.navigation>.nav_ext{width:20px!important;min-width:20px!important;flex-basis:20px!important}
  .keep-full_backdrop{display:none!important}.keep-full{background:radial-gradient(circle at 50% 8%,rgba(54,73,224,.2),transparent 34%),linear-gradient(180deg,#090d20,#070a17)}.keep-full>.container{padding-top:24px!important}.keep-full_left{width:clamp(196px,56vw,230px)!important}.keep-full_poster{box-shadow:0 25px 60px rgba(0,2,22,.55),0 0 0 1px rgba(115,131,255,.09)}
  .keep-detal{padding-bottom:38px}.keep-detal>.container{width:calc(100% - 24px)}.keep-facts ul{grid-template-columns:1fr}.keep-facts li:hover{transform:none}
  .comments-section{width:calc(100% - 24px);margin-top:28px!important}.dle-comm{padding:19px 12px!important;border-radius:23px!important}.comments-heading{margin-bottom:17px;padding:0 5px 16px;align-items:flex-start;flex-direction:column;gap:8px}.comments-heading>p{max-width:none;font-size:12px;text-align:left}.comments-heading h2{font-size:29px}.comments-heading h2>span{height:29px;vertical-align:4px}
  #dle-comments-form{padding:12px;border-radius:16px}#commentsadd{min-height:112px;font-size:16px}.dle-comm_submit{align-items:stretch;flex-direction:column}.dle-comm_submit button{width:100%;justify-content:center}.comments_subscribe{font-size:12px}.dle-comm_item{padding:15px 13px!important;border-radius:16px!important}.dle-comm_user img{width:42px!important;height:42px!important;flex-basis:42px}.dle-comm_meta>a{padding:0 9px}.dle-comm_text{font-size:14px}.comments-tree-list .comments-tree-list{margin-left:12px;padding-left:9px}
}

/* v21 — responsive comments, fixed reply dialog and stronger moderation */
.dle-comm_actions{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:8px}
.comments-section .dle-form_flex{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.comments-section .dle-form_flex>*{min-width:0}.comments-section .dle-form_protec{display:grid;gap:7px}
.dle-comm_actions>a{display:inline-flex;min-height:38px;padding:0 14px;align-items:center;justify-content:center;border:1px solid rgba(181,193,255,.15);border-radius:11px;background:rgba(255,255,255,.045);color:#d8dced;font-size:12px;font-weight:750;line-height:1;transition:border-color .18s ease,background .18s ease,transform .18s ease}
.dle-comm_actions>a:hover{border-color:rgba(154,169,255,.32);background:rgba(94,111,229,.14);color:#fff;transform:translateY(-1px)}
.dle-comm_det{position:relative;flex:0 0 auto}.dle-comm_det>i{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(181,193,255,.13);border-radius:11px;background:rgba(255,255,255,.04)}
.dle-comm_det>div{z-index:12;right:0;left:auto;min-width:150px;padding:7px;border:1px solid rgba(181,193,255,.15);border-radius:12px;background:#11162b;box-shadow:0 18px 42px rgba(0,2,20,.45)}
.dle-comm_det>div a{display:block;padding:9px 10px;border-radius:8px;font-size:12px}.dle-comm_det>div a:hover{background:rgba(100,117,234,.14)}
.comments-tree-list,.ajax_loaded_comments{min-width:0}.comments-tree-item,.comment-item,.dle-comm_item{min-width:0;max-width:100%}
.dle-comm_text img,.dle-comm_text iframe,.dle-comm_text video{max-width:100%;height:auto}.dle-comm_text blockquote{margin:14px 0;padding:12px 14px;border-left:3px solid #6679ef;border-radius:0 12px 12px 0;background:rgba(99,116,233,.09);color:#c7cde0}
.profanity-mask{vertical-align:baseline;will-change:filter}.profanity-mask.is-visible{will-change:auto}
body.reply-modal-opened{overflow:hidden!important}
.dle-popup-replycomments.ui-dialog{position:fixed!important;z-index:1100!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;width:min(720px,calc(100vw - 24px))!important;height:auto!important;max-height:calc(100vh - 24px)!important;max-height:calc(100dvh - 24px)!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid rgba(177,190,255,.2)!important;border-radius:24px!important;background:radial-gradient(circle at 100% 0,rgba(100,72,218,.18),transparent 38%),#101529!important;box-shadow:0 38px 110px rgba(0,2,20,.72),inset 0 1px 0 rgba(255,255,255,.06)!important;transform:translate(-50%,-50%)!important;overscroll-behavior:contain}
.dle-popup-replycomments .ui-dialog-titlebar{position:sticky;z-index:2;top:0;min-height:64px;margin:0!important;padding:15px 18px!important;align-items:center;border:0!important;border-bottom:1px solid rgba(181,193,255,.12)!important;background:rgba(13,18,38,.94)!important;cursor:default!important;touch-action:none;user-select:none}
.dle-popup-replycomments .ui-dialog-title{color:#fff;font-size:17px;font-weight:800;letter-spacing:-.02em}
.dle-popup-replycomments .ui-dialog-titlebar-close{position:static!important;display:grid!important;width:38px!important;height:38px!important;margin:0!important;padding:0!important;place-items:center;border:1px solid rgba(181,193,255,.14)!important;border-radius:11px!important;background:rgba(255,255,255,.055)!important;color:#fff!important}
.dle-popup-replycomments .ui-dialog-titlebar-close:after{content:'×';font-size:24px;font-weight:400;line-height:1}.dle-popup-replycomments .ui-dialog-titlebar-close .ui-icon{display:none}
#dlereplypopup.ui-dialog-content{width:100%!important;height:auto!important;max-height:calc(100dvh - 166px)!important;padding:20px!important;overflow-x:hidden!important;overflow-y:auto!important;background:transparent!important;color:#cbd1e1;font-size:14px;line-height:1.55;overscroll-behavior:contain}
#dlereplypopup form{display:grid;margin-top:15px;gap:12px}#dlereplypopup .commentsreplyname,#dlereplypopup .commentsreplymail{float:none!important;width:100%!important;padding:0!important}
#dlereplypopup input,#dlereplypopup textarea{width:100%!important;min-width:0;padding:13px 14px!important;border:1px solid rgba(181,193,255,.16)!important;border-radius:13px!important;outline:0;background:#090f23!important;color:#f3f5fb!important;font-size:16px!important;transition:border-color .18s ease,box-shadow .18s ease}
#dlereplypopup input:focus,#dlereplypopup textarea:focus{border-color:#687af0!important;box-shadow:0 0 0 3px rgba(82,101,231,.18)}
#dlereplypopup textarea{height:clamp(150px,27vh,230px)!important;min-height:140px;resize:vertical!important;line-height:1.55}
#dlereplypopup .dle-captcha{display:flex!important;padding-top:0!important;align-items:center;gap:12px;flex-wrap:wrap}#dlereplypopup .dle-captcha img{width:160px;height:80px;border-radius:11px}#dlereplypopup .dle-captcha .sec-code{width:min(220px,100%)!important;flex:1 1 180px}
.dle-popup-replycomments .ui-dialog-buttonpane{margin:0!important;padding:14px 18px 18px!important;border:0!important;border-top:1px solid rgba(181,193,255,.11)!important;background:rgba(8,13,29,.72)!important}
.dle-popup-replycomments .ui-dialog-buttonset{display:flex!important;float:none!important;justify-content:flex-end;gap:9px}.dle-popup-replycomments .ui-button{min-height:44px!important;margin:0!important;padding:0 18px!important;border:1px solid rgba(181,193,255,.15)!important;border-radius:12px!important;background:rgba(255,255,255,.055)!important;color:#e8ebf5!important;font-weight:750!important}.dle-popup-replycomments .ui-button:last-child{border:0!important;background:var(--brand-radial)!important;box-shadow:0 12px 28px rgba(47,62,207,.25)!important;color:#fff!important}
.ui-widget-overlay{z-index:1080!important;background:rgba(2,5,16,.82)!important;backdrop-filter:blur(9px)!important}
@media(max-width:760px){
  .comments-section{width:calc(100% - 16px)!important}.dle-comm{padding:17px 9px!important;border-radius:20px!important}.comments-heading{padding-inline:7px}.comments-heading h2{font-size:27px}.comments-heading>p{font-size:12px;line-height:1.5}
  #dle-comments-form{padding:10px!important}.comments-section .dle-form_flex{grid-template-columns:1fr}.dle-comm_meta{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:start!important;gap:10px!important}.dle-comm_user{gap:10px!important}.dle-comm_user>div{align-content:center}.dle-comm_user a{display:block;white-space:normal!important;overflow-wrap:anywhere;line-height:1.25}.dle-comm_user span{margin-top:3px;line-height:1.3}.dle-comm_actions{gap:5px}.dle-comm_actions>a{min-height:36px;padding:0 10px;font-size:11px}.dle-comm_det>i{width:36px;height:36px}.dle-comm_text{margin-top:13px!important;font-size:14px!important;line-height:1.64!important}.dle-comm_item{padding:14px 12px!important}
  .comments-tree-list .comments-tree-list{margin:10px 0 0 5px!important;padding-left:7px!important}.comments-tree-item+.comments-tree-item{margin-top:9px!important}
  .dle-popup-replycomments.ui-dialog{width:calc(100vw - 16px)!important;max-height:calc(100vh - 16px)!important;max-height:calc(100dvh - 16px)!important;border-radius:19px!important}.dle-popup-replycomments .ui-dialog-titlebar{min-height:56px;padding:10px 12px!important}.dle-popup-replycomments .ui-dialog-title{font-size:15px}#dlereplypopup.ui-dialog-content{max-height:calc(100dvh - 146px)!important;padding:14px 12px!important;font-size:13px}#dlereplypopup form{margin-top:12px;gap:9px}#dlereplypopup textarea{height:clamp(138px,24vh,190px)!important;min-height:128px}.dle-popup-replycomments .ui-dialog-buttonpane{padding:10px 12px 12px!important}.dle-popup-replycomments .ui-dialog-buttonset{display:grid!important;grid-template-columns:1fr 1fr;width:100%}.dle-popup-replycomments .ui-button{width:100%!important;padding:0 10px!important}#dlereplypopup .dle-captcha{align-items:stretch;flex-direction:column}#dlereplypopup .dle-captcha .sec-code{width:100%!important;flex-basis:auto}
}


/* v22 — Top-100, validator fixes and polished comment controls */
.section-head{align-items:end}.section-note{max-width:360px;margin:0;color:#919bb4;font-size:12px;line-height:1.55;text-align:right}
.faq details{position:relative;transition:border-color .18s ease,background .18s ease,transform .18s ease}.faq details:hover{border-color:rgba(156,170,255,.22);background:linear-gradient(145deg,rgba(82,99,211,.09),rgba(255,255,255,.025));transform:translateY(-1px)}.faq summary span{display:block}.faq details[open]{border-color:rgba(135,151,255,.28);background:linear-gradient(145deg,rgba(63,79,190,.12),rgba(92,50,166,.06))}.faq details[open] summary{color:#fff}.faq details>div[itemprop="acceptedAnswer"]{display:block}.faq details>div[itemprop="acceptedAnswer"] p{margin:0;padding:0 20px 20px;color:var(--muted);line-height:1.65}
.comments_subscribe{display:inline-flex!important;width:auto!important;max-width:100%;min-width:0;align-items:center!important;align-self:center;gap:10px!important;color:#c4cadb;font-size:13px;line-height:1.4;cursor:pointer}.comments_subscribe input[type="checkbox"]{appearance:auto!important;width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;margin:0!important;padding:0!important;flex:0 0 20px!important;accent-color:#6879ef;cursor:pointer}.dle-comm_submit{align-items:center!important}
.dle-comm_more{display:grid;width:38px;height:38px;margin:0;padding:0;place-items:center;border:1px solid rgba(181,193,255,.13);border-radius:11px;background:rgba(255,255,255,.04);color:#d5daea;line-height:1;transition:border-color .18s ease,background .18s ease,color .18s ease}.dle-comm_more:hover,.dle-comm_more[aria-expanded="true"]{border-color:rgba(147,162,255,.3);background:rgba(86,104,221,.14);color:#fff}.dle-comm_det>i{display:none!important}
.dle-comm_det>div{position:absolute!important;top:calc(100% + 8px)!important;right:0!important;left:auto!important;display:block!important;min-width:160px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-5px) scale(.97);transform-origin:100% 0;transition:opacity .15s ease,visibility .15s ease,transform .15s ease}.dle-comm_det.is-open>div{opacity:1;visibility:visible;pointer-events:auto;transform:none}.dle-comm_det>div[aria-hidden="true"]{opacity:0;visibility:hidden;pointer-events:none}.dle-comm_det>div[aria-hidden="false"]{opacity:1;visibility:visible;pointer-events:auto}
.dle-popup-replycomments .ui-dialog-titlebar{justify-content:space-between!important;gap:12px}.dle-popup-replycomments .ui-dialog-title{float:none!important;width:auto!important;min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dle-popup-replycomments .ui-dialog-titlebar-close{position:static!important;top:auto!important;right:auto!important;flex:0 0 38px!important;overflow:hidden!important;text-indent:0!important;font-size:0!important;line-height:0!important;transform:none!important}.dle-popup-replycomments .ui-dialog-titlebar-close::after{content:none!important}.dle-popup-replycomments .ui-dialog-titlebar-close::before{display:block;content:'×';font-family:Arial,sans-serif;font-size:25px;font-weight:400;line-height:1;color:#fff}
.top100-shell{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.top100-page{width:min(1380px,calc(100% - 40px))!important;margin:0 auto!important;padding:12px 0 76px!important}.top100-page>.content{width:100%!important}.top100-hero{position:relative;display:grid;min-height:390px;margin:8px 0 24px;padding:clamp(32px,5vw,68px);overflow:hidden;align-items:center;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);border:1px solid rgba(163,177,255,.16);border-radius:34px;background:radial-gradient(circle at 83% 30%,rgba(76,102,255,.38),transparent 28%),radial-gradient(circle at 70% 85%,rgba(129,56,215,.28),transparent 30%),linear-gradient(135deg,#111a3c,#090d1f 64%);box-shadow:0 34px 90px rgba(0,3,25,.4),inset 0 1px 0 rgba(255,255,255,.06)}.top100-hero::before{position:absolute;inset:0;content:'';pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.04),transparent 38%)}.top100-hero_copy{position:relative;z-index:2;max-width:760px}.top100-title-row h1{max-width:760px;margin:9px 0 18px;color:#fff;font-size:clamp(42px,5.6vw,78px);letter-spacing:-.055em}.top100-hero_copy>p{max-width:680px;margin:0;color:#b8c1da;font-size:clamp(15px,1.4vw,18px);line-height:1.7}.top100-highlights{display:flex;margin-top:28px;gap:10px;flex-wrap:wrap}.top100-highlights span{display:inline-flex;min-height:46px;padding:0 15px;align-items:center;gap:7px;border:1px solid rgba(189,199,255,.15);border-radius:14px;background:rgba(255,255,255,.055);color:#bfc7dc;font-size:12px}.top100-highlights strong{color:#fff;font-size:15px}.top100-orbit{position:relative;z-index:1;width:min(330px,30vw);aspect-ratio:1;margin:auto;border:1px solid rgba(183,196,255,.16);border-radius:50%;box-shadow:0 0 80px rgba(74,89,233,.18),inset 0 0 80px rgba(61,76,197,.11)}.top100-orbit::before,.top100-orbit::after{position:absolute;content:'';border:1px solid rgba(183,196,255,.12);border-radius:50%}.top100-orbit::before{inset:16%}.top100-orbit::after{inset:33%}.top100-orbit span{position:absolute;z-index:2;display:grid;width:74px;height:74px;place-items:center;border:1px solid rgba(210,217,255,.22);border-radius:24px;background:linear-gradient(145deg,rgba(107,128,255,.95),rgba(105,50,201,.9));box-shadow:0 18px 42px rgba(30,40,140,.42);color:#fff;font-size:28px;font-weight:900}.top100-orbit span:nth-child(1){top:2%;left:38%}.top100-orbit span:nth-child(2){right:1%;bottom:19%;width:62px;height:62px;border-radius:20px;font-size:23px}.top100-orbit span:nth-child(3){bottom:8%;left:5%;width:54px;height:54px;border-radius:18px;font-size:20px}
.top100-toolbar{display:grid;margin:0 0 24px;padding:12px;align-items:center;grid-template-columns:minmax(230px,1fr) auto auto;gap:12px;border:1px solid rgba(169,182,255,.14);border-radius:21px;background:linear-gradient(145deg,rgba(20,28,57,.94),rgba(9,14,31,.96));box-shadow:0 18px 46px rgba(0,3,24,.22)}.top100-search{display:flex;min-width:0;height:50px;padding:0 15px;align-items:center;gap:10px;border:1px solid rgba(177,190,255,.15);border-radius:14px;background:#0a1025;color:#8e99b5}.top100-search:focus-within{border-color:#677af0;box-shadow:0 0 0 3px rgba(82,100,230,.16)}.top100-search input{width:100%;min-width:0;height:100%;padding:0;border:0;outline:0;background:transparent;color:#f4f6fc;font-size:15px}.top100-search input::placeholder{color:#7f89a3}.top100-filters{display:flex;padding:4px;gap:3px;border:1px solid rgba(177,190,255,.12);border-radius:14px;background:rgba(255,255,255,.035)}.top100-filters button{min-height:40px;padding:0 14px;border:0;border-radius:10px;background:transparent;color:#aeb6cb;font-size:12px;font-weight:750}.top100-filters button:hover{color:#fff}.top100-filters button.is-active{background:var(--brand-radial);box-shadow:0 8px 20px rgba(45,60,203,.25);color:#fff}.top100-count{min-width:104px;color:#98a2ba;font-size:12px;text-align:center}.top100-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:30px 16px!important}.top100-grid>.keep-item{position:relative;width:auto!important;min-width:0!important}.top100-grid>.keep-item[hidden]{display:none!important}.top100-rank{position:absolute;z-index:7;top:10px;left:10px;display:inline-flex;min-width:48px;height:38px;padding:0 11px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(7,10,24,.86);box-shadow:0 9px 22px rgba(0,2,20,.35);backdrop-filter:blur(12px);color:#fff;font-size:14px;font-weight:900}.top100-rank small{margin-right:2px;color:#aeb9ff;font-size:10px}.top100-grid>.keep-item:nth-child(1) .top100-rank{background:linear-gradient(135deg,#f7bf35,#e57a18);color:#211200}.top100-grid>.keep-item:nth-child(2) .top100-rank{background:linear-gradient(135deg,#e1e6f1,#909bb1);color:#121722}.top100-grid>.keep-item:nth-child(3) .top100-rank{background:linear-gradient(135deg,#d99159,#884a2b)}.top100-empty{margin:30px 0;padding:26px;border:1px dashed rgba(169,182,255,.2);border-radius:18px;background:rgba(255,255,255,.025);color:#aeb6c9;text-align:center}
@media(min-width:1181px){.top100-grid>.keep-item:nth-child(-n+3){grid-column:span 2}.top100-grid>.keep-item:nth-child(-n+3) .keep-item_title{font-size:19px}.top100-grid>.keep-item:nth-child(-n+3) .keep-item_media{border-radius:24px}.top100-grid>.keep-item:nth-child(-n+3) .top100-rank{top:14px;left:14px;min-width:58px;height:44px;font-size:17px}}
@media(max-width:1180px){.top100-hero{grid-template-columns:1fr minmax(240px,.55fr)}.top100-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.top100-toolbar{grid-template-columns:1fr auto}.top100-count{grid-column:1/-1;text-align:right}}
@media(max-width:760px){.section-head{align-items:flex-start}.section-note{max-width:none;text-align:left}.faq details:hover{transform:none}.comments_subscribe{align-self:flex-start!important}.dle-comm_submit{align-items:stretch!important}.dle-comm_more{width:36px;height:36px}.dle-comm_det>div{position:fixed!important;z-index:1140!important;top:auto!important;right:8px!important;bottom:calc(82px + env(safe-area-inset-bottom))!important;left:8px!important;min-width:0;padding:8px!important;transform:translateY(8px) scale(.98);transform-origin:50% 100%}.dle-comm_det.is-open>div{transform:none}.dle-comm_det>div a{min-height:46px;padding:0 14px!important;align-items:center;border-radius:10px;font-size:14px!important}.dle-popup-replycomments .ui-dialog-titlebar-close{flex-basis:38px!important}.top100-page{width:calc(100% - 16px)!important;padding-top:2px!important;padding-bottom:48px!important}.top100-hero{min-height:0;margin-top:0;padding:28px 20px 30px;grid-template-columns:1fr;border-radius:24px}.top100-title-row h1{margin-bottom:13px;font-size:clamp(35px,10.8vw,49px)}.top100-hero_copy>p{font-size:14px;line-height:1.62}.top100-highlights{margin-top:21px;gap:7px}.top100-highlights span{min-height:40px;padding:0 11px}.top100-orbit{display:none}.top100-toolbar{padding:9px;grid-template-columns:1fr;gap:9px;border-radius:17px}.top100-search{height:48px}.top100-filters{display:grid;grid-template-columns:repeat(3,1fr)}.top100-filters button{padding:0 8px}.top100-count{grid-column:auto;text-align:left;padding:0 4px}.top100-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 10px!important}.top100-rank{top:7px;left:7px;min-width:42px;height:34px;padding:0 9px;border-radius:10px;font-size:12px}}

/* v23 — stable comment controls, premium Top-100 and validator cleanup */
.keep-item_heading,.keep-best_heading{margin:0;font:inherit}
.comments_subscribe{display:grid!important;width:fit-content!important;max-width:100%;grid-template-columns:20px minmax(0,auto);align-items:center!important;align-self:center!important;gap:10px!important;cursor:pointer}
.comments_subscribe input[type="checkbox"]{position:static!important;display:block!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important;margin:0!important;padding:0!important;align-self:center;appearance:auto!important;accent-color:#6879ef;box-shadow:none!important;transform:none!important}
.comments_subscribe>span{min-width:0;color:#c9cedd;font-size:13px;line-height:1.35;overflow-wrap:anywhere}
.dle-comm_det>div,.dle-comm_det>div[aria-hidden="true"],.dle-comm_det>div[hidden]{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.dle-comm_det.is-open>div,.dle-comm_det>div[aria-hidden="false"]{display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;gap:3px}
.dle-popup-replycomments .ui-dialog-titlebar{display:grid!important;grid-template-columns:minmax(0,1fr) 40px!important;align-items:center!important;justify-content:normal!important;gap:12px!important}
.dle-popup-replycomments .ui-dialog-title{display:block!important;float:none!important;width:auto!important;min-width:0!important;margin:0!important;align-self:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dle-popup-replycomments .ui-dialog-titlebar-close{position:static!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;display:grid!important;width:40px!important;height:40px!important;min-width:40px!important;margin:0!important;padding:0!important;place-items:center!important;justify-self:end!important;align-self:center!important;overflow:hidden!important;text-indent:0!important;font-size:0!important;line-height:0!important;transform:none!important}
.dle-popup-replycomments .ui-dialog-titlebar-close::before{display:block!important;content:'×'!important;font:400 25px/1 Arial,sans-serif!important;color:#fff!important}.dle-popup-replycomments .ui-dialog-titlebar-close::after{content:none!important}
.top100-hero{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important}
.top100-podium{position:relative;z-index:2;display:grid;width:100%;max-width:520px;margin-left:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.top100-podium_item{position:relative;display:grid;min-width:0;padding:9px;align-items:center;grid-template-columns:66px minmax(0,1fr);gap:11px;border:1px solid rgba(190,200,255,.16);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:0 16px 38px rgba(0,3,26,.28);transition:border-color .18s ease,background .18s ease,transform .18s ease}
.top100-podium_item:hover{border-color:rgba(170,184,255,.34);background:linear-gradient(145deg,rgba(90,109,229,.18),rgba(111,62,194,.09));transform:translateY(-2px)}
.top100-podium_item.is-rank-1{grid-column:1/-1;grid-template-columns:92px minmax(0,1fr);padding:11px;border-color:rgba(246,197,80,.32);background:radial-gradient(circle at 0 50%,rgba(242,178,47,.17),transparent 48%),linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.04))}
.top100-podium_poster{display:block;aspect-ratio:2/3;overflow:hidden;border-radius:12px;background:#090e20}.top100-podium_poster img{width:100%;height:100%;object-fit:cover}
.top100-podium_copy{display:grid;min-width:0;gap:4px}.top100-podium_copy strong{color:#b9c3ff;font-size:13px;font-weight:900}.top100-podium_item.is-rank-1 .top100-podium_copy strong{color:#ffd56f}.top100-podium_copy b{display:-webkit-box;overflow:hidden;color:#fff;font-size:13px;font-weight:800;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}.top100-podium_item.is-rank-1 .top100-podium_copy b{font-size:17px}.top100-podium_copy small{overflow:hidden;color:#929db8;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.top100-guide{display:grid;margin-top:48px;padding:clamp(24px,4vw,46px);grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:30px;border:1px solid rgba(169,182,255,.14);border-radius:28px;background:radial-gradient(circle at 0 0,rgba(74,91,213,.14),transparent 35%),linear-gradient(145deg,rgba(18,25,52,.94),rgba(8,13,29,.98));box-shadow:0 24px 66px rgba(0,3,24,.28)}
.top100-guide_intro h2{margin:7px 0 13px;color:#fff;font-size:clamp(28px,3vw,42px);letter-spacing:-.04em}.top100-guide_intro p{max-width:520px;margin:0;color:#9ea8c0;font-size:14px;line-height:1.7}
.top100-guide_steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.top100-guide_steps>div{display:grid;min-width:0;padding:16px;align-content:start;gap:7px;border:1px solid rgba(177,190,255,.12);border-radius:17px;background:rgba(255,255,255,.035)}.top100-guide_steps strong{color:#9facff;font-size:12px}.top100-guide_steps b{color:#eef1fa;font-size:13px}.top100-guide_steps span{color:#909bb5;font-size:11px;line-height:1.5}
.top100-faq{display:grid;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.top100-faq details{overflow:hidden;border:1px solid rgba(177,190,255,.12);border-radius:15px;background:rgba(255,255,255,.028)}.top100-faq summary{position:relative;padding:17px 44px 17px 16px;cursor:pointer;color:#e3e7f2;font-size:13px;font-weight:750;list-style:none}.top100-faq summary::after{position:absolute;top:12px;right:15px;content:'+';color:#aeb9ff;font-size:22px}.top100-faq details[open] summary::after{content:'−'}.top100-faq p{margin:0;padding:0 16px 17px;color:#949fb8;font-size:12px;line-height:1.65}
@media(max-width:980px){.top100-hero{grid-template-columns:1fr!important}.top100-podium{max-width:none;margin:10px 0 0}.top100-guide{grid-template-columns:1fr}.top100-guide_steps{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
  .comments_subscribe{grid-template-columns:20px minmax(0,1fr);align-self:flex-start!important}.comments_subscribe>span{font-size:12px}.dle-comm_submit{gap:13px!important}
  .dle-popup-replycomments .ui-dialog-titlebar{grid-template-columns:minmax(0,1fr) 38px!important}.dle-popup-replycomments .ui-dialog-titlebar-close{width:38px!important;height:38px!important;min-width:38px!important}
  .top100-podium{grid-template-columns:1fr 1fr;gap:7px}.top100-podium_item{padding:7px;grid-template-columns:48px minmax(0,1fr);gap:8px;border-radius:14px}.top100-podium_item.is-rank-1{grid-template-columns:66px minmax(0,1fr);padding:8px}.top100-podium_poster{border-radius:9px}.top100-podium_copy b{font-size:11px}.top100-podium_item.is-rank-1 .top100-podium_copy b{font-size:14px}.top100-podium_copy small{font-size:9px}
  .top100-guide{margin-top:34px;padding:20px 14px;gap:20px;border-radius:21px}.top100-guide_intro h2{font-size:28px}.top100-guide_steps{grid-template-columns:1fr;gap:7px}.top100-guide_steps>div{grid-template-columns:34px minmax(0,1fr);padding:13px;align-items:center}.top100-guide_steps>div span{grid-column:2}.top100-faq{grid-template-columns:1fr;gap:7px}.top100-faq summary{padding:15px 40px 15px 14px}.top100-faq p{padding:0 14px 15px}
}
