@charset "UTF-8";
/* SET BASE
----------------------------------------------- */
html {scroll-behavior:smooth}
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {font: 12px Tahoma, Geneva, sans-serif; line-height:normal; padding:0; margin:0;        
color:#a8a8a8; background:#000 url(../images/bg.jpg) center top no-repeat; height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #fff; text-decoration: none;}
a:hover, a:focus {color:#dd4b39; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:18px;font-size:15px;font-weight:bold;text-shadow: 1px 1px #000;}

.sub-title h1 {margin-bottom:15px; font-size:18px; font-weight:700;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap, .full-pages {padding:20px 0;}

.speedbar {
    background: #2B2B2B;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 5px;
    color: #a7acaf;
    margin-bottom: 15px;
}


.tmdb-hub-tags,
.kinogo-hub-tags {
    margin: 16px 0 18px;
    padding: 16px;
    clear: both;
    width: 100%;
    border: 1px solid #3d3d3d;
    border-radius: 8px;
    background: linear-gradient(180deg, #292929, #202020);
}

.tmdb-hub-tags__head,
.kinogo-hub-tags__head {
    margin-bottom: 12px;
}

.tmdb-hub-tags__title,
.kinogo-hub-tags__title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.tmdb-hub-tags__subtitle,
.kinogo-hub-tags__subtitle {
    color: #bdbdbd;
    line-height: 1.5;
}

.tmdb-hub-tags__list,
.kinogo-hub-tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tmdb-hub-tags__pill,
.kinogo-hub-tags__pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #383838;
    border: 1px solid #505050;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    transition: all .18s ease;
}

.tmdb-hub-tags__pill:hover,
.kinogo-hub-tags__pill:hover {
    background: #5a2a2a;
    border-color: #8b4b4b;
    color: #fff;
}

@media (max-width: 600px) {
    .tmdb-hub-tags,
    .kinogo-hub-tags {
        padding: 14px;
    }

    .tmdb-hub-tags__pill,
    .kinogo-hub-tags__pill {
        width: 100%;
        justify-content: center;
    }
}
/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button, 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a {
padding:0 10px; color:#fff; font-weight:700; display:inline-block; 
color: silver; height: 40px; line-height:40px; background: #242424; box-shadow: 0 0 0 1px #404040;
cursor: pointer; border-radius:4px;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .up-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover,
button:not(.color-btn):not(.fs-bar__btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover
{color:silver; background:#383838;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#fff; background-color:#505050; border-radius:4px; -webkit-appearance: none; 
box-shadow:inset 0 2px 4px #414141,0 0 0 1px #6b6b6b;}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #111; background-color:#505050; color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #111; background-color:#505050; color:#FFF; 
border-radius:0 0 6px 6px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.8); overflow:auto; resize:vertical;}

.img-box {overflow:hidden; position:relative; background-color:#000;}
.img-box img {width:100%; height:100%; object-fit:cover;}
.img-wide {position:relative;}
.img-wide img {display:block; width:100%; height:auto;}
.square-img img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.button2 {transition: all .2s;}
.highslide:before {transition: color .2s, background-color .2s, opacity .2s;}

.flex-row {display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display: -webkit-box; display:-webkit-flex; -webkit-flex-direction:column; -webkit-box-pack:center; -webkit-justify-content:center; 
display:flex; flex-direction:column; justify-content:center;}
.ps-link, .js-show-login {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

.flex-row {display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display: -webkit-box; display:-webkit-flex; -webkit-flex-direction:column; -webkit-box-pack:center; -webkit-justify-content:center; 
display:flex; flex-direction:column; justify-content:center;}
.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.fx-1 {flex: 1 1 0; min-width: 50px; max-width: 100%;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position:relative;}
.center {max-width:976px; margin:0 auto; position:relative; z-index:100;}
.header {background-color: #000; margin-bottom:200px;}
.header-in {height:44px;}
.cols {background-color:#2b2b2b; border-radius:10px; overflow:hidden; border: 1px solid #848480; 
box-shadow: 0 0 0 1px rgb(14, 14, 14);}
.side {width:330px; background-color:#3a3a3a; border-right: 1px solid #000; padding-bottom: 10px;}
.main {width:calc(100% - 330px); width:-webkit-calc(100% - 330px); min-height:800px; padding:20px; 
-ms-flex-order:2;-webkit-order:2;order:2;}


/* HEADER
----------------------------------------------- */
.logotype {display:flex; align-items:center; height:38px;}
.logotype img {height:38px; width:auto; display:block;}
.hright {display:flex; align-items:center; justify-content:flex-end; min-width:0; margin-left:auto;}
.kgfi-header-markup-link {display:inline-flex; align-items:center; justify-content:center; height:24px; line-height:24px; padding:0 10px; margin-right:8px; vertical-align:middle; border-radius:4px; background:#3f3f3f; box-shadow:0 0 0 1px #555; color:#fff; font-weight:700; text-decoration:none;}
.kgfi-header-markup-link:hover, .kgfi-header-markup-link:focus {background:#5a2a2a; color:#fff; text-decoration:none;}
.login-btns {display:inline-block; vertical-align:middle; margin-left:10px;}
.login-btns a {text-decoration:underline;}

.search-wrap {width:250px; flex:0 0 250px; display:inline-block; vertical-align:middle;}
.search-box {width:100%; position:relative; padding-right:40px;}
.search-box input, .search-box input:focus {width:100%; padding:0 10px; 
height:22px; line-height:22px; border-radius:2px;}
.search-box button {position:absolute; right:0; top:0; border-radius:2px; font-weight:400 !important;
padding:0 !important; width:35px; height:22px !important; line-height:22px !important; font-size:14px;}


/* HMENU
----------------------------------------------- */
.hmenu {text-align:right; height:30px; line-height:30px; padding-right:10px;}
.hmenu li {display:inline-block; vertical-align:top; margin-right:-4px;} 
.hmenu a {background-color:#3f3f3f; border-radius:6px 6px 0 0; font-weight:700; 
text-transform:uppercase; display:block; padding:0 20px; border:1px solid #1d1d1d;}
.hmenu a:hover {background-color:#1d1d1d;}
.hmenu a.active {background-color: #5a2a2a;}


/* TOP CAROU
----------------------------------------------- */
.carou {margin-bottom:10px; padding:15px; background-color:#585858; border-radius:10px; 
border: 1px solid #848480; box-shadow: 0 0 0 1px rgb(14, 14, 14);}
.top-carou {width:126px; height:180px; display:block; border:3px solid #888; opacity:0.8;}
.top-carou:hover {opacity:1;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .top-carou {width: 126px; flex-shrink: 0; margin-right: 10px;}
.carou__content:not(#owl-top) {display: block; white-space: nowrap; overflow-y: hidden; overflow-x: auto;}
.carou__content:not(#owl-top) > .top-carou {display: inline-block; vertical-align: top; margin-right: 8px;}


/* SHORT
----------------------------------------------- */
.work {display:block; text-align:center; margin-bottom:20px;}

.short {margin:0 -20px; padding:12px 20px; border-top: 1px solid #111; box-shadow:inset 0 1px #404040;}
.short.is-kgfi-viewed .s-img a,.short.is-kgfi-marked .s-img a{position:relative;}
.short.is-kgfi-viewed .s-img a:after,.short.is-kgfi-marked .s-img a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.28));pointer-events:none;}
.kgfi-viewed-badge,.kgfi-mark-badge{position:absolute;left:8px;bottom:8px;z-index:3;display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - 16px);min-height:22px;padding:0 7px;border-radius:4px;background:rgba(90,42,42,.94);box-shadow:0 1px 4px rgba(0,0,0,.45);color:#fff;font:700 10px/1 Tahoma,Geneva,sans-serif;text-transform:uppercase;text-shadow:1px 1px #000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;}
.kgfi-mark-badge{top:8px;bottom:auto;background:rgba(63,63,63,.96);box-shadow:0 0 0 1px rgba(255,255,255,.14),0 1px 4px rgba(0,0,0,.45);}
.kgfi-mark-badge--watch{background:rgba(61,89,128,.96);}
.kgfi-mark-badge--todo{background:rgba(116,84,37,.96);}
.kgfi-mark-badge--done{background:rgba(69,105,54,.96);}
.kgfi-mark-badge--drop{background:rgba(90,42,42,.96);}
.s-top h2 {max-width:calc(100% - 130px); max-width:-webkit-calc(100% - 130px); line-height:18px;}
.s-top h2 a {font-size:15px; text-shadow: 1px 1px rgb(0, 0, 0); font-weight:700;}
.s-meta {width:120px; position:relative; padding-top:2px;}
.s-rate-real {font-size: 9px; color: #a8a8a8; white-space: nowrap; position: absolute; top: 21px; right: 43px;}
.to-fav {width:23px; height:37px; position:absolute; right:0; top:-12px;}
.s-cols {padding:15px 0;}
.s-img {width:220px;}
.s-img11 img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;}
.s-text {width:calc(100% - 240px); width:-webkit-calc(100% - 240px); line-height:18px;}
.s-img.ps-link:hover, .s-img a:hover {opacity:0.6;}
.sd-line {margin-bottom:10px; font-size:12px;}
.st-alone {padding: 15px 0;}
.st-desc {margin-top:15px;}
.st-desc.line-clamp {display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden;}
.st-line span:first-child {font-weight:700;}
.st-attent span:first-child, .crate a:hover {color: #f8d268;}
.st-lighter {color: #cfcfcf; line-height: 1.4;}
.st-lighter span:first-child {font-weight: 400;}
.s-text a {text-decoration:underline;}
.s-btm .button {height:22px !important; line-height:22px !important; margin-right: 20px;}
.s-btm .button:before {content:attr(data-text);}
.s-date {margin-left: 10px;}
.s-date .fa {margin-right: 4px;}
.s-rates {position: absolute; right: 43px; top: 42px; white-space: nowrap;}
.kp, .imdb {display: inline-block; line-height: 20px; padding: 0 10px;
	border-radius: 2px; background-color: #d43f00; color: #fff;}
.imdb {padding: 0 5px; background-color: #fc0; color: #000; margin-left: 20px;}


/* SIDE
----------------------------------------------- */
.side-bt {font-size:15px; font-weight:700; color:#f3f3f3; margin-bottom:15px; padding:7px 20px; 
text-shadow: 1px 1px #000; border-bottom: 1px solid #3f413f; box-shadow: 0 1px #848480; position: relative;}
.side-bc {padding:7px 20px;}
.side-box + .side-box {margin-top:20px; border-top: 1px solid #3f413f; box-shadow: inset 0 1px #848480;}
div.new::after {content: "NEW"; content: NEW; box-sizing: border-box; display: inline-block; vertical-align: middle;
	border-radius: 6px; padding: 0 5px; color: #fff; font-size: 13px; margin-left: 15px; font-weight: 400;
	background: linear-gradient(-45deg,#ee5200,#e70062,#0097d5,#1c84cd); 
    text-shadow: none; position: relative; top: -2px;
	background-size: 400% 400%; animation: Gradient 3s ease infinite; font-family: verdana,sans-serif;}
@keyframes Gradient {0% {background-position: 0 50%;} 50% {background-position: 100% 50%;} 100% {background-position: 0% 50%;} }
.nav-col {width:48%;}
.nav-title {margin-bottom:15px; font-size:15px; font-weight:700; 
    color:#f3f3f3; text-shadow: 1px 1px #000; display: flex; align-items: center;}
.nav-menu + .nav-title {margin-top:20px; padding-top:15px; border-top: 1px solid #3f413f; box-shadow: inset 0 1px #848480;}
.nav-menu a {display:block; text-decoration:underline; margin-bottom:3px;}
.nav-menu li {position: relative; font-size: 13px;}
.nav-menu li > span {position: absolute; right: 5px; top: 0; pointer-events: none;color: #fff;}
.bf {display: flex; align-items: center;}
.bf::before {content: "-"; margin-right: 5px; display: block;}
.nav-menu + .nav-menu {margin-top: 20px;}
.nav-title a, .side-bt a {font-weight: 400; text-shadow: none; text-decoration: underline;}
.nav-title span {font-weight: 400; text-shadow: none; margin: 0 5px; opacity: 0.6;}
.side-bt a {position: absolute; right: 20px; top: 50%; transform: translateY(-50%); display: inline-block; font-size: 13px;}

.side-nav-menu {padding-top:0;}
.side-nav-fold {border-radius:6px; background:#282828; border:1px solid rgba(255,255,255,.06); overflow:hidden;}
.side-nav-fold + .side-nav-fold {margin-top:8px;}
.side-nav-fold summary {display:block; cursor:pointer; padding:9px 10px; color:#fff; font-weight:700; list-style:none;}
.side-nav-fold summary::-webkit-details-marker {display:none;}
.side-nav-fold summary:after {content:"+"; float:right; color:#aaa; font-weight:700;}
.side-nav-fold[open] summary:after {content:"-";}
.side-nav-fold .nav-menu {display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:5px 12px; padding:0 10px 10px;}
.side-nav-fold .nav-menu a {margin-bottom:0; color:#d4d4d4; text-decoration:none; line-height:1.35; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.side-nav-fold .nav-menu a:hover {color:#fff; text-decoration:underline;}
.side-nav-years {display:flex !important; flex-wrap:wrap; gap:6px !important;}
.side-nav-years li {font-size:12px;}
.side-nav-years a {display:inline-flex !important; align-items:center; min-height:25px; padding:0 9px; border-radius:4px; background:#333; color:#d8d8d8;}
.side-nav-years a:hover {background:#4b4b4b;}

.side-item {width: 135px; display:block; margin-bottom:15px; opacity:0.8;}
.si-img {height:200px; margin-bottom:5px;}
.si-title {text-align:center; color:#FFF; text-decoration:underline;}
.si-ser {position: absolute; right:0; bottom:5px; display:inline-block; 
background: #492557; color: #fff; height: 18px; padding:1px 7px;}
.si-ser:before {width: 0; height: 0; border-width: 9px; border-style: solid;
border-color: #492557 #492557 #492557 rgba(79, 24, 100, 0); position:absolute; right:100%; top:0; content:"";}
.side-item:hover {opacity:1;}
.soonli {color: #eee; font-size: 11px;}
.li_block_title {padding-bottom: 4px;}
.li_block_title a {font-weight: 700; text-shadow: 1px 1px #292929; text-decoration: none; font-size: 13px;}
.soonli + .soonli, .upd-box + .upd-box {margin-top: 15px;}
.soonli img {margin-right: 10px; border: 1px solid #464646; width: 83px; float: left;}

.upd-box {background-color: #333333; border-radius: 8px; margin-left: 10px; margin-right: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.24); overflow: hidden; padding: 0;}
.updli {padding: 10px;}
.updli-1 {width: 56px; margin-right: 20px; font-weight: 700; opacity: 0.66;}
.updli-2 {color: #a8a8a8; font-weight: 700; font-size: 12px;}
.updli-2 div {color: #d5d5d5; font-size: 13px; margin-bottom: 2px;}
.updli-3 {text-align: right; width: 130px; margin-left: 10px; font-size: 11px; text-shadow: 1px 1px #000;}
.updli-3 div {color: #ff9f71; font-weight: 700;}
.updli:hover {background-color: #444;}
.upd-box-title {background-color: #6f6f6f; color: #fff; font-size: 13px; padding: 7px 10px;}

.lcomm + .lcomm {margin-top:5px;}
.lcomm {padding:10px 15px; background-color: #333333; border-radius: 8px;}
.llink {margin-left:15px; font-weight:700; display:block;}
.ltext {display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; 
    font-size: 13px; color: #a8a8a8; margin-top: 6px;}
.ltext span {color: #e6e6e6; margin-right:5px;}

.sblock {margin-bottom: 30px;}
.sblock__title {margin-bottom: 15px; font-size: 18px; font-weight: bold;}
.sblock__grid {display: grid; gap: 20px 10px; grid-template-columns: repeat(auto-fill,minmax(110px,1fr));}
.sblock__top li {list-style-type: decimal; margin-left: 25px; font-size: 14px;}

/* BOTTOM SEO DESC
----------------------------------------------- */
.site-desc {margin-top:20px; background-color:#000;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size:14px; font-weight:700; margin-bottom:15px;}
.site-desc p {line-height:18px; margin-bottom:15px;}
.site-desc strong {color: #999;}
.site-desc a {text-decoration:underline; font-weight:700; color: #999; font-weight: 400;}
.site-desc img {float:left; margin:0 20px 10px 0; width:240px; border-radius:10px; opacity:0.6;}


/* FOOTER
----------------------------------------------- */
.footer {background-color:#000; margin-top:20px; padding-bottom:20px;}
.counter {display:inline-block; vertical-align:middle; margin-right:10px; opacity:0.6;}
.footer a {font-weight:700; text-decoration:underline; display:inline-block; vertical-align:middle; opacity:0.8;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:20px; text-align:center; padding:20px 0;}
.pagi-nav {white-space:nowrap; overflow-y:hidden; overflow-x:auto; max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:22px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 5px; 
min-width:22px; margin:0 1px; border-radius:0; border:1px solid #4d4c4c; }
.navigation span, .pagi-nav a:hover {background-color:#2b2b2b;}
.navigation span.nav_ext {background-color:#242424;}
.pagi-nav a:hover {background-color:#2b2b2b; color:#747d69;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FULL
----------------------------------------------- */
.full {border-top: 0; box-shadow: none; margin-top: -20px;}
.full .st-line {font-size: 14px;}
.full .st-desc {font-size: 15px; line-height: 1.6; border: 1px solid #393737;
    background: #222; padding: 14px 18px; margin: 0; letter-spacing: 0.005em;}
.s-top h1 {max-width:calc(100% - 130px); max-width:-webkit-calc(100% - 130px); 
font-size:15px; text-shadow: 1px 1px rgb(0, 0, 0); font-weight:700; color: #e0dfdc; line-height:20px;}
.f-cols {display:flex; align-items:flex-start; gap:0 20px; padding:15px 0;}
.f-cols .s-img {flex:0 0 200px; width:200px; margin:0;}
.s-img > a {display:block; width:100%;}
.f-text {flex:1 1 0; min-width:0; line-height:1.55;}
.f-text a {text-decoration:underline;}
.f-facts {display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px 10px;}
.f-facts > .st-line {box-sizing:border-box; min-width:0; margin:0; padding:7px 9px; background:#2b2b2b; border:1px solid #3d3d3d; border-radius:4px; line-height:1.35;}
.f-facts > .st-line span:first-child {display:block; margin:0 0 2px; color:#aaa; font-size:11px; line-height:1.2;}
.f-facts > .st-line a {color:#e6e6e6; text-decoration:none;}
.f-facts > .st-line a:hover {color:#fff; text-decoration:underline;}
.f-facts > .st-alone {padding:7px 9px;}
.f-facts > .st-attent {background:#3a321e; border-color:#5a4a1a; color:#f8d268;}
.f-facts > .st-attent span:first-child {color:#f8d268;}
.f-facts > .f-fact--wide {grid-column:1/-1;}
.f-facts .kp, .f-facts .imdb {margin:0 8px 0 0;}
.st-desc-list {margin: 10px 0 10px 0 !important;}
.st-desc-list span:first-child {font-weight: 400; margin-right: 30px;}
.st-desc-list > div + div {margin-top: 8px;}
.red {color: #ff5a5a;}
.yellow.ita {font-style: italic; color: #f8d268;}

.f-screens a, .f-screens > img {position:relative; width:195px; height:100px; overflow:hidden; display:block; 
margin-bottom:15px; opacity:0.8;}
.f-screens a img {display:block; min-height:100%;}
.f-screens br {display:none;}
.f-screens a:hover, .f-screens img:hover {opacity:1;}

.f-strong {display:block; text-align:center; font-weight:700; margin-bottom:15px;}

.f-player {margin:0 -20px; position:relative; border-top: 1px solid #111; box-shadow:inset 0 1px #404040;}
.f-player .tabs-sel span {display:inline-block; padding:0 20px; height:30px; line-height:30px; cursor:pointer; 
font-weight:700;}
.f-player .tabs-sel span.current {background:#1a1a1a;}
.f-player .tabs-sel span:not(.current):hover {color:#000; background-color:#a8a8a8;}
.f-player .tabs-sel {white-space:nowrap; overflow-y:hidden; overflow-x:auto;}
.tabs-b {display:none; background-color:#000;}
.tabs-b.visible {display:block;}
.f-ipad {position:absolute; right:20px; top:8px; text-decoration:underline;}
.f-rate {white-space: nowrap; position: absolute; right: 5px; top: 7px; flex-wrap: nowrap;}
.f-rate > div {margin-right: 5px; position: relative; top: -2px;}
.f-rate--under-player {position: static; right: auto; top: auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; max-width: 600px; margin: 14px auto 16px; padding: 12px 14px; box-sizing: border-box; border: 1px solid #4d4d4d; border-radius: 8px; background: #2b2b2b; color: #ddd; white-space: normal;}
.f-rate--under-player > div {margin-right: 0; top: 0;}
.f-rate--under-player .f-rate-title {font-size: 12px; font-weight: 700; color: #f3f3f3; text-shadow: 1px 1px #000;}
.f-rate--under-player .f-rate-real {font-size: 11px; font-weight: 700; color: #f8d268; white-space: nowrap;}
.ya-share2 {position: absolute; z-index: 10; right: 5px; top: 40px;}

.rels {margin-bottom:10px;}
.rels-t {font-size:14px; font-weight:700; margin-bottom:15px;}
.rel-item {width: 110px; display:block; margin-bottom:15px;}
.r-img {height:165px; margin-bottom:5px;}
.r-title {text-align:center; text-decoration:underline;}
.rel-item:hover .r-img {opacity:0.8;}
.full .s-btm {padding-bottom: 20px;}
.f-btm {margin: 0 -20px 20px -20px; padding: 20px; background-color: #000; line-height: 1.2; font-size: 13px;}
.f-btm-yellow {color: #ffdd7d; margin-bottom: 15px;}
.tlg a {text-decoration: underline; color: #32aadf;}
.tlg .fa {margin: 0 6px 0 20px; width: 24px; height: 24px; border-radius: 50%; text-align: center; 
    line-height: 24px; background-color: #32aadf; color: #fff;}
.f-facts-title {margin-top: 15px; background: #222; border-left: 2px solid #ccc; padding-left: 20px;
    padding-right: 10px; border-radius: 1px; padding-top: 5px; height: 30px; font-size: 16px; 
    position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.f-facts-title ~ p {padding: 13px 25px 13px 40px; position: relative; border-bottom: 1px dotted #222;}
.f-facts-title ~ p::after {font-family: 'FontAwesome'; content:"\f101"; position: absolute; top: 15px; left: 20px;}
.f-facts-title ~ p:first-letter {color: #5181b8; font-size: 18px;}

.mtop-title {margin-bottom: 20px; font-size: 15px; border-bottom: 1px solid #111;
    padding: 20px; margin: -20px -20px 20px -20px; color: #f8d268;}
.mtop-items {display: grid; grid-gap: 20px 20px; grid-template-columns: repeat(auto-fill,minmax(160px,1fr));}
.podb {display: block;}
.podb-img {padding-top: 56%; position: relative; overflow: hidden; margin-bottom: 10px; border-radius: 8px;}
.podb-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.podb-img div {position: absolute; left: 5px; top: 5px; z-index: 5; width: 40px; height: 40px;
    text-align: center; border-radius: 50%; line-height: 36px; font-size: 12px; font-weight: 700;
    background: rgba(15,16,30,.9); border: 2px solid #363b58; color: #a8a8a8;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
.full-text {line-height:18px;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:15px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:10px 0;}
.full-text > ul li {list-style:disc; margin-left:40px; display:block; position:relative;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:10px 0;}
.full-text table tr td {padding:10px; border:2px solid #111;}
.full-text table tr:nth-child(2n+1) {background-color:#111;} 
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#444; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; 
display:inline-block; padding:0 15px; background:#111;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.full-taglist {margin-top:20px;}


/* COMMENTS
----------------------------------------------- */
.comms-title {line-height:40px; padding:0 0 0 20px;}
.comms-title > span {font-size:16px;}
.add-comm-form {position:relative; margin:20px 0; display:none;}
.add-comm-form.visible {display:block;}
.ac-soc {position:absolute; right:0px; top:-8px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; border-radius:50%; float:left; margin-right:10px;
background:#fff url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {font-weight:700; margin-bottom:15px; text-transform:uppercase;}
.ac-inputs input {width:49%;}
.ac-textarea textarea {height:85px;}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.mass_comments_action {text-align:right; padding:5px 15px; background-color:#111; margin:20px 0 0 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline;}

.comm-item {padding:20px 20px 20px 100px; border-top: 1px solid #111; box-shadow:inset 0 1px #404040; margin:0 -20px;}
.comm-left {width:60px; margin-left:-80px; float:left;}
.comm-right {width:100%; float:right;}

.comm-one {padding:0 0 10px 0; position:relative;}
.comm-one > span {float:left; margin-right:10px;}
.comm-author {font-weight:700;}
.comm-author a {text-decoration:underline;}
.c-reply a {color:#a8a8a8;}
.creply > a {color: silver; padding: 2px 7px 3px; display: inline-block; background: #242424; border: 1px solid #404040;}
.comm-two {padding-bottom:10px;}
.crate a {color: #666666; margin-left: 4px; font-size: 18px; text-shadow: 0 1px #ccc;}
.crate .fa {margin-right: 2px;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three li:first-child {margin-left:0px; float:left;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#2b2b2b; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#585858;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px; font-weight:700;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#585858;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#111; color:#fff;}
.lb-menu a .fa {color:#e0dfdc;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #111; content:""; background-color:#111; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#585858; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px;}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {width: 100%; position: relative; z-index: 1;}
 .owl-carousel .owl-stage {position: relative; display:flex; justify-content:flex-start;}
 .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-carousel .owl-item {position: relative; min-height: 10px;}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
 .owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {display: block; opacity: 1;}
 .owl-carousel.owl-drag .owl-item {user-select: none;}
 .owl-carousel.owl-grab {cursor: move; cursor: grab;}
 .owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
 .owl-carousel .owl-animated-in {z-index: 0;}
 .owl-carousel .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 500ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
.owl-nav {position:absolute; left:0; right:0; top:0; z-index:500;}
.owl-prev, .owl-next {width:24px; height:40px; position:absolute; top:68px; z-index:200;
text-align:center; line-height:40px; color:#424242; font-size:18px; background-color:#878787;}
.owl-prev {left:0px; border-radius:0 10px 10px 0;}
.owl-next {right:1px; border-radius:10px 0 0 10px;}
.owl-prev:hover, .owl-next:hover {color:#dd4b39;}
.owl-dots {text-align:center; padding-top:15px;}
.owl-dot {display:inline-block; vertical-align:top; width:10px; height:10px; margin:0 5px; 
border-radius:50%; background-color:#4e647a;}
.owl-dot.active {background-color:#1cbc9a;}



/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display:none; order: -1;}
.side-panel {width:300px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#585858; 
padding:0; z-index:888; position:fixed; left:-300px; top:0; transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.8);
position:fixed; left:0; top:0; z-index:887; opacity:0; pointer-events:none; transition:opacity .2s; cursor: pointer;}
.close-overlay.active {opacity:1; pointer-events:auto;}
.side-panel1 a {display:block; padding:8px 20px; font-size:12px; font-weight:700; color:#FFF; border-top:1px solid #444;}
.side-panel1 .menuactive {background-color:#444;}

@media screen and (max-width: 1220px) {
.wrap {overflow:hidden;}
.center2 {max-width:1000px;}
.header-in, .footer, .site-desc {padding-left:10px; padding-right:10px;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.side {display:none;}
.main {width:100%;}
.owl-next {right:0;}
.hmenu {white-space:nowrap; overflow-y:hidden; overflow-x:auto; height: auto;}
.btn-menu {display:inline-block; font-size:24px; color:#FFF; cursor:pointer; background:none; border:none; padding:0;}
.cols {border-radius: 0;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.comm-three, .f-rate {display:none;}
.f-rate--under-player {display:flex;}
.ya-share2 {position: static; text-align: center; padding: 10px;}
.st-desc-list span {margin: 0 !important;}
.tlg {width: 100%; text-align: center; padding: 10px 0 0 0;}

.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.header {margin-bottom:40px;}
.kgfi-header-markup-link {height:22px; line-height:22px; padding:0 8px; margin-right:6px; font-size:11px; white-space:nowrap; flex:0 0 auto;}
.search-wrap {width:130px; flex-basis:130px;}
.login-btns span, .login-btns a:last-child, .work, .s-rates, .mbn, .pagi-nav > .pnext, .side .to-mob {display:none;}
.s-cols {display:block !important;}
.s-cols:after {content: ""; display: table; clear: both;}
.s-img {width:100px !important; float:left; margin:0 10px 10px 0 !important;}
.f-cols .s-img {flex:0 0 126px; width:126px !important; margin:0 !important;}
.f-cols {gap:0 12px;}
.f-text {line-height:1.4;}
.f-facts {grid-template-columns:1fr; gap:5px;}
.f-facts > .st-line {padding:6px 8px; font-size:12px; line-height:1.3;}
.f-facts > .st-line span:first-child {display:inline; margin:0 5px 0 0; font-size:11px;}
.f-facts .kp, .f-facts .imdb {line-height:20px; margin:0 6px 5px 0;}
.f-fact--people, .f-fact--crew {display:none;}
.s-text {width:100%;}
.st-desc.st-desc.line-clamp {clear: both; width: 100%; margin: 0;}
.pagi-nav {white-space: normal;}
.navigation {display: flex !important; flex-wrap: wrap; justify-content: center;}
.navigation > * {margin: 10px 5px 0 5px !important; line-height: 40px; min-width: 42px !important;}
.side {display: block; width: 100%; border: 0; order: 10; padding-top: 0; padding-bottom: 10px;}
.carou  {border-radius: 0; margin-bottom: 0;}
body {background-image: none;}
.logotype {height: 30px; margin: 0 12px; flex: 0 0 auto; position: static; overflow: visible;}
.logotype img {height: 30px; width: auto; position: static; transform: none;}

.full .st-line {font-size: 14px;}
.full .st-lighter {clear: both;}
.full .st-lighter + .st-desc {margin-top: 10px !important;}
.f-screens a, .f-screens > img {width:135px; height:90px;}
.f-ipad, .rel-item:nth-child(5n) {display:none;}
.rel-item {width: 100px;}
.r-img {height:140px;}
.tabs-sel {white-space: normal; display: flex; flex-wrap: wrap;}
.tabs-sel > span {flex: 1 1 0; min-width: auto; max-width: 100%; text-align: center; white-space: nowrap;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc:before {display:none;}
.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.center22 {max-width:360px;}
.header-in {overflow:visible;}
.search-wrap {display:inline-block; width:118px; flex:0 0 118px;}
.logotype {margin-left:8px; margin-right:8px;}
.hright {flex:1 1 auto; gap:5px;}
.kgfi-header-markup-link {padding:0 6px; margin-right:0; font-size:10px;}
.login-btns {margin-right:0; font-size:11px; white-space:nowrap;}
.carou__content:not(#owl-top) > .top-carou {width: calc(100vw/3);}

.f-screens a, .f-screens > img {width:32%; height:80px;}
.rel-item {width:46%;}
.r-img {height:180px;}
.full .s-date {display:none;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}


.video-responsive2 {
	padding-top: 37px;
	padding-bottom: 56%;
	position: relative;
}
.video-responsive2 iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
	.video-postload {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;

		background-color: #333;
		background-position: 50% 50%;
		background-size: cover;
		cursor: pointer;
	}
	.video-postload:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

		background: rgba(0,0,0,.7) url(data:image/png;base64,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) no-repeat 50% 50%;
		backdrop-filter: blur(10px);
	}	

.video-responsive2 {padding-top: 82px;}
@media screen and (max-width: 435px) {
    .video-responsive2 {padding-top: 82px; padding-bottom: 106%;}
}


/* hdvb стили
----------------------------------------------- */
body > div[id*=epom-pushdown]{
  cursor: pointer;
    position: absolute;
    height: 100% !important;
    z-index: 1 !important;
    width: 100% !important;
}
div[id*=epom].epom-brend{z-index: -1 !important;margin-top: 0px !important;}

@media (max-width: 768px) {
  body > div[id*=epom-pushdown] {
    height: 140px !important;
}
}
header.header { 
  position: relative !important;
  z-index: 2 !important;
}


@media (max-width: 900px) {
  .html-brend{    margin-top: 30px;}

}
@media (max-width: 620px) {
    .header {
        margin-bottom: 180px !important;
    }
}
@media (max-width: 480px) {
    .header{
        margin-bottom: 135px !important;
    }
}

/*
.video-responsive2 {
	padding-top: 37px;
	padding-bottom: 56%;
	position: relative;
}
.video-responsive2 iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
	.video-postload {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;

		background-color: #333;
		background-position: 50% 50%;
		background-size: cover;
		cursor: pointer;
	}
	.video-postload:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

		background: rgba(0,0,0,.7) url(data:image/png;base64,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) no-repeat 50% 50%;
		backdrop-filter: blur(10px);
	}	

.video-responsive2 {padding-top: 82px;}
@media screen and (max-width: 435px) {
    .video-responsive2 {padding-top: 82px; padding-bottom: 106%;}
}


.player__label {margin-top: 10px;padding: 10px;font-size: 16px;font-weight: 500;text-align: center;}
.player__item {padding-top: 56%;width: 100%;height: 0;position: relative;background: #000;}
.player__item iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}*/
.mce-accordion summary {
	cursor: pointer;
}

.self_delete_link {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 12px 27px;
	border-radius: 10px;
	outline: none;
	background-color: #f44336;
	color: #fff;
	text-shadow: 0 1px #333;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
	transition: all ease .1s; transition: all ease .1s;
}

.title_spoiler svg{
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}.ad-zone{position:relative;display:block;width:100%;margin:0 auto;overflow:hidden;max-width:600px}
.ad-zone::before{content:"Реклама";display:flex;align-items:center;justify-content:center;aspect-ratio:3/1;border:1px dashed #2a3a4a;border-radius:8px;color:#4a5a6a;font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(to top right,transparent calc(50% - .5px),#2a3a4a,transparent calc(50% + .5px)),linear-gradient(to top left,transparent calc(50% - .5px),#2a3a4a,transparent calc(50% + .5px)),linear-gradient(to bottom right,transparent calc(50% - .5px),#2a3a4a,transparent calc(50% + .5px))}
@media(max-width:767px){.ad-zone{max-width:100%}}
.ad-zone>ins{position:absolute;inset:0;display:block!important;width:100%!important;height:100%!important}
.ad-zone img,.ad-zone iframe{display:block;width:100%;height:100%}

/* FS-BAR — вписан в kinogo2021: латунный бевель + сайтовый градиент кнопок */
.fs-bar{display:flex;flex-wrap:wrap;gap:6px;padding:12px 14px;margin:14px 0 10px;
	background:linear-gradient(180deg,#1d1d1d 0%,#141414 100%);
	border-top:1px solid #3f413f;border-bottom:1px solid #3f413f;
	box-shadow:inset 0 1px #848480,inset 0 -1px #848480,0 2px 0 rgba(0,0,0,.35);
	border-radius:2px;position:relative}
.fs-bar::before{content:"";position:absolute;left:14px;right:14px;top:0;height:1px;
	background:linear-gradient(90deg,transparent,rgba(248,210,104,.35),transparent);pointer-events:none}
.fs-bar__btn{flex:1 1 auto;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:7px;
	min-height:38px;padding:0 14px;font-family:inherit;font-size:11px;font-weight:700;text-transform:uppercase;
	letter-spacing:.08em;text-decoration:none;color:#bdbdbd;white-space:nowrap;
	background:linear-gradient(180deg,#292929 0%,#202020 100%);border:1px solid #404040;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 1px 0 rgba(0,0,0,.4);
	border-radius:3px;cursor:pointer;line-height:1;
	transition:color .18s,background .18s,border-color .18s,box-shadow .18s,transform .1s}
.fs-bar__btn:hover{background:#383838;border-color:#5a5a5a;color:#fff;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 2px 0 rgba(0,0,0,.5),0 0 0 1px rgba(248,210,104,.12);
	transform:translateY(-1px)}
.fs-bar__btn:active{transform:translateY(0);background:#1c1c1c;box-shadow:inset 0 1px 2px rgba(0,0,0,.5)}
.fs-bar__btn:focus-visible{outline:2px solid #f8d268;outline-offset:2px}
.fs-bar__ico{flex-shrink:0;display:block;filter:drop-shadow(0 1px 0 rgba(0,0,0,.5))}

.fs-bar__btn--tg{color:#32aadf}
.fs-bar__btn--tg:hover{color:#6cc8ec;border-color:#2d6c8a}
.fs-bar__btn--sub{color:#a8a8a8}
.fs-bar__btn--sub:hover{color:#fff}
.fs-bar__btn--sub.push-subscribed{color:#f8d268;border-color:#5a4a1a;background:linear-gradient(180deg,#2a2418 0%,#1d1810 100%)}
.fs-bar__btn--trailer{color:#dd4b39}
.fs-bar__btn--trailer:hover{color:#ff6f5e;border-color:#7a2a22}
.fs-bar__btn--share{color:#f8d268}
.fs-bar__btn--share:hover{color:#ffdd7d;border-color:#5a4a1a}
.fs-bar__btn--install{color:#a8a8a8}
.fs-bar__btn--install:hover{color:#fff}

.fs-bar__btn--watch{flex:1 1 200px;color:#1a1208;letter-spacing:.1em;text-shadow:0 1px 0 rgba(255,255,255,.18);
	background:linear-gradient(180deg,#ffdd7d 0%,#f8d268 50%,#d4a010 100%);
	border-color:#a47c0e;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.55),inset 0 -1px 0 rgba(0,0,0,.2),
		0 2px 0 rgba(0,0,0,.45),0 0 14px rgba(248,210,104,.18)}
.fs-bar__btn--watch:hover{color:#0e0905;border-color:#c89010;
	background:linear-gradient(180deg,#fff0a8 0%,#ffdd7d 50%,#e8b418 100%);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.7),inset 0 -1px 0 rgba(0,0,0,.25),
		0 3px 0 rgba(0,0,0,.5),0 0 22px rgba(248,210,104,.45);transform:translateY(-1px)}
.fs-bar__btn--watch:active{background:linear-gradient(180deg,#d4a010 0%,#b8820a 100%);
	box-shadow:inset 0 2px 4px rgba(0,0,0,.4)}
.fs-bar__btn--watch .fs-bar__ico{filter:drop-shadow(0 1px 0 rgba(255,255,255,.4))}

.push-icon{font-size:14px;line-height:1}

/* Переходный диапазон планшетов: 4 в ряд, Watch занимает 2 ячейки */
@media(max-width:900px) and (min-width:721px){
	.fs-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
	.fs-bar__btn{flex:none;min-width:0}
	.fs-bar__btn--watch{grid-column:span 2}
}
/* Узкий планшет / крупный мобильник: 3 колонки, Watch на всю ширину */
@media(max-width:720px) and (min-width:521px){
	.fs-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:11px 12px}
	.fs-bar__btn{flex:none;min-width:0;min-height:42px;padding:0 10px;font-size:10.5px;letter-spacing:.05em}
	.fs-bar__btn--watch{grid-column:1/-1;min-height:44px;font-size:12px;letter-spacing:.1em}
}
/* Мобильный (iPhone Pro Max и подобные): Watch full-width + сетка 3×N */
@media(max-width:520px){
	.fs-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:10px 10px}
	.fs-bar__btn{flex:none;min-width:0;min-height:50px;padding:6px 6px;font-size:10px;letter-spacing:.03em;
		white-space:normal;line-height:1.15;text-align:center;gap:4px;
		flex-direction:column;justify-content:center}
	.fs-bar__btn .fs-bar__ico{width:18px;height:18px}
	.fs-bar__btn--watch{grid-column:1/-1;flex-direction:row;min-height:48px;font-size:13px;
		letter-spacing:.1em;white-space:nowrap;gap:8px}
	.fs-bar__btn--watch .fs-bar__ico{width:20px;height:20px}
}
/* Очень узкие: 2 колонки */
@media(max-width:359px){
	.fs-bar{grid-template-columns:repeat(2,1fr)}
	.fs-bar__btn{font-size:10.5px}
}

/* TRAILER MODAL */
.trailer-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:1200}
.trailer-overlay--visible{display:block}
.trailer-modal{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1201;width:min(800px,calc(100vw - 24px),calc((100vh - 40px) * 1.7778));background:#111;border:1px solid #333;border-radius:6px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.8)}
.trailer-modal--visible{display:block}
.trailer-modal__close{position:absolute;top:6px;right:10px;background:none;border:none;color:#aaa;font-size:24px;line-height:1;cursor:pointer;padding:4px 8px;z-index:1}
.trailer-modal__close:hover{color:#fff}
.trailer-modal__body{position:relative;width:100%;padding-bottom:56.25%}
.trailer-modal__body iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}

/* === Watch CTA (replaces inline player on fullstory) === */
.film-watch-cta{margin:18px 0;text-align:center}
.film-watch-cta .adv-box{position:relative;margin:0 auto 18px;width:100%;max-width:600px;aspect-ratio:600/200;display:flex;align-items:center;justify-content:center;background:#0a0907;border:1px dashed #2a221a;border-radius:6px;overflow:hidden}
.film-watch-cta .adv-box::before{content:"Реклама · 600×200";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#3a2f1f;font:700 11px/1 "IBM Plex Mono",monospace;letter-spacing:3px;text-transform:uppercase;pointer-events:none;z-index:0}
.film-watch-cta .adv-box > ins{position:absolute;inset:0;z-index:1;margin:0;display:block;width:100%;height:100%}
.film-watch-cta .adv-box--postwatch{margin:18px auto 0}
.watch-cta{display:inline-flex;align-items:center;gap:14px;padding:18px 36px;background:linear-gradient(180deg,#f4a82b,#c8821a);color:#0b0a08;font:800 14px/1.2 "IBM Plex Mono","Courier New",monospace;letter-spacing:1.6px;text-transform:uppercase;text-decoration:none;border:0;clip-path:polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px);box-shadow:0 8px 28px -6px rgba(244,168,43,.55),inset 0 1px 0 rgba(255,255,255,.25);transition:filter .15s,transform .15s,box-shadow .15s;max-width:96%}
.watch-cta:hover{filter:brightness(1.12);box-shadow:0 14px 38px -6px rgba(255,210,122,.7);transform:translateY(-2px);text-decoration:none;color:#0b0a08}
.watch-cta-ico{flex-shrink:0;color:#0b0a08}
.watch-cta-text{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1.15;text-align:left}
.watch-cta-sub{display:block;margin-top:4px;font:600 10px/1 "IBM Plex Mono",monospace;color:rgba(11,10,8,.7);letter-spacing:1.2px;text-transform:uppercase}
@media(max-width:600px){.watch-cta{padding:14px 22px;font-size:12px;gap:10px}.watch-cta-sub{font-size:9px}}
@media(prefers-reduced-motion:reduce){.watch-cta{transition:none}.watch-cta:hover{transform:none}}

/* Fullstory inline player */
.fullstory-player{margin:18px 0 20px}
.fullstory-player .kgfi-player-mark{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:12px 14px;background:#383838;border:1px solid #4d4d4d;border-radius:6px;box-sizing:border-box}
.fullstory-player .kgfi-player-mark__item{flex:1 1 auto;min-width:0;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:#2b2b2b;color:#f3f3f3;font:600 12px/1 Tahoma,Geneva,sans-serif;text-decoration:none;white-space:nowrap;transition:border-color .2s,background .2s,color .2s,transform .2s,box-shadow .2s}
.fullstory-player .kgfi-player-mark__item:hover{border-color:#f8d268;color:#fff;background:#4a4330;transform:translateY(-1px);box-shadow:0 0 14px rgba(248,210,104,.20);text-decoration:none}
.fullstory-player .kgfi-player-mark__item.is-active{background:linear-gradient(180deg,#f8d268,#d9a93a);border-color:#d9a93a;color:#000;box-shadow:0 4px 12px -2px rgba(248,210,104,.45),inset 0 1px 0 rgba(255,255,255,.25);cursor:default;pointer-events:none}
.fullstory-player .viewer-frame{position:relative;width:100%;max-width:100%;height:0;padding-top:62%;background:#000;border-radius:8px;overflow:hidden}
.fullstory-player .viewer-frame iframe{position:absolute;inset:0;width:100%!important;max-width:100%!important;height:100%!important;border:0;display:block}
.fullstory-player .viewer-notice{margin:14px 0 0;padding:10px 14px;background:#5a2a2a;color:#fff;font-weight:700;font-size:13px;text-align:center;border-radius:4px}
.fullstory-player .viewer-notice--empty{background:#383838;border:1px dashed #575757;color:#c7c7c7}
.fullstory-torrent{margin:20px 0 22px;padding:16px;background:#2b2b2b;border:1px solid #4d4d4d;border-radius:8px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.fullstory-torrent__title{margin:0 0 12px;color:#fff;font-size:18px;line-height:1.25;text-shadow:1px 1px #000}
.fullstory-torrent__body{overflow-x:auto}
.fullstory-torrent__empty{padding:28px 14px;text-align:center;color:#c7c7c7;border:1px dashed #575757;border-radius:6px;background:#303030}
.fullstory-torrent .rutor-wrap{margin:0;min-width:0}
.fullstory-torrent .rutor-table{width:100%;border-collapse:collapse;font-size:13px;color:#ddd}
.fullstory-torrent .rutor-table th,.fullstory-torrent .rutor-table td{padding:9px 10px;border-bottom:1px solid #444;text-align:left;vertical-align:middle}
.fullstory-torrent .rutor-table th{color:#f8d268;background:#242424;font-weight:700}
.fullstory-torrent .rutor-title{color:#fff;font-weight:700;line-height:1.35}
.fullstory-torrent .rutor-date{margin-top:3px;color:#aaa;font-size:11px}
.fullstory-torrent .col-date,.fullstory-torrent .col-size,.fullstory-torrent .col-peers,.fullstory-torrent .col-dl{width:1%;text-align:center;white-space:nowrap}
.fullstory-torrent .is-alive{color:#6fcf7c;font-weight:700}
.fullstory-torrent .is-dead{color:#d07272}
.fullstory-torrent .rutor-btns{display:flex;gap:6px;justify-content:center}
.fullstory-torrent .rutor-btn{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 9px;border-radius:4px;background:#383838;border:1px solid #555;color:#fff;text-decoration:none;font-weight:700;font-size:11px}
.fullstory-torrent .rutor-btn:hover{background:#454545;color:#fff;text-decoration:none}
@media(max-width:768px){.fullstory-player .viewer-frame{height:min(72vh,520px);min-height:300px;padding-top:0;border-radius:6px}.fullstory-player .kgfi-player-mark{gap:6px;padding:10px}.fullstory-player .kgfi-player-mark__item{flex:1 1 calc(50% - 6px);padding:7px 10px;font-size:11.5px}.fullstory-torrent{padding:12px;border-radius:6px}.fullstory-torrent__body{overflow:visible}.fullstory-torrent .rutor-wrap{min-width:0!important}.fullstory-torrent .rutor-table,.fullstory-torrent .rutor-table tbody,.fullstory-torrent .rutor-table tr,.fullstory-torrent .rutor-table td{display:block;width:100%}.fullstory-torrent .rutor-table thead{display:none}.fullstory-torrent .rutor-table tr{box-sizing:border-box;margin:0 0 10px;padding:10px;background:#303030;border:1px solid #444;border-radius:8px}.fullstory-torrent .rutor-table td{box-sizing:border-box;padding:6px 0;border:0;text-align:left!important;white-space:normal!important}.fullstory-torrent .col-date,.fullstory-torrent .col-size,.fullstory-torrent .col-peers,.fullstory-torrent .col-dl{width:auto}.fullstory-torrent .col-dl{padding-top:8px}.fullstory-torrent .rutor-btns{justify-content:flex-start;flex-wrap:wrap}.fullstory-torrent .rutor-btn{min-height:34px;padding:0 12px}}

.fs-bar{display:block;gap:0;padding:12px 14px;margin:14px 0 10px;background:#242424;border:1px solid #4d4d4d;box-shadow:0 1px 0 #000,inset 0 1px #555;border-radius:5px}
.fs-bar::before{display:none}
.fs-bar__primary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.fs-bar__primary .fs-bar__btn--watch{grid-column:1/-1}
.fs-bar__secondary{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.fs-bar__btn{flex:0 1 auto;min-width:0;min-height:34px;padding:0 12px;letter-spacing:.04em;color:#d0d0d0;background:#383838;border:1px solid #555;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);border-radius:4px}
.fs-bar__btn:hover{background:#454545;border-color:#686868;color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 2px 0 rgba(0,0,0,.32)}
.fs-bar__btn b{display:block;font-size:13px;line-height:1.05}
.fs-bar__btn small{display:block;margin-top:4px;font-size:10px;font-weight:700;line-height:1;color:rgba(255,255,255,.68);letter-spacing:.06em}
.fs-bar__btn--watch,.fs-bar__btn--download{min-height:54px;gap:10px;letter-spacing:.06em;text-align:left;flex-direction:row}
.fs-bar__btn--watch{color:#1a1208;background:linear-gradient(180deg,#ffdd7d 0%,#d4a010 100%);border-color:#a47c0e}
.fs-bar__btn--watch:hover{color:#0e0905;background:linear-gradient(180deg,#fff0a8 0%,#e8b418 100%);border-color:#c89010}
.fs-bar__btn--watch small{color:rgba(26,18,8,.72)}
.fs-bar__btn--download{color:#fff;background:linear-gradient(180deg,#6a302d 0%,#4d2321 100%);border-color:#7b4b4b;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 2px 0 rgba(0,0,0,.45)}
.fs-bar__btn--download:hover{background:linear-gradient(180deg,#7d3936 0%,#5a2a2a 100%);border-color:#9a5c5c;color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 3px 0 rgba(0,0,0,.5),0 0 18px rgba(122,60,60,.32)}
@media(max-width:900px) and (min-width:721px){.fs-bar{display:block}.fs-bar__secondary{display:grid;grid-template-columns:repeat(4,1fr)}}
@media(max-width:720px) and (min-width:521px){.fs-bar{display:block;padding:11px 12px}.fs-bar__primary{grid-template-columns:1fr}.fs-bar__secondary{display:grid;grid-template-columns:repeat(3,1fr)}.fs-bar__btn{min-height:42px;padding:0 10px;font-size:10.5px}}
@media(max-width:520px){.fs-bar{display:block;padding:10px}.fs-bar__primary{grid-template-columns:1fr;gap:8px}.fs-bar__secondary{display:grid;grid-template-columns:repeat(2,1fr)}.fs-bar__btn{min-height:44px;padding:6px 8px;font-size:10px;letter-spacing:.02em;white-space:normal;line-height:1.15;text-align:center;gap:5px;flex-direction:column}.fs-bar__btn--watch,.fs-bar__btn--download{flex-direction:row;min-height:50px;font-size:12px;white-space:nowrap;gap:9px}.fs-bar__btn--watch .fs-bar__ico,.fs-bar__btn--download .fs-bar__ico{width:20px;height:20px}}

.kgfi-torrent-body{min-height:100vh}
.kgfi-torrent-wrap{min-height:100vh;padding-bottom:30px}
.kgfi-torrent-wrap .header{margin-bottom:200px}
.kgfi-torrent-page{background:#2b2b2b;border:1px solid #848480;box-shadow:0 0 0 1px #0e0e0e;border-radius:10px;padding:20px;margin-bottom:24px}
.kgfi-torrent-back{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 12px;border-radius:4px;background:#242424;box-shadow:0 0 0 1px #404040;color:silver;text-decoration:none;font-weight:700;margin-bottom:14px}
.kgfi-torrent-back:hover,.kgfi-torrent-back:focus-visible{background:#383838;color:#fff;outline:none}
.kgfi-torrent-head{display:grid;grid-template-columns:120px minmax(0,1fr);gap:16px;align-items:start;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #4d4d4d}
.kgfi-torrent-poster{width:120px;aspect-ratio:2/3;background:#111;border:1px solid #1d1d1d;border-radius:6px;overflow:hidden}
.kgfi-torrent-poster img{display:block;width:100%;height:100%;object-fit:cover}
.kgfi-torrent-title h1{margin:0 0 10px;color:#fff;font-size:20px;line-height:1.25;text-shadow:1px 1px #000}
.kgfi-torrent-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px;color:#c7c7c7;font-size:12px}
.kgfi-torrent-meta span{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:4px;background:#383838;box-shadow:0 0 0 1px #4d4d4d}
.kgfi-torrent-actions{display:flex;flex-wrap:wrap;gap:8px}
.kgfi-torrent-action{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:4px;background:#383838;box-shadow:0 0 0 1px #555;color:#fff;text-decoration:none;font-weight:700}
.kgfi-torrent-action:hover,.kgfi-torrent-action:focus-visible{background:#454545;color:#fff;outline:none}
.kgfi-torrent-action--watch{background:#5a2a2a;box-shadow:0 0 0 1px #7b4b4b}
.kgfi-torrent-panel{background:#383838;border:1px solid #4d4d4d;border-radius:8px;padding:14px}
.kgfi-torrent-panel h2{margin:0 0 12px;color:#fff;font-size:16px;line-height:1.25;text-shadow:1px 1px #000}
.kgfi-torrent-empty{padding:34px 14px;text-align:center;color:#c7c7c7;border:1px dashed #575757;border-radius:6px;background:#303030}
.kgfi-torrent-page .rutor-wrap{margin-top:0}
@media screen and (max-width:950px){.kgfi-torrent-wrap .header{margin-bottom:40px}.kgfi-torrent-page{border-radius:0}}
@media(max-width:600px){.kgfi-torrent-head{grid-template-columns:82px minmax(0,1fr);gap:12px}.kgfi-torrent-poster{width:82px}.kgfi-torrent-title h1{font-size:17px}.kgfi-torrent-actions{display:grid;grid-template-columns:1fr;width:100%}.kgfi-torrent-action{width:100%}}

/* Geo ad slots: let inactive passback overlays pass clicks to active creative. */
:where(.ad-zone, .adv-box) > ins[class~="7236739a"]:not([onclick]):not(:has(a, iframe, img, object, embed, video, [onclick])),
:where(.ad-zone, .adv-box) > ins[class~="0dd30d14"]:not([onclick]):not(:has(a, iframe, img, object, embed, video, [onclick])) {
	pointer-events: none;
}
.quick-actions{position:relative;z-index:5;display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;margin-right:8px;vertical-align:middle}
.quick-action{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:4px;color:#fff;text-decoration:none;background-color:#3f3f3f;background-repeat:no-repeat;background-position:center;background-size:16px 16px;box-shadow:0 0 0 1px #555;box-sizing:border-box;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease;cursor:pointer;overflow:hidden}
.quick-action:hover{background-color:#5a2a2a;box-shadow:0 0 0 1px #777;transform:translateY(-1px)}
.quick-action--random{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffcc00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='3'/%3E%3Ccircle cx='8' cy='8' r='1' fill='%23ffcc00'/%3E%3Ccircle cx='16' cy='8' r='1' fill='%23ffcc00'/%3E%3Ccircle cx='12' cy='12' r='1' fill='%23ffcc00'/%3E%3Ccircle cx='8' cy='16' r='1' fill='%23ffcc00'/%3E%3Ccircle cx='16' cy='16' r='1' fill='%23ffcc00'/%3E%3C/svg%3E")}
.quick-action--history{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12a9 9 0 1 0 3-6.7'/%3E%3Cpath d='M3 4v6h6'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E")}
.quick-action--marks{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21l-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E")}
body.is-static-page .site-cols,body.is-static-page .cols,body.is-static-page .content__cols,body.is-static-page .columns-block,body.is-static-page .main-wrapper{grid-template-columns:minmax(0,1fr)!important}
body.is-static-page .main,body.is-static-page .main-col,body.is-static-page #dle-content,body.is-static-page .static-page,body.is-static-page .content__col-main,body.is-static-page .cols__left{width:100%!important;max-width:none!important;flex:1 1 100%!important;margin-left:0!important;margin-right:0!important;overflow:visible!important}
body.is-static-page .sidebar,body.is-static-page aside.sidebar,body.is-static-page .side,body.is-static-page .rightside,body.is-static-page .column-right,body.is-static-page .content__col-side,body.is-static-page .cols__right{display:none!important}
@media screen and (max-width:950px){.quick-actions{gap:4px;margin-right:6px}.quick-action{width:24px;height:24px;min-width:24px;background-size:14px 14px}}
@media screen and (max-width:590px){.quick-action{width:26px;height:26px;min-width:26px}}

/* User markup badge */
.entry__cover,.entry__cover>a,.card-img-holder,.card-img,.s-img,.short-img,.short-poster-wrap,.main-item__img,.card__poster,.img-fit,.img-wide,.img-responsive{position:relative}
.short-markup-badge{position:absolute;left:8px;top:8px;z-index:4;display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - 16px);min-height:22px;padding:4px 8px;border-radius:6px;background:rgba(22,24,30,.88);border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 18px rgba(0,0,0,.28);color:#fff;font:700 10px/1 Arial,Helvetica,sans-serif;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}
.short-markup-badge--watch{background:rgba(37,99,160,.92)}
.short-markup-badge--todo{background:rgba(166,112,24,.94)}
.short-markup-badge--done{background:rgba(36,128,78,.94)}
.short-markup-badge--drop{background:rgba(142,46,60,.94)}
@media(max-width:640px){.short-markup-badge{left:6px;top:6px;min-height:20px;padding:3px 6px;font-size:9px}}

/* P1-08: editorial hub cross-link block (main-content area, Reasonable Surfer signal) */
.editorial-hubs{margin:24px 0 12px;padding:18px 16px;background:#1a1a1a;border-radius:8px;border:1px solid rgba(255,255,255,0.06)}
.editorial-hubs__title{margin:0 0 12px;font-size:18px;font-weight:700;color:#fff}
.editorial-hubs__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;list-style:none;padding:0;margin:0}
.editorial-hubs__item a{display:block;padding:10px 12px;background:#262626;border-radius:6px;color:#cfcfcf;text-decoration:none;font-size:13px;line-height:1.35;transition:background .15s ease,color .15s ease}
.editorial-hubs__item a:hover{background:#3a2a13;color:#ffcc00}
@media(max-width:640px){.editorial-hubs{padding:14px 12px}.editorial-hubs__title{font-size:16px}.editorial-hubs__list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:6px}}

/* P1-12: tag cloud */
.tag-cloud{display:flex;flex-wrap:wrap;gap:6px;padding:8px 0}
.tag-cloud__item{display:inline-block;padding:4px 10px;background:#262626;border-radius:4px;color:#cfcfcf;text-decoration:none;font-size:12px;line-height:1.4;transition:background .15s ease,color .15s ease}
.tag-cloud__item:hover{background:#3a2a13;color:#ffcc00}

/* P1-12 polish: inline tag chips on fullstory/shortstory */
.movie-tags{margin:10px 0;font-size:13px;line-height:1.6;color:#888}
.movie-tags__label{font-weight:600;color:#aaa;margin-right:4px}
.movie-tags__item{display:inline-block;padding:2px 8px;margin:2px 4px 2px 0;background:#262626;border-radius:4px;color:#cfcfcf;text-decoration:none;font-size:12px;transition:background .15s ease,color .15s ease}
.movie-tags__item:hover{background:#3a2a13;color:#ffcc00}
