
#sub0302 { } 

canvas { width:100%; height:100%; background:#f4f4f4; }

.status { position:absolute; left:50%; top:50%; transform:translate(280px, -100px); color:#fff; display:flex; flex-direction:column; justify-content:center; }
.status > .wrapper { position:relative; display:flex; gap:10px; flex-direction:column; }
.startbtn { margin-top:10px; display:flex; justify-content:center; align-items:center; }

.bet-options { display:flex; justify-content:center; flex-wrap:wrap; gap:10px; }
.bet-options1 {  margin-top:10px; }

.status button { position:relative; height:30px; background:#fff; color:#1C794D; cursor:pointer; border-radius:5px; display:flex; justify-content:center; align-items:center; padding:0 10px; }
#result { height:30px; font-size:14px; color:#fff; }

button.hidden { pointer-events: none; opacity:0; }

.winning-card {
	border: 3px solid red;  /* 🔥 이긴 패에 빨간색 테두리 추가 */
	box-shadow: 0 0 10px red;
}
button.done { opacity: 0.5; cursor: not-allowed; pointer-events: none; } 


