/* CSS TEMA CYBERPUNK COMPACTO - Streak Lider MOTD
   Ciano/Magenta/Neon - Fontes reduzidas
   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: 'Courier New', monospace;
    color: #ffffff;
    min-height: 100vh;
    font-size: 20px;
}

.container {
    max-width: 550px;
    margin: 0 auto;
    background: linear-gradient(180deg, #0a0a1a 0%, #050510 100%);
    border-radius: 0;
    padding: 15px;
    border: 2px solid #00ffff;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.3), inset 0 0 40px rgba(0,0,0,0.5);
    overflow: hidden;
    text-align: center;
    position: relative;
}

/* Grid cyberpunk de fundo */
.container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(90deg, rgba(0,255,255,0.03) 1px, transparent 1px),
        linear-gradient(rgba(0,255,255,0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

h1 {
    text-align: center;
    color: #00ffff;
    font-family: 'Courier New', monospace;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 4px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(0,255,255,0.1) 0%, rgba(0,0,0,0) 100%);
    padding: 12px 20px;
    border: 2px solid #00ffff;
    display: inline-block;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5), inset 0 0 15px rgba(0,255,255,0.1);
    text-shadow: 0 0 15px rgba(0, 255, 255, 0.8);
}

/* LIDER - Estilo cyberpunk compacto */
.lider-box {
    background: linear-gradient(135deg, rgba(0,255,255,0.1) 0%, rgba(138,43,226,0.2) 50%, rgba(0,0,0,0.8) 100%);
    border: 2px solid #ff00ff;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.4), inset 0 0 20px rgba(0,255,255,0.05);
}

.lider-badge {
    display: block;
    background: #ff00ff;
    color: #000;
    padding: 3px 15px;
    font-size: 12px;
    font-weight: 900;
    border: 1px solid #00ffff;
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.8);
    font-family: 'Courier New', monospace;
    text-align: center;
    margin: -25px auto 10px auto;
    width: 90px;
}

.lider-nome {
    font-size: 28px;
    font-weight: 900;
    color: #00ffff;
    margin-top: 10px;
    text-shadow: 0 0 15px rgba(0, 255, 255, 0.8), 0 0 30px rgba(0, 255, 255, 0.4);
    letter-spacing: 1px;
}

.lider-streak {
    font-size: 52px;
    font-weight: 900;
    color: #ff00ff;
    margin-top: 3px;
    text-shadow: 0 0 20px rgba(255, 0, 255, 0.9), 0 0 40px rgba(255, 0, 255, 0.5);
}

.lider-label {
    font-size: 11px;
    color: #00ffff;
    text-transform: uppercase;
    margin-top: 3px;
    font-weight: bold;
    letter-spacing: 3px;
    opacity: 0.8;
}

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

.ranking-table th {
    background: linear-gradient(180deg, rgba(0,255,255,0.15) 0%, rgba(0,0,0,0) 100%);
    color: #00ffff;
    padding: 8px 6px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #00ffff;
    font-weight: 900;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.5);
}

.ranking-table td {
    padding: 6px 6px;
    font-size: 18px;
    text-align: center;
    background: rgba(10, 10, 30, 0.9);
    border: 1px solid rgba(0,255,255,0.3);
}

.ranking-table tr:nth-child(even) td {
    background: rgba(20, 20, 40, 0.9);
}

.ranking-table tr:hover td {
    background: rgba(0, 255, 255, 0.1);
    border-color: #00ffff;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

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

.col-nome {
    width: 55%;
}

.col-streak {
    width: 30%;
}

/* Posicoes com cores cyberpunk compacto */
.pos-1 { color: #00ffff; font-weight: 900; font-size: 24px; text-align: center; text-shadow: 0 0 10px rgba(0, 255, 255, 0.8); }
.pos-2 { color: #ff00ff; font-weight: 900; font-size: 22px; text-align: center; text-shadow: 0 0 10px rgba(255, 0, 255, 0.6); }
.pos-3 { color: #ff66ff; font-weight: 900; font-size: 22px; text-align: center; text-shadow: 0 0 8px rgba(255, 102, 255, 0.5); }
.pos-4 { color: #9966ff; font-weight: 900; font-size: 22px; text-align: center; text-shadow: 0 0 8px rgba(153, 102, 255, 0.4); }
.pos-5 { color: #6699ff; font-weight: 900; font-size: 22px; text-align: center; text-shadow: 0 0 8px rgba(102, 153, 255, 0.3); }

.nome-cell {
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0, 255, 255, 0.3);
}

.streak-cell {
    color: #ff00ff;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    text-shadow: 0 0 15px rgba(255, 0, 255, 0.6);
}

/* Card do jogador atual - Estilo cyberpunk compacto */
.meu-streak-compact {
    background: linear-gradient(135deg, rgba(0,255,255,0.1) 0%, rgba(138,43,226,0.1) 100%);
    border: 2px solid #00ffff;
    border-radius: 0;
    padding: 8px 15px;
    margin-top: 15px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.3), inset 0 0 15px rgba(0,255,255,0.05);
}

.meu-label-text {
    color: #00ffff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.5);
}

.meu-nome-text {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    margin: 0 8px;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.meu-valor-text {
    color: #ff00ff;
    font-size: 28px;
    font-weight: 900;
    text-shadow: 0 0 15px rgba(255, 0, 255, 0.7);
}

.meu-kills-text {
    color: #00ffff;
    font-size: 14px;
    margin-left: 4px;
    text-transform: uppercase;
    opacity: 0.7;
}

/* Sem dados */
.sem-dados {
    text-align: center;
    color: #00ffff;
    font-style: italic;
    padding: 30px;
    opacity: 0.7;
}
