/* CSS TEMA AZUL/AMARELO - Streak Lider MOTD
   Cards arredondados
   Compativel com CS 1.6
*/

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: 16px;
}

.container {
    max-width: 550px;
    margin: 0 auto;
    background: linear-gradient(180deg, #1a3a5c 0%, #0d1f33 100%);
    border-radius: 15px;
    padding: 20px;
    border: 3px solid #4169E1;
    box-shadow: 0 0 30px rgba(65, 105, 225, 0.4), inset 0 0 40px rgba(0,0,0,0.3);
    overflow: hidden;
    text-align: center;
}

h1 {
    text-align: center;
    color: #FFD700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 3px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(65,105,225,0.3) 0%, rgba(0,0,0,0) 100%);
    padding: 12px 20px;
    border: 2px solid #FFD700;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4), inset 0 0 15px rgba(65,105,225,0.1);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

/* LIDER - Estilo azul/amarelo */
.lider-box {
    background: linear-gradient(135deg, rgba(65,105,225,0.2) 0%, rgba(255,215,0,0.1) 50%, rgba(0,0,0,0.8) 100%);
    border: 3px solid #FFD700;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.3), inset 0 0 20px rgba(65,105,225,0.1);
}

.lider-badge {
    display: block;
    background: #FFD700;
    color: #000;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 900;
    border: 2px solid #4169E1;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: -30px auto 10px auto;
    width: 80px;
}

.lider-nome {
    font-size: 22px;
    font-weight: 900;
    color: #FFD700;
    margin-top: 10px;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.5), 2px 2px 4px rgba(0,0,0,0.8);
    letter-spacing: 1px;
}

.lider-streak {
    font-size: 38px;
    font-weight: 900;
    color: #4169E1;
    margin-top: 3px;
    text-shadow: 0 0 20px rgba(65, 105, 225, 0.7), 2px 2px 4px rgba(0,0,0,0.8);
}

.lider-label {
    font-size: 12px;
    color: #87CEEB;
    text-transform: uppercase;
    margin-top: 3px;
    font-weight: bold;
    letter-spacing: 2px;
}

/* Tabela TOP 2-5 - Estilo azul/amarelo */
.ranking-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 6px;
    margin-bottom: 15px;
}

.ranking-table th {
    background: linear-gradient(180deg, rgba(65,105,225,0.4) 0%, rgba(65,105,225,0.2) 100%);
    color: #FFD700;
    padding: 10px 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #4169E1;
    border-radius: 8px;
    font-weight: 900;
    text-align: center;
}

.ranking-table td {
    padding: 8px 6px;
    font-size: 14px;
    text-align: center;
    background: rgba(26, 58, 92, 0.8);
    border: 1px solid #4169E1;
    border-radius: 6px;
}

.ranking-table tr:nth-child(even) td {
    background: rgba(35, 70, 110, 0.8);
}

.ranking-table tr:hover td {
    background: rgba(65, 105, 225, 0.2);
    border-color: #FFD700;
}

/* Larguras das colunas */
.col-pos {
    width: 15%;
}

.col-nome {
    width: 55%;
}

.col-streak {
    width: 30%;
}

/* Posicoes com cores azul/amarelo */
.pos-1 { color: #FFD700; font-weight: 900; font-size: 20px; text-align: center; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
.pos-2 { color: #C0C0C0; font-weight: 900; font-size: 18px; text-align: center; }
.pos-3 { color: #CD7F32; font-weight: 900; font-size: 18px; text-align: center; }
.pos-4 { color: #87CEEB; font-weight: 900; font-size: 18px; text-align: center; }
.pos-5 { color: #4682B4; font-weight: 900; font-size: 18px; text-align: center; }

.nome-cell {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.streak-cell {
    color: #FFD700;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

/* Card do jogador atual - Estilo azul/amarelo */
.meu-streak-compact {
    background: linear-gradient(135deg, rgba(65,105,225,0.2) 0%, rgba(255,215,0,0.1) 100%);
    border: 2px solid #4169E1;
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 15px;
    text-align: center;
    box-shadow: 0 0 15px rgba(65, 105, 225, 0.3), inset 0 0 15px rgba(0,0,0,0.2);
}

.meu-label-text {
    color: #FFD700;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.meu-nome-text {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    margin: 0 8px;
}

.meu-valor-text {
    color: #4169E1;
    font-size: 22px;
    font-weight: 900;
    text-shadow: 0 0 15px rgba(65, 105, 225, 0.5);
}

.meu-kills-text {
    color: #87CEEB;
    font-size: 12px;
    margin-left: 4px;
    text-transform: uppercase;
    opacity: 0.7;
}

/* Sem dados */
.sem-dados {
    text-align: center;
    color: #87CEEB;
    font-style: italic;
    padding: 30px;
}
