@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Commissioner&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Onest&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);

:root{
    --Background: rgba(0, 0, 0, 0.2);
    --Background: rgba(0, 0, 0, 0.2);
    --ColorNone: rgba(138, 189, 255);
    --ColorCursor: #ffffff;
    --Width: 0px;
    --Border: 0px;
    --Radius: 10px;
}


.element::-webkit-scrollbar{
    width: 0;
    border-radius: 3px;
}
::-webkit-scrollbar{
    width: var(--Width);
    background-color: var(--Background);
    border-radius: 0px 2px 2px 0px;
    
}
::-webkit-scrollbar-thumb{
    & {
        background-color: var(--ColorNone);
        border-radius: var(--Radius);
        min-height: 30px;
        width: var(--Width);
        border: var(--Border) solid var(--Background);
    }
    &:hover {
        background-color: var(--ColorCursor);
    }
}

* {
    & {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        --shadow: rgba(0, 0, 0, 0.05) 0px 6px 10px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
        --color: #354661;
        --gap: 0.5rem;
        --radius: 3px;
        font-family: Rubik, serif;
    }
    &::after {
        font-family: Rubik, serif;
    }
    &:focus {
        outline: none;
    }
}

#names{
    position: absolute;
    left: 50px;
    font-size: 16px;
    font-weight: 600;
    /* margin-bottom: 15px; */
    color: #53fbc9;
}
#immm{
    height: 24px;
    width: 24px;
    border-radius: 3px;
}
#stat{
    position: absolute;
    font-size: 10px;
    color: #ff9de1;
    left: 50px;
    margin-top: 18px;
}
.dropdown {
    & {
        grid-column: 1 / -1;
        font-size: 15px;
        z-index: 1000;
        position: relative;
        width: 420px;
        box-shadow: var(--shadow);
        border-radius: var(--radius);
        display: none;
        height: 0;
        opacity: 0;
        transform: translateY(0.5rem);
        height: 222px;
        overflow: hidden;
        width: 100%;
        right: 0;
        overflow-y: auto;
        padding: 5px 5px;
        background: #00000085 !important;
        /* border: 1px solid #ffffff30 !important; */
        /* backdrop-filter: blur(2vh) !important; */
        box-shadow: none !important;
    }
    & .PlaySelect {
        & {
            background: #385c7475 !important;
        }
        &:hover {
            background: #e74e4e55 !important;
            cursor: not-allowed;
        }
        & > #nums {
            background: #00000075 !important;
        }
        &:hover > #nums{
            background: #e74e4e75 !important;
        }
    }
    & a {
        & {
            display: flex;
            align-items: center;
            column-gap: var(--gap);
            padding: 6px 5px;
            text-decoration: none;
            color: #7d97bb;
            background: #2c3a50;
            margin: 3px;
            border-radius: 3px;
            overflow: hidden;
            background: #00000033 !important;
            border: 1px solid rgba(255, 255, 255, 0) !important;
            backdrop-filter: blur(2vh) !important;
            box-shadow: none !important;
            border: 1px solid #ffffff25 !important;
        }
        &:hover {
            & {
                border-radius: var(--radius);
                color: white;
                cursor: pointer;
                background: #0e795375 !important;
            }
            & > #nums {
                background: #0e795375 !important;
            }
        }
        & > #nums {
            border: 1px solid #ffffff25;
            background: #3f3c3c75 !important;
        }
    }
}
#nums {
    background: #0f151b;
    color: #c9e74e;
    width: 40px;
    height: 20px;
    font-weight: 600;
    line-height: normal;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    right: 10px;
}
.show {
    /* visibility: visible; */
    display: grid !important;
    opacity: 1;
    transform: translateY(0rem);
    }
.arrow {
    transform: rotate(180deg);
    transition: 0.2s ease;
    }

@keyframes ani {
    0%   {
        left: -120px;
        opacity: 0;
    }
    100% {
        left: 0px;
        opacity: 1;
    }
}
@keyframes buff {
    0%   {opacity: 0;}
    30%   {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes bg {
    0%   {opacity: .0; transform: scale(2);}
    100% {opacity: .3;}
}
@keyframes ar {
    0%   {
        top: 72px;
    }
    50%   {
        top: 72px;
    }
    100% {
        top: 124px;
    }
}
@keyframes arr {
    0%   {
        box-shadow: none;
    }
    100% {
        box-shadow: 0 0px 10px 0px #000000;
    }
}
body {
    margin: 0;
    background-color: #000000;
}
#bg-artwork {
    transition: 0.4s all;
    animation: bg .9s forwards;
    position: fixed;
    top: -0px;
    right: -0px;
    bottom: -0px;
    left: -0px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /* width: 100%; */
    height: 100%;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
    background-position: 50%;
    filter: blur(2vh);
    -webkit-filter: blur(2vh);
    width: device-width;
    z-index: -3;
    pointer-events: none;
}
#bg-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    opacity: calc(.5);
    z-index: 2;
}
#player-track {
    & {
        display: none;
        position: absolute;
        top: 50px;
        right: 0px;
        line-height: 23px;
        left: 166px;
        padding: 15px 0px 0px 13px;
        background: #141c24;
        border: #2c3a50 solid 1px;
        border-radius: 3px;
        transition: 0.5s ease top;
        box-shadow: none;
        z-index: 1;
        height: 60px;
    }
    & .active {
        top: -18px;
        box-shadow: 0 0px 10px 0px #000000;
    }
}
:root{
    --bar_color_marker: #8abdff;
    --bar_color_marker_cur: #ffffff;
    --bar_color_start: #ff5500;
    --bar_color_end: #0f1012;
    --bar_color_value_bg: #0f1012;
    --bar_color_value: #c9e74e;
}


/* Дисплей радиостанции */
#box-play {
    & {
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: relative;
        background: rgb(0, 0, 0);
        /* background: linear-gradient(41deg, #111111 0%, #5a2c5e 100% 100%); */
        /* background: url(https://cdn1.ozone.ru/s3/multimedia-v/6430244203.jpg); */
        /* background: url(https://cdn.prod.website-files.com/5f9072399b2640f14d6a2bf4/6124024934aa8718da9fb6fd_1_4YkOfk2dNswnXU0t1rNAvA.png); */
        /* background: url(https://i.pinimg.com/originals/a6/3d/3d/a63d3d239c13bc2e31de7eb285639fc6.jpg); */
        /* background: url(https://bogatyr.club/uploads/posts/2023-03/1679350526_bogatyr-club-p-temnii-fon-muzhskoi-krasivo-1.jpg); */
        /* background: url(https://images.wallpaperscraft.ru/image/single/fon_nebo_tochki_83482_2560x1600.jpg); */
        background: url(./bg.png);
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: round auto;
        background-repeat: repeat;
        background-position: 50% 0%;
        border-radius: 3px;
    }
    &::before {
        position: absolute;
        height: 92px;
        width: calc(100%);
        content: '';
        position: absolute;
        background: #00000050;
    }
}
#album-name {
    font-weight: 600;
    /* top: 9.5px; */
    /* left: 84px; */
    font-size: 25px;
    border-radius: 3px;
    /* position: absolute; */
    color: #53fbc9;
    background: #00000099;
    backdrop-filter: blur(20px);  
    padding: 2px 14px 1px 14px;
    transition: 0.3s ease top;
    animation: topToBottom 25s infinite 20s;
}
#track-name {
    padding-bottom: 5px;
    background: #22222299;
    background: #00000099;
    font-weight: 600;
    /* top: 15px;
    left: 84px;
    top: 47px; */
    /* position: absolute; */
    color: #ff9de1;
    /* position: absolute; */
    font-size: 10px;
    line-height: normal;
    border-radius: 3px;
    backdrop-filter: blur(20px);  
    padding: 2px 15px !important;
}
#album-art {
    /* animation: ani .5s forwards; */
    & {
        opacity: 1;
        /* background: #0c1116; */
        position: absolute;
        top: 10px;
        left: -30px;
        width: 68px;
        height: 68px;
        margin-left: 40px;
        border-radius: 3px;
        border: 0;
        transform: rotateZ(0);
        transition: 0.2s linear all;
        animation: art .5s forwards;
    }
    & img {
        opacity: 0;
    }
    & img.active {
        opacity: .3;
        filter: blur(4px);
        -webkit-filter: blur(4px);
    }
}
#album-art-bg {
    animation: buff 1s forwards;
    filter: blur(50px) saturate(5) contrast(100%);
    position: absolute;
    top: 10px;
    left: -30px;
    width: 70px;
    height: 70px;
    margin-left: 40px;
    transform: rotateZ(0);
    transition: 0.3s linear all;
    /* background: #0c1116; */
    border-radius: 3px;
    overflow: hidden;
}

/* Панель управления */
#app-cover {
    animation: ani .9s forwards;
    /* position: absolute; */
    position: relative;
    /* top: 40px; */
    /* max-width: 420px; */
    /* min-width: 0px; */
    /* height: 1244px; */
    /* margin: 0px auto; */
}
#player-content {
    /* background: #ffffff30; */
    /* border: 1px solid #ffffff30; */
    /* backdrop-filter: blur(2vh); */
    position: relative;
    /* border-radius: 3px; */
    /* z-index: 2; */
}

/* Ссылки */
a {
    & {
        transition: 0.3s ease all;
        color: #8abdff !important;
        border-radius: 2px;
    }
    &:hover {
        transition: 0.3s ease all;
        color: #fff !important;
        border-radius: 2px;
    }
}

/* #play-pause-button>svg {
    height: 18px;

}
#play-pause-button {
    fill: #ff6c6c;
} */


/* Кнопки сайта */
.button {
    & {
        background: #00000085;
        fill: #8abdff;
        color: #8abdff;
        cursor: pointer;
        text-align: center;
        align-content: center;
        transition: 0.3s ease all;
        border: none;
        border-radius: 3px;
        padding: 0 0px;
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    & svg {
        display: block;
        fill: #8abdff;
        color: #8abdff;
        height: 24px;
        width: 24px;
        align-items: center;
        text-align: center;
        line-height: normal;
        position: relative;
        transition: 0.3s ease all;
        filter: drop-shadow(0 0 0px rgb(255, 255, 255));
    }
    &:hover {
        & {
            background: #22222285;
            color: #ffffff;
            fill: #ffffff;
        }
        & svg {
            color: rgb(255, 255, 255);
            fill: rgb(255, 255, 255);
            filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
        }
    }
}

/* Ползунок громкости */
#range {
    border: none;
    box-shadow: none;
}
.range-input {
    & {
        width: 100%;
        height: 100%;
        padding: 0px 8px;
        padding-right: 5px;
        display: flex;
        align-items: center;
        transition: 0.3s ease all;
        background: #00000085 !important;
        color: #8abdff;
        border-radius: 3px;
        padding: 0px 7px;
    }
    & input {
        & {
            appearance: none;
            height: 8px;
            border-radius: 2px;
            background: #141c23;
            border: none;
            outline: none;
            width: 100%;
        }
        &::-webkit-slider-thumb {
            transition: 0.3s ease all;
            appearance: none;
            width: 16px;
            height: 16px;
            border-radius: 2px;
            background: var(--bar_color_marker);
            box-shadow: 0px 0px 3px #0e141a;
        }
        &::-webkit-slider-thumb:hover {
            cursor: pointer;
            background: var(--bar_color_marker_cur);
            box-shadow: 0 0px 20px 0px #ffffff;
        }
    }
    
    & .value div {
        transition: all 0ms ease-in-out;
    }
}
#btn{
    cursor: pointer;
}
.value {
    background: var(--bar_color_value_bg);
    color: var(--bar_color_value);
    box-shadow: none;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    /* line-height: normal; */
    text-align: center;
    width: 35px;
    height: 15px;
    margin: 5px 0px;
    margin-left: 8px;
    border-radius: 2px;
    overflow: hidden;
}












@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Commissioner&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.errbuffa {
    animation: fadeOut 0.3s forwards;
}
.errbuff {
    animation: fadeIn 0.3s forwards;
}
#errors{
    color: rgb(255, 107, 169);
    font-size: 10px;
    position: relative;
    top: -20px;
}
#info{
    color: rgb(107, 255, 174);
    font-size: 10px;
    position: relative;
    top: -20px;
}
:root{
    --gaps: 5px;
}
#err {
    opacity: 0;
    backdrop-filter: blur(20px);  
    font-weight: 500;
    color: #ffced2; 
    position: absolute;
    width: 90px;
    text-align: center;
    border: 1px solid #ff333350;
    background: #ff333350;
    bottom: 0px !important;
    right: 40px !important;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
    line-height: 1;
    font-size: 10px;
    font-weight: 100;
    padding: 2px 0px;
    z-index: 1000;
}
#idfm {
    backdrop-filter: blur(20px);  
    font-weight: 500;
    color: #c9e74e !important;
    position: absolute;
    width: 30px;
    text-align: center;
    border: 1px solid #323337;
    background: #27272a;
    bottom: 0px !important;
    right: 5px !important;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
    line-height: 1;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 0px;
    z-index: 1000;
}
.grid-container {
    margin: 0px auto;
    background: #ffffff30;
    border: 1px solid #ffffff30;
    backdrop-filter: blur(2vh);
    border-radius: 5px;
    left: 2px;
    position: relative;
    display: grid;
    grid-template-columns: 60% auto;
    grid-template-rows: 30px 90px 40px 28px auto;
    grid-template-areas:
        't-info t-info'
        "t-display t-display"
        "t-player t-invite"
        "t-volume t-apps"
        "t-menu t-menu";
    gap: var(--gaps);
    row-gap: var(--gaps);
    width: 100%;
    max-width: 430px;
    min-width: 300px;
    padding: 8px 8px;
    box-sizing: border-box;
    overflow: hidden;
}
.grid-item{
    display: flex;
    gap: var(--gaps);
    row-gap: var(--gaps);
}
.g-info{
    display: flex;
    gap: var(--gaps);
    row-gap: var(--gaps);
    justify-content: center;
    align-items: center;
    grid-area: t-info;
}
.g-display{
    height: 100%;
    width: 100%;
    display: block;
    gap: var(--gaps);
    row-gap: var(--gaps);
    justify-content: center;
    align-items: center;
    grid-area: t-display;
}
.g-player{
    display: flex;
    gap: var(--gaps);
    row-gap: var(--gaps);
    justify-content: center;
    align-items: center;
    grid-area: t-player;
}
.g-invite{
    display: flex;
    gap: var(--gaps);
    row-gap: var(--gaps);
    justify-content: center;
    align-items: center;
    grid-area: t-invite;
}
#add-bot{
    pointer-events: none !important;
    background: #33000085 !important;
    color: #ff6666 !important;
    bottom: 0px;
}
#add-bot::after{
    content: 'ПАНЕЛЬ УПРАВЛЕНИЯ';
    position: relative;
    color: #ff9999 !important;
    display: block;
    bottom: 1px;
    font-size: 10px;
    left: 0;
}
.g-volume{
    display: flex;
    gap: var(--gaps);
    row-gap: var(--gaps);
    justify-content: center;
    align-items: center;
    grid-area: t-volume;
}
.g-apps{
    display: flex;
    gap: var(--gaps);
    row-gap: var(--gaps);
    justify-content: center;
    align-items: center;
    grid-area: t-apps;
}
.g-apps{
    display: flex;
    gap: var(--gaps);
    row-gap: var(--gaps);
    justify-content: center;
    align-items: center;
    grid-area: t-apps;
}
.g-menu{
    display: grid;
    gap: var(--gaps);
    row-gap: var(--gaps);
    justify-content: center;
    align-items: center;
    grid-area: t-menu;
    grid-template-rows: 28px;
    grid-template-columns: 1fr;
}



.button, .buttonlink {
    font-family: Onest, sans-serif;
    font-weight: 600;
    color: #8abdff !important;
    transition: 0.3s ease all;
    background-color: #00000085;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 12px;
    border-radius: 3px;
}
.button:hover, .buttonlink:hover {
    background: #22222285 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border: none !important;
}
#add-bot{
    font-size: 14px;
}
.btn{
    font-family: Onest, sans-serif;
    font-weight: 600;
    transition: 0.2s linear all !important;
    bottom: -183px !important;
    position: absolute !important;
    width: calc(100% - 20px);
    height: 28px;
    margin-left: 10px;
    background: #ffffff30 !important;
    color: #ffffff !important;
}
.btn:hover{
    background: #22222285 !important;
}
.btn2{
    border: 0;
    font-family: Onest, sans-serif;
    font-weight: 600;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    transition: 0.2s linear all !important;
    background: #ffffff30 !important;
    color: #ffffff !important;
}
.btn2:hover{
    background: #22222285 !important;
}
#info-app{
    font-family: onest !important;
    background: #00000085 !important;
    margin: 9px 9px 0 9px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    align-content: center;
    line-height: normal;
    font-weight: 500;
    height: 100%;
    width: 100%;
    margin: 0;
}
#guilds:before{
    content: 'Серверов: ';
    color: #7bf0ff;
}
#radiolist:before{
    content: 'Радиостанций: ';
    color: #a0ff7b;
}
#space{
    position: relative;
    display: inline-block;
    margin: 0 10px;
    height: 18px;
    width: 4px;
    color: #00000000;
    background: #ffe881;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
#guilds, #radiolist{
    position: relative;
}
.bt {
    font-size: 14px !important;
}
#album-name2 {
    height: unset !important;
    padding: 4px !important;
    font-size: 12px !important;
}
@media (max-width: 362px) {
    #guilds, #radiolist{
        top: 1.8px;
    }
    .grid-container {
        grid-template-rows: 28px 70px 40px 28px auto;
        grid-template-areas:
            't-info t-info'
            "t-display t-display"
            "t-player t-player"
            "t-volume t-volume"
            "t-menu t-menu";
    }
    .selectmenu{
        top: 41px !important;
        height: 148px !important;
        display: flex !important;
        flex-direction: column;
    }
    .real-box{
        display: none;
    }
    .g-apps{
        display: none !important;
    }
    .g-invite{
        display: none !important;
    }
    #album-name{
        font-size: 20px;
        top: 5px;
        left: 70px;
    }
    #track-name{
        top: 36px !important;
        font-size: 8px;
        left: 70px;
    }
    #idfm{
        bottom: 7px;
        right: 7px;
    }
    #album-art{
        opacity: 1;
        position: absolute;
        top: 7px;
        left: -30px;
        width: 56px;
        height: 56px;
        margin-left: 38px;
        border-radius: 3px;
        border: 0;
        transform: rotateZ(0);
        transition: 0.2s linear all;
        animation: art .5s forwards;
    }
    #info-app{
        font-size: 12px !important;
    }
    #album-name{
        font-size: 16px !important;
    }
    #track-name{
        font-size: 8px !important;
    }
    .button, .buttonlink {
        font-size: 11px !important;
    }
    #add-bot::after{
        font-size: 8px !important;
    }
    .btn2{
        border: 0;
        font-family: Onest, sans-serif;
        font-weight: 600;
        border-radius: 3px;
        width: 100%;
        height: 100%;
        transition: 0.2s linear all !important;
        background: #ffffff30 !important;
        color: #ffffff !important;
    }
    .bt {
        font-size: 12px !important;
    }  
}                        
#nonebutton{
    background: #00000030;
    pointer-events: none;
}
#player-info-box {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    gap: 5px;
    padding: 8px;
}
#player-info-live {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}
#album-art{
    backdrop-filter: blur(20px); 
    /* background: #00000099; */
    position: unset;
    opacity: 1;
    position: unset;
    width: unset;
    aspect-ratio: 1;
    height: 100%;
    margin-left: 0px;
    border-radius: 3px;
    border: 0;
    transform: rotateZ(0);
    transition: 0.2s linear all;
}
#album-art-bg {
    animation: buff 1s forwards;
    filter: blur(50px) saturate(5) contrast(100%);
    position: absolute;
    top: 10px;
    left: -30px;
    width: 70px;
    height: 70px;
    margin-left: 40px;
    transform: rotateZ(0);
    transition: 0.3s linear all;
    border-radius: 3px;
    overflow: hidden;
}
#album-name {
    font-weight: 600;
    font-size: 22px;
    border-radius: 3px;
    color: #53fbc9;
    background: #00000099;
    backdrop-filter: blur(20px);
    padding: 2px 8px 1px 8px;
    transition: 0.3s ease top;
    animation: topToBottom 25s infinite 20s;
}
#track-name {
    padding-bottom: 5px;
    background: #22222299;
    background: #00000099;
    font-weight: 600;
    color: #ff9de1;
    font-size: 10px;
    line-height: normal;
    border-radius: 3px;
    backdrop-filter: blur(20px);
    padding: 2px 8px !important;
}
#album-name2{
    color: #ffffff;
    background: #0000003b;
    font-size: 12px;
    border: #3a3a3b 1px solid;
    font-weight: 500;
    margin-top: 5px;
    border-radius: 3px;
    height: 55px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.g-info{
    display: flex;
    gap: var(--gaps);
    row-gap: var(--gaps);
    justify-content: center;
    align-items: center;
    grid-area: t-info;
}
#err, #idfm{
    z-index: unset;
}
#album-art2 {
    & {
        opacity: 1;
        top: 10px;
        left: -0px;
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: 3px;
        border: 0;
        transform: rotateZ(0);
        transition: 0.2s linear all;
        animation: art .5s forwards;
    }
    & img {
        opacity: 0;
    }
    & img.active {
        opacity: .3;
        filter: blur(4px);
        -webkit-filter: blur(4px);
    }
}
.real-box{
    background: #ffffff44;
    background: #00000070 !important;
    padding: 5px;
    grid-area: real-box;
    border-radius: 3px;
    
}
.dropdown, #dropdown{
    width: 100%;
    position: unset;
    all: unset !important;
    grid-area: selectmenu-gui;
    overflow: auto !important;
    border-radius: 3px !important;
    background: #00000070 !important;
}
.dropdown a{
    background: #18181a !important;
    padding: 3px;
    margin: 5px 5px;
}
a {
    background: #fff000 !important;
}
.selectmenu-gui{
    border-radius: 3px;
    background: #ffffff44;
}
.selectmenu{
    display: none;
    position: absolute;
    top: 43px;
    left: 8px;
    right: 8px;
    background: #00000096;
    border: 1px solid #323337;
    backdrop-filter: blur(1vh);
    border-radius: 3px;
    display: none;
    grid-template-columns: 90px auto;
    grid-template-rows: 100%;
    grid-template-areas:
        'real-box selectmenu-gui';
    gap: 5px;
    row-gap: 8px;
    padding: 8px 8px;
    box-sizing: border-box;
    overflow: hidden;
    height: 168px;
}
.grid-container{
    border: #323337 1px solid;
    background: #131416 !important;
}
#btn{
    background: #27272a !important;
    border: 1px solid #323337;
}
#btn:hover{
    background: #1b1c1d !important;
}
.button, #info-app{                
    background: #27272a !important;
    border: 1px solid #323337 !important;
}
.button:hover{                
    background: #1b1c1d !important;
    border: 1px solid #323337 !important;
}
#box-play{
    border: 1px solid #323337 !important;
}
.range-input {
    & {
        width: 100%;
        height: 100%;
        padding: 0px 8px;
        padding-right: 5px;
        display: flex;
        align-items: center;
        transition: 0.3s ease all;
        background: #27272a !important;
        border: 1px solid #323337 !important;
        color: #8abdff;
        border-radius: 3px;
        padding: 0px 7px;
    }
}
#add-bot {
    pointer-events: none !important;
    background: #33000085 !important;
    color: #ff6666 !important;
    border: 1px solid #3b0000 !important;
    bottom: 0px;
}
#nums{
    font-size: 15px !important;
}
#grid-ads{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}
#ads{
    display: flex;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #323337;
    background: #0f1012 !important;
    gap: 5px;
    overflow: hidden;
    text-decoration: none;
    min-height: 30px;
}
#img-ads{
    display: flex;
    width: 100%;
    gap: 5px;
    z-index: 2;
}
#text-ads{
    display: flex;
    z-index: 1;
    width: 100%;
    gap: 5px;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#title-ads{
    display: flex;
    z-index: 1;
    width: 100%;
    border: #323337 1px solid;
    background: #000000;
    color: #8abdff !important;
    font-size: 12px;
    border-radius: 3px;
    padding: 2px 0px;
    font-weight: 500;
    gap: 5px;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#grid-ads{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}
#ads{
    display: flex;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #323337;
    background: #0f1012 !important;
    gap: 5px;
    overflow: hidden;
    text-decoration: none;
    min-height: 30px;
}
#img-ads{
    display: flex;
    width: 100%;
    gap: 5px;
    z-index: 2;
}
#text-ads{
    display: flex;
    z-index: 1;
    width: 100%;
    gap: 5px;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#title-ads{
    display: flex;
    z-index: 1;
    width: 100%;
    border: #323337 1px solid;
    background: #000000;
    color: #8abdff !important;
    font-size: 12px;
    border-radius: 3px;
    padding: 2px 0px;
    font-weight: 500;
    gap: 5px;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#downloads{
    &{
        border: #00335e 1px solid;
        background: #00203b;
    }
    &:hover{
        border: #00335e 1px solid !important;
        background: #001629 !important;
    }
}
#album-name{
    transition: 0.2s all !important;
}
#track-name{
    transition: 0.2s all !important;
}
@media (max-width: 769px) {
    body {
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px;
        margin: 0;
        font-family: 'Onest', -apple-system, BlinkMacSystemFont, sans-serif;
        overflow-x: hidden;
    }

    .body-wrap {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
    }
}
@keyframes slideShow {
    from {
        opacity: 0;
        /* transform: translateY(-5px); */
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideHide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}
.selectmenu {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    overflow: hidden;
    animation: slideHide 0.1s ease-out forwards;
}
.selectmenu.show {
    grid-template-rows: 1fr;
    opacity: 1;
    animation: slideShow 0.1s ease-out forwards;
}
#nums{
    width: 24px;
    height: 24px;
    font-size: 10px !important;
    right: 3px;
    border: none !important;
    /* bottom: 3px; */
    align-content: center;
    /* height: unset; */
}
#names{
    left: 35px !important;
    font-size: 12px !important;
}
#stat{
    left: 40px !important;
    font-size: 3px !important;
    display: none;
}
@media (min-width: 769px) {
    .body-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        /* min-height: 100vh; */
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: 100% ;
        padding: 20px;
    }
    #app-cover {
        width: 430px;
    }
}
:root {
    --primary-color: #ff7235;
    --primary-glow: rgba(255, 114, 53, 0.4);
    --bg-color: #0a0a12;
    --surface-color: #15151f;
    --text-color: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --accent-color: #5050a1;
    --gradient: linear-gradient(135deg, #ff7235 0%, #ffaa35 100%);
}
body {
    background: linear-gradient(135deg, #221415 0%, #0d0d18 100%);
}
body {
    background: var(--bg-color) !important;
}
.floating-particles {
    position: fixed;
    top: -6px;
    left: 0;
    bottom: 0px;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--primary-color) !important;
    border-radius: 50%;
    opacity: 0.3;
    animation: floatParticle 20s infinite linear;
}
@keyframes floatParticle {
    0% { 
        transform: translateY(100vh) rotate(0deg); 
    }
    100% { 
        transform: translateY(-100px) rotate(360deg); 
    }
}
.parallax-element {
    will-change: transform;
}
.animated-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.gradient-orbs {
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.1;
    animation: float 20s infinite ease-in-out;
    z-index: 44;
}
.orb-1 {
    background: var(--primary-color) !important;
    top: -400px;
    left: -200px;
    animation-delay: 0s;
}
.orb-2 {
    background: var(--accent-color) !important;
    bottom: -400px;
    right: -200px;
    animation-delay: -10s;
}
@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(50px, 50px) scale(1.1); }
    50% { transform: translate(-30px, 70px) scale(0.9); }
    75% { transform: translate(70px, -30px) scale(1.05); }
}
#app-cover{
    z-index: 1000;
}
.grid-container{
    box-shadow: #00000080 0px 0px 13px 0px;
    left: 0px !important;
}
#grid-ads{
    display: none !important;
}