/* TABLE THEME: Crimson — Nhung đỏ sân khấu casino VIP
 * Đỏ thẫm sang trọng với viền vàng mỏng
 */

body.table-crimson {
    --felt-dark:        #180404;
    --felt-mid:         #300808;
    --felt-light:       #480e0e;
    --felt-border:      #8a1a1a;
    --felt-outer:       #0e0202;
    --felt-hand-opaque: rgba(24,4,4,0.96);
    --felt-hand-mid:    rgba(24,4,4,0.65);
}

/* Board gradient đỏ thẫm sang trọng */
body.table-crimson .tl-board,
body.table-crimson .board-container {
    background:
        radial-gradient(ellipse at 50% 35%,
            #601010 0%,
            #380808 45%,
            #180404 100%) !important;
    border-color: #a02020 !important;
    box-shadow:
        inset 0 0 80px rgba(180,20,20,0.15),
        inset 0 0 200px rgba(0,0,0,0.35),
        0 0 0 4px #0e0202,
        0 0 0 6px rgba(220,80,80,0.1),
        0 6px 24px rgba(0,0,0,0.75) !important;
}

/* Đường sọc chéo nhung nhẹ */
body.table-crimson .tl-board::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            -45deg,
            transparent 0px,
            transparent 18px,
            rgba(255,100,100,0.02) 18px,
            rgba(255,100,100,0.02) 19px
        );
    pointer-events: none;
    z-index: 0;
    border-radius: 15px;
}
