.bg_wrapper{position:fixed;top:0;right:0;width:50vw;height:100vh;z-index:0;overflow:hidden}.content_area{flex:1;height:calc(100vh - 60px);margin-top:60px}.content_area,.left_content{display:flex;position:relative;z-index:2}.left_content{width:60%;padding:4rem 4rem 4rem 3rem;flex-direction:column;justify-content:center;color:black;line-height:1.2}.content_wrapper{max-width:900px;width:100%;margin-left:0;margin-right:auto;font-size:clamp(.8rem,2vw,2rem)}.left_group{display:flex;align-items:center;gap:30px}.link_wrapper{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-top:1rem}.logo_full{justify-content:center;margin-bottom:2rem}.now_playing{display:flex;flex-direction:column;justify-content:flex-start;font-family:Helvetica,sans-serif;font-size:1rem;margin-left:10%}.placeholder{font-style:italic;color:#555}.logo{margin-right:20px}.logo:hover{transform:scale(1.1)}.menu_icon{display:none;flex-direction:column;cursor:pointer;z-index:4;padding:25px}.menu_icon span{background:#000000;height:2px;width:25px;margin-bottom:5px;border-radius:5px;z-index:1}.menu_toggle{position:absolute;opacity:0;width:0;height:0}.nav{display:flex;gap:15px}.nav_link{font-family:CeraPro;margin-right:2rem;cursor:pointer;font-size:1.5rem;font-weight:550;color:black;text-decoration:none;border:none;background:none;padding:0}.nav_link:hover{text-decoration:underline}.right_player{width:50%;justify-content:center;z-index:2;position:relative}.right_player,.top_bar{display:flex;align-items:center}.top_bar{background-color:#cbef3900;position:fixed;top:0;left:0;width:100%;text-align:left;padding:10px;z-index:10;justify-content:space-between}@media (max-width:768px){.bg_wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;overflow:hidden}.link_wrapper{justify-content:center}.content_area{flex-direction:column;margin-top:100px}.left_content{width:100%;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:82%;margin:0 auto;word-break:break-word}.menu_icon,.menu_toggle:checked~.left_group .nav{display:flex}.nav{background-color:#D9E021;display:none;flex-direction:column;position:absolute;top:0;left:0;width:100%}.nav_link{padding:15px;text-align:center}.right_player{display:none}.logo_full{margin-bottom:2rem;max-width:100%}}.custom_player.desktop_only{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.loading_player{top:20px;width:250px;left:100px;height:250px;gap:.5rem}@keyframes blink-animation{0%{opacity:1}50%{opacity:.05}to{opacity:1}}.blink-icon,.new_button.blink-text{animation:blink-animation 2s infinite alternate}.bg_wrapper{width:870px}.logo_full{display:flex;justify-content:flex-start;align-items:center;margin-bottom:-.5rem;margin-left:100;transform:translateX(-10%) translateY(-10%);width:100%}.play_button{top:20px;width:250px;left:100px;height:250px;gap:.5rem;width:280px;height:280px;border-radius:50%;border:4px solid black;background:transparent;cursor:pointer;position:relative}.play_button,.slider_wrapper{display:flex;align-items:center}.slider_wrapper{height:26px;margin-top:9%;justify-content:center;margin-left:3rem}.volume_slider{-webkit-appearance:none;appearance:none;width:280px;height:4px;background:black;cursor:pointer;transform:rotate(-90deg);transform-origin:center;border-radius:2px;outline:none;margin:0}.volume_slider::-webkit-slider-runnable-track{background:black;height:4px;border-radius:2px}.volume_slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:black;border:1px solid white;border-radius:50%;cursor:pointer;margin-top:-4px}.volume_slider::-moz-range-track{background:black;height:4px;border-radius:2px}.volume_slider::-moz-range-thumb{width:12px;height:12px;background:black;border:1px solid white;border-radius:50%;cursor:pointer}.br1{margin-bottom:200px}.mobile_player_wrapper{display:none;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background:rgba(255,255,255,0);border:3px solid black;border-radius:20px;font-family:Helvetica,sans-serif;font-size:1rem;color:black;max-width:94vw;margin-inline:auto;box-shadow:0 4px 10px rgba(0,0,0,.1)}.now_playing{text-align:left;margin-left:3%;font-size:18px}.now_playing .highlight{font-weight:700;font-style:italic}.now_playing em{font-style:italic;color:#555;font-size:14px}.horizontal_volume_slider{width:80%;appearance:none;height:3px;background:black;border-radius:5px;cursor:pointer}.horizontal_volume_slider::-webkit-slider-thumb{appearance:none;width:16px;height:16px;background:black;border:1px solid white;border-radius:50%}.horizontal_volume_slider::-moz-range-thumb{width:16px;height:16px;background:black;border:2px solid white;border-radius:50%}.mobile_controls{gap:1.5rem}.circle_button,.mobile_controls{display:flex;justify-content:center;align-items:center}.circle_button{background:white;border:2px solid black;border-radius:50%;width:60px;height:60px;font-size:24px;cursor:pointer}@media (max-width:768px){.custom_player.desktop_only{display:none}.mobile_player_wrapper{display:flex;max-width:80vw}.now_playing{text-align:center;margin-left:3%;font-size:18px}.circle_button img{height:60%;width:70%;object-fit:contain}.pause_icon{display:flex;gap:6px;justify-content:center;align-items:center;height:32px}.pause_icon:after,.pause_icon:before{content:"";display:block;width:8px;height:32px;background:black}.desktop_only{display:none}}.new_button{background:#f1ef00;color:black;border:1px solid black;border-radius:999px;padding:.8rem 2rem;font-size:1.25rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s}.new_button:hover{background:#e4e200}.new_button:active{transform:translateY(2px)}