/* =========================================================
   GOLOMETRO - STYLE CAESARS
   ========================================================= */


/* =========================================================
   CONTENEDORES PRINCIPALES
   ========================================================= */

#gol-auth-container,
#gol-game-container{
    border:2px solid #FF6600 !important;
    box-shadow:0 10px 25px rgba(0,0,0,0.10);
    background:#fff;
    transition:all 0.3s ease;
    max-width:100%;
    box-sizing:border-box;
    padding:28px !important;
    border-radius: 10px;
}


/* =========================================================
   TITULOS Y TEXTOS GENERALES
   ========================================================= */

#gol-auth-container h2,
#gol-game-container h2,
#gol-auth-container h3,
#gol-game-container h3,
#gol-auth-container h4,
#gol-game-container h4{
    text-align:left;
}

#gol-game-container h3{
    font-size:34px;
    line-height:1.05;
    margin:0 0 10px 0;
    color:#222;
}

#gol-game-container h4{
    font-size:22px !important;
    line-height:1.1;
    margin:8px 0 8px 0 !important;
    color:#E56F2D !important;
}

#gol-game-container p{
    color:#444;
}


/* =========================================================
   CAMPOS Y FORMULARIOS
   ========================================================= */

#gol-auth-container input[type="text"],
#gol-auth-container input[type="email"],
#gol-auth-container input[type="password"],
#gol-auth-container input[type="tel"],
#gol-game-container input[type="text"],
#gol-game-container input[type="email"],
#gol-game-container input[type="password"],
#gol-game-container input[type="tel"],
#gol-game-container input[type="file"]{
    width:100%;
    box-sizing:border-box;
    border:1px solid #cfcfcf;
    border-radius:6px;
    background:#fff;
    color:#222;
}

#gol-game-container input[type="text"],
#gol-game-container input[type="email"],
#gol-game-container input[type="password"],
#gol-game-container input[type="tel"]{
    padding:14px 12px;
    font-size:16px;
}

#gol-game-container input[type="file"]{
    padding:10px;
    font-size:15px;
}

#gol-game-container label{
    font-weight:700;
    color:#222;
    display:block;
    margin-bottom:6px;
}


/* =========================================================
   BOTONES DE LA MARCA
   ========================================================= */

.btn-caesars{
    background:#FF6600;
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    border:none;
    border-radius:8px;
    padding:15px 18px;
    cursor:pointer;
    transition:transform 0.1s ease, background 0.3s ease, opacity 0.3s ease;
    font-size:16px;
    letter-spacing:0.2px;
}

.btn-caesars:hover{
    background:#e65c00;
}

.btn-caesars:active{
    transform:scale(0.98);
}

.btn-caesars:disabled{
    opacity:0.55;
    cursor:not-allowed;
}


/* =========================================================
   ESTADO VISUAL DEL PASO DE TICKET
   ========================================================= */

#step-ticket{
    max-width:720px;
    margin:0 auto;
}

#step-ticket h3{
    text-align:center;
    margin-bottom:8px !important;
}

#step-ticket h4{
    text-align:center;
    margin-bottom:8px !important;
}

#step-ticket p{
    text-align:center;
    font-size:15px;
    margin-bottom:24px !important;
}

#step-ticket #btn-start-flow{
    width:100%;
    margin-top:8px;
    font-size:17px;
    padding:16px 18px;
}

#ticket-live-status{
    min-height:20px;
    font-size:13px;
    font-weight:700;
    margin-top:8px;
}


/* =========================================================
   TRIVIA
   ========================================================= */

.trivia-btn,
.t-btn{
    background:#222 !important;
    border:2px solid transparent !important;
    margin-bottom:12px;
    font-size:16px;
    text-align:center;
    width:100%;
    display:block;
    padding:14px;
    border-radius:6px;
    color:#fff;
}


/* =========================================================
   BARRA DE DECIBELES
   ========================================================= */

#db-bar{
    background:linear-gradient(90deg,#FFCC00 0%,#FF6600 100%);
    border-radius:10px;
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
}


/* =========================================================
   RESULTADOS
   ========================================================= */

#summary-points{
    border-left:5px solid #FF6600;
    line-height:1.6;
}

#summary-points p{
    margin:8px 0;
    font-size:16px;
}


/* =========================================================
   BOTONES ADMIN
   ========================================================= */

.button-primary[href*="validar"]{
    background:#46b450 !important;
    border-color:#46b450 !important;
    box-shadow:none !important;
    text-shadow:none !important;
}

.button[href*="invalidar"]{
    color:#dc3232 !important;
    border-color:#dc3232 !important;
}


/* =========================================================
   FEEDBACK TRIVIA
   ========================================================= */

#trivia-feedback{
    text-transform:uppercase;
    animation:popIn 0.3s ease-out;
}

@keyframes popIn{
    0%{transform:scale(0.5);opacity:0;}
    100%{transform:scale(1);opacity:1;}
}


/* =========================================================
   PARTICIPACIONES USUARIO
   ========================================================= */

.gol-participaciones-wrap{
    position:relative;
    width:100%;
    max-width:1720px;
    margin:0 auto;
    background:#e9e9e9;
    border-top:4px solid #000;
    box-sizing:border-box;
    overflow:hidden;
    border-radius: 10px;
}

.gol-participaciones-head{
    position:relative;
    padding:18px 20px 0 20px;
    text-align:center;
    background:transparent;
}

.gol-participaciones-title{
    margin:0;
    font-size:58px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
    color:#000;
    letter-spacing:0.5px;
    text-align:center;
}

.gol-participaciones-body{
    padding:34px 28px 0 28px;
}

.gol-participaciones-table-wrap{
    width:100%;
    overflow-x:auto;
}

.gol-participaciones-table{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    background:transparent;
}

.gol-participaciones-table thead th{
    text-align:center;
    padding:20px 14px 18px 14px;
    border-bottom:1px solid #8f8f8f;
    color:#18263f;
    font-size:18px;
    font-weight:800;
    white-space:nowrap;
}

.gol-participaciones-table tbody td{
    padding:18px 14px;
    border-bottom:1px solid #c9c9c9;
    color:#111;
    font-size:18px;
    vertical-align:middle;
    text-align:center;
}

.gol-participaciones-table tbody tr:last-child td{
    border-bottom:none;
}

.gol-pts-cell{
    font-weight:800;
}

.gol-participaciones-empty{
    text-align:center;
    padding:36px 12px !important;
    color:#444;
    font-size:18px;
}

.gol-participaciones-totalbar{
    background:#000;
    color:#fff;
    margin-top:28px;
    padding:18px 28px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
    text-align:center;
}

.gol-total-label{
    font-size:22px;
    font-weight:700;
}

.gol-total-value{
    font-size:44px;
    line-height:1;
    font-weight:900;
}

.gol-total-suffix{
    font-size:22px;
    font-weight:800;
}


/* =========================================================
   LINK LOGIN / LOGOUT MENU
   ========================================================= */

.gol-menu-user{
    font-weight:600;
    color:#222;
}

.gol-menu-user a{
    color:#E56F2D;
    text-decoration:none;
    font-weight:700;
}

.gol-menu-login{
    color:#E56F2D;
    font-weight:700;
    text-decoration:none;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 768px){

    #gol-auth-container,
    #gol-game-container{
        padding:20px !important;
    }

    #gol-game-container h3{
        font-size:24px;
    }

    #gol-game-container h4{
        font-size:18px !important;
    }

    #step-ticket{
        max-width:100%;
    }

    .btn-caesars{
        font-size:16px;
    }

    .gol-participaciones-wrap{
        border-top-width:3px;
    }

    .gol-participaciones-head{
        padding:18px 14px 0 14px;
    }

    .gol-participaciones-title{
        font-size:34px;
    }

    .gol-participaciones-notch{
        width:28px;
        height:28px;
        bottom:-14px;
        border-top-width:3px;
        border-left-width:3px;
    }

    .gol-participaciones-body{
        padding:22px 12px 0 12px;
    }

    .gol-participaciones-table thead{
        display:none;
    }

    .gol-participaciones-table,
    .gol-participaciones-table tbody,
    .gol-participaciones-table tr,
    .gol-participaciones-table td{
        display:block;
        width:100%;
    }

    .gol-participaciones-table tr{
        background:#f5f5f5;
        border:1px solid #d8d8d8;
        border-radius:10px;
        margin-bottom:14px;
        overflow:hidden;
    }

    .gol-participaciones-table tbody td{
        border-bottom:1px solid #e2e2e2;
        padding:12px 14px;
        text-align:center;
        font-size:15px;
    }

    .gol-participaciones-table tbody td:last-child{
        border-bottom:none;
    }

    .gol-participaciones-table tbody td::before{
        content:attr(data-label);
        display:block;
        font-size:12px;
        font-weight:800;
        color:#0f223f;
        text-transform:uppercase;
        margin-bottom:6px;
        letter-spacing:0.4px;
        text-align:center;
    }

    .gol-participaciones-totalbar{
        justify-content:center;
        text-align:center;
        gap:10px;
        padding:16px 14px;
    }

    .gol-total-label{
        width:100%;
        font-size:16px;
    }

    .gol-total-value{
        font-size:32px;
    }

    .gol-total-suffix{
        font-size:16px;
    }
}