body {
    margin: 0px;
    font-family: Arial;
    /*background-position:center;*/
    background-color: #000000;
    padding: 0px;
    background-image: url(/assets/img/topbar_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0px;
}

a:link,
a:visited,
a:active {
    color: #858378;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.is-hidden {
    display: none;
}

.is-visible {
    display: block;
}

.text-center {
    text-align: center;
}

.seo-hidden {
    position: absolute;
    top: 10px;
    left: 50px;
    width: 500px;
    height: 200px;
    display: none;
}

.popup-message {
    font-size: 12px;
    text-align: center;
    padding-top: 15px;
}

.captcha-image {
    border: 1px solid #000000;
}

.captcha-refresh {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.blank {
    clear: both;
}

.blank-1 {
    height: 1px;
}

.blank-5 {
    height: 5px;
}

.blank-8 {
    height: 8px;
}

.blank-10 {
    height: 10px;
}

.blank-12 {
    height: 12px;
}

.blank-15 {
    height: 15px;
}

.blank-25 {
    height: 25px;
}

.blank-35 {
    height: 35px;
}

.space-top-5 {
    margin-top: 5px;
}

.space-top-15 {
    margin-top: 15px;
}

.gold-strong {
    font-weight: bold;
    color: gold;
}

.underlined-strong {
    text-decoration: underline;
    font-weight: bold;
}

.highlight-link {
    color: #f49a09 !important;
}

.discord-banner {
    width: 220px;
    height: 208px;
    border-radius: 5px;
}

.news-fixed-height {
    min-height: 0;
    height: auto;
}

.news-label-right {
    margin-left: auto;
    color: #706E5E;
    text-align: right;
}


img {
    border: none;
}

#logo {
    margin: auto;
    display: block;
    cursor: pointer;
    width: fit-content;
    padding-top: 20px;
}
#logo img {
    display: block;
    max-height: 115px;
    width: auto;
}

#main #top {
    height: 160px;
}

#main #menu {
    height: 55px;
    background: url(/assets/img/menubg.png) no-repeat scroll center 0 transparent;
}

#main #menu #buttons {
    margin: auto;
    position: relative;
    width: 980px;
}

#main #menu #buttons ul {
    margin: 0px;
    padding: 0 12px;
    list-style: none outside none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 55px;
}

#main #menu #buttons ul li {
    display: inline-block;
    margin-left: 0;
}

.main-navigation__link {
    display: inline-block;
    padding: 4px 9px 6px 9px;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #d8b84e !important;
    letter-spacing: 0.8px;
    text-shadow: 0 1px 0 #000000, 0 0 4px rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    line-height: 1;
}

.main-navigation__link:hover {
    color: #f6da79 !important;
    text-decoration: none;
    border-bottom-color: #d0a037;
    transform: translateY(-1px);
}

.main-navigation__link--active {
    color: #ff3030 !important;
    border-bottom-color: #d0a037;
    text-shadow: 0 1px 0 #000000, 0 0 6px rgba(140, 0, 0, 0.65);
}

/* =============================================
   DROPDOWN / SUB-MENU
   ============================================= */

/* Dropdown barındıran li */
#main #menu #buttons ul li.has-dropdown {
    position: relative;
}

/* Ok işareti: --has-arrow modifier */
.main-navigation__link--has-arrow::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #d8b84e;
    transition: transform 0.2s ease, border-top-color 0.2s ease;
    position: relative;
    top: -1px;
}

/* Hover'da ok rengi */
.has-dropdown:hover > .main-navigation__link--has-arrow::after {
    border-top-color: #f6da79;
    transform: rotate(180deg);
}

/* Dropdown listesi – varsayılan gizli */
.main-navigation__dropdown {
    display: block;
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    min-width: 160px;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    background: linear-gradient(to bottom, #2a0e10 0%, #1c0a0d 100%);
    border: 1px solid #8b2530;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 100, 100, 0.1);
    z-index: 999;
    /* Gizli durum */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
}

/* Dropdown görünür */
.has-dropdown:hover > .main-navigation__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

/* Hover kaybolmaması için bridge (köprü) */
#main #menu #buttons ul li.has-dropdown::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 999;
}

/* Küçük üçgen ok (dropdown'ın üstüne işaret eden) */
.main-navigation__dropdown::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #8b2530;
}

.main-navigation__dropdown::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2a0e10;
}

/* Dropdown list item */
.main-navigation__dropdown li {
    display: block;
    margin: 0;
    padding: 0;
}

/* Dropdown link */
.main-navigation__dropdown-link {
    display: block;
    padding: 7px 16px;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #d4b25a !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-left: 2px solid transparent;
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, padding-left 0.18s ease;
}

/* Dropdown link ayırıcı çizgi */
.main-navigation__dropdown li + li .main-navigation__dropdown-link {
    border-top: 1px solid rgba(139, 37, 48, 0.4);
}

/* Dropdown link hover */
.main-navigation__dropdown-link:hover {
    color: #f9e07a !important;
    background: linear-gradient(to right, rgba(180, 50, 50, 0.22) 0%, transparent 100%);
    border-left-color: #d0a037;
    padding-left: 20px;
    text-decoration: none;
}

#main #content #content-top {
    height: 14px;
    background: url(/assets/img/contentbg_top.png) no-repeat scroll center 0 transparent;
}

#main #content #center {
    min-height: 1070px;
    height: auto;
    width: 1002px;
    background: url(/assets/img/contentbglong.png) no-repeat scroll center 0 transparent;
    background-size: 100% 100%;
    margin: auto;
    position: relative;
    color: #FFF;
    overflow: hidden;
}

#main #content #center #left {
    float: left;
    width: 219px;
    margin-left: 16px;
}

#main #content #center #middle {
    float: left;
    width: 503px;
    margin-left: 16px;
}

#main #content #center #right {
    float: left;
    width: 222px;
    margin-left: 16px;
}

#main #content #center #left {
    margin-top: 3px;
}

/* =============================================
   ACCOUNT SETTINGS PANEL
   ============================================= */

#main #content #center #left #settings.account-settings {
    width: 219px;
    box-sizing: border-box;
    background: linear-gradient(160deg, #2e0d12 0%, #1a080d 60%, #130508 100%);
    border: 1px solid #7a1f2b;
    border-radius: 10px;
    box-shadow:
            inset 0 1px 0 rgba(255, 100, 100, 0.12),
            0 4px 18px rgba(0, 0, 0, 0.6),
            0 0 0 1px rgba(20, 5, 8, 0.8);
    overflow: hidden;
    padding: 0;
    height: auto;
}

/* --- Header: Avatar + Kullanıcı Adı --- */
.accs-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px 10px 10px;
    border-bottom: 1px solid rgba(122, 31, 43, 0.55);
    background: linear-gradient(to bottom, #3d1218 0%, #2a0b10 100%);
}

.accs-avatar {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #c9923a;
    background:
            radial-gradient(circle at 38% 35%, #e0a84e 0 8px, transparent 9px),
            linear-gradient(135deg, #5a1b24 0%, #3a0d14 100%);
    box-shadow: 0 0 8px rgba(200, 120, 40, 0.4), inset 0 1px 0 rgba(255,200,100,0.15);
    display: block;
}

.accs-header__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 1px;
}

.accs-greeting {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #907060;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.accs-username {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #f0c555;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 0 #2a0808, 0 0 8px rgba(220, 160, 40, 0.4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}

/* --- Bakiye Satırları --- */
.accs-balances {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(122, 31, 43, 0.45);
}

.accs-balance {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px 6px;
    border-radius: 5px;
    transition: background 0.2s;
}

.accs-balance:hover {
    background: rgba(180, 50, 50, 0.12);
}

.accs-balance__icon {
    font-size: 15px;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
}

.accs-balance__label {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #a0857a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex: 1;
}

.accs-balance__value {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #f0c040;
    text-shadow: 0 1px 0 #2a0808;
    min-width: 24px;
    text-align: right;
}

.accs-balance--silk .accs-balance__value {
    color: #7dd8ff;
    text-shadow: 0 0 6px rgba(120, 200, 255, 0.4);
}

.accs-balance--tl .accs-balance__value {
    color: #f0c040;
    text-shadow: 0 0 6px rgba(240, 185, 40, 0.35);
}

/* --- Menü Linkleri --- */
.accs-menu {
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    border-bottom: 1px solid rgba(122, 31, 43, 0.45);
}

.accs-menu__link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 15px;
    color: #c8a880 !important;
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, padding-left 0.18s ease;
    letter-spacing: 0.2px;
    line-height: 1.3;
}

.accs-menu__link:hover {
    color: #f6db80 !important;
    background: linear-gradient(to right, rgba(180, 50, 50, 0.18) 0%, transparent 100%);
    border-left-color: #c9923a;
    padding-left: 18px;
    text-decoration: none;
}

.accs-menu__icon {
    font-size: 15px;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
    opacity: 0.8;
}

.accs-menu__link--highlight {
    color: #f49a09 !important;
}

.accs-menu__link--highlight:hover {
    color: #ffbc30 !important;
}

/* --- Çıkış Butonu --- */
.accs-logout-btn {
    display: block;
    width: calc(100% - 24px);
    margin: 8px 12px 12px 12px;
    padding: 7px 0;
    background: linear-gradient(to bottom, #7a1a1a 0%, #4e1010 100%);
    border: 1px solid #9b3030;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 100, 100, 0.18), 0 1px 4px rgba(0,0,0,0.5);
    color: #f5c070;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #2a0808;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.accs-logout-btn:hover {
    background: linear-gradient(to bottom, #941c1c 0%, #5e1212 100%);
    border-color: #c04040;
}

.accs-logout-btn:active {
    background: linear-gradient(to bottom, #3e0c0c 0%, #5c1010 100%);
}

#main #content #center #left #login {
    height: 217px;
    width: 219px;
    background: url(/assets/img/loginbg.png) no-repeat scroll center 0 transparent;
}

#main #content #center #left #login #label {
    height: 20px;
    margin-left: 20px;
    color: #e6c461;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #2e0a0a;
}

#main #content #center #left #login .textfield input {
    width: calc(100% - 36px);
    height: 24px;
    background: linear-gradient(to bottom, #2c0e12 0%, #1b0b0f 55%, #13090c 100%);
    border: 1px solid #8e2e37;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 173, 173, 0.15), 0 0 0 1px rgba(36, 8, 8, 0.8);
    color: #e1cab5;
    margin-left: 18px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

#main #content #center #left #login .textfield input:focus {
    border-color: #cd8a3a;
    outline: none;
    box-shadow: 0 0 0 2px rgba(205, 138, 58, 0.22), inset 0 1px 0 rgba(255, 195, 195, 0.2);
}

#main #content #center #left #login #lostmypass {
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
}

#main #content #center #left #login #lostmypass .login-form__forgot-link {
    color: #c4a44b !important;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

#main #content #center #left #login #lostmypass .login-form__forgot-link:hover {
    color: #f4d37a !important;
    border-bottom-color: #b98f2e;
    text-decoration: none;
}

#main #content #center #left #login #loginbuton {
    width: 183px;
    height: 39px;
    background: linear-gradient(to bottom, #c52f2f 0%, #8f1a1a 55%, #6f1414 100%);
    border: 1px solid #9b6e1d;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 #de6565, 0 0 0 1px #3b0808;
    margin-left: 18px;
    display: block;
    cursor: pointer;
    padding: 0;
    text-align: center;
}

#main #content #center #left #login #loginbuton:hover {
    background: linear-gradient(to bottom, #d03838 0%, #9a1d1d 55%, #771515 100%);
    border-color: #bb8a2e;
}

#main #content #center #left #login #loginbuton:active {
    background: linear-gradient(to bottom, #691111 0%, #8f1a1a 100%);
}

#main #content #center #left #login #loginbuton .login-button-text {
    display: inline-block;
    line-height: 39px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #f5d279;
    text-shadow: 0 1px 0 #360a0a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#main #content #center #left #login #registerbuton {
    height: 39px;
    width: 183px;
    margin-left: 18px;
}

#main #content #center #left #login #registerbuton .register-link {
    width: 183px;
    height: 39px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #a7771c;
    border-radius: 3px;
    background: linear-gradient(to bottom, #a92222 0%, #7d1515 52%, #611111 100%);
    box-shadow: inset 0 1px 0 #cc5050, 0 0 0 1px #3a0909;
    text-align: center;
    text-decoration: none;
}

#main #content #center #left #login #registerbuton .register-link:hover {
    background: linear-gradient(to bottom, #be2a2a 0%, #8b1b1b 52%, #6b1313 100%);
    border-color: #c8942d;
    text-decoration: none;
}

#main #content #center #left #login #registerbuton .register-link:active {
    background: linear-gradient(to bottom, #5d1010 0%, #7c1717 100%);
}

#main #content #center #left #login #registerbuton .register-link-text {
    display: inline-block;
    line-height: 39px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #f6d97b;
    text-shadow: 0 1px 0 #3a0b0b;
    text-transform: uppercase;
}

.support-link {
    width: 219px;
    height: 82px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 14px;
    border: 1px solid #b98a2f;
    border-radius: 8px;
    background: linear-gradient(to bottom, #f12e2e 0%, #bf1616 55%, #8b1111 100%);
    box-shadow: inset 0 1px 0 #ff7474, 0 0 0 1px #450909;
    text-decoration: none;
}

.support-link:hover {
    background: linear-gradient(to bottom, #ff3838 0%, #cc1818 55%, #981313 100%);
    border-color: #cf9e3f;
    text-decoration: none;
}

.support-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 12px;
    background:
            radial-gradient(circle at center, #a30000 0 13px, transparent 14px),
            conic-gradient(#f9ffff 0 42deg, #de3f00 42deg 82deg, #f9ffff 82deg 124deg, #de3f00 124deg 166deg, #f9ffff 166deg 208deg, #de3f00 208deg 250deg, #f9ffff 250deg 292deg, #de3f00 292deg 334deg, #f9ffff 334deg 360deg);
    border: 2px solid #ffe6b3;
    box-shadow: inset 0 0 0 1px #9b1f1f;
}

.support-text-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.support-brand {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    color: #f4cc60;
    letter-spacing: 0.4px;
    text-shadow: 0 1px 0 #3f0e0e;
    text-transform: uppercase;
}

.support-text {
    margin-top: -2px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #f6e0a4;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-shadow: 0 1px 0 #2f0808;
    text-transform: uppercase;
}

.client-download-card {
    width: 222px;
    height: 90px;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    border: none;
    background: url(/assets/img/indir.png) no-repeat 0 0 transparent;
    margin-bottom: 5px;
    text-decoration: none;
}

.client-download-card:hover {
    filter: brightness(1.05);
    text-decoration: none;
}

.client-download-copy {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 95px;
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-align: left;
}

.client-download-brand {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    color: #d8b04f;
    text-shadow: 0 1px 0 #000000;
    letter-spacing: 0.5px;
}

.client-download-title {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #d0d7de;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #000000;
}

.client-download-accent {
    margin-top: 2px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #e0b63e;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #000000;
}

.right-feature-card {
    width: 222px;
    height: 87px;
    display: block;
    position: relative;
    margin-bottom: 5px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.right-feature-card:hover {
    filter: brightness(1.05);
    text-decoration: none;
}

.right-feature-copy {
    position: absolute;
    top: 16px;
    right: 8px;
    width: 98px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.right-feature-copy.with-brand {
    top: 8px;
}

.right-feature-brand {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    color: #deba59;
    text-shadow: 0 1px 0 #000000;
}

.right-feature-text {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #e3c44f;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #000000;
    margin-top: 2px;
}

.instant-card {
    background-image: url(/assets/img/instant_data.png);
}

.forum-card {
    background-image: url(/assets/img/forumbutonbuyuk.png);
}

.server-stats-card {
    background-image: url(/assets/img/serverstatsbigbuton.png);
}

.server-stats-card .right-feature-text {
    letter-spacing: 1.1px;
}

.server-load-card {
    width: 222px;
    box-sizing: border-box;
    margin-top: 15px;
    border: 1px solid #6d2626;
    background: linear-gradient(to bottom, #351015 0%, #1f0d12 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45);
    border-radius: 10px;

}

.server-load-card__header {
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #e6b95d;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    background: linear-gradient(to bottom, #6b1d26 0%, #4f1520 100%);
    border-bottom: 1px solid #2b1118;
    position: relative;
    border-bottom: 1px solid #74202b;
    border-top-left-radius:10px;
    border-top-right-radius: 10px;
}



.server-load-card__count {
    text-align: center;
    color: #ffffff;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 37px;
    font-weight: 600;
    padding: 16px 0 14px 0;
}

.server-load-bar {
    width: 190px;
    height: 20px;
    margin: 0 auto 16px auto;
    background: linear-gradient(to bottom, #dadada 0%, #bdbdbd 100%);
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #3a2020;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.server-load-bar__fill {
    --server-load-color: #b73333;
    height: 100%;
    width: 0;
    min-width: 38px;
    position: relative;
    overflow: hidden;
    background:
            linear-gradient(to bottom, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.08) 45%, rgba(0, 0, 0, 0.12) 100%),
            linear-gradient(to right, var(--server-load-color) 0%, var(--server-load-color) 100%);
    color: #ffd6d6;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
    transition: width 0.4s ease;
}

.server-load-bar__fill::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.08) 0,
            rgba(255, 255, 255, 0.08) 6px,
            rgba(255, 255, 255, 0) 6px,
            rgba(255, 255, 255, 0) 12px
    );
    pointer-events: none;
}

.section-panel__title {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #e1c04d;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #2a0b0b;
}

#main #content #center #left #sosical {
    min-height: 59px;
    background: linear-gradient(to bottom, #1f2c3d 0%, #101821 55%, #0a1016 100%);
    border: 1px solid #17517e;
    border-radius: 4px;
    margin-top: 2px;
    padding: 2px 0 8px 0;
    box-sizing: border-box;
}

.section-panel__title--social {
    margin-bottom: 2px;
}

.social-panel__links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px 8px;
    padding: 0 4px 4px 4px;
}

.social-panel__link {
    display: inline-flex;
    line-height: 0;
}

#main #content #center #left #sosical .social-icon {
    width: auto;
    height: auto;
    max-width: 50px;
}

#main #content #center #left #fortress {
    min-height: 105px;
    background: linear-gradient(to bottom, #3d0d12 0%, #28080d 46%, #1d070b 100%);
    border: 1px solid #b72431;
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 116, 116, 0.2), 0 0 0 1px rgba(23, 6, 6, 0.8);
    margin-top: 15px;
    overflow: hidden;
}

#main #content #center #left #fortress .section-panel__title,
#main #content #center #left #rates .section-panel__title {
    height: 34px;
    line-height: 34px;
    margin-bottom: 2px;
    border-bottom: 1px solid #7f1f2a;
    background: linear-gradient(to bottom, #7a1d27 0%, #5a151f 100%);
}

#main #content #center #left #fortress .fortress-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 8px 10px 8px;
}

#main #content #center #left #fortress .fortress-item {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 7px;
    border-top: 1px solid #7e1d28;
    border-bottom: 1px solid #461017;
    background: linear-gradient(to bottom, rgba(125, 35, 40, 0.38) 0%, rgba(52, 14, 18, 0.24) 100%);
}

#main #content #center #left #fortress .fortress-item__icon-wrap {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border: 1px solid #8e7034;
    border-radius: 50%;
    background: rgba(20, 8, 8, 0.45);
    overflow: hidden;
    margin-top: 0;
}

#main #content #center #left #fortress .fortress-item__icon {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

#main #content #center #left #fortress .fortress-item__content {
    min-width: 0;
    width: 100%;
}

#main #content #center #left #fortress .fortress-item__title {
    margin-bottom: 2px;
    line-height: 1;
}

#main #content #center #left #fortress .fortress-item__line {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 8.3pt;
    color: #d2d2d2;
    line-height: 1.1;
    white-space: nowrap;
}

#main #content #center #left #fortress .fortress-item__name {
    color: #f0f0f0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 8.8pt;
    white-space: nowrap;
}

#main #content #center #left #fortress .fortress-item__owner {
    color: #ffea52;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main #content #center #left #fortress .fortress-item__owner a,
#main #content #center #left #fortress .fortress-item__owner a:visited {
    color: inherit;
    text-decoration: none;
}

#main #content #center #left #fortress .fortress-item__owner a:hover,
#main #content #center #left #fortress .fortress-item__owner a:focus {
    color: inherit;
    text-decoration: underline;
}

#main #content #center #left #fortress .fortress-item__tax {
    color: #ffea52;
    font-weight: bold;
    margin-left: auto;
    white-space: nowrap;
}

#main #content #center #middle {
    margin-top: 3px;
}

#main #content #center #middle #banner {
    width: 503px;
    height: 218px;
    overflow: hidden;
}

.hero-banner {
    position: relative;
}

.hero-slider {
    width: 503px;
    height: 218px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item {
    height: 218px;
}

.hero-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    z-index: 5;
}

.hero-slider .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    border: 2px solid #f4bf40 !important;
    background: rgba(27, 16, 10, 0.9) !important;
    border-radius: 2px;
    box-sizing: border-box;
}

.hero-slider .owl-dots .owl-dot span {
    display: none !important;
}

.hero-slider .owl-dots .owl-dot.active {
    background: #f4bf40 !important;
    box-shadow: 0 0 6px rgba(244, 191, 64, 0.7);
}

#main #content #center #middle #news {
    margin-top: 15px;
}

#main #content #center #middle #news #newlabel {
    width: 501px;
    margin-left: -1px;
    height: 25px;
    position: relative;
    background: url(/assets/img/label_general.png?v=4) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    color: #ccb33f;
    font-family: Arial;
    font-size: 14px;
    padding: 0 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 25px;
    font-weight: bold;
}

#main #content #center #middle #news #newscroll {
    background: #1A1A1A;
    border-left: 1px solid #961825;
    border-right: 1px solid #961825;
    width: 500px;
}

.news-feed {
    height: auto;
    overflow-x: hidden;
}

.news-feed__list {
    padding: 10px;
}

.news-feed__item {
    position: relative;
    display: flex;
    gap: 12px;
    padding: 10px 8px 12px 8px;
    border-bottom: 1px solid #4d2b2b;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.news-feed__item:hover {
    background: rgba(120, 27, 27, 0.12);
    border-bottom-color: #7f2d2d;
}

.news-feed__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.news-feed__stretched-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.news-feed__thumbnail {
    width: 145px;
    height: 88px;
    flex-shrink: 0;
    border: 1px solid #8c6127;
    border-radius: 4px;
    overflow: hidden;
    background: #111111;
}

.news-feed__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-feed__content {
    flex: 1;
    min-width: 0;
}

.news-feed__title {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #e8c24a;
}

.news-feed__meta {
    margin-top: 5px;
    color: #8e7f68;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
}

.news-feed__excerpt {
    margin: 7px 0 0 0;
    color: #b9b9b9;
    font-size: 12px;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
}

.news-feed__detail-btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: 10px;
    padding: 4px 10px;
    border: 1px solid #a5752a;
    border-radius: 3px;
    background: linear-gradient(to bottom, #8f1c1c 0%, #671414 100%);
    color: #f2d57d !important;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.news-feed__detail-btn:hover {
    background: linear-gradient(to bottom, #a52121 0%, #761919 100%);
    color: #ffe6a3 !important;
    text-decoration: none;
}

.news-feed__empty {
    padding: 40px 20px;
    text-align: center;
    color: #c8a880;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.6;
}

.news-feed__empty p {
    margin: 0;
    color: #b9b9b9;
}

#main #content #center #middle #news #newbottom {
    position: relative;
    background: url(/assets/img/news_bottom.png?v=2) no-repeat scroll 0 0 transparent;
    width: 501px;
    margin-left: -1px;
    background-size: 100% 10px;
    height: 10px;
}

#main #content #center #right {
    margin-top: 3px;
}

#main #content #center #right #bigbutons {
    background: url(images/soscialmedia_bg.png?v=2) no-repeat scroll 0 0 transparent;
}

#main #content #center #right #bigbutons .bigbutton {
    margin-bottom: 5px;
}

#main #content #center #left #rates {
    min-height: 110px;
    background: linear-gradient(to bottom, #3d0e12 0%, #28080d 52%, #1e060a 100%);
    border: 1px solid #b72431;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 120, 120, 0.18), 0 0 0 1px rgba(23, 6, 6, 0.85);
    margin-top: 15px;
    overflow: hidden;
}

#main #content #center #left #rates .type {
    font-size: 10pt;
    font-family: Tahoma, Geneva, sans-serif;
    color: #ffffff;
    margin-left: 0;
    float: none;
    width: auto;
    padding-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

#main #content #center #left #rates .value {
    font-size: 10pt;
    font-family: Tahoma, Geneva, sans-serif;
    color: #f2d264;
    float: none;
    padding-top: 0;
    font-weight: bold;
}

#main #content #center #left #rates .rates-list {
    padding-bottom: 8px;
}

#main #content #center #left #rates .rate-row {
    min-height: 25px;
    margin: 0 10px;
    float: none;
    margin-top: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-top: 1px solid #7d1d29;
    border-bottom: 1px solid #431017;
    background: linear-gradient(to bottom, rgba(126, 38, 44, 0.35) 0%, rgba(62, 19, 24, 0.15) 100%);
}

#main #content #center #left #rates .rate-row--exp .value,
#main #content #center #left #rates .rate-row--sp .value {
    color: #f5d86f;
}

#main #content #center #left #rates .rate-row--drop .value,
#main #content #center #left #rates .rate-row--prp .value {
    color: #eec45f;
}

#main #content #center #right #ranks {
    margin-top: 15px;
    position: relative;
    border: 1px solid #b72431;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(to bottom, #3f1116 0%, #2a0b0f 48%, #1a0609 100%);
    box-shadow: inset 0 1px 0 rgba(255, 118, 118, 0.15), 0 0 0 1px rgba(28, 7, 7, 0.85);
}

.ranks-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 9px 10px 7px 10px;
    border-bottom: 1px solid #74202b;
    background: linear-gradient(to bottom, #6b1d26 0%, #4f1520 100%);
}

.ranks-panel__title {
    color: #e9c645;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.ranks-panel__view-all {
    color: #f5d888 !important;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    border-bottom: 1px solid rgba(245, 216, 136, 0.45);
}

.ranks-panel__view-all:hover {
    color: #fff0b8 !important;
    border-bottom-color: rgba(255, 240, 184, 0.9);
    text-decoration: none;
}

.ranks-tabs {
    display: flex;
    gap: 6px;
    padding: 8px 8px 6px 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.ranks-tab {
    min-height: 28px;
    border: 1px solid #7d6324;
    border-radius: 4px;
    background: linear-gradient(to bottom, #5f1620 0%, #3f1017 100%);
    color: #f0dc9b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.4px;
    cursor: pointer;
    padding: 0 5px;
    white-space: nowrap;
    flex: 0 1 auto;
}

.ranks-tab:hover {
    background: linear-gradient(to bottom, #74202a 0%, #4e141d 100%);
    border-color: #b98a33;
}

.ranks-tab.is-active {
    background: linear-gradient(to bottom, #c28a28 0%, #a36f17 100%);
    color: #1f1103;
    border-color: #e6c06a;
    box-shadow: inset 0 1px 0 rgba(255, 233, 172, 0.5);
}

.ranks-table-wrap {
    padding: 0 8px 8px 8px;
}

.ranks-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    border: 1px solid #85303a;
    background: rgba(33, 8, 12, 0.6);
}

.ranks-table {
    table-layout: auto;
}

.ranks-table thead th:first-child {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}

.ranks-table tbody td.rank-pos {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}

.ranks-table thead th {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    color: #eccb68;
    padding: 6px 4px;
    border-bottom: 1px solid #8d333e;
    background: linear-gradient(to bottom, #622029 0%, #43151c 100%);
    overflow: hidden;
    text-overflow: ellipsis;
}

.ranks-table tbody tr:nth-child(odd) {
    background: rgba(115, 35, 42, 0.18);
}

.ranks-table tbody tr:nth-child(even) {
    background: rgba(70, 18, 25, 0.18);
}

.ranks-table tbody td {
    padding: 5px 4px;
    border-top: 1px solid #512129;
    color: #f3e8d0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.ranks-table tbody .rank-pos {
    color: #f0d35e;
    text-align: center;
    font-weight: bold;
}

.ranks-table tbody .rank-name {
    color: #fef7df;
    font-weight: 600;
}

.ranks-table tbody .rank-value {
    color: #f2d064;
    text-align: center;
    font-weight: 600;
}

.ranks-table tbody .rank-meta {
    color: #dcb982;
    text-align: center;
}



#main #content #center #right #timebar {
    height: 90px;
    background: url(images/serverTime_bg.png?v=4) no-repeat scroll 0 0 transparent;
    margin: 0 0 10px;
    position: relative;
}

#main #content #center #right #timebar .text {
    height: 30px;
    width: 100px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 70px;
    top: 45px;
}

#main #footer {
    width: 1002px;
    min-height: 43px;
    height: auto;
    background: linear-gradient(to bottom, #3a0e13 0%, #27080e 50%, #180204 100%);
    border-top: 3px solid #b72431;
    border-radius: 0 0 12px 12px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 120, 120, 0.12), 0 0 0 1px rgba(23, 6, 6, 0.6);
    border-left: 2px solid #791921;
    border-right: 2px solid #791921;
    border-bottom: 3px solid #530f15;
    border-top: 2px solid #571a22;

}

#main #footer::after {
    content: "";
    display: block;
    clear: both;
}

.footer-sponsors {
    width: 960px;
    margin: 0 auto 12px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(123, 31, 31, 0.45);
}

.footer-sponsor {
    display: inline-block;
    /*border: 1px solid #5a3f23;*/
    /*background: #121212;*/
    border-radius: 3px;
    overflow: hidden;
    line-height: 0;
}

.footer-sponsor img {
    display: block;
    /*width: 140px;*/
    height: 42px;
}

#main #footer #links {
    float: left;
    margin-left: 30px;
    color: #858378;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#main #footer #copyright {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #858378;
    margin-right: 20px;
}

.footer-backlinks {
    margin: 50px 0 10px 0;
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #2f2f2f;
}

/* =============================================
   INFO BOX CREATIVE DESIGN
   ============================================= */

.info-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 16px;
    min-height: 100%;
}

.info-box {
    width: 100%;
    max-width: 730px;
    display: flex;
    gap: 0;
    background: linear-gradient(135deg, rgba(61, 13, 18, 0.8) 0%, rgba(40, 8, 13, 0.6) 100%);
    border: 2px solid #b72431;
    border-radius: 10px;
    overflow: hidden;
    box-shadow:
        inset 0 1px 0 rgba(255, 116, 116, 0.12),
        0 8px 32px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(23, 6, 6, 0.8);
    backdrop-filter: blur(2px);
}

/* Left side - Character */
.info-box__left {
    flex-shrink: 0;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 12px;
    background: linear-gradient(90deg,
        rgba(183, 36, 49, 0.25) 0%,
        rgba(197, 47, 47, 0.15) 50%,
        rgba(139, 37, 48, 0.05) 100%);
    border-right: 2px solid rgba(183, 36, 49, 0.6);
    position: relative;
}

.info-box__left::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(255, 150, 120, 0.08) 0%,
        transparent 100%);
    pointer-events: none;
}

/* Character image */
.info-character {
    position: relative;
    z-index: 1;
    width: 180px;
    height: 240px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.info-character.error1 {
    background-image: url('/assets/img/error1.png');
}

.info-character.error2 {
    background-image: url('/assets/img/error2.png');
}

.info-character.error3 {
    background-image: url('/assets/img/error3.png');
}

.info-character.succ1 {
    background-image: url('/assets/img/succ1.png');
}

.info-character.succ2 {
    background-image: url('/assets/img/succ2.png');
}

.info-character.succ3 {
    background-image: url('/assets/img/succ3.png');
}

.info-character.info1 {
    background-image: url('/assets/img/info1.png');
}

/* Right side - Content */
.info-box__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px 24px 24px 24px;
    justify-content: flex-start;
}

.info-box__header {
    flex-shrink: 0;
}

.info-title {
    margin: 0;
    padding: 8px 0;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #f4c56e;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 8px rgba(197, 47, 47, 0.3);
    line-height: 1;
}

.info-box__divider {
    height: 2px;
    background: linear-gradient(90deg,
        rgba(183, 36, 49, 0.8) 0%,
        rgba(197, 47, 47, 0.4) 50%,
        transparent 100%);
    margin: 14px 0 16px 0;
    border-radius: 1px;
}

.info-box__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-text-primary {
    margin: 0;
    color: #f0f0f0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.4px;
}

.info-text-secondary {
    margin: 0;
    color: #dcdcdc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.3px;
    opacity: 0.98;
}

/* =============================================
   RESPONSIVE DESIGN
   ============================================= */

@media (max-width: 768px) {
    .info-container {
        padding: 20px 12px;
    }

    .info-box {
        max-width: 100%;
        flex-direction: column;
    }

    .info-box__left {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid rgba(183, 36, 49, 0.6);
        height: 220px;
        padding: 16px 12px;
    }

    .info-character {
        width: 160px;
        height: 200px;
    }

    .info-box__right {
        padding: 18px 20px 20px 20px;
    }

    .info-title {
        font-size: 26px;
        letter-spacing: 1.2px;
    }

    .info-box__divider {
        margin: 12px 0 14px 0;
    }

    .info-text-primary {
        font-size: 16px;
        font-weight: 600;
    }

    .info-text-secondary {
        font-size: 13px;
        font-weight: 500;
    }
}

@media (max-width: 480px) {
    .info-container {
        padding: 14px 10px;
    }

    .info-box {
        border-radius: 6px;
        border-width: 1px;
    }

    .info-box__left {
        height: 180px;
        padding: 12px 8px;
    }

    .info-character {
        width: 140px;
        height: 180px;
    }

    .info-box__right {
        padding: 14px 14px 16px 14px;
    }

    .info-title {
        font-size: 22px;
        letter-spacing: 0.8px;
    }

    .info-box__divider {
        margin: 10px 0 12px 0;
    }

    .info-text-primary {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.7;
    }

    .info-text-secondary {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.7;
    }
}





/* Responsive layer: keeps legacy desktop intact, improves tablet/mobile flow */
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1100px) {
    body {
        background-position: center top;
        background-size: cover;
    }

    #main #menu #buttons,
    #main #content #center,
    #main #footer {
        width: min(1002px, calc(100% - 24px));
    }

    #main #content #center {
        height: auto;
        min-height: 1070px;
    }

    #main #menu #buttons ul {
        gap: 10px;
        padding: 0 8px;
    }

    .main-navigation__link {
        font-size: 12px;
        padding: 4px 6px 6px 6px;
        letter-spacing: 0.4px;
    }
}

@media (max-width: 900px) {
    #main #top {
        height: 140px;
    }

    #logo {
        width: min(300px, 92vw);
        height: 110px;
        background-size: contain;
        background-position: center 12px;
    }

    #main #menu {
        height: auto;
        background-size: cover;
        background-position: center top;
        padding: 8px 0;
    }

    #main #menu #buttons ul {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    #main #content #center {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 14px;
        padding: 8px 10px 14px 10px;
        background-size: cover;
    }

    #main #content #center #left,
    #main #content #center #middle,
    #main #content #center #right {
        float: none;
        margin: 0;
        width: 100%;
    }

    #main #content #center #left,
    #main #content #center #right {
        display: grid;
        gap: 10px;
    }

    #main #content #center #left > *,
    #main #content #center #right > * {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #main #content #center #middle #banner,
    .hero-slider {
        width: 100%;
        height: auto;
        aspect-ratio: 503 / 218;
    }

    .hero-slider .owl-stage-outer,
    .hero-slider .owl-stage,
    .hero-slider .owl-item,
    .hero-slide,
    .hero-slide img {
        height: 100%;
    }

    #main #content #center #middle #news #newlabel,
    #main #content #center #middle #news #newscroll,
    #main #content #center #middle #news #newbottom {
        width: 100%;
        margin-left: 0;
    }

    .news-fixed-height {
        min-height: 0;
    }

    #main #footer {
        min-height: 0;
        padding: 16px 12px 14px 12px;
        background-size: 100% 100%;
    }

    #main #footer #copyright,
    #main #footer #links {
        float: none;
        margin: 0;
        text-align: center;
    }

    #main #footer #copyright {
        margin-bottom: 8px;
    }

    .footer-backlinks {
        margin: 12px 0 2px 0;
    }
}

@media (max-width: 640px) {
    body {
        background-size: auto 340px;
    }

    #main #menu #buttons,
    #main #content #center,
    #main #footer {
        width: calc(100% - 14px);
    }

    #main #content #center {
        padding: 8px;
        gap: 10px;
    }

    #main #content #center #left #login,
    #main #content #center #left #settings,
    .support-link,
    .client-download-card,
    .right-feature-card,
    .server-load-card,
    #main #content #center #left #fortress,
    #main #content #center #left #rates,
    #main #content #center #right #ranks,
    .discord-banner {
        width: 100%;
        max-width: 100%;
    }

    #main #content #center #left #login,
    #main #content #center #left #settings {
        background-size: 100% 100%;
    }

    #main #content #center #left #login #loginbuton,
    #main #content #center #left #login #registerbuton,
    #main #content #center #left #login #registerbuton .register-link {
        width: calc(100% - 36px);
    }


    #main #content #center #left #fortress .fortress-item {
        padding: 6px;
        gap: 6px;
    }

    #main #content #center #left #fortress .fortress-item__icon-wrap {
        width: 14px;
        height: 14px;
        flex-basis: 14px;
    }

    #main #content #center #left #fortress .fortress-item__line {
        font-size: 7.7pt;
        gap: 4px;
        white-space: normal;
        flex-wrap: wrap;
    }

    #main #content #center #left #fortress .fortress-item__name {
        font-size: 8pt;
        letter-spacing: 0.2px;
    }

    #main #content #center #left #fortress .fortress-item__tax {
        margin-left: 0;
    }

    .news-feed__item {
        flex-direction: column;
        gap: 8px;
    }

    .news-feed__thumbnail {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .server-load-card__count {
        font-size: 27px;
        padding: 12px 0;
    }

    .server-load-bar {
        width: calc(100% - 22px);
        margin-left: 11px;
        margin-right: 11px;
    }

    .client-download-copy,
    .right-feature-copy {
        right: 8px;
    }

    #main #content #center #right #ranks {
        height: auto;
        min-height: 0;
        padding-bottom: 4px;
    }

    .ranks-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
    }

    .ranks-table thead th,
    .ranks-table tbody td {
        font-size: 10px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .footer-sponsors {
        width: 100%;
        gap: 6px;
    }

    .footer-sponsor img {
        width: 120px;
        height: 36px;
    }
}

@media (max-width: 420px) {
    #main #top {
        height: 118px;
    }

    #logo {
        height: 90px;
        background-position: center 10px;
    }

    .main-navigation__link {
        font-size: 11px;
        padding: 3px 5px 5px 5px;
    }

    #main #content #center #left #login #label,
    .section-panel__title,
    #main #content #center #middle #news #newlabel {
        font-size: 12px;
    }

    .server-load-card__count {
        font-size: 27px;
    }
}









/* Subpage Layouts */
#main #content #center #sub-middle {
    float: left;
    width: 741px;
    margin-left: 16px;
    min-height: 800px;
}

/* Subpage Box Styling */
.subpage-box {
    background: linear-gradient(to bottom, #3d0d12 0%, #28080d 46%, #1d070b 100%);
    border: 1px solid #b72431;
    border-radius: 6px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255,116,116,0.15), 0 0 0 1px rgba(23,6,6,0.8);
}

.subpage-box .section-panel__title {
    background: linear-gradient(to bottom, #7a1d27 0%, #5a151f 100%);
    border-bottom: 1px solid #7f1f2a;
    margin-bottom: 0;
}

.subpage-content {
    padding: 20px;
    color: #e0e0e0;
    font-size: 15px;
    line-height: 1.6;
}

/* Form Styles for Subpages */
.subpage-form-group {
    margin-bottom: 15px;
}
.subpage-form-group label {
    display: block;
    margin-bottom: 5px;
    color: #e6c461;
    font-weight: bold;
}
.subpage-form-group input[type="text"],
.subpage-form-group input[type="password"],
.subpage-form-group input[type="email"],
.subpage-form-group select {
    width: 100%;
    max-width: 400px;
    height: 32px;
    background: linear-gradient(to bottom, #2c0e12 0%, #1b0b0f 55%, #13090c 100%);
    border: 1px solid #8e2e37;
    border-radius: 3px;
    color: #e1cab5;
    padding: 0 10px;
    box-sizing: border-box;
}
.subpage-form-group input:focus, .subpage-form-group select:focus {
    border-color: #cd8a3a;
    outline: none;
    box-shadow: 0 0 0 2px rgba(205, 138, 58, 0.22);
}
.subpage-btn {
    background: linear-gradient(to bottom, #c52f2f 0%, #8f1a1a 55%, #6f1414 100%);
    border: 1px solid #9b6e1d;
    border-radius: 3px;
    color: #f5d279;
    padding: 8px 20px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}
.subpage-btn:hover {
    background: linear-gradient(to bottom, #d03838 0%, #9a1d1d 55%, #771515 100%);
}

/* Table Styles for Subpages */
.subpage-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}
.subpage-table th {
    background: linear-gradient(to bottom, #7a1d27 0%, #5a151f 100%);
    color: #e1c04d;
    padding: 10px;
    text-align: left;
    border: 1px solid #461017;
}
.subpage-table td {
    padding: 10px;
    border: 1px solid #461017;
    background: rgba(0,0,0,0.2);
}
.subpage-table tr:nth-child(even) td {
    background: rgba(255,255,255,0.02);
}
.subpage-table tr:hover td {
    background: rgba(255,255,255,0.05);
}

.subpage-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.subpage-alert-info {
    color: #e6c461;
    background-color: rgba(230, 196, 97, 0.08);
    border-color: #6d2626;
}
.subpage-alert-success {
    color: #4caf50;
    background-color: rgba(76, 175, 80, 0.08);
    border-color: #2e7d32;
}
.subpage-alert-danger {
    color: #ff6b6b;
    background-color: rgba(255, 107, 107, 0.08);
    border-color: #c52f2f;
}

/* =============================================
   SERVER STATS PAGE
   ============================================= */

.stats-summary {
    display: flex;
    gap: 14px;
    margin-bottom: 24px;
}

.stats-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 14px;
    background: linear-gradient(135deg, rgba(125, 35, 42, 0.3) 0%, rgba(52, 14, 18, 0.2) 100%);
    border: 1px solid #7a1f2b;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 100, 100, 0.08);
}

.stats-card__icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #7a1a1a 0%, #4e1010 100%);
    border: 1px solid #9b3030;
    border-radius: 50%;
    color: #f5c070;
    font-size: 16px;
    flex-shrink: 0;
}

.stats-card__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.stats-card__label {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #a0857a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stats-card__value {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #f0c555;
    text-shadow: 0 1px 0 #2a0808;
    letter-spacing: 0.5px;
}

.stats-progress-wrap {
    margin-bottom: 20px;
    padding: 16px;
    background: linear-gradient(to bottom, rgba(52, 14, 18, 0.4) 0%, rgba(30, 8, 12, 0.3) 100%);
    border: 1px solid #6d2626;
    border-radius: 8px;
}

.stats-progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #e6c461;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stats-progress-status {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.stats-progress-bar {
    width: 100%;
    height: 28px;
    background: linear-gradient(to bottom, #1a0a0d 0%, #0f0608 100%);
    border: 1px solid #3a2020;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
}

.stats-progress-fill {
    height: 100%;
    min-width: 50px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 45%, rgba(0, 0, 0, 0.1) 100%);
    transition: width 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-progress-fill::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.06) 0,
        rgba(255, 255, 255, 0.06) 6px,
        rgba(255, 255, 255, 0) 6px,
        rgba(255, 255, 255, 0) 12px
    );
    pointer-events: none;
}

.stats-progress-percent {
    position: relative;
    z-index: 1;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.stats-table-bar {
    width: 100%;
    height: 24px;
    background: linear-gradient(to bottom, #1a0a0d 0%, #0f0608 100%);
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #3a2020;
}

.stats-table-bar__fill {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    min-width: 30px;
    transition: width 0.5s ease;
}

.stats-rates {
    margin-top: 10px;
}

.stats-rates .section-panel__title {
    border-radius: 6px 6px 0 0;
}

.stats-rates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid #7a1f2b;
    border-top: none;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.stats-rate-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(122, 31, 43, 0.4);
    border-right: 1px solid rgba(122, 31, 43, 0.4);
    background: linear-gradient(to bottom, rgba(125, 35, 42, 0.15) 0%, rgba(52, 14, 18, 0.1) 100%);
    transition: background 0.2s;
}

.stats-rate-item:hover {
    background: rgba(180, 50, 50, 0.15);
}

.stats-rate-item:nth-child(3n) {
    border-right: none;
}

.stats-rate-label {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #c8a880;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.stats-rate-value {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #f0c040;
    text-shadow: 0 1px 0 #2a0808;
}

.stats-footer-note {
    margin-top: 20px;
    padding: 10px 14px;
    background: rgba(49, 112, 143, 0.1);
    border-left: 4px solid #17517e;
    border-radius: 4px;
    color: #a0a0a0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
}

@media (max-width: 900px) {
    .stats-summary {
        flex-direction: column;
        gap: 10px;
    }

    .stats-rates-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-rate-item:nth-child(3n) {
        border-right: 1px solid rgba(122, 31, 43, 0.4);
    }

    .stats-rate-item:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 480px) {
    .stats-rates-grid {
        grid-template-columns: 1fr;
    }

    .stats-rate-item {
        border-right: none !important;
    }
}
