body{
  font-family:"Yu Gothic",sans-serif;
  background:#fff8e7;
  margin:0;
  padding:20px;
  text-align:center;
  color:#333;
}

h1{color:#ff8800;}

.info{
  font-size:20px;
  margin:10px;
}

.status{
  background:white;
  border-radius:16px;
  padding:15px;
  max-width:750px;
  margin:15px auto;
  box-shadow:0 3px 10px #0002;
}

.hand-title{
  font-size:24px;
  font-weight:bold;
  margin-top:24px;
}

.card-area{
  margin:15px auto;
}

.card,.ai-card{
  display:inline-flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  width:88px;
  height:100px;
  margin:8px;
  background:white;
  border:3px solid #ffb347;
  border-radius:15px;
}

.card{
  cursor:pointer;
}

.card:hover{
  transform:scale(1.08);
}

.card-char{
  font-size:42px;
  font-weight:bold;
}

.card-stroke{
  font-size:16px;
}

button{
  padding:10px 20px;
  border:none;
  border-radius:10px;
  background:#ff9800;
  color:white;
  font-size:17px;
  cursor:pointer;
  margin:5px;
}

.message{
  font-size:22px;
  font-weight:bold;
  color:#d35400;
}

.result{
  font-size:32px;
  font-weight:bold;
  margin:20px;
}
