/* Background */
body{
    margin:0;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    font-family:Arial;
    background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.8)),
    url("https://global.discourse-cdn.com/forza/original/4X/c/2/d/c2d2851f3b4b804c96faf57518f5e4848531d747.jpeg");
    background-size:cover;
    color:white;
}

.release-container {
    text-align: center;
    color: white;
    position: fixed;
    bottom: 40px;
    width: 100%;
}

.badge {
    display: inline-block;
    background: orange;
    color: black;
    font-size: 30px;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.game-title {
    font-size: 40px;
    margin: 10px 0;
}

.release-text {
    font-size: 30px;
    margin-bottom: 20px;
    color: #ccc;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.time-box {
    background: rgba(0,0,0,0.6);
    padding: 15px;
    border-radius: 10px;
    min-width: 80px;
}

.number {
    font-size: 36px;
    color: #00ffcc;
}

.label {
    font-size: 12px;
    color: #aaa;
}
