/* CSS para /mystats2 - Página 2 de Estatísticas */
/* Baseado no mystats_global.css com títulos e ícones diferentes */

body {
    margin: 0;
    padding: 15px;
    background: url('http://www.majesticsz.ihosts3.pt/adp3final.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    min-height: 100vh;
    font-size: 13px;
}

.container {
    max-width: 950px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-align: center;
}

h1 {
    text-align: center;
    color: #00ff88;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 20px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 2px solid #ffd700;
    display: inline-block;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
    position: relative;
    padding-left: 45px;
}

h1::before {
    content: "";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-steam.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 15px;
    top: 35%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    opacity: 0.8;
}

.row {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 15px;
    border: 1px solid rgba(255, 215, 0, 0.4);
    border-top: 3px solid #FFD700;
    box-sizing: border-box;
    min-height: 300px;
    vertical-align: top;
    overflow: visible;
}

.column:nth-child(3n) {
    margin-right: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    background: rgba(255, 107, 53, 0.2);
    color: #ff6b35;
    padding: 8px 6px;
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #ff6b35;
    font-size: 12px;
}

td {
    padding: 8px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
}

tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
}

tr:hover {
    background: rgba(255, 107, 53, 0.1);
}

/* ========== COLUNA 1: Precisão & Técnicas (9 estatísticas) ========== */

.col1 table tr:nth-child(1) td::before { 
    content: "Taxa de Acurácia: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-target.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col1 table tr:nth-child(2) td::before { 
    content: "Taxa de Headshot: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-headshot.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col1 table tr:nth-child(3) td::before { 
    content: "First Bloods: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-first.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col1 table tr:nth-child(4) td::before { 
    content: "Clutches Ganados: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-clutch.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col1 table tr:nth-child(5) td::before { 
    content: "Rounds 2+ Kills: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-double.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col1 table tr:nth-child(6) td::before { 
    content: "Rounds 3+ Kills: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-triple.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col1 table tr:nth-child(7) td::before { 
    content: "Rounds 4+ Kills: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-quadra.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col1 table tr:nth-child(8) td::before { 
    content: "Ace Rounds (5 kills): ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-ace.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col1 table tr:nth-child(9) td::before { 
    content: "Kills Enquanto Cego: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-blind.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

/* ========== COLUNA 2: Confrontos & Comportamento (9 estatísticas) ========== */

.col2 table tr:nth-child(1) td::before { 
    content: "Tempo como CT: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-ct.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col2 table tr:nth-child(2) td::before { 
    content: "Tempo como T: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-t.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col2 table tr:nth-child(3) td::before { 
    content: "Kills vs Ranks Sup: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-up.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col2 table tr:nth-child(4) td::before { 
    content: "Kills vs Ranks Inf: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-down.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col2 table tr:nth-child(5) td::before { 
    content: "Kills vs Mesmo Rank: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-equal.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col2 table tr:nth-child(6) td::before { 
    content: "Entry Fragger: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-entry.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col2 table tr:nth-child(7) td::before { 
    content: "Tempo Vivo Médio: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-time.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col2 table tr:nth-child(8) td::before { 
    content: "Dias Jogados: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-calendar.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.col2 table tr:nth-child(9) td::before { 
    content: "Streak Atual: ";
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/icons/icon-fire.png');
    padding-left: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

/* ========== COLUNA 3: Performance por Mapa (Top 9 Mapas) ========== */

/* Configuração base para ícones de mapas */
.col3 table tr td[data-map]::before { 
    content: "";
    display: inline-block;
    width: 65px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px;
    vertical-align: middle;
}

/* Ícones específicos para cada mapa */
.col3 table tr td[data-map="de_dust2"]::before { 
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/maps/de_dust2.png'); 
}
.col3 table tr td[data-map="de_inferno"]::before { 
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/maps/de_inferno.png'); 
}
.col3 table tr td[data-map="de_nuke"]::before { 
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/maps/de_nuke.png'); 
}
.col3 table tr td[data-map="de_train"]::before { 
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/maps/de_train.png'); 
}
.col3 table tr td[data-map="de_mirage"]::before { 
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/maps/de_mirage.png'); 
}
.col3 table tr td[data-map="de_tuscan"]::before { 
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/maps/de_tuscan.png'); 
}
.col3 table tr td[data-map="de_cbble"]::before { 
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/maps/de_cbble.png'); 
}
.col3 table tr td[data-map="de_overpass"]::before { 
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/maps/de_overpass.png'); 
}
.col3 table tr td[data-map="de_vertigo"]::before { 
    background-image: url('http://www.majesticsz.ihosts3.pt/ranking_map_global/imagens/maps/de_vertigo.png'); 
}

/* Adicionar "Kills" DEPOIS do número */
.col3 table tr td[data-map]::after { 
    content: " Kills";
    margin-left: 4px;
    color: #ff6b35;
    font-size: 13px;
    font-weight: bold;
}

/* ========== CORES GLOBAIS ========== */

/* Títulos em laranja, dados em verde */
.col1 table tr td::before,
.col2 table tr td::before {
    color: #ff6b35 !important;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.col1 table tr td,
.col2 table tr td {
    color: #00ff88 !important;
    font-size: 13px !important;
    line-height: 16px;
    padding: 6px 8px;
}

.col3 table tr td {
    color: #00ff88 !important;
    font-size: 13px !important;
}

/* Responsividade */
@media (max-width: 900px) {
    .column {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .container {
        padding: 15px;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .column {
        width: 48%;
        margin-right: 4%;
    }
    .column:nth-child(2n) {
        margin-right: 0;
    }
    .column:nth-child(3n) {
        margin-right: 4%;
    }
}
