body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("/mistbg2025.webp");
    background-size: cover;
    overflow: hidden;
}

.navbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 10vh;
    background-color: #7aa8d65e;
    box-shadow: 0 10px 20px #0008;
    backdrop-filter: blur(5px) brightness(50%) saturate(50%);
    z-index: 100;
}

.logo {
    height: 10vh;
    margin-left: 3vw;
}

.clock {
    position: absolute;
    top: 50%;
    right: 6vw;
    color: white;
    transform: translate(0, -50%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 5vh;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 7px 5px #0009;
}

.channelselect {
    z-index: 50;
}

.channel {
    position: absolute;
    left: 20vw;
    top: 50%;
    translate: -50% -50%;
    transform-origin: -500vh;
    transform: rotate(0deg);
    transition-property: transform;
    transition-duration: 0.25s;
}

.channelimg {
    width: 256px;
    height: 256px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: drop-shadow(5px 5px 5px #0008);
    transition: width 0.25s ease, height 0.25s ease;
}

.channelinside {
    transform: rotate(-0deg);
    transition: transform 0.25s ease;
}

.video {
    position: absolute;
    right: 5vw;
    top: 50vh;
    translate: 0 -50%;
    width: 50vw;
    height: 70vh;
}

.videoframe {
    width: 100%;
    height: 100%;
}

.title {
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 5vh;
    margin: 0;
    filter: drop-shadow(5px 5px 5px #0008);
}

.arc_side {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 42.798353909vh;
    color: #95D9EE88;
    transition-property: color;
    transition-duration: 0.25s;
}
