body{
  background: linear-gradient(180deg,#0b1f3a,#114b8b 55%,#0ea5e9);
  min-height:100vh;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
}
.card{border-radius:18px}
.hero{
  background:linear-gradient(135deg,#16a34a,#0ea5e9);
  border-radius:24px;
  padding:28px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}
.navbar-brand{font-weight:700}
.table{background:#fff;color:#111}
footer{opacity:.9}
body{
    background:#f4f5f7;
    font-family:'Segoe UI',sans-serif;
}
body {
    background-image: url('../img/fondo.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
}

.hero,
.card {
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(5px);
    border-radius: 15px;

}

.table td,
.table th{
    vertical-align: middle;
}
.estado-pagado{
    display:inline-block;
    background:#28a745;
    color:white;
    font-size:11px;
    font-weight:bold;
    padding:3px 8px;
    border-radius:12px;
    margin-left:5px;
}

.estado-debe{
    display:inline-block;
    background:#dc3545;
    color:white;
    font-size:11px;
    font-weight:bold;
    padding:3px 8px;
    border-radius:12px;
    margin-left:5px;
}
.badge{
    min-width:40px;
    font-size:15px;
    border-radius:8px;
}

.table-responsive{
    background:#fff;
    border-radius:15px;
    padding:10px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.table thead th{
    vertical-align:middle;
}
.tabla-pro{
    background:#fff;
    border-radius:25px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.encabezado-tabla{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
    flex-wrap:wrap;
}

.encabezado-tabla h2{
    color:#047857;
    font-weight:700;
    margin:0;
}

.premio{
    text-align:right;
    color:#555;
    font-size:.9rem;
}

.premio span{
    display:block;
    font-size:1.5rem;
    font-weight:700;
    color:#047857;
}

.jornada-box{
    border:2px solid #b7f0d5;
    border-radius:18px;
    text-align:center;
    padding:15px;
    margin-bottom:20px;
    color:#047857;
    font-weight:700;
    font-size:1.2rem;
}

.tabla-ranking{
    margin:0;
}

.tabla-ranking thead{
    background:#047857;
    color:#fff;
}

.tabla-ranking thead th{
    border:none;
    padding:15px;
}

.tabla-ranking tbody tr{
    transition:.2s;
}

.tabla-ranking tbody tr:hover{
    background:#f3faf7;
}

.tabla-ranking td{
    vertical-align:middle;
    padding:14px;
}

.estado-pagado{
    background:#10b981;
    color:white;
    padding:6px 12px;
    border-radius:20px;
    font-size:.8rem;
    font-weight:600;
}

.estado-pendiente{
    background:#f59e0b;
    color:white;
    padding:6px 12px;
    border-radius:20px;
    font-size:.8rem;
    font-weight:600;
}

.puntos{
    font-size:1.2rem;
    font-weight:700;
    color:#047857;
}

.partidos{
    font-size:.85rem;
    color:#555;
}
.btn-ganadores{
    width:100%;
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 18px;
    margin-bottom:18px;

    background:linear-gradient(135deg,#0b2948,#164f7e);
    color:#fff;
    text-decoration:none;

    border:2px solid #d4af37;
    border-radius:18px;

    box-shadow:0 10px 24px rgba(11,41,72,.22);
    transition:.25s;
}

.btn-ganadores:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(11,41,72,.30);
}

.btn-ganadores-icono{
    width:54px;
    height:54px;
    min-width:54px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#d4af37,#ffd966);
    border-radius:15px;

    font-size:29px;
    box-shadow:0 6px 16px rgba(212,175,55,.30);
}

.btn-ganadores-texto{
    flex:1;
    display:flex;
    flex-direction:column;
    line-height:1.25;
}

.btn-ganadores-texto strong{
    font-size:1.15rem;
    font-weight:800;
}

.btn-ganadores-texto small{
    margin-top:4px;
    color:rgba(255,255,255,.78);
    font-size:.88rem;
}

.btn-ganadores-flecha{
    font-size:2rem;
    font-weight:300;
    color:#d4af37;
}
@media (max-width: 767px) {
    .titulo-quinielas img {
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
        max-width: 52px !important;
        min-height: 52px !important;
        max-height: 52px !important;
    }

    .titulo-quinielas .titulo-fifa {
        font-size: 1.45rem !important;
        white-space: nowrap;
    }
}
.hero .logo-quinielas {
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
    min-height: 82px !important;
    max-height: 82px !important;

    object-fit: cover !important;
    object-position: center !important;

    border-radius: 50% !important;
    overflow: hidden !important;

    background: #001f3f !important;
    border: 3px solid #d4af37 !important;

    box-shadow:
        0 7px 18px rgba(0,0,0,.35),
        0 0 0 4px rgba(212,175,55,.12) !important;
}