/* ============================================
   PORTAL INDEX PAGE STYLES
   ============================================ */

/* Main Promo Section */
.main-promo {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    height: 456px;
}

.promo-text {
    position: absolute;
    border: 1px solid rgb(22, 129, 165);
    padding: 10px;
    background: url(../../assets/images/lines-blue.png) repeat, rgba(0,0,0,0.9);
    color: #00e7ff;
    right: 40px;
    bottom: 30px;
    text-shadow: 0px 0px 15px #006cff, 0px 0px 15px #006cff;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px;
    max-width: 400px;
}

.promo-text ul {
    list-style: square;
    padding-left: 20px;
}

.promo-text ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Main Description */
.main-description {
    float: left;
    width: 100%;
    margin: 40px auto;
}

.main-description h1 {
    color: #93d7f7;
    text-shadow: 0px 0px 15px #006cff, 0px 0px 15px #006cff;
    font-size: 24px;
    margin: 10px 0px;
}

.main-description h3 {
    font-size: 16px;
    color: #b4eefc;
    margin: 3px 0px;
}

.main-description-1 .btn-play-container {
    position: absolute;
    top: 40px;
    right: 10px;
}

/* Buttons */
.btnPlay {
    text-decoration: none;
    position: relative;
    color: #93d7f7;
    text-shadow: 1px 1px 10px #006cff, 0px 0px 5px #006cff;
    font-size: 24px;
    background: url(../../assets/images/lines-blue.png) repeat;
    display: inline-block;
    padding: 20px 40px;
    border: 1px solid rgb(22, 129, 165);
    border-radius: 5px;
    overflow: hidden;
    -webkit-animation: btnPlay_Animation .8s infinite alternate;
    -moz-animation: btnPlay_Animation .8s infinite alternate;
    -ms-animation: btnPlay_Animation .8s infinite alternate;
    animation: btnPlay_Animation .8s infinite alternate;
}

.btnPlay:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: none;
}

.btnPlay:hover {
    color: #FFF;
}

.btnPlay:hover:after {
    background: #42EDF8;
    box-shadow: 0 0 15px 3px rgba(0, 112, 202, 0.6), 0 3px 28px 25px rgba(11, 183, 226, 0.65);
}

.btnConnect {
    text-decoration: none;
    position: relative;
    color: #93d7f7;
    text-shadow: 1px 1px 10px #006cff, 0px 0px 5px #006cff;
    font-size: 16px;
    background: url(../../assets/images/lines-blue.png) repeat;
    display: inline-block;
    padding: 10px 12px;
    border: 1px solid rgb(22, 129, 165);
    border-radius: 5px;
    overflow: hidden;
    min-width: 120px;
    text-align: center;
    float: right;
}
.btnConnect.btnConnectGreen {
    background:
        url({$portalCdn}/images/block-content-green-line.png) repeat,
       rgba(5, 20, 5, 0.45); /* ESKİ OYNA BUTONU EFEKTİNE %99 UYAN AYAR */
    color: #08ff2e;
    border: 1px solid #1ae14e;
    text-shadow: 0px 0px 10px #0aff55;
}

		.btnConnect.btnConnectRed {
			text-shadow: 0px 0px 15px rgba(119, 61, 48, 1), 0px 0px 15px #502114;
			background: url({$portalCdn}/images/block-content-green-line.png) repeat, rgba(0,0,0,0.8);
			color: #B32C08;
			border: 1px solid #A04024;
		}
.btnConnect:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: none;
}

.btnConnect:hover {
    color: #FFF;
}

.btnConnect:hover:after {
    background: #42EDF8;
    box-shadow: 0 0 15px 3px rgba(0, 112, 202, 0.6), 0 3px 28px 25px rgba(11, 183, 226, 0.65);
}

.btnConnect.btnConnectGreen:hover:after {
    background: #0aec0c;
    box-shadow: 0 0 15px 3px rgba(48, 119, 48, 1), 0 -15px 50px 12px rgba(36, 218, 36, 1);
}

.btnConnect.btnConnectRed:hover:after {
    background: #ec0a0a;
    box-shadow: 0 0 15px 3px rgba(119, 61, 48, 1), 0 -15px 50px 12px rgba(218, 36, 36, 1);
}

.btnServerInfo,
.btnServerInfo2 {
    min-width: 10px !important;
    border: 1px solid #ff9800;
    background-color: rgb(255 152 0 / 20%);
    padding: 5px 6px;
    text-align: center;
    color: #ff9800;
    text-shadow: none;
    font-size: 14px;
    cursor: help;
}

.btnServerInfo {
    margin-right: 130px;
    margin-top: -31px;
}

.btnServerInfo2 {
    margin-right: -6px;
    margin-top: -192px;
}

/* Font Awesome Icons */
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/* Server Information Section */
.server-informations {
    background: url(../../assets/images/lines-blue.png) repeat;
    border-radius: 5px;
    float: left;
    width: 100%;
    border: 1px solid #0A456D;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    margin-top: 40px;
}

.server-informations h3 {
    color: #93d7f7;
    text-shadow: 0px 0px 15px #006cff, 0px 0px 15px #006cff;
    font-size: 18px;
    border-bottom: 2px solid #42EDF8;
    padding: 10px 20px;
    box-shadow: 0 0 15px 3px rgba(0, 112, 202, 0.6), 0 -15px 40px 5px rgba(11, 183, 226, 0.65);
}

.server-informations .server-list-container {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #b4eefc;
    position: relative;
    margin-top: 20px;
    padding: 20px;
}

.server-informations .server-list-container .server-list-head {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 30px;
}

.server-informations .server-list-container .server-list-head .head-col {
    float: left;
}

.server-informations .server-list-container .server-list-content {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.server-informations .server-list-container .server-list-content .server-item {
    float: left;
    width: 100%;
    background: linear-gradient(to bottom, rgba(125,190,222,0.1) 0%, rgba(125,190,222,0.1) 1%, rgba(125,190,222,0) 50%, rgba(125,190,222,0.1) 100%);
    margin-bottom: 15px;
    padding: 5px;
    position: relative;
    border: solid 1px #1D3D52;
    border-radius: 5px;
    display: block;
    transition-duration: 0.3s;
}

.server-informations .server-list-container .server-list-content .server-item:hover {
    background-color: rgba(50, 157, 255, 0.08);
    border-color: #1F81A7;
}

.server-informations .server-list-container .server-list-content .server-item .server-col {
    float: left;
    vertical-align: middle;
    min-height: 1px;
}

.server-informations .head-col, 
.server-informations .server-col {
    width: 16.666%;
}

.server-informations .server-item .col-universe, 
.server-informations .server-item .col-online-players, 
.server-informations .server-item .col-server-age, 
.server-informations .server-item .col-player-name, 
.server-informations .server-item .col-player-rank {
    line-height: 38px;
}

.server-informations .server-item .col-player-name, 
.server-informations .server-item .col-player-rank {
    color: #48AD23;
    font-weight: bold;
}

.server-informations .server-list-container.serverListDesktop {
    display: block;
}

.server-informations .server-list-container.serverListMobile {
    display: none;
}

/* New Universe Animation */
.new-universe {
    color: #0f0;
    margin-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: blink 1.0s ease-in-out infinite;
}

@keyframes blink {
    0%, 50% { 
        opacity: 1;
    }
    25%, 75% { 
        opacity: 0.3;
    }
}

.new-universe .text-content::before {
    content: 'NEW UNIVERSE';
    color: #0f0;
    position: absolute;
    top: 25px;
    left: 50%;                    /* Yatayda ortala */
    transform: translateX(-50%);  /* Tam ortalama için */
    font-weight: bold;
    white-space: nowrap;          /* Tek satırda kalsın */
    animation: showText1 4s infinite;
}

.new-universe .text-content::after {
    content: 'Academy Arsenal Dısabled';  /* "Dısabled" yerine "Disabled" düzelttim */
    color: #ff6b6b;
    position: absolute;
    top: 25px;
    left: 50%;                    /* Yatayda ortala */
    transform: translateX(-50%);  /* Tam ortalama için */
    opacity: 0;
    font-weight: bold;
    white-space: nowrap;          /* Tek satırda kalsın */
    animation: showText2 4s infinite;
}

@keyframes showText1 {
    0%, 40% { 
        opacity: 1;
    }
    45%, 95% { 
        opacity: 0;
    }
    100% { 
        opacity: 1;
    }
}

@keyframes showText2 {
    0%, 45% { opacity: 0; }
    50%, 95% { opacity: 1; }
    100% { opacity: 0; }
}

/* News Section */
.main-news {
    float: left;
    width: 735px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.main-news .news-head {
    min-height: 40px;
    float: left;
    width: 100%;
    background: url(../../assets/images/main-news-head.png) right top no-repeat;
    position: relative;
}

.main-news .news-head h3 {
    color: #ffd700;
    font-size: 18px;
    margin-top: -10px;
}

.main-news .news-head a {
    text-decoration: none;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    color: #0788b9;
    transition-duration: 0.3s;
    padding: 10px 20px;
    width: 220px;
    text-align: right;
}

.main-news .news-head a:hover {
    color: #43edf8;
}

.main-news .news-head a:before {
    width: 6px;
    height: 16px;
    content: '';
    background: #43edf8;
    box-shadow: 14px 2px 50px 4px rgba(0, 112, 202, 0.79), 2px 2px 12px 1px rgba(0, 112, 202, 0.5);
    top: 0px;
    left: -15px;
    position: absolute;
    transform: skew(-45deg);
}

.main-news .news-head a:after {
    content: '';
    position: absolute;
    background: #43edf8;
    transform: skew(-45deg);
    height: 4px;
    width: 0;
    top: -3px;
    left: -6px;
    transition-duration: 0.2s;
}

.main-news .news-head a:hover:after {
    width: calc(100% + 7px);
    box-shadow: 14px 12px 50px 7px rgba(0, 112, 202, 0.79), 0 0 12px 1px rgba(0, 112, 202, 0.6);
}

.main-news .news-content {
    float: left;
    width: 100%;
}

.main-news .news-content .news-item {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding: 20px;
    padding-right: 30px;
    padding-left: 200px;
    background: rgba(0, 44, 65, 0.5);
    transition-duration: 0.2s;
    max-height: 200px;
    box-sizing: border-box;
    min-height: 160px;
    overflow: hidden;
}

.main-news .news-content .news-item:hover {
    background: rgba(22, 104, 159, 0.4);
}

.main-news .news-content .news-item .post-media {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 150px;
    height: 90px;
    margin-right: 20px;
}

.main-news .news-content .news-item .post-media .top-corners {
    position: absolute;
    width: 100%;
    top: 0px;
}

.main-news .news-content .news-item .post-media .top-corners:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-color: #00edff;
    border-style: solid;
    transition-duration: 0.3s;
    right: 0px;
    border-width: 1px 1px 0 0;
}

.main-news .news-content .news-item .post-media .top-corners:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-color: #00edff;
    border-style: solid;
    transition-duration: 0.3s;
    left: 0px;
    border-width: 1px 0 0 1px;
}

.main-news .news-content .news-item .post-media .bottom-corners {
    position: absolute;
    width: 100%;
    bottom: 9px;
}

.main-news .news-content .news-item .post-media .bottom-corners:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-color: #00edff;
    border-style: solid;
    transition-duration: 0.3s;
    right: 0px;
    border-width: 0 1px 1px 0;
}

.main-news .news-content .news-item .post-media .bottom-corners:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-color: #00edff;
    border-style: solid;
    transition-duration: 0.3s;
    left: 0px;
    border-width: 0 0 1px 1px;
}

.main-news .news-content .news-item .post-container h4 a {
    font-size: 18px;
    color: #b1d8f1;
    max-height: 60px;
    min-height: 30px;
    display: block;
    overflow-wrap: break-word;
    text-decoration: none;
}

.main-news .news-content .news-item .post-container .post-content {
    font-size: 14px;
    text-transform: none;
    color: #0891c5;
    max-height: 60px;
    word-wrap: break-word;
    max-width: 750px;
    margin: 10px 0;
    line-height: 18px;
    overflow: hidden;
}

.main-news .news-content .news-item .post-container .post-comments {
    color: #da9e00;
    font-size: 14px;
    margin-top: 5px;
    text-align: right;
}

.main-news .news-content .news-item .post-container .post-comments .comment-count {
    color: #0891c5;
    font-weight: bold;
}

.main-news .news-content .news-item .post-container .post-date {
    text-align: right;
    font-size: 12px;
    color: #b1d8f1;
    margin-top: 5px;
}

.main-news .news-footer {
    float: left;
    width: 100%;
    min-height: 40px;
    background: url(../../assets/images/main-news-footer.png) bottom no-repeat;
    margin-top: -15px;
}

/* Events Section */
.main-events {
    float: left;
    width: 380px;
    margin-left: 24px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.main-events .events-head {
    float: left;
    width: 100%;
}

.main-events .events-head .events-title {
    float: left;
    width: 50%;
    height: 30px;
    position: relative;
    background: rgba(0, 44, 65, 0.5);
    color: #ffd700;
    font-size: 16px;
    padding: 8px 0px;
    text-align: center;
}

.main-events .events-head .events-title:before {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    border-style: solid;
    bottom: 0;
    z-index: 1;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent rgba(0, 44, 69, 0.5);
    right: -30px;
}

.main-events .events-container {
    float: left;
    width: 100%;
    background: rgba(0, 44, 65, 0.5);
}

.main-events .events-container .event-item {
    float: left;
    width: 100%;
    position: relative;
    min-height: 80px;
    max-height: 200px;
    margin: 12px 0px;
    padding: 10px 15px;
    overflow: hidden;
    border: 1px solid rgba(66, 237, 248, 0.1);
    border-left: none;
}

.main-events .events-container .event-item.event-expired {
    opacity: 0.4;
}

.main-events .events-container .event-item:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #42EDF8;
    box-shadow: 0px 0px 160px 34px rgba(11, 183, 226, 0.65);
}

.main-events .events-container .event-item h4 {
    font-size: 18px;
    color: #b1d8f1;
}

.main-events .events-container .event-item .event-content {
    color: #da9e00;
    font-size: 14px;
    margin-top: 15px;
}

.main-events .events-container .event-item .event-date {
    font-size: 12px;
    color: #b1d8f1;
    margin-top: 15px;
}

/* Admonition (Alert Boxes) */
.admonition {
    position: relative;
    padding: .8rem 1.2rem;
    border-left: 3.2rem solid rgba(68,138,255,.4);
    border-radius: .2rem;
    background-color: rgba(68,138,255,.15);
    color: #b4eefc;
}

.admonition.danger, 
.admonition.error {
    border-color: rgba(255,23,68,.4);
    background-color: rgba(255,23,68,.15);
}

.admonition :first-child {
    margin-top: 0;
}

.admonition::before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -1.8rem;
    bottom: 0.6rem;
    color: #fff;
    font-size: 1.3rem;
    content: "\f129";
    vertical-align: -.30em;
    font-weight: 900;
}

/* Tooltip */
.table_server_props {
    position: relative;
    display: inline-block;
}

.table_server_props::after {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: -50%;
    padding: 15px;
    background: #eee;
    color: #333;
    opacity: 0;
    word-wrap: break-word;
    height: auto;
    width: 200%;
    box-shadow: 0 0 4px #222;
    pointer-events: none;
}

.table_server_props:hover::after {
    opacity: 1;
    transition: opacity 0.3s;
    pointer-events: auto;
}

/* ============================================
   RESPONSIVE DESIGN - MEDIA QUERIES
   ============================================ */

@media only screen and (max-width: 1200px) {
    .main-description-1 {
        margin: 30px auto;
    }
    .main-promo {
        height: 384px;
    }
    .main-news {
        width: 596px;
    }
    .main-events {
        width: 340px;
    }
}

@media only screen and (max-width: 992px) {
    .main-description h1 {
        font-size: 22px;
    }
    .main-description h3 {
        font-size: 14px;
    }
    .main-description-1 {
        width: calc(100% - 240px);
        margin: 20px auto;
    }
    .main-description-1 .btn-play-container {
        top: 30px;
    }
    .main-promo {
        height: 290px;
    }
    .promo-text {
        bottom: 15px;
        right: 15px;
        letter-spacing: 0.3px;
        font-size: 14px;
        line-height: 16px;
        background-color: rgba(0,0,0,0.8);
        padding: 8px;
        max-width: 380px;
    }
    .promo-text ul li {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .main-news {
        width: 100%;
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .main-events {
        width: 100%;
        margin-left: 0px;
        margin: 40px auto;
    }
    .server-informations .server-list-container.serverListDesktop {
        display: none;
    }
    .server-informations .server-list-container.serverListMobile {
        display: block;
        color: #f1f1f1;
        margin: 0px;
    }
    .server-informations .server-list-container .server-list-content {
        margin: 0px;
    }
    .server-list-container.serverListMobile .server-item {
        position: relative;
        height: 80px;
        font-size: 14px;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .server-list-container.serverListMobile .server-col {
        position: absolute;
        width: unset;
        min-width: unset;
        max-width: unset;
        line-height: 20px;
        text-align: left;
    }
    .server-list-container.serverListMobile .col-universe {
        width: 320px;
        left: 20px;
        top: 6px;
        font-size: 16px;
        color: #93d7f7;
        font-weight: bold;
    }
    .server-list-container.serverListMobile .col-online-players {
        width: 160px;
        left: 20px;
        top: 35px;
    }
    .server-list-container.serverListMobile .col-server-age {
        width: 160px;
        left: 20px;
        top: 55px;
    }
    .server-list-container.serverListMobile .col-player-name {
        width: 200px;
        left: 250px;
        top: 35px;
        color: #f1f1f1;
        font-weight: initial;
    }
    .server-list-container.serverListMobile .col-player-rank {
        width: 200px;
        left: 250px;
        top: 55px;
        color: #f1f1f1;
        font-weight: initial;
    }
    .server-list-container.serverListMobile .col-server-actions {
        right: 20px;
        bottom: 18px;
    }
    .server-list-container.serverListMobile .col-value {
        float: right;
    }
    .server-list-container.serverListMobile .col-player-name .col-value, 
    .server-list-container.serverListMobile .col-player-rank .col-value {
        color: #48AD23;
        font-weight: bold;
    }
    .server-list-container.serverListMobile .col-player-name .col-value {
        max-width: 90px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
    .server-list-container.serverListMobile .col-online-players .col-value {
        color: #48AD23;
        font-weight: bold;
    }
}

@media only screen and (max-width: 768px) {
    .new-universe {
        font-size: 12px;
        margin-left: 5px;
        min-width: 150px;
    }
}

@media only screen and (max-width: 760px) {
    .main-description h1 {
        font-size: 20px;
    }
    .main-description-1 {
        width: 100%;
        text-align: center;
        margin: 10px auto;
    }
    .main-description-1 .btn-play-container {
        position: relative;
        margin: 10px auto;
        top: unset;
        right: unset;
        margin-top: 20px;
    }
    .main-promo {
        border: 1px solid rgba(22, 129, 165,0.5);
        border-bottom: none;
        border-radius: 5px 5px 0px 0px !important;
        height: 240px;
    }
    .promo-text {
        position: inherit;
        float: left;
        width: 100%;
        max-width: 100%;
        right: unset;
        top: unset;
        left: unset;
        bottom: unset;
        margin-bottom: 20px;
        border-radius: 2px;
        border-color: rgba(22, 129, 165,0.5);
        margin-top: -1px;
        font-size: 13px;
    }
    .server-informations {
        margin-top: 20px;
    }
    .server-informations .server-list-container.serverListMobile .server-item {
        margin-bottom: 8px;
        margin-top: 8px;
        padding: 10px;
        height: unset;
    }
    .server-informations .server-list-container.serverListMobile .server-item .server-col {
        position: initial !important;
        width: unset;
        min-width: unset;
        max-width: unset;
        line-height: 20px;
        text-align: left;
        float: left;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .server-informations .server-list-container.serverListMobile .server-item .col-server-actions {
        right: unset;
        bottom: unset;
        width: 100% !important;
        margin-top: 10px;
    }
    .server-informations .server-list-container.serverListMobile .server-item .col-server-actions .btnConnect {
        min-width: 100%;
        float: left;
    }
}

@media only screen and (max-width: 576px) {
    .server-informations {
        border-radius: 0px;
    }
    .main-description h1 {
        font-size: 18px;
    }
    .main-description h3 {
        font-size: 13px;
    }
    .main-promo {
        height: 180px;
    }
    .main-news .news-content .news-item {
        padding: 15px 10px;
    }
    .main-news .news-content .news-item .post-media {
        display: none;
    }
    .main-news .news-head {
        background: url(../../assets/images/main-news-head.png) right -125px top no-repeat;
        padding: 0px 20px;
    }
    .main-news .news-head a {
        width: 100px;
        padding: 5px 3px;
    }
}
/* ============================================
   3D FLIP ANIMATION STYLES
   ============================================ */

.flip-container {
	perspective: 1000px;
	width: 100%;
}

.flip-container.flipped .flipper {
	transform: rotateY(180deg);
}

.flipper {
	transition: 0.8s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	backface-visibility: hidden;
	width: 100%;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
}

.back {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateY(180deg);
}

/* Register form styling - aynı login formu gibi */
.registerForm {
	/* Login form ile aynı stilleri kullanacak */
}

/* Buton stilleri */
.btnBottom {
	color: #53A7C5;
	text-decoration: none;
	font-size: 13px;
	transition: color 0.3s ease;
}

.btnBottom:hover {
	color: #76c4dd;
	text-decoration: underline;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.flip-container {
		perspective: 800px;
	}
	
	.flipper {
		transition: 0.6s;
	}
}
/* Form Success Message */
.form-success {
    background: rgba(46, 204, 113, 0.1) !important;
    border: 1px solid #2ecc71 !important;
    color: #2ecc71 !important;
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
    display: block;
}

/* Input Error State */
input.error {
    border-color: #e74c3c !important;
    background: rgba(231, 76, 60, 0.05) !important;
}

/* Button Disabled State */
.btnConnect:disabled,
#btnLogin:disabled,
#btnRegister:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}
/* ============================================
   /* ============================================
   HOME INFO SECTION - Updates & Wiki Panels
   ============================================ */

.home-info-section {
    display: flex;
    gap: 24px;
    margin: 40px 0;
    width: 100%;
    clear: both;
    float: left;
    padding: 0;
}

.home-info-section .home-updates-panel,
.home-info-section .home-wiki-panel {
    flex: 1;
    min-width: 0;
    background: linear-gradient(145deg, rgb(6 21 38), rgba(0, 20, 35, 0.75));
    border: 1px solid rgba(66, 237, 248, 0.25);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.home-info-section .home-updates-panel:hover,
.home-info-section .home-wiki-panel:hover {
    border-color: rgba(66, 237, 248, 0.5);
    box-shadow: 0 5px 25px rgba(66, 237, 248, 0.15);
    transform: translateY(-2px);
}

.home-info-section .panel-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: linear-gradient(145deg, rgb(6 21 38), rgba(0, 20, 35, 0.75));
    border-bottom: 1px solid rgba(66, 237, 248, 0.15);
}

.home-info-section .panel-icon {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, rgba(66, 237, 248, 0.2), rgba(0, 108, 255, 0.2));
    border: 1px solid rgba(66, 237, 248, 0.4);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #42EDF8;
    flex-shrink: 0;
}

.home-info-section .panel-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #93d7f7;
    letter-spacing: 1.5px;
    margin: 0;
    flex: 1;
    text-shadow: 0 0 15px rgba(0, 108, 255, 0.5);
}

.home-info-section .panel-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    background: rgba(66, 237, 248, 0.1);
    border: 1px solid rgba(66, 237, 248, 0.3);
    border-radius: 15px;
    color: #42EDF8;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.home-info-section .panel-link:hover {
    background: rgba(66, 237, 248, 0.2);
    border-color: #42EDF8;
    color: #fff;
    box-shadow: 0 0 15px rgba(66, 237, 248, 0.3);
}

.home-info-section .panel-link i {
    font-size: 9px;
    transition: transform 0.3s ease;
}

.home-info-section .panel-link:hover i {
    transform: translateX(2px);
}

.home-info-section .panel-content {
    padding: 18px;
}

/* Update Cards */
.home-info-section .update-mini-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(66, 237, 248, 0.1);
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.home-info-section .update-mini-card:last-of-type {
    margin-bottom: 0;
}

.home-info-section .update-mini-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #42EDF8, #006cff);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 3px 0 0 3px;
}

.home-info-section .update-mini-card:hover {
    background: rgba(66, 237, 248, 0.08);
    border-color: rgba(66, 237, 248, 0.3);
    transform: translateX(4px);
}

.home-info-section .update-mini-card:hover::before {
    opacity: 1;
}

.home-info-section .update-mini-badge {
    padding: 4px 8px;
    border-radius: 5px;
    font-family: 'Orbitron', sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    flex-shrink: 0;
}

.home-info-section .update-mini-badge.badge-update {
    background: linear-gradient(135deg, rgba(66, 237, 248, 0.2), rgba(0, 108, 255, 0.3));
    border: 1px solid rgba(66, 237, 248, 0.5);
    color: #42EDF8;
}

.home-info-section .update-mini-info {
    flex: 1;
    min-width: 0;
}

.home-info-section .update-mini-title {
    font-size: 13px;
    font-weight: 500;
    color: #b1d8f1;
    margin: 0 0 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.home-info-section .update-mini-card:hover .update-mini-title {
    color: #fff;
}

.home-info-section .update-mini-date {
    font-size: 10px;
    color: #7eb9d4;
    display: flex;
    align-items: center;
    gap: 4px;
}

.home-info-section .update-mini-date i {
    font-size: 9px;
    opacity: 0.7;
}

.home-info-section .update-mini-arrow {
    width: 24px;
    height: 24px;
    background: rgba(66, 237, 248, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #42EDF8;
    font-size: 10px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.home-info-section .update-mini-card:hover .update-mini-arrow {
    background: rgba(66, 237, 248, 0.2);
    transform: translateX(2px);
}

/* Panel Footer */
.home-info-section .panel-footer {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(66, 237, 248, 0.1);
}

.home-info-section .live-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: #4CAF50;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.home-info-section .pulse-dot {
    width: 7px;
    height: 7px;
    background: #4CAF50;
    border-radius: 50%;
    animation: home-pulse 2s infinite;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.6);
}

@keyframes home-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
}

/* Wiki Grid */
.home-info-section .wiki-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.home-info-section .wiki-quick-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 14px 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(66, 237, 248, 0.1);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.home-info-section .wiki-quick-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #42EDF8, transparent);
    transition: width 0.3s ease;
}

.home-info-section .wiki-quick-item:hover {
    background: rgba(66, 237, 248, 0.1);
    border-color: rgba(66, 237, 248, 0.4);
    transform: translateY(-2px);
}

.home-info-section .wiki-quick-item:hover::before {
    width: 100%;
}

.home-info-section .wiki-quick-icon {
    width: 36px;
    height: 36px;
    background: rgba(66, 237, 248, 0.15);
    border: 1px solid rgba(66, 237, 248, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #42EDF8;
    transition: all 0.3s ease;
}

.home-info-section .wiki-quick-item:hover .wiki-quick-icon {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(66, 237, 248, 0.4);
}

.home-info-section .wiki-quick-item span {
    font-size: 10px;
    font-weight: 600;
    color: #7eb9d4;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-align: center;
    transition: color 0.3s ease;
}

.home-info-section .wiki-quick-item:hover span {
    color: #fff;
}

/* Wiki Featured */
.home-info-section .wiki-featured {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.05), rgba(255, 152, 0, 0.08));
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 8px;
    padding: 12px 14px;
}

.home-info-section .wiki-featured-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 9px;
    font-weight: 700;
    color: #ffd700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.home-info-section .wiki-featured-label i {
    font-size: 10px;
}

.home-info-section .wiki-featured-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    color: #b1d8f1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.home-info-section .wiki-featured-link:hover {
    color: #ffd700;
}

.home-info-section .wiki-featured-link i {
    font-size: 9px;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.home-info-section .wiki-featured-link:hover i {
    opacity: 1;
    transform: translateX(2px);
}

/* ============================================
   RESPONSIVE - Home Info Section
   ============================================ */

@media only screen and (max-width: 992px) {
    .home-info-section {
        flex-direction: column;
        gap: 15px;
        margin: 30px 0;
    }
    
    .home-info-section .home-updates-panel,
    .home-info-section .home-wiki-panel {
        flex: none;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .home-info-section {
        margin: 20px 0;
        gap: 12px;
    }
    
    .home-info-section .panel-header {
        padding: 12px 14px;
        gap: 10px;
    }
    
    .home-info-section .panel-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .home-info-section .panel-title {
        font-size: 11px;
        letter-spacing: 1px;
    }
    
    .home-info-section .panel-link {
        padding: 5px 10px;
        font-size: 9px;
    }
    
    .home-info-section .panel-content {
        padding: 12px;
    }
    
    .home-info-section .wiki-quick-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .home-info-section .wiki-quick-item {
        padding: 10px 6px;
        gap: 4px;
    }
    
    .home-info-section .wiki-quick-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    
    .home-info-section .wiki-quick-item span {
        font-size: 8px;
    }
    
    .home-info-section .wiki-featured {
        padding: 10px 12px;
    }
    
    .home-info-section .wiki-featured-label {
        font-size: 8px;
    }
    
    .home-info-section .wiki-featured-link {
        font-size: 11px;
    }
}

@media only screen and (max-width: 576px) {
    .home-info-section {
        margin: 15px 0;
        gap: 10px;
        padding: 0 30px;
    }
    
    .home-info-section .home-updates-panel,
    .home-info-section .home-wiki-panel {
        border-radius: 8px;
    }
    
    .home-info-section .panel-header {
        padding: 10px 12px;
        gap: 8px;
    }
    
    .home-info-section .panel-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
        border-radius: 6px;
    }
    
    .home-info-section .panel-title {
        font-size: 10px;
        letter-spacing: 0.5px;
    }
    
    .home-info-section .panel-link {
        padding: 4px 8px;
        font-size: 8px;
        border-radius: 10px;
    }
    
    .home-info-section .panel-link i {
        font-size: 7px;
    }
    
    .home-info-section .panel-content {
        padding: 10px;
    }
    
    /* Update kartları - Mobil kompakt */
    .home-info-section .update-mini-card {
        padding: 10px;
        gap: 8px;
        margin-bottom: 8px;
    }
    
    .home-info-section .update-mini-badge {
        padding: 3px 6px;
        font-size: 7px;
    }
    
    .home-info-section .update-mini-title {
        font-size: 11px;
    }
    
    .home-info-section .update-mini-date {
        font-size: 9px;
    }
    
    .home-info-section .update-mini-date i {
        font-size: 8px;
    }
    
    .home-info-section .update-mini-arrow {
        width: 20px;
        height: 20px;
        font-size: 8px;
    }
    
    /* Wiki Grid - Mobil 2 kolon */
    .home-info-section .wiki-quick-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    
    .home-info-section .wiki-quick-item {
        padding: 8px 4px;
        gap: 3px;
    }
    
    .home-info-section .wiki-quick-icon {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }
    
    .home-info-section .wiki-quick-item span {
        font-size: 7px;
        letter-spacing: 0;
    }
    
    .home-info-section .wiki-featured {
        padding: 8px 10px;
        margin-bottom: 8px;
    }
    
    .home-info-section .wiki-featured-label {
        font-size: 7px;
        margin-bottom: 4px;
    }
    
    .home-info-section .wiki-featured-label i {
        font-size: 8px;
    }
    
    .home-info-section .wiki-featured-link {
        font-size: 10px;
    }
    
    .home-info-section .wiki-featured-link i {
        font-size: 8px;
    }
    
    .home-info-section .panel-footer {
        margin-top: 8px;
        padding-top: 8px;
    }
    
    .home-info-section .live-indicator {
        font-size: 8px;
        gap: 4px;
    }
    
    .home-info-section .pulse-dot {
        width: 5px;
        height: 5px;
    }
}

/* Çok küçük ekranlar için */
@media only screen and (max-width: 400px) {
    .home-info-section .panel-header {
        flex-wrap: wrap;
    }
    
    .home-info-section .panel-link {
        margin-top: 5px;
        width: 100%;
        justify-content: center;
    }
    
    .home-info-section .wiki-quick-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .home-info-section .wiki-quick-item span {
        font-size: 6px;
    }
}