/* =========================================================
   STYLE.CSS - OVERRIDE: THRONE AND LIBERTY X NTO INFINITY
========================================================= */

body {
    background-color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #e0e0e0;
}

/* Remove os headers antigos e chapados do layout anterior */
#header, #header2, #header3, #header4, #header5 {
    background: none !important;
    border: none !important;
    height: auto;
    margin: 0;
}

/* -----------------------------------------
   TIPOGRAFIA
----------------------------------------- */
h1, h2, h3, h4, legend {
    font-family: 'Cinzel', serif;
    color: #dcc4a9; /* Dourado T&L */
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 4px 15px rgba(0,0,0,0.8);
    margin-bottom: 15px;
    border-bottom: none;
}

h2 { font-size: 22px; line-height: 36px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; }
h3 { font-size: 18px; margin: 0; }
h4 { font-size: 14px; margin: 0; }

.white { color: #e0e0e0; }

/* -----------------------------------------
   PAINÉIS (WELLS & BG2) - GLASSMORPHISM
----------------------------------------- */
.well, .well-lg, .bg2 p {
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    background: rgba(15, 15, 15, 0.8) !important;
    color: #e0e0e0 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 6px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}

#news .well, #character .well { margin-bottom: 20px; }

/* -----------------------------------------
   TABELAS MYAAC
----------------------------------------- */
.table, .table-striped, .table-content, .table-condensed, div.col-8 table {
    width: 100%;
    background: transparent !important;
    color: #e0e0e0 !important;
    border-collapse: collapse;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    border: none !important;
}

/* Zebrado de tabelas mais sutil */
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.02) !important;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: transparent !important;
}

.table th, .table td, td, th {
    background: transparent !important;
    color: #ccc !important;
    border-color: rgba(255, 255, 255, 0.05) !important;
    padding: 10px !important;
}

.col-8 table tr.header td:not(.iFrameTitle) {   
    background-color: rgba(0,0,0,0.6) !important;
    font-weight: 700;
    color: #dcc4a9 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

/* -----------------------------------------
   FORMULÁRIOS E INPUTS
----------------------------------------- */
.navbar-search input, .input-group .icon-addon .form-control, select, input[type="text"], input[type="password"] {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 3px;
    padding: 8px 12px;
    font-family: 'Montserrat', sans-serif;
    transition: border-color 0.3s;
}

.navbar-search input:focus, .input-group .icon-addon .form-control:focus, select:focus, input:focus {
    outline: none;
    border-color: #dcc4a9 !important;
}

.icon-addon { position: relative; color: #dcc4a9; display: block; }
.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #fff;
}

/* -----------------------------------------
   PAGINAÇÃO (FÓRUM E HIGH SCORES)
----------------------------------------- */
.pagination { margin: 15px 0; display: inline-block; }
.pagination ul { padding: 0; margin: 0; box-shadow: none; }
.pagination ul > li { display: inline; }
.pagination ul > li > a, .pagination ul > li > span {
    padding: 8px 14px;
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #dcc4a9 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-right: 5px;
    border-radius: 3px;
    transition: all 0.3s;
}
.pagination ul > li > a:hover {
    background-color: #dcc4a9 !important;
    color: #000 !important;
    border-color: #dcc4a9 !important;
}
.pagination li.active a {
    background-color: #dcc4a9 !important;
    color: #000 !important;
    border-color: #dcc4a9 !important;
    font-weight: bold;
}

/* -----------------------------------------
   ELEMENTOS DE NOTÍCIAS MYAAC
----------------------------------------- */
#news blockquote {
    padding: 15px;
    border-left: 3px solid #dcc4a9;
    background: rgba(255, 255, 255, 0.02);
    margin: 15px 0;
}

.news-post-date {
    top: 15px;
    right: 20px;
    position: absolute;
    color: #888;
    font-size: 11px;
    font-weight: 600;
}

/* -----------------------------------------
   ELEMENTOS EXTRAS (COUNTDOWN, I-FRAMES)
----------------------------------------- */
.iFrameTitle {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    color: #dcc4a9;
    padding-left: 20px;
    padding-top: 16px;
}

.countdown, .countdown_1 {
    font-family: 'Cinzel', serif;
    font-size: 36px;
    color: #dcc4a9;
}
.countdown_2 { font-size: 20px; color: #fff; }
.countdown_3 { font-size: 15px; color: #888; }

.iFrameDate {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #888;
    padding-top: 4px;
    padding-right: 20px;
}

.circle {
    padding: 4px 10px;
    border-radius: 50px;
    background: rgba(220, 196, 169, 0.1);
    color: #dcc4a9;
    border: 1px solid #dcc4a9;
}

/* Título de conteúdo customizado MyAAC */
.content-title p {
    font-family: 'Montserrat', sans-serif;
    color: #bbb;
    font-size: 14px;
    max-width: 620px;
    text-align: center;
    margin: 0px auto 20px;
}
.content-title h1 {
    font-family: 'Cinzel', serif;
    color: #dcc4a9;
    font-weight: bold;
    font-size: 44px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.8);
    margin-top: 50px;
}

.center-block { float: none; margin-left: auto; margin-right: auto; }
.center { text-align: center; }
.separator { margin-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.05); }