﻿


.scene {
    min-height: 100vh; 
    min-height: 100dvh;
    display: grid;
    place-items: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: none;
    /*top: 50%;*/
}


.box3d {
    position: relative;
    width: 310px;
    height: 500px;
    transform-style: preserve-3d;
    will-change: transform;
}



@media (max-width: 480px) {
 
}

.box3dIntroWrap {
    display: inline-block;
    transform-origin: center center;
    transform-style: preserve-3d;
}

label {
    color: var(--text);
}



.containermid {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    width: 310px;
    height: 500px;
    /* border-radius: 24px; */
    box-sizing: border-box;
    text-align: center;
    background: var(--panel);
    border: 1px solid var(--panel-border);
    border-radius: var(--radius);
    backdrop-filter: var(--glass-blur);
    box-shadow: 0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.02);
}

.containerabout {
    position: absolute;
    height: 500px;
    display: flex;
    flex-direction: column;
    max-width: 310px;
    min-width: 310px;
    border-radius: 24px;
    border: 6px solid rgba(31, 31, 35, 0.3);
    box-sizing: border-box;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 123;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: var(--panel);
    border: 1px solid var(--panel-border);
    border-radius: var(--radius);
    backdrop-filter: var(--glass-blur);
    box-shadow: 0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.02);
}



/*.containermid {
    position: absolute;
    height: 500px;
    max-width: 310px;
    min-width: 310px;
    border-radius: 24px;
    border: 6px solid rgba(31, 31, 35, 0.3);
    box-sizing: border-box;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: var(--panel);
    border: 1px solid var(--panel-border);
    border-radius: var(--radius);
    backdrop-filter: var(--glass-blur);
    box-shadow: 0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.02);
}*/

body {
    overflow: hidden;
}


* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-size: 0.9em;
    margin: 0;
    color: #d4d4d4;
    font-family: Roboto, ui-sans-serif, system-ui, -apple-system, Segoe UI, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
    /* background: radial-gradient(1200px 800px at 10% -20%, rgba(55,198,255,.08), transparent 40%), radial-gradient(1000px 700px at 110% 20%, rgba(122,92,255,.08), transparent 45%), linear-gradient(180deg, #070b10, #0b0f14 40%, #080c12 100%); */
}

#back {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    list-style-type: none;
    text-decoration: none;
    color: transparent;
    /* background-color: rgb(77 77 77 / 35%); */
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}


.backLines {
    width: 100%;
    height: 100%;
    position: Fixed;
    top: 0px;
    left: 0px;
    list-style-type: none;
    text-decoration: none;
    color: transparent;
    background-color: transparent;
    opacity: 0.4;
    z-index: -1;
    background-size: cover;
    background-position: 10% 10%;
    background-repeat: none;
    background-image: url(../images/Lines.png);
}



#stationPicker {
    background-color: transparent;
    color: #dbdbdb;
    border: 0px;
    width: 220px;
    padding: 8px 10px 8px 10px;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23dbdbdb%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.4-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 12px auto;
}

    #stationPicker:focus,
    #stationPicker:active {
        outline: none;
        border: none;
        box-shadow: none; 
    }

    #stationPicker:disabled {
    background-image: none; 
    cursor: default;        
          
}

  
    #stationPicker option {
        background-color: var(--ui-mask); 
        color: var(--maintext);
    }



#meterMic {
    height: 40px;
    width: 10px;
    right: 50px;
    top: 5px;
    background-color: transparent;
    background-repeat: repeat-y;
    background-image: linear-gradient(to bottom, #666 3px, transparent 1px);
    background-size: 100% 4px;
    border-radius: 1px;
    position: absolute;
}

#meterBarMic {
    position: relative;
    flex-grow: 1;
    z-index: 3;
    background-color: transparent;
    background-repeat: repeat-y;
    background-image: linear-gradient(to top, #a821ed, yellow 80%, red 100%);
}


/*Verticale meter*/
/*#meter {
    height: 210px;
    width: 10px;
    background-color: transparent;
    background-repeat: repeat-y;
    background-image: linear-gradient(to bottom, #666 3px, transparent 1px);
    background-size: 100% 4px;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
   
}*/


/*#meterBarOut, #meterBarIn {
    position: relative;
    margin: 0 0px;
    flex-grow: 1;
    z-index: 3;
    background-color: transparent;
    background-repeat: repeat-y;
    background-image: linear-gradient(to top, #a821ed, yellow 80%, red 100%);
    
}*/

/*#meterBarOut:before, #meterBarIn:before {
        width: 100%;
        height: 100%;
        content: ' ';
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        background-repeat: no-repeat;
        background-image: linear-gradient(to bottom, #666 3px, transparent 1px);
        background-size: 100% 100%;
        
    }*/

/*#meterBarOut::after, #meterBarIn::after {
        width: 100%;
        height: 100%;
        content: ' ';
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 2;
        margin-top: 3px;
        background-image: linear-gradient(to bottom, #333 1px , transparent 1px);
        background-repeat: repeat-y;
        background-size: 100% 4px; 
        background-color: transparent;
    }*/

.boxMeter {
    text-align: center;
    text-decoration: none;
    position: relative;
    text-align: center;
    opacity: 1;
    padding: 0;
}

.boxMeterPeak {
    text-align: center;
    text-decoration: none;
   
    left: 0px;
    z-index: 4;
    position: absolute;
    text-align: center;
    opacity: 1;
    padding: 0;
}

#meterPeak {
    height: 5px;
    width: 210px;
    background-color: transparent;
    background-repeat: repeat-x;
    opacity: 1;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
}

#peakBarOut, #peakBarIn, #peakBarOutRight, #peakBarInRight {
    opacity: 1;
    flex-grow: 1;
    z-index: 3;
    background-color: transparent;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #F38B00);
}

#meter {
    height: 5px;
    width: 212px;
    background-color: transparent;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #666 3px, transparent 1px);
    background-size: 4px 100%;
    /*border-radius: 1px;*/
    display: flex;
    flex-direction: column;
}

#meterBarOut, #meterBarIn, #meterBarOutRight, #meterBarInRight {
    position: relative;
    margin: 0;
    flex-grow: 1;
    z-index: 3;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #F38B00);
}

    #meterBarOut::after, #meterBarIn::after,  #meterBarOutRight::after, #meterBarInRight::after {
        width: 100%;
        height: 100%;
        content: ' ';
        position: absolute;
        top: 0;
        left: -1px;
        z-index: 2;
        background-image: linear-gradient(to right, #333 1px, transparent 1px);
        background-repeat: repeat-x;
        background-size: 4px 100%;
        background-color: transparent;
    }




#canvas {
    position: fixed;
    left: 0px;
}

.container {
    max-width: 600px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 20px;
    padding-right: 20px; */
    min-height: 100vh;
}

.containerselect {
    position: absolute;
    height: 250px;
    max-width: 250px;
    min-width: 250px;
    border-radius: 24px;
    border: 6px solid rgba(31, 31, 35, 0.3);
    box-sizing: border-box;
    text-align: center;
    top: 50%;
    left: 0%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: var(--panel);
    border: 1px solid var(--panel-border);
    border-radius: var(--radius);
    padding: 14px;
    backdrop-filter: var(--glass-blur);
    box-shadow: 0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.02);
}

/* @media screen and (min-width: 1200px) {
    #settingsBtn {
        display: none;
    }
} */

@media screen and (max-width: 1200px) {


   
}

 .containerwrapper {
        display: none;
    }


    body.settings-active .containerwrapper {
        position: absolute;
        height: 500px;
        max-width: 310px;
        min-width: 310px;
        display: block;
        z-index: 20;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        border-radius: 24px;
        border: 6px solid rgba(31, 31, 35, 0.3);
        box-sizing: border-box;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        background: var(--panel);
        border: 1px solid var(--panel-border);
        border-radius: var(--radius);
        backdrop-filter: var(--glass-blur);
        box-shadow: 0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.02);
    }


    body.settings-active .containerselect {
        height: auto !important;
        width: 100%;
        margin: 5px 0;
        left: auto !important;
        position: relative;
        display: contents;
    }



.containerselect select,
.containerselect .stack button {
    font: inherit;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgb(8, 12, 18);
    color: #e6f2ff;
    padding: 6px 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100%;
}

.containerselectZ {
    position: absolute;
    height: 250px;
    max-width: 250px;
    min-width: 250px;
    border-radius: 24px;
    border: 6px solid rgba(31, 31, 35, 0.3);
    box-sizing: border-box;
    text-align: center;
    top: 10%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: var(--panel);
    border: 1px solid var(--panel-border);
    border-radius: var(--radius);
    padding: 14px;
    backdrop-filter: var(--glass-blur);
    box-shadow: 0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.02);
}

    .containerselectZ .stack {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 8px;
    }

#zoomSlider {
    width: 150px;
}

#refreshDevs {
    padding: 10px 14px;
    background: transparent;
    border-color: rgba(122, 92, 255, .35);
    cursor: pointer;
    font: inherit;
   
    border-radius: 10px;
    border: 1px solid var(--mainlight);
    color: var(--text);
    outline: none;
}

  

#echoBtn {
    padding: 10px 14px;
    background: transparent;
    border-color: rgba(122, 92, 255, .35);
    cursor: pointer;
    font: inherit;
    border-radius: 10px;
    border: 1px solid var(--mainlight);
    color: var(--text);
    outline: none;
}
/* #echoBtn:hover {
        background: var(--mainlight);
    } */
    
    #echoBtn.active {
        background: var(--mainlight);
    }

/* The animation class triggered by JS */
.clicked-animation {
    animation: button-pulse 0.3s ease-out;
}

@keyframes button-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--mainlight-a30);
    }

    50% {
        transform: scale(0.95); /* Slight shrink effect */
        box-shadow: 0 0 0 10px var(--mainlight-a30);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--mainlight-a30);
    }
}


    #refreshDevs:hover {
        background: var(--mainlight);
    }

#btnCloseAbout {
    padding: 10px 14px;
    margin: 10px;
    background: transparent;
    border-color: rgba(122, 92, 255, .35);
    cursor: pointer;
    font: inherit;
    border-radius: 10px;
    border: 1px solid #00AEDB;
    color: var(--text);
    outline: none;
}
    #btnCloseAbout:hover {
        background: #00AEDB;
    }
    .boxTop {
    text-align: center;
    text-decoration: none;
    background: var(--linear);
    position: relative;
    text-align: center;
    opacity: 1;
    height: 140px;
    padding: 0px 15px 5px 15px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -moz-border-radius-topright: 14px;
}

@media (max-width: 446px) {

.boxMidT {
   
    padding-top: 35px;
   
}

 .box3d {
    zoom:1.2;
    width: 100%;
    height: 100vh;
  
}
.boxTop {
border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
}
 .containermid {
    border-radius: 0px;
      width: 100%;
    height: 100vh;
    }

}

@media (max-width: 380px) {
    .box3d {
    zoom:1.1;
    
}
    }

    @media (max-width: 324px) {
    .box3d {
    zoom:1.0;
    
}
    }


.boxTop2 {
      text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    text-align: center;
    opacity: 1;
    padding: 0;
    height: 14px;
    flex-direction: column;
}


.boxMiddle {
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    text-align: center;
    opacity: 1;
    padding: 0;
    color: #000;
}

.boxKnop {
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-align: center;
    opacity: 1;
}





.boxMidT {
    text-align: center;
    text-decoration: none;
    position: relative;
    text-align: center;
    opacity: 1;
    padding-top: 25px;
    padding-left: 5px;
}

.boxMid {
    text-align: center;
    text-decoration: none;
    position: relative;
    text-align: center;
    opacity: 1;
}

.boxLogo {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    cursor: pointer;
    z-index: 444;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/logo.png);
}

.boxLogoL {
    width: 100px;
    height: 40px;
    top: 75%;
    left: 50%;
    cursor: pointer;
    z-index: 444;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/logoluciweb.png);
}


.boxFooter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 0;
    gap: 4px;
}
    .boxFooter label {
        display: block;
    }
.Logo {
    width: 120px;
    height: 120px;
    margin: 90px auto 0; 
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/logoTDA.png);
}

.logoLink {
 
    width: 120px;
    height: 120px;
   
}

#messages {
    width: 150px;
    height: 100px;
   
    cursor: pointer;
    z-index: 444;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
   
}


.boxKnoppen {
    text-align: center;
    text-decoration: none;
    position: fixed;
    z-index: 3000;
    text-align: center;
    opacity: 1;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.boxKnoppenSlider {
    text-align: center;
    text-decoration: none;
    position: relative;
    text-align: center;
    opacity: 1;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    height: 60px;
    width: 100%;
}

@supports (-moz-appearance: none) {
    .boxKnoppenSlider {
        padding-left: 35px;
        padding-right: 35px;
    }
}



#settingsBtn {
    height: 34px;
    /* position: fixed; */
    width: 34px;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: auto;
    z-index: 61;
    background: transparent;
    cursor: pointer;
    background-image: url("../images/llc-web/settings.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#settingsBtnClose {
    height: 34px;
    /* position: fixed; */
    width: 34px;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: auto;
    z-index: 61;
    background: transparent;
    cursor: pointer;
    background-image: url("../images/llc-web/settings.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.boxSlider {
    text-align: center;
    position: relative;
    text-align: center;
    opacity: 1;
    z-index: 7;
    /*padding-left: 20px;
    padding-right: 20px;*/
    /*margin-top: -20px;*/
    /* height: 200px;*/
}

.boxMid1 {
    text-align: center;
    text-decoration: none;
    width: 100%;
    position: relative;
    text-align: center;
    opacity: 1;
    padding: 0;
    display: inline-block;
}

.antenna {
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 8px;
    background-color: #000;
    -webkit-mask-image: url(../images/classic/antenna_full.png);
    mask-image: url(../images/classic/antenna_full.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

    .antenna.antenna-animate {
        animation: antennaCycle 1s steps(1, end) infinite;
        -webkit-animation: antennaCycle 1s steps(1, end) infinite;
    }


@keyframes antennaCycle {
    0%, 100% {
        -webkit-mask-image: url(../images/classic/antenna1.png);
        mask-image: url(../images/classic/antenna1.png);
    }

    16.66% {
        -webkit-mask-image: url(../images/classic/antenna2.png);
        mask-image: url(../images/classic/antenna2.png);
    }

    33.33% {
        -webkit-mask-image: url(../images/classic/antenna3.png);
        mask-image: url(../images/classic/antenna3.png);
    }

    50% {
        -webkit-mask-image: url(../images/classic/antenna4.png);
        mask-image: url(../images/classic/antenna4.png);
    }

    66.66% {
        -webkit-mask-image: url(../images/classic/antenna5.png);
        mask-image: url(../images/classic/antenna5.png);
    }

    83.33% {
        -webkit-mask-image: url(../images/classic/antenna6.png);
        mask-image: url(../images/classic/antenna6.png);
    }
}


.recordimg {
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 8px;
    padding: 8px;
    background-size: 70%;
    background-position: 40% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/classic/record_icon.png);
}

.playimg {
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 8px;
    background-size: 70%;
    background-position: 40% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/classic/play_icon.png);
}

.boxTekst {
    text-align: left;
    text-decoration: none;
    position: absolute;
    opacity: 1;
    left: 15px;
    color: #000;
    padding: 0;
  
    height: 23px;
    align-items: center;
}

.labeltekstout {
    margin-top: 0px;
    font-size: 10px;
}

.labeltekstin {
    position: absolute;
    margin-top: 2.5px;
    font-size: 10px;
}

.labeltekstS {
    margin-left: 0px;
}

.stateimg {
    position: relative;
    padding: 1px;
    width: 12px;
    height: 12px;
}

.boxLeft {
    text-align: left;
    text-decoration: none;
    display: flex;
    position: relative;
    opacity: 1;
    padding: 0;
    height: 23px;
    align-items: center;
}
/*.boxLeft {
    text-align: left;
    text-decoration: none;
    display: flex;
    position: relative;
    opacity: 1;
    padding: 0;
    height: 23px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-content: center;
}*/
.clock-timer {
    margin-left: auto;
}



.containerinfo {
    position: absolute;
    height: 500px;
    max-width: 430px;
    min-width: 350px;
    background-color: rgba(31, 31, 35, 0.3);
    border-radius: 24px;
    border: 6px solid rgba(31, 31, 35, 0.3);
    box-sizing: border-box;
    text-align: center;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    box-shadow: 14px 14px 42px rgba(0, 0, 0, 0.7);
    display: none;
}




body:has(#back[data-season="christmas"]) .containermid::after {
    content: "";
    height: 70px;
    width: 70px;
    position: absolute;
    top: -38px;
    right: -30px;
    background-size: cover;
    background-position: 10% 10%;
    background-repeat: no-repeat;
    background-image: url(../images/santa/santahat.png);
    rotate: 22deg;
    transform: scaleX(-1);
}


/*body:has(#back[data-bg="christmas"]) .containermid::after {
    content: "";
    height: 70px;
    width: 70px;
    position: absolute;
    top: -38px;
    right:-30px;
    background-size: cover;
    background-position: 10% 10%;
    background-repeat: no-repeat;
    background-image: url(../images/santa/santahat.png);
    rotate: 22deg;
    transform: scaleX(-1);
}*/




/*




┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ 🌐 RULERS 🌐                                                                                          │
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
*/
.rulervol {
    font-size: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.rulervolume {
    position: relative;
    transform: translateX(-50%);
    padding: 4px 0; /* space for triangles */
}

    /* Top triangle — points DOWN toward the number */
    .rulervolume::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -3px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        border-top: 2px solid; /* ▲ flipped to ▼ */
    }

    /* Bottom triangle — points UP toward the number */
    .rulervolume::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -3px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        border-bottom: 2px solid; /* ▼ flipped to ▲ */
    }






.boxSlide {
    position: relative;
    /*height: 200px;*/
    z-index: 7;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .boxSlide .side {
        display: flex;
        justify-content: center;
    }

    .boxSlide .center {
        width: 50%;
        display: flex;
        justify-content: center;
        position: relative;
    }




.sliderback {
    width: 50px;
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

    .sliderback::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url(../images/llc-web/ruler6.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.5; 
        z-index: 0;
    }

.slider-rotated {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 60px;
    transform: rotate(90deg);
    transform-origin: center;
}


.slidecontainer {
    width: 190px;
    display: flex;
    justify-content: center;
}

.slidertop {
    position: absolute;
    width: 170px;
    height: 8px;
    background: #080c12;
    border-radius: 4px;
    box-shadow: 0 -0.5px 0 rgba(255,255,255,0.25) inset;
}

.slidecontainer {
    position: relative;
    width: 190px;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    width: 100%;
    border-radius: 4px;
    height: 3px;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}


    .slider:hover {
        opacity: 1;
    }


    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 40px;
        margin-top: 0px;
        height: 25px;
        background-image: url(../images/llc-web/slider_knobH.png);
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

        .slider::-webkit-slider-thumb::after {
            width: 20px;
        }


    .slider::-moz-range-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 40px;
        margin-top: 0px;
        height: 25px;
        background-image: url(../images/llc-web/slider_knobH.png);
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }


 /* .slider {
    touch-action: none;       
    user-select: none;       
    -webkit-user-select: none; 
    -webkit-tap-highlight-color: transparent; 
} */
/* #myRangeMic {
    pointer-events: none; 
}


#myRangeMic::-webkit-slider-thumb {
    pointer-events: auto;
}
#myRangeMic::-moz-range-thumb {
    pointer-events: auto;
}

#myRangeSpeaker {
    pointer-events: none; 
}


#myRangeSpeaker::-webkit-slider-thumb {
    pointer-events: auto;
}
#myRangeSpeaker::-moz-range-thumb {
    pointer-events: auto;
} */


.tooltip {
    min-width:50px;
    position: absolute;
    top: -35px; 
    background: #333;
    color: #fff;
    rotate: -90deg;
    padding: 4px 8px;
    border-radius: 4px;
    transform: translateX(-50%); 
    white-space: nowrap;

}

.tooltip {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s;
}

   .tooltip.active {
        opacity: 1;
        visibility: visible;
    }


.ruler-tick:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 16px;
    width: 10px;
    height: 2px;
    background: #808080;
}

.ruler-tick:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 34px;
    width: 10px;
    height: 2px;
    background: #808080;
}


.ruler {
    z-index: -10;
    position: absolute;
    rotate: 90deg;
    left: 20px;
    opacity: 0.6;
    top: 0px;
}

@supports (-moz-appearance: none) {
    .ruler {
        top: 0px;
    }
}



.ruler-tick {
    position: absolute;
    left: 50%;
    opacity: .5;
}



    .ruler-tick:last-child:after, .ruler-tick:last-child:before, .ruler-tick:first-child:after, .ruler-tick:first-child:before {
        height: 2px;
        width: 16px;
        left: 34px;
    }

    .ruler-tick:last-child:before, .ruler-tick:first-child:before {
        width: 16px;
        left: 9px;
    }

    .ruler-tick:nth-child(5):after, .ruler-tick:nth-child(5):after {
        height: 2px;
        width: 16px;
        left: 34px;
    }

    .ruler-tick:nth-child(5):before, .ruler-tick:nth-child(5):before {
        width: 16px;
        left: 9px;
    }


    /*.ruler-tick:last-child:after {
        content: '0';
        font-size: .5rem;
        white-space: nowrap;
        width: .6rem;
        text-indent: .8rem;
        line-height: 0;
        color: rgb(200,200,200);
    }*/

    /* .ruler-tick:nth-child(2), .ruler-tick:nth-child(4) {
        display: none;
    } */





.santa {
    height: 70px;
    position: absolute;
    width: 70px;
    margin-top: -55px;
    margin-left: -45px;
    background-size: cover;
    background-position: 10% 10%;
    background-repeat: none;
    background-image: url(../images/santa/santahat.png);
    rotate: -18deg;
}

.santasmall {
    height: 70px;
    position: absolute;
    width: 70px;
    margin-top: -55px;
    margin-left: -45px;
    background-size: cover;
    background-position: 10% 10%;
    background-repeat: none;
    background-image: url(../images/santa/santahat.png);
    rotate: -18deg;
}



/*// BUTTONS*/





#recordBtn {
    height: 34px;
    position: relative;
    width: 34px;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin-left: 10px;
    top: -20px;
    background: transparent;
    cursor: pointer;
}


    #recordBtn::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("../images/llc-web/big_button.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #recordBtn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 11px;
        height: 11px;
        transform: translate(-50%, -50%);
        background-image: url("../images/classic/record_icon.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #recordBtn.active::before {
        background-image: url("../images/llc-web/big_button_on.png");
    }

    #recordBtn:hover {
        cursor: pointer;
    }




#playBtn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin-left: 10px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

    #playBtn::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("../images/llc-web/big_button.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #playBtn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 34px;
        height: 34px;
        transform: translate(-50%, -50%);
        background-image: url("../images/classic/play_icon.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #playBtn.active::before {
        background-image: url("../images/llc-web/big_button_on.png");
    }

.play-icon {
    margin-top: 2px;
    margin-left: 5px;
}



#playBtn:hover {
    cursor: pointer;
}

#micBtn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
}


    #micBtn::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("../images/llc-web/big_button.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #micBtn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 38px;
        height: 38px;
        transform: translate(-50%, -50%);
        background-image: url("../images/classic/mic_icon.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #micBtn:hover {
        cursor: pointer;
    }

    #micBtn.active::before {
        background-image: url("../images/llc-web/big_button_on.png");
    }


#connectBtn {
    height: 34px;
    position: relative;
    width: 34px;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin-left: 10px;
    top: -20px;
    background: transparent;
    cursor: pointer;
}

    #connectBtn::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("../images/llc-web/big_button.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #connectBtn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        transform: translate(-50%, -50%);
        background-image: url("../images/classic/antenna_full.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #connectBtn.active::before {
        background-image: url("../images/llc-web/big_button_working.png");
    }

    #connectBtn.active.connected::before {
        background-image: url("../images/llc-web/big_button_on.png");
    }

    #connectBtn:hover {
        cursor: pointer;
    }


#muteSpeakerBtn {
    height: 34px;
    position: absolute;
    width: 34px;
    border-radius: 50%;
    border: none;
    padding: 0;
    z-index: 15;
    margin-top: 0px;
    background: transparent;
    position: relative;
    cursor: pointer;
}



    #muteSpeakerBtn::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("../images/llc-web/hp_slider_on.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #muteSpeakerBtn.active::before {
        background-image: url("../images/llc-web/hp_slider_off.png");
    }


    #muteSpeakerBtn:hover {
        cursor: pointer;
    }




#muteMicBtn {
    height: 34px;
    position: absolute;
    width: 34px;
    z-index: 15;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin-left: 10px;
    margin-top: 0px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

    #muteMicBtn::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("../images/llc-web/mic_slider_cue_off.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    #muteMicBtn.active::before {
        background-image: url("../images/llc-web/mic_slider_mute.png");
    }


    #muteMicBtn:hover {
        cursor: pointer;
    }




.themePicker {
    display: flex;
    gap: 14px;
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-content: space-around;
    justify-content: center;
}

.themeGroup {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 5px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.themeLabel {
    font-size: 12px;
    opacity: 0.8;
    width: 50px;
    margin-right: 6px;
    user-select: none;
    color: var(--text);
}

.swatch {
    min-width: 18px;
    min-height: 18px;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: transform 0.12s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .swatch:hover {
        transform: translateY(-1px) scale(1.06);
        border-color: rgba(255,255,255,0.28);
    }

    .swatch[aria-checked="true"] {
        box-shadow: 0 0 0 1px rgba(255,255,255,0.90), 0 0 18px rgba(255,255,255,0.08);
    }

        .swatch[aria-checked="true"]::after {
            content: "";
            position: absolute;
            inset: -3px;
            border-radius: 999px;
            border: 2px solid rgba(255,255,255,0.35);
        }


#background {
    position: fixed;
    inset: 0;
    z-index: -1;
}
