.wrapper{min-width:320px;position:relative;padding-top:0;padding-bottom:10px}
.wrapper-container{max-width:var(--max-width);margin:0 auto;position:relative;z-index:20}
.wrapper-main{min-height:100vh;background-color:var(--bg-2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);border-radius:10px}
.header{padding:0 var(--indent);background-color:var(--bg);position:sticky;top:0;z-index:100;border-bottom:5px solid var(--accent);box-shadow:var(--bsh-block);transition:transform .3s ease-in-out}
.header--hidden{transform:translateY(-100%)}
.content{padding:20px var(--indent);padding-bottom:60px;min-height:80vh}
.cols{display:grid;gap:40px;grid-template-columns:minmax(0,1fr) 360px}
.footer{padding:25px var(--indent);background-color:var(--bg-dark);color:var(--tt-dark);border-radius:0 0 10px 10px}
.footer__bottom{margin-top:16px;gap:20px}
#scrolltop{position:fixed;width:60px;height:60px;line-height:60px;right:10px;bottom:67px;z-index:990;display:none;background-color:var(--bg);color:var(--tt-2);cursor:pointer;font-size:24px;border-radius:50%;text-align:center;box-shadow:0 5px 10px rgba(0,0,0,.1)}
.mbtn-login{display:none;position:fixed;width:40px;height:40px;left:10px;bottom:67px;z-index:990;background-color:var(--bg);color:var(--tt-2);cursor:pointer;font-size:24px;border-radius:50%;text-align:center;box-shadow:0 5px 10px rgba(0,0,0,.1);transition:all .3s ease}
.mbtn-login i{margin-left:-10px}
.mbtn-login-fix{display:none;position:fixed;width:40px;height:40px;line-height:40px;left:5px;bottom:75px;z-index:990}
.mbtn-login-fix .header__login-panel{display:none!important}
@media (max-width:1220px){.mbtn-login,.mbtn-login-fix{display:block}
.popup{padding-bottom:80px!important}
}
.logo{display:flex;align-items:center;text-transform:uppercase;font-weight:700;font-size:40px;margin-right:40px}
.logo-apk{color:var(--accent)}
.logo-off{position:relative;color:var(--accent-gray);font-size:27px;margin-top:8px}
.logo-off::before{content:".com";position:absolute;top:-6px;left:25px;font-size:10px;font-weight:500;color:#aaa;white-space:nowrap}
.header__btn-login{height:30px;border-radius:4px;font-size:12px;margin-left:10px;font-weight:500;background-color:var(--bg);color:var(--tt-3);box-shadow:0 0 0 1px var(--bdc);padding:0 10px}
.main__btn-login{height:40px;border-radius:4px;font-size:16px;margin-left:45px;background-color:var(--bg);color:var(--tt-3);box-shadow:0 0 0 1px var(--bdc);padding:0 10px;font-weight:500;border:1px dotted var(--bg-4)}
.main__btn-login i{margin-right:6px;color:var(--red)}
.header-search{margin-left:10px;font-size:16px;display:grid;place-items:center;height:30px;width:30px;border-radius:4px;box-shadow:0 0 0 1px var(--bdc);padding:0;color:var(--tt);background-color:var(--bg)}
@media screen and (max-width:470px){.header-search{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:0 0;color:var(--tt-3);font-size:14px;padding:0}
.header__search form{display:none;position:fixed;top:0;left:0;right:0;z-index:999;height:73px;padding:0 12px;background:var(--bg);box-shadow:0 2px 12px rgba(0,0,0,.12);align-items:center}
.header__search form .header__search-box{position:relative;width:100%}
.header__search form input[type=text]{width:100%;padding:0 40px 0 15px!important;height:38px;line-height:38px;font-size:14px;box-sizing:border-box}
.header__search form .search-btn{position:absolute;right:0;top:0;width:38px;height:38px;background:var(--accent);color:#fff;border-radius:0 4px 4px 0;font-size:14px;padding:0}
}
@media screen and (min-width:471px){.header-search{display:none}
}
.theme-toggle{margin-left:10px;font-size:16px;display:grid;place-items:center;height:30px;width:30px;border-radius:4px;box-shadow:0 0 0 1px var(--bdc);padding:0;color:var(--tt);background-color:var(--bg)}
.dt-is-active .theme-toggle .fal::before{content:"\f186"}
.header__menu{gap:20px;position:relative}
.header__menu>li>a{font-weight:600;color:var(--tt-3);height:70px;display:flex;align-items:center}
.header__menu>li.header__menu--fw400>a{font-weight:400}
.header__menu-hidden{position:absolute;top:80%;left:0;z-index:100;border-radius:6px;background-color:var(--bg);box-shadow:0 30px 60px rgba(0,0,0,.2);width:100%;padding:15px 20px;gap:5px 20px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));display:none}
.header__menu-hidden a{display:block;padding:5px 10px;border-radius:4px}
.header__menu>li:hover .header__menu-hidden{display:grid}
.header__menu>li:hover>a{color:var(--accent-red)}
.header__menu-hidden a:hover,.theme-toggle:hover{background-color:var(--accent-red);color:#fff}
.header__search{width:410px;position:relative}
.header__search input,.header__search input:focus{padding:0 30px 0 10px;border-radius:4px;background:var(--bg);box-shadow:0 0 0 1px var(--bdc);color:var(--tt);height:30px;line-height:30px}
.header__search input:not(:focus)::placeholder{color:var(--tt-3);opacity:1;font-size:12px}
.header__search button{position:absolute;right:0;top:0;padding:0;width:30px;height:30px;background:0 0;color:var(--tt-3);font-size:12px}
.login{position:fixed;z-index:999;left:50%;top:50%;transform:translate(-50%,-50%);overflow:hidden;background-color:var(--ui-bg);border-radius:4px;width:400px;box-shadow:0 0 0 10px rgba(255,255,255,.2),0 15px 45px #000}
.login__header{padding:20px 40px;background-color:var(--ui-bg-darker)}
.login__close{cursor:pointer;font-size:24px;opacity:.6;position:absolute;top:5px;right:10px}
.login__title a{border-bottom:1px dotted var(--tt-2);margin-left:5px;font-weight:500;text-transform:uppercase}
.login__content{padding:20px 40px}
.login__row{margin-bottom:20px;position:relative;display:block;font-size:14px;color:var(--tt-2)}
.login__caption{font-size:14px;color:var(--tt);margin-bottom:10px}
.login__caption a{text-decoration:underline;margin-left:6px;color:var(--tt-accent)}
.login__input input{padding-left:40px}
.login__row .fal{opacity:.5;position:absolute;left:0;bottom:0;line-height:40px;width:40px;text-align:center}
.login__row button{width:100%}
.login__social{background-color:var(--ui-bg-darker);padding:20px 40px;text-align:center}
.login__social-caption{font-size:11px;text-transform:uppercase;margin-bottom:10px}
.login__social-btns a{display:inline-block;margin:0 3px;vertical-align:top}
.login__social-btns img{display:block;width:30px;height:30px;border-radius:50%}
.login__avatar{width:40px;height:40px;border-radius:50%;margin-right:10px}
.login__menu{padding-left:35px;padding-right:35px;margin-bottom:-10px}
.login__menu li{flex:1 1 0;min-width:auto;max-width:100%;margin:0 5px 10px 5px}
.login__menu a{display:block;border-radius:6px;padding:10px;text-align:center;white-space:nowrap;background-color:var(--ui-bg-darker);box-shadow:inset 0 0 10px rgba(0,0,0,.1);font-size:13px}
.login__menu .fal{display:block;height:30px;font-size:24px;opacity:.3}
.tg-actions{display:flex;gap:12px;width:100%;margin-top:-15px;margin-bottom:15px}
.tg-actions .btn-secondary .tg-icon{color:#1dcc67}
.btntg{display:inline-flex;align-items:center;justify-content:center;min-height:37px;padding:0 16px;border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;flex:1;flex-shrink:0;transition:background .2s ease,transform .1s ease;border:none;background:0 0;cursor:pointer;font-family:inherit}
.btn-primary{background:var(--tt-accent);color:#fff;max-width:280px}
.btn-subscribe{background:transparent;color:var(--accent);border:1.5px solid var(--accent);max-width:280px}
.btn-subscribe:hover{background:var(--accent);color:#fff;border:1.5px solid var(--accent)}
.btn-secondary{background:var(--urank);color:var(--secondary-col);border:1px solid var(--secondary-bor)}
.btn-group{display:flex;flex:1;gap:0;position:relative}
.btn-group .btntg{flex:1;border-radius:0}
.btn-group .btn-main{border-top-left-radius:6px;border-bottom-left-radius:6px;flex:2}
.btn-group .btn-icon{border-left:none;min-width:37px;padding:0 12px}
.btn-group .btn-icon:nth-child(2){flex:1.3;border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group .btn-icon:nth-child(3){flex:0.7;border-top-right-radius:6px;border-bottom-right-radius:6px}
.tg-icon{margin-right:6px;font-size:14px;line-height:1}
.btn-icon i{margin:0;font-size:14px}
.btn-icon .tg-icon{margin-right:6px;margin-left:0}
.btn-primary:hover{transform:translateY(-1px);color:#fff}
.btn-secondary:hover{transform:translateY(-1px);color:var(--secondary-col)}
.btn-primary,.btn-primary:active,.btn-primary:focus,.btn-primary:visited{color:#fff;text-decoration:none}
.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{background:var(--secondary-bg)}
@media (min-width:591px) and (max-width:760px){.btn-group .btn-main{flex:3!important}
.btn-group .btn-icon:nth-child(2){flex:1!important}
}
@media (max-width:950px){.btn-primary{max-width:none}
.btn-subscribe{max-width:none}
.btn-group .btn-icon .btn-text{display:none}
.btn-group .btn-icon{min-width:37px;padding:0}
.btn-group .btn-icon:nth-child(3){display:inline-flex;border-top-right-radius:6px;border-bottom-right-radius:6px}
.btn-group .btn-icon:nth-child(2){border-top-right-radius:0;border-bottom-right-radius:0}
}
@media (max-width:590px){.tg-actions{flex-direction:column}
.btn-group .btn-icon .btn-text{display:none}
.btn-group .btn-icon{min-width:37px;padding:0;flex:1!important}
}
.share-popup{display:none;position:absolute;top:calc(100% + 6px);right:0;width:180px;flex-direction:column;background:var(--bg);box-shadow:0 2px 6px rgba(0,0,0,.2);border-radius:6px;padding:4px 0;z-index:1000;font-size:13px}
.share-popup.visible{display:flex}
.share-popup__item{display:flex;align-items:center;justify-content:flex-start;padding:6px 12px;cursor:pointer;transition:background .2s}
.share-popup__item:focus,.share-popup__item:hover{outline:0}
.share-popup__item+.share-popup__item{margin-top:-5px}
.share-popup__item:hover{background:var(--bg-2)}
.share-popup__item .icon{display:inline-block;width:30px;height:30px;background-size:contain;background-repeat:no-repeat}
.share-vk .icon{background-image:url(../images/vk.svg)}
.share-telegram .icon{background-image:url(../images/telegram.svg)}
.share-twitter .icon{background-image:url(../images/x.svg)}
.share-facebook .icon{background-image:url(../images/facebook.svg)}
.poster__label{position:absolute;left:5px;top:30px;border-radius:3px;height:20px;display:flex;align-items:center;padding:0 6px;font-size:10px;z-index:10;pointer-events:none}
.poster__label-1{position:absolute;left:5px;top:54px;border-radius:3px;height:20px;display:flex;align-items:center;padding:0 6px;font-size:10px;z-index:10;pointer-events:none}
.poster__label-2{position:absolute;left:5px;top:5px;border-radius:3px;height:20px;display:flex;align-items:center;padding:0 6px;font-size:10px;z-index:10;pointer-events:none}
.poster__label--red{background-color:var(--red);color:#fff}
.poster__label--blue{background-color:var(--tt-accent);color:#fff}
.poster__label--orange{background-color:var(--accent-gold);color:#fff}
.main-set{margin-top:40px}
.grid-collectons{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 10px}
.coll{display:block;padding-top:0;height:160px;text-align:center}
.coll__title{position:absolute;inset:0;color:#fff;background-color:rgba(0,0,0,.25);padding:20px;text-transform:uppercase;font-weight:700;font-size:15px;z-index:5}
.coll__title:hover{background:rgba(0,0,0,.15);color:#fff}
.coll__title span{transition:transform .25s ease,opacity .25s ease}
.coll__title:hover span{transform:scale(1.05);opacity:.95}
#dle-content>.coll,.grid-items>.coll{grid-column:span 2}
.collection-link,.collection-link:visited{color:#fff}
.collection-link:active,.collection-link:focus,.collection-link:hover{color:#fff}
.sect:not(:last-child){margin-bottom:40px}
.sect__header{margin-bottom:20px;gap:10px}
.sect__title{font-size:24px;font-weight:700}
.topnews-header{display:flex;align-items:center;gap:10px;padding:5px}
.topnews-header img{flex-shrink:0}
.topnews-header-text{display:flex;flex-direction:column;gap:2px}
.sect__title{font-size:24px;font-weight:700;margin:0;line-height:1.2}
.sect__title-top{font-size:24px;font-weight:700;margin:0 0 15px 0;line-height:1.2}
.topnews-subtitle{font-size:13px;color:var(--text-muted,#888);font-weight:400}
.mrg-l{margin-left:30px}
.main-top{margin-bottom:20px;margin-top:-5px}
.sect__ctrl{margin-bottom:-20px;gap:10px}
.sect__ctrl-menu{gap:20px 20px;font-size:13px}
.sect__ctrl-menu--main{font-weight:500}
.sect__ctrl-menu i{margin-left:4px}
.sect__ctrl-menu label{position:relative;display:block}
.sect__ctrl-menu label input{display:block;appearance:none;-webkit-appearance:none;position:absolute;inset:0;opacity:.01;cursor:pointer}
.sect__ctrl-menu a,.sect__ctrl-menu label div{height:30px;display:flex;align-items:center;background-color:var(--bg);color:var(--tt);border-radius:4px;padding:0 10px}
.sect__ctrl-menu button.is-active,.sect__ctrl-menu label input:checked+div{background-color:var(--accent-red);color:var(--tt-dark);border-radius:4px;padding:0 10px}
.sect__ctrl-menu a:not(.is-active):hover,.sect__ctrl-menu label div:hover{color:var(--accent-red)}
.sect__link{display:flex;align-items:center;height:30px;border-radius:4px;padding:0 10px;font-size:12px;background-color:var(--accent-red);color:var(--tt-2);gap:10px}
.sect__content{margin-bottom:100px}
.sect__content.stop{margin-bottom:0}
.descr{display:grid;grid-gap:20px;line-height:1.7;color:var(--tt);padding-top:60px}
.descr h1,.descr h2,.descr h3{font-weight:500;font-size:18px;color:var(--tt);line-height:1.3}
.descr a{text-decoration:underline;color:var(--tt-accent)}
.descr ul li{position:relative;padding-left:25px;margin-left:25px}
.descr ul li::before{content:"\f00c";font-weight:300;font-family:'Font Awesome 5 Pro';color:var(--tt-accent);position:absolute;left:0;top:0}
.speedbar{font-size:13px;color:var(--tt-2);margin-top:30px;margin-bottom:-50px}
.pmovie{background-color:var(--bg);border-radius:5px;padding:20px;margin-bottom:-150px}
.speedbar .fal{margin-right:8px;color:var(--accent)}
.speedbar a:hover{text-decoration:underline}
.short-in{background:var(--bg);text-align:center;padding:0 15px 45px 15px;border-radius:6px;overflow:hidden;position:relative;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:transform .25s ease,box-shadow .25s ease}
.short-in:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(0,0,0,.16)}
.fix-wid .short-in{width:185px}
.short-link{display:block}
.short-img-holder{padding:75px 0 0 0;margin:0 -15px;position:relative;background-color:#333;height:145px}
.short-img{width:120px;height:120px;margin:0 auto;position:relative;top:15px;z-index:5;border-radius:50%;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.25);overflow:hidden;border:4px solid #fff}
.short-title{margin:75px 0 8px 0;height:20px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}
.short-desc{line-height:20px;height:60px;overflow:hidden;opacity:.5}
.short-img-bg{position:absolute;inset:0;background:rgba(0,0,0,.4);z-index:2}
.short-link:hover .short-img{box-shadow:2px 2px 10px rgba(0,0,0,.3)}
.info-row{display:flex;align-items:center;padding-top:10px;margin-bottom:-35px;border-top:1px dashed #b5b5b5}
.info-item-short:first-child i{margin-top:-2px;font-size:15px;color:#4caf50}
.info-item-short{font-size:13px;white-space:nowrap;display:flex;align-items:center;gap:4px}
.info-item-short:first-child{flex-grow:1}
.info-item-short:last-child i{margin-top:-2px;font-size:15px;color:#ffc107}
.game-card{background:var(--bg-2);text-align:center;padding:15px 15px 10px;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:transform .25s ease,box-shadow .25s ease;width:144px}
.game-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(0,0,0,.16)}
.game-card__link{display:block}
.game-card__header{display:flex;justify-content:center;align-items:center;margin-bottom:10px}
.game-card__icon{width:120px;height:120px;border-radius:10px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.25);overflow:hidden;border:4px solid #fff;transition:box-shadow .3s ease}
.game-card__icon img{width:100%;height:100%;object-fit:cover}
.game-card__link:hover .game-card__icon{box-shadow:0 6px 20px rgba(0,0,0,.35)}
.game-card__title{margin:0 0 10px 0;font-size:12px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}
.game-card__info{display:flex;align-items:center;justify-content:center;gap:15px;padding-top:10px;border-top:1px dashed #e0e0e0}
.game-card__info-item{font-size:11px;white-space:nowrap;display:flex;align-items:center;gap:4px}
.game-card__info-item:first-child i{font-size:14px;color:#4caf50}
.game-card__info-item:last-child i{font-size:14px;color:#ffc107}
.card{padding:20px;border-radius:5px;background-color:var(--bg);display:grid;text-decoration:none;color:inherit;gap:15px 20px;grid-template-columns:200px minmax(0,1fr);grid-template-rows:min-content 1fr min-content;grid-template-areas:"cimg ctitle" "cimg cdesc" "cimg cbtm";position:relative}
.card__img{display:block;height:300px;border-radius:5px;grid-area:cimg;border:1px solid var(--bdc)}
.card .has-overlay__icon{padding:0}
.card .poster__fav{left:auto;right:20px;top:20px;opacity:1;visibility:visible;transform:none}
.card .poster__fav a:not(:hover){background-color:var(--bg-2)}
.card__title{display:block;grid-area:ctitle;margin-right:130px}
a.card__title:hover{text-decoration:underline}
.card__title h3{font-size:18px;font-weight:600}
.card__desc{grid-area:cdesc}
.card__list{display:grid;grid-gap:6px 0;font-size:13px}
.card__list li>span:first-child{font-weight:500;margin-right:3px}
.card__list a{text-decoration:underline;color:var(--tt-accent)}
.card__text{margin-top:15px;-webkit-line-clamp:4;line-height:1.5}
.card__bottom{font-size:12px;grid-area:cbtm;gap:10px 20px}
.card__meta .fal{margin-right:5px;opacity:.66}
.card__btn{height:30px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;color:var(--accent);border:1px solid var(--accent);border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.08)}
.card__fav{position:absolute;right:0;top:0;width:60px;height:60px;cursor:pointer;font-size:18px;overflow:hidden;color:var(--tt-lighter)}
.card__fav .fas{position:relative;z-index:1;width:100%;height:100%;cursor:pointer;display:flex!important;justify-content:center;align-items:center;padding:0 0 25px 25px}
.card__fav .fas::after{content:'';background:var(--gradient);box-shadow:var(--bsh-2);z-index:-1;position:absolute;left:0;top:0;width:100%;height:100%;transform:skew(45deg);transform-origin:0 0}
.card__fav .fas.added::after{background:var(--gradient-accent)}
.card__rating-ext{font-size:14px;font-weight:500;color:var(--tt);gap:3px;position:relative;display:flex;align-items:center;line-height:1;white-space:nowrap;margin-top:-3px}
.card__rating-ext b{font-size:13px;font-weight:400}
.card__rating-ext:first-child i{color:#f5c518;font-size:13px}
.card__rating-ext:nth-child(2) i{color:#1dcc67;font-size:13px}
.card__rating-ext:nth-child(3) i{color:#f60;font-size:13px}
.card__meta.flex-grow-1{align-self:center;text-align:right;margin-right:-10px}
.linek{background-color:var(--bg);border-radius:6px;padding:5px 10px;gap:0!important;margin-bottom:10px;position:relative;overflow:hidden;display:flex!important}
.linek__img{width:90px;height:90px;margin:-10px -10px;margin-right:10px}
.linek__title{font-weight:600;font-size:15px}
.linek__meta{color:var(--tt-2);font-size:12px}
.linek__meta i{margin-right:5px}
.count-items{counter-reset:num}
.count-items .linek::before{content:counter(num);counter-increment:num;color:var(--tt-2);opacity:.3;position:absolute;right:20px;top:50%;margin-top:-20px;transform:translateY(-50%);font-size:40px;font-weight:700}
.linek__info{margin-top:10px;margin-bottom:-10px}
.sb{background-color:var(--bg);margin-top:-60px}
.sb-full{background-color:var(--bg)}
.sb__title{font-weight:600;font-size:16px;padding:15px 20px}
.sb__title i{color:var(--accent)}
.sb__nav{background-color:var(--bg-dark-lighter);padding:16px 20px;border-top:1px solid var(--bdc);display:grid;gap:0 20px;grid-template-columns:repeat(2,minmax(0,1fr))}
.sb__nav a{display:block;padding:4px 0;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sb__nav a:hover{text-decoration:underline;color:var(--accent-red)}
.upd__date{background-color:var(--bg-dark);color:var(--tt-dark);padding:10px 20px;font-weight:500;font-size:13px;cursor:pointer}
.updli{position:relative}
.updli__link{padding:10px 20px;border-bottom:1px solid var(--bdc)}
.updli__img{width:50px;height:50px;border-radius:3px;margin-right:10px}
.updli__title{font-weight:500;font-size:13px}
.updli__season{margin-top:6px;border-radius:3px;background-color:var(--bg-2);padding:3px 6px;font-size:11px;display:inline-block}
.updli__season_new{display:inline-block}
.updli__meta{border-radius:3px;background-color:var(--bg-2);margin-left:10px;padding:6px 10px;font-size:11px;text-align:center;width:80px;font-weight:500}
.updli__voice{font-weight:400;color:var(--tt-2);margin-top:3px}
.updli:hover .updli__meta{background-color:var(--accent-red);color:#fff}
.updli:hover .updli__voice{color:#fff}
.upd.is-active .upd__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}
.upd:not(.is-active)+.upd{margin-top:5px}
.upd__date:hover,.updli:hover .updli__meta,.updli:hover .updli__voice{background-color:var(--accent-red);color:#fff}
.upd__items{max-height:710px;overflow-x:hidden;overflow-y:auto}
.sb+.sb{border-top:1px solid var(--bdc)}
.sb-full+.sb-full{border-top:1px solid var(--bdc)}
.sblogin+.sb-full{border-top:5px solid var(--bdc)}
.sblogin{padding:20px;background-color:var(--bg)}
.sblogin__img{width:64px;height:64px;border-radius:50%;margin-right:10px;background-color:#000}
.sblogin__name{font-weight:600}
.sblogin__guest{font-weight:500;color:var(--tt-2);font-size:14px;margin-left:10px}
.sblogin__name div:last-child{font-weight:400;color:var(--tt-2);font-size:11px;margin-top:2px}
.sblogin__ctrl{gap:10px;font-weight:500;font-size:11px;margin-left:10px}
.sblogin__desc-btm{gap:6px;margin-top:6px}
.sblogin__desc-btm i{margin-right:5px}
.sblogin__desc-btm a,.sblogin__desc-btm a span{border-radius:3px;background-color:var(--bg-2);display:flex;align-items:center;padding:0 6px;font-size:11px;height:20px;overflow:hidden}
.sblogin__desc-btm a span{margin-right:-6px;margin-left:6px;background-color:var(--accent);color:#fff;border-radius:0;font-size:10px}
.sblogin a:hover{text-decoration:none}
.footer__menu{gap:20px 40px;font-weight:400}
.footer__menu a{color:var(--tt-dark)}
.footer__menu--fw600{font-weight:600}
.footer__copyright,.footer__text{font-size:13px}
.footer__soc{gap:20px 15px}
.footer__soc img{display:block;height:16px;opacity:.5}
.footer__menu a:hover{text-decoration:underline}
.footer__soc a:hover img{opacity:1}
.pagination{display:flex;justify-content:center;gap:20px 10px;padding-top:10px}
.pagination__pages{display:flex;justify-content:center;gap:10px;font-size:14px}
.pagination__pages-btn>a,.pagination__pages-btn>span,.pagination__pages>a,.pagination__pages>span{display:grid;place-items:center;color:var(--tt-fade);height:36px;min-width:36px;padding:0 10px;border-radius:3px;background-color:var(--bg);font-weight:600;font-size:14px}
.pagination__pages>span:not(.nav_ext){background-color:var(--accent);color:#fff}
.pagination__btns,.pagination__pages-btn{display:flex;align-items:center;justify-content:center;height:36px;border-radius:4px;overflow:hidden;background-color:var(--bg);box-shadow:var(--bsh);font-size:18px;color:var(--accent)}
.pagination__btns>span{color:var(--tt-fade)}
.pmovie__main{display:grid;gap:20px;grid-template-columns:120px minmax(0,1fr);grid-template-areas:"pimg pheader" "pimg plist";margin-bottom:20px;grid-template-rows:min-content 1fr}
.pmovie__img{height:122px;width:122px;border-radius:5px;border:1px solid var(--bdc)}
.pmovie__poster{grid-area:pimg;position:relative}
.pmovie__header{position:relative;grid-area:pheader}
.pmovieh1{font-size:22px;margin-bottom:15px;overflow:hidden}
.pmovie__list{grid-area:plist}
.pmovie__header h1{font-weight:600;font-size:22px}
.pmovie__header h1 a{font-size:14px;margin-left:10px;color:var(--tt-2)}
.pmovie__main-info{font-weight:500;font-size:12px;color:var(--tt-2);margin-top:4px}
.pmovie__header .poster__fav{left:auto;right:0;top:0;opacity:1;visibility:visible;transform:none}
.pmovie__header .poster__fav a:not(:hover){background-color:var(--bg-2)}
.pmovie__subtitle{font-weight:600;font-size:18px;margin-bottom:10px}
.pmovie__descr+.pmovie__subtitle{margin-bottom:20px;margin-top:20px}
.page__list{display:grid;grid-gap:15px}
.page__list li{color:var(--tt-2);display:flex;justify-content:space-between}
.page__list li>span:first-child{color:var(--tt-2);display:inline-flex;align-items:center;flex:1 1 0;min-width:100px;max-width:100%;margin-right:10px;white-space:nowrap}
.page__list li>span:first-child::after{content:'';border-top:1px dashed var(--pagelist);flex:1 1 0;min-width:10px;max-width:100%;margin-left:10px}
.page__list li a{color:var(--accent);text-decoration:underline}
.page__list i{margin-right:6px;font-size:1em;vertical-align:middle;color:#2ecc71}
.pmovie__rating{position:relative;margin-top:8px;font-size:13px}
.pmovie__rating-score{position:absolute;right:0;top:3px;height:29px;width:29px;border-radius:3px;font-size:12px;font-weight:500;background-color:var(--bg-dark);color:#fff;display:grid;place-items:center}
.app-links-rating{display:flex;align-items:center;gap:10px;padding-top:2px}
.app-links-rating>:not(.app-links-rating-score){display:flex;align-items:center;height:30px;border-radius:4px;background-color:var(--bg-2);color:var(--tt-3);padding:0 10px 0 0;overflow:hidden}
.app-links-rating>:not(.app-links-rating-score) .fal{font-size:16px;margin-right:10px;width:30px;height:30px;display:grid;place-items:center;background-color:var(--accent-green);color:#fff}
.app-links-rating>:not(.app-links-rating-score)+:not(.app-links-rating-score) .fal{background-color:var(--red)}
.app-links-rating>a:hover{background-color:var(--bg-dark);color:#fff}
.app-links-rating-score{display:flex;align-items:center;justify-content:center;width:29px;height:29px;color:#fff;border-radius:3px;background-color:var(--bg-dark);font-size:12px;font-weight:500;line-height:1}
.pmovie__related{padding:0!important;background:0 0}
@media screen and (min-width:760px){.pmovie__related .grid-items{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.pmovie__related .poster__img{margin-bottom:8px}
.pmovie__related .has-overlay__icon{padding-bottom:0;padding-top:55px}
.pmovie__related .poster__btn-info{top:32px;padding:0 7px}
}
.pactor .pmovie__header .poster__fav{position:static}
.pactor .pmovie__header .pmovie__btn-scroll{margin:0;height:40px;padding:0 20px;margin-top:20px;font-size:16px;gap:20px}
.pactor .poster .poster__fav,.pactor .poster .poster__ratings{display:none}
.pactor .card,.pactor .linek{padding:0;background:0 0}
.full-text{line-height:1.7;font-size:14px;word-wrap:break-word}
.full-text a{color:#2a99d9;border-bottom:1px dashed #2a99d9}
.full-text h1,.full-text h2,.full-text h3,.full-text h4,.full-text h5,.full-text img:not(.emoji),.full-text p,.full-text table,.full-text>ol,.full-text>ul,.page__title{margin-bottom:20px}
.full-text>.highslide img[style*=left],.full-text>img[style*=left]{margin:0 10px 10px 0}
.full-text>.highslide img[style*=right],.full-text>img[style*=right]{margin:0 0 10px 10px}
.full-text ul li{position:relative;padding-left:20px;margin-left:5px;font-weight:400;line-height:1.6;font-size:13.5px}
.full-text ul li::before{font-family:"Font Awesome 5 Pro";content:"\f00c";color:#3bb33b;position:absolute;left:0;top:0}
.full-text>ol li+li,.full-text>ul li+li{margin-top:10px}
.full-text table,.video-inside>*{width:100%}
.full-text table tr td{padding:10px;border:2px solid #fff}
.full-text table tr:nth-child(odd){background-color:#f2f6f9}
.full-text table tr:first-child{background-color:#cee0ed}
.full-text table img:not(.emoji){margin:0;max-width:350px}
.full-text>:last-child{margin-bottom:0}
.video-responsive{padding-top:60%;position:relative;background-color:#000}
.video-responsive>iframe,.video-responsive>video{position:absolute;left:0;top:0;width:100%;height:100%}
.full-text h1,.full-text h2,.full-text h3,.full-text h4,.full-text h5{font-size:17px}
.full-text iframe{width:100%;height:400px;margin-bottom:20px}
.descr-p{margin-bottom:20px}
.full-text img{display:block;border:4px solid var(--bg);border-radius:8px;overflow:hidden;background:var(--ui-bg-darker);box-shadow:0 -2px 6px rgba(0,0,0,.08)}
.page__comments-psform{padding:15px;background-color:var(--urank);margin-top:40px;margin-bottom:20px;margin-left:-20px;margin-right:-20px}
.page__comments-psform-form{background-color:var(--bg);cursor:pointer;color:var(--tt-2);font-size:13px;display:flex;align-items:center;padding:15px}
.page__comments-psform-form span{font-weight:600;font-size:17px;flex:1}
.page__comments-psform-form .fal.fa-chevron-down{font-size:21px;color:var(--accent)}
.page__comments-psform-form img{width:40px;border-radius:6px;margin-right:10px}
.ava-guest img{width:60px;margin-right:5px}
.lastcomment-main{background-color:var(--bg);margin-left:-10px;margin-right:-10px;padding:0 15px 0 15px;margin-bottom:8px}
.lastcomment-main:first-child{padding-top:15px}
.page__comments-title{font-size:13px;color:var(--tt-2);padding:15px}
.page__comments-title span{font-weight:600;color:var(--tt-3)}
#dle-comments-list #comment:first-child+.comments-tree-list,#dle-comments-list .comments-tree-list:first-child{margin-top:-15px}
.page__comments-list{padding:0}
.page__comments-list--not-comments{padding:0;margin-bottom:-20px;border:0}
.page__comments-list--not-comments:has(.comment-item){margin-bottom:0;padding:revert;border:revert}
.add-comments-form.form{padding:0;margin-bottom:0}
.add-comments-form .form__input,.add-comments-form .form__textarea-inside textarea,.add-comments-form__input,.mass_comments_action select{box-shadow:inset 0 0 0 1px #e3e3e3;border-radius:0}
.comment-item__reply a{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;font-size:12px;font-weight:600;text-decoration:none;color:var(--bg-btn-hover);background-color:var(--bg);border:1px solid rgba(29,204,103,.1);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.07)}
.comment-item__reply i{margin-right:4px;font-size:12px;color:var(--accent)}
.comment-device{display:flex;align-items:center;gap:14px;font-size:12px;color:var(--comment-device);margin-bottom:10px;margin-top:-5px}
.comment-device__item{display:inline-flex;align-items:center;gap:6px;opacity:.85}
.comment-device__item i{font-size:13px;color:#1dcc67}
.add-comments-form__input{margin-bottom:20px}
.add-comments-form .d-none,.comments_subscribe+br{display:none}
.mass_comments_action{display:none;align-items:center;max-width:800px;white-space:nowrap;padding:15px}
.mass_comments_action select{flex:1 1 0;margin:0 -8px 0 20px}
.mass_comments_action .bbcodes{border-radius:0;padding:0 10px}
.show-comms{margin-top:15px}
.show-comms button {
    width: 100%;
    padding: 15px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-2);
    color: var(--tt-3);
    font-size: 13px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}
.has-overlay:hover .has-overlay__icon{opacity:1}
.comment-item__title{font-weight:500;font-size:16px;margin-bottom:20px}
.comment-item{position:relative;background:var(--bg-commms);border-radius:8px;padding:15px}
.not-comments{margin-bottom:-60px}
.comment-item__header--best{position:relative;background:linear-gradient(180deg,rgba(29,204,103,.08) 0,rgba(29,204,103,.03) 60%,transparent 100%);border-radius:8px}
.comment-item__header--best .author-points{background:rgba(255,255,255,.95);color:#1dcc67;border:1px solid rgba(29,204,103,.25)}
.comment-item__header--best::before{content:"\f004";font-family:"Font Awesome 5 Pro";position:absolute;top:-8px;right:-5px;padding-top:2px;background:#fff;color:#eb4d4b;font-size:14px;font-weight:700;width:22px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.13),0 .5px 2px rgba(0,0,0,.08)}
.author-rank{display:flex;align-items:center;gap:6px;align-self:flex-start;margin-left:0}
.author-rank__bar{width:70px;height:3px;background-color:#e9ecef;border-radius:2px;overflow:hidden;flex-shrink:0}
.author-rank__fill{height:100%;border-radius:2px;transition:width .3s ease}
.author-rank__label{font-size:10px;font-weight:600;white-space:nowrap;line-height:1}
.author-rank .rank-level{display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:var(--bg-btn-hover)}
.rank-level i{margin-right:3px}
.comment-item__header,.comment-item__main{position:relative;padding-left:60px}
.comment-item__img{width:50px;height:50px;border-radius:50%;position:absolute;left:0;top:-6px}
.comment-item__letter{width:100%;height:100%;text-transform:uppercase;font-weight:500;position:absolute;left:0;top:0;z-index:5;color:#fff;font-size:18px}
.comment-item__date{color:var(--tt-2);font-size:12px}
.comment-item__main{margin:6px 0 13px 0;font-size:13px}
.comment-item__controls,.comment-item__footer{gap:10px;font-size:12px}
.comment-item__rating a{color:var(--tt-3);display:inline-flex;align-items:center;gap:5px}
.comment-item__rating a>span{font-weight:600}
.comment-item__rating a::before{content:'';background:url(../images/heart.svg) 0 0/contain no-repeat;width:17px;height:17px;display:inline-block}
.comment-item__author{display:flex;flex-direction:column;width:100%}
.author-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px;width:100%}
.author-name{font-weight:600;font-size:14px}
.author-points{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;font-size:12px;font-weight:600;color:#1dcc67;background:var(--top-ava);border-radius:20px}
.author-points i{font-size:11px}
.login-points{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;font-size:12px;font-weight:600;color:#1dcc67;margin-left:-8px}
.login-points i{font-size:11px}
.comment-item__controls a{color:var(--tt-2)}
.comment-item__controls a:hover,.comment-item__footer a:hover,.page__comments-psform-form:hover,.show-comms :hover{text-decoration:underline}
.comment-item__controls .checkbox{transform:scale(.8,.8);margin-right:-10px}
.comments-tree-list{display:block;margin:0;padding:0;list-style:none}
.comments-tree-list .comments-tree-list{padding-left:50px;position:relative}
.comments-tree-item{display:block;margin:0;padding:0}
.overlay{position:fixed;z-index:998;left:0;top:0;width:100%;height:100%;opacity:.6;background-color:#000;cursor:pointer;display:none}
.rlttop{margin-bottom:15px}
@media screen and (max-width:1220px){body{background-image:none;padding-top:79px}
.wrapper{padding:0;background-image:none;overflow:hidden}
.footer{padding-bottom:80px}
.footer,.wrapper-container{border-radius:0}
.cols__right .js-this-in-mobile-menu,.has-overlay__icon,.header .header__menu,.poster .poster__fav,.poster__btn-info{display:none}
.header{padding-top:15px;padding-bottom:15px;position:fixed;width:100%;left:0;right:0;border-radius:0}
.header--hidden{transform:translateY(-100%)}
.header__btn-menu{display:flex;margin-left:10px;padding:0;width:40px;font-size:18px}
.header__search{flex:1 1 0}
#scrolltop{width:40px;height:40px;line-height:40px;font-size:18px}
.sect__ctrl-menu{min-width:100%}
.sb{margin-top:-60px}
}
@media screen and (max-width:1130px){.cols{display:block}
.rlttop{margin-top:-20px;margin-bottom:15px}
.fix-margin{padding-bottom:40px}
.fix-margin-full{padding-top:100px}
.cols__right{margin:0 var(--indent-negative);margin-top:60px}
}
@media screen and (min-width:320px) and (max-width:1129px){#dle-content,.sect .grid-items:not(.sect__content){display:flex;overflow-y:hidden;overflow-x:auto;padding-bottom:3px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}
#dle-content>.grid-item,.sect .grid-items:not(.sect__content)>.grid-item{flex-shrink:0}
.sect .grid-items:not(.sect__content){scrollbar-width:none;-ms-overflow-style:none}
.sect .grid-items:not(.sect__content)::-webkit-scrollbar{display:none}
.pmovie{border-radius:0;margin:0 var(--indent-negative);margin-top:-20px}
.sel-full-comm{border-radius:0!important;margin:0 var(--indent-negative);margin-top:-20px}
.speedbar{font-size:13px;color:var(--tt-2);margin-bottom:-50px;margin-top:10px}
.mrg-bottom{margin-bottom:-180px}
.mrg-bottom-pm{margin-bottom:-70px}
}
@media screen and (max-width:950px){.card__bottom .btn{width:100%}
.hero__text_fix{margin-left:20px;margin-right:20px}
.card__meta.flex-grow-1{margin:0}
.card__text{-webkit-line-clamp:3}
.linek__img{width:90px;height:90px;margin:-10px -10px;margin-right:10px}
.count-items .linek::before{content:counter(num);counter-increment:num;color:var(--tt-2);opacity:.3;position:absolute;right:20px;top:50%;margin-top:-20px;transform:translateY(-50%);font-size:40px;font-weight:700}
.sb-full{margin-top:60px}
.sblogin{margin-bottom:-60px}
}
@media screen and (max-width:760px){.linek__img{margin:0;margin-right:10px;border-radius:8px;width:85px;height:85px}
.linek__info{margin-top:4px;margin-bottom:0}
.logo{flex:1 1 0;min-width:50px;max-width:100%;margin-right:20px}
.linek .card__bottom{margin-top:10px}
.footer__bottom,.footer__menu,.footer__text,.footer__top{justify-content:center;min-width:100%;text-align:center}
.footer__menu{gap:20px;margin-bottom:20px}
.sect__ctrl-menu{gap:10px}
.card{grid-template-columns:120px minmax(0,1fr);grid-template-rows:min-content min-content 1fr;grid-template-areas:"cimg ctitle" "cimg cbtm" "cdesc cdesc";gap:15px 10px}
.card__img{height:180px}
.card__bottom{align-self:flex-end}
.card .poster__fav{right:auto;top:100px;left:150px}
.card__rating-ext span{display:none}
.card__title{padding:0;margin:0}
.linek{align-items:flex-start}
.linek .poster__fav{position:static;margin-top:10px}
.linek__title{padding:0}
.linek__meta{margin-top:2px}
.linek .card__btn{margin-left:-95px;width:calc(100% + 95px)}
.count-items .linek::before{right:10px;margin-top:-5px;top:25px;transform:none}
.pmovie__main{grid-template-areas:"pimg pheader" "plist plist";grid-template-columns:120px minmax(0,1fr);gap:15px 10px}
.pmovieh1{font-size:17px;margin-bottom:15px;overflow:hidden}
.pmovie__list li{padding-left:130px}
.pmovie__img{width:122px;height:122px}
.pmovie__header{padding:0}
.pmovie__header .poster__fav{position:static;margin-top:20px;display:inline-flex}
.tabs-block__select button{flex-grow:1}
.page__text .quote{margin-left:var(--indent-negative);margin-right:var(--indent-negative);padding-right:var(--indent)}
.full-text h1,.full-text h2,.full-text h3,.full-text h4,.full-text h5{font-size:18px}
.comments-tree-list .comments-tree-list{padding-left:15px}
.show-comms  {margin:0 var(--indent);margin-top:15px;margin-bottom:-5px}
.page__comments{border:0;margin-left:var(--indent-negative);margin-right:var(--indent-negative)}
.comment-item,.page__comments-psform,.page__comments-title{padding-left:var(--indent);padding-right:var(--indent)}
.add-comments-form__input{min-width:100%;margin:0 0 10px 0}
.add-comments-form__btn{width:100%;order:10}
.add-comments-form .form__row--protect .form__caption{width:100%;margin:0 0 10px 0}
}
@media screen and (max-width:590px){.login{max-width:90%;max-height:90%;overflow-x:hidden;overflow-y:auto}
.login__content,.login__header,.login__social,.pages-bg{padding-left:20px;padding-right:20px}
#dle-content,.grid-items{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:20px}
.sect--carou .sect__title{min-width:calc(100% + 80px);margin-right:-80px}
.linek .card__btn{margin-left:-90px;width:calc(100% + 90px)}
.pmovie__subtitle{font-size:16px}
.pmovie__share-caption{display:none}
.pmovie__player-bottom,.tabs-block__content{margin-left:var(--indent-negative);margin-right:var(--indent-negative)}
}
@media screen and (max-width:470px){.header__search{flex:none;width:auto;min-width:auto}
.linek__img{width:80px;height:80px}
.coll{height:140px}
.descr{padding-top:40px}
.pagination__pages{padding-top:20px}
.card__meta.flex-grow-1{display:none}
.card__title h3{font-size:16px;padding:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.comment-item__date{width:100%}
}
@media screen and (min-width:1220px){.cols--no-cols{display:block}
.cols--no-cols .cols__right{margin-top:60px}
.cols--no-cols .sb__grid,.cols--no-cols .upd.is-active .upd__items{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}
}
.sb__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));counter-reset:num}
.sb__nogrid{counter-reset:num}
.sb--mt{margin-top:20px}
.sb,.sb-full,.sb__title{border-bottom:1px solid var(--bdc)}
.poster__title{font-size:14px;font-weight:600}
.poster__subtitle{color:var(--tt-2);font-size:11px;font-weight:500;margin-top:6px}
.ftop-item .has-overlay__icon{padding:0}
.ftop-item{border-bottom:1px solid var(--bdc);padding:15px}
.ftop-item,.ftop-item__desc{position:relative;z-index:5}
.ftop-item__img{width:60px;height:60px;border-radius:4px;margin-right:15px;z-index:5}
.ftop-item::before{content:counter(num);counter-increment:num;color:var(--tt-2);opacity:.3;position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:40px;font-weight:700}
.ftop-item__desc{min-width:0;overflow:hidden;padding-right:45px}
.lcomm{font-size:13px;border-bottom:1px solid var(--bdc);padding:15px}
.lcomm__link{display:block;font-size:12px;color:var(--tt-3);padding-left:1px;font-weight:500}
.lcomm__date{font-size:12px;color:var(--tt-2);margin-left:10px}
.lcomm__text{margin:8px 0 10px 0;opacity:.66;-webkit-line-clamp:3}
.lcomm__author{font-weight:500}
.lcomm__av{width:24px;height:24px;border-radius:50%;margin-right:10px}
.header__login-img{width:47px;height:47px;border-radius:50%;cursor:pointer;margin-left:20px;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.15)}
.header__favlink{font-size:24px;display:block;position:relative;margin-left:20px}
.header__favlink span{border-radius:3px;background-color:var(--accent-red);color:#fff;font-size:10px;position:absolute;right:-10px;top:-1px;min-width:20px;text-align:center}
.header__login-panel{position:absolute;right:0;top:100%;width:240px;padding-bottom:10px;background-color:var(--bg);box-shadow:0 10px 20px rgba(0,0,0,.3);border-radius:6px;margin-top:15px}
.header__login-header{padding:20px 20px 10px 20px;color:var(--tt);font-weight:600;gap:20px;border-bottom:1px solid var(--bdc);background-color:var(--ui-bg-darker);margin-bottom:10px;border-radius:6px 6px 0 0}
.header__login-avatar{display:flex;justify-content:center;align-items:center}
.header__login-avatar img{width:90px;height:90px;border-radius:50%;object-fit:cover}
.header__login-name{font-size:16px;font-weight:600;margin-top:10px;padding:4px 10px;border-radius:20px;background-color:var(--bg);border:1px solid var(--bdc);display:block;width:fit-content;margin:10px auto 0}
.header__login-group{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:400;color:var(--ui-tt-fade);margin-top:6px}
.login-points{display:flex;align-items:center;gap:5px}
.login-points i{font-size:11px}
.login-group-name{text-align:right}
.header__login-menu a{display:flex;align-items:center;min-height:30px;padding:0 20px 0 0}
.header__login-menu a i{width:40px;text-align:center;color:var(--accent-red)}
.header__login-menu-border{border-bottom:1px solid var(--bdc);padding-bottom:10px}
.header__login-menu a span{font-size:12px;margin-left:auto}
.header__login-menu a:hover{color:var(--accent-green)}
.header__login-img:hover{opacity:.8}
.pmovie__franchise .sect__title{font-size:18px;font-weight:600}
.fr-list{counter-reset:num;display:flex;flex-direction:column-reverse;margin-bottom:-30px}
.fr::before{content:counter(num);counter-increment:num;width:40px;text-align:center;margin-top:-1px;color:var(--tt-accent);font-weight:600;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.fr{cursor:pointer;position:relative;padding:6px 10px;padding-left:40px;border-radius:4px}
.fr:nth-child(2n){background-color:var(--bg-2)}
.fr__title{display:inline-block;max-width:100%;line-height:20px;height:20px;font-weight:400}
.fr:hover{box-shadow:0 0 0 1px var(--bdc);z-index:3}
.fr__year{color:var(--tt-2);margin:0 10px;font-size:13px}
.fr__rating{background:var(--accent-gray);color:#fff;font-weight:700;font-size:12px;width:30px;height:30px;border-radius:15px}
.clrrating-1,.clrrating-2,.clrrating-3,.clrrating-4{background-color:var(--accent-red)}
.clrrating-7,.clrrating-8{background-color:var(--accent-green)}
.clrrating-10,.clrrating-9{background-color:var(--accent-gold)}
.is-active .fr__title{font-weight:600;color:var(--tt-3)}
.fr.is-active::before{content:"";display:block;left:13px;background-size:13px 15px;background-repeat:no-repeat;width:13px;height:15px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='15px' viewBox='0 0 13 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='sprite' transform='translate(-170.000000, -111.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='play_black' transform='translate(170.000000, 111.000000)'%3E%3Cpath d='M12.508581,8.36085 L1.50873,14.86076 C1.033253,15.14173 0.420037,14.98404 0.139074,14.50857 C0.048028,14.35449 0,14.1788 0,13.99984 L0,1 C0,0.44772 0.447715,0 1,0 C1.178966,0 1.354653,0.04803 1.50873,0.13908 L12.508581,6.63899 C12.984057,6.91996 13.141741,7.53317 12.860778,8.00865 C12.774963,8.15388 12.653806,8.27503 12.508581,8.36085 Z' id='Triangle'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.dt-is-active .fr.is-active::before{filter:invert(.8)}
.pmovie__btn-scroll{width:130px;height:30px;font-size:12px;border-radius:3px}
.pmovie__rating-likes{gap:10px;padding-top:2px}
.pmovie__rating-likes>*{display:flex;align-items:center;height:30px;border-radius:4px;background-color:var(--bg-2);color:var(--tt-3);padding:0 10px 0 0;overflow:hidden}
.pmovie__rating-likes>* .fal{font-size:16px;margin-right:10px;width:30px;height:30px;display:grid;place-items:center;background-color:var(--accent-green);color:#fff}
.pmovie__rating-likes>*+* .fal{background-color:var(--red)}
.pmovie__rating-likes>a:hover{background-color:var(--bg-dark);color:#fff}
[data-actorimg]{position:relative;z-index:999}
.actor-preview{position:absolute;left:50%;bottom:100%;margin-left:-100px;width:200px;background-color:var(--bg);border-radius:6px;padding:10px;box-shadow:0 0 20px rgba(0,0,0,.2)}
.bottom .actor-preview{top:100%;bottom:auto}
@media screen and (max-width:760px){.pmovie .poster__fav{display:flex;justify-content:space-between;gap:10px}
.pmovie__btn-scroll{margin:0;flex-grow:1;padding:0}
.pmovie__btn-scroll span{display:none}
.pmovie__btn-scroll::before{content:attr(data-mobtext);display:inline}
}
@media screen and (max-width:590px){.fr{margin:0 var(--indent-negative);padding-right:20px}
.header__favlink{margin-left:10px}
.header__login-img{margin-left:10px}
}
.download-container{background:var(--urank);box-shadow:0 -2px 6px rgba(0,0,0,.08);border:5px solid var(--comment-device-line);border-top-left-radius:12px;border-top-right-radius:12px;border-bottom:2px solid var(--comment-device-line);padding:5px;position:relative;margin:0;margin-top:15px}
.content-wrapper{display:flex;align-items:flex-start;gap:20px}
.game-icon{width:90px;height:90px;flex-shrink:0;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:18px}
.game-icon img{width:100%;height:100%;object-fit:cover}
.info-section{flex:1;display:flex;flex-direction:column;gap:12px;min-width:0}
.meta-info{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.meta-item{display:flex;align-items:center;gap:4px;font-size:14px}
.rating-section{display:flex;align-items:center;gap:7px;margin-top:5px}
.info-section i{font-size:13px;color:var(--accent-gray)}
.info-section span{font-size:13px;color:var(--accent-gray)}
.meta-title{margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rating-count{display:flex;align-items:center;gap:6px;font-size:14px}
.button-wrapper{margin-top:12px}
.download-button{background:var(--accent);color:#fff;border:none;padding:14px 32px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;justify-content:center;width:100%}
a.download-container{text-decoration:none;color:inherit;display:block;cursor:pointer}
a.download-container:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.08)}
@media (min-width:590px){.content-wrapper{align-items:center}
.button-wrapper{margin-top:0;margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}
.download-button{width:auto;min-width:200px}
.main-content{display:flex;align-items:center;gap:20px;flex:1}
}
@media (max-width:589px){
    .content-wrapper{
        display:grid;
        grid-template-columns:90px 1fr;
        grid-template-rows:auto auto;
        column-gap:16px;
        row-gap:8px;
    }
    .main-content{
        display:contents; /* "разворачивает" main-content, чтобы icon и info-section стали прямыми grid-элементами */
    }
    .game-icon{
        grid-column:1;
        grid-row:1 / 3; /* растягиваем иконку на обе строки */
        align-self:start;
    }
    .info-section{
        grid-column:2;
        grid-row:1;
        gap:10px;
    }
    .meta-info{
        gap:10px;
        margin-top:-2px;
    }
    .button-wrapper{
        grid-column:2;
        grid-row:2;
        width:auto;
        margin-top:0;
        align-self:start;
    }
    .download-button{
        width:auto;
        min-width:0;
        padding:8px 18px;
        font-size:14px;
        gap:6px;
    }
}
.rating-ext{font-size:14px;font-weight:500;gap:3px;position:relative;display:flex;align-items:center;line-height:1;white-space:nowrap}
.stars{height:17px;width:85px;position:relative;left:0;top:0;pointer-events:none;background:url(../dleimages/rating.svg);transform:scale(1,1);transform-origin:left top}
.stars__rating-fill{position:absolute;left:0;top:0;height:100%;z-index:1;background:url(../dleimages/rating.svg) 0 -34px repeat-x}
.rating-section-b{display:inline-flex;align-items:center;padding:3px 7px;border-radius:3px;font-size:10px;font-weight:500;letter-spacing:.4px}
.rating-section span{font-size:11px}
.rating-section-b--updated{background:rgba(29,204,103,.12);color:#1dcc67;border:1px solid rgba(29,204,103,.35);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.rating-section-b--mod{background:rgba(255,80,80,.15);color:#ff5050;border:1px solid rgba(255,80,80,.35)}
.bmenu-container *{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}
.bmenu-container{background-color:#f5f5f5;position:relative}
.custom-bottom-menu{position:fixed;bottom:5px;left:10px;right:10px;width:calc(100% - 20px);max-width:600px;margin:0 auto;height:55px;background-color:var(--bg);display:flex;justify-content:space-around;align-items:center;box-shadow:0 -2px 20px rgba(0,0,0,.15);z-index:1000;border-radius:20px}
.custom-menu-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:25%;height:100%;text-decoration:none;color:var(--ttm);transition:all .3s ease;position:relative}
.custom-menu-item:not(:last-child):not(:nth-last-child(2))::after{content:"";position:absolute;right:0;top:15px;bottom:15px;width:1px;background-color:var(--mm-ico-h)}
.custom-menu-item:hover{color:#2ecc71}
.custom-menu-item i{color:var(--mm-accent);font-size:18px;margin-top:5px}
.custom-menu-item span{font-size:12px;text-align:center}
.custom-menu-item,.custom-menu-item *{outline:0!important;-webkit-tap-highlight-color:transparent}
.custom-menu-item::before{content:"";position:absolute;bottom:5px;left:50%;transform:translateX(-50%) scaleX(0);width:30px;height:2px;background-color:var(--accent);border-radius:2px;transition:transform .3s ease}
.custom-menu-item.active::before{transform:translateX(-50%) scaleX(1)}
.custom-menu-item.active{color:var(--mm-accent)}
@media (max-width:380px){.custom-bottom-menu{bottom:5px;left:5px;right:5px;width:calc(100% - 10px);border-radius:15px}
}
@media (min-width:1220px){.custom-bottom-menu{display:none}
.bmenu-drawer{display:none}
.bmenu-container{padding-bottom:0}
}
.app-scroll-horizontal{scroll-behavior:smooth;display:flex;gap:10px;padding:5px;margin:10px 10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.app-scroll-horizontal>:last-child{margin-right:-10px}
.app-scroll-horizontal::-webkit-scrollbar{display:none}
.app-scroll-horizontal>*{flex:0 0 auto;scroll-snap-align:start}
.app-margin{margin-bottom:-80px}
.topnews-slider-wrapper{position:relative}
.rlt{margin-left:-20px;margin-right:-20px}
.rlttop{margin-left:-30px;margin-right:-40px}
.topnews-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:color-mix(in srgb,var(--mm-accent) 80%,transparent);border:none;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.15);font-size:16px;line-height:32px;text-align:center;color:#fff;transition:all .2s ease;z-index:10;display:none;padding:0}
.topnews-nav:hover{background:var(--mm-accent);box-shadow:0 4px 15px rgba(0,0,0,.25);transform:translateY(-50%) scale(1.1)}
.topnews-nav--prev{left:15px}
.topnews-nav--next{right:15px}
@media (min-width:1025px){.topnews-nav{display:flex;align-items:center;justify-content:center}
}
.btn-timer{position:relative;overflow:hidden;background-color:#2ecc71;color:#fff;font-size:20px;cursor:pointer;width:100%;height:50px;pointer-events:auto;font-weight:700;--progress:0%;transition:background-color .3s ease;margin-bottom:20px}
.btn-timer:hover{background-color:#27ae60}
.btn-timer.timer-active{background-color:#bbc2c7;cursor:not-allowed;pointer-events:none}
.btn-timer::before{content:'';position:absolute;top:0;left:0;height:100%;width:var(--progress);background:#2ecc71;z-index:0;transition:width 1s linear}
.btn-timer span{position:relative;z-index:1}
.btn-real.is-loading{pointer-events:none;opacity:.95}
.apk-btn,.apk-btn:active,.apk-btn:focus,.apk-btn:hover,.apk-btn:visited{color:#fff;text-decoration:none}
.buttons-container{display:flex;flex-direction:column}
.apk-link{background:var(--ui-bg-darker);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.12);border:4px solid var(--bg);padding:10px;position:relative;width:100%;margin-bottom:20px}
.apk-wrapper{display:flex;flex-direction:column;gap:10px}
.apk-meta{display:flex;gap:8px}
.apk-meta-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;font-size:12px;font-weight:500;text-decoration:none;color:var(--accent-gray);border:1.5px solid var(--ui-bg-darkest);background:0 0;transition:border-color .2s,color .2s,box-shadow .2s;box-shadow:0 2px 6px rgba(0,0,0,.08)}
.apk-meta-btn:hover{border-color:#f5f5f5;box-shadow:0 3px 10px rgba(0,0,0,.13)}
.apk-meta i{color:var(--red);font-size:14px}
.apk-meta-btn,.apk-meta-btn:active,.apk-meta-btn:focus,.apk-meta-btn:focus-visible{background:inherit;color:inherit}
.apk-buttons{display:flex;gap:10px}
.apk-btn{background:var(--accent-red);color:#fff;text-decoration:none;padding:14px 32px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;justify-content:center;flex:1}
.apk-btn:hover{opacity:.9}
@media (max-width:590px){.apk-meta-btn{flex:1;justify-content:center}
.apk-buttons{flex-direction:column}
.apk-btn{width:100%;padding:14px 24px;font-size:15px}
}
.custom-spoiler-box{background:var(--ui-bg-darker);background-image:linear-gradient(90deg,rgba(235,77,75,.06),rgba(235,77,75,0) 45%);border-radius:8px;padding:12px 15px 12px 18px;position:relative;margin:15px 0 10px 0;transform:translateY(-10px);overflow:hidden;border:1px solid rgba(235,77,75,.25);box-shadow:0 2px 8px rgba(0,0,0,.06);transition:max-height .3s ease,box-shadow .2s ease;cursor:pointer;user-select:none;-webkit-user-select:none;max-height:48px}
.custom-spoiler-box:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}
.custom-spoiler-box.active{cursor:default}
@media (hover:none){.custom-spoiler-box{cursor:pointer!important}
}
.custom-spoiler-box .spoiler-btn{all:unset;position:absolute;right:8px;bottom:2px;background:#757b85;color:#fff;width:28px;height:28px;border-radius:4px;cursor:pointer;z-index:1;display:flex;align-items:center;justify-content:center;font-size:13px;backdrop-filter:blur(4px);transition:background .2s,transform .2s;animation:spoilerPulse 1.8s ease-out 3}
.custom-spoiler-box.active .spoiler-btn{background:rgba(235,77,75,.95);animation:none}
.custom-spoiler-box.active .spoiler-btn:hover{background:#757b85}
.custom-spoiler-box .spoiler-btn:hover{background:rgba(235,77,75,.95)}
@keyframes spoilerPulse{0%{box-shadow:0 0 0 0 rgba(235,77,75,.4)}
70%{box-shadow:0 0 0 7px rgba(235,77,75,0)}
100%{box-shadow:0 0 0 0 rgba(235,77,75,0)}
}
.custom-spoiler-box ul li{position:relative;padding-left:20px;margin-left:5px;font-weight:400;line-height:1.6;font-size:13.5px}
.custom-spoiler-box ul li::before{font-family:"Font Awesome 5 Pro";content:"\f054";color:#eb4d4b;position:absolute;left:0;top:0}
.custom-spoiler-box ul li:not(:last-child){margin-bottom:6px}
.custom-spoiler-box .spoiler-title{font-size:14px;font-weight:700;color:var(--red);margin-bottom:10px;display:flex;align-items:center;gap:7px;letter-spacing:.3px}
.custom-spoiler-box .spoiler-title::before{font-family:"Font Awesome 5 Pro";content:"\f071";font-size:14px;font-weight:900;color:var(--red);flex-shrink:0}
.custom-spoiler-box::after{content:'';position:absolute;bottom:0;left:0;right:0;height:20px;background:linear-gradient(to bottom,transparent,var(--ui-bg-darker));pointer-events:none;transition:opacity .3s ease}
.custom-spoiler-box.active::after{opacity:0}
.custom-spoiler-box a{text-decoration:underline;color:#5278b1}
#report-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:9999;display:none;align-items:center;justify-content:center}
.report-modal-content{background:#fff;padding:30px;border-radius:8px;max-width:400px;width:90%;box-shadow:0 4px 20px rgba(0,0,0,.3)}
.report-modal-content h3{margin-top:0;color:#333;font-size:19px;margin-bottom:20px}
.report-options{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}
.report-option{display:flex;align-items:center;padding:15px;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .3s}
.report-option:hover{border-color:#4caf50;background:#f9f9f9}
.report-option input[type=radio]{margin-right:15px;cursor:pointer}
.report-text{font-size:16px;color:#333}
.report-option input[type=radio]:checked~.report-text{font-weight:700}
.report-option:has(input[type=radio]:checked){border-color:#57bb8a}
.report-buttons{display:flex;gap:10px;justify-content:flex-end}
.report-hint-text{font-size:15px;line-height:1.6;color:#555;margin:0 0 25px}
.btn-cancel,.btn-submit{padding:10px 25px;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:all .3s}
.btn-submit{background:#57bb8a;color:#fff}
.btn-submit:hover{background:#54cc91}
.btn-cancel{background:#f44336;color:#fff}
.btn-cancel:hover{background:#da190b}
.btn-report{background:#f0932b;width:300px;text-align:center}
.btn-report:hover{background:#f0932b}
.btn-report i{margin-right:-5px}
.report-modal-wide{max-width:520px!important}
.report-modal-wide .report-buttons{justify-content:center;flex-wrap:wrap}
.report-modal-wide .btn-submit,.report-modal-wide .btn-cancel{flex:1;min-width:160px;text-align:center;padding:10px 15px}
@media screen and (max-width:760px){.btn-report{order:1;width:100%}
}
@media screen and (max-width:560px){.report-modal-wide{max-width:90%!important}
.report-modal-wide .btn-submit,.report-modal-wide .btn-cancel{width:100%;flex:unset}
}

.urank{margin:15px;padding:14px 16px;border-radius:14px;background:var(--urank)}
.urank__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;flex-wrap:wrap}
.urank__left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.urank__meta{display:flex;align-items:center;gap:6px}
.urank__badge{padding:4px 14px;border-radius:30px;color:#fff;font-size:12px;font-weight:700;letter-spacing:.4px;box-shadow:0 3px 10px rgba(0,0,0,.2);white-space:nowrap}
.urank__next{display:flex;align-items:center;gap:5px}
.urank__next-pts{font-size:11px;opacity:.65}
.urank__next-badge{padding:3px 10px;border-radius:30px;color:#fff;font-size:11px;font-weight:600;opacity:.75;white-space:nowrap}
.urank__level{font-size:12px;opacity:.7}
.urank__pct{font-size:13px;font-weight:700;opacity:.9;letter-spacing:.3px}
.urank__track{position:relative;height:8px;background:var(--border-color,#e5e5e5);border-radius:20px;overflow:hidden}
.urank__fill{height:100%;border-radius:20px;animation:rank-grow 1s ease-out both;box-shadow:0 0 10px rgba(0,0,0,.2)}
.urank__fill::after{content:"";position:absolute;top:0;left:-40%;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);animation:shine 2.5s infinite}
@keyframes shine{0%{left:-40%}
100%{left:120%}
}
@keyframes rank-grow{from{width:0}
}
@media (max-width:480px){.urank__badge{flex-shrink:0}
.urank__next{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}
.urank__head{flex-direction:column;flex-wrap:nowrap}
.urank__left{width:100%;display:flex;justify-content:space-between;flex-wrap:nowrap}
}
.custom-attach-btn{font-size:20px;width:60px;display:flex;margin-left:10px;align-items:center;justify-content:center;color:var(--spo-t);background-color:var(--comm-img-bg);border-radius:4px;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:box-shadow .2s ease,transform 50ms ease;flex-shrink:0}
.custom-attach-btn.fal.fa-image{font-size:20px;color:var(--tt-accent)}
.custom-attach-btn:hover,.custom-attach-btn:active,.custom-attach-btn:focus,.custom-attach-btn:focus-visible{background:var(--comm-img-bg)!important;filter:none!important;opacity:1!important}
.clrfixcom{padding-top:10px}
.clrfixcom img{border-radius:6px}
.clrfixcom ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}
.clrfixcom ul li{flex:0 0 auto}
.clrfixcom ul li img{display:block;width:150px;height:150px;object-fit:cover}
.comm__text-fix{line-height:1.7;font-size:14px;word-wrap:break-word;background-color:var(--comment-device-line);border-radius:6px;padding:15px 20px;font-size:14px;margin-top:15px;box-shadow:0 2px 6px rgba(0,0,0,.04);margin-bottom:15px}
.comm__text-fix::before{content:'';border:10px solid transparent;border-bottom-color:var(--comment-device-line);position:absolute;left:35px;bottom:100%}
.comm__text-fix p{margin:0 0 10px}
.comm__text-fix p:last-child{margin-bottom:0}
.app-links-bar{display:flex;align-items:center;gap:18px;padding:10px 16px;margin:15px -13px -24px;background:var(--green-bgd);border-bottom:5px solid var(--green-bg-border);}
.app-link{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 10px;
    border-radius:20px;
    background:var(--embg);
    font-size:13px;
    font-weight:500;
    text-decoration:none;
    color:var(--comment-device);
    cursor:pointer;
    transition:opacity .2s ease,background .2s ease;
}
.app-link i {color:var(--accent);}
.app-link--right{margin-left:auto}
.app-link:hover{color:#1dcc67;opacity:.85;}
.app-link i{font-size:14px;opacity:.8}
@media (max-width:480px){.app-links-bar{gap:12px}
.app-links-bar{border-bottom:9px solid var(--green-bg-border);  }
}
.message-info-rkn{line-height:1.5;border-radius:8px 8px 0 0;background-color:var(--bg);position:relative;padding:15px 20px 15px 64px}
.title-rkn{font-weight:500}
.message-info-rkn::before{content:"\f071";font-family:'Font Awesome 5 Pro';border-radius:8px 0 0 8px;font-size:22px;color:#fff;background-color:var(--red);position:absolute;left:0;top:0;width:44px;height:100%;display:grid;place-items:center}
.form__row--protect{background:var(--bg);padding:10px 15px;border-radius:6px;display:flex;align-items:center;gap:10px}
.form__label--important{font-weight:600}
.form__question{white-space:nowrap;margin:0}
.form__input{flex:1}
.tu-controls{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:5px;background-color:var(--bg);padding:20px;border-radius:12px}
.tu-controls-top{display:flex;align-items:center;flex-shrink:0}
.tu-search{display:flex;border:1px solid var(--top-b);border-radius:20px;overflow:hidden;width:220px}
.tu-search input{flex:1;border:none;padding:7px 14px;font-size:13px;background:0 0;outline:0!important;box-shadow:none!important;color:var(--text,#333);min-width:0}
.tu-search button{border:none;background:0 0;padding:7px 12px;cursor:pointer;color:var(--accent,#57bb8a);font-size:14px;flex-shrink:0}
.tu-search input:focus{outline:0!important;box-shadow:none!important}
.tu-sort{display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;flex:1}
.tu-sort::-webkit-scrollbar{display:none}
.tu-sort-btn{font-size:12px;font-weight:600;padding:5px 11px;border-radius:20px;text-decoration:none;color:var(--top-color);background:var(--urank);transition:all .2s;white-space:nowrap;flex-shrink:0}
.tu-sort-btn:hover{color:var(--accent,#57bb8a)}
.tu-sort-btn.tu-sort--active{background:var(--accent,#57bb8a);color:#fff}
@media (max-width:479px){.tu-controls{flex-direction:column;align-items:stretch;padding:12px}
.tu-search{width:100%}
.tu-sort{margin-top:5px}
}
.tu-card{background:var(--bg);border:.5px solid rgba(0,0,0,.1);border-radius:12px;padding:12px;font-size:13px}
.tu-card:last-child:not(.tu-card--me){margin-bottom:-80px}
.tu-card.rank-me{outline:2px solid var(--accent,#45aaf2)}
.tu-head{display:flex;align-items:center;gap:10px}
.tu-avatar{position:relative;flex-shrink:0}
.tu-avatar img{width:52px;height:52px;border-radius:50%;object-fit:cover;display:block;border:1.5px solid rgba(0,0,0,.08)}
.tu-rank-badge{position:static;min-width:24px;height:24px;border-radius:10px;font-size:11px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 6px;background:#57bb8a;align-self:flex-start;flex-shrink:0}
.rank-1 .tu-rank-badge{background:#e6c200}
.rank-2 .tu-rank-badge{background:#b0b0b0}
.rank-3 .tu-rank-badge{background:#b87333}
.tu-main{flex:1;min-width:0}
.tu-name{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;display:block}
.tu-name:hover{opacity:.8}
.tu-meta{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}
.tu-pill{font-size:11px;padding:2px 8px;border-radius:20px;font-weight:600;color:#fff;display:inline-block}
.tu-pill--group{color:var(--comment-device);border:.5px solid rgba(0,0,0,.15)}
.tu-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px}
.tu-stat{background:var(--top-b);border-radius:8px;padding:6px 8px;text-align:center}
.tu-stat-val{font-size:15px;font-weight:600;color:#57bb8a}
.tu-stat-lbl{font-size:10px;color:#999;margin-top:1px}
.tu-last{font-size:11px;color:#aaa;margin-top:6px;display:flex;align-items:center;gap:5px}
.tu-last-dot{width:6px;height:6px;border-radius:50%;background:#ccc;flex-shrink:0}
.tu-last-dot.tu-online{background:#57bb8a}
.tu-last-dot.tu-week{background:#45aaf2}
.tu-last-dot.tu-month{background:#f7b731}
.tu-last-dot.tu-offline{background:#ccc}
.tu-expand-btn{width:100%;margin-top:10px;background:var(--urank);border:.5px solid rgba(0,0,0,.1);opacity:.7;border-radius:8px;padding:6px;font-size:12px;color:var(--top-color);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;transition:background .15s;font-family:inherit}
.tu-expand-btn:hover{background:var(--urank);color:var(--top-color);opacity:.9}
.tu-expand-btn span{color:var(--top-color)}
.tu-expand-btn svg{transition:transform .2s}
.tu-expand-btn.is-open svg{transform:rotate(180deg)}
.tu-detail{display:none;margin-top:8px;border-top:.5px solid rgba(0,0,0,.08);padding-top:8px}
.tu-detail.is-open{display:block}
.tu-detail-row{display:flex;align-items:center;padding:5px 0;font-size:12px;gap:6px}
.tu-detail-row span:first-child{color:#888;white-space:nowrap;flex-shrink:0}
.tu-detail-row .tu-dots{flex:1;border-top:1px dashed rgba(0,0,0,.15);margin:0 4px;align-self:center}
.tu-detail-row span:last-child{font-weight:600;color:#57bb8a;white-space:nowrap;flex-shrink:0}
.tu-profile-btn{display:block;margin-top:10px;text-align:center;background:#57bb8a;color:#fff!important;font-size:12px;font-weight:600;padding:8px;border-radius:8px;text-decoration:none!important;transition:background .15s}
.tu-profile-btn:hover{background:#4aa679}
@media (max-width:360px){.tu-quick{gap:4px}
.tu-stat-val{font-size:13px}
.tu-avatar img{width:46px;height:46px}
}
.tu-me-wrap{margin-bottom:16px}
.tu-me-label{font-size:13px;font-weight:600;color:var(--red);margin-bottom:8px;display:flex;align-items:center;gap:6px}
.tu-me-label i{font-size:15px}
.tu-me-label strong{color:var(--accent,#45aaf2)}
.tu-card--me{outline:2px solid var(--accent,#45aaf2);outline-offset:0px}
.tu-card--me .tu-detail.is-open{border-top:.5px solid rgba(0,0,0,.08)}
.tu-divider{border:none;border-top:2px dashed rgba(0,0,0,.1);margin:0 0 16px}
.notif-bell{position:relative;display:inline-block;text-decoration:none;font-size:23px;color:var(--comment-device);transition:color .2s ease}
.notif-bell.has-notif{color:#2ecc71}
.notif-bell__icon{display:inline-block}
.notif-badge{position:absolute;top:-6px;right:-8px;font-size:10px;font-weight:500;color:#fff;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--red);backdrop-filter:blur(2px);line-height:1}
.notif-bell{color:var(--comment-device)}
.notify-bell-main{margin-left:15px}
.notif-bell.has-notif i{color:#2ecc71}
.notif-bell__icon i{font-family:"Font Awesome 5 Pro";display:inline-block;transform-origin:top center}
.notif-bell.has-notif .notif-bell__icon i{animation:bell-swing .7s ease-out}
@keyframes bell-swing{0%{transform:rotate(0)}
20%{transform:rotate(-12deg)}
40%{transform:rotate(10deg)}
60%{transform:rotate(-6deg)}
80%{transform:rotate(4deg)}
100%{transform:rotate(0)}
}
.notif-wrap{max-width:680px;margin:0 auto}
.notif-title{font-size:20px;font-weight:600;margin:0;white-space:nowrap}
.notif-list{background:var(--card-bg,#fff);border-radius:12px;overflow:hidden;border:1px solid var(--border,#eee)}
.notif-item{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--bg);border-radius:6px;transition:background .15s}
@media (max-width:590px){.notif-item{margin-bottom:-5px}
}
.notif-item__icon{font-size:22px;flex-shrink:0;width:45px;height:45px;display:flex;align-self:center;align-items:center;justify-content:center;border-radius:50%;background:var(--urank)}
.notif-item__img{width:22px;height:22px;object-fit:contain}
.notif-item--like .notif-item__icon{background:#fdecea}
.notif-item--reply .notif-item__icon{background:#e8f4fd}
.notif-item--medal .notif-item__icon{background:#fef9e7}
.notif-item--achievement .notif-item__icon{background:#eafaf1}
.notif-item--rank .notif-item__icon{background:#f5eef8}
.notif-item--bonus .notif-item__icon{background:#fef5e7}
.notif-item--streak .notif-item__icon{background:#fdecea}
.notif-item--ghost .notif-item__icon{background:#f2f3f4}
.notif-item--profile .notif-item__icon{background:#e8f4fd}
.notif-item--comments .notif-item__icon{background:#e8f8f5}
.notif-item--best_comm .notif-item__icon{background:#fef9e7}
.notif-item--info .notif-item__icon{background:#e8f8f5}
.notif-item--orders .notif-item__icon{background:#e8f8f5}
.notif-item__body{flex:1;min-width:0}
.notif-item__text{font-size:14px;line-height:1.5}
.notif-item__text a{color:var(--accent,#45aaf2);text-decoration:none}
.notif-item__text a:hover{text-decoration:underline}
.notif-item__date{font-size:12px;color:var(--gray-color,#aaa)}
.notif-item__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px}
.notif-item__unread-dot{display:none;width:8px;height:8px;border-radius:50%;background:#e24b4a;flex-shrink:0;animation:blink 1.4s ease-in-out infinite}
.notif-item--unread .notif-item__unread-dot{display:block}
@keyframes blink{0%,100%{opacity:1}
50%{opacity:.15}
}
a.notif-item{display:flex;text-decoration:none;color:inherit}
a.notif-item:hover{background:var(--urank)}
.notif-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}
.notif-mark{font-size:12px;color:#27ae60;text-decoration:none;text-align:right;line-height:1.3;flex-shrink:0;border:1px solid rgba(39,174,96,.3);border-radius:20px;padding:5px 12px;transition:background .15s}
.notif-mark:active,.notif-mark:hover{background:rgba(39,174,96,.08);text-decoration:none}
.navi-full{display:flex;gap:15px;margin:10px -10px -20px -10px;padding:0;width:calc(100% + 20px)}
.navi-full a{display:flex;align-items:center;flex:1;gap:10px;background:var(--urank);border:1px solid var(--bg-2);border-radius:8px;padding:8px 10px;text-decoration:none;overflow:hidden;transition:border-color .18s,background .18s;min-width:0}
.navi-full a:hover{border-color:var(--bg-2);background:var(--bg-2)}
.navi-full a img{width:56px;height:56px;object-fit:cover;border-radius:6px;border:1px solid var(--bg-2);flex-shrink:0;position:static;margin:0}
.navi-full .navi-title{flex:1;min-width:0;white-space:nowrap;overflow:hidden;font-size:14px;font-weight:400;text-overflow:ellipsis}
.navi-full .navi-title span{display:block;font-size:13px;color:#888;margin-top:2px}
.navi-full a.prev-full{flex-direction:row;text-align:left}
.navi-full a.next-full{flex-direction:row-reverse;text-align:right}
.navi-arrow{width:30px;height:30px;border-radius:50%;background:var(--bg);border:1px solid var(--bg-2);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#888}
.navi-arrow svg{width:20px;height:20px}
.navi-full a.next-full .navi-title{text-align:right}
@media screen and (max-width:760px){.navi-full{flex-direction:column}
.navi-full a{width:100%}
}
.notif-item-wrapper{display:flex;align-items:center;gap:10px}
.notif-item-wrapper .notif-item{flex:1 1 auto}
.notif-item-img{width:55px;height:55px;border-radius:4px;background:var(--urank)}
.notif-item__delete{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;background:var(--bg);color:var(--red);border-radius:50%;font-size:14px;text-decoration:none;transition:all .2s ease}
.notif-item__delete:hover{background:var(--urank);color:var(--red);transform:scale(1.05)}
.notif-item__delete i{pointer-events:none}
.group_admin a{font-weight:600;color:var(--red);font-size:14px}
.group_user a{font-weight:600;color:var(--tt-accent);font-size:14px}
.group_user_vip a{font-weight:600;color:var(--accent);font-size:14px}
.group_guest{font-weight:400;color:var(--accent-gray);font-size:14px}
.group_vip_ico{color:var(--red)}
.group_admin_ico{color:var(--red)}
.group_user_ico{color:var(--tt-accent)}
.group_guest_ico{color:var(--accent-gray)}
@keyframes vipGlow{0%{opacity:.9;text-shadow:0 0 5px var(--red)}
50%{opacity:.6;text-shadow:0 0 14px var(--red)}
100%{opacity:.9;text-shadow:0 0 5px var(--red)}
}
.group_vip_ico{color:var(--red);animation:vipGlow 3.5s infinite ease-in-out}
.topnews-slider-wrapper{padding:10px 25px 0}
.topnews-header-icon{width:50px;height:50px;background:var(--bg);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px}
@media screen and (max-width:760px){.topnews-slider-wrapper{padding:10px 10px 0}
}
.item-slide{background-color:var(--bg);border-radius:15px;padding:10px;margin-top:0;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;width:160px}
.item-slide__img{width:140px;height:140px;display:block;box-shadow:var(--bsh);border-radius:8px;position:static;flex-shrink:0}
.item-slide__title{font-size:13px;font-weight:500;color:var(--tt-3);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%}

.popup-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:1000;align-items:flex-end;justify-content:center}
.popup-overlay.open{display:flex}
.popup{background:var(--bg);border-radius:16px 16px 0 0;padding:24px 20px 36px;width:100%;max-width:480px;box-sizing:border-box;animation:slideUp .25s ease;position:relative}
@keyframes slideUp{from{transform:translateY(40px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.popup-handle{width:40px;height:4px;background:var(--accent);border-radius:2px;margin:0 auto 20px}
.popup-title{font-size:16px;font-weight:500;margin:0 0 4px}
.popup-sub{font-size:13px;color:#777;line-height:1.5}
.sub-btn{display:flex;padding:0;overflow:hidden;text-align:left;gap:14px;width:100%;border-radius:10px;border:.5px solid var(--bg-2);background:var(--urank);cursor:pointer;margin-bottom:10px;transition:background .15s,border-color .15s;box-sizing:border-box}
.sub-btn:last-child{margin-bottom:0}
.sub-btn:hover{background:var(--bg-2)}
.sub-icon{width:48px;border-radius:10px 0 0 10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sub-btn>div:last-child{padding:7px 0}
.sub-icon.tg{background:#e8f5fd}
.sub-icon.mail{background:#eef2ff}
.sub-label{font-size:15px;font-weight:500}
.sub-desc{font-size:12px;color:#888;margin-top:2px}
.close-btn{position:absolute;top:14px;right:16px;width:28px;height:28px;line-height:28px;text-align:center;background:var(--red);color:#fff;border:none;border-radius:5px;font-size:22px;text-align:center;cursor:pointer;padding:0}
.close-btn:hover{background:#c62828}
.btn-list-wrapper{display:none}
h5{font-size:16px;font-weight:600;margin-top:-20px;margin-bottom:15px;color:var(--tt)}
.subs-table{width:calc(100% + 40px);border-radius:10px;overflow:hidden;border:1px solid var(--bdc);background:var(--bg);margin-left:-20px}
.subs-row{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid var(--bdc);transition:background .15s}
.subs-row:last-child{border-bottom:none}
.subs-row:hover{background:var(--prof)}
.subs-num{flex-shrink:0;font-size:12px;color:var(--tt-2)}
.subs-title{flex:1;min-width:0}
.subs-title a{color:var(--accent);text-decoration:none;font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
.subs-title a:hover{text-decoration:underline}
.subs-action{flex-shrink:0}
.unsub-btn{display:inline-flex;align-items:center;font-size:12px;font-weight:500;color:var(--red);background:0 0;border:1px solid rgba(235,77,75,.25);border-radius:6px;padding:4px 10px;cursor:pointer;text-decoration:none;transition:background .15s;white-space:nowrap}
.unsub-btn:hover{background:rgba(235,77,75,.08)}
@media (max-width:560px){.subs-row{flex-wrap:wrap}
.subs-date{order:3;width:100%}
.subs-action{order:4}
}
.app-main{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:5px;margin:10px 10px}
.topnews-card{background:var(--bg);border-radius:7px;overflow:hidden;height:160px;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:transform .25s ease,box-shadow .25s ease}
.topnews-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(0,0,0,.16)}
.topnews-link{width:100%;height:100%;color:inherit;text-decoration:none;display:flex}
.topnews-media{position:relative;width:100%;height:100%;overflow:hidden}
.topnews-media .card-image{width:100%;height:100%;object-fit:cover;display:block}
.topnews-media-bg{position:absolute;inset:0;z-index:1}
.topnews-icon{position:absolute;left:15px;top:20px;width:100px;height:100px;border-radius:16px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.25);overflow:hidden;border:3px solid #fff;z-index:2}
@media (max-width:1100px){.topnews-card--main .topnews-icon{width:100px;height:100px;border-radius:16px}
.mrg-l{margin-left:20px}
}
@media (max-width:960px){.app-main{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:10px;padding:5px 10px}
.app-main-wrap{margin:5px 0;background:var(--bg);padding-bottom:5px}

.app-main::-webkit-scrollbar{display:none}
.topnews-card{flex:0 0 330px;height:160px;scroll-snap-align:start}
}
.topnews-icon img{width:100%;height:100%;object-fit:cover}
.topnews-rating{position:absolute;right:12px;top:20px;z-index:3;display:flex;align-items:center;gap:6px}
.topnews-rating-count{background:var(--accent);color:#fff;font-size:11px;font-weight:600;padding:3px 7px;border-radius:4px}
.topnews-badge--mod{background:var(--red);color:#fff;font-size:11px;font-weight:600;padding:4px 7px;border-radius:4px;white-space:nowrap;flex-shrink:0;align-self:flex-end;margin-left:auto}
.top-title{position:absolute;bottom:0;left:0;right:0;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;gap:8px}
.top-title__text{color:#363851;font-size:16px;font-weight:700;line-height:1.3;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;white-space:nowrap;overflow:hidden;margin-left:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.topnews-info{position:absolute;background:linear-gradient(to left,rgba(0,0,0,0.55) 0%,transparent 100%);padding-right:10px;border-radius:0 7px 7px 0;text-shadow:0 1px 6px rgba(0,0,0,.8),0 0 20px rgba(0,0,0,.5);align-items:flex-end;top:50px;right:12px;bottom:40px;z-index:3;display:flex;flex-direction:column;justify-content:center;gap:4px}
.topnews-info__title{color:#fff;font-size:14px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 4px rgba(0,0,0,.6)}
.topnews-info__mod{color:rgba(255,255,255,.9);font-size:13px;white-space:nowrap;overflow:hidden;font-weight:600}
.topnews-info__version{color:rgba(255,255,255,.9);font-size:11px;font-weight:500}
.sect__title_main{font-size:24px;font-weight:700;margin-left:30px;padding-top:15px}
@media (max-width:1100px){.topnews-info{left:128px}
.sect__title_main{margin-left:20px}
}
@media (max-width:560px){.topnews-info{left:122px;top:45px}
}
.hero{background:url(../images/img-top.webp) center left no-repeat;background-size:cover;color:#fff;padding:0;position:relative}
.hero__inner{position:relative;isolation:isolate;padding:36px 24px 40px;display:flex;flex-direction:column;justify-content:center;min-height:320px}
.hero__inner>*{position:relative;z-index:1}
.hero__title{font-size:clamp(22px,4vw,34px);text-transform:uppercase;font-weight:400;line-height:1.2;margin:0 0 14px 0;padding:0;text-shadow:0 1px 4px rgba(0,0,0,.5)}
.hero__title span.red{color:var(--red);font-weight:700}
.hero__title span.orange{color:#f7b200;font-weight:700}
.hero__title span.green{color:var(--accent);font-weight:700}
.hero__text{font-size:clamp(13px,1.8vw,15px);max-width:560px;line-height:1.6;margin:0;color:rgba(255,255,255,.93);text-shadow:0 1px 3px rgba(0,0,0,.6)}
.hero__text a{color:rgba(255,255,255,.93);border-bottom:1px dashed #fff}
.hero__inner::before{content:'';position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.3) 0,rgba(0,0,0,.2) 55%,rgba(0,0,0,.1) 100%);z-index:0}
@media (max-width:900px){.hero--decor .hero__inner::after{width:50%;background-size:contain}
}
@media (max-width:600px){.hero__inner{padding:28px 16px 32px;min-height:140px}
}

.meta-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:10px; gap:10px}
.meta-card{display:flex;align-items:center;gap:10px;background:var(--bg);border-radius:12px;padding:10px 20px;}
.meta-left{flex-shrink:0}
.meta-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:14px;border-radius:50%;background:var(--meta-icon);color:var(--meta-icon-color)}
.meta-right{display:flex;flex-direction:column}
.meta-label{font-size:11px;color:#999;line-height:1.2}
.meta-value{font-size:13px;font-weight:500;margin-top:2px;line-height:1.2}
@media (max-width:560px){.meta-grid{grid-template-columns:repeat(2,1fr)}
}
.mini-card{border-radius:4px;width:100%;max-width:73px;overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease}
.mini-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}
.mini-image-wrapper{position:relative;width:100%;padding-top:100%;background:#f0f0f0;overflow:hidden}
.mini-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.app-scrolling-main{margin:0 0;background:var(--bg);}
.app-scrolling{display:flex;flex-wrap:wrap;gap:9px;margin-top:-5px;justify-content:space-between}
@media (max-width:1280px){.app-scrolling{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:3px;scrollbar-width:thin;scrollbar-color:var(--accent) rgba(0,0,0,0.08)}
.app-scrolling::-webkit-scrollbar{height:3px;border-radius:10px}
.app-scrolling::-webkit-scrollbar-track{background:rgba(0,0,0,0.06);border-radius:10px;margin:0 30%}
.app-scrolling::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px;opacity:0.7}
.app-scrolling::-webkit-scrollbar-thumb:hover{background:var(--accent);opacity:1}
.app-scrolling>a.mini-card{flex-shrink:0}
}
.scroll-track{height:3px;background:rgba(0,0,0,0.08);border-radius:10px;margin:6px 0 0;display:none}
.scroll-thumb{height:100%;background:var(--accent);border-radius:10px;width:30%;transition:width 0.2s ease,left 0.1s ease}
@media screen and (min-width:345px) and (max-width:1129px){.scroll-track{display:block}
.app-scrolling{scrollbar-width:none;-ms-overflow-style:none; padding-bottom:0}
.app-scrolling::-webkit-scrollbar{display:none}

}
.related-full{margin:10px -10px 10px -10px}
@media (max-width:768px){.clrfixcom ul{gap:5px}
.clrfixcom ul li img{width:100px;height:100px}
.sel-banner{margin:0;}
}
@media (max-width:480px){.comments-tree-list .comments-tree-list{padding-left:25px!important}
}
.add-img-m{margin-bottom:15px}
.post-badge--new{background:#22c55e;color:#fff}
.post-badge--updated{background:#3b82f6;color:#fff}
.post-badge--actual   { background: #64748b; color: #fff; }
.poster__badge-status:not(.poster__badge-status--corner) .post-badge,.ftop-item__meta .post-badge{display:inline-block;padding:3px 6px;border-radius:4px;font-size:9px;font-weight:700;letter-spacing:0.5px;vertical-align:middle}
.ftop-item__meta .post-badge__icon{display:none}
.poster__badge-status--corner{position:absolute;top:0;right:0;width:70px;height:70px;overflow:hidden;z-index:5;pointer-events:none}
.poster__badge-status--corner .post-badge{position:absolute;top:0;right:0;width:100%;height:100%;background:none}
.poster__badge-status--corner .post-badge::before{content:'';position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 70px 70px 0;border-color:transparent #3b82f6 transparent transparent}
.poster__badge-status--corner .post-badge--new::before{border-color:transparent #22c55e transparent transparent}
.poster__badge-status--corner .post-badge--actual::before {border-color: transparent #64748b transparent transparent;}
.poster__badge-status--corner .post-badge__icon{display:inline;position:absolute;top:7px;right:7px;font-size:14px;color:#fff;z-index:2}
.poster__badge-status--corner .post-badge__text{position:absolute;top:22px;right:-14px;width:80px;text-align:center;transform:rotate(45deg);font-size:9px;font-weight:700;letter-spacing:0.3px;color:#fff}
.full-item__i .post-badge__icon{display:none}
.poster__badge-status .post-badge__text{color:#fff!important;font-size:9px}
@media (max-width:589px){.poster__badge-status{margin-left:auto}
}
.auth-notice{display:flex;align-items:stretch;gap:16px;padding:12px 10px;background:var(--ui-bg-info);border-radius:14px;font-size:14px;line-height:1.6}
.auth-notice__icon{width:6px;background:var(--accent);border-radius:3px;align-self:stretch;flex-shrink:0}
.auth-notice__text a{color:#2a99d9;border-bottom:1px dashed #2a99d9;text-decoration:none}
.auth-notice__header{display:flex;align-items:center;gap:8px;margin-bottom:4px}
.auth-notice__header svg{width:17px;height:17px;flex-shrink:0;fill:var(--red)}
.auth-notice__header b{color:#FFCC00}
.auth-notice__header h3{margin:0;font-size:15px;font-weight:600;line-height:1.3}
.auth-notice__text p{margin:0}
.dle-news-subscribe-msg{padding:34px 28px;background:var(--bg);border-radius:14px;box-shadow:var(--ns-msg-shadow,0 4px 20px rgba(0,0,0,.08));text-align:center}
.dle-news-subscribe-msg .ns-msg-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.dle-news-subscribe-msg .ns-msg-icon--ok{background:var(--ns-msg-ok-bg,#eafaf0);color:var(--ns-msg-ok-color,#1dcc67)}
.dle-news-subscribe-msg .ns-msg-icon--err{background:var(--ns-msg-err-bg,#fdecea);color:var(--ns-msg-err-color,#e57373)}
.dle-news-subscribe-msg .ns-msg-title{font-size:19px;font-weight:700;margin:0 0 8px}
.dle-news-subscribe-msg .ns-msg-text{font-size:14px;line-height:1.5;margin:0;color:var(--ns-msg-text-color,#757b85)}
.dle-news-subscribe-msg .ns-msg-btn{display:inline-block;margin-top:22px;padding:11px 28px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600;background:var(--ns-msg-accent,#1dcc67);color:var(--ns-msg-btn-text,#fff)}
.dle-news-subscribe-msg .ns-msg-btn:hover{background:var(--ns-msg-accent-hover,#17a854)}
.comment-item__news{display:flex;align-items:center;gap:8px;margin:0 0 12px;padding:8px 12px;background:var(--bg-2);border-radius:10px;font-size:14px}
.comment-item__news a{color:var(--accent);font-weight:600;text-decoration:none}
.comment-item__news a:hover{text-decoration:underline}
.reviews-block{margin:20px 0 40px;font-family:inherit}
.reviews-block:has(.reviews-list:empty){margin-bottom:20px}
.reviews-list-wrap{transition:opacity .2s ease}
.reviews-need-login,.reviews-not-allowed{padding:12px;border:1px dashed #ccc;border-radius:6px;margin-top:40px;margin-bottom:20px;color:var(--tt-2)}
.reviews-need-login span{color:var(--accent)}
.reviews-own-status{padding:10px 14px;border-radius:6px;background:var(--bg-2);margin-top:40px;margin-bottom:20px}
.reviews-own-status-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap}
.reviews-own-status-text{flex:1;min-width:0}
.reviews-own-status-actions{display:flex;gap:8px;flex-shrink:0}
.reviews-status-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:20px;border:1px solid #cfcfcf;background:var(--bg);color:var(--tt-2);font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}
.reviews-status-btn:hover{border-color:var(--accent);color:var(--accent);background:rgba(29,204,103,.1)}
.reviews-status-btn--danger{border-color:var(--red);color:var(--red)}
.reviews-status-btn--danger:hover{border-color:var(--red);color:var(--red);background:rgba(235,77,72,.1)}
.reviews-reject-reason{margin-top:8px;font-size:13px;color:var(--red)}
.reviews-status-0{background:rgba(240,173,78,.14)}
.reviews-status-1{background:rgba(29,204,103,.14)}
.reviews-status-2,.reviews-status-3{background:rgba(235,77,72,.14)}
.reviews-form-block{border-radius:8px;padding:16px;margin-top:40px;background:var(--bg-3);margin-bottom:20px}
.reviews-form label{display:block;font-weight:600;font-size:13px}
.rev-type-select+label{margin-top:18px}
.reviews-length-hint+.reviews-proscons{margin-top:16px}
.reviews-form>label{margin:10px 0 7px!important}
.reviews-proscons label{margin:10px 0 7px}
.reviews-form input[type=text],.reviews-form textarea,.reviews-form select,.reviews-form input[type=number]{width:100%;box-sizing:border-box;padding:8px;border:1px solid var(--bg-3);border-radius:6px;font-family:inherit;background:var(--bg);color:var(--tt)}
.reviews-rating-input{display:flex;align-items:center;gap:10px}
.reviews-rating-input input[type=range]{flex:1}
.reviews-rating-input input[type=number]{width:80px}
.reviews-proscons{display:flex;gap:12px;flex-wrap:wrap}
.reviews-proscons>div{flex:1;min-width:200px}
.reviews-length-hint{font-size:12px;color:var(--tt-2)}
.reviews-form-actions{margin-top:12px;display:flex;gap:10px}
.reviews-btn{padding:9px 18px;border-radius:6px;border:1px solid #ccc;background:var(--bg);color:var(--tt);cursor:pointer}
.reviews-btn-primary{background:var(--accent);border-color:var(--accent);color:var(--ui-text-color-on-accent)}
@media (max-width:469px){.reviews-form-actions{flex-direction:column}
.reviews-form-actions .reviews-btn{width:100%}
}
.reviews-form-msg{margin-top:8px;font-size:13px}
.reviews-toolbar{display:flex;justify-content:flex-end;margin-bottom:8px}
.reviews-sort-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:8px 34px 8px 14px;border:1px solid #dcdcdc;border-radius:8px;background:var(--bg) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right 10px center;background-size:16px;font-size:13px;font-weight:600;color:var(--tt-2);cursor:pointer;transition:border-color .15s ease}
.reviews-sort-select:hover,.reviews-sort-select:focus{border-color:var(--accent);color:var(--tt);outline:none}
.reviews-item{position:relative;border:1px solid #e2e2e2;border-radius:8px;padding:16px 18px;margin-bottom:14px;color:var(--tt)}
.reviews-item-score{position:absolute;top:14px;right:16px;font-size:20px;font-weight:700}
.reviews-item-score span{font-size:12px;color:var(--tt-2);font-weight:400}
.reviews-item-head{display:flex;align-items:center;gap:10px}
.rev-top-tag{position:absolute;top:-1px;right:-1px;background:#f0ad4e;color:#fff;padding:4px 4px 4px 4px;border-radius:0 8px 0 8px;display:flex;align-items:center;gap:4px;font-size:9px;font-weight:700;letter-spacing:.02em;z-index:3}
.rev-corner{position:absolute;top:-1px;z-index:3;text-decoration:none;cursor:pointer}
.rev-corner-icon{position:absolute;color:#fff;line-height:1}
.rev-corner-left .rev-corner-icon{top:9px;left:-10px;font-size:12px;color:var(--red)}
.reviews-author-info{flex:1;min-width:0}
.reviews-avatar{width:38px;height:38px;border-radius:50%;background:var(--bg-2);object-fit:cover;display:block}
.reviews-author{font-weight:700;color:var(--tt);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.reviews-author-count{font-size:12px;color:var(--tt-2)}
.reviews-badge{flex-shrink:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:25px;line-height:1}
.reviews-badge-icon{position:relative;top:-1px}
.reviews-badge.rev-type-positive{background:rgba(29,204,103,.14);color:var(--accent)}
.reviews-badge.rev-type-neutral{background:var(--bg-2);color:var(--tt-2)}
.reviews-badge.rev-type-negative{background:rgba(235,77,72,.14);color:var(--red)}
.reviews-badge-icon::before{content:"+"}
.rev-type-negative .reviews-badge-icon::before{content:"–"}
.rev-type-neutral .reviews-badge-icon::before{content:"~"}
.reviews-title{font-weight:700;font-size:16px;margin:2px 0 14px}
.reviews-date{font-size:12px;color:var(--tt-2);margin-bottom:8px}
.reviews-text{line-height:1.5}
.reviews-pros,.reviews-cons{margin-top:8px;font-size:14px}
.reviews-pros b{color:var(--accent)}
.reviews-cons b{color:var(--red)}
.reviews-item-actions{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}
.reviews-vote{flex:1;border:1px solid #ccc;background:var(--bg-2);color:var(--tt);border-radius:6px;padding:6px 12px;cursor:pointer}
.reviews-vote-up{border-color:var(--accent);color:var(--accent)}
.reviews-vote-down{border-color:var(--red);color:var(--red)}
.reviews-complaint{margin-left:auto;background:none;border:none;color:var(--red);cursor:pointer;font-size:13px}
.reviews-nav{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}
.reviews-nav a{padding:5px 10px;border:1px solid #ccc;border-radius:5px;text-decoration:none;color:var(--tt)}
.reviews-nav a.active{background:var(--accent);border-color:var(--accent);color:var(--ui-text-color-on-accent)}
.reviews-show-more{margin-top:15px}
.reviews-show-more a{padding:15px;height:60px;display:flex;justify-content:center;align-items:center;background-color:var(--bg-2);color:var(--tt-3);font-size:13px;text-decoration:none;cursor:pointer}
.reviews-show-more a:hover{text-decoration:underline}
.reviews-spoiler-body{display:none}
.reviews-spoiler.open .reviews-spoiler-body{display:block}
.rev-stat-row{display:flex;align-items:center;gap:8px;padding:6px 0}
.rev-stat-label{color:inherit;opacity:.75}
.rev-stat-row::after{content:"";flex:1;border-bottom:1px dotted rgba(0,0,0,.2);margin:0 8px}
.rev-userpage{margin:20px 0;display:flex;flex-direction:column;gap:14px}
.rev-userpage-head{display:flex;align-items:center;gap:16px;background:var(--bg);border-radius:14px;box-shadow:0 1px 4px rgba(0,0,0,.08);padding:20px 22px}
.rev-userpage-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;background:var(--bg-2);flex-shrink:0}
.rev-userpage-name{margin:0;font-size:22px;line-height:1.2}
.rev-userpage-total{color:var(--tt-2);font-size:14px;margin-top:4px}
.rev-userpage-list{display:flex;flex-direction:column;gap:14px}
.rev-uprow{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--bg);border-radius:14px;box-shadow:0 1px 4px rgba(0,0,0,.08);padding:18px 20px;text-decoration:none;color:var(--tt);transition:box-shadow .15s ease,transform .15s ease}
.rev-uprow:hover{box-shadow:0 4px 14px rgba(0,0,0,.12);transform:translateY(-1px);color:var(--tt);text-decoration:none}
.rev-uprow-body{flex:1;min-width:0}
.rev-uprow-meta{display:flex;align-items:center;gap:10px;margin-bottom:6px}
.rev-uprow-badge{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}
.rev-uprow-badge.rev-type-positive{color:var(--accent)}
.rev-uprow-badge.rev-type-neutral{color:var(--tt-2)}
.rev-uprow-badge.rev-type-negative{color:var(--red)}
.rev-uprow-date{color:var(--tt-2);font-size:13px}
.rev-uprow-news{display:flex;align-items:center;gap:6px;color:var(--tt-2);font-size:12px;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rev-uprow-news svg{flex-shrink:0;opacity:.7}
.rev-uprow-title{font-weight:700;font-size:16px;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rev-uprow-stats{display:flex;align-items:center;gap:14px;font-size:13px}
.rev-uprow-score{font-weight:700}
.rev-uprow-score i{font-weight:400;font-style:normal;color:var(--tt-2)}
.rev-uprow-vote{font-weight:600}
.rev-uprow-vote.rev-uprow-up{color:var(--accent)}
.rev-uprow-vote.rev-uprow-down{color:var(--red)}
.rev-uprow-thumb{flex-shrink:0;width:64px;height:64px;border-radius:10px;overflow:hidden;background:var(--bg-2);position:relative}
.rev-uprow-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.rev-uprow-thumb--empty::after{content:'';position:absolute;top:50%;left:50%;width:24px;height:24px;transform:translate(-50%,-50%);background:var(--tt-2);-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="2"/><circle cx="8.5" cy="8.5" r="1.5"/><path d="M21 15l-5-5L5 21"/></svg>') center/contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="2"/><circle cx="8.5" cy="8.5" r="1.5"/><path d="M21 15l-5-5L5 21"/></svg>') center/contain no-repeat}
.rev-uprow-arrow{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:rgba(29,204,103,.14);color:var(--accent);display:flex;align-items:center;justify-content:center}
@media (max-width:560px){.rev-uprow{gap:12px;padding:14px}
.rev-uprow-thumb{width:52px;height:52px;border-radius:8px}
.rev-uprow-meta{flex-wrap:wrap;gap:4px 10px}
.rev-uprow-news{white-space:normal}
.rev-uprow-title{white-space:normal;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.rev-uprow-stats{flex-wrap:wrap;gap:6px 12px;font-size:12px}
.rev-uprow-arrow{width:32px;height:32px}
.rev-uprow-arrow svg{width:14px;height:14px}
}
.rev-criteria{display:flex;flex-wrap:wrap;gap:16px;margin:20px 0 16px;padding:14px 16px;background:var(--bg);border-radius:8px}
.rev-criterion{display:flex;flex-direction:column;gap:8px;flex:1;min-width:140px}
.rev-criterion label{margin:0;font-size:13px;font-weight:600;color:var(--tt)}
@media (max-width:650px){.rev-criteria{flex-direction:column;background:none;border:none;padding:0;gap:16px}
.rev-criterion{width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:var(--urank);border-radius:8px}
}
.rev-stars-input{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end;gap:2px}
.rev-stars-input input{display:none}
.rev-stars-input label{font-size:26px;line-height:1;color:var(--tt-2);opacity:.35;cursor:pointer;transition:color .12s ease,opacity .12s ease}
.rev-stars-input input:checked~label,.rev-stars-input label:hover,.rev-stars-input label:hover~label{color:#f0ad4e;opacity:1}
.rev-score-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:10px 0 12px;padding:10px 0;color:var(--tt);position:relative}
.rev-score-row::before,.rev-score-row::after{content:'';position:absolute;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--accent),transparent);opacity:.55}
.rev-score-row::before{top:0}
.rev-score-row::after{bottom:0}
.rev-criteria-view{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:6px 26px}
.rev-criterion-view{display:flex;align-items:center;gap:8px;font-size:13px}
.rev-criterion-view-label{color:var(--tt-2);min-width:70px}
.rev-stars-display{display:inline-flex;gap:1px;font-size:15px;line-height:1}
.rev-star-empty{color:var(--bg-3)}
.rev-overall-score{flex-shrink:0;font-size:26px;font-weight:700;white-space:nowrap;background:var(--bg);border-radius:10px;padding:6px 14px;box-shadow:0 1px 4px rgba(0,0,0,.06)}
.rev-overall-score .rev-score-suffix{font-size:13px;font-weight:400;color:var(--tt-2)}
@media (max-width:680px){.rev-criteria-view{flex-direction:column;align-items:stretch;gap:6px}
.rev-criterion-view{display:grid;grid-template-columns:99px 1fr;align-items:center}
.rev-criterion-view-label{min-width:0}
}
.rev-featured-badge{display:inline-flex;align-items:center;gap:5px;background:rgba(240,173,78,.16);color:#c77c11;font-size:12px;font-weight:700;padding:4px 10px;border-radius:14px;margin-bottom:10px}
.rev-admin-edit{position:absolute;top:12px;left:12px;width:24px;height:24px;border-radius:50%;background:var(--bg-3);color:var(--tt-2);display:flex;align-items:center;justify-content:center;font-size:12px;text-decoration:none;z-index:2;opacity:.6}
.rev-admin-edit:hover{background:var(--accent);color:var(--ui-text-color-on-accent);opacity:1;text-decoration:none}
.page__comments-choice{gap:10px}
.page__comments-choice-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:10px;border:1px solid var(--comm-img-b);box-shadow:0 -2px 6px rgba(0,0,0,.08);background-color:var(--bg);color:var(--tt-2);cursor:pointer;font-weight:600;font-size:14px;text-align:center;line-height:1.3}
.page__comments-choice-btn--review i{color:var(--accent)}
.page__comments-choice-btn--comment i{color:var(--accent)}
.page__comments-choice-btn:hover{background-color:var(--bg-2)}
@media (max-width:589px){.page__comments-choice-btn{font-size:12.5px;padding:10px 8px;gap:6px}
}
@media (max-width:469px){.page__comments-choice{flex-direction:column}
.page__comments-choice-btn{width:100%;font-size:14px;padding:12px 16px;gap:8px}
}
.reviews-status-link{cursor:pointer;text-decoration:underline;color:var(--accent)}
@media (max-width:560px){.reviews-own-status-row{flex-wrap:wrap}
.reviews-own-status-text{flex-basis:100%}
.reviews-own-status-actions{width:100%}
}
@media (max-width:469px){.reviews-edit-link{flex:1}
}
.reviews-item.rev-type-positive{background:linear-gradient(180deg,rgba(29,204,103,.12) 0%,var(--bg) 55%);border-color:rgba(29,204,103,.3)}
.reviews-item.rev-type-negative{background:linear-gradient(180deg,rgba(235,77,72,.1) 0%,var(--bg) 55%);border-color:rgba(235,77,72,.3)}
.reviews-item.rev-type-neutral{background:linear-gradient(180deg,var(--bg-2) 0%,var(--bg) 55%);border-color:#e2e2e2}
.reviews-form input[type=text],.reviews-form textarea,.reviews-form select,.reviews-form input[type=number]{width:100%;box-sizing:border-box;padding:8px;border-radius:6px;font-family:inherit;background:var(--bg);color:var(--tt);box-shadow:0 0 0 1px var(--bdc)}
.reviews-form input[type=text]:focus,.reviews-form textarea:focus,.reviews-form select:focus,.reviews-form input[type=number]:focus{box-shadow:0 0 0 1px var(--accent)}
.rev-type-opt{text-align:center;padding:9px 10px;border-radius:8px;border:1px solid var(--bdc);font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rev-type-select .rev-type-opt{
    border:2px solid var(--bdc) !important;
    background:var(--bg);
}
.rev-type-opt--positive{color:rgba(29,204,103,.65)}
.rev-type-opt--neutral{color:var(--tt-2)}
.rev-type-opt--negative{color:rgba(235,77,72,.65)}
.rev-type-opt--positive:hover{border-color:var(--accent);color:var(--accent)}
.rev-type-opt--neutral:hover{border-color:var(--tt-2);color:var(--tt)}
.rev-type-opt--negative:hover{border-color:#eb4d4b;color:#eb4d4b}
.rev-type-select input:checked+.rev-type-opt--positive{background:rgba(29,204,103,.14);border-color:var(--accent);color:var(--accent)}
.rev-type-select input:checked+.rev-type-opt--neutral{background:var(--bg-3);border-color:var(--tt-2);color:var(--tt)}
.rev-type-select input:checked+.rev-type-opt--negative{background:rgba(235,77,72,.14);border-color:#eb4d4b;color:#eb4d4b}
.rev-type-select{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
@media (max-width:650px){.rev-type-select{grid-template-columns:1fr}
}
.rev-type-select input[type=radio]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.rev-type-icon{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;line-height:1;flex-shrink:0}
.reviews-form label.rev-type-opt{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:9px 10px 9px 16px;border-radius:8px;border:1px solid var(--bdc);font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;margin:0}
.rev-type-icon::before{content:"+";position:relative;top:-1px}
.rev-type-opt--negative .rev-type-icon::before{content:"–"}
.rev-type-opt--neutral .rev-type-icon::before{content:"~"}
.rev-type-opt--positive .rev-type-icon{background:rgba(29,204,103,.16);color:var(--accent)}
.rev-type-opt--neutral .rev-type-icon{background:var(--bg-3);color:var(--tt-2)}
.rev-type-opt--negative .rev-type-icon{background:rgba(235,77,72,.16);color:#eb4d4b}
.page__comments-cta{background:var(--ui-bg-darker);box-shadow:0 -2px 6px rgba(0,0,0,.08);border:5px solid var(--comment-device-line);border-radius:4px;padding:18px 20px;margin:40px 0 20px}
.comments-cta-fix{margin:10px 0 20px !important}
.page__comments-cta-title{font-weight:700;font-size:15px;color:var(--tt);margin-bottom:12px}
.reviews-cta-block{background:var(--bg);border:1px solid #e2e2e2;border-radius:14px;padding:20px;margin:20px 0}
.reviews-cta-block-title{font-weight:700;font-size:16px;margin-bottom:14px;color:var(--tt)}
.reviews-cta-block-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:10px;border:1px solid var(--accent);color:var(--accent);font-weight:600;font-size:14px;text-decoration:none;cursor:pointer}
.reviews-cta-block-btn:hover{background:rgba(29,204,103,.08)}
.custom-cancel-btn{background:var(--bg-3);color:var(--tt-2);border:1px solid var(--bdc);white-space:nowrap}
.custom-cancel-btn:hover{background:var(--bg-3);color:var(--tt)}
.form__content.d-flex{justify-content:flex-start}
.custom-cancel-btn{margin-left:auto}
@media (max-width:590px){.custom-submit-btn{flex-grow:1;width:auto}
.form__content.d-flex{flex-wrap:wrap;gap:8px 0}
.custom-cancel-btn{width:100%;margin-left:0;order:3}
}
.sel-banner{position:relative;border-radius:12px;overflow:hidden;margin:0 0 10px;min-height:260px;background-size:cover;background-position:center;display:flex;align-items:flex-end}
.sel-banner-overlay{position:relative;width:100%;padding:24px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.55) 45%,rgba(0,0,0,.85) 100%)}
.sel-banner-title{margin:0 0 16px;color:#fff;font-size:26px;font-weight:800;text-shadow:0 2px 6px rgba(0,0,0,.4)}
.sel-banner-games{display:flex;gap:14px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;margin-bottom:18px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}
.sel-banner-games::-webkit-scrollbar{display:none}
.sel-mini-game{flex-shrink:0;display:flex;flex-direction:column;align-items:center;width:93px;text-decoration:none}
.sel-mini-game img{width:80px;height:80px;border-radius:16px;object-fit:cover;box-shadow:0 4px 10px rgba(0,0,0,.35);background:#fff}
.sel-mini-game span{margin-top:6px;font-size:12px;color:#fff;text-align:center;line-height:1.25;max-height:2.5em;overflow:hidden;text-shadow:0 1px 3px rgba(0,0,0,.5)}
.sel-banner-actions{display:flex;gap:10px;flex-wrap:wrap}
.sel-banner-all{display:inline-block;padding:9px 18px;border:1px solid rgba(255,255,255,.7);border-radius:6px;color:#fff;text-decoration:none;font-weight:700;font-size:13px;letter-spacing:.03em;transition:background .15s ease}
.sel-banner-all:hover{background:rgba(255,255,255,.15)}
.sel-full-comm{background-color:var(--bg);border-radius:5px;padding:15px;margin-top:-130px}
.sel-full-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08);margin:0 0 28px;display:flex;align-items:center;gap:20px;padding:18px 22px}
.sel-full-body{flex:1;min-width:0}
.sel-full-title{margin:0 0 8px;font-size:22px;font-weight:800;color:#1a1a1a;line-height:1.3}
.sel-full-count{display:inline-block;background:#2fbf71;color:#fff;font-size:12px;font-weight:700;border-radius:20px;padding:3px 10px;margin-left:8px;vertical-align:middle}
.sel-full-desc{font-size:14px;line-height:1.6;color:#555;margin:0}
.sel-full-poster{width:130px;height:130px;object-fit:cover;border-radius:10px;flex-shrink:0;background:#111}
@media (max-width:560px){.sel-full-card{flex-direction:column;align-items:flex-start}
.sel-full-poster{width:100%;height:auto;max-height:220px}
}
.sel-mini-item{display:flex;align-items:center;gap:10px;flex-shrink:0;width:250px;background:#f7f7f8;border:1px solid #ececec;border-radius:10px;padding:10px 14px;text-decoration:none}
.sel-mini-item img{width:56px;height:56px;border-radius:10px;object-fit:cover;flex-shrink:0;background:#eee}
.sel-mini-item-info{min-width:0}
.sel-mini-item-title{margin:0 0 6px;font-size:15px;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1a1a1a}
.sel-mini-item-count{display:inline-block;background:#2fbf71;color:#fff;font-size:11px;font-weight:700;border-radius:6px;padding:2px 8px}
.sel-mini-row{display:flex;flex-wrap:wrap;gap:14px}
@media (max-width:1200px){.sel-mini-row{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}
.sel-mini-row::-webkit-scrollbar{display:none}
}
.sel-comment-highlight{animation:selCommentHighlightPulse 2.2s ease-out;border-radius:8px}
@keyframes selCommentHighlightPulse{0%{box-shadow:0 0 0 1px var(--accent,#45aaf2)}
100%{box-shadow:0 0 0 3px rgba(69,170,242,0)}
}

.sb__grid{counter-reset:num}

.top-user{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid var(--bg-2);
}

.top-user::before{
  color:var(--tt-3);
  opacity:.15;
  position:absolute;
  right:10px;
  top:28%;
  transform:translateY(-50%);
  font-size:30px;
  font-weight:700;
  line-height:1;
  pointer-events:none;
  z-index:0;
}

.ifitem__separator{
  flex-basis:100%;
  height:0;
  margin-top:-15px;
}

.ifitem__separator::after{
  content:"";
  display:block;
  width:150px;
  margin:0 auto;
  border-bottom:1px dashed rgba(29,204,103,.5);
  opacity:.4;
}

.top-user__avatar{
  background:#fff;
  box-shadow:0 0 0 2px var(--top-ava),0 4px 12px rgba(0,0,0,.25);
  margin-left:10px;
  flex-shrink:0;
  width:54px;
  height:54px;
  border-radius:50%;
  overflow:hidden;
  display:block;
}

.top-user__avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.top-user__letter{
  width:54px;
  height:54px;
  border-radius:50%;
  color:#fff;
  font-size:20px;
  font-weight:700;
}

.top-user__info{
  flex:1;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px;
}

.top-user__namegroup{
  flex:1;
  min-width:0;
}

.top-user__name{
  display:block;
  font-weight:600;
  font-size:14px;
  text-decoration:none;
  white-space:nowrap;
  overflow:hidden;
  color:var(--accent-gray);
  text-overflow:ellipsis;
}

.top-user__name:hover{
  color:#45aaf2;
}

.top-user__nameline{
  display:flex;
  align-items:center;
  gap:6px;
  margin-bottom:4px;
}

.top-user__nameline .top-user__name{
  margin-bottom:0;
  flex:1;
  min-width:0;
}

.top-user__points-badge{border-radius:3px;background:rgba(0,180,90,.04);margin-right:5px;min-width:70px;padding:10px 10px;font-size:15px;text-align:center;font-weight:500}

.top-user__points-badge i{
  font-size:15px;
  color:var(--accent);
}

.top-user__group{
  display:inline-block;
  font-size:11px;
  margin:0;
  padding:3px 8px;
  border-radius:10px;
  color:#fff;
  font-weight:500;
}

.top-user__group--3{background:#1dcc67}  /* Журналисты */
.top-user__group--4{background:#2a99d9}  /* Посетители */

.top-user__stats{
  flex-basis:100%;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  row-gap:6px;
  margin-top:-5px;
  padding-top:0;
  padding-left:15px;
  padding-right:15px;
  box-sizing:border-box;
}

.top-user__stat{
  display:inline-flex;
  align-items:center;
  gap:4px;
  font-size:12px;
  
}

.top-user__stat i{
  color:var(--accent);
  font-size:13px;
}
.save-buttons{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:8px;
}
.cmt-reply-actions-row{
	display:flex;
	align-items:stretch;
	gap:8px;

}

.comments-edit-area .cmt-emoji-panel{
	margin-top:10px;
}

.sel-in-selections-tag {
	display: inline-flex;
	align-items: center;
	background-color: #f2f4f8;
	color: var(--accent, #45aaf2) !important;
	border-radius: 999px;
	padding: 5px 14px;
	margin: 3px 4px 3px 0;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
	border-bottom: none !important;
	white-space: nowrap;
	transition: background-color .15s ease, color .15s ease;
}

.sel-in-selections-tag:hover {
	background-color: var(--accent, #45aaf2);
	color: #fff !important;
}

.custom-menu-item{width:auto;flex:1 1 0;min-width:0}
#bmenuMoreBtn{flex:0 0 0;padding-right:20px}
#bmenuMoreBtn i{font-size:40px}
.bmenu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:998}
.bmenu-overlay.open{opacity:1;visibility:visible}
#bmenuMoreBtn{background:none;border:none;cursor:pointer;font:inherit}
.bmenu-drawer{position:fixed;left:10px;right:10px;bottom:0;max-width:600px;margin:0 auto;background-color:var(--bg);border-radius:20px 20px 0 0;box-shadow:0 -2px 20px rgba(0,0,0,.15);z-index:999;padding:10px 15px calc(75px + env(safe-area-inset-bottom));transform:translateY(100%);transition:transform .3s ease}
.bmenu-drawer.open{transform:translateY(0)}
.bmenu-drawer-handle{width:36px;height:4px;background-color:var(--mm-ico-h);border-radius:2px;margin:6px auto 14px}
.bmenu-drawer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px 8px}
.bmenu-drawer-item{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;color:var(--ttm);font-size:12px;text-align:center}
.bmenu-drawer-item i{font-size:18px;color:var(--mm-accent)}
.bmenu-drawer-item:hover{color:#2ecc71}
@media (max-width:380px){.bmenu-drawer{left:5px;right:5px;border-radius:15px 15px 0 0}
}


/* ====================== FORUM HEADER (.myforum) ====================== */

.myforum .pmovie__main{
    grid-template-columns: 60px minmax(0,1fr);
    gap: 14px;
    align-items: stretch;
}

.myforum .pmovie__img{
    width: 65px;
    height: auto;
    align-self: stretch;
    border-radius: 10px;
}

.myforum .pmovie__img img{   /* ← новое правило */
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.myforum .pmovie__header{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    gap: 8px !important;
    background: var(--urank);
    border-radius: 8px;
    padding: 9px 16px;
}

/* Имя — без явного цвета, стандартный чёрный */
.myforum .forum-head__top{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.myforum .forum-head__name{
    font-weight: 700;
    font-size: 15px;
}

/* Дата / просмотры / комментарии */
.myforum .forum-head__meta-row {
    display: flex !important;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

/* Все мета-показатели */
.myforum .forum-head__meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    white-space: nowrap;

    background: var(--bg);
    padding: 3px 9px;
    border-radius: 20px;
}

/* Иконки */
.myforum .forum-head__meta i {
    font-size: 11px;
    line-height: 1;
    opacity: .7;
}

/* Ранг: иконка + полоса + подпись */
.myforum .author-rank{
    display: flex !important;
    align-items: center !important;
    gap: 10px;
}
.myforum .rank-level{
    display: inline-flex;
    align-items: center;

    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1;
}

.myforum .author-rank__label{
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1;
}

/* Баллы + группа */
.myforum .forum-head__stats{
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 2px;
}
.myforum .forum-head__badge{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 20px;
    white-space: nowrap;
}
.myforum .forum-head__badge--rating{
    background: var(--bg);
    color: var(--accent);
}
.myforum .author-rank{
    background: var(--bg);
    padding: 3px 9px;
    border-radius: 20px;
}

.myforum .forum-head__role {
    margin-left: auto;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2px;
    padding: 3px 9px;
    border-radius: 20px;
    background: #ff4757;
    color: #fff;
    white-space: nowrap;
}

.myforum .app-links-bar{
    margin-bottom: -25px;
}

.myforum .forum-head__stats--mobile{
    display: none !important;
}
.myforum .pmovie__descr{
   margin-top: -20px !important;
    margin-bottom: -5px !important;
}
.myforum .page__comments-list {
    padding-top: 10px;
}

.myforum_h1{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 14px;
    position: relative;
}

.myforum_h1::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(29,204,103,.35) 20%,
        rgba(29,204,103,.35) 80%,
        transparent 100%
    );
}

.fixed_label-ico{
    display: inline-flex;
}

.fixed_label{
    display: inline-flex;
    align-items: center;
    background-color: #ff3b30;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 10px;
    letter-spacing: .3px;
    white-space: nowrap;
    flex-shrink: 0;
}

@media screen and (min-width: 590px){
.forum-head__meta:last-child {
    margin-left: auto;
}
}

@media screen and (max-width: 590px){
    .myforum .pmovie__main{
        margin-bottom: -10px !important;
    }
    /* Дату прижимаем вправо */
.myforum .forum-head__stats--mobile .forum-head__meta--views {
    margin-left: auto;
}
    .myforum .forum-head__stats--desktop{
        display: none !important;
    }
    /* Показываем отдельный блок под карточкой */
    .myforum .forum-head__stats--mobile{
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    margin-top:10px;
    background: var(--urank);
    padding: 5px 15px;
    border-radius: 20px;
}
.myforum .pmovie__descr{
   margin-top: 10px !important;
    margin-bottom: -10px !important;
}
    .myforum .pmovie__main{
        grid-template-columns: 55px minmax(0,1fr);
        gap: 10px;
    }
    .myforum .pmovie__img{
        width: 60px;
        height: auto;
        align-self: stretch;
        border-radius: 8px;
    }
    .myforum .pmovie__header{
        padding: 7px 12px;
        gap: 8px !important;
    }
    .myforum .forum-head__name{
        font-size: 13px;
    }
    .myforum .forum-head__meta-row{
        gap: 8px;
    }
    .myforum .author-rank__bar{
        width: 60px;
    }
    .myforum .forum-head__badge,
    .myforum .forum-head__role{
        font-size: 10px;
        padding: 3px 7px;
    }
}
.fdl-btn,
.full-text .fdl-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--tt-accent, #2a99d9);
    font-size: 14px;
    border-bottom: none;
}
.fdl-btn:hover,
.full-text .fdl-btn:hover{
    text-decoration: none;
    border-bottom: none;
    opacity: .8;
}
.fdl-btn-icon{
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    opacity: .8;
}
.fdl-btn-title{
    font-weight: 500;
    border-bottom: none;
}
.fdl-btn-size{
    color: var(--tt-2, #999);
    font-size: 12px;
}

/* ====================== ADD TOPIC FORM (.myforum-addtopic) ====================== */

.myforum-addtopic{
    background: var(--bg);
    border-radius: 10px;
    padding: 24px;
}

.myforum-addtopic .title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 14px;
    position: relative;
}
.myforum-addtopic .title::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(29,204,103,.35) 20%,
        rgba(29,204,103,.35) 80%,
        transparent 100%
    );
}

.myforum-addtopic .ui-form{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.myforum-addtopic .form-group label{
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--tt, #333);
}
.myforum-addtopic .form-group label.imp{
    display: block;
}
.myforum-addtopic .form-group label.imp::after{
    content: ' *';
    color: #e85319;
}

.myforum-addtopic .wide,
.myforum-addtopic textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 14px;
    border: 1px solid var(--bdc, #e0e0e0);
    border-radius: 8px;
    background: var(--bg-2);
    color: var(--tt);
    font-size: 14px;
    font-family: inherit;
    transition: border-color .2s ease;
}
.myforum-addtopic .wide:focus,
.myforum-addtopic textarea:focus{
    outline: none;
    border-color: var(--accent, #1dcc67);
}

.myforum-addtopic .form-group.hidden{
    display: none;
}

/* Ссылка "Добавить опрос" */
.myforum-addtopic .form-group label a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    color: var(--tt);
    text-decoration: none;
}
.myforum-addtopic .plus_icon.circle{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--accent, #1dcc67);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

/* Блок опроса — визуально выделяем как отдельную зону */
.myforum-addtopic .addvote{
    background: var(--bg-2);
    border: 1px solid var(--bdc, #e0e0e0);
    border-radius: 8px;
    padding: 14px;
    margin-top: -6px;
}

/* Редактор */
.myforum-addtopic .bb-editor{
    border-radius: 8px;
    overflow: hidden;
}

/* Таблица доп.полей (xfields) */
.myforum-addtopic table{
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.myforum-addtopic table td{
    padding: 8px 4px;
    vertical-align: middle;
}

/* Чекбоксы админа */
.myforum-addtopic .admin_checkboxs{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
}

.myforum-addtopic .grey{
    color: var(--tt-2, #888);
    font-size: 13px;
}

/* Капча */
.myforum-addtopic .c-captcha{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.myforum-addtopic .c-captcha input{
    width: auto;
    flex: 1;
    min-width: 160px;
}

/* Кнопка отправки */
.myforum-addtopic .form_submit{
    margin-top: 10px;
}
.myforum-addtopic .btn-success{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent, #1dcc67);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s ease, transform .1s ease;
}
.myforum-addtopic .btn-success:hover{
    opacity: .9;
}

/* Мобильный */
@media screen and (max-width: 480px){
    .myforum-addtopic{
        padding: 16px;
    }
    .myforum-addtopic .title{
        font-size: 17px;
    }
    .myforum-addtopic .btn-success{
        width: 100%;
    }
}

/* ====================== FORUM TOPIC LIST (.myforum-list) ====================== */

.myforum-list__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
    background: var(--bg);
    border-radius: 10px;
    padding: 20px 22px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.myforum-list__title{
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.myforum-list__head-title{
    display: flex;
    align-items: center;
    gap: 14px;
}
.myforum-list__addbtn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent, #1dcc67);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 18px;
    border-radius: 8px;
    transition: opacity .2s ease;
    white-space: nowrap;
}
.myforum-list__addbtn:hover{
    opacity: .9;
    color: #fff;
    text-decoration: none;
}

.myforum-list__table{
    background: var(--bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.myforum-list__row{
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--bdc, #ebebeb);
}

/* Невидимая ссылка, растянутая на всю строку */
.myforum-list__stretched{
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Ссылка на автора внутри строки должна остаться кликабельной поверх растянутой ссылки */
.myforum-list__meta a{
    position: relative;
    z-index: 2;
}

.myforum-list__row--link{
    cursor: pointer;
}
.myforum-list__row--link:hover .myforum-list__link-text{
    color: var(--accent, #1dcc67);
    text-decoration: underline;
}

.myforum-list__body .myforum-list__row:last-child{
    border-bottom: none;
}
.myforum-list__body .myforum-list__row:hover{
    background: var(--bg-2);
}

.myforum-list__row--header{
    background: var(--urank);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: var(--tt-2, #888);
}

.myforum-list__cell--title{
    flex: 1;
    min-width: 0;
}
.myforum-list__cell--stats{
    width: 180px;
    flex-shrink: 0;
    text-align: right;
}

.myforum-list__link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 15px;
    color: var(--tt);
    max-width: 100%;
}
.myforum-list__link:hover{
    color: var(--accent, #1dcc67);
    text-decoration: underline;
}

.myforum-list__meta{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 6px;
    flex-wrap: wrap;
}
.myforum-list__meta-item{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--tt-2, #888);
}
.myforum-list__meta-item i{
    opacity: .7;
}

.myforum-list__laston{
    font-size: 12px;

}
.myforum-list__lastauthor{
    font-size: 12px;
    color: var(--tt-2, #888);
    margin-top: 2px;
}
.myforum-list__counters{
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 6px;
}
.myforum-list__counters span{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--tt-2, #888);
}
.myforum-list__counters i{
    color: var(--accent, #1dcc67);
}

.myforum-list__empty{
    background: var(--bg);
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    color: var(--tt-2, #888);
    font-style: italic;
}


@media screen and (max-width: 590px){
.myforum-list__head{
    flex-direction: column;
    align-items: stretch;
}
.myforum-list__addbtn{
    justify-content: center;
    width: 100%;
}
    .myforum-list__row--header{
        display: none;
    }
    .myforum-list__row{
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 14px;
    }

    /* Убираем мета-блок (автор + дата создания темы) */
    .myforum-list__meta{
        display: none;
    }

    /* Активность — теперь в одну строку вместо колонки */
    .myforum-list__cell--stats{
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        margin-top: 2px;
    }
    .myforum-list__laston{
        font-size: 10px;
        font-weight: 400;
    }
    .myforum-list__lastauthor{
        font-size: 11px;
        color: var(--tt-2, #888);
        margin-top: 0;
    }
    .myforum-list__lastauthor::before{
        content: '•';
        margin-right: 8px;
        opacity: .4;
    }
.myforum-list__counters{
    margin-top: 0;
    margin-left: auto;
    gap: 10px;
    justify-content: flex-start;
}
}

/* ====================== FORUM CATEGORIES (.myforum-cats) ====================== */
.myforum-cats__head{
    background: var(--bg);
    border-radius: 10px;
    padding: 20px 22px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.myforum-cats__title{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.myforum-cats__desc{
    font-size: 14px;
    color: var(--tt-2, #888);
    line-height: 1.6;
    margin: 0 0 16px 0;
    padding-bottom: 16px;
    position: relative;
}
.myforum-cats__desc::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(29,204,103,.35) 20%,
        rgba(29,204,103,.35) 80%,
        transparent 100%
    );
}

.myforum-cats{
    background: var(--bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.myforum-cats__row{
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--bdc, #ebebeb);
}
.myforum-cats__body .myforum-cats__row:last-child{
    border-bottom: none;
}
.myforum-cats__body .myforum-cats__row:hover{
    background: var(--bg-2);
}

.myforum-cats__row--header{
    background: var(--urank);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: var(--tt-2, #888);
}

.myforum-cats__row--link{
    cursor: pointer;
}
.myforum-cats__row--link:hover .myforum-cats__link{
    color: var(--accent, #1dcc67);
}

/* Невидимая ссылка на весь раздел */
.myforum-cats__stretched{
    position: absolute;
    inset: 0;
    z-index: 1;
}

.myforum-cats__cell--name{
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}
.myforum-cats__icon{
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(29,204,103,.12);
    color: var(--accent, #1dcc67);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.myforum-cats__info{
    min-width: 0;
}

.myforum-cats__link{
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: var(--tt);
}
.myforum-cats__catdesc{
    font-size: 13px;
    color: var(--tt-2, #888);
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.myforum-list__cell--title{
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.myforum-list__icon{
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(29,204,103,.12);
    color: var(--accent, #1dcc67);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.myforum-list__info{
    min-width: 0;
    flex: 1;
}

.myforum-list__icon--pinned{
    background: rgba(255,59,48,.12);
    color: #ff3b30;
}

.myforum-cats__cell--activity{
    width: 180px;
    flex-shrink: 0;
    text-align: right;
}

.myforum-cats__link{
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: var(--tt);
}
.myforum-cats__catdesc{
    font-size: 13px;
    color: var(--tt-2, #888);
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* last_topic.tpl — блок активности */
.myforum-cats__activity{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.myforum-cats__activity-date{
    font-size: 13px;
    font-weight: 600;
}
.myforum-cats__activity-date a{
    position: relative;
    z-index: 2;
    color: var(--tt);
    text-decoration: none;
}
.myforum-cats__activity-date a:hover{
    color: var(--accent, #1dcc67);
    text-decoration: underline;
}
.myforum-cats__activity-author{
    font-size: 12px;
    color: var(--tt-2, #888);
}

.myforum-cats__empty{
    background: var(--bg);
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    color: var(--tt-2, #888);
    font-style: italic;
}

/* Мобильный */
@media screen and (max-width: 590px){
    .myforum-cats__title{
        font-size: 18px;
    }
    .myforum-cats__row--header{
        display: none;
    }
    .myforum-cats__row{
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 14px;
    }
    .myforum-cats__cell--activity{
        width: 100%;
        text-align: left;
    }
    .myforum-cats__activity{
display: none;
    }

}
.myforum-list .pagination{
    padding-bottom: 20px;
    margin-top: 10px;
}
.myforum-list .pagination__pages > a,
.myforum-list .pagination__pages > span:not(.nav_ext),
.myforum-list .pagination__pages-btn > a,
.myforum-list .pagination__pages-btn > span,
.myforum-list .pagination__btns{
    border: 1px solid var(--bdc, #e0e0e0);
}

  .scan-card{
    width:100%;
    background: var(--green-bg-1);
    padding: 24px 13px;
    margin: 20px -20px;
    width: calc(100% + 40px);
    display:flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }
 
  .scan-top{
    display:flex;
    align-items:flex-start;
    gap: 20px;
  }

  .scan-icon{
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    position: relative;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index: 1;
    margin-top: -15px;
  }
 
  .scan-icon .badge-shape{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
  }
 
  .scan-icon .badge-shape path{
    fill: var(--badge-shape);
  }
 
  .scan-icon .thumb-icon{
    position: relative;
    width: 32px;
    height: 32px;
  }
 
  .scan-body{
    z-index: 1;
    min-width: 0;
    margin-top: -5px;
  }
 
  .scan-title{
    display:flex;
    align-items:center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 0 6px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
  }
 
  .scan-title svg{
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
  }
 
  .scan-subtitle{
    margin: 0 0 14px;
    font-size: 0.95rem;
    color: var(--green-text);
    line-height: 1.4;
  }

  
.scan-checks{
    display:flex;
    flex-wrap: wrap;
    margin:0;
    padding:0;
    list-style:none;
    gap: 10px;
  }

  .scan-checks li{
    display:flex;
    align-items:center;
    gap: 6px;
    white-space: nowrap;
  }

  .scan-checks svg{
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
  }

  .scan-checks li.is-green   { color: #178a42;     font-size: 12px;}
  .scan-checks li.is-yellow  { color: #b8860b;     font-size: 12px;}
  .scan-checks li.is-red     { color: #c0392b;     font-size: 12px;}
  
.scan-checks li::before{
  display: none;
}
 
 @media (max-width: 560px){
    .scan-top{
        display: grid;
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 10px 16px;
        align-items: center; /* ← добавили */
    }
    .scan-body{
        display: contents;
    }
    .scan-title{
        font-size: 1.1rem;
        align-self: center;
        transform: translateY(-5px);
    }
    .scan-checks{
        grid-column: 1 / -1;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 10px;
    }
    .scan-icon{
        width: 40px;
        height: 40px;
        align-self: center; /* можно вместо align-items на контейнере, если нужна точечная настройка */
    }
    .scan-icon .thumb-icon{
        position: relative;
        width: 22px;
        height: 22px;
    }
}
 
.notify-18 {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	animation: notify18-fade-in 0.25s ease forwards;
}

.notify-18.is-hiding {
	animation: notify18-fade-out 0.2s ease forwards;
}

.notify-18__block {
	width: 100%;
	max-width: 420px;
	max-height: 90vh;
	overflow-y: auto;
	background: var(--bg, #fff);
	border-radius: 20px;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	transform: scale(0.9) translateY(10px);
	animation: notify18-pop-in 0.3s ease forwards;
}

.notify-18__block > * {
	flex-shrink: 0;
}

.notify-18__icon {
	width: 90px;
	height: 90px;
	font-size: 28px;
	font-weight: 700;
	background: linear-gradient(135deg, #eb4d4b, #c0392b);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-shadow: 0 8px 20px rgba(235, 77, 75, 0.4);
}

.notify-18__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 8px;
}

.notify-18__text {
	font-size: 15px;
	line-height: 1.5;
	margin-top: 8px;
}

.notify-18__btns {
	width: 100%;
	flex-wrap: wrap;
	margin-top: 16px;
	gap: 16px;
}

.notify-18__btn {
	height: 52px;
	padding: 0 28px;
	border-radius: 12px;
	font-weight: 600;
	font-size: 15px;
	border: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.notify-18__btn--yes {
	background: var(--accent);
	color: #fff;
}

.notify-18__btn--yes:hover {
	transform: translateY(-2px);
}

.notify-18__btn--no {
	background: transparent;
	border: 2px solid #e0e0e0;
}

.notify-18__btn--no:hover {
	background: var(--bg);
	border-color: #d0d0d0;
	transform: translateY(-2px);
}

@keyframes notify18-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes notify18-fade-out {
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes notify18-pop-in {
	from { transform: scale(0.9) translateY(10px); opacity: 0; }
	to { transform: scale(1) translateY(0); opacity: 1; }
}
.notify-18.d-none {
	display: none !important;
}

@media (max-width: 480px) {
	.notify-18__block {
		padding: 32px 20px;
	}

	.notify-18__btns {
		flex-direction: column;
		gap: 10px;
	}

	.notify-18__btn--yes {
		width: 100%;
		order: 1;
	}

	.notify-18__btn--no {
		width: auto;
		height: 40px;
		padding: 0 20px;
		font-size: 13px;
		order: 2;
	}
}

.crc-crit-icon{margin-right:4px;color:var(--mm-accent, #f5a623);}
.crc-widget{margin:12px 0;font-size:14px;}
.crc-form-body{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 32px;padding:14px 16px;border-radius:10px;background:var(--green-bg-border);}
.crc-form-hint{display:none}
.crc-form-row{display:flex;align-items:center;flex:0 0 auto;gap:10px;background:var(--urank);border-radius:10px;padding:12px 14px;box-shadow:var(--bsh-com, var(--bsh-short, 0 1px 3px rgba(0,0,0,.05)));}
.crc-form-label{font-size:14px;color:var(--tt-2, #8a8f98);font-weight:500;white-space:nowrap;}
.crc-form-stars{display:inline-flex;gap:2px;}
.crc-star{cursor:pointer;font-size:22px;line-height:1;color:var(--pagelist, #d8dbe0);transition:color .1s ease,transform .1s ease;user-select:none;font-style:normal;}
.crc-star:hover{transform:scale(1.12);}
.crc-star.crc-star-on,.crc-star.crc-active,.crc-star.crc-hover{color:var(--mm-accent, #f5a623);}
.crc-block{margin:8px 0;padding:10px 14px;border-radius:10px;background:var(--urank, #fafbfc);font-size:13px;display:flex;align-items:center;gap:16px;}
.crc-row{display:flex;align-items:center;gap:10px;}
.crc-row:last-child{margin-bottom:0;}
.crc-label{width:90px;flex-shrink:0;color:var(--tt-2, #8a8f98);white-space:nowrap;}
.crc-stars .crc-star{font-size:17px;cursor:default;}
.crc-stars .crc-star:hover{transform:none;}
.crc-row-empty{opacity:.45;}
.crc-rows{display:flex;flex-direction:column;gap:6px;flex:1 1 auto;min-width:0;}
.crc-total{flex-shrink:0;padding:8px 14px;min-width:70px;text-align:center;border-radius:8px;background:var(--bg);box-shadow:var(--bsh-com, var(--bsh-short, 0 2px 6px rgba(0,0,0,.06)));font-weight:700;font-size:26px;line-height:1;white-space:nowrap;}
.crc-total span{display:none}
.crc-summary-block{display:flex;align-items:center;gap:20px;padding:14px 18px;border-radius:12px;margin:14px 0;flex-wrap:wrap;background:var(--urank, #fff);}
.crc-summary-main{display:flex;align-items:center;gap:20px;flex:1 1 auto;min-width:0;}
.crc-summary-total{width:63px;height:63px;flex-shrink:0;border-radius:50%;background:var(--ui-bg);box-shadow:var(--bsh-com, var(--bsh-short, 0 2px 6px rgba(0,0,0,.06)));display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:24px;font-weight:700;line-height:1;}
.crc-summary-total span{display:none}
.crc-summary-details{display:flex;flex-direction:column;gap:8px;flex:1 1 auto;min-width:0;}
.crc-summary-label{color:var(--tt-2, #666);font-size:14px;font-weight:400;min-width:140px;}
.crc-summary-dots{flex:1 1 auto;border-bottom:1px dashed var(--tt-2, #ccc);;min-width:16px;}
.crc-summary-row{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13px;color:var(--tt-2, #666);min-width:160px;}
.crc-summary-count{display:none}
.crc-summary-value{padding:3px 12px;min-width:34px;text-align:center;border-radius:999px;background:var(--ui-bg);box-shadow:var(--bsh-com, var(--bsh-short, 0 2px 6px rgba(0,0,0,.06)));font-weight:700;white-space:nowrap;}
.crc-summary-row-overall{justify-content:flex-start;padding:0;}
.crc-summary-stars{display:inline-flex;gap:16px;}
.crc-summary-stars .crc-star{font-size:19px;cursor:default;}
.crc-summary-stars .crc-star:hover{transform:none;}

@media (max-width:690px){
	.crc-form-body{flex-direction:column;gap:10px;}
	.crc-form-row{width:100%;justify-content:space-between;background:var(--urank);border-radius:10px;padding:12px 14px;box-shadow:var(--bsh-com, var(--bsh-short, 0 1px 3px rgba(0,0,0,.05)));}
	.crc-form-label{font-size:14px;color:var(--tt-2, #8a8f98);font-weight:500;}
}

@media (max-width:620px){
	.crc-summary-block{flex-direction:column;align-items:center;}
	.crc-summary-main{width:100%;}
	.crc-summary-details{flex:1 1 auto;min-width:0;width:100%;flex-direction:column;}
	.crc-summary-total{width:60px;height:60px;font-size:20px;}
	.crc-summary-label{min-width:100px;}
}
@media (max-width:420px){
.crc-summary-stars{width:100%;justify-content:center; margin-left:-30px}
}

.crc-rate-1{color:#e6483b !important;}
.crc-rate-2{color:#e08b2c !important;}
.crc-rate-3{color:#d4b62c !important;}
.crc-rate-4{color:#8bc34a !important;}
.crc-rate-5{color:#1dcc67 !important;}

.com-notice{
    display:flex;
    align-items:stretch;
    padding:12px 10px;
    background:var(--ui-bg-info);
    border-radius:8px;
    font-size:14px;
    line-height:1.6;
}

.com-notice__icon{
    width:6px;
    background:var(--accent);
    border-radius:3px;
    flex-shrink:0;
}

.com-notice__icon--rating{
    background:#f5b940;
}

.com-notice__text{
    flex:1;
    padding:0 16px;
    gap:24px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.com-notice__item{
    display:inline-flex;
    align-items:center;
    gap:6px;
    white-space:nowrap;
}

.com-notice__item i{
    font-size:15px;
}

.com-notice__comments{
    color:#1dcc67;
}

.com-notice__rating{
    color:#f5b940;
}

.com-notice__count{
    min-width:26px;
    padding:2px 8px;
    text-align:center;
    line-height:1.4;
    background:var(--bg);
    border-radius:999px;
    font-size:13px;
    font-weight:500;
}
body.bmenu-drawer-open #scrolltop{display:none!important}






