﻿/* کارت‌های کمک / شانس — فقط تصویر */

.chancesbox.fquiz-chances,
.gchancesbox.fquiz-chances {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: clamp(5px, 1.8vw, 10px);
    padding: 0 2%;
    box-sizing: border-box;
}

.chancesbox.fquiz-chances .fquiz-chance,
.gchancesbox.fquiz-chances .fquiz-chance {
    flex: 0 1 22%;
    width: 22%;
    max-width: 76px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent !important;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    display: block;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.16s ease, filter 0.22s ease, opacity 0.22s ease;
}

.chancesbox.fquiz-chances .fquiz-chance__img,
.gchancesbox.fquiz-chances .fquiz-chance__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

/* دو کارت در بازی‌های مرحله‌ای */
.gchancesbox.fquiz-chances .fquiz-chance:only-child,
.gchancesbox.fquiz-chances .fquiz-chance:first-child:nth-last-child(2),
.gchancesbox.fquiz-chances .fquiz-chance:first-child:nth-last-child(2) ~ .fquiz-chance {
    flex-basis: 28%;
    width: 28%;
    max-width: 84px;
}

.chancesbox.fquiz-chances .fquiz-chance:active:not(.opacity4),
.gchancesbox.fquiz-chances .fquiz-chance:active:not(.opacity4) {
    transform: scale(0.94);
}

.chancesbox.fquiz-chances .fquiz-chance.chanceUnlimited::after,
.gchancesbox.fquiz-chances .fquiz-chance.chanceUnlimited::after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 14px;
    border: 2px solid rgba(255, 214, 64, 0.95);
    box-shadow: 0 0 10px rgba(255, 200, 40, 0.45);
    pointer-events: none;
}

.chancesbox.fquiz-chances .fquiz-chance.opacity4,
.gchancesbox.fquiz-chances .fquiz-chance.opacity4 {
    opacity: 0.42 !important;
    filter: grayscale(0.9) brightness(0.72);
    cursor: default !important;
    transform: scale(0.9);
    pointer-events: none;
}

.chancesbox.fquiz-chances .fquiz-chance.opacity4::before,
.gchancesbox.fquiz-chances .fquiz-chance.opacity4::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: rgba(8, 12, 22, 0.28);
    pointer-events: none;
    z-index: 1;
}

.tips-chances-preview {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: clamp(5px, 2vw, 12px);
    margin: 8px 0 4px;
}

.tips-chances-preview .fquiz-chance {
    flex: 0 1 22%;
    width: 22%;
    max-width: 72px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent !important;
    display: block;
}

.tips-chances-preview .fquiz-chance__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
