@keyframes slideIn2{0%{opacity:0;right:-100%}to{opacity:1;right:0%!important}}@keyframes slideOut2{0%{opacity:1;right:0}to{opacity:0;right:1rem}}.header{margin:0;padding:12px 24px;transition:background-color .3s}.header.notScrolled{background:#121212f2}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121212f2}.header .header-left{flex-shrink:0}.header .hamburger-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:flex}.header .hamburger-btn:hover{opacity:.7}.header .brand-link{text-decoration:none}.header .brand-link .brand-name{color:#fff;letter-spacing:-.01em;font-size:1.15rem;font-weight:700}.header .brand-link:hover .brand-name{color:#ffffffd9}.header .search-container{flex:1;justify-content:start;margin-left:30px;padding:0 24px;display:flex}.header .search-container .search-form{width:100%;max-width:440px;margin:0}.header .search-container .search-bar{background:#1a1a1a;border:1px solid #0000;border-radius:50px;align-items:center;width:100%;max-width:440px;height:44px;padding:0 16px;transition:all .2s;display:flex}.header .search-container .search-bar:focus-within{background:#202020;border-color:#ffffff26}.header .search-container .search-bar .search-icon{color:#a0a0a0;cursor:pointer;flex-shrink:0;width:18px;margin-right:12px;transition:color .2s}.header .search-container .search-bar .search-icon:hover{color:#fff}.header .search-container .search-bar input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:.9rem;font-weight:400}.header .search-container .search-bar input::placeholder{color:#a0a0a0}.header .actions-container{flex-shrink:0}.header .actions-container .create-btn{color:#fff;cursor:pointer;background-color:#ff4d00;border:none;border-radius:50px;align-items:center;gap:6px;padding:8px 20px;font-size:.9rem;font-weight:500;transition:background-color .2s;display:flex}.header .actions-container .create-btn:hover{background-color:#e04400}.header .actions-container .create-btn .create-btn-icon{font-size:1.1rem;font-weight:400;line-height:1}.header .actions-container .notification-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s;display:flex}.header .actions-container .notification-btn:hover{background-color:#ffffff14}.header .actions-container .avatar-wrapper{background-color:#1877f2;border-radius:50%;justify-content:center;align-items:center;width:37px;height:37px;transition:transform .2s;display:flex}.header .actions-container .avatar-wrapper:hover{transform:scale(1.05)}.header .actions-container .avatar-wrapper .avatar-icon{padding-top:5px}.header .actions-container .btn-signup{color:#a0a0a0;cursor:pointer;background:#1a1a1a;border:1px solid #121212;border-radius:50px;padding:8px 20px;font-size:.95rem;font-weight:600;transition:background-color .2s}.header .actions-container .btn-signup:hover{color:#fff;background-color:#1a1a1a}.header .actions-container .btn-login{color:#fff;cursor:pointer;background-color:#ff4d00;border:none;border-radius:50px;padding:10px 28px;font-size:.95rem;font-weight:600;transition:background-color .2s}.header .actions-container .btn-login:hover{background-color:#e04400}.header .header-dropdown-wrapper{z-index:1050;position:absolute;top:calc(100% + 12px);right:0}.header .header-dropdown-wrapper .waypod-dropdown{background-color:#222;border:1px solid #ffffff14;border-radius:12px;padding:8px;box-shadow:0 10px 30px #0009}.header .header-dropdown-wrapper .waypod-dropdown.create-dropdown{min-width:220px}.header .header-dropdown-wrapper .waypod-dropdown.user-dropdown{min-width:160px}.header .header-dropdown-wrapper .waypod-dropdown ul{margin:0;padding:0;list-style:none}.header .header-dropdown-wrapper .waypod-dropdown ul li{color:#e0e0e0;cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;font-size:.9rem;font-weight:500;transition:background-color .2s;display:flex}.header .header-dropdown-wrapper .waypod-dropdown ul li:hover{color:#fff;background-color:#ffffff0f}.header .header-dropdown-wrapper .waypod-dropdown ul li svg{color:#a0a0a0}.mainSidebar{background-color:#121212;flex-direction:column;flex-shrink:0;width:240px;min-width:65px;height:100%;margin:0 8px;transition:width .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.mainSidebar.sidebar-collapsed{width:65px}.mainSidebar.sidebar-collapsed .nav-label{opacity:0;white-space:nowrap;pointer-events:none;max-width:0;transition:opacity .3s cubic-bezier(.4,0,.2,1),max-width .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.mainSidebar.sidebar-collapsed .nav-link{justify-content:center;gap:0;padding:10px 0}.mainSidebar.sidebar-collapsed .group-title{opacity:0;max-height:0;margin:0;padding:0;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.mainSidebar.sidebar-collapsed .sidebar-divider{width:36px;margin:6px 0 6px 10px}.mainSidebar .sidebar-nav{background-color:#ffffff05;border-radius:8px;flex:1;margin:8px 4px;padding:12px 8px;overflow:hidden auto}.mainSidebar .sidebar-nav::-webkit-scrollbar{width:3px}.mainSidebar .sidebar-nav::-webkit-scrollbar-track{background:0 0}.mainSidebar .sidebar-nav::-webkit-scrollbar-thumb{background-color:#ffffff14;border-radius:4px}.mainSidebar .sidebar-nav .nav-group{padding:6px 0}.mainSidebar .sidebar-nav .group-title{color:#fff;white-space:nowrap;margin:0;padding:6px 12px;font-size:18px;font-weight:600;transition:height .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.mainSidebar .sidebar-nav .group-title-row{justify-content:space-between;align-items:center;padding-right:12px;display:flex}.mainSidebar .sidebar-nav .group-title-row .chevron{color:#a0a0a0;width:14px}.mainSidebar .sidebar-nav .nav-link{color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s,padding .3s cubic-bezier(.4,0,.2,1),justify-content .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.mainSidebar .sidebar-nav .nav-link:hover{color:#a0a0a0;background-color:#ffffff14;padding:10px 5px 10px 15px}.mainSidebar .sidebar-nav .nav-link.active{color:#fff;background-color:#ffffff1a;padding:10px 5px 10px 16px}.mainSidebar .sidebar-nav .nav-link .icon-wrapper{flex-shrink:0;justify-content:center;width:24px;min-width:24px;display:flex}.mainSidebar .sidebar-nav .nav-link .app-icon-container{border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;display:flex}.mainSidebar .sidebar-nav .nav-link .app-icon-container.studio{background-color:#ff4d00}.mainSidebar .sidebar-nav .nav-link .app-icon-container.live{background-color:#f03e3e}.mainSidebar .sidebar-nav .nav-label{opacity:1;white-space:nowrap;max-width:200px;transition:opacity .3s cubic-bezier(.4,0,.2,1) 80ms,max-width .3s cubic-bezier(.4,0,.2,1) 80ms;overflow:hidden}.mainSidebar .sidebar-nav .sidebar-divider{background:#ffffff0f;height:1px;margin:6px 0;transition:margin .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1)}.auth-callback p{text-align:center;color:#fff;font-family:SofiaPro,Arial,sans-serif;font-size:20px;font-weight:400}@media screen and (max-width:768px){.auth-callback p{text-align:center;font-size:18px}}.nextWrapper{overflow-x:hidden}.nextWrapper>div{flex-direction:column;display:flex}.nextWrapper .real_wrapper{flex-direction:row;flex:1;height:calc(100vh - 64px);display:flex;overflow:hidden}.nextWrapper .real_wrapper .openContentWrapper{color:#fff;flex:1;min-width:0;height:100%;overflow:hidden auto}.nextWrapper .real_wrapper .openContentWrapper::-webkit-scrollbar{width:8px}.nextWrapper .real_wrapper .openContentWrapper::-webkit-scrollbar-track{background:0 0}.nextWrapper .real_wrapper .openContentWrapper::-webkit-scrollbar-thumb{background-color:#707070;border-radius:8px}@media (max-width:576px){.nextWrapper .real_wrapper .openContentWrapper{scrollbar-width:none;-ms-overflow-style:-ms-autohiding-scrollbar}.nextWrapper .real_wrapper .openContentWrapper::-webkit-scrollbar{-webkit-appearance:none;width:0}}.nextWrapper .listenerSidebar li{cursor:pointer;background:0 0;margin-bottom:28px;font-size:1rem;font-weight:600;transition:color .45s,padding .25s}.nextWrapper .listenerSidebar li a{color:#a0a0a0;text-decoration:none;transition:color .25s}.nextWrapper .listenerSidebar li a:hover{color:#fff}.nextWrapper .listenerSidebar li:last-of-type{margin-bottom:0}.landing_home{min-height:100%}.category-tabs-sticky{z-index:100;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#1212129a;border-radius:10px 10px 0 0;padding:12px 16px 0;position:sticky;top:0}.category-tabs-wrapper{overflow:hidden}.category-tabs{scrollbar-width:none;align-items:center;gap:8px;padding-bottom:12px;display:flex;overflow-x:auto}.category-tab{color:#e0e0e0;cursor:pointer;white-space:nowrap;background:#ffffff14;border:none;border-radius:50px;flex-shrink:0;padding:7px 16px;font-size:.875rem;font-weight:500;transition:background .18s,color .18s}.category-tab:hover{color:#fff;background:#ffffff24}.category-tab.active{color:#121212;background:#fff;font-weight:600}.podcastAudio{padding-top:8px}.podcastContainer .sectionHeader{justify-content:space-between;align-items:flex-end;padding:16px 0 14px;display:flex}.podcastContainer .sectionHeader .sectionTitle{color:#fff;letter-spacing:-.02em;margin:0;font-size:1.4rem;font-weight:700}.podcastContainer .sectionHeader .showMoreBtn{color:#a0a0a0;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600;transition:color .2s}.podcastContainer .sectionHeader .showMoreBtn:hover{color:#fff;text-decoration:underline}.podcastContainer .horizontalScroll{scrollbar-width:none;padding-right:0;overflow-x:auto}.podcastContainer .horizontalScroll::-webkit-scrollbar{display:none}.podcastContainer .horizontalScroll .scrollContent{gap:5px;padding-bottom:4px;display:flex}.podcastContainer .horizontalScroll .scrollContent .withTitle{width:360px!important;min-width:360px!important}.podcastContainer.noScroll{margin-top:1rem}.podcastContainer.noScroll .gridContent{width:100%}.podcastContainer.noScroll .gridInner{gap:5px;display:grid}.podcastContainer.longCardSection.noScroll .gridInner{grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.podcastContainer.longCardSection.noScroll .gridInner{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.podcastContainer.longCardSection.noScroll .gridInner{grid-template-columns:1fr}}.categoryView{margin-bottom:5rem;padding-top:24px}.categoryView-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:900px){.categoryView-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.categoryView-grid{grid-template-columns:1fr}}.categoryView-empty{color:#707070;justify-content:center;align-items:center;padding:80px 0;font-size:1rem;display:flex}.audioCard{cursor:pointer;background-color:#0000;flex-shrink:0;width:160px;min-width:160px;padding:0;transition:transform .2s}.audioCard:hover{transform:translateY(-2px)}.audioCard.creator{flex-direction:column;align-items:center;display:flex}.audioCard.creator .audioCard__image{border-radius:50%;overflow:hidden;box-shadow:0 4px 20px #0000004d}.audioCard.creator .audioCard__image .audioCard__imageInner{border-radius:50%}.audioCard.creator .audioCard__image .audioCard__imageInner .pause,.audioCard.creator .audioCard__image .audioCard__imageInner .options{display:none!important}.audioCard.creator .audioCard__info .audioCard__title{text-align:center;margin-top:10px;font-size:.875rem}.audioCard .audioCard__image .audioCard__imageInner .overlay{opacity:0;z-index:1;border-radius:inherit;background:#00000073;transition:opacity .25s;position:absolute;inset:0}.audioCard .audioCard__image .audioCard__imageInner .art-bg{border-radius:inherit;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .3s}.audioCard .audioCard__image .audioCard__imageInner .spacer{background:#ffffff0d;width:100%;height:100%}.audioCard .audioCard__image .audioCard__imageInner .icon{color:#555;z-index:0;width:36px;position:absolute}.audioCard .audioCard__image .audioCard__imageInner .pause{z-index:3;opacity:0;transition:opacity .25s,transform .2s}.audioCard .audioCard__image .audioCard__imageInner .options{z-index:3;opacity:0;cursor:pointer;padding:4px;transition:opacity .25s;position:absolute;top:6px;right:6px}.audioCard .audioCard__image:hover .audioCard__imageInner .overlay,.audioCard .audioCard__image:hover .audioCard__imageInner .pause,.audioCard .audioCard__image:hover .audioCard__imageInner .options{opacity:1}.audioCard .audioCard__info .audioCard__title{color:#fff;line-clamp:2;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0 0 3px;font-size:.9rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.audioCard .audioCard__info .audioCard__descript{color:#a0a0a0;text-align:left;text-overflow:ellipsis;background:0 0;border:none;width:100%;margin-bottom:4px;padding:0;font-size:.8rem;line-height:1.35;overflow:hidden}.audioCard .audioCard__info .audioCard__meta{color:#707070;align-items:center;font-size:.78rem;display:flex}.retryButton{color:#fff;cursor:pointer;background:#ff4d00;border:none;border-radius:50px;margin-top:1rem;padding:10px 28px;font-size:.9rem;font-weight:600;transition:background .2s}.retryButton:hover{background:#cc3100}.podcastAudio .podcastContainer{overflow-y:hidden!important}.podcastAudio .podcastContainer .sectionHeader{justify-content:space-between;align-items:flex-end;display:flex}.podcastAudio .podcastContainer .sectionHeader .sectionTitle{color:#fff;letter-spacing:-.02em;margin:0;font-size:1.4rem;font-weight:700}.podcastAudio .podcastContainer .sectionHeader .showMoreBtn{color:#a0a0a0;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600;transition:color .2s}.podcastAudio .podcastContainer .sectionHeader .showMoreBtn:hover{color:#fff;text-decoration:underline}.podcastAudio .podcastContainer .horizontalScroll{scrollbar-width:none;overflow-x:auto}.podcastAudio .podcastContainer .horizontalScroll::-webkit-scrollbar{display:none}.podcastAudio .podcastContainer .horizontalScroll .scrollContent{width:100%;padding-bottom:1rem;display:flex}.playlistInfo .playlistDetails .podcasterName{font-size:12px;font-weight:600}.playlistInfo .playlistDetails .playlistTitle{font-size:72px;font-weight:900}.playlistInfo .playlistDetails .podcastDetails .podcastNumbers{color:#ccc;font-size:16px}.playlistInfo .playlistDetails .subscribeButton{color:#fff;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;font-size:13px}.playlistInfo .playlistDetails .subscribeButton:hover{background-color:#4b4f53}.playlistInfo .playlistDetails .subscribeButton.subscribed{color:#ffffffe6;background:#ffffff26;border-color:#ffffff80}.playlistInfo .playlistDetails .subscribeButton.subscribed:hover{color:#ff4d00;background:#ff646433;border-color:#e04400}.playlistInfo .playlistDetails .shareButton{color:#fff;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%}.playlistInfo .playlistDetails .shareButton:hover{background-color:#4b4f53}.podcastEpisodes{background-color:#ffffff05;border-radius:8px}.podcastEpisodes .tabNavigation{transition:all .2s}.podcastEpisodes .tabNavigation .bottomLine{border-bottom:1px solid #ffffff0d;width:100vw}.podcastEpisodes .tabNavigation .tabButton{color:#ccc;cursor:pointer;background-color:#ffffff05;border-radius:20px;padding:8px 24px;font-size:14px;font-weight:500;transition:all .2s}.podcastEpisodes .tabNavigation .tabButton.active{color:#fff;background-color:#ffffff0d;border:1px solid #ffffff1a;font-weight:600}.podcastEpisodes .tabNavigation .tabButton:hover:not(.active){background-color:#ffffff1a;border-color:#666}.podcastEpisodes .episodesList .episodeCard{cursor:pointer;background-color:#ffffff05;height:150px;transition:background-color .2s}.podcastEpisodes .episodesList .episodeCard:hover{background-color:#ffffff08}.podcastEpisodes .episodesList .episodeCard .episodeImage{width:110px;min-width:100px;height:110px}.podcastEpisodes .episodesList .episodeCard .episodeImage img{object-fit:cover;border-radius:8px}.podcastEpisodes .episodesList .episodeCard .episodeContent .episodeTitle{color:#fff;font-size:17px;font-weight:600}.podcastEpisodes .episodesList .episodeCard .episodeContent .episodeDescription{color:#a0a0a0;font-size:15px;line-height:1.6}.podcastEpisodes .episodesList .episodeCard .episodeContent .episodeDescription .seeMore{color:#dcdcdc;font-weight:600}.podcastEpisodes .episodesList .episodeCard .episodeContent .episodeMeta{color:#fefefe;font-size:15px}.podcastEpisodes .emptyMessage{color:#b3b3b3}.podcastEpisodes .showMoreButton{color:#fff;cursor:pointer;background-color:#0000;border:1px solid #444;font-size:14px;transition:all .2s}.podcastEpisodes .showMoreButton:hover{background-color:#ffffff0d;border-color:#666}.podcastEpisodes .aboutSection{background-color:#ffffff05}.podcastEpisodes .aboutSection .aboutTitle{color:#fff;font-size:20px;font-weight:600}.podcastEpisodes .aboutSection .aboutDescription{color:#a0a0a0;font-size:15px;line-height:1.6}.podcastEpisodes .aboutSection .socialLinks .socialLink{color:#a0a0a0;background-color:#ffffff08;border-radius:50px;padding:10px 14px;transition:color .2s}.podcastEpisodes .aboutSection .socialLinks .socialLink span{font-size:14px}.podcastEpisodes .aboutSection .socialLinks .socialLink:hover{color:#fff}.audioCard{cursor:pointer;background-color:#0000;flex-shrink:0;width:218px;min-width:218px;height:auto;margin-right:4px;padding:0;transition:transform .2s}.audioCard.creator .audioCard__image{border-radius:50%}.audioCard.creator .audioCard__image .audioCard__imageInner .audioCard__avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.audioCard.creator .audioCard__info .audioCard__title{text-align:center}.audioCard.contextActive{z-index:990;position:relative}.audioCard .audioCard__image{aspect-ratio:1;border-radius:10px;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.audioCard .audioCard__image .audioCard__imageInner{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.audioCard .audioCard__image .audioCard__imageInner .overlay{opacity:0;z-index:1;background:#0006;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.audioCard .audioCard__image .audioCard__imageInner .art-bg{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .3s}.audioCard .audioCard__image .audioCard__imageInner .spacer{background:#ffffff0d}.audioCard .audioCard__image .audioCard__imageInner .icon{color:#555;width:100%;height:100%;position:absolute}.audioCard .audioCard__image .audioCard__imageInner .pause,.audioCard .audioCard__image .audioCard__imageInner .options{z-index:3;opacity:0;transition:opacity .3s,transform .2s}.audioCard .audioCard__image .audioCard__imageInner .options{cursor:pointer;padding:4px;position:absolute;top:12px;right:12px}.audioCard .audioCard__image:hover .audioCard__imageInner .overlay{opacity:1}.audioCard .audioCard__image:hover .audioCard__imageInner .pause,.audioCard .audioCard__image:hover .audioCard__imageInner .options{opacity:1;transform:scale(1.05)}.audioCard .audioCard__image:hover .audioCard__imageInner .art-bg{transform:scale(1.05)}.audioCard .audioCard__info{width:100%;padding-top:12px}.audioCard .audioCard__info .audioCard__title{color:#fff;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:4px;font-size:.95rem;font-weight:600;display:-webkit-box;overflow:hidden}.audioCard .audioCard__info .audioCard__descript{white-space:nowrap;text-overflow:ellipsis;color:#a0a0a0;max-width:90%;margin:0;font-size:15px;overflow:hidden}.audioCard .audioCard__info .audioCard__meta{color:#a0a0a0;flex-wrap:nowrap;align-items:center;font-size:15px;display:flex}.longCard{cursor:pointer;width:calc(33.3333% - 1rem);min-width:350px}.longCard.contextActive{z-index:990;position:relative}.longCard .long_imageWrapper{aspect-ratio:1;border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.longCard .long_imageWrapper .overlay{opacity:0;z-index:1;background:#0006;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.longCard .long_imageWrapper .art-bg{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .3s}.longCard .long_imageWrapper .pause,.longCard .long_imageWrapper .options{z-index:3;opacity:0;transition:opacity .3s}.longCard .long_imageWrapper .options{top:12px;right:12px}.longCard .long_imageWrapper:hover .overlay,.longCard .long_imageWrapper:hover .pause,.longCard .long_imageWrapper:hover .options{opacity:1}.longCard .long_imageWrapper:hover .art-bg{transform:scale(1.03)}.longCard .user-name{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.3}.longCard .descrip{white-space:nowrap;text-overflow:ellipsis;color:#a0a0a0;max-width:90%;margin:0;font-size:15px;overflow:hidden}.longCard .nites{color:#a0a0a0;flex-wrap:nowrap;align-items:center;gap:3px;font-size:15px;display:flex}.longCard .nites .time{color:#a0a0a0;white-space:nowrap}.longCard .nites svg{fill:#a0a0a0;width:4px;height:4px}.contextMenuPodcast{z-index:1000;pointer-events:all;background:#191919;border:1px solid #ffffff14;border-radius:8px;width:18rem;margin:0;padding:.5rem;list-style:none;top:2.5rem;right:-5rem;box-shadow:0 10px 30px #00000080}.contextMenuPodcast .contextMenu--list{color:#fff;cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s ease-in-out;display:flex}.contextMenuPodcast .contextMenu--list svg{fill:#0000;transition:transform .2s}.contextMenuPodcast .contextMenu--list .float-end{margin-left:auto;margin-right:0}.contextMenuPodcast .contextMenu--list:hover{color:#fff;background:#2b2b2b}.contextMenuPodcast .contextMenu--list .active-heart{color:#f53b00;fill:#f53b00}.contextMenuPodcast .list_context{position:relative}.contextMenuPodcast .list_context .show{z-index:7001;cursor:default;background:#191919;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;width:320px;display:flex;position:absolute;top:-.5rem;left:-.5rem;box-shadow:0 10px 30px #00000080}.contextMenuPodcast .list_context .show .list{flex-direction:column;padding:1.25rem;display:flex}.contextMenuPodcast .list_context .show .list .add{color:#fff;margin-top:0;margin-bottom:1rem;font-size:20px;font-weight:700}.contextMenuPodcast .list_context .show .list .add-buttons{color:#fff;cursor:pointer;background:#282c31;border:1px solid #343434;border-radius:100px;width:100%;padding:10px 0;font-size:.9rem;font-weight:600;transition:background .2s}.contextMenuPodcast .list_context .show .list .add-buttons:hover{background:#2b2b2bda}.contextMenuPodcast .list_context .show .cancel{color:#a0a0a0;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:100px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:color .2s}.contextMenuPodcast .list_context .show .cancel:hover{color:#fff}.contextMenuPodcast .list_context .show .add-playlist{color:#fff;cursor:pointer;transition:linear-gradient(90deg,#ff98771a 0%,#f53b0000 100%).2s ease;background:#f53b00;border:none;border-radius:100px;padding:8px 20px;font-size:.9rem;font-weight:500}.contextMenuPodcast .list_context .show .add-playlist:hover{background:#c22f00}.playlist-selection-list{max-height:250px;margin:0;padding:0;list-style:none;overflow-y:auto}.playlist-selection-list::-webkit-scrollbar{width:4px}.playlist-selection-list::-webkit-scrollbar-thumb{background:#333;border-radius:10px}.playlist-item{cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;padding:10px 16px;transition:background-color .2s;display:flex}.playlist-item:hover{background-color:#2a2a2a}.playlist-item .playlist-content{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.playlist-item .playlist-thumb{border-radius:4px;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden}.playlist-item .playlist-thumb img{object-fit:cover}.playlist-item .playlist-placeholder{color:#888;background:#ffffff0d;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.playlist-item .playlist-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:500;overflow:hidden}.playlist-item .playlist-checkbox{cursor:pointer;accent-color:#f53b00;flex-shrink:0;width:18px;height:18px}.playlist-empty-text{color:#999;text-align:center;margin:0;padding:16px;font-size:14px}.playlist-separator{opacity:1;border:none;border-top:1px solid #333;margin:0}.playlist-actions-footer{justify-content:flex-end;gap:10px;padding:1rem;display:flex}.creator-avatar-wrapper .audioCard__image{border-radius:50%!important}.playlistGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:1100px){.playlistGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.playlistGrid{grid-template-columns:1fr}}.playlistCard{cursor:pointer;background:0 0;border-radius:12px;transition:transform .3s;overflow:hidden}.playlistCard .imageWrapper{aspect-ratio:16/10;background:#2a2a2a linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;width:100%;margin-bottom:12px;position:relative;overflow:hidden}.playlistCard .imageWrapper img{object-fit:cover;transition:transform .5s}.playlistCard .imageWrapper img:hover{transform:scale(1.05)}.playlistCard .cardBody{padding:4px 0}.playlistCard .cardBody h3{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:18px;font-weight:700;overflow:hidden}.playlistCard .cardBody .description{color:#b3b3b3;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:6px;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.playlistCard .cardBody .metaData{color:#888;align-items:center;gap:6px;font-size:13px;display:flex}.playlistCard .cardBody .metaData .dot{font-size:10px}.disable-hover{pointer-events:none;z-index:400;transform:none}.disable-hover .options{z-index:1000;display:none;top:.5rem;right:.8rem}.disable-hover .options svg{scale:.8}.user-name{font-size:.9rem;font-weight:600;font:"SofiaPro",Arial,sans-serif;color:#fff;width:10rem;margin-bottom:0;padding-top:.3rem;line-height:1.8!important}@media (min-width:576px) and (max-width:768px){.user-name{width:12rem;font-size:.9rem}}@media (min-width:768px) and (max-width:992px){.user-name{width:15rem;font-size:.9rem}}@media (min-width:992px) and (max-width:1100px){.user-name{width:10rem;font-size:.9rem}}@media (min-width:1100px) and (max-width:1200px){.user-name{width:12rem;font-size:.9rem}}@media (min-width:1200px) and (max-width:1400px){.user-name{width:13.5rem;font-size:1rem}}@media (min-width:1400px) and (max-width:1500px){.user-name{width:16.5rem;font-size:1rem}}@media (min-width:1500px){.user-name{width:14rem;font-size:1rem}}.channel-name{color:#a0a0a0;z-index:2;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;width:9.13rem;font-size:.9rem;font-weight:400;transition:all .2s ease-in;overflow:hidden}.channel-name:hover{color:#ffffffe6}.time{color:#a0a0a0;font-size:.9rem;font-weight:400}.channel_name{color:#a0a0a0;white-space:nowrap;text-overflow:ellipsis;max-width:9rem;font-size:.9rem;font-weight:400;overflow:hidden}.playlist-details .image_name .small_image{border-radius:4px;width:40px;height:40px;margin-right:1rem}.playlist-details .image_name .small_image img{object-fit:cover}.playlist-details .image_name .playlist-image-placeholder{background:#ffffff0d;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;margin-right:1rem;display:flex}.playlist-details .image_name .playlist-name{color:#fff;font-size:1rem}.playlistFormModal{z-index:900}.skeleton-card{background:#ffffff05;border-radius:3px;flex-direction:column;gap:10px;width:100%;height:180px;padding:1rem;animation:1.5s infinite shimmer;display:flex}.skeleton-card .skeleton-thumbnail{background:linear-gradient(120deg,#2a2a2a 25%,#2c2c2c 50%,#2a2a2a 75%) 0 0/150% 100%;border-radius:3px;width:100%;height:100px;animation:1.5s infinite shimmer}.skeleton-card .skeleton-text{background:#2c2c2c;border-radius:4px;width:80%;height:5px}.skeleton-card .skeleton-text.small{width:60%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeletonbig-card{background:#ffffff05;border-radius:3px;flex-direction:column;gap:10px;width:100%;height:260px;padding:1rem;animation:1.5s infinite shimmer;display:flex}.skeletonbig-card .skeletonbig-thumbnail{background:linear-gradient(120deg,#2a2a2a 25%,#2c2c2c 50%,#2a2a2a 75%) 0 0/150% 100%;border-radius:3px;width:100%;height:180px;animation:1.5s infinite shimmer}.skeletonbig-card .skeletonbig-text{background:#2c2c2c;border-radius:4px;width:80%;height:5px}.skeletonbig-card .skeletonbig-text.small{width:60%}.loading .heading{width:18%}.loading .shimmer-text{margin-bottom:20px}.loading .shimmer-text-line{height:6px}.loading .home-card{margin-right:1.6rem}.loading .home-card .thumbnail{--value:11.5rem;height:var(--value)!important;width:var(--value)!important}@media screen and (max-width:767px){.loading .home-card .thumbnail{--value:9rem}}@media screen and (max-width:500px){.loading .home-card .thumbnail{--value:8rem}}.loading .home-card .border-rounded{border-radius:6px}.loading .home-card .shimmer-thumbnail{margin-bottom:10px}@media screen and (min-width:1600px){.loading .home-card .allContent{width:13.07rem!important;height:13.07rem!important}}@media screen and (max-width:991px){.loading .home-card .allContent{width:13.91rem!important;height:13.91rem!important}}@media screen and (max-width:900px){.loading .home-card .allContent{width:12.25rem!important;height:12.25rem!important}}@media screen and (max-width:767px){.loading .home-card .allContent{width:14.56rem!important;height:14.56rem!important}}@media screen and (max-width:700px){.loading .home-card .allContent{width:10.66rem!important;height:10.66rem!important}}@media screen and (max-width:550px){.loading .home-card .allContent{width:15.5rem!important;height:15.5rem!important}}@media screen and (max-width:500px){.loading .home-card .allContent{width:10.21rem!important;height:10.21rem!important}}@media screen and (max-width:767px){.loading .home-card{margin-right:1rem}}@media screen and (max-width:500px){.loading .home-card{margin-right:.8rem}}.subscription-card .inner{background:#242424;border-radius:6px}.subscription-card .inner .border-rounded{border-radius:6px}.subscription-card .inner .shimmer-text{margin-bottom:20px}.subscription-card .inner .shimmer-text-line{height:6px}.subscription-card .inner .shimmer-thumbnail{margin-bottom:10px}.subscription-card .inner.subs{height:11.5rem!important}@media screen and (max-width:767px){.subscription-card .inner.subs{height:9rem!important}}@media screen and (max-width:500px){.subscription-card .inner.subs{height:8rem!important}}.playlistLoader{height:15.6rem}@media screen and (max-width:767px){.playlistLoader{height:13rem}}@media screen and (max-width:500px){.playlistLoader{height:12rem}}.subsCard{width:13rem;height:13.8rem}.events-card .inner{background:#242424;border-radius:6px}.events-card .inner .shimmer-text{margin-bottom:20px}.events-card .inner .shimmer-text-line{height:6px}.events-card .inner .shimmer-thumbnail{border-radius:6px;margin-bottom:10px}.search-container{cursor:pointer}.search-container .search-bar{background:#ffffff14;border-radius:50px;width:340px;height:40px;padding:10px 20px 10px 16px;font-family:SofiaPro,Arial,sans-serif;font-size:.85rem;font-weight:500;display:flex}@media (max-width:576px){.search-container .search-bar{width:90%}}@media (min-width:1200px){.search-container .search-bar{width:340px}}.search-container .search-bar{transition:all .2s ease-in-out}.search-container .search-bar:hover{background-color:#ffffff1a}.search-container .search-bar input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:0 10px;font-family:SofiaPro}.search-container .search-bar input::placeholder{color:#a0a0a0!important}.search-container .search-icon{cursor:pointer;transform:scale(.9)}.search-container .search-clear-icon{cursor:pointer;transition:color .2s}.search-page-wrapper{width:100%;min-height:100vh;margin:0 auto}.search-input-container{z-index:10;background:#121212;padding:1rem 0;position:sticky;top:0}.search-input-bar{background:#ffffff14;border-radius:50px;align-items:center;gap:12px;padding:12px 20px;display:flex}.search-input-bar.searchPage{background:#ffffff0d;border:1px solid #fff3;transition:border-color .2s,background .2s}.search-input-bar.searchPage:focus-within{background:#ffffff14;border-color:#ffffff80}.search-input-bar .search-icon{color:#b3b3b3;flex-shrink:0;width:20px;height:20px}.search-input-bar .search-input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-family:SofiaPro,sans-serif;font-size:16px}.search-input-bar .search-input::placeholder{color:#b3b3b3}.search-input-bar .search-clear-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.search-input-bar .search-clear-btn .search-clear-icon{color:#b3b3b3;width:16px;height:16px;transition:color .2s}.search-input-bar .search-clear-btn .search-clear-icon:hover{color:#fff}.recent-searches-container .recent-searches-title{color:#fff;margin:0;font-size:32px;font-weight:900}.recent-searches-container .clear-history-btn{color:#b3b3b3;cursor:pointer;background:0 0;border:none;font-size:14px;transition:color .2s}.recent-searches-container .clear-history-btn:hover{color:#fff}.recent-searches-container .no-search{color:#a0a0a0;font-size:15px;font-weight:500}.recent-searches-container .recent-searches-list .recent-search-item{cursor:pointer;border-bottom:1px solid #ffffff0d;border-radius:8px;transition:background-color .2s}.recent-searches-container .recent-searches-list .recent-search-item:hover{background-color:#ffffff0d}.recent-searches-container .recent-searches-list .recent-search-item .recent-search-icon{color:#b3b3b3;width:20px;height:20px}.recent-searches-container .recent-searches-list .recent-search-item .recent-search-query{color:#fff;font-size:16px;font-weight:500}.recent-searches-container .no-recent-searches p{color:#a0a0a0;font-size:15px;font-weight:500}.empty-search-state{padding:60px 20px}.empty-search-state .empty-state-icon{justify-content:center;align-items:center;margin-bottom:24px;display:flex}.empty-search-state .empty-state-icon .empty-state-search-icon{color:#b3b3b3;opacity:.5;width:64px;height:64px}.empty-search-state .empty-state-title{color:#fff;font-size:20px;font-weight:600}.empty-search-state .empty-state-suggestion{color:#ccc;margin:8px 0;font-size:18px;line-height:1.5}.search-results-container .search-tabs{gap:8px;padding-bottom:12px;display:flex;overflow-x:auto}.search-results-container .search-tabs::-webkit-scrollbar{height:0}.search-results-container .search-tabs .search-tab{color:#ccc;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.search-results-container .search-tabs .search-tab:hover{color:#fff;background:#bebebe0d}.search-results-container .search-tabs .search-tab.active{color:#000;background:#fff;font-weight:600}.search-all-content .search-section .search-section-header .section-title{color:#fff;letter-spacing:-.3px;margin:0;font-size:22px;font-weight:800}.search-all-content .search-section .search-section-header .show-all-btn{color:#b3b3b3;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:0 0;border:none;padding:0;font-family:SofiaPro,sans-serif;font-size:13px;font-weight:600;transition:color .2s}.search-all-content .search-section .search-section-header .show-all-btn:hover{color:#fff}.search-all-content .search-section .search-section-row{padding-bottom:8px;display:flex;overflow-x:auto}.search-all-content .search-section .search-section-row::-webkit-scrollbar{height:0}.search-all-content .search-section .search-section-row--podcasts{gap:10px}.small-media-card{cursor:pointer;border-radius:8px;flex-direction:column;gap:10px;width:225px;height:295px;padding:10px;transition:background-color .2s;display:flex;box-shadow:0 4px 20px #0003}.small-media-card:hover{background-color:#ffffff0f}.small-media-card .small-card-image{aspect-ratio:1;background:#1e1e1e;border-radius:8px;flex-shrink:0;width:100%;height:210px;overflow:hidden}.small-media-card .small-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.small-media-card .small-card-image img .img-fallback{object-fit:cover;width:80%;height:80%;padding-top:30px}.small-media-card:hover .small-card-image img{transform:scale(1.04)}.small-media-card .small-card-title{text-transform:capitalize;color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;font-weight:600;overflow:hidden}.small-media-card .small-card-meta{color:#a0a0a0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:400;overflow:hidden}.small-media-card .desc{width:45%}.small-media-card .dot{color:#a0a0a0;font-size:14px}.podcast-circle-card{text-align:center;cursor:pointer;border-radius:12px;flex-direction:column;align-items:center;gap:10px;width:225px;height:290px;padding:10px;transition:background-color .2s;display:flex}.podcast-circle-card:hover{background-color:#ffffff0d}.podcast-circle-card .podcast-circle-image{background:#1e1e1e;border-radius:50%;width:200px;height:200px;transition:transform .3s;overflow:hidden}.podcast-circle-card .podcast-circle-image img{object-fit:cover;width:100%;height:100%}.podcast-circle-card .podcast-circle-image .img-fallback{object-fit:cover;width:80%;height:80%;padding-top:30px}.podcast-circle-card:hover .podcast-circle-image{transform:scale(1.04)}.podcast-circle-card .podcast-circle-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:130px;margin:0;font-size:14px;font-weight:600;overflow:hidden}.podcast-circle-card .subscribe-btn{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff59;border-radius:20px;padding:6px 18px;font-family:SofiaPro,Arial,sans-serif;font-size:12px;font-weight:600;transition:background .2s,border-color .2s,color .2s}.podcast-circle-card .subscribe-btn:hover{background:#ffffff1f;border-color:#ffffffb3}.podcast-circle-card .subscribe-btn.subscribed{color:#ffffffe6;background:#ffffff26;border-color:#ffffff80}.podcast-circle-card .subscribe-btn.subscribed:hover{color:#ff4d00;background:#ff646433;border-color:#e04400}.search-podcasts-grid{flex-wrap:wrap;display:flex}.search-grid-content{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:900px){.search-grid-content{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.search-grid-content{grid-template-columns:1fr}}.large-media-card{cursor:pointer;background:#ffffff08;border-radius:12px;flex-direction:column;gap:10px;transition:background-color .2s,transform .2s;display:flex;overflow:hidden}.large-media-card:hover{background-color:#ffffff12;transform:translateY(-2px)}.large-media-card .large-card-image{aspect-ratio:1;background:#1e1e1e;width:100%;overflow:hidden}.large-media-card .large-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.large-media-card:hover .large-card-image img{transform:scale(1.05)}.large-media-card .large-card-info{flex-direction:column;gap:4px;min-width:0;padding:0 12px 14px;display:flex}.large-media-card .large-card-info .large-card-title{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:700;line-height:1.3;overflow:hidden}.large-media-card .large-card-info .large-card-desc{color:#999;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.large-media-card .large-card-info .large-card-meta{color:#666;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:12px;font-weight:500;overflow:hidden}.no-tab-results{grid-column:1/-1;padding:40px 20px}.no-tab-results .no-search{color:#a0a0a0;margin:0;font-size:16px;font-weight:500}.loader-container{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:0;transform:translate(-50%,-50%)}.loader-container .loader{border:2px solid #0000001a;border-top-color:#fff5;border-radius:50%;width:20px;height:20px;margin:10px auto;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.suggestions{z-index:100;background-color:#212121;border-radius:5px;width:100%;max-height:25rem;top:110%;left:0;right:0;overflow-y:scroll}@media screen and (max-width:576px){.suggestions{width:90%;max-height:20rem}}.suggestions::-webkit-scrollbar{width:0;height:0}.suggestions::-webkit-scrollbar-track{background:0 0}.suggestions::-webkit-scrollbar-thumb{background-color:#707070;border-radius:8px;position:absolute}.suggestions ul{margin:0;padding:0;list-style:none}.suggestions ul li{color:#f1f1f1;cursor:pointer;align-items:center;padding:1rem;font-weight:500;display:flex}.suggestions ul li:hover{background-color:#191919}.suggestions ul li svg{max-width:20%;transform:scale(.7)}.suggestions ul li.highlighted{background-color:#191919}.snack{box-sizing:border-box;z-index:2000;background:#ffffff05;border:1px solid #ffffff14;border-radius:8px;height:3rem;padding:0 16px;box-shadow:0 8px 24px #00000080}.snack .snack_text{color:#fff;font-family:SofiaPro,Arial,sans-serif;font-size:1rem;font-weight:500}@media screen and (max-width:568px){.snack .snack_text{font-size:.75rem}}.snack-info{text-align:center;background-color:#fff;border-radius:6px;margin:0 60px;padding:10px;line-height:normal;animation:.5s ease-in slideIn2;position:absolute;left:0;right:0}@media screen and (min-width:568px){.snack-info{width:max-content;padding:10px 16px;top:25%;left:50%;transform:translate(-50%)}}.snack-info .snack_text{color:#151515;font-family:SofiaPro,Arial,sans-serif;font-size:1rem;font-weight:500}@media screen and (max-width:568px){.snack-info .snack_text{font-size:.75rem}}.notice{z-index:20000;background:#2c2c2c;border:1px solid #fff3;border-radius:8px;padding:10px 16px;animation:.5s ease-in slideIn2;position:fixed;top:15px;right:2%;overflow:hidden}@media screen and (min-width:568px){.notice{width:max-content;margin:auto;right:3%}}.notice p{color:#fff;text-align:center;width:max-content;margin:0;font-size:.85rem;font-weight:600}@media screen and (max-width:645px){.notice p{text-overflow:ellipsis;white-space:nowrap;max-width:210px;overflow:hidden}}.notice.success:after{background-color:#17b326}.notice.error:after{background-color:#f51616}.miniPlayer{z-index:1000;background-color:#191919;flex-direction:column;width:100%;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 4px 12px #0003}.miniPlayer .progress-container{width:100%;position:relative}.miniPlayer .progress-container .seek-bar{z-index:1000;appearance:none;cursor:pointer;background:0 0;border-radius:8px;outline:none;width:100%;height:3px;padding:6px 0;position:absolute;top:-2px}.miniPlayer .progress-container .seek-bar::-webkit-slider-runnable-track{background:linear-gradient(to right,#f53b00 0%,#f53b00 var(--progress),#fff3 var(--progress),#fff3 100%);border-radius:8px;width:100%;height:3px}.miniPlayer .progress-container .seek-bar::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#f53b00;border-radius:50%;width:6px;height:6px;margin-top:-1.5px}.miniPlayer .progress-container .seek-bar::-moz-range-track{background:linear-gradient(to right,#f53b00 0%,#f53b00 var(--progress),#fff3 var(--progress),#fff3 100%);border-radius:8px;width:100%;height:3px}.miniPlayer .progress-container .seek-bar::-moz-range-thumb{appearance:none;cursor:pointer;background:#f53b00;border:none;border-radius:50%;width:6px;height:6px}.miniPlayer .content{align-items:center;width:100%;padding:10px 15px;display:flex}.miniPlayer .content .details{cursor:pointer;align-items:center;gap:10px;width:33.33%;display:flex}@media screen and (max-width:992px){.miniPlayer .content .details{justify-content:start;width:100%}}.miniPlayer .content .details .albumCover{border-radius:4px;width:50px;height:50px}.miniPlayer .content .details .span{--value:50px;width:var(--value);height:var(--value);background:#ffffff05;border-radius:7px}.miniPlayer .content .details .span .icon{transform:scale(.5)}@media screen and (max-width:700px){.miniPlayer .content .details .span{--value:40px}}.miniPlayer .content .details .trackInfo .trackName{color:#fff;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;max-width:230px;font-size:1rem;font-weight:600;overflow:hidden}@media (min-width:992px) and (max-width:1200px){.miniPlayer .content .details .trackInfo .trackName{max-width:150px}}.miniPlayer .content .details .trackInfo .artistName{color:#a0a0a0;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:.75rem;font-weight:400;overflow:hidden}.miniPlayer .content .details .mini_live{color:#fff;cursor:pointer;background:#f53b00;border-radius:2px;align-self:flex-start;padding:5px;font-size:.75rem;display:flex;width:32px!important;height:18px!important}.miniPlayer .content .details .time{color:#ccc;align-self:flex-start;font-size:.875rem;font-weight:400;display:flex}.miniPlayer .content .details .timer{color:#ccc;margin-bottom:1.25rem;font-size:.8rem;display:flex}@media screen and (max-width:450px){.miniPlayer .content .details .timer{display:none}}@media (min-width:450px) and (max-width:576px){.miniPlayer .content .details .timer{font-size:.65rem}}@media (min-width:576px) and (max-width:765px){.miniPlayer .content .details .timer{font-size:.7rem}}.miniPlayer .content .controls{justify-content:center;align-items:center;gap:25px;width:33.33%;display:flex}@media screen and (max-width:992px){.miniPlayer .content .controls{justify-content:end;width:50%}}@media screen and (max-width:576px){.miniPlayer .content .controls{gap:15px}}.miniPlayer .content .controls .speedUp,.miniPlayer .content .controls .repeat,.miniPlayer .content .controls .backward,.miniPlayer .content .controls .forward,.miniPlayer .content .controls .shuffle,.miniPlayer .content .controls .pause{cursor:pointer;color:#a0a0a0;transition:all .2s ease-in-out}.miniPlayer .content .controls .speedUp:hover,.miniPlayer .content .controls .repeat:hover,.miniPlayer .content .controls .backward:hover,.miniPlayer .content .controls .forward:hover,.miniPlayer .content .controls .shuffle:hover,.miniPlayer .content .controls .pause:hover{color:#fff;transform:scale(1.05)}.miniPlayer .content .controls .speedUp{color:#a0a0a0;text-align:center;background:0 0;border:none;border-radius:4px;font-size:20px;font-weight:500}.miniPlayer .content .controls .speedUp:hover{color:#fff}.miniPlayer .content .controls .speed-dropdown{z-index:1000;background:#2a2a2a;border-radius:8px;min-width:80px;margin-bottom:8px;padding:8px 0;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.miniPlayer .content .controls .speed-dropdown .speed-option{cursor:pointer;color:#a0a0a0;text-align:center;padding:8px 16px;font-size:20px;transition:all .2s}.miniPlayer .content .controls .speed-dropdown .speed-option:hover{color:#fff;background:#ffffff1a}.miniPlayer .content .controls .speed-dropdown .speed-option.active{color:#f53b00;font-weight:600}@media screen and (max-width:992px){.miniPlayer .content .controls .shuffle,.miniPlayer .content .controls .repeat{display:none}}.miniPlayer .content .controls .controlBtn{cursor:pointer}.miniPlayer .content .controls [aria-label]{position:relative}.miniPlayer .content .controls [aria-label]:hover:after{opacity:1;visibility:visible;transition:all .1s ease-in-out .3s}.miniPlayer .content .controls [aria-label]:after{content:attr(aria-label);color:#fff;opacity:0;z-index:99999;white-space:nowrap;visibility:hidden;background:#303030;border-radius:3px;width:max-content;height:31px;padding:3px 10px;font-size:1rem;font-weight:500;position:absolute;top:-70px;right:-15px}.miniPlayer .content .rightControls{justify-content:end;align-items:center;gap:15px;width:33.33%;display:flex}.miniPlayer .content .rightControls .like{cursor:pointer;color:#a0a0a0;margin-right:.75rem;transition:all .2s ease-in-out}.miniPlayer .content .rightControls .like:hover{color:#fff;transform:scale(1.05)}.miniPlayer .content .rightControls [aria-label]{position:relative}.miniPlayer .content .rightControls [aria-label]:hover:after{opacity:1;visibility:visible;transition:all .1s ease-in-out .3s}.miniPlayer .content .rightControls [aria-label]:after{content:attr(aria-label);color:#fff;opacity:0;z-index:99999;white-space:nowrap;visibility:hidden;background:#303030;border-radius:3px;width:max-content;height:31px;padding:3px 10px;font-size:1rem;font-weight:500;position:absolute;top:-70px;right:-15px}@media screen and (max-width:992px){.miniPlayer .content .rightControls{display:none}}@media (max-width:575px){.miniPlayer .content{padding:8px 10px}.miniPlayer .content .details .albumCover{width:40px;height:40px}.miniPlayer .content .details .trackInfo .trackName{max-width:100px;font-size:13px}.miniPlayer .content .details .trackInfo .artistName{font-size:11px}}@media (min-width:575px) and (max-width:768px){.miniPlayer .content{padding:8px 10px}.miniPlayer .content .details .albumCover{width:40px;height:40px}.miniPlayer .content .details .trackInfo .trackName{font-size:14px}.miniPlayer .content .details .trackInfo .artistName{font-size:10px}}.miniPlayer .not-logged-in{max-width:21.25rem;height:20rem;display:none;bottom:-70px;right:123px;z-index:1050!important}.miniPlayer .not-logged-in .poly{background:#1477dd;border-radius:3px;gap:0;width:20px;height:20px;position:absolute;bottom:125px;right:95px;transform:rotate(45deg)}.miniPlayer .not-logged-in .polygon{z-index:-1;border-top:100px solid #007bff;border-left:50px solid #0000;border-right:50px solid #0000;border-radius:3px;gap:0;width:0;height:0;position:absolute;bottom:120px;right:55px}.miniPlayer .not-logged-in .queue{z-index:-1;border-top:100px solid #007bff;border-left:50px solid #0000;border-right:50px solid #0000;border-radius:3px;gap:0;width:0;height:0;position:absolute;bottom:122px;right:8px}.miniPlayer .not-logged-in .que{background:#1477dd;gap:0;width:20px;height:20px;position:absolute;bottom:125px;right:50px;transform:rotate(45deg)}.miniPlayer .not-logged-in.shown{display:block}.miniPlayer .not-logged-in .contents{color:#fff;background:#1477dd;border-radius:5px;gap:0;height:187px;overflow:hidden}.miniPlayer .not-logged-in .contents .title{letter-spacing:-1px;text-align:left;color:#e3eeff;font-size:20px;font-weight:700;line-height:20px}.miniPlayer .not-logged-in .contents .close{cursor:pointer}.miniPlayer .not-logged-in .contents .text{text-align:left;color:#d8e7ff;font-size:17px;font-weight:500;line-height:25.5px}.miniPlayer .not-logged-in .contents h4{font-size:1.05rem}.miniPlayer .not-logged-in .contents p{font-size:.85rem}.miniPlayer .not-logged-in .contents button{border-radius:8px;padding:.7rem 2.5rem;font-size:.85rem}.miniPlayer .not-logged-in .contents .not-now-btn{color:#fff}.miniPlayer .not-logged-in .contents .signup-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:100px;justify-content:center;align-items:center;padding:9px 15px;font-size:1rem;font-weight:600;display:flex}.miniPlayer .not-logged-in .contents .login-btn{color:#000;cursor:pointer;background:#fff;border-radius:100px;justify-content:center;align-items:center;padding:9px 15px;font-size:1rem;font-weight:600;display:flex}.range-slider{--fill-bar-width:0;--height:2.5px;--display:none;appearance:none;z-index:1;height:var(--height);background:#ffffff1a;outline:none;transition:all .25s;position:relative}.range-slider:before{content:"";z-index:-1;width:var(--fill-bar-width);color:#fff0;border-radius:6px;height:2.5px;position:absolute;top:0;left:0;background:#fff!important}.range-slider::-webkit-slider-thumb{--visibility:visible;appearance:none;visibility:var(--visibility);z-index:10;background:#fff;border-radius:50%;width:7px;height:7px;transition:all .1s;position:relative;box-shadow:-6px 0 0 -1px #17161e26}.range-slider::-webkit-slider-thumb:hover{cursor:grab}.range-slider::-webkit-slider-thumb:active{cursor:grabbing}.range-slider:hover{cursor:pointer}.range-slider:hover::-webkit-slider-thumb{width:12px;height:12px}.volume-slider{background:#303030;border-radius:3px;justify-content:center;align-items:center;width:115px;height:30px;padding:2px 12px;display:none}.volume-slider.shown{display:block}.volume-slider.smallPlayer{position:absolute;bottom:60px;right:30px}.volume-slider.listenPlayer{position:absolute;bottom:50px;right:10px}.volume-slider .volume-range-slider{--fill-volumebar-width:0;--height:4.5px;--display:none;appearance:none;z-index:1;height:var(--height);background:#ffffff1a;border-radius:6px;outline:none;transition:all .25s;position:relative}.volume-slider .volume-range-slider:before{content:"";z-index:-1;width:var(--fill-volumebar-width);color:#fff0;border-radius:6px;height:100%;position:absolute;top:0;left:0;background:#fff!important}.volume-slider .volume-range-slider::-webkit-slider-thumb{--visibility:visible;appearance:none;visibility:var(--visibility);z-index:10;background:#fff;border-radius:3px;width:4.8px;height:12px;transition:all .1s;position:relative;box-shadow:-6px 0 0 -1px #17161e26}.volume-slider .volume-range-slider::-webkit-slider-thumb:hover{cursor:grab}.volume-slider .volume-range-slider::-webkit-slider-thumb:active{cursor:grabbing}.volume-slider .volume-range-slider:hover{cursor:pointer}.volume-slider .volume-range-slider:hover::-webkit-slider-thumb{width:4.8px;height:12px}.queueMenu{background:#1e1e1e;border-top-left-radius:6px;justify-content:center;align-items:center;width:31.5rem;padding:24px 0;display:none;bottom:70px;right:0}@media screen and (max-width:700px){.queueMenu{bottom:58px}}.queueMenu.shown{display:block}.queueMenu h3{color:#fff;margin:0 0 30px;font-size:22px;font-weight:700}@media screen and (max-width:700px){.queueMenu h3{font-size:19px}}.queueMenu .clear{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:100px;padding:5px 10px;font-size:14px}@media screen and (max-width:700px){.queueMenu .clear{font-size:12px}}.queueMenu .close{cursor:pointer}.queueMenu h4{color:#fff;margin:0;font-size:19px;font-weight:400}@media screen and (max-width:700px){.queueMenu h4{font-size:16px}}.queueMenu .tracks{height:52vh;overflow-y:scroll}.queueMenu .tracks::-webkit-scrollbar{width:5.5px}.queueMenu .tracks::-webkit-scrollbar-track{background:0 0}.queueMenu .tracks::-webkit-scrollbar-thumb{background-color:#292929;border-radius:10px;position:absolute}.queueMenu .tracks .empty-queue h2{color:#fff;margin:10px 0;font-size:20px;font-weight:600}.queueMenu .tracks .empty-queue p{color:#a0a0a0;margin-bottom:10px;font-size:16px;font-weight:400}.queueMenu .trackItem{cursor:pointer;padding:15px;transition:background-color .3s ease-in-out}.queueMenu .trackItem:hover{background-color:#333}.queueMenu .trackItem:hover .track_like{align-items:center;display:flex;position:absolute;right:5%}.queueMenu .trackItem:hover .trackBody .thumbnail .overlay{opacity:1}.queueMenu .trackItem .track_like{cursor:pointer;transition:all .2s ease-in-out;display:none}.queueMenu .trackItem .track_like .heart{color:#fff;transition:all .2s ease-in-out;transform:scale(1)}.queueMenu .trackItem .track_like .heart:hover{color:#fff;transform:scale(1.1)}.queueMenu .trackItem .show{flex-direction:column;width:349px;display:flex;overflow:hidden scroll}.queueMenu .trackItem .show::-webkit-scrollbar{width:0}.queueMenu .trackItem .show::-webkit-scrollbar-track{background:0 0}.queueMenu .trackItem .show::-webkit-scrollbar-thumb{background-color:#292929;border-radius:10px;position:absolute}.queueMenu .trackItem .show .list{flex-direction:column;width:349px;padding:1.5rem;display:flex}.queueMenu .trackItem .show .list .add{color:#fff;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.queueMenu .trackItem .show .list .playlist-list{max-height:200px;margin:0;padding:0;list-style:none;overflow:hidden scroll}.queueMenu .trackItem .show .list .playlist-list::-webkit-scrollbar{width:0}.queueMenu .trackItem .show .list .playlist-list::-webkit-scrollbar-track{background:0 0}.queueMenu .trackItem .show .list .playlist-list::-webkit-scrollbar-thumb{background-color:#292929;border-radius:10px;position:absolute}.queueMenu .trackItem .show .list .playlist-list .playlist-item{border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0;display:flex}.queueMenu .trackItem .show .list .playlist-list .playlist-item:hover{background-color:#0000!important}.queueMenu .trackItem .show .list .playlist-list .playlist-item .playlist-details .image_name .small_image{border-radius:4px;width:40px;height:40px}.queueMenu .trackItem .show .list .playlist-list .playlist-item .playlist-details .image_name .small_image img{object-fit:cover}.queueMenu .trackItem .show .list .playlist-list .playlist-item .playlist-details .image_name .playlist-image-placeholder{background:#ffffff0d;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;margin-right:1rem;display:flex}.queueMenu .trackItem .show .list .playlist-list .playlist-item .playlist-details .image_name .playlist-name{color:#fff;font-size:1rem}.queueMenu .trackItem .show .list .playlist-list .playlist-item input[type=checkbox]{appearance:none;cursor:pointer;width:20px;height:20px;box-shadow:none;background-color:#0000;border:1px solid #414141;border-radius:5px;position:relative}.queueMenu .trackItem .show .list .playlist-list .playlist-item input[type=checkbox]:checked{background-color:#f53b00;border-color:#f53b00}.queueMenu .trackItem .show .list .playlist-list .playlist-item input[type=checkbox]:before{content:"";background-color:#1e1e1e;border-radius:5px;width:16px;height:16px;position:absolute;top:2px;left:2px}.queueMenu .trackItem .show .list .playlist-list .playlist-item input[type=checkbox]:checked:before{background-color:#f53b00}.queueMenu .trackItem .show .list .playlist-list .playlist-item input[type=checkbox]:checked:after{content:"✔";color:#fff;font-size:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.queueMenu .trackItem .show .list .add-buttons{background:#1e1e1e;border:1px solid #343434;border-radius:100px;padding:13px 0;font-size:1rem;font-weight:600}.queueMenu .trackItem .show .cancel{background:#1e1e1e;border:1px solid #343434;border-radius:100px;height:45px;padding:8px 15px;font-size:.9rem;font-weight:400}.queueMenu .trackItem .show .add-playlist{color:#fff;background:#f53b00;border:1px solid #343434;border-radius:60px;width:fit-content;height:45px;padding:8px 15px;font-size:.9rem;font-weight:400}.queueMenu .trackItem .trackBody{align-items:center;display:flex;position:relative}.queueMenu .trackItem .trackBody:hover .play{opacity:1;margin-right:15px}.queueMenu .trackItem .trackBody .play{opacity:0}.queueMenu .trackItem .trackBody .thumbnail{background-color:#ffffff0d;border-radius:6px;width:72px;height:72px;margin-right:15px;position:relative}.queueMenu .trackItem .trackBody .thumbnail .overlay{opacity:0;background-color:#00000080;border-radius:6px;transition:opacity .3s ease-in-out;position:absolute;inset:0}.queueMenu .trackItem .trackBody .thumbnail img{object-fit:cover;border-radius:5px;width:100%;height:100%}@media screen and (max-width:700px){.queueMenu .trackItem .trackBody .thumbnail{width:60px;height:60px}}.queueMenu .trackItem .trackBody .trackDetails{flex-direction:column;justify-content:center;display:flex}.queueMenu .trackItem .trackBody .trackDetails .trackTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:290px;margin:0;font-size:17px;font-weight:500;line-height:normal;transition:all .3s ease-in-out;overflow:hidden;text-transform:capitalize!important}.queueMenu .trackItem .trackBody .trackDetails .trackTitle.active{color:#f75c2b}@media screen and (max-width:700px){.queueMenu .trackItem .trackBody .trackDetails .trackTitle{font-size:14px}}.queueMenu .trackItem .trackBody .trackDetails .dancing{opacity:0;width:24px;height:24px;margin-bottom:.5px;transition:all .3s ease-in-out}.queueMenu .trackItem .trackBody .trackDetails .dancing.active{opacity:1}.queueMenu .trackItem .trackBody .trackDetails .live{color:#fff;cursor:pointer;background:#f53b00;border-radius:2px;align-self:flex-start;padding:5px;font-size:.75rem;display:flex;width:32px!important;height:18px!important}.queueMenu .trackItem .trackBody .trackDetails .trackArtist{color:#a0a0a0;font-size:16px}@media screen and (max-width:700px){.queueMenu .trackItem .trackBody .trackDetails .trackArtist{font-size:13px}}.queueMenu .trackItem .trackBody .trackDetails .trackListens{color:#a0a0a0;font-size:16px}@media screen and (max-width:700px){.queueMenu .trackItem .trackBody .trackDetails .trackListens{font-size:13px}}.queueMenu .trackItem .like{cursor:pointer;transition:all .2s ease-in-out}.queueMenu .trackItem .like .heart{color:#fff;transition:all .2s ease-in-out;transform:scale(.8)}.queueMenu .trackItem .like .heart:hover{color:#fff;transform:scale(1.01)}.queueMenu .trackItem .List_contextMenu{top:"50%";visibility:hidden;z-index:500;background:#2b2b2b;border-radius:6px;width:18.8rem;right:3.5rem}.queueMenu .trackItem .List_contextMenu li,.queueMenu .trackItem .List_contextMenu div{color:#a0a0a0;width:100%;font-size:1rem;font-weight:500;transition:all .15s ease-in}.queueMenu .trackItem .List_contextMenu li:hover,.queueMenu .trackItem .List_contextMenu div:hover{color:#fff;background:#262626}.queueMenu .trackItem .List_contextMenu .list_context button{color:#fff;white-space:nowrap;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s}.queueMenu .trackItem .List_contextMenu .list_context button:hover{background-color:#3b3b3b}.queueMenu .trackItem .List_contextMenu .list_context .show{z-index:5000;background:#151515;border-radius:8px;transition:all .2s ease-in;top:.4rem;left:100%}.queueMenu .trackItem .List_contextMenu .list_context .show .lists{width:8.5rem;height:fit-content;max-height:8rem;overflow-y:scroll}.queueMenu .trackItem .List_contextMenu .list_context .show .lists::-webkit-scrollbar{width:.2rem}.queueMenu .trackItem .List_contextMenu .list_context .show .lists::-webkit-scrollbar-track{background:0 0}.queueMenu .trackItem .List_contextMenu .list_context .show .lists::-webkit-scrollbar-thumb{background-color:#fff5;border-radius:8px}.queueMenu .trackItem .List_contextMenu .list_context .show .lists em{font-size:.8rem}.queueMenu .trackItem .List_contextMenu .list_context .show .lists li{cursor:pointer}.queueMenu .trackItem .List_contextMenu .list_context .show .context--list{transition:all .2s;background-color:#2b2b2b!important}.queueMenu .trackItem .List_contextMenu .list_context .show .context--list:hover{background-color:#3b3b3b}.queueMenu .trackItem .List_contextMenu .contextMenu--list{font:500 1.1rem #a0a0a0;cursor:pointer;padding:1rem 1.5rem}.queueMenu .trackItem .List_contextMenu .contextMenu--list .track_like{cursor:pointer;transition:all .2s ease-in-out;position:absolute;right:5%}.queueMenu .trackItem .List_contextMenu .contextMenu--list .track_like:hover{color:#fff;transform:scale(1.05)}.queueMenu .trackItem .List_contextMenu .contextMenu--list .track_like .heart{color:#fff;transform:scale(.3)}.queueMenu .trackItem .List_contextMenu .contextMenu--list.disabled{cursor:not-allowed}.queueMenu .trackItem .List_contextMenu .contextMenu--list.disabled:hover{color:#a0a0a0}.queueMenu .trackItem .List_contextMenu ul li{border-radius:0;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.queueMenu .trackItem .List_contextMenu ul li:hover{background-color:#3b3b3b}.queueMenu .trackItem .not-logged-in{max-width:21.25rem;height:20rem;display:none;bottom:-30px;right:130px;z-index:1050!important}.queueMenu .trackItem .not-logged-in .poly{background:#1477dd;border-radius:3px;gap:0;width:20px;height:20px;position:absolute;bottom:125px;right:95px;transform:rotate(45deg)}.queueMenu .trackItem .not-logged-in .polygon{z-index:-1;border-top:100px solid #007bff;border-left:50px solid #0000;border-right:50px solid #0000;border-radius:3px;gap:0;width:0;height:0;position:absolute;bottom:120px;right:55px}.queueMenu .trackItem .not-logged-in .queue{z-index:-1;border-top:100px solid #007bff;border-left:50px solid #0000;border-right:50px solid #0000;border-radius:3px;gap:0;width:0;height:0;position:absolute;bottom:120px;right:8px}.queueMenu .trackItem .not-logged-in .que{background:#1477dd;gap:0;width:20px;height:20px;position:absolute;bottom:125px;right:50px;transform:rotate(45deg)}.queueMenu .trackItem .not-logged-in.shown{display:block}.queueMenu .trackItem .not-logged-in .contents{color:#fff;background:#1477dd;border-radius:5px;gap:0;height:187px;overflow:hidden}.queueMenu .trackItem .not-logged-in .contents .title{letter-spacing:-1px;text-align:left;color:#e3eeff;font-size:20px;font-weight:700;line-height:20px}.queueMenu .trackItem .not-logged-in .contents .close{cursor:pointer}.queueMenu .trackItem .not-logged-in .contents .text{text-align:left;color:#d8e7ff;font-size:17px;font-weight:500;line-height:25.5px}.queueMenu .trackItem .not-logged-in .contents h4{font-size:1.05rem}.queueMenu .trackItem .not-logged-in .contents p{font-size:.85rem}.queueMenu .trackItem .not-logged-in .contents button{border-radius:8px;padding:.7rem 2.5rem;font-size:.85rem}.queueMenu .trackItem .not-logged-in .contents .not-now-btn{color:#fff}.queueMenu .trackItem .not-logged-in .contents .signup-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:100px;justify-content:center;align-items:center;padding:9px 15px;font-size:1rem;font-weight:600;display:flex}.queueMenu .trackItem .not-logged-in .contents .login-btn{color:#000;cursor:pointer;background:#fff;border-radius:100px;justify-content:center;align-items:center;padding:9px 15px;font-size:1rem;font-weight:600;display:flex}@media screen and (max-width:500px){.queueMenu{width:20rem}}.queuedropdown{flex-direction:column;width:18.8rem;display:flex;overflow-x:hidden}.queuedropdown::-webkit-scrollbar{width:5.5px}.queuedropdown::-webkit-scrollbar-track{background:0 0}.queuedropdown::-webkit-scrollbar-thumb{background-color:#292929;border-radius:10px;position:absolute}.queuedropdown .list{background-color:#2b2b2b;flex-direction:column;width:18.8rem;max-height:25rem;padding:1.5rem;display:flex;overflow-y:scroll}.queuedropdown .list::-webkit-scrollbar{width:0}.queuedropdown .list::-webkit-scrollbar-track{background:0 0}.queuedropdown .list::-webkit-scrollbar-thumb{background-color:#292929;border-radius:10px;position:absolute}.queuedropdown .list .add{color:#fff;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.queuedropdown .list .playlist-list{max-height:300px;margin:0;padding:0;list-style:none;overflow-y:scroll}.queuedropdown .list .playlist-list::-webkit-scrollbar{width:0}.queuedropdown .list .playlist-list::-webkit-scrollbar-track{background:0 0}.queuedropdown .list .playlist-list::-webkit-scrollbar-thumb{background-color:#292929;border-radius:10px;position:absolute}.queuedropdown .list .playlist-list .playlist-item{border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0;display:flex}.queuedropdown .list .playlist-list .playlist-item:hover{background-color:#0000!important}.queuedropdown .list .playlist-list .playlist-item .playlist-details .image_name .small_image{border-radius:4px;width:40px;height:40px}.queuedropdown .list .playlist-list .playlist-item .playlist-details .image_name .small_image img{object-fit:cover}.queuedropdown .list .playlist-list .playlist-item .playlist-details .image_name .playlist-image-placeholder{background:#ffffff0d;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;margin-right:1rem;display:flex}.queuedropdown .list .playlist-list .playlist-item .playlist-details .image_name .playlist-name{color:#fff;font-size:1rem}.queuedropdown .list .playlist-list .playlist-item input[type=checkbox]{appearance:none;cursor:pointer;width:20px;height:20px;box-shadow:none;background-color:#0000;border-radius:5px;position:relative}.queuedropdown .list .playlist-list .playlist-item input[type=checkbox]:checked{background-color:#f53b00;border-color:#f53b00}.queuedropdown .list .playlist-list .playlist-item input[type=checkbox]:before{content:"";background-color:#343434;border-radius:5px;width:20px;height:20px;position:absolute;inset:0}.queuedropdown .list .playlist-list .playlist-item input[type=checkbox]:checked:before{background-color:#f53b00}.queuedropdown .list .playlist-list .playlist-item input[type=checkbox]:checked:after{content:"✔";color:#fff;font-size:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.queuedropdown .list .add-buttons{color:#fff;background:#363636;border:1px solid #343434;border-radius:100px;margin-top:1.5rem;padding:13px 0;font-size:1rem;font-weight:600}.queuedropdown hr{color:#414141;opacity:1}.queuedropdown .extension{background-color:#2b2b2b}.queuedropdown .extension .cancel{color:#fff;background:#1e1e1e;border:1px solid #343434;border-radius:100px;height:45px;padding:8px 15px;font-size:.9rem;font-weight:400}.queuedropdown .extension .add-playlist{color:#fff;background:#f53b00;border:1px solid #343434;border-radius:60px;width:fit-content;height:45px;padding:8px 15px;font-size:.9rem;font-weight:400}.queuedropdown .createPlaylist{background-color:#2b2b2b}.queuedropdown .createPlaylist p{color:#fff}.queuedropdown .createPlaylist .cancel{color:#fff;background:#1e1e1e;border:1px solid #343434;border-radius:100px;height:45px;padding:8px 15px;font-size:.9rem;font-weight:400}.queuedropdown .createPlaylist .add-playlist{color:#fff;background:#f53b00;border:1px solid #343434;border-radius:60px;width:fit-content;height:45px;padding:8px 15px;font-size:.9rem;font-weight:400}.fullscreen-modal{z-index:5001;padding-top:2.5rem;font-size:12px;position:fixed;inset:0}.fullscreen-modal.download{height:0;padding-top:0;position:relative}.fullscreen-modal .back-drop{z-index:-1;background:#0009;position:absolute;inset:0}.fullscreen-modal .content{width:fit-content;max-width:90vw;height:fit-content;max-height:90vh}.fullscreen-modal .content::-webkit-scrollbar{width:6px}.fullscreen-modal .content::-webkit-scrollbar-track{background-color:#090909}.fullscreen-modal .content::-webkit-scrollbar-thumb{background-color:#383838;border-radius:10px}.create-new-playlist{width:30.5rem;height:fit-content;background:#191919!important;border-radius:10px!important;margin:auto 0!important}.create-new-playlist .inner-content h5{color:#fff;font-family:Millik;font-size:1.5rem}.create-new-playlist .inner-content .input1,.create-new-playlist .inner-content input{color:#fff;border-radius:10px;font-size:1rem;background:0 0!important;border:0 solid #ffffff1a!important}.create-new-playlist .inner-content .input1::placeholder,.create-new-playlist .inner-content input::placeholder{color:#fff}.create-new-playlist .inner-content .toggle_switch p{color:#fff;font-size:14px}.create-new-playlist .inner-content .icon{--value:1.3rem;height:var(--value);width:var(--value);cursor:pointer;right:1rem}.create-new-playlist .inner-content .create-playlist{color:#fff;background:#f53b00;border-radius:100px;width:100%;padding:.7rem 1.5rem;font-size:.875rem;transition:background .3s}.create-new-playlist .inner-content .create-playlist:hover{background:#f53b0098}.create-new-playlist .inner-content .empty-avatar{background:#ffffff0d;border-radius:6px;width:40%;height:228px;margin-right:20px}@media screen and (max-width:768px){.create-new-playlist .inner-content .empty-avatar{width:200px;height:200px}}.create-new-playlist .inner-content .empty-avatar .playlist_img{background-position:50%;background-size:cover;border:1px solid #666;border-radius:6px;width:228px;height:228px}@media screen and (max-width:768px){.create-new-playlist .inner-content .empty-avatar .playlist_img{width:200px;height:200px}}.create-new-playlist .inner-content .empty-avatar .playlist_img img{object-fit:cover;border-radius:6px;width:100%;height:100%}.create-new-playlist .inner-content .__form{width:100%}.create-new-playlist .inner-content .visibility .input{color:#a7a7a7;background:#ffffff05;border:none;border-radius:8px;padding:.5rem 1.5rem;font-size:1rem;border:1px solid #ffffff1a!important;font-weight:400!important}.create-new-playlist .inner-content .visibility .react-dropdown-select-item,.create-new-playlist .inner-content .visibility .css-148o527-ItemComponent{border-bottom:none!important}.create-new-playlist .inner-content .visibility .react-dropdown-select-type-single input{color:#a7a7a7;background:0 0!important;border:none!important;padding:0!important}.create-new-playlist .inner-content .visibility .react-dropdown-select-type-single input::placeholder{color:#a7a7a7;font-size:1rem!important}.create-new-playlist .inner-content .visibility .react-dropdown-select-dropdown{color:#a7a7a7;z-index:200;border-radius:0 0 6px 6px;width:100%;height:8.5rem;background:#2f2f2f!important;border:none!important}.create-new-playlist .inner-content .visibility .react-dropdown-select-dropdown::-webkit-scrollbar{width:6px}.create-new-playlist .inner-content .visibility .react-dropdown-select-dropdown::-webkit-scrollbar-track{background:0 0}.create-new-playlist .inner-content .visibility .react-dropdown-select-dropdown::-webkit-scrollbar-thumb{background-color:#383838;border-radius:10px;position:absolute}.share-link-modal{background-color:#212121;border-radius:15px;width:33.3333em;max-width:90vw;font-size:12px}.share-link-modal .close-icon{color:#fff;top:.5em;right:.5em}.share-link-modal .inner{color:#fff}.share-link-modal .inner .get-link{font-size:15px}.share-link-modal .inner .text-input .wrapper{color:#706f6f;border:1px solid #706f6f;border-radius:10px;padding:1px 10px 1px 1px;position:relative}.share-link-modal .inner .text-input .wrapper input{color:#706f6f;background-color:#0000;border:none}.share-link-modal .inner .text-input .wrapper input::placeholder{color:#706f6f}.share-link-modal .inner .text-input .wrapper input:focus-visible{outline:0}.share-link-modal .inner .text-input .wrapper .icon{cursor:pointer;width:45px;top:0;bottom:0;right:0}.category-tabs{scrollbar-width:none;-ms-overflow-style:none;padding:12px 0;overflow-x:auto}.category-tabs::-webkit-scrollbar{display:none}.category-tabs .category-tabs-inner{white-space:nowrap;gap:8px;display:flex}.category-tabs .category-tab{color:#a0a0a0;cursor:pointer;white-space:nowrap;background:#ffffff14;border:none;border-radius:50px;padding:8px 16px;font-family:SofiaPro,Arial,sans-serif;font-size:15px;font-weight:500;transition:all .2s}.category-tabs .category-tab:hover{color:#fff;background:#ffffff24}.category-tabs .category-tab.active{color:#000;background:#fff;font-weight:600}.podcastSectionPage{border-radius:8px}.podcastSectionPage .podcastSectionGrid{grid-template-columns:repeat(3,1fr);gap:10px;width:100%;display:grid}.podcastSectionPage .podcastSectionGrid.longGrid{grid-template-columns:repeat(3,1fr)}.podcastSectionPage .podcastSectionGrid.shortGrid{grid-template-columns:310px 310px 310px 310px;gap:1.2rem;display:grid}.podcastSectionPage .newPlaylistbtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;transition:background .3s}.podcastSectionPage .newPlaylistbtn:hover{background:#ffffff1a}.sectionPageTitle{color:#fff;margin-bottom:2rem;font-size:2rem;font-weight:600}.loadingContainer{color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;display:flex}.loadingContainer .spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}.loadingContainer p{margin-top:.5rem;font-size:1rem}.errorContainer{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;display:flex}.errorContainer .errorIcon{margin-bottom:1rem;font-size:3rem}.errorContainer h2{margin-bottom:.5rem;font-size:1.5rem}.errorContainer p{color:#ccc;margin-bottom:1rem}.errorContainer .retryButton{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:8px;margin-top:1rem;padding:.75rem 2rem;font-size:1rem;transition:background .3s}.errorContainer .retryButton:hover{background:#0056b3}.errorContainer .retryButton:active{transform:scale(.98)}.emptyContainer{color:#999;justify-content:center;align-items:center;min-height:50vh;font-size:1.1rem;display:flex}.season-detail-page .season-header{background:linear-gradient(#252525 0%,#12121280 100%);margin:-24px -24px 0;padding-top:60px}.season-detail-page .season-big-image img,.season-detail-page .season-big-image div{object-fit:cover;border-radius:8px;width:280px;height:280px;box-shadow:0 4px 60px #00000080}.season-detail-page .episodesList .episodeCard{cursor:pointer;background-color:#1a1a1a;transition:background-color .2s}.season-detail-page .episodesList .episodeCard:hover{background-color:#242424}.season-detail-page .episodesList .episodeCard .episodeImage{width:100px;min-width:100px;height:100px}.season-detail-page .episodesList .episodeCard .episodeImage img{object-fit:cover;border-radius:8px}.season-detail-page .episodesList .episodeCard .episodeContent .episodeTitle{color:#fff;font-size:18px;font-weight:600}.season-detail-page .episodesList .episodeCard .episodeContent .episodeDescription{color:#b3b3b3;font-size:14px;line-height:1.6}.season-detail-page .episodesList .episodeCard .episodeContent .episodeDescription .seeMore{color:#fff;cursor:pointer}.season-detail-page .episodesList .episodeCard .episodeContent .episodeDescription .seeMore:hover{text-decoration:underline}.season-detail-page .episodesList .episodeCard .episodeContent .episodeMeta{color:#b3b3b3;font-size:14px}.season-detail-page .no-episodes{color:#ccc}.pageContainer{color:#fff;background:#121212;border-radius:10px;min-height:100vh;padding:1rem}.headerSection{align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.headerSection .coverWrapper{border-radius:8px;width:280px;height:280px}.headerSection .coverWrapper .coverImage,.headerSection .coverWrapper .placeholder{cursor:default;object-fit:cover;background:#ffffff05;border-radius:8px;width:100%;height:100%;box-shadow:0 4px 20px #00000080}.headerSection .headerContent h1{margin-bottom:.5rem;font-size:3.5rem;font-weight:800}.headerSection .headerContent .metaData{color:#b3b3b3;align-items:center;gap:1.5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.headerSection .headerContent .metaData span{align-items:center;gap:.5rem;display:flex}.headerSection .headerContent .actions{align-items:center;gap:1rem;margin-top:3.5rem;display:flex}.headerSection .headerContent .actions .playButton{background:#ff4d00;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;display:flex}.headerSection .headerContent .actions .playButton:hover{background:#e04400;transform:scale(1.05)}.headerSection .headerContent .actions .moreButton{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.headerSection .headerContent .actions .moreButton svg{width:20px}.headerSection .headerContent .actions .moreButton:hover{background:#1a1a1a;transform:scale(1.05)}.mainContent{background:#ffffff05;border-radius:8px 8px 0 0;grid-template-columns:1.5fr 1fr;gap:2rem;display:grid}@media (max-width:992px){.mainContent{grid-template-columns:1fr}}.episodesList .listHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.episodesList .listHeader h2{font-size:24px;font-weight:700}.episodesList .listHeader .showMore{color:#a0a0a0;font-size:15px;text-decoration:none}.episodeCard{background:#ffffff05;border-radius:8px;gap:1rem;height:160px;margin-bottom:1rem;padding:1rem;transition:background .2s;display:flex;box-shadow:0 2px 7px #00000039}.episodeCard:hover{background:#ffffff08}.episodeCard .thumbWrapper{border-radius:4px;width:140px;height:140px}.episodeCard .thumbWrapper .thumb,.episodeCard .thumbWrapper .thumbPlaceholder{object-fit:cover;border-radius:4px;width:100%;height:100%;box-shadow:0 2px 7px #00000068}.episodeCard .cardInfo h3{color:#fff;margin-bottom:.25rem;font-size:17px;font-weight:600}.episodeCard .cardInfo p{color:#a0a0a0;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:15px;line-height:1.4;display:-webkit-box;overflow:hidden}.episodeCard .cardInfo p span{color:#dcdcdc;font-weight:400}.episodeCard .cardInfo p span:hover{color:#fff}.episodeCard .cardInfo .cardMeta{color:#fefefe;font-size:15px}.sidebar .descriptionBox{background:#ffffff08;border-radius:8px;padding:1.5rem;box-shadow:0 2px 7px #00000039}.sidebar .descriptionBox h3{margin-bottom:1rem;font-size:20px;font-weight:600}.sidebar .descriptionBox p{color:#a0a0a0;font-size:15px;line-height:1.6}.moreSeasonsSection{background:#ffffff05;border-radius:0 0 8px 8px;padding:0 2rem}.moreSeasonsSection .sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.moreSeasonsSection .sectionHeader h2{font-size:1.5rem;font-weight:700}.moreSeasonsSection .sectionHeader .showMore{color:#b3b3b3;font-size:.9rem;text-decoration:none}.seasonGrid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}@media (max-width:1200px){.seasonGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.seasonGrid{grid-template-columns:repeat(2,1fr)}}.miniSeasonCard .imgBox{aspect-ratio:1;border-radius:8px;margin-bottom:.75rem;overflow:hidden}.miniSeasonCard .imgBox img{object-fit:cover;width:100%;height:100%}.miniSeasonCard h4{margin-bottom:.2rem;font-size:1rem;font-weight:700}.miniSeasonCard p{color:#888;font-size:.8rem}.episodeSectionPage{color:#fff;background:#121212;border-radius:10px;min-height:100vh}.episodeSectionPage .podcastSectionGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem;width:100%;display:grid}@media (max-width:768px){.episodeSectionPage .podcastSectionGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}}.episodeSectionPage .podcastSectionGrid .episodeCard{cursor:pointer;background:0 0;border:none;height:450px;transition:transform .2s ease-in-out;box-shadow:0 4px 20px #0003}.episodeSectionPage .podcastSectionGrid .episodeCard:hover{transform:translateY(-5px)}.episodeSectionPage .podcastSectionGrid .episodeCard .episodeImgWrapper{aspect-ratio:1;border-radius:8px;width:100%;margin-bottom:1rem;transition:box-shadow .3s;position:relative;overflow:hidden}.episodeSectionPage .podcastSectionGrid .episodeCard .episodeImgWrapper .episodeImg,.episodeSectionPage .podcastSectionGrid .episodeCard .episodeImgWrapper .episodePlaceholder{cursor:default;object-fit:cover;background:#ffffff05;border-radius:8px;width:100%;height:100%}.episodeSectionPage .podcastSectionGrid .episodeCard .episodeImgWrapper .episodeImg:hover,.episodeSectionPage .podcastSectionGrid .episodeCard .episodeImgWrapper .episodePlaceholder:hover{box-shadow:0 4px 20px #00000080}.episodeSectionPage .podcastSectionGrid .episodeCard .content h3{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.5rem;font-size:1.1rem;font-weight:700;overflow:hidden}.episodeSectionPage .podcastSectionGrid .episodeCard .content .description{color:#b3b3b3;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.9rem;line-height:1.4;display:-webkit-box;overflow:hidden}.episodeSectionPage .podcastSectionGrid .episodeCard .content .meta{color:#888;gap:.5rem;font-size:.85rem;display:flex}.feed-container{border-radius:8px;min-height:100vh}.feed-container section{margin-bottom:2rem}.feed-container .section-title{color:#fff;padding-bottom:10px;font-size:32px;font-weight:800}.feed-container .creators-list-wrapper{align-items:center;height:220px;display:flex;position:relative}.feed-container .creators-list-wrapper .creators-horizontal-list{z-index:500;scrollbar-width:none;align-items:center;gap:1rem;height:100%;padding-bottom:.5rem;display:flex;overflow-x:auto}.feed-container .creators-list-wrapper .creators-horizontal-list::-webkit-scrollbar{display:none}.feed-container .creators-list-wrapper .creator-item{flex-direction:column;flex-shrink:0;align-items:center;width:170px;text-decoration:none;transition:transform .2s;display:flex}.feed-container .creators-list-wrapper .creator-item:hover{transform:scale(1.05)}.feed-container .creators-list-wrapper .creator-item:hover .avatar-ring{border-color:#e04400;box-shadow:0 0 15px #f503}.feed-container .creators-list-wrapper .creator-item .avatar-ring{border:2px solid #ff4d00;border-radius:50%;width:165px;height:165px;margin-bottom:8px;padding:3px;transition:all .3s;overflow:hidden}.feed-container .creators-list-wrapper .creator-item .avatar-ring .avatar-inner{border-radius:50%;width:100%;height:100%;overflow:hidden}.feed-container .creators-list-wrapper .creator-item .creator-name{color:#fff;text-align:center;font-size:18px;font-weight:600}.feed-container .scroll-next-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;z-index:10;background-color:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;position:absolute;top:40%;right:-10px;transform:translateY(-50%)}.feed-container .scroll-next-btn:hover{background-color:#fff3;transform:translateY(-50%)scale(1.1)}.feed-container .uploads-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.5rem;display:grid}.feed-container .upload-card{background:0 0;border-radius:12px;padding:12px;transition:background .3s}.feed-container .upload-card:hover{background:#ffffff0d}.feed-container .upload-card:hover .card-img-container img{transform:scale(1.04)}.feed-container .upload-card .card-img-container{aspect-ratio:1;border-radius:10px;width:100%;margin-bottom:12px;overflow:hidden;box-shadow:0 4px 20px #0000004d}.feed-container .upload-card .card-img-container img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.165,.84,.44,1)}.feed-container .upload-card .card-title{color:#fff;text-transform:capitalize;margin-bottom:4px;font-size:18px;font-weight:600}.feed-container .upload-card .card-description{color:#a0a0a0;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:6px;font-size:15px;line-height:1.4;display:-webkit-box;overflow:hidden}.feed-container .upload-card .card-meta{color:#a0a0a0;font-size:15px;font-weight:400}.morePodcastList{width:100%;margin-bottom:1rem}.morePodcastList .podcastListHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.morePodcastList .podcastListHeader h2{color:#fff;font-size:24px;font-weight:700}.morePodcastList .podcastListHeader .showMore{color:#b3b3b3;font-size:14px;font-weight:600;text-decoration:none}.morePodcastList .podcastListHeader .showMore:hover{color:#fff}.morePodcastList .morePodcastGrid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:20px;display:grid}.morePodcastList .morePodcastGrid .podcastCircleWrapper{text-align:center;flex-direction:column;align-items:center;display:flex}.morePodcastList .morePodcastGrid .podcastCircleWrapper .podcastImgCircle{border-radius:50%;width:210px;height:210px;margin-bottom:12px;transition:transform .3s}.morePodcastList .morePodcastGrid .podcastCircleWrapper .podcastImgCircle:hover{transform:scale(1.05)}.morePodcastList .morePodcastGrid .podcastCircleWrapper .podcastImgCircle .circle-thumb,.morePodcastList .morePodcastGrid .podcastCircleWrapper .podcastImgCircle .circle-placeholder{object-fit:cover;background:#282828;border-radius:50%;width:100%;height:100%}.morePodcastList .morePodcastGrid .podcastCircleWrapper .podcastName{color:#fff;white-space:nowrap;text-overflow:ellipsis;width:100%;margin-bottom:12px;font-size:16px;font-weight:600;overflow:hidden}.full-screen-player{z-index:9999;color:#fff;flex-direction:column;height:90vh;display:flex;inset:0;overflow:hidden}.full-screen-player .dynamic-background{z-index:0;opacity:.8;background:radial-gradient(circle,#4a2b2b 0%,#3a2929 50%,#000 100%);position:absolute;inset:0}.full-screen-player .player-header .header-info{text-align:center}.full-screen-player .player-header .header-info span{letter-spacing:2px;color:#fff;font-size:10px}.full-screen-player .player-header .header-info h6{color:#fff;margin:0;font-weight:700}.full-screen-player .artwork-stage{z-index:1;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.full-screen-player .artwork-stage .artwork-wrapper{aspect-ratio:1;border-radius:12px;width:90%;max-width:350px;overflow:hidden;box-shadow:0 30px 60px #000c}.full-screen-player .artwork-stage .artwork-wrapper .hero-image{object-fit:cover;width:100%;height:100%}.full-screen-player .player-interface{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding-bottom:env(safe-area-inset-bottom);background:#000000d9;position:relative}.full-screen-player .player-interface .progress-container{width:100%;height:4px;position:relative}.full-screen-player .player-interface .progress-container .seek-bar{appearance:none;cursor:pointer;background:#4b4f53;border-radius:8px;outline:none;width:100%;height:3px;position:absolute;top:-6px}.full-screen-player .player-interface .progress-container .seek-bar::-webkit-slider-runnable-track{background:linear-gradient(to right,#f53b00 0%,#f53b00 var(--progress),#fff3 var(--progress),#fff3 100%);border-radius:8px;width:100%;height:3px}.full-screen-player .player-interface .progress-container .seek-bar::-webkit-slider-thumb{appearance:none;background:#f53b00;border-radius:50%;width:6px;height:6px;margin-top:-1.5px}.full-screen-player .player-interface .controls-row{align-items:center;height:80px;padding:0 1rem;display:flex}.full-screen-player .icon-btn,.full-screen-player .text-btn,.full-screen-player .main-play-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:transform .1s;display:flex}.full-screen-player .icon-btn:active,.full-screen-player .text-btn:active,.full-screen-player .main-play-btn:active{transform:scale(.95)}.full-screen-player .section-left{flex:1;align-items:center;gap:12px;width:fit-content;display:flex}.full-screen-player .section-left .mini-thumb{border-radius:4px;width:60px;height:60px;overflow:hidden}.full-screen-player .section-left .track-info{flex-direction:column;display:flex}.full-screen-player .section-left .track-info .episode-title{color:#fff;font-size:15px;font-weight:600}.full-screen-player .section-left .track-info .host-name{color:#a0a0a0;text-transform:capitalize;font-size:13px}.full-screen-player .section-left .timestamp{color:#ccc;margin-bottom:1rem;margin-left:8px;font-size:13px}.full-screen-player .section-center{flex:1;justify-content:center;align-items:center;gap:24px;display:flex}.full-screen-player .section-center .text-btn{color:#a0a0a0;cursor:pointer;text-align:center;background:0 0;border:none;font-size:20px;font-weight:500;transition:all .2s}.full-screen-player .section-center .text-btn:hover{color:#fff;transform:scale(1.05)}.full-screen-player .section-center .speed-dropdown{z-index:1000;background:#2a2a2a;border-radius:8px;min-width:80px;margin-bottom:8px;padding:8px 0;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.full-screen-player .section-center .speed-dropdown .speed-option{cursor:pointer;color:#a0a0a0;text-align:center;padding:8px 16px;transition:all .2s}.full-screen-player .section-center .speed-dropdown .speed-option:hover{color:#fff;background:#ffffff1a}.full-screen-player .section-center .speed-dropdown .speed-option.active{color:#f53b00;font-weight:600}.full-screen-player .section-center .icon-btn{position:relative}.full-screen-player .section-center .icon-btn .skip-label{font-size:8px;font-weight:800;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%)}.full-screen-player .section-center .icon-btn:hover{transform:scale(1.05)}.full-screen-player .section-center .main-play-btn svg{width:32px;height:32px}.full-screen-player .section-center .main-play-btn:hover{transform:scale(1.05)}.full-screen-player .section-right{color:#ccc;flex:1;justify-content:flex-end;align-items:center;gap:20px;display:flex}.full-screen-player .section-right .like{cursor:pointer;transition:all .2s ease-in-out}.full-screen-player .section-right .like:hover{transform:scale(1.05)}.full-screen-player .section-right .like:hover svg{color:#fff}.liked-episodes-container{background:linear-gradient(#222 0%,#121212 40%);min-height:100vh}.liked-episodes-container .hero-section{align-items:flex-end;gap:24px;padding:80px 32px 24px;display:flex}.liked-episodes-container .hero-section .hero-image-placeholder{color:#b3b3b3;background:#282828;border-radius:4px;justify-content:center;align-items:center;width:230px;height:230px;display:flex;box-shadow:0 4px 30px #00000080}.liked-episodes-container .hero-section .hero-title{margin:0 0 16px;font-size:72px;font-weight:800}.liked-episodes-container .hero-section .hero-meta{align-items:center;gap:8px;margin-bottom:24px;font-size:14px;font-weight:600;display:flex}.liked-episodes-container .hero-section .hero-meta .dot{font-size:20px}.liked-episodes-container .hero-section .hero-actions{align-items:center;gap:24px;display:flex}.liked-episodes-container .hero-section .hero-actions .btn-play-large{background:#f15a24;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s;display:flex}.liked-episodes-container .hero-section .hero-actions .btn-play-large:hover{transform:scale(1.05)}.liked-episodes-container .hero-section .hero-actions .btn-more{color:#b3b3b3;background:0 0;border:none}.episodes-list-section .grid-header{color:#b3b3b3;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #ffffff1a;margin-bottom:16px;font-size:12px}.episodes-list-section .grid-header,.episodes-list-section .episode-item-row{grid-template-columns:40px 4fr 2fr 120px;align-items:center;gap:16px;padding:8px 16px;display:grid}.episodes-list-section .episode-item-row{border-radius:4px;transition:background .2s}.episodes-list-section .episode-item-row:hover{background:#ffffff1a}.episodes-list-section .episode-item-row .index-col{color:#b3b3b3;width:16px}.episodes-list-section .episode-item-row .info-col{align-items:center;gap:12px;display:flex}.episodes-list-section .episode-item-row .info-col .episode-img{object-fit:cover;border-radius:4px;width:40px;height:40px}.episodes-list-section .episode-item-row .info-col .ep-title{color:#fff;-webkit-box-orient:vertical;font-weight:500;display:-webkit-box;overflow:hidden}.episodes-list-section .episode-item-row .info-col .ep-author{color:#b3b3b3;font-size:13px}.episodes-list-section .episode-item-row .date-col{color:#b3b3b3;font-size:14px}.episodes-list-section .episode-item-row .actions-col{justify-content:flex-end;align-items:center;gap:20px;display:flex}.episodes-list-section .episode-item-row .actions-col .duration-text{color:#b3b3b3;min-width:40px;font-size:14px}.episodes-list-section .episode-item-row .actions-col .more-btn{color:#b3b3b3;opacity:0;background:0 0;border:none}.episodes-list-section .episode-item-row:hover .more-btn{opacity:1}@media (max-width:768px){.grid-header,.episode-item-row{grid-template-columns:40px 1fr 100px}.grid-header .date-col,.episode-item-row .date-col{display:none}.library-hero .hero-title{font-size:40px}}.empty-state-wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:80vh;display:flex}.empty-state-wrapper .icon-box{color:#b3b3b3;margin-bottom:24px}.empty-state-wrapper h1{margin-bottom:8px;font-size:32px}.empty-state-wrapper p{color:#b3b3b3;margin-bottom:32px}.empty-state-wrapper .btn-start{color:#000;cursor:pointer;background:#fff;border:none;border-radius:500px;padding:12px 32px;font-weight:700}.empty-state-container{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.empty-state-container .music-folder-icon{color:#a0a0a0;margin-bottom:1.5rem}.empty-state-container h1{margin-bottom:.5rem;font-size:2rem}.empty-state-container p{color:#999;margin-bottom:2rem}.empty-state-container .btn-start-listening{color:#000;cursor:pointer;background:#fff;border:none;border-radius:2rem;padding:.75rem 2rem;font-weight:600;transition:all .2s}.empty-state-container .btn-start-listening:hover{background:#f15a24;transform:scale(1.05)}.liked-episodes-container .hero-section{gap:2rem;margin-bottom:1rem;padding:2rem;display:flex}.liked-episodes-container .hero-section .hero-img-placeholder{object-fit:cover;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:280px;height:280px;display:flex;box-shadow:0 4px 60px #00000080}.liked-episodes-container .hero-section .hero-details{flex-direction:column;justify-content:flex-end;display:flex}.liked-episodes-container .hero-section .hero-details .hero-title{color:#fff;margin-bottom:1rem;font-size:48px;font-weight:900}.liked-episodes-container .hero-section .hero-details .hero-meta{color:#ccc;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:400;display:flex}.liked-episodes-container .hero-section .hero-details .hero-meta .hero-meta-item{color:#ccc;align-items:center;font-size:15px;display:flex}.liked-episodes-container .hero-section .hero-details .hero-meta .dot{margin:0 .25rem;font-size:13px}.liked-episodes-container .hero-section .hero-details .hero-actions{gap:1rem;display:flex}.liked-episodes-container .hero-section .hero-details .hero-actions .btn-play-large{cursor:pointer;background:#ff4d00;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex}.liked-episodes-container .hero-section .hero-details .hero-actions .btn-play-large:hover{background:#e04400;transform:scale(1.05)}.liked-episodes-container .hero-section .hero-details .hero-actions .btn-more{color:#fff;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.liked-episodes-container .hero-section .hero-details .hero-actions .btn-more:hover{background:#fff3}.liked-episodes-container .episodes-list-section{background:#ffffff05;border-radius:8px}.liked-episodes-container .episodes-list-section .grid-body{flex-direction:column;display:flex}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}.sidebar-nav{scrollbar-width:none}.sidebar-nav::-webkit-scrollbar{display:none}.playlist-detail-page{border-radius:8px;min-height:100vh}.playlist-detail-page .hero-header{gap:24px;margin-bottom:32px}.playlist-detail-page .hero-header .cover-art{object-fit:cover;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;width:280px;height:280px;box-shadow:0 4px 60px #00000080}.playlist-detail-page .hero-header .header-content .playlist-title{color:#fff;letter-spacing:-2px;margin-bottom:8px;font-size:56px;font-weight:900}.playlist-detail-page .hero-header .header-content .playlist-meta{align-items:center;gap:8px;margin-bottom:24px;font-size:16px;display:flex}.playlist-detail-page .hero-header .header-content .playlist-meta .meta-item{color:#ccc;align-items:center;gap:6px;display:flex}.playlist-detail-page .hero-header .header-content .playlist-meta .dot{color:#ccc;font-size:13px}.playlist-detail-page .hero-header .header-content .action-bar{align-items:center;gap:16px;display:flex}.playlist-detail-page .hero-header .header-content .action-bar .btn-play-orange{background-color:#ff4d00;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s;display:flex}.playlist-detail-page .hero-header .header-content .action-bar .btn-play-orange:hover{background-color:#e04400;transform:scale(1.05)}.playlist-detail-page .hero-header .header-content .action-bar .btn-more-circle{color:#fff;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.playlist-detail-page .hero-header .header-content .action-bar .btn-more-circle:hover{background:#fff3}.playlist-detail-page .hero-header .header-content .action-bar .playlist-dropdown-menu{z-index:1000;background:#282c31;border-radius:8px;min-width:220px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 24px #00000080}.playlist-detail-page .hero-header .header-content .action-bar .playlist-dropdown-menu .dropdown-item{color:#fff;cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 6px;font-size:14px;transition:background .2s;display:flex}.playlist-detail-page .hero-header .header-content .action-bar .playlist-dropdown-menu .dropdown-item:hover{background:#ffffff1a}.playlist-detail-page .hero-header .header-content .action-bar .playlist-dropdown-menu .dropdown-item svg{flex-shrink:0}.playlist-detail-page .episodes-grid{background:#ffffff05;border-radius:8px}.playlist-detail-page .episodes-grid .grid-header-row{color:#b3b3b3;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #ffffff1a;grid-template-columns:1fr 200px 100px 40px;padding:0 16px 8px;font-size:12px;display:grid}.playlist-detail-page .episodes-grid .grid-body .empty-text{color:#a0a0a0;font-size:16px}.episode-list-row{cursor:pointer;border-radius:4px;grid-template-columns:1fr 200px 150px 40px;align-items:center;padding:8px 16px;transition:background .2s;display:grid}.episode-list-row:hover{background:#ffffff1a}.episode-list-row:hover .more-btn{opacity:1}.episode-list-row .episode-main{align-items:center;gap:16px;display:flex}.episode-list-row .episode-main .epi-thumb{object-fit:cover;border-radius:4px;width:55px;height:55px}.episode-list-row .episode-main .ep-info .ep-name{color:#fff;font-weight:500;display:block}.episode-list-row .episode-main .ep-info .ep-author{color:#b3b3b3;font-size:13px}.episode-list-row .ep-date,.episode-list-row .ep-duration{color:#b3b3b3;font-size:14px}.episode-list-row .more-btn{color:#b3b3b3;opacity:0;background:0 0;border:none}
