@font-face {
    font-family: 'helvetica-thin';
    src: url('/fonts/helvetica/helvetica-thin.eot'),
         url('/fonts/helvetica/helvetica-thin.woff') format('woff'),
         url('/fonts/helvetica/helvetica-thin.ttf') format('truetype'),
         url('/fonts/helvetica/helvetica-thin.svg') format('svg');

}

@font-face {
    font-family: 'helvetica-light';
    src: url('/fonts/helvetica/helvetica-light.eot'),
         url('/fonts/helvetica/helvetica-light.woff') format('woff'),
         url('/fonts/helvetica/helvetica-light.ttf') format('truetype'),
         url('/fonts/helvetica/helvetica-light.svg') format('svg');

}

@font-face {
    font-family: 'helvetica-regular';
    src: url('/fonts/helvetica/helvetica-regular.eot'),
         url('/fonts/helvetica/helvetica-regular.woff') format('woff'),
         url('/fonts/helvetica/helvetica-regular.ttf') format('truetype'),
         url('/fonts/helvetica/helvetica-regular.svg') format('svg');

}

@font-face {
    font-family: 'helvetica-medium';
    src: url('/fonts/helvetica/helvetica-medium.eot'),
         url('/fonts/helvetica/helvetica-medium.woff') format('woff'),
         url('/fonts/helvetica/helvetica-medium.ttf') format('truetype'),
         url('/fonts/helvetica/helvetica-medium.svg') format('svg');

}

@font-face {
    font-family: 'helvetica-bold';
    src: url('/fonts/helvetica/helvetica-bold.eot'),
         url('/fonts/helvetica/helvetica-bold.woff') format('woff'),
         url('/fonts/helvetica/helvetica-bold.ttf') format('truetype'),
         url('/fonts/helvetica/helvetica-bold.svg') format('svg');

}

::selection {
    background: #FFFFFF;
    color: #000000;
}

body {
    margin: 0;
    display: flex;
    background-color: #000000;
    font-weight: 100;
}
img {
    display: block;
}

.video {
    display: none;
    width: 61.8%;
    height: 100vh;
    overflow: hidden;
    background: url('img/u-radio-bg-dark.png') center center;
    background-size: cover;
    pointer-events: none;
}

.video ::selection {
    background: none;
}

@media screen and (min-width: 1025px) {
    .video {
        display: block;
        width: 50%;
    }
}

@media screen and (min-width: 1401px) {
    .video {
        width: 61.8%;
    }
}

.video-content {
    transform: scale(1.0);
    filter: grayscale(1) contrast(105%) brightness(0.95);
}

@media screen and (min-width: 1025px) {
    .video-content {
        transform: scale(2.4);
    }
}

@media screen and (min-width: 1401px) {
    .video-content {
        transform: scale(1.8);
    }
}

.radio {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100vh;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    font-family: "helvetica-light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.03em;
    position: relative;
    overflow-x: hidden;
}

@media screen and (min-width: 1025px) {
    .radio {
        width: 50%;
    }
}

@media screen and (min-width: 1401px) {
    .radio {
        width: 38.2%;
    }
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.header {
    display: flex;
    justify-content: center;
}

.logo-white {
    width: 360px;
    max-width: 72%;
}

.logo-black {
    display: none;
    width: 360px;
    max-width: 72%;
}

.now-playing {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    margin: 0;
}

#trackInfo {
    font-size: 1.4rem;
    margin-top: 12px;
    margin-bottom: 20px;
    max-width: 90%;
    letter-spacing: 0.04em;
}

#playPauseBtn {
    margin: 0 auto 40px;
    width: 240px;
    max-width: 90vw;
    height: 240px;
    max-height: 90vw;
    border-radius: 50%;
    border: none;
    background-color: #000000;
    color: black;
    font-size: 100px;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 240px #00FFBB33;
    touch-action: manipulation;
}

.controls {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

#progressContainer {
    width: 220px;
    max-width: 90%;
    height: 1px;
    margin-top: 20px;
    background-color: #333333;
}

#progressBar {
    width: 0%;
    height: 1px;
    background-color: #666666;
}

.buttons {
    max-width: 90%;
}

.buttons button {
    background: transparent;
    border: none;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
    margin: 20px 10px 0;
    transition: opacity 0.3s;
    font-family: "helvetica-bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    touch-action: manipulation;
}

.buttons button:not([disabled]):hover {
    color: #FFFFFF;
}

button .icon {
    opacity: 0.60;
}

button[disabled] .icon {
    opacity: 0.20;
}

button:not([disabled]):hover .icon {
    opacity: 1;
}

button .icon-back {
    display: inline-block;
    width: 22px;
    height: 12px;
    background: url('img/u-radio-btn-back.svg') center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 1px;
}

button .icon-fwd {
    display: inline-block;
    width: 22px;
    height: 12px;
    background: url('img/u-radio-btn-fwd.svg') center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 1px;
}

#playPauseBtn.pause {
    background: url('img/u-radio-btn-pause.svg') center center no-repeat;
    background-size: 100% 100%;
}

#playPauseBtn.play {
    background: url('img/u-radio-btn-play.svg') center center no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.1s linear;
}

#playPauseBtn.play:hover {
    background: url('img/u-radio-btn-play.svg') center center no-repeat;
    background-size: 110% 110%;
}

button:disabled {
    color: #333333;
    cursor: default
}

.footer {
    font-size: 0.6rem;
    color: #666666;
}

.shortcuts {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.shortcuts a {
    display: inline-block;
    margin: 0 6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #666666;
    background-size: 50% 50%;
    opacity: 0.5;
    touch-action: manipulation;
}

.shortcuts a:hover {
    opacity: 1;
}

.shortcut-u {
    background: url('img/icon-u.svg') center center no-repeat;
}

.shortcut-sc {
    background: url('img/icon-sc.svg') center center no-repeat;
}

.shortcut-yt {
    background: url('img/icon-yt.svg') center center no-repeat;
}

.shortcut-fb {
    background: url('img/icon-fb.svg') center center no-repeat;
}

.shortcut-ig {
    background: url('img/icon-ig.svg') center center no-repeat;
}

.shortcut-settings {
    background: url('img/icon-settings.svg') center center no-repeat;
    cursor: pointer;
}

.tc {
    font-family: "Courier New", "Courier", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 4px;
}

.radio-settings {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #191919;
    left: 100%;
    top: 0;
    transition: left 0.4s cubic-bezier(.5,0,0,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.radio.settings .radio-settings {
    left: 0;
}

.settings-close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 8%;
}

.icon-close {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url('img/icon-close.svg') center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 2px;
    transition: all 0.2s ease-out;
}

.settings-close:hover .icon-close {
    rotate: 180deg;
}

.settings-wrapper {
    width: 84%;
}

.radio-settings .title {
    margin: 0;
    font-size: 60px;
    font-family: "helvetica-thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media screen and (max-width: 1024px) {
    .radio-settings .title {
        display: none;
    }
}

.radio-settings .subtitle {
    margin-top: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "helvetica-bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.radio-settings .label {
    margin: 2px 0 0;
    font-size: 14px;
    font-family: "helvetica-thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.radio-settings .disclaimer {
    font-size: 12px;
    margin: 60px 0 0;
    width: 420px;
    max-width: 100%;
    line-height: 1.5em;
    color: #777777;
    font-family: "helvetica-thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media screen and (max-width: 1024px) {
    .radio-settings .disclaimer {
        display: none;
    }
}

.settings-options {
    border-bottom: 1px solid #333333;
}

.settings-option {
    border-top: 1px solid #333333;
    padding: 0;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .settings-option-video {
        display: none;
    }
}

.timer-text {
    color: #999999;
}

select {
    width: 160px;
    padding: 4px;
    background-color: transparent;
    border: 1px solid #666666;
    border-radius: 5px;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    select {
        width: 120px;
    }
}

input[type="range"] {
    -webkit-appearance: none; /* Usunięcie domyślnego wyglądu */
    width: 158px; /* Szerokość */
    height: 2px; /* Wysokość toru */
    background: #666; /* Kolor toru */
    border-radius: 1px; /* Zaokrąglenie */
    outline: none;
}

@media screen and (max-width: 1024px) {
    input[type="range"] {
        width: 118px;
    }
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px; /* Średnica */
    height: 14px;
    background: #00FFBB; /* Kolor uchwytu */
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s;
}

input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.2); /* Powiększenie po najechaniu */
}

input[type="range"]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #00FFBB;
    border-radius: 50%;
    cursor: pointer;
}

/* SETTINGS THEME */

body.theme-light {
    background-color: #FFFFFF;
}

body.theme-light ::selection {
    background: #000000;
    color: #FFFFFF;
}

body.theme-light .video {
    background: url('img/u-radio-bg-light.png') center center;
    background-size: cover;
}

body.theme-light .radio {
    color: #000000;
}

body.theme-light .logo-white {
    display: none;
}

body.theme-light .logo-black {
    display: block;
}

body.theme-light #playPauseBtn {
    box-shadow: none;
}

body.theme-light #progressContainer {
    width: 220px;
    max-width: 90%;
    height: 1px;
    margin-top: 20px;
    background-color: #DDDDDD;
}

body.theme-light #progressBar {
    width: 0%;
    height: 1px;
    background-color: #999999;
}

body.theme-light .buttons button {
    filter: invert(1);
}

body.theme-light .radio-settings {
    background-color: #F0F0F0;
}

body.theme-light .shortcuts a {
    filter: invert(1);
}

body.theme-light .settings-options {
    border-bottom: 1px solid #DDDDDD;
}

body.theme-light .settings-option {
    border-top: 1px solid #DDDDDD;
}

body.theme-light select {
    border: 1px solid #AAAAAA;
    color: #000000;
}

body.theme-light input[type="range"] {
    background: #999999;
}

body.theme-light input[type="range"]::-webkit-slider-thumb {
    background: #000000; /* Kolor uchwytu */
}

body.theme-light input[type="range"]::-moz-range-thumb {
    background: #000000;
}

body.theme-light .icon-close {
    filter: invert(1);
}

/* SETTINGS VIDEO */

.video.video-invert .video-content{
    filter: grayscale(1) contrast(105%) brightness(0.95) invert(1);
}

.video.video-no .video-content {
    visibility: hidden;
}