:root{--horizontal-margin:4%;--navbar-height:76px;--background:#1f1f1f;--backgroundSecondary:#000;--foreground:#fff;--primary:#fc5aff;--secondary:hotpink;--secondaryBg:#00000;--border:#e0e0e0;--code-bg:#f4f4f4;--code-text:#171717;--text-color:#000}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--primaryFont),monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s,color .3s}main{padding-top:64px}strong,.bold{font-weight:700}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3{font-weight:700}em,i{font-style:italic}a{color:inherit;text-decoration:none}code,pre{font-family:var(--codeFont),monospace;background-color:var(--code-bg);color:var(--code-text);border-radius:4px;padding:.2rem .4rem}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
@font-face{font-family:primaryFont;src:url(../media/CascadiaCode-s.p.98d50f70.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:primaryFont;src:url(../media/CascadiaCode-s.p.98d50f70.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:primaryFont;src:url(../media/CascadiaCodeItalic-s.p.0cc07f8a.woff2)format("woff2");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:primaryFont Fallback;src:local(Arial);ascent-override:72.25%;descent-override:18.25%;line-gap-override:0.0%;size-adjust:128.41%}.primaryfont_6bc91d4-module__dyOV-G__className{font-family:primaryFont,primaryFont Fallback}.primaryfont_6bc91d4-module__dyOV-G__variable{--primaryFont:"primaryFont","primaryFont Fallback"}
@font-face{font-family:monoFont;src:url(../media/CascadiaMono-s.p.98827393.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:monoFont;src:url(../media/CascadiaMono-s.p.98827393.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:monoFont Fallback;src:local(Arial);ascent-override:72.25%;descent-override:18.25%;line-gap-override:0.0%;size-adjust:128.41%}.monofont_f0fb5df9-module__9VAhna__className{font-family:monoFont,monoFont Fallback}.monofont_f0fb5df9-module__9VAhna__variable{--monoFont:"monoFont","monoFont Fallback"}
.Navbar-module__UMbBgq__navbar{background-color:var(--backgroundSecondary);color:var(--text-color);width:100%;height:var(--navbar-height);z-index:100;align-items:center;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000001a}.Navbar-module__UMbBgq__container{margin:0 var(--horizontal-margin);justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__UMbBgq__logo{font-size:1.5rem;font-weight:700;text-decoration:none}.Navbar-module__UMbBgq__navLinks{gap:24px;list-style:none;display:flex}.Navbar-module__UMbBgq__navLinks li a{color:#fff;text-transform:uppercase;text-shadow:.04em 0 #ff0000e6,-.04em 0 #00ffffe6;padding:8px 12px;font-size:1.8rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;animation:1.5s infinite Navbar-module__UMbBgq__glitchStrong;position:relative}.Navbar-module__UMbBgq__active{font-weight:600;color:var(--primary)!important}.Navbar-module__UMbBgq__navLinks li a:hover{text-shadow:.06em 0 red,-.06em 0 #0ff;transform:scale(1.1)}.Navbar-module__UMbBgq__menuButton{cursor:pointer;color:var(--foreground);background:0 0;border:none;font-size:2.2rem;display:none}.Navbar-module__UMbBgq__mobileMenu{top:var(--navbar-height);width:100%;height:calc(100vh - var(--navbar-height));background-color:var(--background);flex-direction:column;justify-content:space-between;align-items:center;padding:24px;display:flex;position:fixed;left:0}.Navbar-module__UMbBgq__mobileTopRow,.Navbar-module__UMbBgq__mobileBottomRow{justify-content:space-between;width:100%;display:flex}.Navbar-module__UMbBgq__mobileImage,.Navbar-module__UMbBgq__mobileImageRight{transform:scale(1.4)}.Navbar-module__UMbBgq__mobileNavLinks{flex-direction:column;align-items:center;gap:16px;list-style:none;display:flex}.Navbar-module__UMbBgq__mobileNavLinks li a{color:#fff;text-transform:uppercase;text-shadow:.02em 0 #ff0000bf,-.02em 0 #00ffffbf;font-size:3.5rem;font-weight:900;text-decoration:none;transition:all .3s ease-in-out;animation:2s infinite Navbar-module__UMbBgq__glitch}.Navbar-module__UMbBgq__mobileNavLinks li a.Navbar-module__UMbBgq__active{color:var(--primary)!important}.Navbar-module__UMbBgq__mobileNavLinks li a:hover{text-shadow:.03em 0 red,-.03em 0 #0ff;transform:scale(1.05)}@media (max-width:768px){.Navbar-module__UMbBgq__menuButton{display:block}.Navbar-module__UMbBgq__navLinks{display:none}.Navbar-module__UMbBgq__mobileNavLinks li a{display:block}.Navbar-module__UMbBgq__mobileNavLinks li:nth-child(odd) a{transform:translate(-40px)}.Navbar-module__UMbBgq__mobileNavLinks li:nth-child(2n) a{transform:translate(40px)}}@keyframes Navbar-module__UMbBgq__glitch{0%,to{text-shadow:.02em 0 #ff0000bf,-.02em 0 #00ffffbf}5%{text-shadow:.03em 0 #ff0000bf,-.03em 0 #00ffffbf}10%{text-shadow:-.02em 0 #ff0000bf,.02em 0 #00ffffbf}15%,85%{text-shadow:.02em 0 #ff0000bf,-.02em 0 #00ffffbf}90%{text-shadow:-.03em 0 #ff0000bf,.03em 0 #00ffffbf}95%{text-shadow:.02em 0 #ff0000bf,-.02em 0 #00ffffbf}}@keyframes Navbar-module__UMbBgq__glitchStrong{0%,to{text-shadow:.04em 0 #ff0000e6,-.04em 0 #00ffffe6}5%{text-shadow:.05em 0 red,-.05em 0 #0ff}10%{text-shadow:-.04em 0 red,.04em 0 #0ff}15%,85%{text-shadow:.04em 0 #ff0000e6,-.04em 0 #00ffffe6}20%{text-shadow:.06em 0 #f00c,-.03em 0 #0ffc}25%{text-shadow:-.05em 0 #ff0000e6,.05em 0 #00ffffe6}90%{text-shadow:-.05em 0 red,.05em 0 #0ff}95%{text-shadow:.04em 0 #ff0000e6,-.04em 0 #00ffffe6}}
.NewsletterForm-module__ZkTi-a__newsletter{width:100%}.NewsletterForm-module__ZkTi-a__content{flex-direction:column-reverse;justify-content:center;align-items:center;gap:32px;display:flex}.NewsletterForm-module__ZkTi-a__form{width:100%;max-width:520px;padding-left:16px;padding-right:16px}.NewsletterForm-module__ZkTi-a__inputWrapper{flex-direction:column;gap:12px;margin-bottom:12px;display:flex}.NewsletterForm-module__ZkTi-a__input{color:#fff;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:1rem;transition:all .2s}.NewsletterForm-module__ZkTi-a__input::placeholder{color:#fff6}.NewsletterForm-module__ZkTi-a__input:focus{background:#ffffff14;border-color:#fff6}.NewsletterForm-module__ZkTi-a__input:disabled{opacity:.5;cursor:not-allowed}.NewsletterForm-module__ZkTi-a__button{background:var(--secondary);color:#fff;text-transform:uppercase;cursor:pointer;border:none;border-radius:8px;width:100%;padding:12px 24px;font-size:1rem;font-weight:700;transition:all .3s}.NewsletterForm-module__ZkTi-a__button:hover:not(:disabled){filter:brightness(1.1);background:#ff69b4;transform:scale(1.02);box-shadow:0 0 20px #f006,0 0 20px #0ff6}.NewsletterForm-module__ZkTi-a__button:disabled{opacity:.5;cursor:not-allowed}.NewsletterForm-module__ZkTi-a__textContent{text-align:left;padding-left:16px}.NewsletterForm-module__ZkTi-a__title{text-transform:uppercase;color:#fff;text-shadow:.04em 0 #ff0000e6,-.04em 0 #00ffffe6;margin-bottom:12px;font-size:2rem;font-weight:700;animation:1.5s infinite NewsletterForm-module__ZkTi-a__glitchStrong}.NewsletterForm-module__ZkTi-a__description{color:#999;max-width:320px;font-size:.95rem;line-height:1.5}.NewsletterForm-module__ZkTi-a__message{border-radius:4px;margin-top:8px;padding:8px;font-size:.9rem;animation:.3s NewsletterForm-module__ZkTi-a__fadeIn}.NewsletterForm-module__ZkTi-a__success{color:#4ade80;background:#4ade801a}.NewsletterForm-module__ZkTi-a__error{color:#f87171;background:#f871711a}@keyframes NewsletterForm-module__ZkTi-a__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes NewsletterForm-module__ZkTi-a__glitchStrong{0%,to{text-shadow:.04em 0 #ff0000e6,-.04em 0 #00ffffe6}5%{text-shadow:.05em 0 red,-.05em 0 #0ff}10%{text-shadow:-.04em 0 red,.04em 0 #0ff}15%,85%{text-shadow:.04em 0 #ff0000e6,-.04em 0 #00ffffe6}90%{text-shadow:-.05em 0 red,.05em 0 #0ff}}@media (min-width:768px){.NewsletterForm-module__ZkTi-a__content{flex-direction:row;justify-content:flex-end;align-items:center;gap:80px}.NewsletterForm-module__ZkTi-a__form{flex:none;max-width:480px;padding-left:0;padding-right:0}.NewsletterForm-module__ZkTi-a__textContent{flex:none;padding-left:0}.NewsletterForm-module__ZkTi-a__inputWrapper{flex-direction:row;align-items:stretch}.NewsletterForm-module__ZkTi-a__input{flex:1}.NewsletterForm-module__ZkTi-a__button{width:auto;min-width:140px}}
.NewsletterSection-module__UBZfdG__section{background:#1a1a1a;border-top:1px solid #ffffff1a;width:100%;padding:80px 0}.NewsletterSection-module__UBZfdG__container{width:100%;padding:0 var(--horizontal-margin)}@media (max-width:768px){.NewsletterSection-module__UBZfdG__section{padding:60px 0}}
.Footer-module__as8s1W__footer{color:var(--foreground);background-color:#000;padding:100px 0 60px}.Footer-module__as8s1W__container{text-align:center;padding:0 var(--horizontal-margin);flex-direction:column;align-items:center;gap:24px;max-width:1200px;margin:0 auto;display:flex}.Footer-module__as8s1W__leftSection{flex-direction:column;align-items:center;gap:20px;display:flex}.Footer-module__as8s1W__logo{justify-content:center;display:flex}.Footer-module__as8s1W__navLinks{flex-direction:column;align-items:center;gap:8px;display:flex}.Footer-module__as8s1W__navLinks a{color:#fff;text-transform:uppercase;text-shadow:.04em 0 #ff0000e6,-.04em 0 #00ffffe6;font-size:1.4rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;animation:1.5s infinite Footer-module__as8s1W__glitchStrong}.Footer-module__as8s1W__navLinks a:hover{text-shadow:.06em 0 red,-.06em 0 #0ff;transform:scale(1.1)}.Footer-module__as8s1W__rightSection{flex-direction:column;align-items:center;gap:12px;margin-top:20px;display:flex}.Footer-module__as8s1W__getInTouch{font-weight:700}.Footer-module__as8s1W__socialMedia{flex-direction:column;align-items:center;gap:12px;display:flex}.Footer-module__as8s1W__socialMedia a{color:#fff;text-transform:uppercase;text-shadow:.04em 0 #ff0000e6,-.04em 0 #00ffffe6;align-items:center;gap:8px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;animation:1.5s infinite Footer-module__as8s1W__glitchStrong;display:flex}.Footer-module__as8s1W__socialMedia a:hover{text-shadow:.06em 0 red,-.06em 0 #0ff;transform:scale(1.1)}.Footer-module__as8s1W__signature{text-align:center;width:100%;margin-top:20px}.Footer-module__as8s1W__signatureTop{color:#666;text-transform:uppercase;margin-bottom:4px;font-size:.9rem}.Footer-module__as8s1W__signatureBottom{color:#999;text-transform:uppercase;text-shadow:.03em 0 #ff0000b3,-.03em 0 #00ffffb3;font-size:1.2rem;font-weight:700;animation:3s infinite Footer-module__as8s1W__glitchSubtle}.Footer-module__as8s1W__signatureContact{color:#666;margin-top:4px;font-size:.9rem;text-decoration:none;transition:color .3s;display:inline-block}.Footer-module__as8s1W__signatureContact:hover{color:#999;text-decoration:underline}.Footer-module__as8s1W__copyright{color:#999;text-shadow:.03em 0 #ff0000b3,-.03em 0 #00ffffb3;margin-left:8px;font-size:.8rem;animation:3s infinite Footer-module__as8s1W__glitchSubtle}@keyframes Footer-module__as8s1W__glitchSubtle{0%,to{text-shadow:.03em 0 #ff0000b3,-.03em 0 #00ffffb3}50%{text-shadow:.04em 0 #f00c,-.04em 0 #0ffc}}@media (min-width:768px){.Footer-module__as8s1W__container{text-align:left;grid-template-rows:auto auto;grid-template-columns:auto 1fr auto;justify-content:space-between;align-items:center;gap:16px;display:grid}.Footer-module__as8s1W__leftSection{flex-direction:row;grid-column:1/2;align-items:center}.Footer-module__as8s1W__logo{justify-content:flex-start}.Footer-module__as8s1W__navLinks{align-items:flex-start}.Footer-module__as8s1W__rightSection{grid-column:3/4;align-items:flex-end;margin-top:0}.Footer-module__as8s1W__socialMedia{align-items:flex-end}.Footer-module__as8s1W__signature{text-align:center;grid-column:1/-1;margin-top:30px}}@keyframes Footer-module__as8s1W__glitchStrong{0%,to{text-shadow:.04em 0 #ff0000e6,-.04em 0 #00ffffe6}5%{text-shadow:.05em 0 red,-.05em 0 #0ff}10%{text-shadow:-.04em 0 red,.04em 0 #0ff}15%,85%{text-shadow:.04em 0 #ff0000e6,-.04em 0 #00ffffe6}20%{text-shadow:.06em 0 #f00c,-.03em 0 #0ffc}25%{text-shadow:-.05em 0 #ff0000e6,.05em 0 #00ffffe6}90%{text-shadow:-.05em 0 red,.05em 0 #0ff}95%{text-shadow:.04em 0 #ff0000e6,-.04em 0 #00ffffe6}}
.AudioVisualizer-module__wVG53W__audioVisualizer{align-items:flex-end;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AudioVisualizer-module__wVG53W__large{gap:2px;height:16px}.AudioVisualizer-module__wVG53W__small{gap:1px;height:12px}.AudioVisualizer-module__wVG53W__visualizerBar{background-color:#ff992c;border-radius:1px;animation-duration:.5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.AudioVisualizer-module__wVG53W__large .AudioVisualizer-module__wVG53W__visualizerBar{border-radius:2px;width:3px}.AudioVisualizer-module__wVG53W__small .AudioVisualizer-module__wVG53W__visualizerBar{border-radius:1px;width:2px}.AudioVisualizer-module__wVG53W__large .AudioVisualizer-module__wVG53W__bar1{height:6px;animation-name:AudioVisualizer-module__wVG53W__pulse1Large}.AudioVisualizer-module__wVG53W__large .AudioVisualizer-module__wVG53W__bar2{height:12px;animation-name:AudioVisualizer-module__wVG53W__pulse2Large;animation-delay:.15s}.AudioVisualizer-module__wVG53W__large .AudioVisualizer-module__wVG53W__bar3{height:8px;animation-name:AudioVisualizer-module__wVG53W__pulse3Large;animation-delay:.3s}.AudioVisualizer-module__wVG53W__small .AudioVisualizer-module__wVG53W__bar1{height:4px;animation-name:AudioVisualizer-module__wVG53W__pulse1Small}.AudioVisualizer-module__wVG53W__small .AudioVisualizer-module__wVG53W__bar2{height:8px;animation-name:AudioVisualizer-module__wVG53W__pulse2Small;animation-delay:.15s}.AudioVisualizer-module__wVG53W__small .AudioVisualizer-module__wVG53W__bar3{height:6px;animation-name:AudioVisualizer-module__wVG53W__pulse3Small;animation-delay:.3s}@keyframes AudioVisualizer-module__wVG53W__pulse1Large{0%,to{height:6px}50%{height:16px}}@keyframes AudioVisualizer-module__wVG53W__pulse2Large{0%,to{height:12px}50%{height:5px}}@keyframes AudioVisualizer-module__wVG53W__pulse3Large{0%,to{height:8px}50%{height:14px}}@keyframes AudioVisualizer-module__wVG53W__pulse1Small{0%,to{height:4px}50%{height:12px}}@keyframes AudioVisualizer-module__wVG53W__pulse2Small{0%,to{height:8px}50%{height:3px}}@keyframes AudioVisualizer-module__wVG53W__pulse3Small{0%,to{height:6px}50%{height:10px}}@media (min-width:901px){.AudioVisualizer-module__wVG53W__large{gap:3px;height:20px}.AudioVisualizer-module__wVG53W__small{gap:1.5px;height:14px}.AudioVisualizer-module__wVG53W__large .AudioVisualizer-module__wVG53W__visualizerBar{width:4px}.AudioVisualizer-module__wVG53W__small .AudioVisualizer-module__wVG53W__visualizerBar{width:2.5px}.AudioVisualizer-module__wVG53W__large .AudioVisualizer-module__wVG53W__bar1{height:8px}.AudioVisualizer-module__wVG53W__large .AudioVisualizer-module__wVG53W__bar2{height:15px}.AudioVisualizer-module__wVG53W__large .AudioVisualizer-module__wVG53W__bar3{height:10px}.AudioVisualizer-module__wVG53W__small .AudioVisualizer-module__wVG53W__bar1{height:5px}.AudioVisualizer-module__wVG53W__small .AudioVisualizer-module__wVG53W__bar2{height:10px}.AudioVisualizer-module__wVG53W__small .AudioVisualizer-module__wVG53W__bar3{height:7px}@keyframes AudioVisualizer-module__wVG53W__pulse1Large{0%,to{height:8px}50%{height:20px}}@keyframes AudioVisualizer-module__wVG53W__pulse2Large{0%,to{height:15px}50%{height:6px}}@keyframes AudioVisualizer-module__wVG53W__pulse3Large{0%,to{height:10px}50%{height:18px}}@keyframes AudioVisualizer-module__wVG53W__pulse1Small{0%,to{height:5px}50%{height:14px}}@keyframes AudioVisualizer-module__wVG53W__pulse2Small{0%,to{height:10px}50%{height:4px}}@keyframes AudioVisualizer-module__wVG53W__pulse3Small{0%,to{height:7px}50%{height:12px}}}
.PlayButton-module__Y_p03W__audioPlayerButton{z-index:1000;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:transform .2s;display:flex;position:fixed;bottom:18px;right:14px}.PlayButton-module__Y_p03W__audioPlayerButton:hover{transform:scale(1.05)}.PlayButton-module__Y_p03W__audioPlayerButton:active{transform:scale(.98)}.PlayButton-module__Y_p03W__buttonImage{width:110px;height:111px;display:block}@media (min-width:901px){.PlayButton-module__Y_p03W__audioPlayerButton{bottom:40px;right:30px}.PlayButton-module__Y_p03W__buttonImage{width:129px;height:130px}}
.Playlist-module__3p8sTW__playlist{flex-direction:column;gap:0;width:100%;max-height:210px;display:flex;overflow-y:auto}.Playlist-module__3p8sTW__playlistItem{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-family:Poppins,sans-serif;transition:background-color .2s;display:flex}.Playlist-module__3p8sTW__playlistItem:hover{background-color:#ffad564d}.Playlist-module__3p8sTW__playlistItemAlt{background-color:#ffad56}.Playlist-module__3p8sTW__playlistItemActive{background-color:#ffad5680}.Playlist-module__3p8sTW__trackInfo{flex:1;align-items:center;gap:12px;display:flex}.Playlist-module__3p8sTW__trackCover{border-radius:8px;justify-content:center;align-items:center;width:35px;height:35px;display:flex;position:relative;overflow:hidden}.Playlist-module__3p8sTW__coverImage{object-fit:cover;border-radius:8px;width:100%;height:100%}.Playlist-module__3p8sTW__coverImageMobile{display:block}.Playlist-module__3p8sTW__coverImageDesktop{display:none}.Playlist-module__3p8sTW__playingIndicator{color:#ff992c;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:16px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Playlist-module__3p8sTW__trackDetails{flex-direction:column;gap:0;display:flex}.Playlist-module__3p8sTW__trackTitle{color:#000;font-size:14px;font-weight:500;line-height:1}.Playlist-module__3p8sTW__trackArtist{color:#000000b3;font-size:12px}.Playlist-module__3p8sTW__trackDuration{color:#000000b3;font-family:Poppins,sans-serif;font-size:14px}@media (min-width:901px){.Playlist-module__3p8sTW__playlist{max-height:268px}.Playlist-module__3p8sTW__playlistItem{padding:14px 20px}.Playlist-module__3p8sTW__trackCover{width:45px;height:45px}.Playlist-module__3p8sTW__coverImageMobile{display:none}.Playlist-module__3p8sTW__coverImageDesktop{display:block}.Playlist-module__3p8sTW__trackTitle{font-size:16px}.Playlist-module__3p8sTW__trackArtist{font-size:14px}.Playlist-module__3p8sTW__trackDuration{font-size:15px}}
.PlayerControls-module__7GbDrW__controls{background:#ff992c;border-top:1px solid #0000001a;flex:1;justify-content:space-between;align-items:center;gap:4px;padding:20px 8px;display:flex}.PlayerControls-module__7GbDrW__timeDisplay{color:#000;min-width:70px;margin-left:8px;font-family:Poppins,sans-serif;font-size:12px}.PlayerControls-module__7GbDrW__playbackControls{align-items:center;gap:4px;display:flex}.PlayerControls-module__7GbDrW__controlButton{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:flex}.PlayerControls-module__7GbDrW__controlButton:hover{opacity:.8}.PlayerControls-module__7GbDrW__controlButton:active{transform:scale(.95)}.PlayerControls-module__7GbDrW__jumpButton{width:28px;height:28px}.PlayerControls-module__7GbDrW__pauseButton{width:12px;height:20px}.PlayerControls-module__7GbDrW__playButton{width:18px;height:22px}.PlayerControls-module__7GbDrW__playPauseContainer{justify-content:center;align-items:center;width:18px;height:22px;display:flex}.PlayerControls-module__7GbDrW__volumeButton{width:32px;height:32px}@media (min-width:901px){.PlayerControls-module__7GbDrW__controls{gap:8px;padding:20px}.PlayerControls-module__7GbDrW__timeDisplay{min-width:80px;font-size:14px}.PlayerControls-module__7GbDrW__playbackControls{gap:8px}.PlayerControls-module__7GbDrW__jumpButton{width:36px;height:36px}.PlayerControls-module__7GbDrW__pauseButton{width:15px;height:25px}.PlayerControls-module__7GbDrW__playButton,.PlayerControls-module__7GbDrW__playPauseContainer{width:23px;height:27px}.PlayerControls-module__7GbDrW__volumeButton{width:35px;height:35px}}
.PlayerDialog-module__ch4wBq__dialogBackdrop{pointer-events:none;z-index:1001;background:0 0;position:fixed;inset:0}.PlayerDialog-module__ch4wBq__dialog{pointer-events:all;z-index:1002;background:#ff992c;border:none;border-radius:12px;flex-direction:column;width:90vw;max-width:256px;height:330px;padding:0;animation:.3s ease-out PlayerDialog-module__ch4wBq__slideUp;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000004d;margin:0!important;position:fixed!important;inset:auto 20px 133px auto!important}.PlayerDialog-module__ch4wBq__dialog::backdrop{background:0 0}.PlayerDialog-module__ch4wBq__header{background:#ff992c;border-bottom:1px solid #0000001a;justify-content:center;align-items:center;padding:16px;display:flex;position:relative}.PlayerDialog-module__ch4wBq__logo{width:92px;height:16px}.PlayerDialog-module__ch4wBq__closeButton{cursor:pointer;color:#000;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.PlayerDialog-module__ch4wBq__closeButton:hover{opacity:.7}@keyframes PlayerDialog-module__ch4wBq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:901px){.PlayerDialog-module__ch4wBq__dialog{max-width:330px;height:410px;bottom:170px!important;right:30px!important}.PlayerDialog-module__ch4wBq__header{padding:20px}.PlayerDialog-module__ch4wBq__logo{width:102px;height:17px}.PlayerDialog-module__ch4wBq__closeButton{font-size:24px;right:16px}}.mobile-image{display:block}.desktop-image{display:none}@media (min-width:901px){.mobile-image{display:none}.desktop-image{display:block}}
