.container {
    max-width: 800px;
    padding: 20px;
    background-color: rgba(255,255,255, 0.5);
    border-radius: 30px;
}

canvas {
    border: 2px solid black;
    background: #f4f4f4;
    cursor: pointer;
    max-width: 100%;
    height: auto;
    background-size: cover;
    touch-action: none; /* Prevent browser handling like panning */
}

#bossEmoji {
    font-size: 40px;
    display: none;
    position: absolute;
}


.status {
    margin: 0 auto 24px;
    max-width: 720px;
    font-size: 1rem;
    color: #222;
    background: rgba(255, 255, 255, 0.85);
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}