@font-face{
	font-family:"Calibri";
	src:url('../fonts/Calibri.ttf');
}
@font-face {
	font-family: 'CANDARA';
	src: url('../fonts/CANDARA.eot');
	src: local('CANDARA'), url('../fonts/CANDARA.woff') format('woff'), url('../fonts/CANDARA.ttf') format('truetype');
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
@font-face{
	font-family:"Philosopher";
	src:url('../fonts/Philosopher-Regular.ttf');
}
@font-face{
	font-family:"CCoER";
	src:url('../fonts/CCo.ttf');
}
@font-face{
	font-family:"PT Sans";
	src:url('../fonts/pt-sans.ttf');
}
@font-face{
	font-family:"Minion Pro";
	src:url('../fonts/MinionPro-Regular.otf');
}
@font-face{
	font-family:"MS Reference Sans Serif";
	src:url('../fonts/MSReferenceSansSerif.ttf');
}
@font-face{
	font-family:"Myriad Pro";
	src:url('../fonts/MyriadPro-Regular.otf');
}
@font-face{
	font-family:"roboto-thin";
	src:url('../fonts/roboto-thin.ttf');
}
@font-face{
	font-family:"Roboto";
	src:url('../fonts/roboto-regular.ttf');
}
@font-face{
	font-family:"Ice kingdom (Frozen) Cyrillic";
	src:url('../fonts/icek.ttf');
}
@font-face{
	font-family:"Gabriola";
	src:url('../fonts/Gabriola.ttf');
}
@font-face{
	font-family:"Segoe UI";
	src:url('../fonts/SegoeUI.ttf');
}
@font-face{
	font-family:"PTSans";
	src:url('../fonts/pt-sans-narrow.ttf');
}
@font-face{
	font-family:"PTSansBold";
	src:url('../fonts/pt-sans-narrow-bold.ttf');
}
@font-face{
	font-family:"Cambria Math";
	src:url('../fonts/Cambria.ttf');
}

html,body {
height:auto;
width:100%;
font-size:100%;
line-height:1;
-ms-text-size-adjust:100%;
-moz-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
margin:0;
padding:0;
background:#204e7b	;
min-height:100%;
min-height:100vh;
overflow-x: hidden;
font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
}

html {
overflow-x: hidden;
overflow-y: auto;
}

body {
overflow: visible;
}

.informer {
    background: url(../images/informer/bg_informer.jpg) no-repeat center center;
    background-size: cover;
}

    /* page */





    .page_hide {

        opacity: 0;

    }



    .page__section {

        position: relative;

        z-index: 2;

        flex-shrink: 0;

        display: flex;

        justify-content: center;

        box-sizing: border-box;

    }



    .page__section_pad {

        padding-left: 10px;

        padding-right: 10px;

    }

.hd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0.35) 80%, rgba(0, 0, 0, 0) 100%);
    text-shadow: 0.7px 0.7px 5px rgba(0, 3, 1, 0.4);
    padding: 20px;
}


.hd__title {
    color: white;
    font-size: 36px;
    font-weight: 700;
}


    .page__inner {}

.informer__inner {
    min-height: 47px;
    padding: 3px 0;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
}

.informer__content {
    text-align: center;
    text-shadow: 0 0 6px rgba(1, 3, 1, 0.75);
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    margin: 0 10px;
}

.color-aqua_2 {
    color: #00fffc;
}

.informer__ico {
    display: inline-block;
    vertical-align: sub;
    margin: 0 1px 0px 5px;
}

.informer__link {
    color: #ffd800;
    display: inline-block;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}

.informer__link:after {

    content: '';

    display: block;

    height: 2px;

    background-color: #ffd800;

    position: absolute;

    left: 0;

    bottom: -3px;

    right: 0;

    transition: .2s all;

    box-shadow: 0 0 6px rgba(1, 3, 1, 0.75);

}

.informer__link:hover:after {

    bottom: -8px;

    opacity: 0;

}


.body_fix {
    top: 0 !important;
    position: static !important;
}


/* preload */
.preload {
    background-color: rgb(4, 4, 6);
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(.64, .14, .34, 1.32);
    display: flex;
    justify-content: center;
    align-items: center;
}



.preload__logo {
    background: url(../images/logo.png) no-repeat center center;
    background-size: contain;
    width: min(90vw, 479px);
    height: min(38vw, 229px);
    margin: 0 auto;
    transform-origin: center center;
}





.preload__logo {
    animation: preanimate .8s linear infinite;
}



@keyframes preanimate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }

}



.preload.fade {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(2);
}



@keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(0);

    }
}


    .btn {

        display: inline-flex;

        align-items: center;

        justify-content: center;

        box-sizing: border-box;

        text-decoration: none;

        text-align: center;

        color: #faffff;

        cursor: pointer;

        transition: .2s all;

        width: auto;

        height: 40px;

        line-height: 14px;

        padding: 3px 30px;

        flex-grow: 0;

        text-shadow: 0.7px 0.7px 2px rgba(1, 3, 1, 0.5);

        font-size: 18px;

        font-weight: 400;

        position: relative;

        z-index: 0;

        border: 0;

        outline: 0;

        z-index: 5;

        background-color: transparent;

    }



    .btn:after {

        content: '';

        display: block;

        position: absolute;

        top: 0;

        right: 0;

        bottom: 0;

        left: 0;

        z-index: 0;

        transition: .2s all;

        background: linear-gradient(to right, rgb(126, 38, 38) 0%, rgb(200, 46, 46) 60%, rgb(123, 30, 30) 100%);

        border: 1px solid #242424;

        box-sizing: border-box;

        pointer-events: none;

    }



    .btn:hover:after {

        filter: brightness(120%);

    }





#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
 
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #cccccc;
  border-top-color: #1a1a1a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
 
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.lang__img {
    border-radius: 50%;
}
.second_lang{
    font-size: 12px;
}
.lang__arrow {
    margin-top: 5px !important;
}


/* navigation */
.page__navigation {
    position: relative;
    z-index: 10;
    background: url(../images/nav/bg_navigation.jpg) center / cover no-repeat;
}

.page__navigation.fixed{
	position: fixed;
	top: 0;
	width: 100%;
}


.navigation__inner {
    display: flex;
    justify-content: center;
    height: 131px;
}

.page__container {
    max-width: 1114px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    box-sizing: border-box;
}


    /* nav */



    .nav {

        position: relative;

    }



    .navigation__nav {

        flex-grow: 1;

        margin-left: -10px;

        display: flex;

    }



    .navigation__list {

        display: flex;

        justify-content: center;

        flex-grow: 1;

        align-self: stretch;

    }



    .nav__link {

        box-sizing: border-box;

        padding: 0 20px 5px 20px;

        flex-grow: 1;

        margin: 0;

        text-transform: uppercase;

        text-decoration: none;

        position: relative;

        white-space: nowrap;

        display: flex;

        justify-content: center;

        align-items: center;

        flex-direction: column;

        transition: .2s all;

        padding-bottom: 6px;

    }



    .nav__link:hover {

        background-color: rgba(12, 15, 17, 0.70);

    }



    .nav__ico {

        width: auto;

        height: 75px;

        width: 75x;

        display: flex;

        justify-content: center;

        align-items: center;

        margin-bottom: 10px;

        transition: .2s all;

    }







    .nav__img {

        display: inline-block;

        max-width: 100%;

        max-height: 100%;

        transition: .2s all;

        transform: translateY(0);

    }



    .nav__content {

        transition: .2s all;

    }



    .nav__name {

        color: #7cc4f7;

        font-size: 17px;

        font-weight: 400;

        text-transform: uppercase;

        white-space: nowrap;

        transition: .2s all;

        position: relative;
		
		text-shadow: 0 0 6px rgb(0 0 0);
		
		font-weight: 600;
		
		font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    }



    .nav__name:before {

        content: '';

        background: url(../images/nav/nav__highlighting.png) no-repeat;

        display: block;

        width: 106px;

        height: 84px;

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, calc(-50% - 1px));

        transition: .2s all;

        opacity: 0;

        pointer-events: none;

    }



    .nav__desc {

        color: #a1adbb;

        font-size: 10px;

        font-weight: 400;

        text-transform: uppercase;

        transition: .2s all;

    }





    /* nav__sub-list */



    .nav__link_sub_true {

        cursor: default;

    }



    .nav__link_sub_true .nav__name:after {

        display: inline-block;

        content: "";

        background: url(../images/nav/nav__arrow.png) no-repeat;

        transform: rotateX(180deg);

        width: 9px;

        height: 6px;

        margin-bottom: 2px;

        margin-left: 5px;

        transition: .3s all;

    }



    .nav__link_sub_true:hover .nav__name:after {

        transform: rotateX(0deg);

    }



    .nav__sub-list {

        position: absolute;

        top: 100%;

        left: 50%;

        transform: translate(-50%, 0) scaleY(0);

        transform-origin: center top;

        perspective: 700px;

        display: flex;

        flex-direction: column;

        background-color: rgba(20, 22, 27, 0.97);

        border: 1px solid rgba(223, 165, 95, 0.43);

        padding: 5px 13px;

        border-radius: 10px;

        opacity: 0;

        visibility: hidden;

        transition: .3s all;

        pointer-events: none;

    }



    .nav__link_sub_true:hover .nav__sub-list {

        opacity: 1;

        visibility: visible;

        pointer-events: all;

        transform: translate(-50%, 0) scaleY(1);

    }



    .nav__sub-link {

        white-space: nowrap;

        color: #fff3c5;

        font-size: 18px;

        font-weight: 300;

        text-decoration: none;

        text-transform: none;

        padding: 12px 5px;

        text-align: center;

        position: relative;

    }



    .nav__sub-link:not(:nth-last-child(1)) {

        border-bottom: 1px solid #42454c;

    }



    .nav__sub-link:after {

        display: block;

        content: "";

        position: absolute;

        top: 0;

        right: -12px;

        bottom: 0;

        left: -12px;

        background-color: rgba(255, 255, 255, 0.041);

        opacity: 0;

        transition: .3s all;

    }



    .nav__sub-link:hover:after {

        opacity: 1;

    }




    /* Кнопка меню */



    .gw-burger {

        position: relative;

        z-index: 5;

        background-color: #729ab4;

        height: 36px;

        width: 40px;

        border-radius: 3px;

        cursor: pointer;

        box-sizing: border-box;

    }



    .gw-burger__line {

        height: 4px;

        position: absolute;

        left: 5px;

        right: 5px;

        background-color: #000;

        border-radius: 2px;

        transition: 0.3s all;

    }



    .gw-burger__line_pos_top {

        top: 5px;

    }



    .gw-burger__line_pos_middle {

        top: 50%;

        transform: translateY(-50%);

    }



    .gw-burger__line_pos_bottom {

        bottom: 5px;

    }



    .gw-burger_active .gw-burger__line_pos_top {

        transform: rotate(45deg) translateY(-50%);

        transform-origin: center top;

        top: 50%;

    }



    .gw-burger_active .gw-burger__line_pos_middle {

        transform: rotate(180deg);

        opacity: 0;

    }



    .gw-burger_active .gw-burger__line_pos_bottom {

        transform: rotate(-45deg) translateY(50%);

        transform-origin: center bottom;

        bottom: 50%;

    }



    @media (min-width: 1000px) {

        .navigation__burger {

            display: none;

        }
        


        .nav__link:hover .nav__img {

            transform: translateY(-4px);

            filter: brightness(120%);

        }



        .nav__link:hover .nav__name {

            /*transform: translateY(-7px);*/

        }



        .nav__link:hover .nav__name {

            color: #fff;

        }



        .nav__link:hover .nav__name:before {

            opacity: 1;

        }



    }



/* @media (max-width: 1150px) {

    .nav__ico {

        display: none;

    }

    } */



    @media (max-width: 1250px) {



        .nav__link {

            width: 100%;

            text-align: left;

            margin: 0;

            padding: 4px 10px 4px 5px;

            box-sizing: border-box;

            justify-content: flex-start;

            background-color: rgba(0, 0, 0, 0.64);

            text-shadow: 0 2px 2px rgba(0, 0, 0, 0.46);

            flex-direction: row;

        }



        .nav__link:not(:nth-last-child(1)) {

            border-bottom: 1px solid rgb(0 52 132 / 65%);

        }



        .nav__link:hover {

            /* color: #fff; */

            background-color: rgb(2 22 48 / 65%);

        }



        .nav__ico {

            margin-right: 10px;

            margin-bottom: 0;

            width: 30px;

            height: 40px;

        }



        .nav__name:before {

            display: none;

        }



        .nav__sub-link::after {

            right: 0;

            left: 0;

        }



        .nav__link:hover .nav__name {

            color: #47b3ff;

        }



        .gw-burger_active~.navigation__list {

            opacity: 1;

            visibility: visible;

            transform: scale(1);

            top: 40px;

        }



        .nav__sub-list {

            position: absolute;

            top: 0;

            left: 100%;

            transform: translate(-50%, 0) scaleY(1);

            padding: 0;

        }





        .nav__link_sub_true:hover .nav__sub-list {

            opacity: 1;

            visibility: visible;

            pointer-events: all;

            transform: translate(0, 0) rotateX(0deg);

        }

    }









    /* Фиксируем позицию body, которую меняет панель гугла*/



    .body_fix {

        top: 0 !important;

        position: static !important;

    }



    /* Прячем панель гугла */



    .skiptranslate {

        display: none !important;

    }





    /* lang */



    .navigation__language {

        margin: auto 10px;

    }



    /* Фиксируем позицию body, которую меняет панель гугла*/



    .body_glang-fix {

        top: 0 !important;

        position: static !important;

    }



    /* Прячем панель гугла */



    .skiptranslate {

        display: none !important;

    }



    .lang {

        width: 55px;

        position: relative;

        text-align: center;

    }



    .lang__arrow {

        content: '';

        display: block;

        background: url(../images/lang/lang__arrow.png) no-repeat;

        width: 12px;

        height: 8px;

        transition: .3s all;

        cursor: pointer;

        margin-top: 5px;

    }



    .lang:hover .lang__arrow {

        transform: rotateX(180deg);

    }



    .lang__link {

        display: block;

        background-color: rgba(30, 33, 40, 0.7);

        border: 1px solid #2e2b2b;

        box-shadow: inset 8.5px 8.5px 28.4px 6.7px rgba(0, 0, 0, 0.8), inset 0 0 0 1px rgba(255, 255, 190, 0.08);

        cursor: pointer;

        transition: .3s all;

        display: flex;

        justify-content: center;

        align-items: center;

        flex-direction: column;

        flex-shrink: 0;

        box-sizing: border-box;

        text-decoration: none;

        border-radius: 10px;

        padding: 3px 0;

    }



    .lang__img {

        width: 36px;

        height: 36px;

        flex-shrink: 0;

        font-size: 10px;

        display: block;

    }



    .lang__link_sub:hover .lang__img {

        filter: drop-shadow(0 0 10px #415e6a);

    }





    .lang__name {

        color: #b2b2b2;

        font-size: 16px;

        font-weight: 400;

        flex-shrink: 0;

        text-transform: uppercase;

    }



    .lang__link_sub {

        width: 100%;

        position: relative;

        margin-top: 6px;

    }



    .lang__link_sub:hover .lang__name {

        filter: drop-shadow(0 0 5px #415e6a);

    }



    .lang__list {

        display: flex;

        justify-content: center;

        align-items: center;

        flex-direction: column;

        width: 100%;

        opacity: 0;

        visibility: hidden;

        transition: .3s all;

        transform: translateY(-40px);

        position: absolute;

        left: 0;

        top: 100%;

        z-index: 10;

        line-height: 13px;

    }



    .lang:hover .lang__list {

        opacity: 1;

        visibility: visible;

        transform: translateY(0px);

    }



    .lang__link_select {

    /* width: 70px;

    height: 27px;

    padding-left: 0; */

    padding: 11px 0;

    text-align: center;

    font-size: 0;

}



.lang__img_select {

    margin-bottom: 2px;

    filter: drop-shadow(0 0 10px #415e6a);

}



.lang__name_select {

    filter: drop-shadow(0 0 5px #415e6a);

    /* color: white;

    text-transform: uppercase;

    font-size: 10px;

    font-weight: 600; */

}



.lang_row {

    width: 100%;

    padding: 0;

    margin: 0;

}



.lang__box {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

}



.enter__lang-link {

    width: 58px;

    margin: 5px;

}



.enter__lang-link:hover .lang__img {

    filter: drop-shadow(0 0 10px #415e6a);

}


    .btn_type_6 {

        width: 244px;

        height: 54px;

        text-shadow: 0 0 6px rgba(1, 3, 1, 0.75);

        color: rgb(255, 255, 255);

        font-size: 26px;

        line-height: 26px;

        font-weight: 700;

        padding-right: 0;

        padding-left: 0;

        padding-top: 6px;

        margin: 20px;

    }



    .btn_type_6:after {

        background: transparent url(../images/btns/btn_type_66.png) no-repeat center center;

        width: 373px;

        height: 215px;

        border: 0;

        right: auto;

        bottom: auto;

        left: -60px;

        top: -105px;

    }






    .btn__content {

        position: relative;

        z-index: 5;

        display: inline-block;

        width: 100%;

        text-align: center;

    }



    .btn__content_f-weight_bold {

        font-weight: bold;

    }



    .btn__ico {

        display: inline-block;

        position: relative;

        z-index: 5;

        flex-shrink: 0;

    }



    .btn__ico_m_l {

        margin-left: 5px;

    }



    .btn__ico_m_r {

        margin-right: 5px;

    }



    /* btn_bc_green */



    .btn_bgc_green:after {

        background: linear-gradient(to right, rgb(41, 83, 21) 0%, rgb(24, 177, 31) 60%, rgb(41, 83, 21) 100%);

    }



    .btn_bgc_blue:after {

        background: linear-gradient(to right, rgb(19, 78, 113) 0%, rgb(16, 126, 198) 60%, rgb(13, 61, 89) 100%);

    }








/* header */



.page__header {
    background: url(../images/bg_header.jpg) center / cover no-repeat

}



.header__inner {}



.header__btns {

    height: 300px;

    box-sizing: border-box;

    margin-top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__forum {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom: 40px;
}

.header__exit {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.header__cp {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 10px;
}



.header__btn {

    margin-right: 55px;

    margin-left: 55px;

    font-size: 24px;

    line-height: 24px;

}



.header__logotype {

    width: 590px;
    max-width: 90vw;
    height: 300px;
    
    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    background-image: url('../images/logo.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}


.header_logo_new:hover{
	filter: brightness(120%);
	
}

.logo {

    display: block;

    text-decoration: none;

    width: 590px;

    height: 160px;

    position: relative;

    transition: .3s all;

    /* outline: 1px solid #fff; */

}



.logo:after {

    content: '';

    display: block;

    background: url(../images/logo.png) no-repeat;

    width: 773px;

    height: 389px;

    position: absolute;

    left: -94px;

    top: -116px;

    transition: .3s all;

    z-index: 1;

    pointer-events: none;

    opacity: 0;

}



.logo:before {

    content: '';

    display: block;

    background: url(../images/logo.png) no-repeat;

    width: 773px;

    height: 389px;

    position: absolute;

    left: -94px;

    top: -116px;

    transition: .3s all;

    z-index: 2;

    pointer-events: none;

    opacity: 0;

}



.logo:hover:before {

    animation: logo .3s ease;

}



.logo:hover {

    filter: brightness(110%);

}



@keyframes logo {

    0% {

        transform: scale(1);

        opacity: 0;

    }



    10% {

        opacity: .5;

    }



    100% {

        transform: scale(1.2);

        opacity: 0;

    }

}



/* servers */



.servers {}



.servers__server {

    margin: 0 16px;

}



.page__servers {
    background: url(../images/bg_realm.jpg) no-repeat center center;
    background-size: cover;
    min-height: 84px;
    height: auto;
    overflow: visible;
    padding: 8px 0;
}

.servers__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 84px;
    height: auto;
    gap: 6px 0;
    padding: 4px 0;
}



.servers__border {

    background: url(../images/server/border.png) no-repeat center center;

    width: 2px;

    height: 72px;

    margin: auto;

}



.server {



    cursor: default;

}



.server__info {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    min-height: 64px;

    gap: 2px 8px;

}



.server__ico {

    width: 70px;

    height: 60px;

    position: relative;

    top: -5px;

    z-index: 0;

}



.server__pic {

    display: block;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 127px;

    height: 127px;

    display: flex;

    justify-content: center;

    align-items: center;

    pointer-events: none;

}



.server__content,
.server__meta {

    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    line-height: 1.15;

    min-width: 0;

}



.server__title {

    text-shadow: 0.7px 0.7px 1px rgba(1, 3, 1, 0.4);

    color: white;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.15;

    text-align: center;

    width: 100%;

}



.server__desc {

    text-shadow: 0.7px 0.7px 1px rgba(1, 3, 1, 0.4);

    color: rgba(255, 255, 255, 0.5);

    font-size: 18px;

    font-weight: 400;

    text-transform: uppercase;

}



.server__border {

    width: 1px;

    height: 34px;

    background-color: #1d222a;

}



.server__online {

    display: flex;

    justify-content: center;

    align-items: baseline;

    flex-direction: row;

    gap: 6px;

    line-height: 1.2;

    margin-top: 2px;

    width: 100%;

}



.server__count {

    text-align: center;

    text-shadow: 0.7px 0.7px 1px rgba(1, 3, 1, 0.4);

    color: white;

    font-size: 16px;

    font-weight: 700;

}



.server__status {

    text-align: center;

    text-shadow: 0.7px 0.7px 1px rgba(1, 3, 1, 0.4);

    color: #828282;

    font-size: 14px;

    font-weight: 300;

    line-height: 1.2;

}



.server__about {

    min-height: 52px;

    display: flex;

    justify-content: center;

    align-items: center;

    box-sizing: border-box;

    padding-bottom: 5px;

}



.server__more {

    font-size: 16px;

    font-weight: 600;

    text-decoration: underline;

    text-transform: uppercase;

    color: #858585;

    text-decoration: none;

    margin: 5px 13px;

    position: relative;

}



.server__more:after {

    content: '';

    display: block;

    height: 1px;

    position: absolute;

    left: 0;

    right: 0;

    bottom: -2px;

    transition: .3s all;

    pointer-events: none;

}



.server__more:hover:after {

    opacity: 0;

    bottom: -8px;

}



.server__more:after {}



.server__more_color_light {

    color: #cac89c;

}



.server__more_color_light:after {

    background-color: #cac89c;

}



/* server_status_on */



.server_status_on {

    color: #40d400;

    font-weight: 600;
}



/* server_status_off */



.server_status_off  {

    color: #e10251;
	
    font-weight: 600;

}



.server_status_off  {

    color: #e10251;

}

.left_side {
    height: 900px;
    float: left;
    margin: -32px 20px auto;
    outline: 0px green solid;
    position: relative;
}


.leftmenubox {
    height: 634px;
    width: 293px;
    background: url(../images/left_menu.png) no-repeat top center;
}

.leftbox_head {
    font-size: 25px;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    color: #ffffff;
    line-height: 2;
    font-weight: 600;
    padding: 30px 0 0px;
    text-align: center;
    text-shadow: 0px 0px 4.3px rgba(0, 0, 0, 0.75);
    z-index: 76;
}

.leftmenu {
    padding-left: 0px;
    padding-right: 0px;
    min-height: 384px;
    overflow: hidden;
	padding: 10px;
}

.leftmenu li {
    list-style: none;
    text-align: center;
}

.leftmenu li a {
    text-align: center;
    font-size: 22px;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    color: rgb(255 255 255);
    line-height: 2;
	font-weight: 600;
    z-index: 125;
	letter-spacing: 1.5px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
	background: url(../images/nav_hover.png) center center no-repeat;
	background-size: 100% 100%;
}

.transition {
    transition: 0.5s;
}

.leftmenu li a:hover{
	color:#0070ff;
}

a {
    color: #005ed7;
    text-decoration: none;
}

.pvpbtn {
    display: block;
    width: 280px;
    height: 72px;
    position: relative;
    left: 8px;
    background: url(../images/pvp_button.png) no-repeat center center;
    font-size: 21px;
    text-align: center;
    font-family: "Cambria Math";
    color: #ffffff;
    line-height: 3;
    text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.6);
	font-weight: 600;
}
.pvpbtn:hover{filter: brightness(1.5)}

@media (max-width: 1250px) {
    .page__container {
        max-width: 100%;
    }
}




@media (max-width: 1114px) {

    /* page */

    .page__container {

        max-width: 100%;
    }

    /* events */

    .events__list {
        flex-wrap: wrap;
    }

}



@media (max-width: 1250px) {
	.left_side {
		float: none;
		height: 650px;
		display: flex;
        justify-content: center;
        padding: 20px 0px 60px;
	}


	.leftbox_head{
		padding: 10px 0 0px;
	}
	
	

		
    .footer{
	padding-top: 0px;
	}
    /* navigation */

    .navigation__inner {
        height: 90px;
    }

    .navigation__nav {
        order: -1;
        margin: auto 10px;
        flex-grow: 0;
    }

    .navigation__short-logo {
        margin: 0 auto;
    }

    .navigation__burger {
        display: block;
    }

    .navigation__list {
        position: absolute;
        left: 0;
        top: 0;
        flex-direction: column;
        z-index: 10;
        background-color: #00051a;
        border: 2px solid #1056b7;
        box-sizing: border-box;
        border-radius: 3px;
        transition: .3s all;
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        transform-origin: left top;
    }



    .servers__inner {
        flex-wrap: wrap;
    }
    .servers__border {
        display: none;
    }
    .servers__server {
        margin: 4px 12px;
    }


    /* mid */

    .mid__inner {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mid__content {
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px;
    }

    .mid__sidebar {
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px;
        padding-top: 30px;
    }

    /* contacts */
    .contacts__contact {
        width: calc(100% / 2 - 20px);
    }

    /* footer */

    .footer__inner {
        flex-wrap: wrap;
    }

    .footer__nav {
        flex-wrap: wrap;
    }

    .footer__f-nav {
        flex-grow: 1;
    }


    /* .footer__f-nav:not(:nth-last-child(1)) {
        padding-right: 30px;
    } */

    /* upper */

    .upper {
        background: url(../images/upper.png) no-repeat;
        background-size: contain;
        width: 41px;
        height: 34px;
    }

}

@media (min-width: 769px) {
	.header__btns {
    padding-top: 80px;
}
}
@media (max-width: 800px) {
	
	.header__logotype {
    height: 200px;
	}
	
	.leftmenubox {
	padding: 0px 40px 50px;
	}
    /* header */

    .header__btns {
        height: 300px;
        padding-top: 0;
        flex-direction: column;
		display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__btn {
        margin-right: 0;
        margin-left: 0;
    }

    /* help */

    .help__helper {
        width: calc(100% - 20px);
    }

}

@media (max-width: 600px) {
		.allnews {

         display: none;

    }
}

@media (max-width: 700px) {
    .footer{
	padding-top:0px;
	}

	.page__footer {
        padding: 28px 16px 18px;
	}

	
	.footer__inner{
	padding-top: 0px;
	}
	
	.under__links{
	padding: 0 12px 8px;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px 16px;
	}
    /* article */
    
    .article {
        padding: 10px;
    }

    /* slider */

    .slider__slide {
        transform: scale(1);
    }

    /* under */

    .under__container {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .under__block {
        width: calc(100% - 20px);
    }

    .under__ps {
        margin: 10px auto;
    }

    .under__desc {
        padding: 8px 12px 6px;
    }

    .under__link {
        border: 0 !important;
        padding: 0;
        margin: 0;
        line-height: 1.3;
        text-align: center;
    }

    /* modal */

    .enter__inner {
        padding: 10px;
    }

    /* fbox */

    .fbox_files {
        flex-direction: block;
        flex-wrap: wrap;
    }

    .fbox__res {
        width: 100%;
    }

    .fbox__instruction {
        width: 100%;
    }

    .characteristic {
        font-size: 16px;
        line-height: 14px;
    }


}




.headermenu{
background: url(../images/side_head.jpg) ;
background-size: 100% auto;
}


.content-area {
    /* width: 1240px; */
    margin: 0 auto;
    position: relative;
    z-index: 2;
}















.page-content {
    width: 100%;
    background: #170604;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.inner-text {
    padding: 30px;
    font-size: 14px;
    color: #a58e7c;
    min-height: 100%;
}

.content-wrapper {
    background-color: #200e0c;
    padding: 15px;
    margin: -15px;
}

.slider {
    width: 100%;
    height: 330px;
    border-radius: 5px;
    background: #3a251d;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
}

.slider-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}


.newsblock{
	padding: 85px 0px 20px;
    margin: 0 auto;
	overflow:hidden;
    position: relative;
	z-index:100;
    background: url(../images/bg_servers.jpg) no-repeat center center;
    background-size: cover;
}

.pageblock {
	padding: 85px 0px 20px;
    margin: 0 auto;
	overflow:hidden;
    position: relative;
	z-index:100;
    background: url(../images/bg_servers.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsblocknews{
    margin: 0 auto;
    margin-bottom: 18px;
	overflow:hidden;
    position: relative;
	z-index:100;
	border-radius: 0px 0px 10px 10px;
}

.allnews {
  font-size: 18px;
  text-align:center;
  font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
  color: #ffffff;
  font-weight:bold;
  line-height: 3;
  text-shadow: 0.242px 0.97px 0px rgba(242, 182, 12, 0.004);
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 29;
  padding: 10px;
}
.socialbutton:hover {
    filter:brightness(1.5);transition: 0.5s;color:#e5e5e5
}
.socialbutton {
  padding: 5px;
}

.allnews2 {
  display:block;
  margin:20px auto;
  background: url(../images/btns/btn_type_9.png) no-repeat center center;
  width: 265px;
  height: 42px;
  z-index: 54;
  font-size: 17px;
  font-family: "Cambria";
  color: rgb(255 255 255);
  line-height: 2.4;
  text-align:center;

}
.allnews2:hover {
    filter:brightness(1.5);transition: 0.5s;color:#e5e5e5
}
.ardown {
  display: inline-block;
  width: 17px;
  height: 10px;
  z-index: 56;
  background: url("../images/ardown.png") no-repeat center center;
}



.newshtext-cp {
  font-size: 35px;
  color: #fff;
  line-height: 4;
  text-align: left;
   position: absolute;
  left: 20px;
  top: -45px;
  z-index: 30;
  padding-top: 25px;
}

.newshtext {
  font-size: 24px;
  font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
  color: #fff;
  line-height: 4;
  text-align: left;
   position: absolute;
  left: 100px;
  top: -30px;
  z-index: 30;
  padding-top: 25px;
  font-weight: 600;
}

.newshtext2 {
  font-size: 18px;
  font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
  color: rgb(0 96 221);
  line-height: 7.5;
  position: absolute;
  left: 100px;
  right: 20px;
  top: -25px;
  z-index: 26;
  padding-top: 25px;
  padding-right: 16px;
  box-sizing: border-box;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.streamico {
  background: url("../images/streamico.png") no-repeat center center;
  position: absolute;
  left: 0px;
  top: -42px;
  width: 146px;
  height: 146px;
  z-index: 23;
}

.pagetitle {
  font-size: 24px;
  font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
  color: #fff;
  line-height: 4;
  text-align: left;
   position: absolute;
  top: -30px;
  z-index: 30;
  padding-top: 25px;
  font-weight: 600;
}

.pagetitle2 {
  font-size: 18px;
  font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
  color: rgb(0 96 221);
  line-height: 7.5;
  position: absolute;
  top: -25px;
  z-index: 26;
  padding-top: 25px;
  font-weight: 600;
}

@media (max-width: 720px) {
    .pageblock {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 28px 16px 18px;
        min-height: 0;
        text-align: center;
    }

    .newshtext,
    .newshtext2 {
        left: 86px;
    }

    .newshtext2 {
        right: 18px;
        padding-right: 18px;
    }

    .pagetitle,
    .pagetitle2 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 4px 8px;
        line-height: 1.35;
        text-align: center;
        box-sizing: border-box;
    }

    .pagetitle {
        font-size: 22px;
    }

    .pagetitle2 {
        font-size: 15px;
    }

    .pagetitle2-mail {
        display: block;
        margin-top: 6px;
        word-break: break-all;
        color: #7ce7ff;
    }
}

.registerico {
  background: url("../images/registerico.png") no-repeat center center;
  position: absolute;
  left: 0px;
  top: -42px;
  width: 146px;
  height: 146px;
  z-index: 23;
}
.howtoconnect {
  background: url("../images/howtoconnectico.png") no-repeat center center;
  position: absolute;
  left: 0px;
  top: -42px;
  width: 146px;
  height: 146px;
  z-index: 23;
}
.newsico {
  background: url("../images/news/newsico.png") no-repeat center center;
  position: absolute;
  left: -20px;
  top: -35px;
  width: 146px;
  height: 146px;
  z-index: 23;
  padding-top: 27px;
}

.newsbox{
	float:left; 
	margin:21px;
	width: 407px;	
	height:247px;
	position: relative; 
	opacity:1;
	border:1px solid transparent;
	padding-bottom:2px;
	filter: drop-shadow(2px 4px 6px black);
}
.newsbox:hover{opacity:0.8; border:1px solid #4ea6a7;}
.newstext {
	width: 70%;
	height:30px;
  font-size: 14px;
  font-family: "Candara";
  color: rgb(190, 180, 177);
  line-height: 1.167;
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 44;
  overflow:hidden;


}

.newstop{
    display: block;
  font-size: 24px;
  font-family: "Candara";
  color: rgb(255 255 255);
  font-weight: bold;
  line-height: 2;
  position: absolute;
  left: 20px;
  bottom: 52px;
  z-index: 43;
}



.newstop:hover{
    
}

.newsava{
    display: block;
    width: 407px;
    height: 247px;
    overflow: hidden;
    position:absolute;
	top:0px; left:0px;
		z-index:40;
}
.newsava:hover{}

.gallery {
    height: 5px;
}

.clear{
    clear: both;
}


.container-news{
width: 100%:
}

.container-newsnew{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}





@media (min-width: 1050px) {
    .news__list {
        grid-template-columns: 43% 1fr;
    }
}

.news__list {
    display: grid;
    grid-gap: 1.375rem;
    gap: 1.375rem;
	margin: 20px;
	margin-top: 20px;
}

@media (min-width: 1050px) {
    .news__post:first-child {
        --post-pic-height: 19.875rem;
        --post-pic-overlay: linear-gradient(0deg, #282524, rgba(40, 37, 36, 0.85) 30%, rgba(40, 37, 36, 0.7));
        --post-desc-mt: 1.625rem;
        --post-bar-mt: 4.375rem;
        --post-line-clamp: 12;
        grid-row: span 2;
        min-height: 34.375rem;
    }
}


.post, .post__body {
    position: relative;
    z-index: 0;
    display: flex;
}

.post {
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    min-height: 16.5rem;
    min-height: var(--post-height);
    color: #bab2a8;
    color: rgba(var(--color-0), 1);
    background-color: #000000;
    overflow: hidden;
	border-radius: 10px;
}

.post__body {
    flex-direction: column;
    width: 100%;
}

.post__pic {
    z-index: -2;
    overflow: hidden;
    border-radius: .125rem;
    background-color: rgba(var(--bg), 1);
}

.post__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transition: all 1s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	opacity: 0.4;
}

@media (min-width: 840px) {
    .post__container {
        padding: 2.5rem 3.125rem;
    }
}

.post__container {
    margin-top: auto;
    box-sizing: border-box;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post__title {
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff8ed;
    font-style: normal;
}



.post__desc {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 1rem;
    color: #ffffff;
    font-style: normal;
}

.post__bar, .post__informer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.post__bar {
    margin-top: 1.5rem;
    margin-top: var(--post-bar-mt);
    flex-wrap: wrap;
    grid-gap: .625rem 1.875rem;
    gap: .625rem 1.875rem;
}

.post__info-ico_time {
    background-image: url(../images/news/ico-clock.png);
    width: .875rem;
    height: .9375rem;
}

.post__info-ico {
    font-size: 1.3em;
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.bt {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: .5rem;
    background: transparent;
    min-height: 2.5rem;
    padding: .75rem 1.5rem;
    box-sizing: border-box;
    color: #aeefff;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-family: var(--font-1);
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    transition: all .2s;
    border: .125rem solid #7cc4f7;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.bt:hover{
background-color: #aeefff2b;
color: #5adeff;	
}

.post__informer {
    grid-gap: .375rem 1rem;
    gap: .375rem 1rem;
}

.post__info {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .375rem;
    gap: .375rem;
    font-size: .875rem;
    color: #fff8ed;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-weight: 600;
}








/* streams */



.page__streams {

    background: url(../images/stonks/bg_stonks.jpg) no-repeat center center;

    background-size: cover;

}

.site-line {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 15px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: center top;
    pointer-events: none;
}



.streams__inner {

    padding-top: 15px;

    padding-bottom: 15px;

}



.streams__header {

    min-height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

    box-sizing: border-box;

    padding: 10px;

}



.streams__title {

    text-align: center;

    color: white;

    font-size: 24px;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 20px;

    cursor: default;

}



.stream {

    width: 348px;

    height: 196px;

    border: 1px solid #35393e;

}



.stream_m_def {

    margin: 10px;

}



.stream__item {

    width: 100%;

    height: 100%;

    box-sizing: border-box;

    position: relative;

    cursor: pointer;

    transition: .3s all;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    display: block;

    text-decoration: none;

}



.stream__item:hover {

    filter: brightness(130%);

}



.stream__item:after {

    display: block;

    content: "";

    background: url(../images/icons/play.png) no-repeat;

    width: 64px;

    height: 64px;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.stream iframe {

    width: 100%;

    height: 100%;



}



.streams__list {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    padding-top: 10px;

    padding-bottom: 10px;

}



.streams__btns-box {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    padding: 10px 0;

}







#vBG {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /* opacity: .1; */
    pointer-events: none;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.events__list {

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 15px 0;

}



.events__event {

    flex-basis: 380px;

}



/* event */



.event {

    display: flex;

    padding: 6px 13px;

    transition: .3s all;

}



.event__pic {

    width: 139px;

    height: 139px;

    flex-shrink: 0;

    box-sizing: border-box;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-right: 15px;

}



.event__content {

    position: relative;

    z-index: 0;

    padding-top: 4px;

}



.event__heading {

    height: 56px;

    box-sizing: border-box;

    padding: 3px 0;

    display: flex;

    justify-content: flex-start;

    align-items: center;

    cursor: default;

}



.event__title {

    text-shadow: 0.7px 0.7px 1px rgba(1, 3, 1, 0.4);

    color: #7cc4f7;

    font-size: 24px;

    font-weight: 700;

    line-height: 20px;

}



.event__desc {

    position: relative;

    z-index: 0;

}



.event__txt {

    text-shadow: 0.7px 0.7px 1px rgba(1, 3, 1, 0.4);

    color: #fff;

    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;

    font-size: 18px;

    font-weight: 600;

    line-height: 16px;

    transition: .3s all;

}



.event:hover .event__txt {

    opacity: 0;

    visibility: hidden;

    transform: translateX(-100%);

}



.event__btn {

    position: absolute;

    left: 0;

    top: 18px;

    opacity: 0;

    visibility: hidden;

    transition: .3s all;

    transform: translateX(100%);

}



.event:hover .event__btn {

    opacity: 1;

    visibility: visible;

    transform: translateX(0);

}


.btn_type_2 {
    width: 359px;
    height: 40px;
}

    .btn_type_2:after {

        background: transparent url(../images/btns/btn_type_2.png) no-repeat center center;

        /* background: linear-gradient(to right, rgba(93, 38, 38, 1) 0%, rgba(93, 38, 38, 1) 37%, rgb(173, 79, 79) 70%, rgba(93, 38, 38, 1) 93%, rgba(93, 38, 38, 1) 100%); */

    }

    .btn_type_4 {

        width: 166px;

        height: 39px;

        padding-right: 0;

        padding-left: 0;
		
		font-weight: 600;

    }



    .btn_type_4:after {

        background: transparent url(../images/btns/btn_type_9.png) no-repeat center center;

        border: 0;

    }

    .btn_type_7 {
        width: 186px;
        height: 40px;
        padding: 0;
        margin: 0;
        font-weight: 700;
        font-size: 15px;
        line-height: 40px;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .btn_type_7:after {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: auto;
        transform: none;
        border: 0;
        background: url(../images/btns/btn_type_7.png) no-repeat;
        background-size: 202px 94px;
        background-position: -9px -39px;
    }

    .event__btn.btn_type_7 {
        pointer-events: auto;
    }

    .event__btn.btn_type_7 .btn__content {
        position: relative;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 12px 1px;
        box-sizing: border-box;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-shadow: 0 0 6px rgba(1, 3, 1, 0.75);
    }

.event__desc,
.event__content {
    overflow: visible;
}

/* footer */



.page__footer {

    background: rgb(22, 23, 25) url(../images/bg_footer.jpg) no-repeat center;
	background-size: cover;
    padding: 50px;
}



.footer__inner {

    display: flex;

    flex-direction: column;

    align-items: center;

    width: 100%;

    padding-top: 10px;

}

.footer__under {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}



/* footer__nav */





.footer__title {

    color: white;

    font-size: 26px;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 10px;

}



.footer__nav {

    display: flex;

    flex-grow: 1;

    flex-basis: 700px;

}



.footer__f-nav {

    margin: 10px;

    flex-grow: 1;

    min-width: 200px;

}



.footer__f-nav:not(:nth-last-child(1)) {

    /* padding-right: 60px; */

}



.f-nav__list {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}



.f-nav__item {

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    color: #a79999;

    font-size: 18px;

    font-weight: 300;

    text-decoration: underline;

    text-decoration: none;

    line-height: 28px;

    position: relative;

    z-index: 0;

    margin-bottom: 3px;

}



.f-nav__item:after {

    content: '';

    display: block;

    height: 1px;

    background-color: #a79999;

    position: absolute;

    left: 0;

    bottom: 3px;

    right: 0;

    transition: .3s all

}



.f-nav__item:hover:after {

    /* right: 0; */

    opacity: 0;

    bottom: -5px;

}



/* footer__info */



.footer__info {

    flex-basis: 330px;

    margin: 10px;

}



.copyright {

    font-size: 18px;

    line-height: 24px;

}



.copyright__title {

    color: #a79999;

    font-weight: 700;

}



.copyright__desc {

    color: #4e4e4e;

    font-weight: 300;

}



.footer__bnrs {

    display: flex;

    flex-wrap: wrap;

    margin: 10px -5px;

}



.footer__bnrs a {

    display: inline-block;

    margin: 5px;

    opacity: .5;

    transition: .3s all;

}



.footer__bnrs a:hover {

    opacity: 1;

}



.footer__bnrs img {

    display: block;

}



/* footer__author */



.footer__author {

    display: flex;

    margin: 10px -5px;

}



.author__logo {

    margin: 5px;

    display: inline-block;

    text-decoration: none;

}



.author__desc {

    color: #4e4e4e;

    font-size: 13px;

    font-weight: 300;

    line-height: 12px;

    margin-bottom: 5px;

}



.author__img {

    opacity: .3;

    max-height: 34px;

    transition: .3s all;

}



.author__logo:hover .author__img {

    opacity: .6;

}



/* under */



.under__container {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.under__arrow {

    position: relative;

    z-index: 5;

    width: 47px;

    height: 47px;

    background: url(../images/unde__arrow_up.png) no-repeat;

    flex-shrink: 0;

    cursor: pointer;

    transition: .3s all;

    opacity: .5;

}



.under__arrow:hover {

    opacity: 1;

}



.under__block {

    width: calc(100% / 2 - 50px);

    margin: 10px;

}



.under__ps {

    margin-left: auto;

    display: block;

    opacity: .2;

    transition: .3s all;

}



.under__ps:hover {

    opacity: 0.5;

}



.under__img-ps {

    display: block;

}



.under__desc {

    color: #fff;

    font-size: 18px;

    font-weight: 600;

    line-height: 24px;

    box-sizing: border-box;

    padding: 10px;

    text-align: center;
	
	font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;

}



.under__links {

    box-sizing: border-box;

    padding: 0 10px 15px 10px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    background: none;

}



.under__link {

    display: inline-block;

    font-size: 18px;

    font-weight: 600;

    line-height: 24px;

    color: rgb(0 152 255);

    padding: 0 10px;

}

.under__link:hover {
color: rgb(115 190 241);

}

.under__link:not(:nth-last-child(1)) {

    border-right: 1px solid rgba(167, 153, 153, 0.6);

}


.opacity {
  -webkit-animation: opacity 5s infinite;
}

#vBG {
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: .1;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.page__help {
    background: url(../images/side_head.jpg) no-repeat center;
    background-size: cover;
}

.registersd {
background: transparent url(../images/btns/btn_type_66.png) no-repeat center center;
}
/* files */



.page__files {

    background: url(../images/bg__files.jpg) no-repeat center center;

    background-size: cover;

}



.files__container {

    flex-basis: 860px;

}



.files__inner {}



.files__arrow {

    background: url(../images/files/arrow__down.png) no-repeat center center;

    height: 60px;

}



.files__head {

    min-height: 34px;

    display: flex;

    align-items: center;

    color: #6eb0db;

    font-size: 18px;

    font-weight: 700;

    margin-left: 10px;

    margin-right: 10px;

    border-right: 1px solid #22353f;

    border-left: 1px solid #22353f;

    box-sizing: border-box;

    padding: 3px 20px;

    cursor: default;

    background-color: rgba(255, 255, 255, 0.02);

}



/* fbox */



.fbox {

    background-color: rgba(7, 7, 8, 0.3);

}



.fbox_m {

    margin: 10px;

}



.fbox_m_rl {

    margin-left: 10px;

    margin-right: 10px;

}



.fbox_border {

    border: 1px solid #22353f;

    box-sizing: border-box;
	
	font-weight: 600;

}



.fbox_files {

    display: flex;

}


.inst_files {
    background: url(../images/side_head.jpg) center top / cover no-repeat;
}

.fbox__item {

    display: flex;

    align-items: center;

    padding: 10px;

}



.fbox__it_download {

    position: relative;

    top: 1px;

}



.fbox__it_display {

    position: relative;

    top: 2px;

}



.fbox__it_gear {

    position: relative;

    top: 2px;

    left: 2px;

}



.fbox__item_b_b {

    border-bottom: 1px solid #22353f;

}



.fbox__res {

    width: 45%;

    box-sizing: border-box;

}



.fbox__instruction {

    width: 55%;

    box-sizing: border-box;

}



.fbox__b_r {

    border-right: 1px solid #22353f;

    box-sizing: border-box;

}



.fbox__b_b {

    border-bottom: 1px solid #22353f;

    box-sizing: border-box;

}



.fbox__heading {

    min-height: 80px;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: default;

    width: 100%;

    padding-bottom: 5px;

}



.fbox__heading_min {

    min-height: 50px;

}



.fbox__ico {

    display: flex;

    justify-content: center;

    align-items: center;

}



.fbox__ico_m_r {

    margin-right: 13px;

}



.fbox__ico_m_l {

    margin-left: 13px;

}



.fbox__title {

    color: white;

    font-size: 28px;

    line-height: 20px;
	
	font-weight: 600;

}



.fbox__btns-list {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

}



.fbox__btn {

    margin-top: 35px;

    margin-bottom: 35px;

    font-size: 22px;

    padding-top: 5px;

}



.fbox__info-list {

    padding: 20px 30px;

    box-sizing: border-box;

    font-size: 17px;

    font-weight: 600;
}



.fbox__content {

    box-sizing: border-box;

    padding: 15px 20px;

    color: white;

    font-size: 20px;

    font-weight: 400;

    text-align: center;

    font-weight: 600;
}



.fbox__content_lib {

    text-align: left;

    font-size: 18px;

    padding: 10px;

}



.fbox__img {

    width: 90px;

    height: 80px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-shrink: 0;

}



.fbox__why {

    color: #e86053;

    font-size: 17px;

    font-weight: 700;

}

@media (max-width: 700px) {
    .fbox__res {
        width: 100%;
    }
	
	.fbox__instruction {
        width: 100%;
    }
}

.color-grey {
    color: #a0a0a0;
}

.color-cyan {
    color: #0070ff;
}

.color-pink {
    color: #bd6ced;
}


/* characteristic */



.characteristic {

    display: flex;

    color: #979798;

    font-size: 17px;

    border-top: 1px solid #22353f;

}



.characteristic_head {

    background-color: rgba(255, 255, 255, 0.04);

}



.characteristic__item {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    padding: 10px;

    box-sizing: border-box;

}



.characteristic__cat {

    width: 100px;

    flex-shrink: 0;

    border-right: 1px solid #22353f;

}



.characteristic__min {

    width: calc(100% / 2 - 100px / 2);

    border-right: 1px solid #22353f;

    flex-shrink: 0;

}



.characteristic__rec {

    width: calc(100% / 2 - 100px / 2);

    flex-shrink: 0;

}


.page__hd {
    margin: 0px 10px 20px;
}




/* help */







.help__list {

    display: flex;

    flex-wrap: wrap;



}



.helper {

    position: relative;

    z-index: 0;

    min-height: 300px;

    box-sizing: border-box;

    border: 1px solid #22353f;

    display: flex;

    justify-content: center;

    align-items: stretch;

    flex-direction: column;

    text-align: center;

    padding: 20px;

    overflow: hidden;

    cursor: default;

}



.help__helper {

    width: calc(100% / 2 - 20px);

    margin: 10px;

}



.helper__bg {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 2;

    background-image: url(../images/help/helper__bg_1.jpg);

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    transition: .6s all;

}



.helper:hover .helper__bg {

    transform: scale(1.1);

    filter: brightness(130%);

}



.helper__header {

    position: relative;

    z-index: 5;

    color: white;

    font-size: 36px;

    font-weight: 700;

    line-height: 32px;

    text-transform: uppercase;

    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.6) 85%,

        rgba(0, 0, 0, 0) 100%);

    text-shadow: 0.7px 0.7px 5px rgba(0, 3, 1, 0.4);

    min-height: 90px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.helper__content {

    position: relative;

    z-index: 5;

    color: white;

    font-size: 17px;

    font-weight: 600;

    flex-grow: 1;

    box-sizing: border-box;

    padding: 15px;

}



.helper__btn-box {

    position: relative;

    z-index: 5;

    display: flex;

    justify-content: center;

    align-items: center;

    padding-top: 10px;

}



@media (max-width: 800px) {
    .help__helper {
        width: calc(100% - 20px);
    }
}


.nk-content-wrap {
    font-size: 20px;
	color: #7cc4f7;
	text-align: center;
}

.color-aqua {
    color: #729ab4;
}

.color-green {
    color: #97b472;
}


.msg {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #FF0000;
    padding-top: 20px;
    font-size: 16px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="tel"],
textarea {
    --tf-input-icon: url(../images/icons/input-text.svg);
    display: block;
    width: 100%;
    max-width: 100%;
    height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 12px 16px 12px 44px;
    border: 1px solid rgba(124, 196, 247, 0.55);
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    background-color: rgba(8, 18, 40, 0.78);
    background-image: var(--tf-input-icon);
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-size: 18px 18px;
    color: #e8f4ff;
    font-family: Philosopher, "Segoe UI", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    text-shadow: none;
    box-sizing: border-box;
    filter: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

textarea {
    height: auto;
    min-height: 110px;
    line-height: 1.45;
    resize: vertical;
    background-position: 14px 14px;
    padding-top: 12px;
}

input[type="password"] {
    --tf-input-icon: url(../images/icons/input-lock.svg);
}

input[type="email"] {
    --tf-input-icon: url(../images/icons/input-mail.svg);
}

input[type="number"] {
    --tf-input-icon: url(../images/icons/input-ticket.svg);
    -moz-appearance: textfield;
    appearance: textfield;
}

input[name="username"],
input[name="nickname"],
input[name="name"],
input[id="name"],
input[id="user"],
input[id="char"],
input[autocomplete="username"] {
    --tf-input-icon: url(../images/icons/input-user.svg);
}

input[name="code"],
input[id="code"],
input[autocomplete="one-time-code"] {
    --tf-input-icon: url(../images/icons/input-shield.svg);
}

input[name="promocode"],
input[name="refcode"] {
    --tf-input-icon: url(../images/icons/input-ticket.svg);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
textarea:hover {
    color: #fff;
    background-color: rgba(10, 24, 52, 0.88);
    border-color: rgba(124, 196, 247, 0.85);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
    color: #fff;
    background-color: rgba(10, 24, 52, 0.92);
    border-color: #5fd6ff;
    box-shadow: 0 0 0 1px rgba(95, 214, 255, 0.28), 0 0 12px rgba(95, 214, 255, 0.18);
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: rgba(160, 200, 230, 0.55);
    opacity: 1;
    font-weight: 500;
    text-align: left;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
textarea:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover,
input[type="text"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:hover,
input[type="password"]:-webkit-autofill:focus,
input[type="email"]:-webkit-autofill,
input[type="email"]:-webkit-autofill:hover,
input[type="email"]:-webkit-autofill:focus {
    -webkit-text-fill-color: #e8f4ff;
    caret-color: #e8f4ff;
    box-shadow: inset 0 0 0 1000px rgba(8, 18, 40, 0.95);
    transition: background-color 99999s ease-out;
}

input[type="file"] {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid rgba(124, 196, 247, 0.55);
    border-radius: 4px;
    background: rgba(8, 18, 40, 0.78);
    color: #e8f4ff;
    font-family: Philosopher, "Segoe UI", sans-serif;
    font-size: 14px;
}

select {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 0 16px;
    border: 1px solid rgba(124, 196, 247, 0.55);
    border-radius: 4px;
    background-color: rgba(8, 18, 40, 0.78);
    color: #e8f4ff;
    font-family: Philosopher, "Segoe UI", sans-serif;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

select:focus {
    border-color: #5fd6ff;
    box-shadow: 0 0 0 1px rgba(95, 214, 255, 0.28), 0 0 12px rgba(95, 214, 255, 0.18);
}

form {
  display: block;
  width: 100%;
  color: white;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.captcha {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
	padding-top: 20px;
}

.btsend {
    display: block;
    margin: 25px auto;
    background: url(../images/btns/btn_type_9.png) no-repeat center center;
    width: 265px;
    z-index: 54;
    font-size: 17px;
    font-family: "Cambria";
    color: rgb(255 255 255);
    text-align: center;
}

.btsend:hover {
filter: brightness(120%);
}

.btsendbg {
    margin: -75px auto 0px;
}

.btsendbg:hover {
filter: brightness(120%);
}

.f-form {
    width: 100%;
}

input:focus {
    outline: none;
}
 
div.btbugtracker input {
  background: url(../images/btns/btsendbg.png) no-repeat;
        width: 373px;

        height: 215px;

        border: 0;

        right: auto;

        bottom: auto;
}

div.btn_register input {
  background: url(../images/btns/btn_register.png) no-repeat;
        width: 373px;

        height: 215px;

        border: 0;

        right: auto;

        bottom: auto;
}

div.btn_login input {
  background: url(../images/btns/btn_login.png) no-repeat;
        width: 373px;

        height: 215px;

        border: 0;

        right: auto;

        bottom: auto;
}

div.btn_reset input {
  background: url(../images/btns/btn_reset.png) no-repeat;
        width: 373px;

        height: 215px;

        border: 0;

        right: auto;

        bottom: auto;
}

.form-input {
    position: relative;
    display: block;
    width: min(88vw, 400px);
    margin: 12px auto 0;
    padding-top: 0;
}

.form-top-off {
	padding-top: 10px;
}

.reset_password {
    color: #7cc4f7;
    font-size: 20px;
    font-weight: 700;
}

.reset_password:hover {
filter: brightness(80%);
}





.mt-4 {
    margin-top: 1.5rem !important;
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}


.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.mb-3 {
    margin-bottom: 2.5rem !important;
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}


@media (min-width: 768px) {
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

.profile-modern-card {
    background: linear-gradient(135deg, #fafdff 60%, #f1f6fa 100%);
    box-shadow: 0 2px 10px rgba(13, 110, 253, 0.07);
    border-radius: 18px;
    border: 1px solid #e3e6ee;
    margin-bottom: 2.5rem;
    overflow: hidden;
    padding: 0;
    position: relative;
}


.menu-cp {
	
list-style-type: disc;
}


.tp-30 {
top: 30px;
}


.pd-40 {
padding-bottom: 25px;
}

.menu-cp-line {
    border-bottom: 1px solid rgba(7, 150, 255, 0.1);
}

.desc {
    font-family: Fritz;
    font-size: 18px;
    color: #dce9fc;
}

.name {
    font-family: Fritz;
    color: #00c0ff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}


.cp-banners {
    width: 100%;
    padding: 12px 30px;
    border-bottom: 1px solid rgba(7, 150, 255, 0.1);
}

.flex-sbc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.banner {
    width: calc((100% - 20px) / 3);
    height: 100px;
    background: #280e08;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(255 51 7 / 10%);
    margin: 15px 0px;
    transition: background 0.2s ease-in-out;
}

.flex-cc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.container {
  display: flex;
  min-height: 100vh;
  flex-direction: row;
}

.sidebar {
  width: 260px;
  background: #3b1d10;
  padding: 20px;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.5);
}

.account-info {
  font-size: 14px;
  margin-bottom: 20px;
}

.account-info .username a {
  color: #1f90ff;
  font-weight: bold;
  text-decoration: none;
}

.logout {
  color: orange;
  font-weight: bold;
  text-decoration: none;
}

.menu h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #f7a809;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  padding: 8px 0;
  border-bottom: 1px solid #552d1f;
  cursor: pointer;
  font-size: 14px;
}

.menu li:hover {
  color: #f7a809;
}

.main-panel {
  flex: 1;
  padding: 30px;
  background: #160e0b;
}

.panel-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.btn-resettt {
  background: linear-gradient(#5b380a, #cda544);
  color: #000;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.btn-resettt:hover {
  background: #f5d36f;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  background: #2d1a12;
  border: 1px solid #443526;
}

.info-table td {
  padding: 12px;
  border-bottom: 1px solid #443526;
  font-size: 14px;
}

.info-table td:first-child {
  color: #ffdf70;
  width: 40%;
}

.ip {
  color: #fbd264;
}

.highlight {
  color: orange;
}

.yellow {
  color: #ffff00;
}












.container-cp {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1400px;
    padding: 0 20px;
}

.sidebar-layout {
    display: grid;
    grid-template-columns: 325px 1fr;
    gap: 20px;
	padding-top: 20px;
    padding-bottom: 20px;
}

.sidebar-cp {
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 6px;
    padding: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
}

.sidebar-nav .btn_type_6.is-active {
    filter: brightness(125%);
}

.sidebar-nav .btn_type_6.is-active .btn__content {
    color: #fff;
    text-shadow: 0 0 8px rgba(124, 231, 255, 0.9), 0 0 6px rgba(1, 3, 1, 0.75);
}

.sidebar-nav .btn_type_6.is-active:after {
    filter: brightness(140%);
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.info-item {
    background: #0000004f;
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 4px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    min-width: 0;
    transition: all .3s ease;
}

.info-item-cp1 {
	background: url(../images/cp/1.jpg) center / cover no-repeat;
    border: 1px solid rgb(0 165 255);
    border-radius: 4px;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    min-width: 0;
    transition: all .3s ease;
	align-items: center;
    justify-content: center;
}

.info-item-cp2 {
	background: url(../images/cp/2.jpg) center / cover no-repeat;
    border: 1px solid rgb(227 192 1);
    border-radius: 4px;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    min-width: 0;
    transition: all .3s ease;
	align-items: center;
    justify-content: center;
}

.info-item-cp3 {
	background: url(../images/cp/3.jpg) center / cover no-repeat;
    border: 1px solid rgb(255 0 0);
    border-radius: 4px;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    min-width: 0;
    transition: all .3s ease;
	align-items: center;
    justify-content: center;
}

.info-label {
    color: #ffffff;
    font-size: 25px;
	font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
	font-weight: 600;
}

.info-value {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #198eff;
    white-space: nowrap;
    font-size: 20px;
}

.nav-section-header {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(0 165 255 / 25%);
}

.nav-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-link-cp {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    color: var(--color-secondary);
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 4px;
    margin: 2px 0;
}

.main-content {
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 6px;
    padding: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.profile-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.profile__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
	font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
}

.panel-subtitle {
    color: var(--color-secondary);
    font-size: 1rem;
    max-width: 800px;
}

.top-menu-cp:hover{
	filter: brightness(120%);
	outline: red;
    border-color: #0039ff;
}

.referral-terminal {
    margin-bottom: 1rem;
}

.terminal-interface {
    background: #111d3d91;
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 4px;
    padding: 1rem 1rem 0;
    overflow: hidden;
}

.terminal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: 1rem;
}

.terminal-header-left {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.terminal-title {
    margin: 0;
    font-weight: 500;
    color: #fff;
}

.terminal-link-section {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgb(0 165 255 / 25%);
    flex-wrap: wrap;
    background: transparent;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 1rem 2.5rem;
}

.terminal-link-line {
	border-top: 1px solid rgb(0 165 255 / 25%);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.terminal-link-label {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    letter-spacing: .5px;
}

.terminal-link-url {
    font-size: .875rem;
    color: #fff;
    background: #161f26;
    padding: .5rem .75rem;
    border-radius: 4px;
    flex: 1;
    min-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid rgb(0 165 255 / 25%);
    font-family: Courier New, monospace;
}

.terminal-link-actions {
    display: flex;
    gap: 4px;
}

.terminal-action-btn {
    background: #ef972f33;
    border: 1px solid rgb(0 165 255 / 25%);
    color: var(--primary-color);
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terminal-add-section {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgb(0 165 255 / 25%);
    flex-wrap: wrap;
    background: transparent;
    margin-top: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 1rem 2.5rem;
}

.terminal-input {
    background: #0003;
    border: 1px solid rgb(0 165 255 / 25%);
    color: #fff;
    padding: .5rem .75rem;
    font-family: Segoe UI, system-ui, sans-serif;
    font-size: .875rem;
    border-radius: 4px;
    outline: none;
    min-width: 150px;
    transition: all .3s ease;
}

.terminal-add-button-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.terminal-stats-section {
    padding: 0;
}

.terminal-stats-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 1rem;
    border-top: 1px solid rgb(0 165 255 / 25%);
    background: transparent;
}

.terminal-stats-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .5px;
}

.terminal-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.clickable-stat.disabled {
    cursor: not-allowed;
    opacity: .6;
}

.terminal-stat-item {
    padding: 1rem .75rem;
    border-right: 1px solid rgb(0 165 255 / 25%);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: transparent;
    transition: all .3s ease;
}

.terminal-stat-label {
    font-size: .75rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.terminal-stat-value-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
	color: #fff;
}

.terminal-stat-value {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-secondary);
    font-family: Courier New, monospace;
}

.terminal-add-btn{
    background: #2f31ef33;
    border: 1px solid rgb(0 165 255 / 25%);
    color: #fff;
    padding: .5rem .75rem;
    cursor: pointer;
    font-size: .875rem;
    font-family: Segoe UI, system-ui, sans-serif;
    border-radius: 4px;
    transition: all .3s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.terminal-stat-bar {
    height: 4px;
    background: #00bdf233;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.terminal-stat-fill {
    height: 100%;
    background: #00fff5;
    transition: width .5s ease;
    position: relative;
    border-radius: 2px;
}

.terminal-info-btn {
    background: #30a6dd24;
    border: none;
    color: #2fefebb3;
    font-size: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    padding: 0;
}

.terminal-code-value {
    font-size: .875rem;
    font-weight: 500;
    color: #fff;
    background: #30a6dd24;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: Courier New, monospace;
    border: 1px solid rgb(0 165 255 / 25%);
}

.terminal-copy-btn {
    background: #30a6dd24;
    border: 1px solid rgb(0 165 255 / 25%);
    color: var(--primary-color);
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terminal-link-icon{
	color: #59f1ff;
}

.info-terminal {
    margin-bottom: 1rem;
}

.terminal-info-btn:hover{
    filter: brightness(200%);
}

.inner-table {
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 3px;
}

.inner-table tr td {
    height: 42px;
    padding: 25px 20px;
    vertical-align: middle;
    font-family: Open Sans Regular;
    font-size: 20px;
    color: #ab8e89;
    margin: 0;
}

.flex-cc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.inner-table tr:not(:last-child) td {
    border-bottom: 1px solid rgb(0 165 255 / 25%);
}

.inner-table tr td:not(:last-child) {
    border-right: 1px solid rgb(0 165 255 / 25%);
}

.cp-form-block {
    padding: 25px;
}

.bg-cp-panel {
	background: #111d3d91;
}


.voting-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.vote-card {
    background: #111d3d91;
    border: 2px solid rgb(0 165 255 / 25%);
    border-radius: 4px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
    box-shadow: 0 4px 20px #0003;
}

.vote-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.vote-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #0d51678a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
    box-shadow: 0 4px 15px rgb(0 165 255 / 25%);
}

.vote-buttonn {
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #0d51678a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
    box-shadow: 0 4px 15px rgb(0 165 255 / 25%);
}

.vote-button:hover {
filter: brightness(120%);
}

.vote-buttonn:hover {
filter: brightness(120%);
}

.info-card {
    background: #111d3d91;
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 6px;
    padding: 1rem;
    box-shadow: 0 4px 20px #0000001a;
}

.info-header {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.info-header {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.stats-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.stat-card {
    background: #111d3d91 !important;
    border: 1px solid rgb(0 165 255 / 25%) !important;
    border-radius: 4px !important;
    transition: all .3s ease;
}

.mat-mdc-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    border-style: solid;
    border-width: 0;
    background-color: var(--mdc-elevated-card-container-color, var(--mat-sys-surface-container-low));
    border-color: var(--mdc-elevated-card-container-color, var(--mat-sys-surface-container-low));
    border-radius: var(--mdc-elevated-card-container-shape, var(--mat-sys-corner-medium));
    box-shadow: var(--mdc-elevated-card-container-elevation, var(--mat-sys-level1));
}

.stat-card mat-card-content {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem !important;
}

.stat-icon {
    background: #145167;
    border-radius: 6px;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: .2rem;
}

.stat-label {
    font-size: .8rem;
    color: #50d8e5;
    font-weight: 500;
}

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.empty-icon {
    font-size: 4rem !important;
    width: 4rem !important;
    height: 4rem !important;
    color: #59f1ff;
    margin-bottom: 1rem;
}

.empty-state h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.empty-state p {
    color: #50d8e5;
    font-size: 1rem;
    margin: 0 0 2rem;
    max-width: 400px;
}

.vote-info h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 .4rem;
    line-height: 1.3;
}

.vote-info p {
    color: #50d8e5;
    font-size: .9rem;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}

.vote-icon {
    font-size: 2.5rem !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    color: #59f1ff;
    min-width: 2.5rem;
    flex-shrink: 0;
}

.donate-content,
.donate-container {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.donate-container .inner-form,
.donate-container .donate-form-section {
    width: 100%;
    min-width: 0;
}

.donate-container .donate-layout {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.donate-container .donate-form-section .donate-form .donate-container .donate-stats-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (max-width: 1250px) {
    .donate-container .input-fields-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

.donate-container .form-group label {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: .5rem;
    display: block;
}

.donate-container .form-group .input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.donate-container .input-fields-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding-bottom: 25px;
}

.donate-container .form-group .input-with-icon input {
    width: 100%;
}

.donate-container .submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    padding: .75rem;
    background: #111d3d91;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 12px rgb(0 165 255 / 25%);
}

.donate-container .form-group .help-text {
    color: #fff9;
    font-size: .8rem;
    margin-top: .25rem;
}

.donate-container .donate-stats-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.donate-container .stats-block {
    background: #111d3d91;
    border: 1px solid rgb(0 165 255 / 25%);
    border-radius: 4px;
    padding: 1.2rem;
    box-shadow: 0 2px 8px #0000001a;
}

.stats-header {
    margin-bottom: 1rem;
}

.top-donations-list {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.donate-container .top-donations .top-donation-item .top-donor {
    background: #111d3d91;
    border: 2px solid rgb(0 165 255 / 25%);
    box-shadow: 0 4px 12px rgb(0 165 255 / 25%);
    transform: scale(1.02);
}

.donate-container .top-donations .top-donation-item {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .6rem;
    background: #111d3d91;
    border-radius: 6px;
    border: 1px solid rgb(0 165 255 / 25%);
    transition: all .3s ease;
    position: relative;
}

.rank-badge .top-rank .rank-1 {
    background: linear-gradient(135deg, gold, #ffed4e);
    color: #333;
    box-shadow: 0 2px 8px #ffd70066;
    border: 2px solid rgba(255, 215, 0, .6);
}

.rank-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    background: #145167;
    border-radius: 50%;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.donation-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.username {
    color: #fff;
    font-weight: 500;
    font-size: .85rem;
}

.amount {
    color: #59f1ff;
    font-weight: 600;
    font-size: .9rem;
}

.stats-header h3 {
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.crown-icon {
    color: gold;
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    filter: drop-shadow(0 0 6px rgba(255, 215, 0, .8));
}

.crown-effect {
    position: absolute;
    top: -4px;
    right: -4px;
    animation: _ngcontent-ng-c2510342072_crownGlow 2s ease-in-out infinite alternate;
}

.message {
padding-top: 20px;
color: red;
text-align: center;
width: 100%;
font-size: 20px;
}
.messagesuc {
padding-top: 20px;
color: green;
text-align: center;
width: 100%;
font-size: 20px;
}

.messagechar {
color: red;
text-align: center;
width: 100%;
font-size: 20px;
}
.messagesucchar {
color: green;
text-align: center;
width: 100%;
font-size: 20px;
}

.donate-container .submit-button:hover {
background: #111d3d;
}

.characters-content {
    width: 100%;
}

.characters-container {
    width: 100%;
    padding: 20px 0;
}

.characters-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.character-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(96, 147, 254, 0.1);
    transition: all .25s ease;
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.94) 0%, rgba(8, 16, 32, 0.94) 100%);
    border: 1px solid rgba(96, 147, 254, 0.35);
    position: relative;
}

.character-item.alliance .character-header {
    background: linear-gradient(to right, rgba(0, 120, 255, .05), transparent 80%);
}

.character-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 10px 14px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color .2s;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.character-header-main {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 auto;
    min-width: 0;
}

.class-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.class-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: transform .2s;
    box-shadow: 0 2px 4px #00000026;
    z-index: 1;
}

.faction-badge {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 3px #00000040;
    z-index: 2;
}

.faction-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.class-badgee {
    position: absolute;
    right: 75px;
    top: 32px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 3px #00000040;
    z-index: 2;
}

.class-iconn {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.character-name-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.character-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 17px;
    font-weight: 600;
    color: #b49a84;
    min-width: 0;
}

.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.character-brief {
    font-size: 14px;
    color: #ffffff80;
    margin-top: 4px;
}

.expand-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 8px;
    flex-shrink: 0;
    color: #7ce7ff;
    background: linear-gradient(180deg, rgba(32, 59, 123, 0.92) 0%, rgba(13, 27, 51, 0.96) 100%);
    border: 1px solid rgba(96, 147, 254, 0.5);
    box-shadow: 0 0 12px rgba(96, 147, 254, 0.28), inset 0 1px 0 rgba(124, 231, 255, 0.22);
    transition: border-color .2s, box-shadow .2s, background-color .2s;
}

.expand-control__icon {
    color: #7ce7ff;
    font-size: 16px;
    line-height: 1;
    text-shadow: 0 0 10px rgba(124, 231, 255, 0.8);
    transition: transform .25s ease;
}

.character-header:hover .expand-control {
    border-color: rgba(124, 231, 255, 0.75);
    box-shadow: 0 0 16px rgba(124, 231, 255, 0.4), inset 0 1px 0 rgba(124, 231, 255, 0.28);
}

.character-item.is-open .expand-control__icon {
    transform: rotate(180deg);
}



.character-item.horde .character-header {
    background: linear-gradient(to right, rgba(179, 0, 0, .05), transparent 80%);
}


.characters-card {
    background: url(../images/cp/characters-bg.jpg) center / cover no-repeat;
    border: 2px solid rgb(0 165 255 / 25%);
    border-radius: 4px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
    box-shadow: 0 4px 20px #0003;
}

.characters-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.characters-content {
    width: 100%;
}

.characters-container {
    width: 100%;
    padding: 20px 0;
}

.no-characters {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.empty-card {
    max-width: 500px;
    width: 100%;
    background-color: #ffffff08;
    border: 1px dashed rgb(0 165 255 / 25%);
    border-radius: 4px;
}


.mat-mdc-card-content:last-child {
    padding-bottom: 16px;
}

.mat-mdc-card-content:first-child {
    padding-top: 16px;
}

.mat-mdc-card-content {
    display: block;
    padding: 0 16px;
}

.empty-iconn {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.mat-icon {
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: #ffffff4d;
}

.empty-text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff9;
}

.empty-subtext {
    text-align: center;
    color: #fff6;
    font-size: 14px;
}

.Character--DEATHKNIGHT {color:#c41e3b}
.Character--DEMONHUNTER {color:#a330c9}
.Character--DRUID {color:#ff7c0a}
.Character--HUNTER {color:#aad372}
.Character--MAGE {color:#68ccef}
.Character--MONK {color:#00ffba}
.Character--PALADIN {color:#f48cba}
.Character--PRIEST {color:#f0ebe0}
.Character--ROGUE {color:#fff468}
.Character--SHAMAN {color:#2359ff}
.Character--WARLOCK {color:#9382c9}
.Character--WARRIOR {color:#c69b6d}

.characters-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 16px;
}

.characters-tabs__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 6px;
    color: #9eb3c4;
    text-decoration: none;
    background: rgba(8, 18, 40, 0.7);
    border: 1px solid rgba(124, 196, 247, 0.22);
    font-weight: 600;
}

.characters-tabs__link span {
    color: #7ce7ff;
}

.characters-tabs__link.is-active {
    color: #fff;
    border-color: rgba(124, 231, 255, 0.55);
    box-shadow: 0 0 12px rgba(124, 231, 255, 0.18);
}

.characters-realm-block {
    margin-bottom: 18px;
}

.characters-realm-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e8f4ff;
    font-weight: 700;
    margin: 0 0 12px;
}

.characters-realm-count {
    margin-left: 0;
    color: #8ea0b3;
    font-weight: 500;
}

.character-avatar {
    position: relative;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.character-avatar__race {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.character-avatar__race--flip {
    transform: scaleX(-1);
}

.character-avatar__faction,
.character-avatar__class {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 2px rgba(8, 18, 40, 0.9);
}

.character-avatar__faction {
    right: -4px;
    bottom: -2px;
}

.character-avatar__class {
    right: -4px;
    top: -2px;
}

.character-status-badge {
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}

.character-status-badge--online { background: #1f8a3d; }
.character-status-badge--deleted { background: #d97706; }
.character-status-badge--expired { background: #5b6573; }

.character-item.is-highlighted {
    box-shadow: 0 0 0 1px rgba(124, 231, 255, 0.55), 0 8px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(96, 147, 254, 0.1);
}

.character-details {
    padding: 0 16px 16px;
}

.character-details__inner {
    border-top: 1px solid rgba(124, 231, 255, 0.12);
    padding-top: 14px;
}

.character-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.character-stat-card {
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.86) 0%, rgba(8, 16, 32, 0.86) 100%);
    border: 1px solid rgba(96, 147, 254, 0.28);
    border-radius: 8px;
    padding: 10px 12px;
    box-shadow: inset 0 1px 0 rgba(124, 231, 255, 0.08);
}

.character-stat-label {
    color: #8ea0b3;
    font-size: 12px;
    margin-bottom: 4px;
}

.character-stat-value {
    color: #fff;
    font-weight: 700;
}

.character-section {
    margin-top: 14px;
}

.character-section-title {
    color: #e8f4ff;
    font-weight: 700;
    margin-bottom: 8px;
}

.character-profession-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.character-profession-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    color: #d7e4ef;
    border-bottom: 1px solid rgba(124, 231, 255, 0.08);
}

.character-empty-note,
.character-delete-note {
    margin-top: 10px;
    color: #8ea0b3;
    font-size: 13px;
}

.character-delete-note {
    color: #f0a12b;
}

.character-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.character-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    border-radius: 6px;
    padding: 10px 14px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.character-action-btn--restore {
    background: linear-gradient(180deg, #1f8a3d 0%, #166534 100%);
}

.character-action-btn--delete {
    background: linear-gradient(180deg, #b42318 0%, #8a1c14 100%);
}

.character-flash-message,
.exchange-flash-message {
    margin: 10px 0;
    padding: 10px 12px;
    border-radius: 6px;
    background: rgba(31, 138, 61, 0.18);
    color: #7dffb0;
}

.none {
    display: none !important;
}

.character-flash-message.is-error,
.exchange-flash-message.is-error {
    background: rgba(180, 35, 24, 0.18);
    color: #ff8f8f;
}

.exchange-content {
    width: 100%;
}

.exchange-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.exchange-card,
.exchange-panel {
    background: rgba(8, 18, 40, 0.72);
    border: 1px solid rgba(124, 196, 247, 0.22);
    border-radius: 8px;
    padding: 16px;
}

.exchange-card__title {
    color: #8ea0b3;
    font-size: 13px;
    margin-bottom: 8px;
}

.exchange-card__value {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.exchange-panel__title {
    margin: 0 0 8px;
    color: #fff;
}

.exchange-panel__hint {
    color: #8ea0b3;
    margin: 0 0 16px;
}

.exchange-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.exchange-form label {
    color: #d7e4ef;
    font-weight: 600;
}

.exchange-form input {
    height: 44px;
}

.security-page {
    width: 100%;
}

.security-page .login-history {
    width: 100%;
}

.security-page .security-command {
    display: flex;
    gap: 8px;
    align-items: stretch;
    width: 100%;
    margin-top: 8px;
}

.security-page .security-command .input-with-icon {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.security-page .security-command input {
    width: 100%;
    min-width: 0;
    height: 42px;
    box-sizing: border-box;
    padding: 0 12px;
    background: rgba(8, 18, 40, 0.78);
    border: 1px solid rgba(124, 196, 247, 0.55);
    border-radius: 4px;
    color: #e8f4ff;
    font-size: 15px;
}

.security-page .security-command .submit-button {
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap;
    padding: .75rem 1rem;
}

@media (max-width: 960px) {
    .character-stats-grid,
    .exchange-grid {
        grid-template-columns: 1fr;
    }
}







.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.card .card_image img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -300px;
  height: 40px;
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}

.SelectMenu {
    min-width: 250px;
    position: relative;
}

.SelectMenu-toggle {
    font-family: Semplicita Pro, Open Sans, Arial, Helvetica, sans-serif;
    font-size: 1.08rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 10px;
    -webkit-transition: all .25s cubic-bezier(.23,1,.32,1) 0s;
    transition: all .25s cubic-bezier(.23,1,.32,1) 0s;
    display: block;
    width: 100%;
    background-color: #1c202a;
    color: #7cc4f7;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.submit-buttonn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    padding: .75rem;
    background: #111d3d91;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 12px rgb(0 165 255 / 25%);
}

.submit-buttonn:hover {
filter: brightness(150%);
}



.card {
  background: url('../images/cp/shop-bg.jpg') no-repeat center/cover; /* Замените на ваш фон */
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  width: 320px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  position: relative;
}

.cardvip {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.cardvip {
  background: url('../images/cp/vip-bg.jpg') no-repeat center/cover; /* Замените на ваш фон */
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  width: 320px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  position: relative;
}

h1 {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.emblem-icon {
  width: 60px;
  height: 60px;
  margin-top: 15px;
}

.input-group {
  margin: 15px 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 8px;
}

.input-group label {
  display: block;
  color: #aada5f;
  margin-bottom: 5px;
  font-weight: bold;
}

.input-group input {
  width: 100%;
}

.cost {
  margin: 15px 0;
  font-size: 0.95em;
  color: #7cc4f7;
}

.submit-button {
  padding: 10px 25px;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,0.1);
  color: white;
  font-size: 1em;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-button:hover {
  background-color: rgba(255,255,255,0.3);
}

.decor-image {
  width: 100%;
  margin-top: 15px;
  border-radius: 10px;
}

/* Адаптивность */
@media (max-width: 400px) {
  .card {
    width: 90%;
    padding: 15px;
  }

  h1 {
    font-size: 1em;
  }

  .submit-button {
    font-size: 0.95em;
    padding: 8px 20px;
  }

  .emblem-icon {
    width: 50px;
    height: 50px;
  }

  .decor-image {
    display: none; /* Убираем для маленьких экранов, если не помещается */
  }
}

@media (max-width: 820px) {
    .characters-card {
        padding: 0rem;
    }
    .sidebar-layout {
    display: flex;
        flex-direction: column;
    }
	
	.nav-items {
		display: flex;
        justify-content: center;
	}
	
	.icons-cp {
		display: none;
	}
	
	.inner-table tr td {
		font-size: 15px;
	}
	
	.container-cp {
		padding: 20px 20px;
	}
	
	.donate-container .donate-layout {
        display: flex;
        flex-direction: column;
        gap: 16px;
	}
	
	.terminal-stats-grid {
    display: grid;
    grid-template-columns: auto;
	}
}



#btn__content {
    background-color: #00000000;
	color: #fff;
}

.table-container {
    border: 1px solid rgb(11 54 90);
    border-radius: 4px;
    overflow: hidden;
}

.operations-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}


.table-header {
    background: #050e20cc;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.table-header th {
    padding: 12px 16px;
    color: #b4bbcb;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid rgb(11 54 90);
    position: relative;
    letter-spacing: .5px;
}

.sortable {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color .2s ease;
}

.table-row:last-child {
    border-bottom: none;
}

.table-row {
    transition: all .3s cubic-bezier(.4,0,.2,1);
    border-bottom: 1px solid rgba(239, 151, 47, .08);
    background: transparent;
}

.table-row td {
    padding: 12px 16px;
    font-size: 14px;
    vertical-align: middle;
    transition: all .3s ease;
    border-bottom: 1px solid rgb(0 165 255 / 25%);
}

.date-cell {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.accountlist {
	color: #d7e4ef;
	font-size: 20px;
    margin-top: 10px;
}

.social-icons {
display: flex;
justify-content: center;
gap: 20px;
padding: 15px;
border-top: 1px solid #003b656b;
border-bottom: 1px solid #003b656b;
background-color: #000;
background: url(../images/bg_social.jpg) center / cover no-repeat;

}

.social-icons a {
color: #333;
font-size: 24px;
transition: color 0.3s;
text-decoration: none;
}

.social-icons a
 {
color: #0077ff;
}

/* Индивидуальные цвета (по желанию) */
.social-icons .vk
 {
color: #4a76a8;
}

.social-icons .telegram
 {
color: #0088cc;
}

.social-icons .discord
 {
color: #5865F2;
}

.social-icons .mmotop
 {
color: orange;
}

.info-item-acc {
    background: #002743a1;
    border: 1px solid rgb(0 165 255 / 25%);
    border-left: 3px solid rgb(60 201 232 / 50%);
    border-radius: 4px;
    padding: 1.1rem 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
    transition: all .3s ease;
    box-shadow: 0 2px 8px #00000026;
    position: relative;
}

.info-label-acc {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.info-value-acc {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #20d6ff;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: .3px;
    flex-shrink: 0;
    padding-left: .5rem;
}

.info-value-acc-logout {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #20d6ff;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: .3px;
    flex-shrink: 0;
    padding-left: .5rem;
}

.info-grid-acc {
    display: flex;
    flex-direction: column;
    gap: .625rem;
    margin-bottom: 0.2em;
}

.value-info-t {
    color: #59f1ff;
    font-size: 14px;
    font-weight: 500;
}

.empty-card-donate {
    width: 100%;
    background-color: #ffffff08;
    border: 1px dashed rgb(0 165 255 / 25%);
    border-radius: 4px;
}




.aboutne {
    background: url(../images/about/bg/m2ods_bg.jpg) top center no-repeat;
    background-size: cover;
	position: relative;
}


.tf-about {
    width: 100%;
    padding: 48px 0 72px;
    position: relative;
    isolation: isolate;
    /* background-color: #3a526c;
    background-image: linear-gradient(180deg, #6d8498 0, #546e86 100vh, #3a526c 100%); */
    overflow: hidden;
}

.tf-about::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    background: url(../images/about/bg/about-section-bg.jpg) center top / cover no-repeat;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

.tf-about::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(32, 52, 78, 0.08) 0%, rgba(32, 52, 78, 0.16) 100%);
    pointer-events: none;
    z-index: 0;
}

.tf-about__inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.tf-about__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(160px, 220px);
    gap: 24px;
    align-items: center;
    margin-bottom: 28px;
    padding: 24px 28px;
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.92) 0%, rgba(8, 16, 32, 0.94) 100%);
    border: 1px solid rgba(96, 147, 254, 0.32);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(124, 231, 255, 0.1);
}

.tf-about__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.tf-about__eyebrow {
    margin-bottom: 10px;
    color: #7ce7ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tf-about__title {
    margin: 0 0 16px;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.15;
    text-shadow: 0 0 18px rgba(124, 231, 255, 0.22);
}

.tf-about__text {
    color: rgba(214, 226, 255, 0.88);
    font-size: 17px;
    line-height: 1.7;
}

.tf-about__visual {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 3 / 4;
    max-height: 220px;
    min-height: 0;
    margin-left: auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(96, 147, 254, 0.35);
    box-shadow: 0 0 24px rgba(96, 147, 254, 0.18);
}

.tf-about__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.tf-about__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tf-about__card {
    display: flex;
    flex-direction: column;
    min-height: 176px;
    padding: 18px 18px 20px;
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.94) 0%, rgba(8, 16, 32, 0.94) 100%);
    border: 1px solid rgba(96, 147, 254, 0.22);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(96, 147, 254, 0.08);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.tf-about__card:hover {
    transform: translateY(-3px);
    border-color: rgba(124, 231, 255, 0.42);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32), 0 0 18px rgba(96, 147, 254, 0.16);
}

.tf-about__card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.tf-about__card-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(232, 196, 92, 0.45);
    background: #0b1620;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45), 0 0 10px rgba(124, 231, 255, 0.12);
    color: #7ce7ff;
    font-size: 18px;
}

.tf-about__card-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-about__card-title {
    margin: 0;
    color: #e8f0ff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.tf-about__card-text {
    margin: 0;
    color: rgba(214, 226, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
    flex: 1;
}

@media (max-width: 900px) {
    .tf-about__hero {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .tf-about__visual {
        max-width: 180px;
        max-height: 180px;
        margin: 0 auto;
        order: -1;
    }

    .tf-about__title {
        font-size: 28px;
    }

    .tf-about__grid {
        grid-template-columns: 1fr;
    }
}

.block-mods {
    width: 100%;
    background: url(../images/about/bg/m2ods_bg1.jpg) top center no-repeat;
    background-size: cover;
    padding: 60px 0;
	position: relative;
}

section>.center {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

.flex-sbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

section>.center>.block-title {
    margin-bottom: 50px;
}

@media (max-width: 1100px) {
    .col-2-3 {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 1280px) {
    .col-2-3 {
        width: calc((100% - (20px + 20px)) / 3 * 2 + 20px);
    }
}
.col-2-3 {
    width: calc((100% - (28px + 28px)) / 3 * 2 + 28px);
}

@media (max-width: 1100px) {
    .col-1-3 {
        width: calc((100% - 20px) / 3);
    }
}

@media (min-width: 1100px) {
    .col-1-3 {
        width: calc((100% - 20px) / 3);
    }
}

.col-about-half {
    width: calc((100% - 28px) / 2);
}

.block-mods .block-title,
.block-features .block-title {
    width: 100%;
    text-align: center;
}

.block-mods .block-title > .text,
.block-features .block-title > .text {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.block-features .block-title--right {
    text-align: right;
}

.block-features .block-title--right > .text {
    margin-left: auto;
    margin-right: 0;
}

.about-items-center {
    width: 100%;
    text-align: center;
}

.about-item-center {
    width: 100%;
    margin-bottom: 40px;
}

.about-item-center:last-child {
    margin-bottom: 0;
}

.about-item-center > .circle {
    margin: 0 auto 15px;
}

.about-item-center > .content {
    width: 100%;
}

.about-item-center > .content > .title {
    text-align: center;
    font-family: fritz;
    font-size: 30px;
    color: #6093fe;
    text-shadow: 0 1px 10px #000;
    line-height: 1.2;
    margin-bottom: 12px;
}

.about-item-center > .content > .title.light {
    color: #c8e3f2;
}

.about-item-center > .content > .desc {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: DIN Next W1G;
    font-size: 20px;
    color: #c8e3f2;
    text-shadow: 0 1px 10px #000;
    line-height: 1.4;
}

@media (max-width: 820px) {
    .col-about-half {
        width: 100%;
    }
}


.circle-item {
    margin-bottom: 25px;
    align-self: stretch;
}

section>.center>.block-title>.title {
    font-family: fritz;
    font-size: 50px;
    color: #6093fe;
    text-shadow: 0 1px 10px #000;
    line-height: 54px;
    margin-bottom: 20px;
}

section>.center>.block-title>.text {
    font-family: DIN Next W1G;
    font-size: 30px;
    color: #c8e3f2;
    text-shadow: 0 1px 10px #000;
    line-height: 30px;
}

.flex-sbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 1100px) {
    .col-2-3 {
        width: 100%;
        text-align: center;
    }
}

.flex-sbc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.circle-item>.circle {
    width: 123px;
    height: 123px;
    background: url(../images/about/bg/circle_bg.png) center center no-repeat;
    border-radius: 90px;
    box-shadow: 0 0 30px #000;
    position: relative;
}

.flex-cc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.circle-item>.circle:after {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/about/bg/circle_snow.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 4;
}

.circle-item>.content {
    width: calc(100% - 141px);
}

.circle-item>.content>.title {
    width: 100%;
    font-family: fritz;
    font-size: 30px;
    color: #6093fe;
    text-shadow: 0 1px 10px #000;
    line-height: 24px;
    overflow-wrap: normal;
    word-wrap: break-word;
    word-break: normal;
    line-break: auto;
    hyphens: manual;
}

.circle-item>.content>.desc {
    width: 100%;
    font-family: DIN Next W1G;
    font-size: 20px;
    color: #c8e3f2;
    text-shadow: 0 1px 10px #000;
    margin-top: 10px;
    line-height: 17px;
}


.flex-sbc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 820px) {
    .col-1-3 {
        width: 100%;
    }
}



.block-steps {
    width: 100%;
    position: relative;
    background: url(../images/about/bg/steps_bg.jpg) #001740 top center no-repeat;
	background-size: cover;
    padding: 60px 0;
}



.swiper-slide-active {
    opacity: 1;
    filter: brightness(100%);
    border-radius: 20px;
}


@media (max-width: 1080px) {
    .swiper-slide {
        height: 340px;
        width: 500px;
    }
}

@media (max-width: 1400px) {
    .swiper-slide {
        height: 440px;
    }
}

.swiper-slide {
    width: 700px;
    height: 640px;
    border-radius: 20px;
    background: #132a5c;
    opacity: 1;
    box-shadow: 0 0 30px #000;
    filter: brightness(75%);
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1080px) {
    .swiper-slide-content {
        padding-bottom: 50px;
    }
}


.swiper-slide-content {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
	padding-bottom: 50px;
}

@media (max-width: 1080px) {
    .swiper-slide-date {
        font-size: 30px;
        line-height: 30px;
    }
}

.swiper-slide-date {
    width: 100%;
    text-align: center;
    font-family: fritz;
    font-size: 60px;
    color: #6094ff;
    text-shadow: 0 1px 10px #000;
    line-height: 60px;
}



.swiper-slide-content {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.swiper-slide-shadow-left, .swiper-slide-shadow-right {
    display: none;
}

.swiper-slide:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(12, 13, 30, 0.8) 0%, rgba(12, 13, 30, 0.5) 50%, rgba(12, 13, 30, 0) 100%);
    border-radius: 20px;
}

@media (max-width: 1080px) {
    .slider-box {
        height: 340px;
    }
}

@media (max-width: 1400px) {
    .slider-box {
        height: 440px;
    }
}

.slider-box {
    width: 100%;
    height: 640px;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    position: relative;
}

.slider-bg {
    width: calc(100vw - 60px);
    height: 100%;
    position: absolute;
    top: 0;
    left: calc((100% - (100vw - 60px)) / 2);
}


.block-features {
    width: 100%;
    position: relative;
    background: url(../images/about/bg/m2ods_bg.jpg) #020308 top center no-repeat;
	background-size: cover;
    padding: 60px 0 35px;
}



.block-raid {
    width: 100%;
    position: relative;
    background: url(../images/about/bg/raid_bg.jpg) top center no-repeat;
    box-shadow: 0 -40px 30px rgba(0, 0, 0, .5);
	background-size: cover;
    padding: 78px 0 60px;
}

.block-raid:before {
    width: 100%;
    height: 18px;
    position: absolute;
    background: url(../images/about/bg/raid_bg_before.jpg) top center no-repeat;
    content: '';
    top: 0;
}

.col-1-1 {
    width: 100%;
    text-align: center;
}

.raid {
    width: 100%;
    height: 210px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 20px #000;
    margin-bottom: 25px;
    cursor: pointer;
    z-index: 1;
}

.raid>.content {
    width: 100%;
    height: 100%;
    position: relative;
    background: transparent;
    padding-top: 5px;
    z-index: 3;
    text-align: center;
    transition: all .5s ease-in-out;
    transform: translateY(calc(100% - 85px));
}

.raid>.content>.title {
    width: 100%;
    font-family: fritz;
    font-size: 30px;
    color: #a1c0ff;
    text-shadow: 0 1px 10px #000;
    line-height: 30px;
	padding-top: 15px;
}

.raid>.content>.text {
    width: 100%;
    font-size: 18px;
    color: #c8e3f2;
    text-shadow: 0 1px 10px #000;
    line-height: 20px;
    transform: translateY(50px);
    transition: all .5s ease-in-out;
    margin-top: -5px;
}

.raid:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(12, 13, 30, 1) 0%, rgba(12, 13, 30, 0.5) 35%, rgba(12, 13, 30, 0) 100%);
}


.raid:hover .content {
	background:rgba(0,0,0,.5);
	transform:translateY(0px);
}
.raid:hover .content>.text {
	transform:translateY(20px);
}

@media (max-width: 1100px) {
    .col-1-4 {
        width: calc((100% - 20px) / 2);
    }
}

@media (min-width: 1100px) {
    .col-1-4 {
        width: calc((100% - 20px) / 3);
    }
}

@media (max-width: 820px) {
    .col-1-4 {
        width: 100%;
    }
}

.block-raid>.center>.col-1-4:nth-child(1)>.raid {
    background: url(../images/about/raid_img1.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(2)>.raid {
    background: url(../images/about/raid_img2.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(3)>.raid {
    background: url(../images/about/raid_img3.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(4)>.raid {
    background: url(../images/about/raid_img4.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(5)>.raid {
    background: url(../images/about/raid_img5.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(6)>.raid {
    background: url(../images/about/raid_img6.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(7)>.raid {
    background: url(../images/about/raid_img7.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(8)>.raid {
    background: url(../images/about/raid_img8.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(9)>.raid {
    background: url(../images/about/raid_img9.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(10)>.raid {
    background: url(../images/about/raid_img10.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(11)>.raid {
    background: url(../images/about/raid_img11.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(12)>.raid {
    background: url(../images/about/raid_img12.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(13)>.raid {
    background: url(../images/about/raid_img13.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(14)>.raid {
    background: url(../images/about/raid_img14.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(15)>.raid {
    background: url(../images/about/raid_img15.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(16)>.raid {
    background: url(../images/about/raid_img16.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(17)>.raid {
    background: url(../images/about/raid_img17.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(18)>.raid {
    background: url(../images/about/raid_img18.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(19)>.raid {
    background: url(../images/about/raid_img19.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(20)>.raid {
    background: url(../images/about/raid_img20.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(21)>.raid {
    background: url(../images/about/raid_img21.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(22)>.raid {
    background: url(../images/about/raid_img22.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(23)>.raid {
    background: url(../images/about/raid_img23.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(24)>.raid {
    background: url(../images/about/raid_img24.jpg) center center no-repeat;
    background-size: cover;
}

.block-raid>.center>.col-1-4:nth-child(25)>.raid {
    background: url(../images/about/raid_img25.jpg) center center no-repeat;
    background-size: cover;
}


.roadmapbt {
	    display: flex;
    justify-content: center;
    align-items: center;
}





.containerinfo {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.password-change, .login-history {
    background-color: #081020;
    padding: 15px;
    border-radius: 5px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    margin-bottom: 20px;
	border: 1px solid rgba(96, 147, 254, 0.32);
}

.containerinfo > .login-history,
.containerinfo > .password-change {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
}


label {
    display: block;
}



table {
    width: 100%;
    border-collapse: collapse;
}

.infoer {
	margin-top: 10px;
}

th, td {
    padding: 8px;
    text-align: left;
}

th {
    background-color: #050f27;
    color: #afd4f4;
}

td {
    border-top: 1px solid #0c375b;
}

@media (max-width: 1080px) {
    .password-change, .login-history {
        width: 100%;
    }

    .containerinfo > .login-history,
    .containerinfo > .password-change {
        flex-basis: 100%;
    }
}

.titleinfor {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.descinfo {
	color: #00bbd1;
	font-weight: 600;
}

.descinfo img {
    width: 22px;
    height: 22px;
    object-fit: cover;
    vertical-align: middle;
    margin: 0 8px 0 0;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(124, 231, 255, 0.2);
}

.descinfos {
	color: #f89408;
	font-weight: 600;
}

.login-history table {
    width: 100%;
}

.login-history th,
.login-history td {
    vertical-align: middle;
}

.history-log table th:nth-child(1),
.history-log table td:nth-child(1),
.history-log table th:nth-child(2),
.history-log table td:nth-child(2) {
    white-space: nowrap;
    width: 1%;
}

.history-log table th:nth-child(3),
.history-log table td:nth-child(3) {
    white-space: normal;
    word-break: break-word;
}

.containerinfo .login-history {
    overflow: visible;
}


.imginfo {
	padding-top: 5px;
}

.cards1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card1 {
    background-color: #1e1e1e;
    border: 2px solid #0077a7;
    border-radius: 5px;
    width: 155px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	background: url(../images/cp/vip-bg.jpg) center / cover no-repeat;
}

.cardWARRIOR {
	background: url(../images/ladder/class/GameIcon-class-warrior.jpg) center / cover no-repeat;
}

.cardPALADIN {
	background: url(../images/ladder/class/GameIcon-class-paladin.jpg) center / cover no-repeat;
}

.card1 h3 {
    margin: 10px 0;
    font-size: 18px;
}

.card1 p {
    margin: 8px 0;
	font-size: 18px;
    color: #335ef3;
    font-weight: 600;
}

.pagination {
	padding: 20px
}
.pagination a {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #0c375b;
    text-decoration: none;
}

.pagination a.active {
    background-color: #050d23;
    color: white;
    border-color: #007bff;
}

.pagination a:hover {
    background-color: #050d23;
    border-color: #007bff;
}

/* ===== Menu, forms, admin, roadmap (single stylesheet) ===== */
/* Titan sidebar menu + homepage hero (include/menu.php) */

body.body_fix {
    --titan-menu-width: clamp(248px, 24vw, 312px);
}

.titan-hero-section {
    position: relative;
    width: 100%;
    overflow: visible;
    display: block;
    background: url(../images/bg_header.jpg) center top / cover no-repeat;
}

.titan-hero-section.page__section {
    display: block;
    justify-content: initial;
}

.titan-hero-section.page__header {
    background: url(../images/bg_header.jpg) center top / cover no-repeat;
}

.titan-top-menu-bar {
    position: relative;
    z-index: 6;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

.titan-top-menu {
    position: relative;
    width: var(--titan-menu-width);
    flex-shrink: 0;
}

.titan-menu-hanger {
    position: relative;
    width: 100%;
}

.titan-menu-frame {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0% 15% 40%;
    box-sizing: border-box;
    background: url(../images/menu/bg.png) center top / 100% 100% no-repeat;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.5));
}

.titan-menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(10px, calc(var(--titan-menu-width) * 0.016), 6px);
    padding: 10px 0;
    width: 100%;
}

.titan-menu-button {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: clamp(45px, calc(var(--titan-menu-width) * 0.168), 54px);
    min-height: 42px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    /* button.png has a decorative tab on the right — compensate so text sits in the blue area */
    padding-right: 5%;
    box-sizing: border-box;
    overflow: hidden;
    color: #fff;
    font-family: BeaufortforLOL, Philosopher, Times New Roman, Times, serif;
    font-size: clamp(12px, calc(var(--titan-menu-width) * 0.046), 17px);
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 1);
    white-space: nowrap;
    background: url(../images/menu/button.png) center / 100% 100% no-repeat;
    transition: none;
}

.titan-menu-button span {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 78%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}

.titan-menu-button:hover,
.titan-menu-button:focus-visible,
.titan-menu-button.is-active {
    color: #fff;
    outline: none;
    background-image: url(../images/menu/buttonh.png);
}

.titan-hero-section .header__container {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 1114px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.titan-hero-section--with-header .header__inner,
.titan-hero-section--with-header .header__btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titan-hero-section--with-header .header_logo_new {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
}

/* Homepage: centered logo with hover glow */
.titan-hero-section--home {
    min-height: 100vh;
}

.titan-hero-section--home .header__container--home {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1114px;
    min-height: clamp(220px, 28vw, 340px);
    margin: 0 auto;
    padding: clamp(56px, 8vw, 108px) 16px clamp(28px, 4vw, 48px);
    box-sizing: border-box;
}

.titan-hero-section--home .header__inner--home {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.titan-hero-section--home .header_logo_new--home {
    width: 100%;
    max-width: clamp(320px, 42vw, 590px);
    margin: 0 auto;
    transition: filter 0.25s ease;
}

.titan-hero-section--home .header__logotype--home {
    width: 100%;
    max-width: clamp(320px, 42vw, 590px);
    height: clamp(160px, 22vw, 300px);
    margin-top: 0;
    background-image: url('../images/logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: filter 0.25s ease;
}

.titan-hero-section--home .header_logo_new--home:hover,
.titan-hero-section--home .header_logo_new--home:focus-within {
    filter: brightness(1.18) saturate(1.08);
}

.titan-hero-section--home .header_logo_new--home:hover .header__logotype--home,
.titan-hero-section--home .header_logo_new--home:focus-within .header__logotype--home {
    filter: drop-shadow(0 0 16px rgba(95, 214, 255, 0.55)) drop-shadow(0 0 28px rgba(255, 200, 108, 0.25));
}

@media (max-width: 957px) {
    .titan-top-menu-bar {
        justify-content: center;
    }
}

@media (min-width: 854px) {
    .titan-hero-section.page__section.titan-hero-section--home,
    .titan-hero-section.page__section.titan-hero-section--with-header {
        display: grid;
        grid-template-columns: var(--titan-menu-width) 1fr;
        grid-template-rows: auto 1fr;
        grid-template-areas:
            "realms realms"
            "menu content";
        align-items: stretch;
    }

    .titan-hero-section .page__servers {
        grid-area: realms;
        z-index: 8;
        width: 100%;
    }

    .titan-top-menu-bar {
        grid-area: menu;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        z-index: 10;
        justify-content: flex-start;
    }

    .titan-hero-section--home {
        padding-bottom: 24px;
    }

    .titan-hero-section--home .header__container--home,
    .titan-hero-section--with-header .header__container {
        grid-area: content;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: none;
        width: 100%;
        height: 100%;
        min-height: 0;
        margin: 0;
        padding: 0 16px;
    }
}

@media (min-width: 769px) {
    .titan-hero-section--with-header .header__logotype {
        margin-top: 12px;
    }

    .titan-hero-section--home .header__logotype--home {
        margin-top: 0;
    }
}

@media (min-width: 850px) and (max-width: 1100px) {
    .titan-hero-section--home .header__container--home {
        min-height: clamp(190px, 24vw, 280px);
    }
}

@media (max-width: 849px) {
    body.body_fix {
        --titan-menu-width: min(88vw, 250px);
    }

    .titan-hero-section.page__section.titan-hero-section--home,
    .titan-hero-section.page__section.titan-hero-section--with-header {
        display: flex;
        flex-direction: column;
    }

    .titan-hero-section .page__servers {
        order: 1;
        width: 100%;
    }

    .titan-top-menu-bar {
        order: 2;
        justify-content: center;
        position: relative;
        top: auto;
        left: auto;
    }

    .titan-hero-section--home {
        min-height: auto;
    }

    .titan-hero-section--with-header .header__container,
    .titan-hero-section--home .header__container--home {
        order: 3;
        padding-top: 8px;
        min-height: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    .titan-hero-section--with-header .header__inner,
    .titan-hero-section--with-header .header_logo_new,
    .titan-hero-section--home .header__inner--home,
    .titan-hero-section--home .header_logo_new--home {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .titan-hero-section--with-header .header__logotype,
    .titan-hero-section--with-header .header__logotype--home {
        width: 100%;
        max-width: min(92vw, 420px);
        margin: 24px auto 0;
        background-position: center center;
    }

    .titan-hero-section--home .header__container--home {
        padding: 8px 12px 24px;
    }

    .titan-hero-section--home .header__logotype--home {
        height: clamp(140px, 38vw, 220px);
        max-width: min(92vw, 420px);
    }
}

@media (max-width: 480px) {
    .titan-hero-section--home .header__logotype--home {
        height: clamp(120px, 34vw, 180px);
        max-width: min(94vw, 340px);
    }
}

/* Registration / login form — Kaelara-style fields (icon inside, no btn_input.png) */

.page-register,
.page-login {
    --reg-field-width: min(88vw, 400px);
    --reg-field-height: 48px;
}

.page-register .form-top-off,
.page-login .form-top-off {
    padding-top: 10px;
}

.page-register .reg-field,
.page-login .reg-field {
    position: relative;
    display: block;
    width: var(--reg-field-width);
    margin: 12px auto 0;
}

.page-register .reg-field::before,
.page-login .reg-field::before {
    display: none;
}

.page-register .reg-field input.f-form,
.page-login .reg-field input.f-form {
    display: block;
    width: 100% !important;
    height: var(--reg-field-height) !important;
    min-height: var(--reg-field-height) !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 12px 16px 12px 44px !important;
    border: 1px solid rgba(124, 196, 247, 0.55) !important;
    border-radius: 4px !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: rgba(8, 18, 40, 0.78) !important;
    color: #e8f4ff !important;
    font-family: Philosopher, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    text-shadow: none !important;
    box-sizing: border-box !important;
    filter: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
    -webkit-appearance: none;
    appearance: none;
}

.page-register .reg-field input.f-form[type="number"],
.page-login .reg-field input.f-form[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.page-register .reg-field input.f-form[type="number"]::-webkit-outer-spin-button,
.page-register .reg-field input.f-form[type="number"]::-webkit-inner-spin-button,
.page-login .reg-field input.f-form[type="number"]::-webkit-outer-spin-button,
.page-login .reg-field input.f-form[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-register .reg-field input.f-form:hover,
.page-login .reg-field input.f-form:hover {
    height: var(--reg-field-height) !important;
    min-height: var(--reg-field-height) !important;
    max-height: none !important;
    filter: none !important;
    color: #fff !important;
    background-color: rgba(10, 24, 52, 0.88) !important;
    border-color: rgba(124, 196, 247, 0.85) !important;
    box-shadow: none !important;
}

.page-register .reg-field input.f-form:focus,
.page-login .reg-field input.f-form:focus,
.page-register .reg-field input.f-form:focus:hover,
.page-login .reg-field input.f-form:focus:hover {
    height: var(--reg-field-height) !important;
    min-height: var(--reg-field-height) !important;
    max-height: none !important;
    filter: none !important;
    color: #fff !important;
    background-color: rgba(10, 24, 52, 0.92) !important;
    border-color: #5fd6ff !important;
    box-shadow: 0 0 0 1px rgba(95, 214, 255, 0.28), 0 0 12px rgba(95, 214, 255, 0.18) !important;
}

.page-register .reg-field input.f-form::placeholder,
.page-login .reg-field input.f-form::placeholder {
    color: rgba(160, 200, 230, 0.55) !important;
    opacity: 1;
    font-weight: 500;
    text-align: left;
}

.page-register .reg-field input.f-form:-webkit-autofill,
.page-register .reg-field input.f-form:-webkit-autofill:hover,
.page-register .reg-field input.f-form:-webkit-autofill:focus,
.page-login .reg-field input.f-form:-webkit-autofill,
.page-login .reg-field input.f-form:-webkit-autofill:hover,
.page-login .reg-field input.f-form:-webkit-autofill:focus {
    -webkit-text-fill-color: #e8f4ff !important;
    height: var(--reg-field-height) !important;
    min-height: var(--reg-field-height) !important;
    max-height: none !important;
    caret-color: #e8f4ff;
    box-shadow: inset 0 0 0 1000px rgba(8, 18, 40, 0.95) !important;
    transition: background-color 99999s ease-out;
}

@media (max-width: 480px) {
    .page-register,
    .page-login {
        --reg-field-width: min(92vw, 360px);
    }

    .page-register .reg-field input.f-form,
    .page-login .reg-field input.f-form {
        font-size: 14px !important;
        padding-left: 42px !important;
        padding-right: 14px !important;
    }
}

.page-reset .btn_type_6 button.btn__content {
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-shadow: inherit;
    cursor: pointer;
    padding: 0;
    width: 100%;
}

.page-login .verify-login-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 85px;
    width: 100%;
    margin: 25px auto 25px;
}

.page-login .verify-login-actions .btn_type_6 {
    margin: 0;
    flex: 0 0 244px;
    width: 244px;
    height: 54px;
    min-height: 54px;
    padding: 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 26px;
}

.page-login .verify-login-actions .btn_type_6 .btn__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    padding: 0;
    box-sizing: border-box;
}

@media (max-width: 720px) {
    .page-login .tf-account,
    .page-login .page__help,
    .page-login .help__inner,
    .page-login .form-top-off {
        overflow: visible;
    }

    .page-login .btn.btn_type_6 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 244px;
        height: 54px;
        min-height: 54px;
        max-height: 54px;
        margin: 64px auto 28px;
        padding: 6px 0 0;
        line-height: 26px;
        overflow: visible;
        flex: none;
        background: none;
        transform: scale(0.86);
        transform-origin: center center;
    }

    .page-login .btn.btn_type_6:after {
        display: block;
        content: "";
        position: absolute;
        width: 373px;
        height: 215px;
        left: -60px;
        top: -105px;
        right: auto;
        bottom: auto;
        border: 0;
        z-index: 0;
        pointer-events: none;
        background: transparent url(../images/btns/btn_type_66.png) no-repeat center center;
    }

    .page-login .btn.btn_type_6 .btn__content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 0 12px;
        font-size: 16px;
        line-height: 1;
        white-space: nowrap;
        position: relative;
        z-index: 2;
    }

    .page-login .verify-login-actions {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 22px;
        padding: 64px 0 48px;
        margin: 0 auto;
        overflow: visible;
    }

    .page-login .verify-login-actions .btn_type_6 {
        margin: 0;
        padding: 6px 0 0;
        flex: none;
    }

    .page-login .verify-login-actions .btn_type_6:first-child {
        z-index: 3;
    }

    .page-login .verify-login-actions .btn_type_6:last-child {
        z-index: 2;
    }

    .page-login .verify-login-actions .btn_type_6 .btn__content {
        font-size: 15px;
    }
}

/* Admin panel layout and components */

.admin-page-wrap {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: clip;
    max-width: 100%;
    position: relative;
    isolation: isolate;
    background: #080f1c;
}

.admin-page-wrap::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    background: url(../images/admin-bg.jpg) center top / cover no-repeat;
    pointer-events: none;
}

.admin-page-wrap::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(8, 16, 32, 0.42) 0%, rgba(8, 16, 32, 0.62) 55%, rgba(8, 16, 32, 0.82) 100%);
    pointer-events: none;
}

.admin-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: clip;
}

.admin-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 24px;
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.98) 0%, rgba(8, 16, 32, 0.98) 100%);
    border-bottom: 1px solid rgba(96, 147, 254, 0.32);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.admin-topbar__title {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
}

.admin-topbar__title:hover {
    color: #79dfff;
}

.admin-topbar__links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.admin-topbar__links a {
    color: #79dfff;
    text-decoration: none;
    font-weight: 600;
}

.admin-topbar__logout {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid rgba(124, 231, 255, 0.35);
    background: rgba(96, 147, 254, 0.14);
    color: #e8f4ff !important;
    box-shadow: 0 0 12px rgba(96, 147, 254, 0.16);
}

.admin-topbar__logout:hover {
    color: #fff !important;
    border-color: rgba(124, 231, 255, 0.55);
    background: rgba(96, 147, 254, 0.22);
}

.admin-topbar__links a:hover {
    color: #fff;
}

.admin-page-wrap .admin-page__help {
    flex: 1;
    width: 100%;
    margin: 0;
    padding: 24px 0 48px;
    box-sizing: border-box;
}

.admin-page-wrap .headermenu {
    background: none;
}

.admin-page-wrap .page__help {
    min-height: inherit;
    padding-bottom: 48px;
    background: none;
}

.admin-page-wrap .container-cp {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    min-width: 0;
}

.admin-page-wrap .sidebar-layout {
    display: grid;
    align-items: start;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
    width: 100%;
    min-width: 0;
}

.admin-sidebar {
    min-width: 0;
    max-width: 100%;
}

.admin-page-wrap .sidebar-cp,
.admin-page-wrap .main-content {
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.96) 0%, rgba(8, 16, 32, 0.96) 100%);
    border: 1px solid rgba(96, 147, 254, 0.32);
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(124, 231, 255, 0.08);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

.admin-page-wrap .main-content {
    min-width: 0;
    width: auto;
    overflow: hidden;
}

.admin-page-wrap .profile-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.admin-page-wrap .admin-panel {
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.admin-page-wrap .admin-table-wrap,
.admin-page-wrap .table-container {
    max-width: 100%;
    box-sizing: border-box;
}

.admin-page-wrap .terminal-link-section,
.admin-page-wrap .terminal-link-line,
.admin-page-wrap .terminal-add-section,
.admin-page-wrap .terminal-stats-section {
    margin-left: 0;
    margin-right: 0;
}

.admin-page-wrap .admin-stats-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1200px) {
    .admin-page-wrap .admin-stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .admin-page-wrap .admin-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .admin-page-wrap .admin-stats-grid {
        grid-template-columns: 1fr;
    }
}

.admin-page-wrap .site-line {
    width: 100%;
    max-width: none;
    margin-top: auto;
}

.admin-page-wrap .page__footer {
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
}

.admin-sidebar .sidebar-cp {
    position: sticky;
    top: 16px;
}

.admin-sidebar .nav-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.admin-sidebar .admin-nav-link {
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(96, 147, 254, 0.22);
    background: rgba(8, 18, 40, 0.55);
    color: #d6e4ff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-sidebar .admin-nav-link:hover,
.admin-sidebar .admin-nav-link.is-active {
    background: rgba(96, 147, 254, 0.16);
    border-color: rgba(124, 231, 255, 0.45);
    color: #fff;
    box-shadow: 0 0 14px rgba(96, 147, 254, 0.16);
}

.admin-sidebar .admin-nav-subitems {
    list-style: none;
    margin: 8px 0 0;
    padding: 0 0 0 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.admin-sidebar .admin-nav-link--sub {
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
}

.admin-panel {
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.94) 0%, rgba(8, 16, 32, 0.94) 100%);
    border: 1px solid rgba(96, 147, 254, 0.28);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(96, 147, 254, 0.08);
}

.admin-panel__title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin-hint {
    color: #8ea0b3;
    font-size: 13px;
    margin: 0 0 14px;
    line-height: 1.4;
}

.admin-form .admin-hint {
    margin: 6px 0 0;
}

.admin-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(11, 54, 90, 0.9);
    border-radius: 4px;
}

.admin-table-wrap .operations-table {
    width: 100%;
    min-width: 640px;
}

.admin-table-wrap td,
.admin-table-wrap th {
    vertical-align: middle;
}

.admin-page-wrap .operations-table .table-row td,
.admin-page-wrap .operations-table .table-row td a,
.admin-page-wrap .accountlist {
    color: #d7e4ef;
}

.admin-page-wrap .operations-table .table-row td .admin-link--danger {
    color: #ff8a80;
}

.admin-page-wrap .operations-table .table-row td a:not(.admin-link) {
    color: #79dfff;
}

.admin-table-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.admin-table-actions form {
    display: inline;
    margin: 0;
}

.admin-table-actions button.admin-link {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
}

.admin-page-wrap .bg-cp-panel {
    width: 100%;
}

.admin-link {
    color: #79dfff;
    text-decoration: none;
    font-weight: 600;
}

.admin-link:hover {
    color: #fff;
    text-decoration: underline;
}

.admin-link--danger {
    color: #ff8a80;
}

.admin-link--danger:hover {
    color: #ffcdd2;
}

.admin-form {
    display: grid;
    gap: 16px;
    max-width: none;
    width: 100%;
}

.admin-form label {
    display: block;
    margin-bottom: 6px;
    color: #d6e4ff;
    font-weight: 600;
}

.admin-form input[type="text"],
.admin-form input[type="password"],
.admin-form input[type="email"],
.admin-form input[type="number"],
.admin-form input[type="url"],
.admin-form textarea,
.admin-form select {
    width: 100%;
    box-sizing: border-box;
}

.admin-form input[type="file"] {
    width: 100%;
}

.admin-form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 0;
    margin-right: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    background-image: none;
    box-shadow: none;
    vertical-align: middle;
}

.admin-form .note-editor {
    width: 100%;
}

.admin-form .note-editor.note-frame {
    border-color: rgba(0, 165, 255, 0.35);
}

.admin-form .note-editable {
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    min-height: 220px;
}

.admin-form .note-toolbar {
    background: rgba(5, 15, 39, 0.95);
    border-color: rgba(0, 165, 255, 0.25);
}

.admin-form .note-btn {
    background: rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.12);
    color: #d6e4ff;
}

.admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.admin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 10px;
    border: 1px solid rgba(96, 147, 254, 0.45);
    background: linear-gradient(180deg, #6093fe 0%, #4a7ae0 100%);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(96, 147, 254, 0.28);
}

.admin-btn:hover {
    filter: brightness(1.06);
    color: #fff;
}

.admin-btn--secondary {
    background: rgba(8, 18, 40, 0.7);
    border-color: rgba(96, 147, 254, 0.28);
    box-shadow: none;
}

.admin-perms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.admin-perms label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(8, 18, 40, 0.55);
    border: 1px solid rgba(96, 147, 254, 0.18);
    color: #d6e4ff;
    font-weight: 600;
}

@media (max-width: 720px) {
    .admin-perms {
        grid-template-columns: 1fr;
    }
}

.admin-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.admin-tab {
    padding: 8px 14px;
    border-radius: 4px;
    border: 1px solid rgba(0, 165, 255, 0.25);
    color: #d6e4ff;
    text-decoration: none;
    font-weight: 600;
}

.admin-tab.is-active,
.admin-tab:hover {
    background: rgba(0, 165, 255, 0.18);
    color: #fff;
}

.admin-flash {
    margin: 0 0 16px;
    padding: 12px 16px;
    border-radius: 6px;
    font-weight: 600;
}

.admin-flash--success {
    background: rgba(46, 125, 50, 0.2);
    color: #9be7a4;
    border: 1px solid rgba(129, 199, 132, 0.4);
}

.admin-flash--error {
    background: rgba(198, 40, 40, 0.2);
    color: #ffabab;
    border: 1px solid rgba(229, 115, 115, 0.4);
}

.admin-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
}

.admin-badge--super,
.admin-badge--curator {
    background: rgba(255, 193, 7, 0.2);
    color: #ffd95a;
}

.admin-badge--admin {
    background: rgba(33, 150, 243, 0.2);
    color: #81d4fa;
}

.admin-badge--gm {
    background: rgba(156, 39, 176, 0.2);
    color: #ce93d8;
}

.admin-badge--moderator {
    background: rgba(0, 188, 212, 0.2);
    color: #80deea;
}

.admin-badge--event {
    background: rgba(76, 175, 80, 0.2);
    color: #a5d6a7;
}

.admin-badge--inactive {
    background: rgba(244, 67, 54, 0.2);
    color: #ff8a80;
}

.admin-bulk-toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.admin-bulk-count {
    color: #9eb4d4;
    font-size: 13px;
}

.admin-bulk-th,
.admin-bulk-td {
    width: 36px;
    text-align: center;
    vertical-align: middle;
}

.admin-bulk-th input,
.admin-bulk-td input {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.admin-btn--danger {
    background: #8b2635;
    border-color: #a83244;
}

.admin-btn--danger:hover:not(:disabled) {
    background: #a83244;
}

.admin-btn--danger:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.admin-inline-sort-form {
    margin: 0;
}

.admin-inline-form {
    margin: 0;
    display: block;
    width: auto;
    max-width: 100%;
}

.admin-inline-form input[type="number"] {
    width: 72px;
    height: 36px;
    min-height: 36px;
    padding: 6px 8px;
    background-image: none;
    text-align: center;
}

@media (max-width: 960px) {
    .admin-page-wrap .sidebar-layout {
        grid-template-columns: 1fr;
    }

    .admin-sidebar .sidebar-cp {
        position: static;
    }
}

.bgroad {
    position: relative;
    isolation: isolate;
    /* background-color: #3a526c;
    background-image: linear-gradient(180deg, #6d8498 0, #546e86 100vh, #3a526c 100%); */
    padding: 12px 16px 48px;
    min-height: 100vh;
    overflow-x: hidden;
}

.bgroad::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    background: url(../images/about/bg/roadmap-section-bg.jpg) center top / cover no-repeat;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

.bgroad::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(32, 52, 78, 0.08) 0%, rgba(32, 52, 78, 0.16) 100%);
    pointer-events: none;
    z-index: 0;
}

.tf-roadmap {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tf-rm-card {
    position: relative;
    background: rgba(8, 14, 22, 0.78);
    border: 1px solid rgba(124, 231, 255, 0.14);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35), 0 10px 28px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.tf-rm-card__toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tf-rm-card__head {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto auto 18px;
    align-items: center;
    gap: 14px 16px;
    padding: 16px 18px;
    cursor: pointer;
    margin: 0;
}

.tf-rm-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(8, 18, 28, 0.9) url(../images/about/badge.png) center / 48px 48px no-repeat;
    box-shadow: 0 0 0 1px rgba(124, 231, 255, 0.18);
    flex-shrink: 0;
}

.tf-rm-card__icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.tf-rm-card__text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tf-rm-card__title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.tf-rm-card__period {
    color: #8ea0b3;
    font-size: 13px;
    font-weight: 500;
}

.tf-rm-card__count {
    color: #3ad46a;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.tf-rm-card--progress .tf-rm-card__count {
    color: #f0a12b;
}

.tf-rm-card--planned .tf-rm-card__count {
    color: #8ea0b3;
}

.tf-rm-card__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    padding: 6px 12px;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tf-rm-card__status--done {
    background: #1f8a3d;
    box-shadow: 0 0 10px rgba(31, 138, 61, 0.35);
}

.tf-rm-card__status--progress {
    background: #d97706;
    box-shadow: 0 0 10px rgba(217, 119, 6, 0.35);
}

.tf-rm-card__status--planned {
    background: #5b6573;
}

.tf-rm-card__arrow {
    width: 9px;
    height: 9px;
    border-right: 2px solid #7ce7ff;
    border-bottom: 2px solid #7ce7ff;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
    justify-self: end;
}

.tf-rm-card__toggle:checked + .tf-rm-card__head .tf-rm-card__arrow {
    transform: rotate(45deg);
}

.tf-rm-card__body {
    display: none;
    padding: 4px 18px 18px 82px;
    border-top: 1px solid rgba(124, 231, 255, 0.08);
    background: rgba(6, 12, 20, 0.35);
}

.tf-rm-card__toggle:checked ~ .tf-rm-card__body {
    display: block;
}

.tf-rm-card__list {
    list-style: none;
    margin: 0;
    padding: 8px 0 0;
}

.tf-rm-card__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    color: #d7e4ef;
    font-size: 15px;
    line-height: 1.4;
}

.tf-rm-card__item::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border-radius: 50%;
    border: 2px solid #4ec8f0;
    box-sizing: border-box;
    flex-shrink: 0;
    background: transparent;
}

.tf-rm-card__item--done {
    color: #fff;
    font-weight: 600;
}

.tf-rm-card__item--done::before {
    border-color: #22c55e;
    background: #22c55e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.2l3 3.1 6-6.4'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
}

.tf-rm-card__item--progress {
    color: #f5d07a;
}

.tf-rm-card__item--progress::before {
    border-color: #f0c000;
    background: transparent;
    box-shadow: 0 0 8px rgba(240, 192, 0, 0.28);
}

.tf-rm-card__item--planned {
    color: #8ea0b3;
}

.tf-rm-card__item--planned::before {
    border-color: #6b7785;
    background: transparent;
}

@media screen and (max-width: 760px) {
    .tf-rm-card__head {
        grid-template-columns: 44px minmax(0, 1fr) auto 16px;
        grid-template-rows: auto auto;
        gap: 8px 12px;
        padding: 14px;
    }

    .tf-rm-card__icon {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 42px;
        height: 42px;
        background-size: 42px 42px;
    }

    .tf-rm-card__text {
        grid-column: 2 / 4;
        grid-row: 1;
    }

    .tf-rm-card__title {
        font-size: 16px;
    }

    .tf-rm-card__count {
        grid-column: 2;
        grid-row: 2;
        font-size: 15px;
        justify-self: start;
    }

    .tf-rm-card__status {
        grid-column: 3;
        grid-row: 2;
        min-width: 0;
        justify-self: end;
    }

    .tf-rm-card__arrow {
        grid-column: 4;
        grid-row: 1 / span 2;
    }

    .tf-rm-card__body {
        padding: 4px 14px 16px 14px;
    }
}

@media screen and (max-width: 1280px) {
    .bgroad::before {
        background-image: url(../images/about/bg/roadmap-section-bg.jpg);
    }
}

/* TitanForge news (Valor-style layout, ice accent) */
.tf-news {
    --tf-news-accent: #7ce7ff;
    --tf-news-accent-2: #4ec8f0;
    --tf-news-muted: #9eb3c4;
    --tf-news-card: rgba(6, 12, 18, 0.72);
    --tf-news-line: rgba(124, 231, 255, 0.16);
    position: relative;
    z-index: 1;
}

.tf-news--home {
    padding: 18px 22px 28px;
}

.tf-news--home::before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: -10px;
    height: 160px;
    background: radial-gradient(ellipse at center, rgba(80, 210, 255, 0.2), transparent 72%);
    pointer-events: none;
    z-index: 0;
}

.tf-news--home > * {
    position: relative;
    z-index: 1;
}

.tf-news--page {
    background: rgba(0, 0, 0, 0.48);
    border: 1px solid rgba(124, 231, 255, 0.1);
    border-radius: 14px;
    padding: 28px 24px 36px;
    box-shadow: 0 0 48px rgba(70, 190, 255, 0.08);
}

.tf-news-page {
    padding-bottom: 70px;
    padding-top: 70px;
}

.tf-news-page .page__container,
.tf-news-page .page__inner,
.tf-news,
.tf-news-article,
.tf-news-article__content {
    min-width: 0;
    max-width: 100%;
}

.tf-news-article {
    scroll-margin-top: 12px;
}

.tf-news__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.tf-news__heading {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tf-news__all {
    color: var(--tf-news-accent);
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
}

.tf-news__all:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(124, 231, 255, 0.6);
}

.tf-news__top {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
    gap: 20px;
    align-items: stretch;
}

.tf-news__top--solo {
    grid-template-columns: 1fr;
}

.tf-news__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.tf-news__grid--page {
    margin-top: 0;
}

.tf-news-featured,
.tf-news-card,
.tf-news-side,
.tf-news-article {
    background: var(--tf-news-card);
    border: 1px solid var(--tf-news-line);
    border-radius: 14px;
    overflow: hidden;
}

a.tf-news-featured,
a.tf-news-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.tf-news-featured {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.tf-news-media {
    display: block;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1c28, #123044 55%, #0b1520);
}

.tf-news-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-news-featured__media {
    height: 280px;
    border-radius: 14px 14px 0 0;
}

.tf-news-card__media {
    height: 168px;
}

.tf-news-article__media {
    height: 340px;
}

.tf-news-media--empty {
    min-height: 100%;
    background:
        radial-gradient(circle at 30% 20%, rgba(124, 231, 255, 0.18), transparent 42%),
        linear-gradient(135deg, #0a1c28, #123044 55%, #0b1520);
}

.tf-news-featured__body,
.tf-news-card__body,
.tf-news-article__body {
    padding: 16px 18px 18px;
}

.tf-news-featured__top,
.tf-news-card__top,
.tf-news-side__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 8px;
    margin-bottom: 0;
    padding-bottom: 14px;
}

.tf-news-featured .tf-news-title,
.tf-news-card .tf-news-title {
    margin: 0 0 8px;
}

.tf-news-side .tf-news-badge {
    font-size: 10px;
    padding: 3px 8px;
}

.tf-news-side .tf-news-date {
    font-size: 12px;
}

.tf-news-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 4px;
    background: linear-gradient(180deg, #5fd6ff, #2ea8d6);
    color: #061018;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tf-news-date,
.tf-news-meta {
    color: var(--tf-news-muted);
    font-size: 13px;
}

.tf-news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin: 10px 0 8px;
}

.tf-news-meta span,
.tf-news-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tf-news-ico {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: var(--tf-news-accent-2);
}

.tf-news-title {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}

.tf-news-title a,
.tf-news-article__title,
a.tf-news-featured .tf-news-title,
a.tf-news-card .tf-news-title {
    color: #fff;
    text-decoration: none;
}

a.tf-news-featured:hover .tf-news-title,
a.tf-news-card:hover .tf-news-title {
    color: var(--tf-news-accent);
}

.tf-news-excerpt {
    margin: 0 0 12px;
    color: var(--tf-news-muted);
    font-size: 14px;
    line-height: 1.55;
}

.tf-news-more {
    color: var(--tf-news-accent);
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.tf-news-more:hover {
    color: #fff;
}

.tf-news-side {
    display: flex;
    flex-direction: column;
    padding: 6px 8px;
}

.tf-news-side__item {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px 8px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: inherit;
}

.tf-news-side__item:last-child {
    border-bottom: 0;
}

.tf-news-side__item:hover .tf-news-side__title {
    color: var(--tf-news-accent);
}

.tf-news-side__media {
    width: 78px;
    height: 78px;
    border-radius: 10px;
}

.tf-news-side__title {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
    margin: 0 0 8px;
}

.tf-news-card.is-active {
    border-color: rgba(124, 231, 255, 0.55);
    box-shadow: 0 0 0 1px rgba(124, 231, 255, 0.25);
}

.tf-news-card:hover,
.tf-news-featured:hover {
    border-color: rgba(124, 231, 255, 0.35);
}

.tf-news-article {
    margin-bottom: 28px;
}

.tf-news-article__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
}

.tf-news-article__title {
    margin: 8px 0 16px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
}

.tf-news-article__content {
    color: #d5e2ec;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.tf-news-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.tf-news-article__content p {
    margin: 0 0 12px;
}

.tf-news-article__content h3 {
    margin: 22px 0 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.tf-news-article__content ul {
    margin: 0 0 16px;
    padding-left: 18px;
}

.tf-news-article__content li {
    margin: 0 0 8px;
}

.tf-news-stats {
    margin: 16px 0 22px;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(124, 231, 255, 0.16);
    border-radius: 12px;
    background: rgba(8, 22, 40, 0.55);
}

.tf-news-stats table {
    width: 100%;
    border-collapse: collapse;
    min-width: 420px;
}

.tf-news-article__content table,
.tf-news-article__content th,
.tf-news-article__content td {
    color: #e8f4fb;
}

.tf-news-stats th,
.tf-news-stats td {
    padding: 10px 14px;
    text-align: left;
    border-bottom: 1px solid rgba(124, 231, 255, 0.1);
    color: #e8f4fb !important;
    background: transparent;
}

.tf-news-stats th {
    color: #7ce7ff !important;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tf-news-stats td:last-child,
.tf-news-stats th:last-child {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.tf-news-stats tbody tr:last-child td {
    border-bottom: 0;
}

.tf-news-stats__note {
    color: #9eb6c6;
    font-size: 14px;
    line-height: 1.6;
}

.tf-news-empty {
    color: var(--tf-news-muted);
    padding: 28px 8px;
}

.tf-uniques {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 36px 16px 52px;
    box-sizing: border-box;
}

.tf-uniques__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 0 28px;
}

.tf-uniques__heading-icon {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    border: 1px solid rgba(124, 231, 255, 0.28);
    box-shadow: 0 0 16px rgba(70, 190, 255, 0.2);
}

.tf-uniques__title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.15;
    text-align: center;
}

.tf-uniques__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
}

.tf-uniques__card {
    background: rgba(4, 8, 14, 0.72);
    border: 1px solid rgba(124, 231, 255, 0.12);
    border-radius: 8px;
    padding: 18px 20px 20px;
    box-sizing: border-box;
}

.tf-uniques__card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.tf-uniques__icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(232, 196, 92, 0.45);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45), 0 0 10px rgba(124, 231, 255, 0.12);
    background: #0b1620;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7ce7ff;
    font-size: 18px;
}

.tf-uniques__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tf-uniques__card-title {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.25;
}

.tf-uniques__card-text {
    margin: 0;
    color: #c8d4de;
    font-size: 14px;
    line-height: 1.55;
}

.tf-uniques__card-text strong,
.tf-uniques__card-text b {
    color: #fff;
    font-weight: 700;
}

.admin-feature-icon,
.admin-feature-preview {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(232, 196, 92, 0.4);
    background: #0b1620;
    align-items: center;
    justify-content: center;
    color: #7ce7ff;
}

.admin-feature-icon img,
.admin-feature-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.admin-feature-preview {
    margin-bottom: 10px;
}

@media (max-width: 800px) {
    .tf-uniques {
        padding: 28px 12px 40px;
    }

    .tf-uniques__title {
        font-size: 22px;
    }

    .tf-uniques__grid {
        grid-template-columns: 1fr;
    }
}

.tf-news-pager {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 28px;
}

.tf-news-pager a {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(124, 231, 255, 0.22);
    background: rgba(0, 0, 0, 0.35);
    color: #d6e4ff;
    text-decoration: none;
    font-weight: 700;
}

.tf-news-pager a.is-active,
.tf-news-pager a:hover {
    background: rgba(78, 200, 240, 0.22);
    border-color: var(--tf-news-accent);
    color: #fff;
}

.admin-news-preview {
    margin-bottom: 10px;
}

.admin-news-preview img {
    max-width: 260px;
    max-height: 140px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(124, 231, 255, 0.25);
}

@media (max-width: 1100px) {
    .tf-news__top {
        grid-template-columns: 1fr;
    }

    .tf-news__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tf-news-featured__media {
        height: 240px;
    }
}

@media (max-width: 720px) {
    .tf-news--home,
    .tf-news--page {
        padding: 16px 12px 22px;
    }

    .tf-news-page {
        padding-top: 24px;
        padding-bottom: 36px;
    }

    .tf-news__heading {
        font-size: 22px;
    }

    .tf-news__grid,
    .tf-news__grid--page {
        grid-template-columns: 1fr;
    }

    .tf-news-article__media,
    .tf-news-featured__media {
        height: 190px;
    }

    .tf-news-article__title {
        font-size: 24px;
    }

    .tf-news-stats table {
        min-width: 0;
    }
}

/* Ratings / leaderboards */

.tf-ratings-page {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
    box-sizing: border-box;
    /* background-color: #3a526c;
    background-image: linear-gradient(180deg, #6d8498 0, #546e86 100vh, #3a526c 100%); */
}

.tf-ratings-page .page__container {
    position: relative;
    z-index: 1;
    flex-shrink: 1;
    width: 100%;
    max-width: min(1114px, 100%);
    min-width: 0;
    box-sizing: border-box;
}

.tf-ratings-page .page__inner,
.tf-ratings {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.tf-ratings {
    --tf-ratings-accent: #7ce7ff;
    --tf-ratings-line: rgba(124, 231, 255, 0.16);
    --tf-ratings-card: rgba(6, 12, 18, 0.72);
    background: rgba(0, 0, 0, 0.48);
    border: 1px solid rgba(124, 231, 255, 0.1);
    border-radius: 14px;
    padding: 22px 20px 28px;
    box-shadow: 0 0 48px rgba(70, 190, 255, 0.08);
}

.tf-ratings__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    max-width: 100%;
}

.tf-ratings__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid rgba(124, 231, 255, 0.22);
    background: rgba(0, 0, 0, 0.35);
    color: #d6e4ff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
}

.tf-ratings__tab:hover,
.tf-ratings__tab.is-active {
    background: rgba(78, 200, 240, 0.22);
    border-color: var(--tf-ratings-accent);
    color: #fff;
}

.tf-ratings__panel {
    display: none;
}

.tf-ratings__panel.is-active {
    display: block;
}

.tf-ratings__table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tf-ratings__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.tf-ratings__table th,
.tf-ratings__table td {
    padding: 10px 8px;
    text-align: left;
    vertical-align: middle;
    color: #d6e4ff;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid var(--tf-ratings-line);
    word-break: break-word;
}

.tf-ratings__table th {
    color: var(--tf-ratings-accent);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tf-ratings__row.is-own {
    background: rgba(78, 200, 240, 0.12);
}

.tf-ratings__row:hover {
    background: rgba(124, 231, 255, 0.06);
}

.tf-ratings__cell--rank {
    width: 44px;
    color: #9eb3c4;
    font-variant-numeric: tabular-nums;
}

.tf-ratings__cell--player {
    min-width: 188px;
}

.tf-ratings__row:nth-child(1) .tf-ratings__cell--rank { color: #ffd76a; }
.tf-ratings__row:nth-child(2) .tf-ratings__cell--rank { color: #d6e4ff; }
.tf-ratings__row:nth-child(3) .tf-ratings__cell--rank { color: #d4a574; }

.tf-ratings__player,
.tf-ratings__faction,
.tf-ratings__class {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.tf-ratings__player-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 1px;
}

.tf-ratings__race,
.tf-ratings__faction img,
.tf-ratings__class img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 4px;
}

.tf-ratings__race {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(124, 231, 255, 0.42);
    box-shadow: 0 0 12px rgba(70, 190, 255, 0.22);
    background: #0b1620;
}

.tf-ratings__class img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 2px solid rgba(124, 231, 255, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: #0b1620;
    object-fit: cover;
}

.tf-ratings__class--WARRIOR img { border-color: #c69b6d; box-shadow: 0 0 10px rgba(198, 155, 109, 0.4); }
.tf-ratings__class--PALADIN img { border-color: #f48cba; box-shadow: 0 0 10px rgba(244, 140, 186, 0.4); }
.tf-ratings__class--HUNTER img { border-color: #aad372; box-shadow: 0 0 10px rgba(170, 211, 114, 0.4); }
.tf-ratings__class--ROGUE img { border-color: #fff468; box-shadow: 0 0 10px rgba(255, 244, 104, 0.35); }
.tf-ratings__class--PRIEST img { border-color: #f0ebe0; box-shadow: 0 0 10px rgba(240, 235, 224, 0.3); }
.tf-ratings__class--DEATHKNIGHT img { border-color: #c41e3a; box-shadow: 0 0 10px rgba(196, 30, 58, 0.45); }
.tf-ratings__class--SHAMAN img { border-color: #0070dd; box-shadow: 0 0 10px rgba(0, 112, 221, 0.45); }
.tf-ratings__class--MAGE img { border-color: #68ccef; box-shadow: 0 0 10px rgba(104, 204, 239, 0.4); }
.tf-ratings__class--WARLOCK img { border-color: #9382c9; box-shadow: 0 0 10px rgba(147, 130, 201, 0.45); }
.tf-ratings__class--DRUID img { border-color: #ff7c0a; box-shadow: 0 0 10px rgba(255, 124, 10, 0.4); }

.tf-ratings__race--alliance {
    border-color: #4aa8ff;
    box-shadow: 0 0 12px rgba(74, 168, 255, 0.38);
}

.tf-ratings__race--horde {
    border-color: #d45b4a;
    box-shadow: 0 0 12px rgba(212, 91, 74, 0.34);
}

.tf-ratings__name {
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tf-ratings__online {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5dff9a;
    box-shadow: 0 0 8px rgba(93, 255, 154, 0.85);
    flex-shrink: 0;
}

.tf-ratings__player-sub,
.tf-ratings__player-guild {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 600;
    color: #9eb3c4;
    letter-spacing: 0.01em;
}

.tf-ratings__player-guild {
    color: #7ce7ff;
}

.tf-ratings__cell--ilvl {
    color: #ffd76a;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
}

.tf-ratings__cell--kills,
.tf-ratings__cell--honor,
.tf-ratings__cell--arena,
.tf-ratings__cell--rating,
.tf-ratings__cell--winpct,
.tf-ratings__cell--season {
    font-variant-numeric: tabular-nums;
}

.tf-ratings__empty {
    text-align: center;
    color: #9eb3c4;
    padding: 28px 12px !important;
}

@media (max-width: 900px) {
    .tf-ratings__cell--tablet-hide {
        display: none;
    }
}

@media (max-width: 720px) {
    .ratings-page .pageblock {
        flex-direction: column;
        align-items: stretch;
        padding: 28px 12px 18px;
        min-height: 0;
    }

    .ratings-page .pagetitle,
    .ratings-page .pagetitle2 {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        line-height: 1.35;
        padding: 4px 8px;
        text-align: center;
        max-width: 100%;
        box-sizing: border-box;
    }

    .ratings-page .pagetitle {
        font-size: 22px;
    }

    .ratings-page .pagetitle2 {
        font-size: 14px;
        color: #7ce7ff;
    }

    .tf-ratings-page {
        padding-top: 28px;
        padding-bottom: 40px;
    }

    .tf-ratings {
        padding: 16px 10px 20px;
        border-radius: 10px;
    }

    .tf-ratings__tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }

    .tf-ratings__tab {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 0 12px;
        font-size: 13px;
    }

    .tf-ratings__cell--mobile-hide {
        display: none;
    }
}

@media (max-width: 560px) {
    .tf-ratings__table thead {
        display: none;
    }

    .tf-ratings__table,
    .tf-ratings__table tbody,
    .tf-ratings__table tr,
    .tf-ratings__table td {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .tf-ratings__table tr {
        margin-bottom: 10px;
        padding: 10px 12px;
        border: 1px solid var(--tf-ratings-line);
        border-radius: 8px;
        background: var(--tf-ratings-card);
    }

    .tf-ratings__table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 6px 0;
        border-bottom: 0;
        text-align: right;
    }

    .tf-ratings__table td::before {
        content: attr(data-label);
        color: #9eb3c4;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        flex-shrink: 0;
    }

    .tf-ratings__cell--rank {
        width: auto;
        font-size: 16px;
    }

    .tf-ratings__cell--player,
    .tf-ratings__cell--guild {
        justify-content: flex-start;
    }

    .tf-ratings__cell--tablet-hide,
    .tf-ratings__cell--mobile-hide {
        display: flex;
    }

    .tf-ratings__cell--player::before,
    .tf-ratings__cell--guild::before {
        display: none;
    }

    .tf-ratings__name {
        white-space: normal;
    }

    .tf-ratings__empty {
        text-align: left;
    }

    .tf-ratings__empty::before {
        display: none;
    }
}

/* Control panel: modern sidebar and ornate submit */

.cp-sidebar {
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.78) 0%, rgba(8, 16, 32, 0.78) 100%);
    border: 1px solid rgba(96, 147, 254, 0.22);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    padding: 16px 12px 20px;
}

.cp-sidebar .info-grid-acc {
    margin: 0 8px 14px;
}

.cp-userpanel {
    margin: 0 8px 16px;
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.94) 0%, rgba(8, 16, 32, 0.94) 100%);
    border: 1px solid rgba(96, 147, 254, 0.32);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(96, 147, 254, 0.08);
    overflow: hidden;
}

.cp-userpanel__user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 14px 12px;
    border-bottom: 1px solid rgba(96, 147, 254, 0.18);
    background: rgba(96, 147, 254, 0.06);
}

.cp-userpanel__avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #7ce7ff;
    background: rgba(96, 147, 254, 0.12);
    border: 1px solid rgba(96, 147, 254, 0.35);
    box-shadow: 0 0 12px rgba(96, 147, 254, 0.18);
    flex-shrink: 0;
    overflow: hidden;
    padding: 0;
}

.cp-userpanel__avatar img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    object-fit: cover;
    display: block;
}

.cp-userpanel__meta {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cp-userpanel__name {
    color: #e8f0ff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .03em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cp-userpanel__role {
    color: #7ce7ff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.admin-userpanel .cp-userpanel__user {
    border-bottom: none;
}

.cp-userpanel__logout {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    color: #9eb8e8;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: color .2s ease;
}

.cp-userpanel__logout:hover {
    color: #7ce7ff;
}

.cp-userpanel__balances {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px;
}

.cp-userpanel__stat {
    display: grid;
    grid-template-columns: 32px 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(8, 18, 40, 0.55);
    border: 1px solid rgba(96, 147, 254, 0.16);
}

.cp-userpanel__stat-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #7ce7ff;
    background: rgba(96, 147, 254, 0.12);
    border: 1px solid rgba(96, 147, 254, 0.35);
    font-size: 12px;
}

.cp-userpanel__stat-label {
    color: #9eb8e8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cp-userpanel__stat-value {
    color: #7ce7ff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 10px rgba(124, 231, 255, 0.28);
}

.admin-perms-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cp-sidebar__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    padding: 8px 0 12px;
}

.cp-sidebar .btn_type_6,
.cp-submit-ornate .btn_type_6 {
    margin: 10px auto;
}

.cp-sidebar .btn_type_6 .btn__content,
.cp-submit-ornate .btn_type_6 .btn__content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    line-height: 1;
}

.cp-sidebar .btn_type_6.is-active .btn__content {
    color: #fff;
    text-shadow: 0 0 10px rgba(124, 231, 255, 0.95), 0 0 6px rgba(1, 3, 1, 0.75);
}

.cp-sidebar .btn_type_6.is-active:after,
.cp-submit-ornate .btn_type_6:hover:after {
    filter: brightness(140%);
}

.cp-submit-ornate {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 8px 0 4px;
}

button.btn {
    font-family: inherit;
    background: transparent;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
}

.page__help .main-content {
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.78) 0%, rgba(8, 16, 32, 0.78) 100%);
    border: 1px solid rgba(96, 147, 254, 0.22);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.admin-form select {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border-radius: 4px;
    border: 1px solid rgba(124, 196, 247, 0.45);
    background: rgba(8, 18, 40, 0.78);
    color: #e8f4ff;
}

.cp-history {
    margin-top: 22px;
    width: 100%;
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.92) 0%, rgba(8, 16, 32, 0.92) 100%);
    border: 1px solid rgba(96, 147, 254, 0.32);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(96, 147, 254, 0.08);
    overflow: hidden;
}

.cp-history__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 14px 16px;
    color: #e8f0ff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(96, 147, 254, 0.18);
    background: rgba(96, 147, 254, 0.06);
}

.cp-history__table {
    width: 100%;
    border-collapse: collapse;
}

.cp-history__table th,
.cp-history__table td {
    padding: 10px 16px;
    text-align: left;
    font-size: 14px;
}

.cp-history__table th {
    color: #9eb8e8;
    font-weight: 600;
    background: rgba(8, 18, 40, 0.45);
}

.cp-history__table td {
    color: #d7e4ef;
    border-top: 1px solid rgba(96, 147, 254, 0.12);
}

.donate-layout .cp-history,
.cp-history--side {
    margin-top: 0;
}

.donate-container .donate-stats-section {
    min-width: 0;
}

.tf-top-don {
    width: 100%;
    min-width: 0;
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.94) 0%, rgba(8, 16, 32, 0.94) 100%);
    border: 1px solid rgba(96, 147, 254, 0.32);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(96, 147, 254, 0.08);
    overflow: hidden;
}

.tf-top-don__head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(96, 147, 254, 0.18);
    background: rgba(96, 147, 254, 0.06);
}

.tf-top-don__icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #7ce7ff;
    background: rgba(96, 147, 254, 0.12);
    border: 1px solid rgba(96, 147, 254, 0.35);
    box-shadow: 0 0 12px rgba(96, 147, 254, 0.18);
    flex-shrink: 0;
    font-size: 13px;
}

.tf-top-don__title {
    margin: 0;
    color: #e8f0ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.tf-top-don__list {
    list-style: none;
    margin: 0;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tf-top-don__item {
    display: grid;
    grid-template-columns: 32px 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(8, 18, 40, 0.55);
    border: 1px solid rgba(96, 147, 254, 0.16);
}

.tf-top-don__item.is-rank-1 {
    background: linear-gradient(90deg, rgba(201, 162, 39, 0.16) 0%, rgba(8, 18, 40, 0.55) 58%);
    border-color: rgba(232, 196, 92, 0.38);
}

.tf-top-don__item.is-rank-2 {
    background: linear-gradient(90deg, rgba(168, 186, 214, 0.14) 0%, rgba(8, 18, 40, 0.55) 58%);
    border-color: rgba(186, 206, 232, 0.32);
}

.tf-top-don__item.is-rank-3 {
    background: linear-gradient(90deg, rgba(176, 112, 62, 0.16) 0%, rgba(8, 18, 40, 0.55) 58%);
    border-color: rgba(210, 146, 88, 0.32);
}

.tf-top-don__rank {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    color: #d7e4ef;
    background: rgba(96, 147, 254, 0.12);
    border: 1px solid rgba(96, 147, 254, 0.35);
}

.tf-top-don__item.is-rank-1 .tf-top-don__rank {
    color: #1a1406;
    background: linear-gradient(180deg, #f3d56a 0%, #c4922a 100%);
    border-color: rgba(255, 224, 130, 0.7);
    box-shadow: 0 0 12px rgba(232, 196, 92, 0.45);
}

.tf-top-don__item.is-rank-2 .tf-top-don__rank {
    color: #121820;
    background: linear-gradient(180deg, #e8eef8 0%, #9aa9c0 100%);
    border-color: rgba(230, 238, 250, 0.55);
}

.tf-top-don__item.is-rank-3 .tf-top-don__rank {
    color: #1a120a;
    background: linear-gradient(180deg, #e0a36a 0%, #a05c2c 100%);
    border-color: rgba(232, 176, 112, 0.5);
}

.tf-top-don__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #e8f4ff;
    font-size: 14px;
    font-weight: 600;
}

.tf-top-don__amount {
    color: #7ce7ff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    text-shadow: 0 0 10px rgba(124, 231, 255, 0.28);
}

.tf-top-don__empty {
    list-style: none;
    padding: 18px 12px;
    text-align: center;
    color: #9eb8e8;
    font-size: 13px;
}

@media (max-width: 980px) {
    .donate-container .donate-layout {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .cp-history {
        margin-top: 0;
    }
}

@media (max-width: 720px) {
    .cp-history__title {
        font-size: 13px;
        padding: 12px 14px;
    }

    .cp-history__table thead {
        display: none;
    }

    .cp-history__table tr {
        display: block;
        padding: 10px 14px;
        border-bottom: 1px solid rgba(96, 147, 254, 0.12);
    }

    .cp-history__table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 6px 0;
        border-top: 0;
    }

    .cp-history__table td::before {
        content: attr(data-label);
        color: #9eb3c4;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .03em;
        flex-shrink: 0;
    }

    .donate-container .form-group label {
        font-size: 16px;
    }

    .donate-container .submit-button,
    .tf-2fa__copy,
    .ref-system__btn {
        min-height: 46px;
    }
}

.tf-2fa {
    width: 100%;
}

.tf-2fa__card {
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.94) 0%, rgba(8, 16, 32, 0.94) 100%);
    border: 1px solid rgba(96, 147, 254, 0.35);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(124, 231, 255, 0.08);
    padding: 22px 22px 8px;
}

.tf-2fa__status {
    margin-bottom: 18px;
}

.tf-2fa__badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.tf-2fa__badge.is-on {
    color: #7dffb0;
    background: rgba(31, 138, 61, 0.22);
    border: 1px solid rgba(125, 255, 176, 0.35);
}

.tf-2fa__badge.is-off {
    color: #ffd18a;
    background: rgba(240, 161, 43, 0.16);
    border: 1px solid rgba(240, 161, 43, 0.35);
}

.tf-2fa__lead {
    margin: 12px 0 0;
    color: rgba(214, 226, 255, 0.86);
    font-size: 15px;
    line-height: 1.55;
}

.tf-2fa__step {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-top: 1px solid rgba(96, 147, 254, 0.16);
}

.tf-2fa__step-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #7ce7ff;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(32, 59, 123, 0.92) 0%, rgba(13, 27, 51, 0.96) 100%);
    border: 1px solid rgba(96, 147, 254, 0.5);
    box-shadow: 0 0 12px rgba(96, 147, 254, 0.25);
}

.tf-2fa__step-body {
    flex: 1 1 auto;
    min-width: 0;
}

.tf-2fa__step-title {
    margin: 4px 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.tf-2fa__hint {
    margin: 8px 0 0;
    color: rgba(214, 226, 255, 0.72);
    font-size: 13px;
    line-height: 1.5;
}

.tf-2fa__command {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.tf-2fa__command input {
    flex: 1 1 auto;
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    box-sizing: border-box;
    background: rgba(8, 18, 40, 0.78);
    border: 1px solid rgba(124, 196, 247, 0.55);
    border-radius: 8px;
    color: #e8f4ff;
    font-size: 15px;
}

.tf-2fa__copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    min-width: 148px;
    height: 46px;
    padding: 0 16px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(180deg, #6093fe 0%, #4a7ae0 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(96, 147, 254, 0.35);
}

.tf-2fa__copy:hover {
    filter: brightness(1.06);
}

.tf-2fa__copy.is-copied {
    background: linear-gradient(180deg, #3ecf8e 0%, #2ea86f 100%);
    box-shadow: 0 4px 14px rgba(62, 207, 142, 0.35);
}

@media (max-width: 720px) {
    .tf-2fa__command {
        flex-direction: column;
    }

    .tf-2fa__copy {
        width: 100%;
    }
}

.titan-hero-section .page__servers {
    overflow: visible;
    height: auto;
}

@media (max-width: 720px) {
    .page__servers {
        padding: 12px 8px 16px;
    }

    .servers__inner {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 6px 0 10px;
    }

    .servers__border {
        display: none;
    }

    .servers__server {
        margin: 0;
    }

    .server__ico {
        width: 52px;
        height: 48px;
        top: 0;
    }

    .server__pic {
        width: 88px;
        height: 88px;
    }
}

/* Legal pages and how-to-connect catalog */

/* Legal, connect, support, ratings page backgrounds */

.tf-legal,
.tf-connect,
.tf-support {
    position: relative;
    isolation: isolate;
    /* background-color: #3a526c;
    background-image: linear-gradient(180deg, #6d8498 0, #546e86 100vh, #3a526c 100%); */
    overflow: hidden;
    padding: 18px 16px 72px;
    min-height: 70vh;
}

.tf-legal::before,
.tf-connect::before,
.tf-support::before,
.tf-ratings-page::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 0;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
    pointer-events: none;
}

.tf-legal::before {
    background-image: url(../images/legal-bg.jpg);
}

.tf-connect::before {
    background-image: url(../images/connect-bg.jpg);
}

.tf-support::before {
    background-image: url(../images/support-bg.jpg);
}

.tf-ratings-page::before {
    background-image: url(../images/ratings-bg.jpg);
}

.tf-legal::after,
.tf-connect::after,
.tf-support::after,
.tf-ratings-page::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(32, 52, 78, 0.08) 0%, rgba(32, 52, 78, 0.16) 100%);
    pointer-events: none;
}

.tf-account {
    position: relative;
    isolation: isolate;
    /* background-color: #3a526c;
    background-image: linear-gradient(180deg, #6d8498 0, #546e86 100vh, #3a526c 100%); */
    overflow: hidden;
    padding-bottom: 32px;
}

.tf-account::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 100vh;
    z-index: 0;
    background: url(../images/account-bg.jpg) center top / cover no-repeat;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
    pointer-events: none;
}

.tf-account::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(32, 52, 78, 0.08) 0%, rgba(32, 52, 78, 0.16) 100%);
    pointer-events: none;
}

.tf-account .page__help,
.tf-account .page__section.help {
    background: none;
    position: relative;
    z-index: 1;
}

.page-login .tf-account,
.page-register .tf-account {
    padding-bottom: 16px;
}

.tf-legal__inner,
.tf-connect__inner {
    position: relative;
    z-index: 1;
    width: min(960px, calc(100% - 24px));
    margin: 0 auto;
}

.tf-connect__inner {
    width: min(1100px, calc(100% - 24px));
    display: block;
}

.tf-connect__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
    margin: 0 0 48px;
    position: relative;
    z-index: 1;
}

.tf-connect__below {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 0;
    clear: both;
}

.tf-connect__card {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 22px 24px 24px;
    overflow: hidden;
    min-width: 0;
    position: relative;
    z-index: 1;
    margin: 0;
}

.tf-connect__card--files {
    overflow: hidden;
    padding-bottom: 24px;
}

.tf-legal__card,
.tf-connect__card {
    background: linear-gradient(180deg, rgba(13, 27, 51, 0.9) 0%, rgba(8, 16, 32, 0.92) 100%);
    border: 1px solid rgba(96, 147, 254, 0.28);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(124, 231, 255, 0.1);
}

.tf-legal__card {
    padding: 28px 32px 36px;
    color: rgba(214, 226, 255, 0.92);
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
}

.tf-legal__card p {
    margin: 0 0 12px;
}

.tf-legal__card strong {
    color: #fff;
    font-weight: 700;
}

.tf-legal__card a {
    color: #7ce7ff;
    text-decoration: none;
}

.tf-connect a:not(.tf-action-btn):not(.btn):not(.titan-menu-button) {
    color: #7ce7ff;
    text-decoration: none;
}

.tf-legal__card a:hover,
.tf-connect a:not(.tf-action-btn):not(.btn):not(.titan-menu-button):hover {
    color: #fff;
    text-decoration: underline;
}

.tf-connect__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.tf-connect__icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(96, 147, 254, 0.4);
    background: rgba(8, 18, 40, 0.85);
    box-shadow: 0 0 12px rgba(96, 147, 254, 0.16);
    color: #7ce7ff;
    font-size: 18px;
}

.tf-connect__title {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-shadow: 0 0 16px rgba(124, 231, 255, 0.18);
}

.tf-connect__lead,
.tf-connect__note {
    margin: 0 0 14px;
    color: rgba(214, 226, 255, 0.82);
    font-size: 15px;
    line-height: 1.6;
}

.tf-connect__downloads {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 25px;
    padding: 4px 0 0;
    gap: 50px;
}

.tf-connect .tf-page-btn.titan-menu-button,
.tf-support .tf-page-btn.titan-menu-button {
    width: 280px;
    max-width: 100%;
    height: 70px;
    min-height: 70px;
    flex-shrink: 0;
    padding-right: 5%;
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    text-decoration: none;
    background-size: 100% 100%;
}

.tf-page-btn span {
    color: #fff;
}

.tf-connect__steps {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    counter-reset: connect-step;
}

.tf-connect__steps li {
    position: relative;
    padding: 12px 14px 12px 52px;
    color: rgba(214, 226, 255, 0.88);
    font-size: 15px;
    line-height: 1.55;
    background: rgba(8, 18, 40, 0.55);
    border: 1px solid rgba(96, 147, 254, 0.16);
    border-radius: 10px;
    counter-increment: connect-step;
}

.tf-connect__steps li::before {
    content: counter(connect-step);
    position: absolute;
    left: 12px;
    top: 12px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(96, 147, 254, 0.18);
    border: 1px solid rgba(124, 231, 255, 0.35);
    color: #7ce7ff;
    font-size: 13px;
    font-weight: 800;
}

.tf-connect__realmlist {
    margin: 0 0 14px;
    padding: 12px 16px;
    color: #7ce7ff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: center;
    background: rgba(8, 18, 40, 0.72);
    border: 1px solid rgba(124, 231, 255, 0.28);
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(124, 231, 255, 0.08);
}

.tf-connect__libs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    min-width: 0;
}

.tf-connect__lib {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    max-width: 100%;
    min-height: 100%;
    padding: 16px;
    background: rgba(8, 18, 40, 0.55);
    border: 1px solid rgba(96, 147, 254, 0.16);
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
}

.tf-connect__lib-logo {
    height: 42px;
    display: flex;
    align-items: center;
}

.tf-connect__lib-logo img {
    display: block;
    max-height: 36px;
    max-width: 140px;
    width: auto;
    object-fit: contain;
}

.tf-connect__lib-body h3 {
    margin: 0 0 8px;
    color: #e8f0ff;
    font-size: 16px;
    font-weight: 700;
}

.tf-connect__lib-body p {
    margin: 0 0 10px;
    color: rgba(214, 226, 255, 0.78);
    font-size: 14px;
    line-height: 1.5;
}

.tf-connect__reqs {
    overflow: hidden;
    border: 1px solid rgba(96, 147, 254, 0.18);
    border-radius: 12px;
}

.tf-connect__reqs-row {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr 1.2fr;
    gap: 0;
    color: rgba(214, 226, 255, 0.86);
    font-size: 14px;
}

.tf-connect__reqs-row > div {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(96, 147, 254, 0.12);
    border-right: 1px solid rgba(96, 147, 254, 0.12);
}

.tf-connect__reqs-row > div:last-child {
    border-right: 0;
}

.tf-connect__reqs-row:last-child > div {
    border-bottom: 0;
}

.tf-connect__reqs-row--head {
    background: rgba(13, 27, 51, 0.92);
    font-weight: 800;
}

.tf-connect__reqs-row--head > div:nth-child(1) {
    color: #fff;
}

.tf-connect__reqs-row--head > div:nth-child(2) {
    color: #7cc4f7;
}

.tf-connect__reqs-row--head > div:nth-child(3) {
    color: #97b472;
}

.tf-connect__reqs-row:not(.tf-connect__reqs-row--head) > div:first-child {
    color: #e8f0ff;
    font-weight: 700;
}

@media (max-width: 900px) {
    .tf-legal__card {
        padding: 20px 16px 24px;
        font-size: 15px;
    }

    .tf-connect__grid,
    .tf-connect__libs {
        grid-template-columns: 1fr;
    }

    .tf-connect__reqs-row {
        grid-template-columns: 1fr;
    }

    .tf-connect__reqs-row > div {
        border-right: 0;
    }

    .tf-connect__reqs-row--head {
        display: none;
    }

    .tf-connect__reqs-row:not(.tf-connect__reqs-row--head) > div:nth-child(2)::before {
        content: "Минимум: ";
        color: #7cc4f7;
        font-weight: 700;
    }

    .tf-connect__reqs-row:not(.tf-connect__reqs-row--head) > div:nth-child(3)::before {
        content: "Рекомендуется: ";
        color: #97b472;
        font-weight: 700;
    }

    .tf-support__grid {
        grid-template-columns: 1fr;
    }
}

.tf-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
    border-radius: 10px;
    border: 1px solid rgba(124, 231, 255, 0.42);
    background: linear-gradient(180deg, rgba(52, 102, 178, 0.92) 0%, rgba(14, 36, 78, 0.96) 100%);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(124, 231, 255, 0.22);
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.tf-action-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    border-color: rgba(124, 231, 255, 0.7);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34), 0 0 16px rgba(96, 147, 254, 0.2);
}

.tf-action-btn--sm {
    width: auto;
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
    align-self: flex-start;
}

.tf-connect__lib-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.tf-support__inner {
    position: relative;
    z-index: 1;
    width: min(1100px, calc(100% - 24px));
    margin: 0 auto;
}

.tf-support__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.tf-support__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 320px;
    padding: 0;
    border: 1px solid rgba(96, 147, 254, 0.28);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    background: #08101c;
}

.tf-support__art {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0.72) saturate(0.95);
    pointer-events: none;
}

.tf-support__bg {
    display: none;
}

.tf-support__card::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(8, 16, 32, 0.28) 0%, rgba(8, 16, 32, 0.62) 48%, rgba(8, 16, 32, 0.86) 100%);
    pointer-events: none;
}

.tf-support__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 12px;
    padding: 18px 18px 16px;
    min-height: 320px;
}

.tf-support__head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.tf-support__icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(96, 147, 254, 0.4);
    background: rgba(8, 18, 40, 0.85);
    box-shadow: 0 0 12px rgba(96, 147, 254, 0.16);
    color: #7ce7ff;
    font-size: 15px;
}

.tf-support__text {
    position: relative;
    z-index: 2;
    color: rgba(232, 240, 255, 0.94);
    font-size: 25px;
    line-height: 1.55;
    flex: 1 1 auto;
    text-shadow: 0 1px 8px rgb(0 131 255 / 50%);
}

.tf-support__body .tf-page-btn {
    align-self: center;
    margin-top: auto;
}

.tf-support__title {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.tf-connect__card--guide .tf-connect__note:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .tf-support__grid {
        grid-template-columns: 1fr;
    }
}

html, body, * {
    scrollbar-width: thin;
    scrollbar-color: #218cda #001330;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #001330;
}

::-webkit-scrollbar-thumb {
    background: #218cda;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3aa3ea;
}

