:root{--z-player:999;--yellow:#efff02;--black:#121212;--white:#fff;--light-grey:#f5f5f5;--medium-grey:#e0e0e0;--dark-grey-text:#555}.player-overlay{pointer-events:none;z-index:9999;width:100%;height:100%;position:fixed;top:0;left:0}.player-container{opacity:0;pointer-events:none;box-sizing:border-box;background-color:#fff;border-radius:12px;justify-content:space-between;align-items:center;width:90%;max-width:1200px;height:90px;padding:0 25px;transition:transform .5s cubic-bezier(.68,-.55,.27,1.55),opacity .5s;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%,150%);box-shadow:0 5px 25px #00000026}.player-container.visible{opacity:1;pointer-events:auto;transform:translate(-50%)}.player-container.hidden{opacity:0;pointer-events:none;transform:translate(-50%,150%)}.track-info{cursor:pointer;align-items:center;gap:15px;width:35%;display:flex;overflow:hidden}.player-cover-art{object-fit:cover;border-radius:8px;flex-shrink:0;width:60px;height:60px;box-shadow:0 4px 8px #0000001a}.track-info-text{flex-direction:column;display:flex;overflow:hidden}.track-info-text span{white-space:nowrap;text-overflow:ellipsis;color:#121212;font-weight:600;display:block;overflow:hidden}.track-info-text .artist{color:#555;font-size:.8em;font-weight:400}.player-center-controls{flex-grow:1;justify-content:center;align-items:center;gap:15px;display:flex}.play-pause-btn{color:#121212;cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;font-size:2.5em;transition:transform .2s;display:flex}.play-pause-btn:hover{transform:scale(1.1)}.control-btn{color:#555;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.5em;transition:color .2s;display:flex}.control-btn:hover{color:#121212}.control-btn:disabled{color:#e0e0e0;cursor:not-allowed}.progress-bar{cursor:pointer;background:#e0e0e0;border-radius:2px;flex:1;max-width:300px;height:4px;position:relative}.progress{background:#efff02;border-radius:2px;height:100%}.time-stamp{color:#555;text-align:center;min-width:40px;font-size:.8em}.right-controls{justify-content:flex-end;align-items:center;gap:20px;width:35%;display:flex}.right-controls .player-radio-info{justify-content:flex-end;align-items:center;gap:8px;max-width:180px;display:flex}.right-controls .player-radio-name{color:#111827;text-align:right;word-wrap:break-word;text-transform:uppercase;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.right-controls .player-radio-logo{object-fit:cover;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;flex-shrink:0;width:48px;height:48px}.expanded-view-container{color:#fff;pointer-events:none;opacity:0;z-index:10000;background-color:#121212;border-radius:12px;width:90%;max-width:1200px;height:90px;transition:all .5s cubic-bezier(.4,0,.2,1);position:fixed;bottom:20px;left:50%;overflow:hidden;transform:translate(-50%)}.expanded-view-container.expanded{pointer-events:auto;opacity:1;border-radius:0;width:100%;max-width:none;height:100%;bottom:0;left:0;transform:translate(0)}.player-content-expanded{box-sizing:border-box;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:25px;width:100%;height:100%;padding:40px;transition:opacity .3s ease-in-out .2s;display:flex}.expanded-view-container.expanded .player-content-expanded{opacity:1}.collapse-btn{cursor:pointer;color:#efff02;z-index:10;background:0 0;border:none;font-size:1.5em;transition:transform .3s ease-in-out;position:absolute;top:40px;right:40px}.collapse-btn:hover{transform:scale(1.1)}.expanded-cover-art{aspect-ratio:1;object-fit:cover;border-radius:20px;width:100%;max-width:400px;box-shadow:0 10px 30px #0003}.expanded-track-info{text-align:center;width:100%;max-width:400px}.expanded-track-info h1{color:#fff;margin:10px 0 5px;font-size:2em}.expanded-track-info h2{color:#fff;opacity:.8;margin:0;font-size:1.2em;font-weight:400}.progress-section{align-items:center;gap:10px;width:100%;max-width:400px;display:flex}.player-content-expanded .time-stamp{color:#fff}.player-content-expanded .progress-bar{background-color:#ffffff4d}.player-content-expanded .progress-bar .progress{background-color:#efff02}.player-content-expanded .progress-bar .progress:after{background-color:#fff}.expanded-controls{justify-content:center;align-items:center;gap:15px;margin:15px 0;display:flex}.expanded-controls button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2em;transition:transform .2s}.expanded-controls button:hover{transform:scale(1.1)}.expanded-controls .play-pause-btn-expanded{justify-content:center;align-items:center;font-size:4em;display:flex}.expanded-footer-content{justify-content:space-between;align-items:center;gap:20px;width:90%;max-width:400px;display:flex;position:absolute;bottom:5%;left:50%;transform:translate(-50%)}.expanded-footer-content .share-btn{cursor:pointer;color:#fff;background:0 0;border:none;font-size:1.5em}@media (max-width:768px){.player-container{width:95%;height:80px;padding:10px 15px;bottom:10px}.time-stamp,.progress-bar,.right-controls .player-radio-name{display:none}.right-controls .player-radio-logo{width:40px;height:40px}.player-cover-art{width:50px;height:50px}.player-center-controls{flex:0}.track-info{width:50%}.right-controls{width:auto}.expanded-cover-art{max-width:300px}}
:root{--header-height:120px;--header-scrolled-height:80px;--yellow:#efff02;--black:#121212;--white:#fff;--content-max-width:1400px}.app-header{background-color:var(--yellow);width:100%;height:var(--header-height);z-index:1000;border-bottom:1px solid #0000000d;transition:height .3s,box-shadow .3s;position:sticky;top:0}.app-header.scrolled{height:var(--header-scrolled-height);box-shadow:0 4px 20px #00000026}.header-wrapper{max-width:var(--content-max-width);grid-template-columns:auto 1fr auto;align-items:center;height:100%;margin:0 auto;padding:0 20px;display:grid}.header-left{justify-content:flex-start;padding-right:30px;display:flex}.header-logo{width:auto;height:100px;transition:height .3s;display:block}.app-header.scrolled .header-logo{height:60px}.header-center{justify-content:center;align-items:center;gap:15px;width:100%;height:100%;display:flex}.nav-item{color:var(--black);letter-spacing:.5px;cursor:pointer;text-transform:uppercase;white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;height:40px;padding:0 20px;font-size:1.1rem;font-weight:800;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;border-bottom:none!important;text-decoration:none!important}.nav-item a{color:inherit!important;border-bottom:none!important;text-decoration:none!important}.nav-item:hover,.nav-item.active,.has-dropdown:hover .nav-item{background-color:var(--black);color:var(--yellow);text-decoration:none;transform:scale(1.05);box-shadow:0 4px 15px #00000026}.nav-item.has-dropdown:hover>span,.nav-item.has-dropdown:hover>a{color:var(--yellow)!important}.nav-item.has-dropdown:hover{background-color:var(--black)}.has-dropdown{justify-content:center;align-items:center;display:flex;position:relative}.has-dropdown:after{content:"";z-index:1099;background:0 0;width:100%;height:20px;display:none;position:absolute;top:100%;left:0}.has-dropdown:hover:after{display:block}.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-menu{background-color:var(--black);color:var(--white);opacity:0;visibility:hidden;z-index:1100;text-align:center;border:1px solid #ffffff1a;border-radius:12px;min-width:260px;padding:10px 0;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 15px);left:50%;overflow:hidden;transform:translate(-50%)translateY(10px);box-shadow:0 15px 40px #0006}.dropdown-menu:before{content:"";background-color:var(--black);z-index:1;border-top:1px solid #ffffff1a;border-left:1px solid #ffffff1a;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.dropdown-link{color:#e0e0e0;text-transform:none;z-index:2;padding:12px 20px;font-size:1rem;font-weight:700;transition:all .2s;display:block;position:relative;border-bottom:none!important;text-decoration:none!important}.dropdown-link:last-child{border-bottom:none}.dropdown-link:hover{background-color:var(--yellow);transform:scale(1.02);color:var(--black)!important}.dropdown-link.highlighted{text-transform:uppercase;color:var(--white);background-color:#1a1a1a;font-weight:900}.dropdown-link.highlighted:hover{background-color:var(--yellow);color:var(--black)!important}.dropdown-divider{background-color:#ffffff1a;height:1px;margin:5px 20px}.header-right{justify-content:flex-end;align-items:center;padding-left:30px;display:flex}.desktop-socials{gap:15px;display:flex}.desktop-socials a{color:var(--black);font-size:1.3rem;text-decoration:none;transition:transform .2s,color .2s}.desktop-socials a:hover{color:#444;transform:scale(1.2)}.hamburger-btn{cursor:pointer;z-index:2000;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:35px;height:24px;display:none}.hamburger-btn span{background:#000;width:100%;height:3px;transition:all .3s;display:block}.hamburger-btn.open span:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger-btn.open span:nth-child(2){opacity:0}.hamburger-btn.open span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.mobile-menu-overlay{background:var(--yellow);z-index:1500;justify-content:center;align-items:center;width:100%;height:100vh;transition:transform .4s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.mobile-menu-overlay.open{transform:translate(0)}.mobile-menu-content{flex-direction:column;align-items:center;gap:30px;display:flex}.mobile-link{color:#000;text-transform:uppercase;font-size:2.2rem;font-weight:900;text-decoration:none;transition:transform .2s}.mobile-link:hover{transform:scale(1.1)}.mobile-socials-row{flex-wrap:wrap;justify-content:center;gap:25px;margin-top:40px;font-size:2rem;display:flex}@media (max-width:1300px){.header-wrapper{justify-content:space-between;max-width:100%;padding:0 20px;display:flex}.header-left,.header-right{padding:0}.desktop-nav,.desktop-socials{display:none}.hamburger-btn{display:flex}.header-center{display:none}}
.site-footer{color:#fff;background-color:#111;margin-top:auto;padding:80px 0 0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.footer-container{grid-template-columns:2fr 1fr 1fr;gap:60px;max-width:1200px;margin:0 auto;padding:0 20px 60px;display:grid}.footer-col{flex-direction:column;display:flex}.footer-logo{margin-bottom:20px;display:block}.footer-logo-img{object-fit:contain;width:auto;height:100px}.footer-description{color:#aaa;max-width:400px;margin-bottom:30px;font-size:.95rem;line-height:1.6}.social-links{flex-wrap:wrap;gap:15px;display:flex}.social-icon{color:#fff;background:#222;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.social-icon svg{fill:currentColor;width:20px;height:20px}.social-icon:hover{color:#fff;border-color:#ffffff1a;transform:translateY(-5px)scale(1.1);box-shadow:0 5px 15px #0000004d}.social-icon.instagram:hover{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.social-icon.facebook:hover{background:#1877f2}.social-icon.twitter:hover{background:#333}.social-icon.youtube:hover{background:red}.social-icon.tiktok:hover{background:#000;border-color:#25f4ee;box-shadow:-2px -2px #25f4ee,2px 2px #fe2c55}.social-icon.spotify:hover{background:#1db954}.footer-heading{text-transform:uppercase;color:#fff;letter-spacing:1px;margin-bottom:25px;font-size:1.1rem;font-weight:700}.footer-menu{margin:0;padding:0;list-style:none}.footer-menu li{margin-bottom:12px}.footer-menu a{color:#aaa;font-size:.95rem;text-decoration:none;transition:color .2s,padding-left .2s;display:inline-block}.footer-menu a:hover{color:#efff02;padding-left:5px}.footer-bottom{background-color:#0a0a0a;border-top:1px solid #222;padding:25px 0}.footer-bottom-container{text-align:center;color:#666;max-width:1200px;margin:0 auto;padding:0 20px;font-size:.8rem}@media (max-width:900px){.footer-container{text-align:center;grid-template-columns:1fr;gap:40px}.brand-col{align-items:center}.footer-description{margin-left:auto;margin-right:auto}.social-links{justify-content:center}}
@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../media/7e832ad540183e91-s.a2f18b1a.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2094fb60fd9c8287-s.3ed55436.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../media/c875c6f5d3e977ac-s.p.80fc2c9e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.666bad7d.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6c55a692938ebbbc-s.0a77efb4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a218039a3287bcfd-s.p.4a23d71b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bdc7e24a509eb931-s.43b0b13e.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0da9c7f357bd9d4d-s.b2288445.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8e6fa89aa22d24ec-s.p.3aec397d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.95e4158a.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.bd593fbe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.d82a9aff.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.c55744ae.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.b460e02c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.855a563b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(../media/99ce71e74c11bc20-s.1db2973a.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(../media/8cf1ea7b03cdeb83-s.da3cbacd.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(../media/829ba4228c966254-s.p.a61bc753.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_20e82910-module__4lWQ2G__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_20e82910-module__4lWQ2G__variable{--font-poppins:"Poppins","Poppins Fallback"}
:root{--yellow:#efff02;--black:#121212;--white:#fff;--light-grey:#f5f5f5;--medium-grey:#e0e0e0;--dark-grey-text:#555;--z-header:100;--z-mobile-nav:90;--z-player:999}body{background-color:var(--light-grey);color:var(--black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Poppins,sans-serif}.app-container{background-color:var(--light-grey);flex-direction:column;height:100vh;display:flex;overflow:hidden}.app-content{flex-grow:1;padding-bottom:120px;overflow-y:auto}.content-container{width:90%;max-width:1400px;margin:20px auto}.app-header{background-color:var(--yellow);z-index:var(--z-header);justify-content:space-between;align-items:center;padding:15px 30px;display:flex;position:relative}.header-column{flex:1 1 0;align-items:center;display:flex}.header-column.left{justify-content:flex-start}.header-column.center{justify-content:center}.header-column.right{justify-content:flex-end;padding-right:30px}.logo-img{height:150px}.navigation{gap:40px}.navigation a{color:var(--black);opacity:.7;border-bottom:2px solid #0000;padding-bottom:5px;font-size:1.4em;font-weight:600;text-decoration:none;transition:opacity .2s ease-in-out}.navigation a:hover,.navigation a.active{opacity:1;border-bottom-color:var(--black)}.header-social-links{gap:15px;padding-right:30px;display:flex}.header-social-links a{color:var(--black);opacity:.7;font-size:1.6em;transition:opacity .2s,transform .2s}.header-social-links a:hover{opacity:1;transform:scale(1.1)}.hamburger-menu{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;padding:0;display:none}.hamburger-menu div{background:var(--black);border-radius:10px;width:2rem;height:.25rem;transition:all .3s linear}.mobile-nav{background:var(--yellow);width:100%;height:100vh;z-index:var(--z-mobile-nav);flex-direction:column;justify-content:center;align-items:center;transition:transform .3s ease-in-out;position:absolute;top:0;left:0;transform:translate(-100%);display:flex!important}.mobile-nav.open{transform:translate(0)}.mobile-nav a{color:var(--black);padding:2rem 0;font-size:2rem;font-weight:700;text-decoration:none}.mobile-social-links{gap:30px;margin-top:40px;display:flex}.mobile-social-links a{color:var(--black);font-size:2rem}@media (max-width:992px){.app-header{padding:15px 20px}.navigation,.header-social-links{display:none!important}.header-column.center{justify-content:flex-end}.hamburger-menu{display:flex!important}}@media (min-width:993px){.mobile-nav{display:none!important}}.list-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.list-header-title{color:var(--black);font-size:1.8em;font-weight:700}.list-header-nav{gap:10px;display:flex}.list-header-nav button{color:var(--black);cursor:pointer;background:0 0;border:none;padding:0;font-size:2.2em;transition:color .2s}.list-header-nav button:hover{color:var(--dark-grey-text)}.list-header-nav button:disabled{color:var(--medium-grey);cursor:not-allowed}.carousel-wrapper{position:relative;overflow:hidden}.carousel-wrapper:after,.carousel-wrapper:before{content:"";pointer-events:none;z-index:2;opacity:0;width:100px;height:100%;transition:opacity .2s;position:absolute;top:0}.carousel-wrapper:after{background:linear-gradient(to right,#f5f5f500,var(--light-grey)80%);right:0}.carousel-wrapper:before{background:linear-gradient(to left,#f5f5f500,var(--light-grey)80%);left:0}.carousel-wrapper.is-overflowing:after,.carousel-wrapper.is-scrolled:before{opacity:1}.podcast-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.podcast-carousel-grid{scrollbar-width:none;grid-template-rows:repeat(2,1fr);grid-auto-columns:22%;grid-auto-flow:column;gap:20px;display:grid;overflow-x:auto}.radio-list{scroll-behavior:smooth;scrollbar-width:none;grid-template-rows:repeat(2,1fr);grid-auto-columns:32%;grid-auto-flow:column;gap:20px;height:228px;display:grid;overflow-x:auto}.horizontal-scroll-grid{scroll-behavior:smooth;scrollbar-width:none;grid-auto-columns:22%;grid-auto-flow:column;gap:20px;display:grid;overflow-x:auto}.playlist-list{scroll-behavior:smooth;scrollbar-width:none;grid-auto-columns:18%;grid-auto-flow:column;gap:20px;margin-bottom:-10px;padding-bottom:10px;display:grid;overflow-x:auto}.podcast-carousel-grid::-webkit-scrollbar{display:none}.radio-list::-webkit-scrollbar{display:none}.horizontal-scroll-grid::-webkit-scrollbar{display:none}.playlist-list::-webkit-scrollbar{display:none}.on-air-grid::-webkit-scrollbar{display:none}.list-card-link,.podcast-card-link,.playlist-card-link,.on-air-card-link{color:inherit;text-decoration:none;display:flex}.list-card{background-color:var(--white);cursor:pointer;box-sizing:border-box;border-radius:12px;align-items:center;gap:15px;width:100%;height:104px;padding:12px;transition:all .2s ease-in-out;display:flex;box-shadow:0 4px 6px #0000000d}.list-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.list-card-cover-container{flex-shrink:0;width:80px;height:80px;position:relative}.list-card-cover{object-fit:cover;border-radius:8px;width:100%;height:100%}.list-card-play-button{color:#fff;opacity:0;cursor:pointer;background-color:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;transition:opacity .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.list-card:hover .list-card-play-button{opacity:1}.list-card-info{flex-direction:column;flex-grow:1;justify-content:center;min-width:0;display:flex;overflow:hidden}.list-card-title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:1.1em;font-weight:600;overflow:hidden}.list-card-artist{color:var(--dark-grey-text);white-space:nowrap;text-overflow:ellipsis;font-size:.9em;overflow:hidden}.podcast-card,.playlist-card{background-color:var(--white);cursor:pointer;border-radius:8px;flex-direction:column;width:100%;height:100%;transition:all .2s ease-in-out;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000000d}.podcast-card:hover,.playlist-card:hover{transform:scale(1.05);box-shadow:0 10px 20px #00000026}.podcast-card-cover,.playlist-card-cover{aspect-ratio:1;object-fit:cover;width:100%}.podcast-card-info,.playlist-card-info{flex-direction:column;flex-grow:1;padding:15px;display:flex}.podcast-card-title,.playlist-card-title{text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0 0 5px;font-size:1.1em;font-weight:600;display:-webkit-box;overflow:hidden}.podcast-card-title{-webkit-line-clamp:2;min-height:2.6em}.playlist-card-title{-webkit-line-clamp:1}.podcast-card-author,.playlist-card-description{color:var(--dark-grey-text);flex-grow:1;margin:0;font-size:.9em}.playlist-card-description{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85em;display:-webkit-box;overflow:hidden}.card-tags{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}.tag-badge{background-color:var(--light-grey);color:var(--dark-grey-text);border-radius:12px;padding:3px 8px;font-size:.7em;font-weight:600}.on-air-grid{scroll-behavior:smooth;gap:20px;padding-bottom:10px;display:flex;overflow-x:auto}.on-air-grid>.on-air-card-link{flex-shrink:0;width:380px}.on-air-card{background-color:var(--white);box-sizing:border-box;border-radius:12px;gap:15px;height:140px;padding:15px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #00000014}.on-air-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001f}.on-air-card.is-live{background-color:var(--yellow)}.on-air-card-cover-wrapper{flex-shrink:0;align-self:center;width:110px;height:110px}.on-air-card-cover{object-fit:cover;border-radius:8px;width:100%;height:100%}.on-air-card-details{flex-direction:column;flex-grow:1;justify-content:space-between;min-width:0;display:flex}.on-air-card-header{justify-content:space-between;align-items:center;display:flex}.on-air-card-status{text-transform:uppercase;border-radius:12px;flex-shrink:0;align-items:center;gap:5px;padding:3px 8px;font-size:.7em;font-weight:700;display:flex}.on-air-card-status.playing{background-color:var(--black);color:var(--yellow)}.on-air-card-status.next{background-color:var(--light-grey);color:var(--dark-grey-text)}.live-indicator-inline{background-color:red;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-inline}@keyframes pulse-inline{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.on-air-card-time{color:var(--dark-grey-text);font-size:.7em;font-weight:700}.on-air-card-main-content{justify-content:space-between;align-items:center;gap:10px;display:flex}.on-air-card-text-info{flex-grow:1;min-width:0}.on-air-card-show-title{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.1em;font-weight:600;overflow:hidden}.on-air-card-artist{color:var(--dark-grey-text);margin:0;font-size:.9em}.on-air-play-btn{color:var(--dark-grey-text);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:2.8em;transition:color .2s,transform .2s;display:flex}.on-air-play-btn:hover{color:var(--black);transform:scale(1.1)}.on-air-card-radio{color:var(--dark-grey-text);margin:0;font-size:.8em;font-weight:600}.show-card{background-color:var(--white);border-radius:8px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000000d}.show-card-cover{aspect-ratio:16/9;object-fit:cover;width:100%}.show-card-info{flex-direction:column;flex-grow:1;padding:15px;display:flex}.show-card-podcast-link{color:var(--dark-grey-text);align-items:center;gap:8px;margin-top:10px;font-size:.85em;font-weight:600;text-decoration:none;display:inline-flex}.show-card-podcast-link:hover{color:var(--black)}.back-link{color:var(--dark-grey-text);margin-bottom:30px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.back-link:hover{color:var(--black)}.promo-banner-container{border-radius:12px;width:90%;max-width:1400px;margin:20px auto;overflow:hidden;box-shadow:0 10px 20px #0000001a}.promo-banner-img{width:100%;height:auto;display:block}.section-layout{border-top:1px solid var(--medium-grey);align-items:flex-start;gap:40px;margin:40px 0;padding:20px 0;display:flex}.section-layout:last-of-type{border-bottom:1px solid var(--medium-grey)}.section-title-column{flex:1}.section-layout .section-title-column{position:sticky;top:20px}.section-title{margin:0;font-size:3em;font-weight:700;line-height:1.1}.section-carousel-column{flex:3;min-width:0}.detail-page-header{align-items:center;gap:40px;margin-bottom:40px;display:flex}.detail-page-cover-container{flex-shrink:0;position:relative}.detail-page-cover-radio{object-fit:cover;border-radius:12px;width:250px;height:250px;display:block;box-shadow:0 10px 20px #00000026}.cover-play-button{width:70px;height:70px;color:var(--white);border:2px solid var(--white);cursor:pointer;opacity:0;background-color:#0009;border-radius:50%;justify-content:center;align-items:center;font-size:24px;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.detail-page-cover-container:hover .cover-play-button{opacity:1}.cover-play-button:hover{transform:translate(-50%,-50%)scale(1.1)}.detail-page-header-info h1{margin:0 0 15px;font-size:3em}.detail-page-description{color:var(--dark-grey-text);white-space:pre-wrap;line-height:1.6}.listen-button{background-color:var(--black);color:var(--yellow);border:2px solid var(--black);cursor:pointer;text-transform:uppercase;border-radius:50px;align-items:center;gap:10px;margin-top:20px;padding:15px 30px;font-size:1em;font-weight:700;transition:all .2s;display:inline-flex}.listen-button:hover{background-color:var(--yellow);color:var(--black);transform:scale(1.05)}.social-links{gap:20px;margin-top:20px;display:flex}.social-links a{color:var(--dark-grey-text);font-size:1.8em;transition:color .2s}.social-links a:hover{color:var(--black)}.track-section-container{border-top:1px solid var(--medium-grey);border-bottom:1px solid var(--medium-grey);flex-direction:column;gap:50px;margin:40px 0;padding:20px 0;display:flex}.last-played-grid{grid-template-columns:repeat(7,1fr);gap:20px;display:grid}.last-played-card{background-color:var(--white);text-align:center;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.last-played-cover{aspect-ratio:1;object-fit:cover;width:100%;display:block}.last-played-info{flex-direction:column;justify-content:space-between;height:90px;padding:12px;display:flex}.last-played-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95em;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden}.last-played-artist{color:var(--dark-grey-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85em;display:-webkit-box;overflow:hidden}.last-played-time{color:var(--dark-grey-text);opacity:.8;margin-top:auto;font-size:.8em;font-weight:500}.track-list{flex-direction:column;gap:15px;margin:0;padding:0;list-style:none;display:flex}.track-list-item{align-items:center;gap:15px;display:flex}.track-list-cover{object-fit:cover;border-radius:4px;flex-shrink:0;width:50px;height:50px}.track-list-info{flex-direction:column;display:flex;overflow:hidden}.track-list-time{color:var(--dark-grey-text);font-size:.8em;font-weight:700}.track-list-title-text{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.track-list-artist{color:var(--dark-grey-text);white-space:nowrap;text-overflow:ellipsis;font-size:.9em;overflow:hidden}.podcast-detail-container{width:90%;max-width:1400px;margin:30px auto}.podcast-detail-grid{grid-template-columns:1fr 2fr;align-items:flex-start;gap:48px;display:grid}.podcast-detail-aside,.podcast-detail-main{background:var(--white);border-radius:16px;padding:30px;box-shadow:0 8px 20px #0000000f}.podcast-detail-cover{object-fit:cover;aspect-ratio:3/4;border-radius:12px;width:100%;margin-bottom:24px}.episode-list{flex-direction:column;gap:18px;margin:0;padding:0;list-style:none;display:flex}.episode-item-3col{border-bottom:1px solid var(--medium-grey);align-items:center;gap:18px;padding:14px 0;display:flex}.episode-cover-3col{object-fit:cover;border-radius:8px;flex-shrink:0;width:64px;height:64px}.episode-info-3col{flex-direction:column;flex-grow:1;gap:7px;min-width:0;display:flex}.episode-title-3col{color:var(--black);white-space:nowrap;text-overflow:ellipsis;font-size:1em;font-weight:600;overflow:hidden}.episode-play-btn-3col{color:var(--black);cursor:pointer;background:0 0;border:none;font-size:2.2em;transition:color .18s,transform .18s}.episode-play-btn-3col:hover{color:var(--yellow);transform:scale(1.1)}.episode-actions-3col{justify-content:flex-end;align-items:center;gap:15px;margin-left:auto;display:flex}.podcast-of-month-wrapper{background:var(--yellow);border-radius:16px;margin:40px 0;padding:16px 24px;box-shadow:0 4px 12px #0000001a}.podcast-of-month-wrapper .section-layout,.podcast-of-month-wrapper .section-title-column,.podcast-of-month-wrapper .section-carousel-column{border:none!important}.podcast-month-content{align-items:stretch;gap:24px;height:280px;display:flex}.podcast-month-cover-wrap{flex-shrink:0;width:280px;height:280px}.podcast-month-cover{object-fit:cover;border-radius:16px;width:100%;height:100%}.podcast-month-info{flex-direction:column;flex-grow:1;justify-content:space-between;gap:20px;height:280px;display:flex}.podcast-month-details{flex-direction:column;flex-grow:1;gap:16px;display:flex;overflow:hidden}.podcast-month-title-author{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.podcast-month-author{font-size:1.1em;font-weight:600}.podcast-month-title{font-size:1em;font-weight:500}.podcast-month-description{opacity:.9;white-space:pre-line;-webkit-line-clamp:6;-webkit-box-orient:vertical;font-size:1.05em;line-height:1.5;display:-webkit-box;overflow:hidden}.podcast-month-cta{background-color:var(--black);color:var(--yellow);text-transform:uppercase;border:2px solid var(--black);border-radius:50px;justify-content:center;align-items:center;padding:16px 24px;font-weight:700;text-decoration:none;transition:all .17s;display:inline-flex}.podcast-month-cta:hover{background:var(--yellow);color:var(--black);transform:scale(1.04)}@media (max-width:850px){.podcast-month-content{text-align:center;flex-direction:column;align-items:center;height:auto}.podcast-month-cover-wrap{width:200px;height:200px}.podcast-month-info{height:auto}.podcast-month-title-author,.podcast-month-cta-wrap{justify-content:center}.podcast-month-description{text-align:center;-webkit-line-clamp:4}}.news-header{margin-bottom:40px}.page-title{color:var(--black);margin-bottom:20px;font-size:3em}.news-categories{flex-wrap:wrap;gap:10px;margin-bottom:30px;display:flex;overflow-x:auto}.news-hero-grid{grid-template-columns:2fr 1fr;gap:20px;width:100%;min-height:500px;margin-bottom:50px;display:grid}.hero-main-card,.hero-side-card{color:var(--white);border-radius:16px;text-decoration:none;display:block;position:relative;overflow:hidden}.hero-main-card{width:100%;height:100%}.hero-side-column{flex-direction:column;gap:20px;height:100%;display:flex}.hero-side-card{flex:1}.hero-main-card img,.hero-side-card img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.hero-main-card:hover img,.hero-side-card:hover img{transform:scale(1.03)}.hero-overlay{box-sizing:border-box;background:linear-gradient(#0000,#000000e6);width:100%;padding:30px;position:absolute;bottom:0;left:0}.hero-category{background:var(--yellow);color:var(--black);text-transform:uppercase;border-radius:4px;margin-bottom:10px;padding:4px 10px;font-size:.7em;font-weight:700;display:inline-block}.hero-overlay h2{text-shadow:0 2px 4px #00000080;margin:0 0 10px;font-size:2em}.hero-overlay h3{text-shadow:0 2px 4px #00000080;margin:0;font-size:1.2em}.hero-overlay p{opacity:.9;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}@media (max-width:1024px){.news-hero-grid{flex-direction:column!important;height:auto!important;min-height:auto!important;display:flex!important}.hero-main-card{flex-shrink:0;margin-bottom:20px;height:350px!important}.hero-side-column{height:auto!important}.hero-side-card{flex:none!important;height:200px!important}}.news-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-top:30px;display:grid}.news-card{background:var(--white);border-radius:12px;flex-direction:column;height:100%;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000d}.news-card:hover{transform:translateY(-5px)}.news-card-cover-wrapper{height:200px;position:relative}.news-card-cover{object-fit:cover;width:100%;height:100%}.news-card-category{background:var(--white);color:var(--black);text-transform:uppercase;border-radius:4px;padding:4px 8px;font-size:.7em;font-weight:700;position:absolute;top:15px;left:15px}.news-card-content{flex-direction:column;flex-grow:1;padding:20px;display:flex}.news-card-date{color:var(--dark-grey-text);margin-bottom:8px;font-size:.8em}.news-card-title{margin:0 0 10px;font-size:1.2em;font-weight:700}.news-card-excerpt{color:var(--dark-grey-text);flex-grow:1;margin-bottom:15px;font-size:.9em}.news-read-more{text-transform:uppercase;font-size:.9em;font-weight:700}.article-header{text-align:center;max-width:800px;margin:0 auto 30px}.article-meta{color:var(--dark-grey-text);text-transform:uppercase;justify-content:center;gap:15px;margin-bottom:15px;font-size:.9em;font-weight:600;display:flex}.article-title{margin:0 0 15px;font-size:2.8em;line-height:1.1}.article-author{color:var(--dark-grey-text);font-style:italic}.article-cover-img{object-fit:cover;border-radius:16px;width:100%;max-height:600px;margin-bottom:40px}.article-content{color:#333;max-width:800px;margin:0 auto;font-size:1.1em;line-height:1.8}.article-content img{border-radius:8px;max-width:100%;height:auto;margin:20px 0}.related-news-section{border-top:1px solid var(--medium-grey);margin-top:80px;padding-top:40px}.tag-filter-list{border-bottom:1px solid var(--medium-grey);flex-wrap:wrap;gap:10px;margin-bottom:30px;padding-bottom:10px;display:flex}.tag-filter-item{color:var(--dark-grey-text);background-color:var(--white);border:1px solid var(--medium-grey);cursor:pointer;border-radius:20px;padding:8px 16px;font-size:.9em;font-weight:600;transition:all .2s}.tag-filter-item:hover{background-color:var(--light-grey);border-color:var(--dark-grey-text)}.tag-filter-item.active{background-color:var(--black);color:var(--yellow);border-color:var(--black)}.tag-filter-item:disabled{opacity:.5;cursor:not-allowed}.ad-top{justify-content:center;width:100%;max-width:970px;min-height:90px;margin:32px auto 24px;display:flex}@media (max-width:600px){.ad-top{min-height:60px}}.spotify-notice{color:var(--dark-grey-text);background-color:var(--white);border-radius:8px;margin-bottom:20px;padding:10px;font-size:.9em}.spotify-listen-button{background-color:#1db954;border-radius:50px;margin-top:20px;padding:15px 30px;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-block;color:var(--white)!important}.spotify-listen-button:hover{background-color:#1ed760}.shows-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:50px;display:grid}.next-show-container{margin-bottom:40px}.next-show-container h3{text-transform:uppercase;color:var(--dark-grey-text);margin-bottom:10px;font-size:1.2em}.next-show-card{background-color:var(--yellow);border-radius:12px;align-items:center;gap:20px;padding:20px;display:flex}.next-show-cover{object-fit:cover;border-radius:8px;flex-shrink:0;width:100px;height:100px}.next-show-info{flex-direction:column;display:flex}.next-show-time{font-size:1.4em;font-weight:700}.day-selector{border-bottom:1px solid var(--medium-grey);justify-content:center;gap:10px;margin:20px 0;padding-bottom:10px;display:flex}.day-selector-btn{color:var(--dark-grey-text);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:8px 16px;font-size:.9em;font-weight:600;transition:all .2s}.day-selector-btn.active,.day-selector-btn:hover{color:var(--black)}.day-selector-btn.active{border-bottom-color:var(--black)}.player-overlay{pointer-events:none;width:100%;height:100%;z-index:var(--z-player);position:fixed;top:0;left:0}.player-container{background-color:var(--white);opacity:0;pointer-events:none;box-sizing:border-box;border-radius:12px;justify-content:space-between;align-items:center;width:90%;max-width:1200px;height:90px;padding:0 25px;transition:transform .5s cubic-bezier(.68,-.55,.27,1.55),opacity .5s;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%,150%);box-shadow:0 5px 25px #00000026}.player-container.visible{opacity:1;pointer-events:auto;transform:translate(-50%)}.player-container.hidden{opacity:0;pointer-events:none;transform:translate(-50%,150%)}.track-info{cursor:pointer;align-items:center;gap:15px;width:35%;display:flex;overflow:hidden}.player-cover-art{object-fit:cover;border-radius:8px;flex-shrink:0;width:80px;height:80px;box-shadow:0 4px 8px #0000001a}.track-info-text{overflow:hidden}.track-info-text span{white-space:nowrap;text-overflow:ellipsis;font-weight:600;display:block;overflow:hidden}.track-info-text .artist{color:var(--dark-grey-text);font-size:.8em;font-weight:400}.player-center-controls{flex-grow:1;justify-content:center;align-items:center;gap:15px;display:flex}.play-pause-btn{color:var(--black);cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;font-size:2.5em;transition:transform .2s;display:flex}.play-pause-btn:hover{transform:scale(1.1)}.control-btn{color:var(--dark-grey-text);cursor:pointer;background:0 0;border:none;font-size:1.5em;transition:color .2s}.control-btn:hover{color:var(--black)}.control-btn:disabled{color:var(--medium-grey);cursor:not-allowed}.right-controls{justify-content:flex-end;align-items:center;gap:20px;width:35%;display:flex}.right-controls .player-radio-info{justify-content:flex-end;align-items:center;gap:8px;max-width:180px;display:flex}.right-controls .player-radio-name{color:#111827;text-align:right;word-wrap:break-word;text-transform:uppercase;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.right-controls .player-radio-logo{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;flex-shrink:0;width:80px;height:80px}.right-controls .mute-btn{font-size:1.8em}.expanded-view-container{background-color:var(--black);color:var(--white);pointer-events:none;opacity:0;border-radius:12px;width:90%;max-width:1200px;height:90px;transition:all .5s cubic-bezier(.4,0,.2,1);position:fixed;bottom:20px;left:50%;overflow:hidden;transform:translate(-50%)}.expanded-view-container.expanded{pointer-events:auto;opacity:1;border-radius:0;width:100%;max-width:none;height:100%;bottom:0;left:0;transform:translate(0)}.player-content-expanded{box-sizing:border-box;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:25px;width:100%;height:100%;padding:40px;transition:opacity .3s ease-in-out .2s;display:flex}.expanded-view-container.expanded .player-content-expanded{opacity:1}.collapse-btn{cursor:pointer;color:var(--yellow);z-index:10;background:0 0;border:none;font-size:1.5em;transition:transform .3s ease-in-out;position:absolute;top:40px;right:40px}.collapse-btn:hover{transform:scale(1.1)}.expanded-cover-art{aspect-ratio:1;object-fit:cover;border-radius:20px;width:100%;max-width:400px;box-shadow:0 10px 30px #0003}.expanded-track-info{text-align:center;width:100%;max-width:400px}.expanded-track-info h1{margin:10px 0 5px;font-size:2em}.expanded-track-info h2{color:var(--white);opacity:.8;margin:0;font-size:1.2em;font-weight:400}.progress-section{align-items:center;gap:10px;width:100%;display:flex}.time-stamp{color:var(--dark-grey-text);text-align:center;min-width:35px;font-size:.8em}.progress-bar{background-color:var(--medium-grey);cursor:pointer;border-radius:2px;flex-grow:1;height:4px}.progress{background-color:var(--yellow);border-radius:2px;height:100%;position:relative}.progress:after{content:"";background-color:var(--black);border-radius:50%;width:12px;height:12px;position:absolute;top:50%;right:-6px;transform:translateY(-50%)}.player-content-expanded .progress-section{max-width:400px}.player-content-expanded .time-stamp{color:var(--white)}.player-content-expanded .progress-bar{background-color:#ffffff4d}.player-content-expanded .progress-bar .progress{background-color:var(--yellow)}.player-content-expanded .progress-bar .progress:after{background-color:var(--white)}.expanded-controls{justify-content:center;align-items:center;gap:15px;margin:15px 0;display:flex}.expanded-controls button{color:var(--white);cursor:pointer;background:0 0;border:none;font-size:2em;transition:transform .2s}.expanded-controls button:hover{transform:scale(1.1)}.expanded-controls .play-pause-btn-expanded{justify-content:center;align-items:center;font-size:4em;display:flex}.expanded-footer-content{justify-content:space-between;align-items:center;gap:20px;width:90%;max-width:400px;display:flex;position:absolute;bottom:5%;left:50%;transform:translate(-50%)}.expanded-footer-content .volume-control{flex-grow:1}.expanded-footer-content .share-btn{cursor:pointer;color:var(--white);background:0 0;border:none;font-size:1.5em}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--white);cursor:pointer;border:1px solid #0003;border-radius:50%;width:16px;height:16px;margin-top:-6px}input[type=range]::-moz-range-thumb{background:var(--white);cursor:pointer;border:none;border-radius:50%;width:16px;height:16px}.player-container input[type=range]::-webkit-slider-runnable-track{cursor:pointer;background:linear-gradient(to right,var(--yellow)var(--volume-progress,100%),var(--medium-grey)var(--volume-progress,100%));border-radius:2px;width:100%;height:4px}.player-container input[type=range]::-moz-range-track{cursor:pointer;background:linear-gradient(to right,var(--yellow)var(--volume-progress,100%),var(--medium-grey)var(--volume-progress,100%));border-radius:2px;width:100%;height:4px}.player-container input[type=range]::-webkit-slider-thumb{background:var(--dark-grey-text)}.player-container input[type=range]::-moz-range-thumb{background:var(--dark-grey-text)}.player-content-expanded input[type=range]::-webkit-slider-runnable-track{cursor:pointer;background:linear-gradient(to right,var(--yellow)var(--volume-progress,100%),#ffffff4d var(--volume-progress,100%));border-radius:2px;width:100%;height:4px}.player-content-expanded input[type=range]::-moz-range-track{cursor:pointer;background:linear-gradient(to right,var(--yellow)var(--volume-progress,100%),#ffffff4d var(--volume-progress,100%));border-radius:2px;width:100%;height:4px}
:root{--background:#fff;--foreground:#171717;--yellow:#efff02;--black:#121212}body{font-family:var(--font-poppins),sans-serif;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-poppins),sans-serif;font-weight:700}
