/* °ÔÀÓ ÄÁÅ×ÀÌ³Ê */
.bg-game {
    background-color: rgba(0, 0, 0, 0.7);
    /*border-radius: 15px;*/
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    text-align: center;
    backdrop-filter: blur(10px);
}

/* °ÔÀÓ Á¦¸ñ */
.gm_h1 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #ffecb3;
}

/* ¼³¸í ÅØ½ºÆ® */
.gm_p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #f1f1f1;
}

/* ¼ýÀÚ ÀÔ·Â ÇÊµå */
.gm_input[type="number"] {
    padding: 12px 15px;
    font-size: 18px;
    margin: 15px 0;
    width: 100%;
    border: 2px solid #ff6347;
    border-radius: 10px;
    background-color: #fffae3;
    color: #333;
    transition: all 0.3s ease;
}

.gm_input[type="number"]:focus {
    border-color: #ff7f50;
    background-color: #fff;
}

/* Á¦Ãâ ¹öÆ° */
.gm_button {
    padding: 12px 20px;
    font-size: 18px;
    cursor: pointer;
    background-color: #ff6347;
    color: white;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.gm_button:hover {
    background-color: #ff7f50;
    transform: scale(1.05);
}

/* ¸Þ½ÃÁö ½ºÅ¸ÀÏ */
.gm_message {
    margin-top: 25px;
    font-size: 20px;
    color: #fffae3;
    font-weight: bold;
}

/* Å×¸¶ º¯°æ ¹öÆ° ½ºÅ¸ÀÏ */
.gm_button {
    padding: 12px 20px;
    font-size: 18px;
    cursor: pointer;
    background-color: #4e73df;
    color: white;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.gm_button:hover {
    background-color: #2e1a47;
    transform: scale(1.05);
}
