    body {
            margin: 0;
            background: #0f0f0f;
            color: #fff;
            font-family: Segoe UI, Arial, sans-serif;
            text-align: center;
        }

        .container {
            padding: 20px;
        }

        .logo img {
            max-height: 120px;
            margin: 10px 0;
        }

        .config-card,
        .info-card,
        .blind-card {
            background: #1c1c1c;
            border-radius: 16px;
            padding: 15px;
            margin: 10px auto;
            box-shadow: 0 0 12px rgba(0, 0, 0, .4);
        }

        .config-card {
            max-width: 420px;
        }

        input,
        select,
        button {
            border: none;
            border-radius: 10px;
            padding: 10px;
            font-size: 16px;
        }

        input,
        select {
            background: #2d2d2d;
            color: white;
        }

        button {
            cursor: pointer;
            margin: 5px;
        }

        .start {
            background: #2e7d32;
            color: white;
        }

        .pause {
            background: #ef6c00;
            color: white;
        }

        .next {
            background: #1565c0;
            color: white;
        }

        .reset {
            background: #c62828;
            color: white;
        }

        .full {
            background: #6a1b9a;
            color: white;
        }

        #nivel {
            font-size: 2rem;
            margin-top: 5px;
        }

        #timer {
            font-size: min(34vw, 180px);
            font-weight: 900;
            margin: 2px 0;
        }

        .progress-container {
            width: 90%;
            max-width: 1000px;
            height: 25px;
            background: #2d2d2d;
            margin: 20px auto;
            border-radius: 20px;
            overflow: hidden;
        }

        #progressBar {
            height: 100%;
            width: 100%;
            background: #4caf50;
        }

        .blind-container {
            display: flex;
            gap: 2px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .blind-card {
            min-width: 260px;
        }

        .titulo {
            color: #aaa;
            margin-bottom: 10px;
        }

        .valor {
            font-size: 6rem;
            font-weight: bold;
        }

        .info-grid {
            display: flex;
            justify-content: center;
            gap: 1px;
            flex-wrap: wrap;
        }

        .info-card {
            min-width: 220px;
        }

        .rebuy-buttons button {
            background: #444;
            color: white;
        }

        .topo-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }

        .logo img {
            max-height: 180px;
            border-radius: 100px;
        }

        .config-card {
            min-width: 350px;
            margin: 0;
        }

/* =========================
jogadores
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #0f1117;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    min-height: 100vh;
    padding: 30px;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

/* =========================
   TÍTULOS
========================= */

h1 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 10px;
    color: #4CAF50;
}

#dataAtual {
    text-align: center;
    color: #b0b0b0;
    margin-bottom: 30px;
    font-size: 1rem;
}

/* =========================
   CARDS
========================= */

.card {
    background: #1a1f2b;
    border-radius: 18px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, .3),
        0 0 20px rgba(76, 175, 80, .05);
}

.card h3 {
    margin-bottom: 15px;
    color: #4CAF50;
}

/* =========================
   FORMULÁRIO
========================= */

input {
    width: 300px;
    max-width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    background: #2b3242;
    color: white;
    font-size: 16px;
    outline: none;
}

input:focus {
    box-shadow: 0 0 10px rgba(76, 175, 80, .6);
}

/* =========================
   BOTÕES
========================= */

button {
    border: none;
    border-radius: 10px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
    margin: 4px;
}

button:hover {
    transform: translateY(-2px);
}

button:active {
    transform: translateY(0);
}

/* Botão principal */

button {
    background: #4CAF50;
    color: white;
}

/* Botão excluir */

.btn-excluir {
    background: #e53935;
}

/* Botão remover rebuy */

.btn-menos {
    background: #fb8c00;
}

/* Botão adicionar rebuy */

.btn-mais {
    background: #2196F3;
}

/* Exportação */

.btn-export {
    background: #673AB7;
}

/* =========================
   RESUMO
========================= */

#resumo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.resumo-item {
    background: #232b3a;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.resumo-item .titulo {
    color: #9fa8b5;
    margin-bottom: 8px;
}

.resumo-item .valor {
    font-size: 1.8rem;
    font-weight: bold;
    color: #4CAF50;
}

/* =========================
   TABELA
========================= */

table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
    background: #1a1f2b;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, .3);
}

thead {
 background: #4CAF50;
}

thead th {
    padding: 16px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

tbody tr {
    border-bottom: 1px solid #2b3242;
    transition: .2s;
}

tbody tr:hover {
    background: #232b3a;
}

tbody td {
    padding: 15px;
    text-align: center;
}

tbody tr:last-child {
    border-bottom: none;
}

/* =========================
   REBUY NO LIMITE
========================= */

.limite-atingido {
    background: rgba(229, 57, 53, .15) !important;
}

.limite-atingido td {
    color: #ff8a80;
    font-weight: bold;
}

/* =========================
   RESPONSIVO
========================= */

@media(max-width:900px) {

    body {
        padding: 15px;
    }

    h1 {
        font-size: 2rem;
    }

    table {
        display: block;
        overflow-x: auto;
    }

    input {
        width: 100%;
        margin-bottom: 10px;
    }

}

.btn-mais:disabled {
    background: #555;
    cursor: not-allowed;
    opacity: 0.6;
}

.limite-atingido {
    background: rgba(255, 0, 0, 0.10);
}

.limite-atingido td {
    color: #ff8080;
}

.btn-mais:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.logo img {
    max-height: 180px;
    border-radius: 100px;
}

.topo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.resultado-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:15px;
    margin-top:15px;
}

.resultado-grid select,
.resultado-grid input{
    width:100%;
}

#validacaoPremio{
    margin-top:20px;
    font-size:18px;
    font-weight:bold;
}
.cards-topo{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

.cadastro-card{
    width:40%;
}

.resumo-card{
    width:70%;
}
@media (max-width: 768px){

    .cards-topo{
        flex-direction:column;
    }

    .cadastro-card,
    .resumo-card{
        width:100%;
    }

}
.table-footer{
    margin-top:20px;
    background:#1a1f2b;
    border-radius:15px;
    padding:20px;
}

#resumo{
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:20px;
}

.resumo-item{
    text-align:center;
}

.resumo-item .titulo{
    color:#999;
    font-size:14px;
}

.resumo-item .valor{
    font-size:24px;
    font-weight:bold;
    color:#4CAF50;
}

.acoes-relatorio{
    text-align:center;
}
.btn-encerrar{
    background:#4CAF50;
    color:white;
    font-size:18px;
    font-weight:bold;
    padding:15px 30px;
    border:none;
    border-radius:12px;
    cursor:pointer;
}

.btn-encerrar:hover{
    transform:scale(1.03);
}
.topo-config{
    display:flex;
    gap:20px;
    margin-bottom:20px;
    align-items:stretch;
}

.topo-config .config-card{
    flex:1;
}

.topo-config .cadastro-card{
    flex:1;
}
@media (max-width: 768px){

    .topo-config{
        flex-direction:column;
    }

}
.config-grid{
    display:flex;
    gap:20px;
    align-items:end;
}

.config-grid > div{
    flex:1;
}

.config-grid select,
.config-grid input{
    width:100%;
}
.painel-audios{
    margin-top:30px;
    padding:20px;
    background:#1a1f2b;
    border-radius:15px;
    text-align:center;
}

.painel-audios button{
    margin:5px;
}
.login-tela{
    position:fixed;
    inset:0;
    background:#0f1117;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.login-card{
    background:#1a1f2b;
    padding:30px;
    border-radius:18px;
    width:320px;
    text-align:center;
    box-shadow:0 0 25px rgba(0,0,0,.5);
}

.login-card h2{
    color:#4CAF50;
    margin-bottom:20px;
}

.login-card input{
    width:100%;
    margin-bottom:12px;
    padding:12px;
    border:none;
    border-radius:10px;
    background:#2b3242;
    color:white;
}

.login-card button{
    width:100%;
    background:#4CAF50;
    color:white;
}

#loginErro{
    color:#ff8080;
    margin-top:10px;
}