html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: monospace;
    background-color: #121212;
    overflow: hidden;
    color: #E0E0E0 !important;
}

.phone {
    display: none;
}

.clickToEnter {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5em;
    font-weight: bold;
    background-color: rgba(18, 18, 18, 0.95);
    backdrop-filter: blur(20px);
    transition: opacity 0.5s ease;
}

.click123 {
    margin-bottom: 45%;
    font-size: 0.6em;
    color: rgb(150, 150, 150);
    pointer-events: none;
    user-select: none;
}

.cool {
    opacity: 0.8;
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, transparent, white, transparent);
    margin-left: 50%;
    transform: translateX(-50%);
}

.player {
    opacity: 0;
    transition: opacity 1s ease;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    width: 85%;
    max-width: 450px;
    z-index: 2;
    border: 2px solid rgba(150, 150, 150, 0.25);
    box-sizing: border-box;
    margin: 10px;
    margin-top: 150px;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.3);
}

.player h1 {
    font-family: 'PF Tempesta Five', monospace;
    margin: 0;
    font-size: 26px;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8) !important;
}

.player p {
    color: #cccccc;
    font-size: 16px;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7) !important;
    margin: 10px 0;
}

.player #typewriter {
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin: 8px 0;
}

#typewriter-line {
    font-size: 18px;
}

#enter,
#video {
    display: none;
}

.pfp {
    width: 100px;
    border-radius: 50%;
    pointer-events: none;
    user-select: none;
    border: 3px solid rgba(255, 255, 255, 0.1);
    margin-top: -15%;
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 0;
}

#videoPlayer {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    #videoPlayer {
        height: 100%;
        width: auto;
    }
}

.icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #ffffff !important;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.6));
}

.youtube,
.twitter,
.tiktok,
.twitch {
    pointer-events: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.youtubei,
.twitteri,
.tiktoki,
.twitchi {
    pointer-events: all;
    transition: transform 0.3s ease;
    width: 3em;
    height: 3em;
}

.youtube:hover,
.twitter:hover,
.tiktok:hover,
.twitch:hover {
    transform: scale(1.15);
}

.controls {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    color: white;
    margin-top: 12px;
}

.controls button {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    width: 45px;
    height: 35px;
    background-color: #aaa;
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.bnf {
    font-size: 22px !important;
}

.controls button:hover {
    background-color:
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 85%;
    max-width: 360px;
    height: 12px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #aaaaaa 0%, #aaaaaa 100%);
    outline: none;
    border-radius: 6px;
    margin-top: 18px;
    cursor: pointer;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
    transition: background-size 0.2s ease;
}

.slider::-webkit-slider-thumb,
#volumeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #ffffff;
    transition: background-color 0.2s ease;
}

.slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: white;
    margin-top: 15px;
}

.slider-container span {
    color: white;
    font-size: 14px;
}

.volume-control {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

#volumeSlider {
    -webkit-appearance: none;
    appearance: none;
    width: 110px;
    height: 12px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #aaaaaa 0%, #aaaaaa 100%);
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
}

#currentTime,
#totalDuration {
    font-size: 14px;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
}

.duration-info {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

button {
    user-select: none;
}