/* ========================================
   Mobile2 Global - Original Style Clone
   Exact replica of mobile2.global CSS
======================================== */

/* Base Styles */
html {
    height: 100%;
    min-width: 930px;
}

body {
    background: #000 url(../img/container-bg.jpg) repeat-y 50% 0;
    color: #160400;
    font: 11px/14px Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 0;
    min-width: 930px;
}

img {
    border: none;
    display: inline-block;
}

a:focus {
    outline: none;
}

form {
    margin: 0;
    padding: 0;
}

a {
    color: #c5a15f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Page Container */
#page {
    min-height: 100%;
    overflow: hidden;
}

.center {
    text-align: center;
}

.right {
    float: right;
}

/* ========================================
   HEADER
======================================== */
.header-wrapper {
    background: url(../img/header-bg.jpg) no-repeat 50% 0;
    height: 253px;
}

#header {
    height: 253px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 930px;
}

/* Logo */
.logo {
    background: url(../img/logo.png) no-repeat center;
    height: 100px;
    left: 365px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 5px;
    width: 199px;
    display: block;
}

/* User Registration Box */
#userBox {
    height: 81px;
    margin: 125px 0 0 159px;
    padding: 15px 40px 0;
    width: 535px;
}

#regBtn {
    background: url(../img/reg-btn.jpg) no-repeat;
    height: 92px;
    margin: 0 auto;
    width: 533px;
}

#regSteps {
    height: 20px;
    text-align: center;
}

#regSteps span {
    color: #F2E69F;
    font-size: 12px;
    margin: 0 15px;
}

#regBtn a#toReg {
    color: #F2E69F;
    display: block;
    font-size: 22px;
    font-weight: bold;
    height: 72px;
    line-height: 72px;
    padding: 0 0 0 100px;
    text-align: left;
    text-decoration: none;
    text-shadow: 2px 2px 5px #000000;
    width: 433px;
}

#regBtn a#toReg:hover {
    color: #FFF;
}

/* ========================================
   CONTAINER WRAPPER
======================================== */
.container-wrapper {
    background: url(../img/container-bg-top.jpg) no-repeat 50% 0;
    float: left;
    padding: 0 0 100px;
    width: 100%;
}

.container {
    margin: 0 auto;
    position: relative;
    width: 930px;
    overflow: hidden;
}

/* ========================================
   COLUMNS
======================================== */
/* Left Column */
.col-1,
.col-3 {
    display: inline;
    float: left;
    margin: -64px 0 0 11px;
    position: relative;
    width: 157px;
}

/* Right Column */
.col-3 {
    float: right;
    margin: -64px 9px 0 0;
    overflow: hidden;
    width: 157px;
}

/* Center Column */
.col-2 {
    float: left;
    margin: 10px 0 0 20px;
    width: 545px;
}

/* ========================================
   MODULE BOXES (Left & Right Sidebars)
======================================== */
.modul-box {
    background: url(../img/modul-box-bg.jpg) repeat-y;
    width: 157px;
    margin-bottom: 15px;
}

.modul-box .modul-box-bg {
    background: url(../img/modul-box-top.jpg) no-repeat;
}

.modul-box-2 .modul-box-bg {
    background: url(../img/modul-box-top.jpg) no-repeat;
}

.modul-box .modul-box-bg-bottom {
    background: url(../img/modul-box-bottom.jpg) no-repeat 0 100%;
    min-height: 132px;
    overflow: hidden;
    padding: 0 0 15px;
    width: 157px;
}

/* ========================================
   MAIN NAVIGATION
======================================== */
.main-nav {
    margin: 24px 0 0;
    padding: 0 0 16px;
    list-style: none;
}

.main-nav li {
    list-style: none;
    padding: 0 0 5px;
}

.main-nav li a,
.modul-box h3 {
    background: url(../img/main-nav-bg.gif) no-repeat;
    color: #fef6aa;
    display: block;
    font-weight: bold;
    font-size: 12px;
    height: 26px;
    line-height: 15px;
    overflow: hidden;
    padding: 8px 0 0;
    text-align: center;
    text-decoration: none;
    width: 157px;
}

.modul-box h3 {
    margin: 24px 0 0;
}

.main-nav li a:hover,
.main-nav li a.active {
    background-position: 0 -34px;
    color: #fffde8;
}

/* Download Button */
.nav-download {
    margin: 10px 0 0 0;
    text-align: center;
}

.nav-download-btn {
    background: url(../img/nav-download-btn.jpg) no-repeat;
    color: #fef6aa;
    display: block;
    font-weight: bold;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 157px;
}

.nav-download-btn:hover {
    color: #fff;
}

/* ========================================
   CONTENT BOXES (Center Column)
======================================== */
.content-box {
    margin-bottom: 20px;
}

.content-box-top {
    background: url(../img/content-box-top.jpg) no-repeat;
    height: 25px;
    width: 545px;
}

.content-box-bg {
    background: url(../img/content-box-bg.jpg) repeat-y;
    width: 545px;
}

.content-box-bottom {
    background: url(../img/content-box-bottom.jpg) no-repeat;
    height: 25px;
    width: 545px;
}

.content-box-inner {
    padding: 15px 25px;
    color: #160400;
}

.content-box-inner h1 {
    color: #7B1300;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px;
    text-align: center;
}

.content-box-inner h2 {
    color: #7B1300;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}

.content-box-inner p {
    line-height: 18px;
    margin: 0 0 10px;
    text-align: justify;
}

/* Features List */
.features-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.features-list li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(123, 19, 0, 0.2);
}

.features-list li img {
    vertical-align: middle;
    margin-right: 8px;
}

/* Screenshots */
#screenshots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

#screenshots a {
    display: block;
    width: 115px;
    height: 85px;
    overflow: hidden;
    border: 2px solid #7B1300;
}

#screenshots img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#screenshots a:hover img {
    transform: scale(1.1);
}

/* ========================================
   LOGIN FORM
======================================== */
.form-login {
    margin: 6px 0 0 14px;
    overflow: hidden;
    padding: 0 0 12px;
    width: 129px;
}

.form-login label {
    color: #4a1e00;
    font-size: 11px;
    line-height: 14px;
    display: block;
    margin-top: 8px;
}

.form-login .input {
    background: url(../img/input-bg-4.gif) no-repeat;
    height: 18px;
    margin: 2px 0 0;
    padding: 0 0 4px;
    width: 129px;
}

.form-login .input input {
    border: none;
    background: none;
    font: 11px/13px Arial, Helvetica, sans-serif;
    margin: 1px 0 0 4px;
    width: 121px;
    height: 16px;
}

.btn {
    background: url(../img/button-bg-2.gif) no-repeat;
    color: #DFBF8B;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 17px;
    line-height: 12px;
    margin: 8px 0 0;
    padding: 3px 14px 0 0;
    text-align: center;
    text-decoration: none;
    width: 116px;
    border: none;
    cursor: pointer;
}

.btn-login {
    background: transparent url(../img/button-bg-2.gif) no-repeat scroll 0 0 !important;
    border-style: none;
    margin-top: 8px;
    padding-bottom: 4px;
    width: 129px !important;
}

.btn-login:hover {
    text-decoration: underline !important;
}

.password {
    color: #58220E;
    display: block;
    font-size: 9px;
    line-height: 11px;
    margin: 8px 0 6px;
    text-align: center;
    text-decoration: none;
    width: 128px;
}

.password:hover {
    text-decoration: underline;
}

/* ========================================
   RANKING / SCORE
======================================== */
.form-score {
    margin: 5px 0 0 10px;
    padding: 0 0 20px;
}

.form-score ul {
    margin: 6px 1px 0 0;
    padding: 0 0 1px;
    list-style: none;
}

.form-score ul li {
    color: #4a1e00;
    font-size: 11px;
    line-height: 14px;
    list-style: none;
    padding: 4px 0 4px 9px;
}

.form-score ul li.light {
    background: rgba(205, 183, 139, 0.3);
}

.form-score ul li strong {
    color: #8d0404;
    margin: 0 2px 0 0;
}

.form-score ul li a {
    color: #4a1e00;
    margin: 0 0 0 2px;
    text-decoration: none;
}

.form-score ul li a:hover {
    text-decoration: underline;
}

.empire-icon {
    width: 16px;
    height: 12px;
    vertical-align: middle;
    margin: 0 3px;
}

.linkRank {
    color: #58220E;
    display: block;
    font-size: 14px;
    line-height: 11px;
    margin: 8px 0px 10px;
    text-align: center;
    text-decoration: none;
    width: 128px;
}

.linkRank:hover {
    text-decoration: underline;
}

/* ========================================
   FOOTER
======================================== */
.footer-wrapper {
    background: url(../img/footer-bg.gif) no-repeat 50% 0;
    height: 220px;
    margin: -130px 0 0;
    float: left;
    width: 100%;
}

#footer {
    margin: 0 auto;
    width: 930px;
    overflow: hidden;
}

#footer ul {
    background: url(../img/footer-box.jpg) no-repeat;
    font-size: 10px;
    height: 41px;
    line-height: 15px;
    margin: 71px 0 0 171px;
    padding: 9px 0 0 0;
    text-align: center;
    width: 585px;
    list-style: none;
}

#footer ul li {
    color: #ae9467;
    display: inline;
    list-style: none;
    padding: 0 5px 0 13px;
}

#footer ul li.first {
    display: block;
    width: 565px;
    margin-bottom: 5px;
}

#footer ul li a {
    color: #ae9467;
    text-decoration: none;
    position: relative;
}

#footer ul li a:hover {
    text-decoration: underline;
}

/* ========================================
   REGISTER & LOGIN PAGE FORMS
======================================== */
.register-box .content-box-inner {
    padding: 20px 30px;
}

.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(123, 19, 0, 0.3);
}

.form-header h2 {
    margin: 0;
    text-align: left;
}

.forgot-password-btn,
.login-redirect-btn {
    background: url(../img/button-bg-2.gif) no-repeat;
    color: #DFBF8B;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
}

.forgot-password-btn:hover,
.login-redirect-btn:hover {
    text-decoration: underline;
    color: #fff;
}

/* Form Rows */
.registerForm .form-row {
    margin-bottom: 15px;
}

.registerForm label {
    color: #4a1e00;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.registerForm label .required {
    color: #8d0404;
    margin-left: 2px;
}

.input-data-input {
    background: #e8dcc0;
    border: 1px solid #997c47;
    border-radius: 3px;
    height: 28px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.input-data-input input {
    background: none;
    border: none;
    color: #4a1e00;
    font: 12px/14px Arial, Helvetica, sans-serif;
    height: 26px;
    padding: 0 10px;
    width: calc(100% - 20px);
}

.input-data-input input:focus {
    outline: none;
}

.field-hint {
    color: #7B1300;
    font-size: 10px;
    display: block;
    margin-top: 3px;
}

/* Checkbox */
.form-checkbox {
    margin: 15px 0;
}

.checkbox-label {
    color: #4a1e00;
    font-size: 11px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 2px;
}

.checkbox-label a {
    color: #8d0404;
    text-decoration: underline;
}

/* Required Note */
.form-required-note {
    color: #4a1e00;
    font-size: 10px;
    text-align: right;
    margin: 10px 0;
}

.form-required-note .required {
    color: #8d0404;
}

/* Submit Button */
.form-submit {
    text-align: center;
    margin-top: 15px;
}

.btn-big {
    background: linear-gradient(to bottom, #5a3d2b 0%, #3a2518 50%, #2a1810 100%);
    border: 2px solid #7B1300;
    border-radius: 5px;
    color: #F2E69F;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000;
    transition: all 0.3s ease;
}

.btn-big:hover {
    background: linear-gradient(to bottom, #7a5d4b 0%, #4a3528 50%, #3a2520 100%);
    color: #fff;
}

.btn-secondary {
    background: linear-gradient(to bottom, #4a6d3b 0%, #2a4518 50%, #1a3510 100%);
    border-color: #4a6d3b;
}

.btn-secondary:hover {
    background: linear-gradient(to bottom, #5a7d4b 0%, #3a5528 50%, #2a4520 100%);
}

/* Register Redirect */
.register-redirect {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px dashed rgba(123, 19, 0, 0.3);
}

.register-redirect p {
    color: #4a1e00;
    margin-bottom: 15px;
    text-align: center;
}

/* ========================================
   STEPS SECTION
======================================== */
.steps-container {
    margin-top: 15px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(205, 183, 139, 0.2);
    border-radius: 5px;
}

.step-number {
    background: linear-gradient(to bottom, #7B1300 0%, #5a0d00 100%);
    color: #F2E69F;
    font-size: 18px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.step-content h4 {
    color: #7B1300;
    font-size: 14px;
    margin: 0 0 5px;
}

.step-content p {
    color: #4a1e00;
    font-size: 11px;
    margin: 0;
    line-height: 16px;
}

/* ========================================
   INFO BOX CONTENT
======================================== */
.info-box-content {
    padding: 10px 15px;
}

.info-box-content p {
    color: #4a1e00;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
}

.info-box-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-box-content li {
    color: #4a1e00;
    font-size: 11px;
    padding: 4px 0;
}

.info-box-content li img {
    vertical-align: middle;
    margin-right: 5px;
}

/* ========================================
   SERVER STATUS
======================================== */
.server-status {
    padding: 10px 12px;
}

.status-item {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid rgba(74, 30, 0, 0.2);
}

.status-item:last-child {
    border-bottom: none;
}

.status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    background: #ccc;
}

.status-item.online .status-indicator {
    background: #4CAF50;
    box-shadow: 0 0 5px #4CAF50;
}

.status-item.offline .status-indicator {
    background: #f44336;
    box-shadow: 0 0 5px #f44336;
}

.server-name {
    color: #4a1e00;
    font-weight: bold;
    font-size: 11px;
    flex: 1;
}

.player-count {
    color: #7B1300;
    font-size: 10px;
}

/* ========================================
   CLEARFIX
======================================== */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}