.header,
body {
    background: #0e1015
}

.cta-bloco,
.footer a,
.ganhadores h3,
a.btn-jogar {
    text-align: center
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    color: #fff;
    font-family: Poppins, sans-serif
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px
}

.logo {
    font-family: Orbitron, sans-serif;
    font-size: 18px;
    color: #0ff
}

.saldo-depositar {
    display: flex;
    align-items: center;
    gap: 5px
}

.saldo {
    background: #121419;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 13px
}

.btn-depositar {
    background: #00e880;
    color: #0e1015;
    border: none;
    border-radius: 20px;
    padding: 6px 12px;
    /* font-size: 13px; */
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-weight: 700
}

.banners,
.container,
.raspadinha-info {
    padding: 10px
}

.banner {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0;
    max-width: 100%;
    height: auto
}

.ganhadores {
    background: #111;
    padding: 0;
    border-radius: 12px;
    margin: 15px;
    color: #fff;
    font-family: Arial, sans-serif
}

.ganhadores h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 1px
}

.ganhador {
    background: #1a1a1a;
    border-left: 5px solid #00c20f;
    border-radius: 10px;
    padding: 18px 25px;
    margin-bottom: 12px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    animation: .7s ease-out forwards fadeInSlide
}

@keyframes fadeInSlide {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.ganhador:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px #00ff99a0
}

.ganhador strong {
    color: #fff;
    font-weight: 700
}

.ganhador span {
    color: #0f6;
    font-weight: 700
}

.ganhador small {
    display: block;
    color: #aaa;
    font-size: 12px;
    margin-top: 5px
}

.ganhador::before {
    content: "🏆";
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    animation: 1.5s ease-in-out infinite brilho
}

@keyframes brilho {

    0%,
    100% {
        opacity: .8;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1.2)
    }
}

.cta-bloco {
    border-radius: 12px
}

.cta-bloco h3 {
    font-size: 18px;
    margin-bottom: 10px
}

.cta-bloco p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #ccc
}

.btn-jogar {
    font-size: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    font-family: Poppins, sans-serif
}

.rodape-info,
.rodape-info a {
    font-size: 13px
}

.rodape-info {
    background: #0e1015;
    padding: 20px;
    color: #aaa;
    margin-bottom: 80px
}

.rodape-logo {
    font-family: Orbitron, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff
}

.rodape-info h4 {
    color: #fff;
    margin: 15px 0 5px
}

.footer a,
.rodape-info a {
    color: #aaa;
    text-decoration: none
}

.rodape-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.rodape-info ul li {
    margin-bottom: 5px
}

.rodape-info a:hover {
    text-decoration: underline
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #121419;
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    border-top: 1px solid #222
}

.footer a {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px
}

.footer a.active {
    color: #00e880
}

@media (max-width:480px) {

    .cta-bloco h3,
    .logo {
        font-size: 16px
    }

    .btn-depositar {
        font-size: 15px;
        padding: 5px 10px
    }

    .saldo {
        font-size: 17px
    }

    .cta-bloco p,
    .ganhador,
    .rodape-info h4 {
        font-size: 13px
    }

    .footer a {
        font-size: 15px
    }

    .btn-jogar {
        font-size: 14px;
        padding: 10px 95px
    }

    .rodape-info {
        font-size: 12px
    }
}

.raspadinha-card {
    background: #121419;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 4px #00000055
}

.raspadinha-card img {
    width: 100%;
    display: block
}

.valor-label {
    position: absolute;
    background: #00e880;
    color: #121419;
    font-size: 12px;
    padding: 3px 6px;
    top: 0;
    right: 0;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    font-weight: 700
}

.premio-max {
    color: #00e880;
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;

}

.btn-jogar,
a.btn-jogar {
    background: #00e880;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer
}

.btn-jogar {
    color: #121419;
    border: none;
    font-weight: 700;
    border-radius: 6px
}

.btn-jogar-mini,
a.btn-jogar {
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none
}

.raspadinha-titulo {
    font-weight: 700;
    color: #fff;
    font-size: 14px
}

.raspadinha-nome {
    font-size: 13px;
    color: #bbb;
    margin-bottom: 5px
}

.btn-jogar-mini {
    background: red;
    color: #fff;
    padding: 5px 12px;
    display: inline-block;
    font-size: 13px
}

a.btn-jogar {
    display: block;
    color: #0e1015
}