/* ==========================================
   CHORIPOP — Recompensa de croma "Ramen XCX"
   ========================================== */

#choripop-premio-zona {
    margin-top: 18px;
}

.croma-btn-descubrir {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #fc38b6, #772ce8);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-family: 'Barlow', 'Arial Black', sans-serif;
    font-weight: 900;
    font-size: .95rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s;
}
.croma-btn-descubrir:hover { transform: scale(1.02); box-shadow: 0 4px 14px rgba(252,56,182,.4); }

.croma-cargando,
.croma-error {
    text-align: center;
    font-weight: 700;
    color: #555;
    padding: 10px;
}
.croma-error { color: #d81b60; }

.croma-reveal {
    text-align: center;
    border: 3px solid #000;
    border-radius: 12px;
    padding: 22px 16px;
    background: linear-gradient(160deg, #fff0f8, #f2ecff);
}
.croma-reveal-nuevo {
    animation: croma-pop-in .5s cubic-bezier(.26,1.4,.5,1);
}
@keyframes croma-pop-in {
    0%   { transform: scale(.6); opacity: 0; }
    70%  { transform: scale(1.06); opacity: 1; }
    100% { transform: scale(1); }
}

.croma-sprite-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    margin-bottom: 10px;
}
.croma-sprite {
    /* tamaño y animación se aplican inline vía JS */
}
.croma-sprite-fallback {
    font-size: 3rem;
}

.croma-lootbox-icon {
    font-size: 4rem;
    margin-bottom: 8px;
    animation: croma-lootbox-bounce 1.4s ease-in-out infinite;
}
@keyframes croma-lootbox-bounce {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}

.croma-titulo {
    font-family: 'Barlow', 'Arial Black', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    font-size: 1.05rem;
    margin-bottom: 6px;
}
.croma-subtitulo {
    font-family: 'Barlow', 'Arial Black', sans-serif;
    font-weight: 900;
    color: #772ce8;
    font-size: .95rem;
    margin-bottom: 8px;
}
.croma-aviso {
    color: #777;
    font-size: .78rem;
}
