.game.room-sudoku{background:linear-gradient(#f4ead8,#e4d5bc)}.game.room-mahjong{background:linear-gradient(#1e3a28,#13241a);color:#f4ead8}.pc{width:46px;height:66px;border-radius:8px;background:#fffef9;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 6px 10px rgba(0,0,0,.28)}.tile{width:42px;height:58px;border-radius:7px;background:linear-gradient(#fff,#e4c88e);box-shadow:4px 5px 0 #a07a2e}.dots{display:flex;flex-wrap:wrap;gap:5px;margin:12px 0}.doti{width:10px;height:10px;border-radius:50%;background:#d7c9b0}.doti.on{background:#2f7a32}