.sea{
    font-family: "Press Start 2P", system-ui;
    color: #65daeb;
}

.mi-header {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    z-index: 9999;
    font-family: "Press Start 2P", system-ui;
}

/* Cím */
.mi-title {
    background: #2e2e2e;
    color: white;
    padding: 15px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    box-shadow: 0px 5px black, 0px -5px black, 
        5px 0px black, -5px 0px black,
        0px 10px #00000038, 5px 5px #00000038, 
        -5px 5px #00000038, inset 0 5px #ffffff1f, 
        inset 0 -5px #00000030;
}

/* Progress bar keret */
.mi-progress {
    width: 350px;
    height: 25px;
    background: #555;
    margin: 0 auto 20px auto;
    border: 4px solid black;
    position: relative;
}

/* Zöld töltés */
#mi-progress-fill {
    height: 100%;
    width: 0%;
    background: #32cd32;
    transition: 0.3s ease;
}

/* Gomb container */
.mi-buttons button {
    color: #fff;
    padding: 15px 40px;
    margin: 10px;
    font-size: 14px;
    font-family: "Press Start 2P", system-ui;
    border: 0;
    cursor: pointer;
    box-shadow: 0px 5px black, 0px -5px black, 
        5px 0px black, -5px 0px black,
        0px 10px #00000038, 5px 5px #00000038, 
        -5px 5px #00000038, inset 0px 5px #ffffff36;
}

.mi-buttons button:active {
    transform: translateY(5px);
    box-shadow: 0px 5px black, 0px -5px black,
        5px 0px black, -5px 0px black,
        inset 0px 5px #00000038;
}

/* Music gomb színei */
.music-on { background: #6abc3a; }
.music-off { background: #c0362c; }

/* Discord gomb */
.discord-btn {
    background: #5865F2;
}
