body{
    background: url(img/background.png) no-repeat center top, url(img/bg_texture.png) repeat;
    font-family: "Alegreya Sans", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #c7c7c7;
    background-color: #000000;
}
a{
    text-decoration: none;
    color: #aeaeae;
    font-weight: bold;
}
.container.main {
    margin: 250px auto 0 auto;
}
.container {
    width: 1130px;
    margin: 0 auto 0 auto;
}
.col-mid {
    width: 690px;
    float: left;
    margin: 0 20px;
}
.col-left, .col-right {
    width: 200px;
    float: left;
}
.border-box {
    color: #8f8f8f;
    background: url(img/cnt_bg.png) repeat left top;
    /* padding: 10px; */
    background-clip: padding-box;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    position: relative;
    border-width: 6px 6px;
    border-style: solid;
    border-color: inherit;
    border-image: url(img/cnt.png) 6 repeat;
    border-image-width: 6px;
    border-radius: 0;
    z-index: 5;
}
.no-padding{
    padding: 0 !important;
}
.corner {
    background: url(img/corner.png) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    filter: drop-shadow(0 0 1px #000);
    pointer-events: none;
}
.corner.lt{
	left: -7px;
	top: -7px;
}
.corner.rt{
	right: -7px;
	top: -7px;
	transform: rotate(90deg);
}
.corner.rb{
	right: -7px;
	bottom: -7px;
	transform: rotate(180deg);
}
.corner.lb{
	left: -7px;
	bottom: -7px;
	transform: rotate(270deg);
}
ul.side_menu{
    margin: 0;
    padding: 0;
}
ul.side_menu li{
    list-style: none;
    transition: background ease .2s;
}
ul.side_menu.striped li:nth-child(even) a{
    background: linear-gradient(90deg, rgb(0 0 0 / 34%), transparent);
}
ul.side_menu.striped li:nth-child(odd) a{
    background: linear-gradient(90deg, rgba(144, 144, 144, 0.052), transparent);
}
ul.side_menu li a{
    color: #a6a6a6;
    font-size: 13.4px;
    transition: color ease .2s, padding ease .3s, background ease .2s, text-shadow ease .2s;
    display: inline-block;
    position: relative;
    padding: 6px 8px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #fff1;
    border-top: 1px solid #0003;
    font-weight: bold;
    text-shadow: 0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000;
}

ul.side_menu li a:hover{
    color: #ffd700; 
    padding: 6px 8px 6px 12px;
    background: transparent !important;
    text-shadow: 0 0 5px #3d2e00, 0 0 15px #3d2e00, 0 0 5px rgb(180, 130, 0), 0 0 25px rgb(180, 130, 0);
}
ul.side_menu li:has(a:hover){
    background: linear-gradient(90deg, #c9a00025, transparent);
    backdrop-filter: blur(2px);
}
.border-box .w-title{
    width: 194px;
    height: 36px;
    background: url(img/widget_title4.png) no-repeat left top;
    margin: -2px 0 0 -3px;
    position: relative;
}
.border-box .w-title .ico{
    position: absolute;
    left: 0;
    top: -3px;
    z-index: 3;
    filter: drop-shadow(0 0 5px #000);
}
.border-box .w-title .txt{
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 3;
    text-transform: capitalize;
}
.col-mid .border-box .w-title{
    width: 684px;
    height: 40px;
    background: url(img/widget-title-big.png) no-repeat left top;
    margin: -6px 0 0 -9px;
    position: relative;
}
.col-mid .border-box .w-title .txt{
    width: 100%;
    text-align: center;
    font-family: "Volkhov", serif;
    font-size: 21px;
    font-weight: normal;
    position: absolute;
    background: linear-gradient(#e5e5e5, #242424);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 1px 5px #000);
}
.chain-spacer{
    width: 100%;
    height: 20px;
    background: url(img/chain.png) 10% -12px repeat-y,  url(img/chain.png) 90% -12px repeat-y;
    filter: drop-shadow(0 0 5px #000) drop-shadow(0 0 2px #000);
}
.nav {
    width: 100%;
    height: 57px;
    background: linear-gradient(#000000e6, #1e1e1ebd);
    border-bottom: 1px solid #222222;
    backdrop-filter: blur(7px);
    box-shadow: 0 2px 10px #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    color: #ababab;
  }
  
  .nav .left {
    float: left;
  }
  .nav .btn {
    font-family: "Alegreya Sans", sans-serif;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 4px;
    background: #515151;
    color: #a3a3a3;
    font-weight: bold;
    font-size: 14px;

    /* text-transform: uppercase; */
    margin: 12px 4px;
    text-shadow: 0 0 0 transparent !important;
    transition: background-color ease .2s, color ease .2s;
    border: 0 none;
  }
  .btn .navbtn{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    line-height: 13px;
  }
  .nav .btn:hover{
    cursor: pointer;
    color: #d5d5d5;
  }
  .nav-login,
  .nav-register {
    vertical-align: top;
  }
  .nav-account{
    float: right;
    display: block;
  }
  .nav-account .inputtext{
    margin: 12px 4px;
    vertical-align: top;
    border: 0 none;
    background: rgba(150, 150, 150, 0.078);
    padding: 9px 7px;
    border-radius: 4px;
    width: 140px;
    color: #ffffff;
    font-size: 14px;
    font-family: "Alegreya Sans", sans-serif;
  }
  .nav-account .inputtext:focus{
    background: rgba(255, 210, 100, 0.111);
    color: #ffffff80;
    outline: 2px solid #fff3;
  }
  
  .nav-account .inputtext::placeholder{
    color: #ffffff59;
  }
  .navsep {
    display: inline-block;
    vertical-align: middle;
    height: 57px;
    width: 2px;
    background: url(img/nav_sep.png) no-repeat center center;
  }
  
  .nav .btn:hover {
    background-color: #666666;;
  }
  
  .nav-login {
    background-color: #6b5500 !important;
  }
  
  .nav-login:hover {
    background-color: #8a6d00 !important;;
  }
  
  .nav .btn:active {
    box-shadow: 0 0 0 #000;
    outline: 2px solid #fff3;
  }
  .infotext {
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 20px;
  }
  
  .logosmall {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 35px;
    text-align: center;
    line-height: 40px;
    position: relative;
    background: linear-gradient(#5c420050, rgb(180 130 0 / 70%));
    border-radius: 50%;
    margin-top: 9px;
    margin-right: 10px;
    color: #ffffffbb;
    text-shadow: 0 1px 0 #0006;
    font-family: serif;
    transition: all ease .2s !important;
    box-shadow: 0 0 7px #c9a000cc, 0 0 21px #c9a000cc, 0 0 7px #c9a000cc inset, 0 0 2px #c9a000cc;
  }
  
  .logosmall:hover {
    box-shadow: 0 0 9px #c9a000ee, 0 0 28px #c9a000ee, 0 0 9px #c9a000ee inset, 0 0 22px #c9a000ee;
  }
  
  .left .fa-clock,
  .left .fa-users {
    transform: scale(1.2);
    text-align: center;
    width: 25px;
  
  }
  .download_btn{
    width: 202px;
    height: 55px;
    background: url(img/download-btn.png) no-repeat left top;
    display: block;
    margin-left: -1px;
    filter: drop-shadow(0 0 20px #000);
  }
  .download_btn p{
    width: 202px;
    height: 55px;
    background: url(img/download-btn.png) no-repeat left bottom;
    display: block;
    opacity: 0;
    padding: 0;
    margin: 0;
    transition: opacity ease-in-out 0.1s;  
  }
  .download_btn:hover p{
  opacity: 1;
  }
  .tab-content {
    display: none;
  }
  
  .tab-content.active {
    display: block;
  }
  
  .nav-tab-wrapper {
    width: 676px;
    margin-left: -5px;
  }
  
  .nav-content-wrapper {
    backdrop-filter: blur(4px);
    background: #212121a5;
    width: 676px;
    padding: 4px;
    margin-left: -5px;
    margin-bottom: -5px;
    box-sizing: border-box;
  }
  
  .nav-tab {
    background: linear-gradient(#6060609b, #16161660);
    padding: 7px 12px;
    font-size: 13px;
    display: inline-block;
    margin-left: 5px;
    opacity: 0.69;
    border-radius: 4px 4px 0 0;
    text-shadow: 0 0 0 transparent;
  }
  
  .nav-tab-active {
    color: #fff;
    background: linear-gradient(#707070a5, #212121a5);
    opacity: 1;
  }
  .logobox {
    width: 230px;
    height: 280px;
    background: url(img/logo.png) no-repeat left top;
    background-size: contain; /* Adjusted to maintain aspect ratio */
    margin: -150px 0 0 -10px;
  }
  .pedestal{
    width: 200px;
    height: 89px;
    background: url(img/pedestal.png) no-repeat left bottom;
    position: relative;
    margin-top: -69px;
  }
  .pedestal img{
    position: absolute;
    right: 94px;
    bottom: 24px;
  }
  .footer{
    width: 100%;
    margin-top: 30px;
    text-align: center;
    float: left;
    color: #818181;
    padding: 30px 0;
  }
  ul.links{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.079);
  }
  ul.links li{
    display: inline-block;
  }
  ul.links li a{
    display: inline-block;
    padding: 7px 10px;
    border-radius: 4px;
    margin: 7px 2px;
    text-shadow: 0 0 0 transparent;
    transition: color ease .2s, background-color ease .2s;
    font-size: 16px;
    font-weight: normal;
  }
  ul.links li a:hover{
    color: #fff;
    background-color: #fff1;
  }
  .topplayer_up{
    font-size: 14px;
    font-weight: bold;

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 135px;
    vertical-align: bottom;
}
.topplayer_down{
    font-size: 11px;
    font-weight: bold;
}
.topplayer_left{
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0;
    margin: 0 3px 0 0;
    width: 25px;
    height: 25px;
    position: relative;
}
.topplayer_left .toutfit{
    position: absolute;
    right: -3px;
    bottom: 0;
    transform: scale(0.8);
}
.topplayer_right{
    display: inline-block;
    vertical-align: middle
}
.topplayers li a{
  padding-top: 5px;
  padding-bottom: 5px;
}
.topplayers li a:before{
  top: calc(50% - 20px);
  font-size: 30px;
  left: 0px;
  color: #fff7;
}
.topplayers li a:hover{
  font-weight: normal;
}
.nav-tab-socials {
  padding: 2px 8px;
  display: inline-block;
  float: right;
}

.nav-tab-socials a {
  display: inline-block;
  margin: 0 0 0 5px;
  height: 23px;
  background-image: url(img/socials.png);
  background-position-x: 0;
  background-position-y: 0;
  position: relative;
  transition: all linear .1s;
  background-position-y: 0;
}


.nav-tab-socials a:hover {
  background-position-y: -23px;

}

.nav-tab-socials a.twitch:hover {
  filter: drop-shadow(0 0 7px #a645ff);
}
.nav-tab-socials a.discord:hover {
  filter: drop-shadow(0 0 7px #5865f2);
}
.nav-tab-socials a.youtube:hover {
  filter: drop-shadow(0 0 7px #ff0000);
}

.nav-tab-socials a.twitch{
  width: 64px;
}

.nav-tab-socials a.discord{
  width: 29px;
  background-position-x: -75px;
}

.nav-tab-socials a.youtube{
  width: 32px;
  background-position-x: -114px;
}
.col-mid .border-box input, .col-mid .border-box img, .col-mid .border-box textarea{
  max-width: 550px;
}
.content-box {
  font-family: Tahoma, sans-serif;
}
.content-box table {
  font-size: 13px;
}
.tabtable{
  width: 100%;
}
.tabtable{
  width: 100%;
}
.tabtable{
  width: 100%;
  font-size: 13px;
  overflow: hidden;
  border: 1px solid #0004;
  border-radius: 3px;
  box-shadow: 0 0 5px #0005;
}
.tabtable tr:nth-child(even){
  background: linear-gradient(90deg, #ffffff0c, transparent);
}
.tabtable tr:nth-child(odd){
  background: linear-gradient(90deg, #0000000c, transparent);
}
/* ── Legacy Server overrides ── */
body {
    background-image:
        radial-gradient(ellipse 80% 50% at 50% -5%, #5c420045 0%, transparent 65%),
        url(img/background.png),
        url(img/bg_texture.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: center top, center top, left top;
}

.nav {
    border-bottom-color: #c9a00033;
    box-shadow: 0 2px 10px #000, 0 1px 0 #c9a00022;
}




.download_btn {
    filter: drop-shadow(0 0 20px #000);
}
