.poker-table-wrapper{max-width:360px;margin:0 auto;padding:0 10px}.poker-table{position:relative;width:100%;margin:0 auto}.table-surface{width:100%;height:auto;display:block;transition:all .3s ease}.table-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:82%;color:white;text-align:center}.table-header{margin-bottom:8px}.table-title{font-size:16px;font-weight:700;color:#fff;display:block}.table-status{font-size:12px;font-weight:600;padding:4px 12px;border-radius:5px;display:inline-block;margin-bottom:10px;transition:background .3s ease}.table-status.inactive{background:rgba(107,114,131,.3)}.table-status.active{background:rgba(2,247,2,.7)}.table-details{display:flex;justify-content:space-between;align-items:center;margin:1px 0;padding:0 5px}.detail-item{display:flex;flex-direction:column;align-items:center}.divider{width:1px;height:24px;background:rgba(255,255,255,.1)}.detail-label{font-size:10px;font-weight:500;color:rgba(255,255,255,.9);margin-bottom:4px}.detail-value{font-size:14px;font-weight:700;color:#fff;margin-top:-10px}.poker-table .table-surface path[fill="#23262f"]{fill:#23262f;transition:fill .3s ease}.poker-table.active .table-surface path[fill="#23262f"]{fill:#1b7745}.poker-table.active{filter:drop-shadow(0 0 10px rgba(27,119,69,.4))}@media (min-width:768px){.poker-table-wrapper{margin:0;padding-left:0}}@media (max-width:400px){.table-content{width:85%}.table-title{font-size:15px}.detail-value{font-size:12px;margin-top:-10px}}