.banner-gratis-principal {
    max-width: 1200px;
    height: 160px;
    margin: 12px auto 18px auto;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at center, #133a74 0%, #0b274f 30%, #051833 60%, #010915 100%);
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

.banner-gratis-principal-link {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5;
}

.banner-gratis-principal-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.banner-gratis-principal-left {
    position: relative;
    min-width: 260px;
    height: 100%;
}

.gift-shaking {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 6;
}

.gift-shaking img {
    width: 50px;
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.4));
    animation: shakeNonStop 0.6s infinite ease-in-out;
}

.banner-gratis-principal-label {
    position: absolute;
    top: 55px;
    left: 0;
    background: #ffd700;
    padding: 10px 28px;
    transform: rotate(-10deg);
    box-shadow: 5px 5px 0px rgba(0,0,0,0.35);
    white-space: nowrap;
}

.banner-gratis-principal-label span {
    color: #133a74;
    font-weight: 950;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: -1px;
    display: block;
    line-height: 1;
    white-space: nowrap;
}

.banner-gratis-principal-center {
    flex: 1;
    display: flex;
    justify-content: center;
}

.banner-gratis-principal-info {
    border-left: 3px solid #ffd700;
    padding-left: 20px;
}

.banner-gratis-principal-title {
    font-size: 24px;
    font-weight: 950;
    color: #fff;
    line-height: 1.1;
    text-transform: uppercase;
}

.banner-gratis-principal-sub {
    font-size: 16px;
    font-weight: 700;
    color: #cfe3ff;
    margin: 5px 0 0 0;
}

.banner-gratis-principal-btn {
    background: #229ED9;
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    padding: 14px 24px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(34, 158, 217, 0.4);
    transition: transform 0.2s;
}

.banner-gratis-principal-link:hover .banner-gratis-principal-btn {
    transform: scale(1.05);
}

.btn-icon {
    width: 22px;
}

@keyframes shakeNonStop {
    0% { transform: rotate(0) scale(1); }
    25% { transform: rotate(-8deg) scale(1.05); }
    50% { transform: rotate(8deg) scale(1.05); }
    75% { transform: rotate(-4deg) scale(1.02); }
    100% { transform: rotate(0) scale(1); }
}

.banner-gratis-principal-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.bg-money {
    position: absolute;
    top: -50px;
    opacity: .12;
    width: 45px;
    animation: fall 4s linear infinite;
}

.m1 { left: 10%; }
.m2 { left: 55%; animation-delay: -1.5s; }
.m3 { left: 85%; animation-delay: -2.5s; }

@keyframes fall {
    0% { transform: translateY(0) rotate(0); opacity: 0; }
    10% { opacity: .12; }
    100% { transform: translateY(250px) rotate(30deg); opacity: 0; }
}


@media (max-width: 768px) {
    .banner-gratis-principal {
        height: auto;
        border-radius: 0;
        margin: 10px 0;
    }

    .banner-gratis-principal-content {
        display: flex;
        flex-direction: column;
        padding: 12px;
        gap: 12px;
    }

    .banner-gratis-principal-left {
        display: flex;
        align-items: center;
        width: 100%;
        height: auto;
        min-width: 0;
        gap: 8px;
    }

    .gift-shaking {
        position: static;
        display: flex;
        align-items: center;
    }

    .gift-shaking img {
        width: 28px;
    }

    .banner-gratis-principal-label {
        position: static;
        transform: rotate(-3deg);
        padding: 4px 10px;
        box-shadow: 2px 2px 0px rgba(0,0,0,0.3);
        margin-right: auto;
    }

    .banner-gratis-principal-label span {
        font-size: 13px;
    }

    .banner-gratis-principal-right {
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .banner-gratis-principal-btn {
        padding: 8px 12px;
        font-size: 11px;
        gap: 5px;
        white-space: nowrap;
        margin: 0;
    }

    .btn-icon {
        width: 14px;
    }

    .banner-gratis-principal-center {
        display: block;
        width: 100%;
    }

    .banner-gratis-principal-info {
        border-left: 3px solid #ffd700;
        padding-left: 10px;
    }

    .banner-gratis-principal-title {
        font-size: 15px;
        line-height: 1.2;
    }

    .banner-gratis-principal-sub {
        font-size: 11px;
        margin-top: 2px;
    }

    .bg-money {
        display: none;
    }
}

/* TORNEO COMPARTIDO */ 

.torneo-freeroll-single {
    background: #ffffff;
    padding: 24px;
    border-bottom: 1px solid #f1f5f9;
    font-family: system-ui, -apple-system, sans-serif;
}

.torneo-header-main {
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.torneo-amount {
    color: #10b981;
}

.torneo-sala {
    color: #0f172a;
}

.torneo-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.torneo-info-group {
    display: flex;
    align-items: center;
    gap: 14px;
}

.torneo-logo {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.torneo-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.torneo-details {
    display: flex;
    flex-direction: column;
}

.torneo-name {
    font-size: 16px;
    font-weight: 700;
    color: #334155;
    line-height: 1.2;
}

.torneo-time {
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    margin-top: 2px;
}

.torneo-time.destacado {
    color: #f59e0b;
}

.torneo-time.comenzado {
    color: #ef4444;
}

.torneo-btn {
    background: #10b981;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(16,185,129,.2);
    transition: all .2s ease;
    white-space: nowrap;
}

.torneo-btn:hover {
    background: #059669;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .torneo-freeroll-single {
        padding: 16px;
    }
    .torneo-header-main {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .torneo-logo {
        width: 36px;
        height: 36px;
    }
    .torneo-name {
        font-size: 14px;
    }
    .torneo-btn {
        padding: 10px 16px;
        font-size: 12px;
    }
}