/* ===========================
   RESET
=========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: meaculpa;
    src: url(meaculpa.ttf);
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox + compatibilité standard */
input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield; /* compatibilité legacy */
    appearance: textfield;
}

h1 {
    font-family: meaculpa;
}

h1 img {
    width: 20px;
    transform: rotateZ(12deg);
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    top: 5px;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background: radial-gradient(circle at top, #0b4125, #04110a);
    color: #fff;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* ===========================
   APP CONTAINER
=========================== */
#app {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    background: rgba(0, 0, 0, 0.60);
    display: flex;
    flex-direction: column;
    position: relative;
}

/* ===========================
   WINNER BANNER
=========================== */
#winner-banner {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 30px;
    background: rgb(0 0 0 / 75%);
    border: 1.5px solid rgb(255 255 255 / 50%);
    border-radius: 10px;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: bold;
    display: none;
    z-index: 99999;
}

#table-title {
    position: relative;
    z-index: 0;
    text-align: center;
    font-size: 2.25rem;
    margin-bottom: 55px;
    background-image: linear-gradient(to right, #c09d57 33.33%, #fff6b0, #c09d57);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: initial;
    text-shadow: 0px 5px 5px rgb(0 0 0 / 50%);
}

#table-title:before {
    content: "";
    position: relative;
    width: 200px;
    height: 100px;
    border-radius: 70%;
    background: red;
}

/* Sélecteur du nombre de joueurs */
#player-count-label {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 9999;
    font-size: 13px;
    opacity: 0.8;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    cursor: pointer;
}

#player-count-select {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    border: none;
}

#player-count-select:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#btn-auto-test {
    font-size: 13px !important;
}

#btn-new-hand {
    position: absolute;
    bottom: 7px;
    left: 7px;
    z-index: 9999;
    font-size: 13px;
    opacity: 0.8;
    padding: 6px 14px;
    border-radius: 999px;
    color: white;
    cursor: pointer;
}

/* ===========================
   HELP MODAL
=========================== */
#btn-help {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    cursor: pointer;
    z-index: 9999;
    font-size: 13px;
}

#help-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

#help-content {
    background: #123c28;
    border: 1.5px solid gold;
    border-radius: 16px;
    padding: 24px;
    width: 420px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.8);
    animation: popupIn .25s ease;
}

@keyframes popupIn {
    from {
        transform: scale(.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* ===========================
   MAIN LAYOUT
=========================== */
#table-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

/* ===========================
   TABLE SURFACE
=========================== */
#poker-table {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.85);
    transform-origin: center center;
}

#table-border {
    position: absolute !important;
    width: 658px;
    height: 408px;
    border-radius: 47% / 74%;
    background-image: radial-gradient(#ffffff, #000000 70%);
}

/* BOIS semi-transparent par-dessus */
#table-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image: url(img/bois.png);
    background-position: center;
    background-repeat: repeat;
    opacity: 0.09;
    pointer-events: none;
}

#table-surface {
    width: 100%;
    max-width: 600px;
    height: 350px;
    margin: 0 auto;
    padding: 24px;
    position: relative;
    /*    background: radial-gradient(circle, #1e7a4a 0%, #0b4125 120%);*/
    /* 1er = au-dessus (texture) / 2e = dessous (dégradé) */
    background-image:
        url("img/otis-redding.png"),
        radial-gradient(circle, #1e7a4a 0%, #0b4125 120%);
    /* la texture se répète, le dégradé non */
    background-repeat: repeat, no-repeat;
    /* le dégradé couvre tout, la texture garde sa taille native */
    background-size: 75px, 100% 100%;
    /* optionnel : centrage du dégradé */
    background-position: 0 0, center;
    border-radius: 45% / 75%;
    border: 1.5px solid #c09d57;
}

#players-ring {
    border: 1px solid white;
    height: 72%;
    width: 83%;
    margin: auto;
    border-radius: 45% / 75%;
    z-index: 1;
    pointer-events: none;
}

/* ===========================
   PLAYERS INFO RING
   ========================== */

#players {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    font-size: 0.75rem;
}

.player {
    position: absolute;
    padding: 4.5px 0px 4.5px 0px;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    border-radius: 3px;
}

.avatar {
    background-image: linear-gradient(to right, #c09d57 33.33%, #fff6b0, #c09d57);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -52%;
    border-radius: 100%;
    border: 2px solid #c09d57;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%) inset;
}

/* On rend la variable animable (supporté sur tous les navigateurs modernes) */
@property --timer-progress {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

/* Camembert qui se remplit en 20 secondes */
.avatar--active-turn::before {
    content: "";
    position: absolute;
    inset: 0px;
    /* anneau un peu plus grand que l’avatar */
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;

    /*    border: 2px solid rgba(255, 255, 255, 0.75);*/
    box-shadow: 0 0 15px gold;

    /* valeur animée de 0deg -> 360deg */
    --timer-progress: 0deg;

    /* de -90deg pour démarrer à 12h */
    background: conic-gradient(from 0deg,
            rgba(0, 0, 0, 0.0) 0deg,
            /* rempli */
            rgba(255, 246, 176, 0.95) var(--timer-progress),
            rgba(0, 0, 0, 0.0) var(--timer-progress),
            /* vide */
            rgba(0, 0, 0, 0.0) 360deg);

    animation: avatarTimerFill 20s linear forwards;
}

@keyframes avatarTimerFill {
    to {
        --timer-progress: 360deg;
    }
}

.player-avatar {
    width: 50px;
    border-radius: 50%;
}

.player-avatar::before {
    content: "";
    width: 50px;
    height: 50px;
}

.player-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgb(255 255 255 / 20%);
    width: 75px;
    height: 55px;
}

.player-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.player-name {
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 100%);
    z-index: 0;
}

.player-name::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 14px;
    width: 27px;
    height: 7px;
    border-top: 2px solid #fff;
    border-radius: 100% 100% 0px 0px;
    transform: translateX(-50%);
    pointer-events: none;
}

.player--active .player-name::after {
    border-top-color: #fffce3;
}

.player-role {
    font-size: 0.7rem;
    opacity: 0.8;
}

/* Ligne stack / mise / état très compacte */
.player-stack,
.player-bet,
.player-status {
    font-size: 0.7rem;
    opacity: 0.8;
}

/* Zone "réfléchit..." */
.thinking {
    font-size: 0.65rem;
    opacity: 0.7;
}

/* On ne ré-affiche pas les cartes dans ces panneaux,
   elles sont déjà autour de la table dans les card-position-* */
.player-cards {
    display: none;
}

/* ===========================
   COMMUNITY CARDS
=========================== */
#community-cards {
    display: flex;
    gap: 7px;
    margin-top: 12px;
}

.card {
    width: 52px;
    height: 72px;
    background: #12452a;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.card.community {
    width: 48px;
    height: 68px;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
}

/* ===========================
   TURN INDICATOR
=========================== */
.turn-indicator {
    float: right;
    position: relative;
    left: 5px;
    top: -5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: gold;
    box-shadow: 0 0 8px gold;
    opacity: 0;
}

/* actif seulement pour le joueur courant */
.turn-indicator--active {
    opacity: 1;
    animation: pulseTurn 1.2s infinite ease-in-out;
}

@keyframes pulseTurn {
    0% {
        transform: scale(0.9);
        opacity: .4;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: .4;
    }
}

/* ===========================
   POT AREA
=========================== */
#table-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#pot-amount::after {
    content: " $";
    position: relative;
}

#pot-area {
    background: rgb(255 255 255 / 10%);
    /* border: 1px solid rgba(255, 255, 255, .15); */
    border-radius: 999px;
    padding: 6px 12px;
    display: flex;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.25;
}

/* ===========================
   JETONS ULTRA-PREMIUM
=========================== */

.chip {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    border: 2px solid #fff;
    box-shadow:
        inset 0 0 6px rgba(0, 0, 0, 0.7),
        0 2px 4px rgba(0, 0, 0, 0.6);
    font-size: 0.65rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* Segments casino */
.chip::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: repeating-conic-gradient(white 0deg 10deg, transparent 10deg 45deg);
    opacity: .3;
}

/* Cash game style classique */
.chip[data-val="1"] {
    background: #f2f2f2;
    color: #000;
}

/* blanc */
.chip[data-val="5"] {
    background: #d42020;
}

/* rouge */
.chip[data-val="25"] {
    background: #0aa34a;
}

/* vert */
.chip[data-val="100"] {
    background: #111;
}

/* noir */
.chip[data-val="500"] {
    background: #5a00a1;
}

/* violet */
.chip[data-val="1000"] {
    background: #ffca28;
}

/* jaune / doré */
.chip[data-val="5000"] {
    background: #ff8c00;
}

/* orange, optionnel */

/* ===========================
   QUICK CHIPS
=========================== */
#quick-chips {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 6px;
    line-height: 0px;
}

.chip-btn {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.chip-btn .chip {
    transition: transform .12s ease;
}

.chip-btn .chip:hover {
    transform: scale(1.1);
}

/* ===========================
   CONTROL PANEL
=========================== */
#controls {
    margin-top: 30px;
    margin-bottom: 15px;
}

#info-panel {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    padding: 10px;
    font-size: .85rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 7px;
    width: 200px;
    height: 300px;
    margin: auto;
    z-index: 9999;
}

#game-log {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    height: 200px;
    overflow-y: auto;
    padding: 6px;
    font-size: .8rem;
}

/* ===========================
   BUTTONS
=========================== */
.btn {
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    cursor: pointer;
}

.btn:hover {
    background: rgba(0, 0, 0, 0.9);
}

.btn-primary {
    background: linear-gradient(to right, #198754, #0f5132);
}

.btn-danger {
    background: linear-gradient(to right, #dc3545, #8b0000);
}

.btn-secondary {
    background: linear-gradient(to right, #0d6efd, #084298);
}

/* Boutons d'action désactivés (check, call, bet, raise, all-in, fold) */
#btn-check:disabled,
#btn-call:disabled,
#btn-bet:disabled,
#btn-raise:disabled,
#btn-allin:disabled,
#btn-fold:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    box-shadow: none;
    filter: grayscale(0.4);
    transform: none;
}

/* Optionnel : transition douce quand ils s'activent / se désactivent */
#btn-check,
#btn-call,
#btn-bet,
#btn-raise,
#btn-allin,
#btn-fold {
    transition: opacity 0.15s ease, filter 0.15s ease;
}

#btn-call,
#btn-bet {
    width: 146px;
    padding: 7px;
    margin-bottom: 6px;
}

#btn-check,
#btn-raise {
    background-image: linear-gradient(to right, #c09d57 33.33%, #fff6b0, #c09d57);
    color: #000000;
}

#btn-check,
#btn-fold,
#btn-allin,
#btn-raise {
    font-size: 10px;
    padding: 5px;
    width: 70px;
    font-weight: 600;
}

/* SHOW CARDS BUTTON */
#btn-show-cards {
    position: absolute;
    bottom: 7px;
    right: 7px;
    z-index: 9999;
    font-size: 13px;
    opacity: 0.8;
}

.card.community.placeholder {
    background: transparent;
    border-radius: 6px;
    /*    border: 1.5px dashed #12452a;*/
    border: 1.5px dashed white;
}

/* Option : rendre la turn & la river un poil plus “précises” visuellement */
#community-cards .card.community.placeholder:nth-child(4),
#community-cards .card.community.placeholder:nth-child(5) {
    border-width: 1.5px;
    border: none;
    background-color: #208852;
    border: 1.5px solid #fff6b0;
}

/* Panneau d’infos du joueur actif (infobulle) */
#active-player-info {
    position: absolute;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.8rem;
    white-space: nowrap;
    pointer-events: none;
    z-index: 30;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

#active-player-info .api-name {
    font-weight: 600;
    margin-right: 6px;
}

#active-player-info .api-role {
    opacity: 0.75;
    margin-right: 10px;
}

#active-player-info .api-label {
    opacity: 0.7;
    margin: 0 4px 0 8px;
}

/* On peut masquer les infos autour des sièges pour alléger */
/*
.player-stack,
.player-bet,
.player-status {
    display: none;
}
*/



/* ==========================
   Infobulle joueur actif
   ========================== */

#active-player-info {
    position: absolute;
    z-index: 30;
    pointer-events: none;
    display: none;

    min-width: 150px;
    max-width: 220px;
    padding: 6px 10px;

    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);

    transform: translate(-50%, -120%);
    transition: transform 0.15s ease-out, opacity 0.15s ease-out;
}

#active-player-info .api-name {
    display: inline-block;
    font-weight: 600;
    margin-right: 4px;
}

#active-player-info .api-role {
    font-size: 11px;
    opacity: 0.8;
    margin-left: 2px;
}

#active-player-info .api-label {
    display: inline-block;
    width: 55px;
    font-size: 11px;
    opacity: 0.85;
}

/* ==========================
   Indicateur de tour
   ========================== */

.turn-indicator {
    position: absolute;
    top: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    margin-left: 6px;
}

.turn-indicator--active {
    background: #ffd54f;
    box-shadow: 0 0 8px rgba(255, 213, 79, 0.9);
}

#table-surface {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.card-position {
    width: 52px;
    height: 72px;
    background: #12452a;
    border-radius: 6px;
    overflow: hidden;
    margin: 3px;
}

#card-position-1,
#card-position-1-2,
#card-position-2,
#card-position-2-3,
#card-position-3,
#card-position-3-4,
#card-position-4,
#card-position-4-1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

#card-position-1 {
    left: -5px;
    transform: rotateZ(90deg);
}

#card-position-1-2 {
    left: 85px;
    transform: rotateZ(164deg);
    top: 17px;
}

#card-position-2 {
    top: 5px;
    transform: rotateZ(180deg);
}

#card-position-2-3 {
    right: 85px;
    transform: rotateZ(-165deg);
    top: 17px;
}

#card-position-3 {
    right: -5px;
    transform: rotateZ(-90deg);
}

#card-position-3-4 {
    right: 85px;
    transform: rotateZ(344deg);
    bottom: 17px;
}

#card-position-4 {
    bottom: 5px;
    transform: rotateZ(360deg);
}

#card-position-4-1 {
    left: 85px;
    transform: rotateZ(-344deg);
    bottom: 17px;
}

/* parents : #card-position-... */
.card-slot-off {
    position: absolute;
    /* important pour que z-index fonctionne */
    z-index: 0;
    /* sous le ring */
}

.card-slot-on {
    position: absolute;
    z-index: 2;
    /* au-dessus du ring */
}

/* OPTIONNEL mais safe : on remonte aussi le contenu */
.card-slot-on .card-position {
    position: relative;
    z-index: 6;
}

.card-slot-on .card-img {
    position: relative;
    z-index: 7;
}

/* Séparer flop (3 premières cartes) et turn/river (2 dernières) */
#community-cards .card:nth-child(4) {
    margin-left: 3.5px;
}

#community-cards .card:nth-child(4),
#community-cards .card:nth-child(5) {
    display: flex;
    align-items: center;
    justify-content: center;
}

#community-cards .card:nth-child(4)::before {
    content: "K";
}

#community-cards .card:nth-child(5)::before {
    content: "H";
}

#community-cards .card:nth-child(4)::before,
#community-cards .card:nth-child(5)::before {
    position: absolute;
    font-family: meaculpa;
    font-size: 15px;
    font-weight: 100;
    padding: 15px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    color: white;
}

#community-cards .card:nth-child(4)::before {
    background-image: linear-gradient(to right, #c09d57 33.33%, #fff6b0, #c09d57);
}

#community-cards .card:nth-child(5)::before {
    background-image: linear-gradient(to right, #ffc758 20%, #fff6b0, #c09d57);
}

#actions-row-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#actions-button-left {
    transform: rotateZ(5deg);
    margin-right: 15px;
}

#actions-button-right {
    transform: rotateZ(-5deg);
    margin-left: 15px;
}

#btn-check {
    margin-right: 2px;
}

#btn-allin {
    margin-left: 2px;
}

.bet-stepper {
    display: flex;
    border-radius: 100px;
    justify-content: center;
}

.btn-step {
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 18px;
    line-height: 0;
    cursor: pointer;
    background: none;
}

.btn-step:hover {
    background: rgba(0, 0, 0, 0.9);
}

#bet-amount {
    width: 45px;
    text-align: center;
    border: none;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 0.7rem;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

#pot-chips {
    position: absolute;
    top: 28%;
    left: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    z-index: 3;
    pointer-events: none;
}

.poker-chip {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: -30px;
    /* léger chevauchement en pile */
    position: relative;
}

.poker-chip:first-child {
    margin-left: 0;
}

.poker-chip svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Exemple de recolorisation rapide par hue-rotate.
   Tu peux ajuster les degrés pour bien coller à ton design. */

.poker-chip--red svg {
    filter: none;
}

.poker-chip--green svg {
    filter: hue-rotate(110deg);
}

.poker-chip--blue svg {
    filter: hue-rotate(210deg);
}

.poker-chip--purple svg {
    filter: hue-rotate(280deg);
}

.poker-chip--black svg {
    filter: saturate(0.1) brightness(0.4);
}

.poker-chip--white svg {
    filter: saturate(0.2) brightness(1.3);
}

.pot-chips {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#pot-chips-position {
    display: flex;
    position: absolute;
    top: -18px;
    left: 175px;
}

.pcp {
    width: 30px;
    height: 30px;
    border: 0.5px solid rgb(255 255 255 / 50%);
    border-radius: 100%;
    border-style: dotted;
}

.pcp-t {
    position: relative;
    top: 2px;
    left: 7.5px;
}

.pcp-b {
    position: relative;
    top: -2px;
    left: -7.5px;
}

/*
.pcp:nth-child(1),
.pcp:nth-child(2) {
    position: relative;
    left: 7.5px;
}

.pcp:nth-child(3),
.pcp:nth-child(4) {
    position: relative;
    right: 7.5px;
}
*/


.pcp {
    width: 30px;
    height: 30px;
    border: 0.5px solid rgb(255 255 255 / 50%);
    border-radius: 100%;
    border-style: dotted;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    /* ou hidden, selon le rendu que tu veux */
}

/* Jetons DANS les slots pcp : pas de gros décalage horizontal */
.pcp .poker-chip {
    margin-left: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
