@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css?family=Nunito:400,700";:root{--color-black: #000000;--color-grey: #293647;--color-white: #ffffff;--color-blue: #2D4D89;--color-blue-purple: #6071BE;--color-purple: #A265E5;--color-pink: #EC6DFF;--color-red: #FF5656;--color-green: #2D7F89;--box-shadow: rgba(0, 0, 0, .25) 0px 54px 55px, rgba(0, 0, 0, .12) 0px -12px 30px, rgba(0, 0, 0, .12) 0px 4px 6px, rgba(0, 0, 0, .17) 0px 12px 13px, rgba(0, 0, 0, .09) 0px -3px 5px;--box-shadow-bottom: 0px 54px 55px rgba(0, 0, 0, .25), 0px 4px 6px rgba(0, 0, 0, .12), 0px 12px 13px rgba(0, 0, 0, .17);--box-shadow-top: 0px -54px 55px rgba(0, 0, 0, .25), 0px -4px 6px rgba(0, 0, 0, .12), 0px -12px 13px rgba(0, 0, 0, .17);--box-shadow-90: rgba(0, 0, 0, .225) 0px 54px 55px, rgba(0, 0, 0, .108) 0px -12px 30px, rgba(0, 0, 0, .108) 0px 4px 6px, rgba(0, 0, 0, .153) 0px 12px 13px, rgba(0, 0, 0, .081) 0px -3px 5px;--box-shadow-80: rgba(0, 0, 0, .2) 0px 54px 55px, rgba(0, 0, 0, .096) 0px -12px 30px, rgba(0, 0, 0, .096) 0px 4px 6px, rgba(0, 0, 0, .136) 0px 12px 13px, rgba(0, 0, 0, .072) 0px -3px 5px;--box-shadow-70: rgba(0, 0, 0, .175) 0px 54px 55px, rgba(0, 0, 0, .084) 0px -12px 30px, rgba(0, 0, 0, .084) 0px 4px 6px, rgba(0, 0, 0, .119) 0px 12px 13px, rgba(0, 0, 0, .063) 0px -3px 5px;--box-shadow-60: rgba(0, 0, 0, .15) 0px 54px 55px, rgba(0, 0, 0, .072) 0px -12px 30px, rgba(0, 0, 0, .072) 0px 4px 6px, rgba(0, 0, 0, .102) 0px 12px 13px, rgba(0, 0, 0, .054) 0px -3px 5px;--box-shadow-50: rgba(0, 0, 0, .125) 0px 54px 55px, rgba(0, 0, 0, .06) 0px -12px 30px, rgba(0, 0, 0, .06) 0px 4px 6px, rgba(0, 0, 0, .085) 0px 12px 13px, rgba(0, 0, 0, .045) 0px -3px 5px;--spacing: 3%;--font-primary: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif }*{box-sizing:border-box;margin:0;padding:0}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}html,body{height:100%;width:100%;margin:0;padding:0}body{font-family:var(--font-primary);color:var(--color-black);background-color:var(--color-white);line-height:1.6;position:relative}body:before{content:"";position:fixed;top:-10%;left:0;right:0;bottom:-10%;background-image:url(/images/Zero%20No%20Hero%20Website%20Background.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;z-index:-1;will-change:transform;transform:translateY(var(--parallax-offset, 0px))}a{color:var(--color-pink);text-decoration:none}a:hover{text-decoration:none}img{max-width:100%;height:auto;display:block}.section{display:flex;padding:0;margin-top:var(--spacing);margin-bottom:var(--spacing);width:100%;max-width:100%;height:auto}.container{width:100%!important;max-width:100%!important}.title{color:var(--color-black);display:flex;justify-content:center;align-content:center;font-size:clamp(.5em,4vw,2em);padding:clamp(0px,4vw,16px) 0 16px 0;font-weight:600}.image{display:block;width:100%;height:auto}.has-text-right{text-align:right}.has-text-centered{text-align:center}.banner{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.3%;border-top:5px solid var(--color-black);border-bottom:5px solid var(--color-black);margin:0;width:auto;height:auto;background-color:var(--color-white)}.announcement{display:grid;grid-template-rows:100%;grid-template-columns:40% 60%;padding:0;border:0;margin:0;width:100%;height:100%;gap:0!important}.announcement-image{padding:0;border:0;margin:0}.announcement-text{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center;background-color:var(--color-white);padding:2rem;border:0;margin:0;max-width:100%;max-height:100%}.about-image{padding:0;border:0;margin:0}.social-section{display:flex;flex-wrap:wrap;justify-content:center;gap:32px}.social-container{flex:1 1 calc(50% - 16px);min-width:300px}.music-container{display:flex;flex-direction:column;gap:2rem;width:100%;padding:1rem}.background-content{color:var(--color-white);display:flex;flex-direction:row;align-items:center}@media screen and (max-width:768px){.announcement{grid-template-columns:1fr;grid-template-rows:auto auto}.navbar-brand{padding:2% 10% 0}.social-container{flex:1 1 100%}}@media screen and (min-width:769px)and (max-width:1023px){.announcement{grid-template-columns:45% 55%}}._card_rvf7j_1{position:relative;width:100%;height:60vh;margin:0;border-radius:25px;box-shadow:var(--box-shadow);overflow:hidden;display:flex;align-items:stretch}._card_rvf7j_1._reversed_rvf7j_13{flex-direction:row-reverse}._card_rvf7j_1._reversed_rvf7j_13 ._glassHalf_rvf7j_16{border-right:none}._glassHalf_rvf7j_16{position:relative;flex:1;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);-webkit-backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);background:linear-gradient(135deg,#ffffff26,#ffffff0d,#00000008);box-shadow:inset 0 0 60px #ffffff1a,inset 0 0 120px #ffffff0d}._glassHalf_rvf7j_16:before,._glassHalf_rvf7j_16:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;mix-blend-mode:screen}._glassHalf_rvf7j_16:before{backdrop-filter:blur(15px) hue-rotate(5deg);-webkit-backdrop-filter:blur(15px) hue-rotate(5deg);opacity:.3}._glassHalf_rvf7j_16:after{backdrop-filter:blur(15px) hue-rotate(-5deg);-webkit-backdrop-filter:blur(15px) hue-rotate(-5deg);opacity:.3}._glassTitle_rvf7j_52{position:relative;z-index:1;color:var(--color-white);font-size:3rem;font-weight:700;text-align:center;padding:2rem;text-shadow:0 2px 10px rgba(0,0,0,.3),0 0 20px rgba(255,255,255,.2);letter-spacing:-.02em}._whiteHalf_rvf7j_64{position:relative;flex:1;background-color:var(--color-white);display:flex;align-items:center;justify-content:center}._content_rvf7j_73{width:100%;height:100%;padding:3rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}@media(max-width:768px){._card_rvf7j_1{flex-direction:column;max-height:none;height:auto;margin:0}._card_rvf7j_1._reversed_rvf7j_13{flex-direction:column-reverse}._card_rvf7j_1._reversed_rvf7j_13 ._glassHalf_rvf7j_16{border-left:none;border-right:none}._glassHalf_rvf7j_16{width:100%!important;min-height:200px;border-right:none}._whiteHalf_rvf7j_64{width:100%!important;min-height:auto}._content_rvf7j_73{padding:2rem;align-items:flex-start;text-align:left}._liquidGlass_rvf7j_113{width:200px;height:200px}._glassHalf_rvf7j_16:hover ._liquidGlass_rvf7j_113{width:220px;height:220px}}._pageWrapper_1g2dl_2{min-height:100vh;width:100%;box-sizing:border-box;display:flex;flex-direction:column;position:relative}._topSpacer_1g2dl_11,._bottomSpacer_1g2dl_17{flex-shrink:0;width:100%;pointer-events:none}._content_1g2dl_23{display:flex;flex:1;flex-direction:column;max-width:100%;box-sizing:border-box;width:100%;padding:2rem;gap:2rem}._navbar_k2grl_5{min-height:96px;display:flex;flex-direction:column;margin:0;align-items:center;box-shadow:var(--box-shadow-bottom);background-color:var(--color-white);width:100%;position:fixed;top:0;left:0;right:0;z-index:1002;padding:1.2rem 2rem .8rem;transition:min-height .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1)}._navbar_k2grl_5._scrolled_k2grl_22{min-height:48px;padding:.6rem 2rem .4rem}._navbar_k2grl_5._isTransparent_k2grl_26{background-color:transparent}._navbarContainer_k2grl_30{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1400px}._navbarContent_k2grl_38{display:flex;justify-content:center;align-items:center;width:100%;position:relative;margin-bottom:.5rem;z-index:1001;transition:margin-bottom .3s cubic-bezier(.4,0,.2,1)}._navbar_k2grl_5._scrolled_k2grl_22 ._navbarContent_k2grl_38{margin-bottom:.125rem}._logo_k2grl_52{display:flex;justify-content:center;align-items:center;padding:0;margin:0;transition:all .3s cubic-bezier(.4,0,.2,1)}._logo_k2grl_52 *{display:flex;justify-content:center;align-items:center;padding:0;margin:0}._logo_k2grl_52 img{max-width:450px;width:100%;height:auto;transition:max-width .3s cubic-bezier(.4,0,.2,1),filter .2s}._logo_k2grl_52:hover img{filter:brightness(0) saturate(100%) invert(59%) sepia(95%) saturate(6221%) hue-rotate(268deg) brightness(103%) contrast(101%)}._navbar_k2grl_5._scrolled_k2grl_22 ._logo_k2grl_52 img{max-width:337px}._navbarBurger_k2grl_80{color:var(--color-black);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:none;position:absolute;right:1.5rem;height:2rem;width:2rem;z-index:1001}._navbarBurger_k2grl_80 ._line_k2grl_93{background-color:currentColor;display:flex;height:.2rem;width:2rem;transition:all .3s ease}._navbarBurger_k2grl_80._isActive_k2grl_100 ._line_k2grl_93:nth-child(1){transform:translateY(270%) rotate(45deg)}._navbarBurger_k2grl_80._isActive_k2grl_100 ._line_k2grl_93:nth-child(2){opacity:0}._navbarBurger_k2grl_80._isActive_k2grl_100 ._line_k2grl_93:nth-child(3){transform:translateY(-270%) rotate(-45deg)}._navbarMenu_k2grl_110{display:flex;align-items:center;justify-content:center;width:100%}._navbarMenu_k2grl_110._isActive_k2grl_100{display:flex}._navbarLinks_k2grl_120{display:flex;align-items:center;justify-content:space-between;width:450px;gap:.5rem;padding:0rem 0;transition:padding .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),gap .3s cubic-bezier(.4,0,.2,1)}._navbar_k2grl_5._scrolled_k2grl_22 ._navbarLinks_k2grl_120{padding:.133rem 0;display:flex;align-items:center;width:400px}._navbar_k2grl_5._scrolled_k2grl_22 ._navbarLinks_k2grl_120 ._navbarLinks_k2grl_120{width:425px}@keyframes _fadeInDown_k2grl_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1024px){._navbarLinks_k2grl_120 ._navbarItem_k2grl_150{opacity:0}._navbarLinks_k2grl_120._isLoaded_k2grl_153 ._navbarItem_k2grl_150{animation:_fadeInDown_k2grl_1 .3s ease-out forwards;transition:filter .2s}._navbarLinks_k2grl_120._isLoaded_k2grl_153 ._navbarItem_k2grl_150:nth-child(1){animation-delay:.1s}._navbarLinks_k2grl_120._isLoaded_k2grl_153 ._navbarItem_k2grl_150:nth-child(2){animation-delay:.2s}._navbarLinks_k2grl_120._isLoaded_k2grl_153 ._navbarItem_k2grl_150:nth-child(3){animation-delay:.3s}._navbarLinks_k2grl_120._isLoaded_k2grl_153 ._navbarItem_k2grl_150:nth-child(4){animation-delay:.4s}._navbarLinks_k2grl_120._skipAnimation_k2grl_169 ._navbarItem_k2grl_150{opacity:1;animation:none}}._navbarItem_k2grl_150{display:flex;align-items:center;color:var(--color-black);text-decoration:none;position:relative;transition:filter .2s,padding .3s cubic-bezier(.4,0,.2,1);height:33px}._navbarItem_k2grl_150:hover{filter:brightness(0) saturate(100%) invert(59%) sepia(95%) saturate(6221%) hue-rotate(268deg) brightness(103%) contrast(101%)}._navbarItem_k2grl_150._hasDropdown_k2grl_186{position:relative}._navbarItem_k2grl_150._hasDropdown_k2grl_186._isActive_k2grl_100 ._navbarDropdown_k2grl_189{display:block}._navbarLink_k2grl_120{cursor:pointer;display:flex;align-items:center;color:var(--color-black);text-decoration:none;min-height:44px;transition:filter .2s}._navbarLink_k2grl_120:hover{filter:brightness(0) saturate(100%) invert(59%) sepia(95%) saturate(6221%) hue-rotate(268deg) brightness(103%) contrast(101%)}._navbarDropdown_k2grl_189{display:none;position:absolute;top:100%;left:0;background-color:var(--color-white);border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 16px #0000001a;min-width:200px;z-index:20}._navbarDropdown_k2grl_189:after{content:"";position:absolute;top:100%;left:0;right:0;height:80px;background:linear-gradient(to bottom,#ffffff0d,#fff0);backdrop-filter:blur(12px) saturate(120%) contrast(105%);-webkit-backdrop-filter:blur(12px) saturate(120%) contrast(105%);mask-image:linear-gradient(to bottom,#000,#0000);-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 0%,rgba(0,0,0,0) 100%);pointer-events:none;z-index:1}._navbarDropdown_k2grl_189:before{content:"";position:absolute;top:100%;left:0;right:0;height:80px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");opacity:.6;mix-blend-mode:overlay;mask-image:linear-gradient(to bottom,#000,#0000);-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 0%,rgba(0,0,0,0) 100%);pointer-events:none;z-index:2}._navbarDropdown_k2grl_189 ._navbarItem_k2grl_150{padding:.75rem 1rem;width:100%}._navbarDropdown_k2grl_189 ._navbarItem_k2grl_150:hover{background-color:#0000000d}._navbarDropdown_k2grl_189 ._navbarItem_k2grl_150._isFirst_k2grl_258{border-top:none}._navbarDropdown_k2grl_189 ._navbarItem_k2grl_150._isSelected_k2grl_261{font-weight:500}a._navbarItem_k2grl_150,._navbarDropdown_k2grl_189,._navbarLink_k2grl_120,._title_k2grl_268{color:var(--color-black);font-weight:700;text-transform:uppercase;font-size:1rem;transition:font-size .3s cubic-bezier(.4,0,.2,1),filter .2s}@keyframes _fadeInBlurFull_k2grl_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInBlurGrain_k2grl_1{0%{opacity:0}to{opacity:.6}}@media(max-width:1200px){._logo_k2grl_52 img{max-width:380px}._navbarLinks_k2grl_120{width:480px}a._navbarItem_k2grl_150,._navbarDropdown_k2grl_189,._navbarLink_k2grl_120,._title_k2grl_268{font-size:.95rem}}@media(max-width:1023px){._navbar_k2grl_5{min-height:100px;padding:0 1.5rem;justify-content:center}._navbar_k2grl_5._scrolled_k2grl_22{min-height:50px}._navbarContent_k2grl_38{margin-bottom:.5rem}._navbar_k2grl_5._scrolled_k2grl_22 ._navbarContent_k2grl_38{margin-bottom:.25rem}._logo_k2grl_52 img{max-width:320px}._navbar_k2grl_5._scrolled_k2grl_22 ._logo_k2grl_52 img{max-width:240px}._navbarLinks_k2grl_120{width:320px}._navbarItem_k2grl_150{padding:.75rem 1rem}a._navbarItem_k2grl_150,._navbarDropdown_k2grl_189,._navbarLink_k2grl_120,._title_k2grl_268{font-size:1.75rem}._navbarBurger_k2grl_80{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}._navbarMenu_k2grl_110{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:100vw!important;height:calc(100vh - 60px);background-color:var(--color-white);position:fixed;top:60px;left:0;z-index:998;padding:2rem 0;overflow-y:auto;clip-path:inset(0 0 100% 0);transform:translateY(-30px);pointer-events:none;transition:clip-path .3s ease-out,transform .3s ease-out}._navbarMenu_k2grl_110._isActive_k2grl_100{clip-path:inset(0 0 0 0);transform:translateY(5px);pointer-events:auto}._navbarLinks_k2grl_120{flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0;gap:4rem}._navbarLinks_k2grl_120 ._navbarItem_k2grl_150{opacity:0;transform:translateY(-20px);transition:opacity .3s ease-out,transform .3s ease-out,filter .2s 0s}._navbarLinks_k2grl_120 ._navbarItem_k2grl_150:hover{filter:brightness(0) saturate(100%) invert(59%) sepia(95%) saturate(6221%) hue-rotate(268deg) brightness(103%) contrast(101%)}._navbarLinks_k2grl_120 ._navbarItem_k2grl_150:nth-child(1){transition:opacity .3s ease-out .05s,transform .3s ease-out .05s,filter .2s 0s}._navbarLinks_k2grl_120 ._navbarItem_k2grl_150:nth-child(2){transition:opacity .3s ease-out .1s,transform .3s ease-out .1s,filter .2s 0s}._navbarLinks_k2grl_120 ._navbarItem_k2grl_150:nth-child(3){transition:opacity .3s ease-out .15s,transform .3s ease-out .15s,filter .2s 0s}._navbarLinks_k2grl_120 ._navbarItem_k2grl_150:nth-child(4){transition:opacity .3s ease-out .2s,transform .3s ease-out .2s,filter .2s 0s}._navbarMenu_k2grl_110._isActive_k2grl_100 ._navbarLinks_k2grl_120 ._navbarItem_k2grl_150{opacity:1;transform:translateY(0)}._navbarDropdown_k2grl_189{position:static;box-shadow:none;border:none;border-top:1px solid rgba(0,0,0,.1);padding-left:1rem}}@media(max-width:768px){._navbar_k2grl_5{min-height:85px;padding:0 1rem;justify-content:center}._navbar_k2grl_5._scrolled_k2grl_22{min-height:72px}._navbarContent_k2grl_38{margin-bottom:.25rem}._logo_k2grl_52 img{max-width:270px}._navbar_k2grl_5._scrolled_k2grl_22 ._logo_k2grl_52 img{max-width:234px}._navbarTop_k2grl_440{margin-bottom:.25rem}._navbarBurger_k2grl_80{right:1rem;height:1.75rem;width:1.75rem}._navbarBurger_k2grl_80 ._line_k2grl_93{width:1.75rem;height:.175rem}._navbarMenu_k2grl_110{height:calc(100vh - 65px);top:65px}._navbarLinks_k2grl_120{padding:0;margin:0;gap:2rem}._navbarItem_k2grl_150{padding:1.75rem 2rem;width:auto;justify-content:center}a._navbarItem_k2grl_150,._navbarDropdown_k2grl_189,._navbarLink_k2grl_120,._title_k2grl_268{font-size:1.5rem}}@media(max-width:480px){._logo_k2grl_52 img{max-width:220px}}._socialLinks_1k6cn_2{display:flex;align-items:center;gap:.65rem;position:absolute;right:2rem;top:50%;transform:translateY(-50%);transition:gap .3s cubic-bezier(.4,0,.2,1);z-index:1002}.navbar.scrolled ._socialLinks_1k6cn_2{gap:.5rem}@keyframes _fadeInDownIcon_1k6cn_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1024px){._socialLinks_1k6cn_2 ._socialIcon_1k6cn_28{opacity:0}._socialLinks_1k6cn_2._isLoaded_1k6cn_31 ._socialIcon_1k6cn_28{animation:_fadeInDownIcon_1k6cn_1 .3s ease-out forwards;transition:filter .2s,transform .2s}._socialLinks_1k6cn_2._isLoaded_1k6cn_31 ._socialIcon_1k6cn_28:nth-child(1){animation-delay:.5s}._socialLinks_1k6cn_2._isLoaded_1k6cn_31 ._socialIcon_1k6cn_28:nth-child(2){animation-delay:.55s}._socialLinks_1k6cn_2._isLoaded_1k6cn_31 ._socialIcon_1k6cn_28:nth-child(3){animation-delay:.6s}._socialLinks_1k6cn_2._isLoaded_1k6cn_31 ._socialIcon_1k6cn_28:nth-child(4){animation-delay:.65s}._socialLinks_1k6cn_2._isLoaded_1k6cn_31 ._socialIcon_1k6cn_28:nth-child(5){animation-delay:.7s}._socialLinks_1k6cn_2._isLoaded_1k6cn_31 ._socialIcon_1k6cn_28:nth-child(6){animation-delay:.75s}._socialLinks_1k6cn_2._isLoaded_1k6cn_31 ._socialIcon_1k6cn_28:nth-child(1) svg{transform:scaleY(1.3)}._socialLinks_1k6cn_2._skipAnimation_1k6cn_56 ._socialIcon_1k6cn_28{opacity:1;animation:none}._socialLinks_1k6cn_2._skipAnimation_1k6cn_56 ._socialIcon_1k6cn_28:nth-child(1) svg{transform:scaleY(1.3)}}._socialLinksMobile_1k6cn_65{display:none;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;width:100%;padding:0;margin:0}._socialIcon_1k6cn_28{display:flex;align-items:center;justify-content:center;color:var(--color-black);text-decoration:none;transition:filter .2s,transform .2s;width:28px;height:28px}._socialIcon_1k6cn_28 svg{width:20px;height:20px;transition:width .3s cubic-bezier(.4,0,.2,1),height .3s cubic-bezier(.4,0,.2,1)}.navbar.scrolled ._socialIcon_1k6cn_28{width:24px;height:24px}.navbar.scrolled ._socialIcon_1k6cn_28 svg{width:17px;height:17px}._socialIcon_1k6cn_28:hover{filter:brightness(0) saturate(100%) invert(59%) sepia(95%) saturate(6221%) hue-rotate(268deg) brightness(103%) contrast(101%);transform:scale(1.1)}._socialIcon_1k6cn_28:nth-child(1) svg{transform:scaleY(1.3)}._socialIcon_1k6cn_28:nth-child(2) svg{width:22px;height:22px}.navbar.scrolled ._socialIcon_1k6cn_28:nth-child(2) svg{width:19px;height:19px}._socialIcon_1k6cn_28:nth-child(3) svg{width:23px;height:23px}.navbar.scrolled ._socialIcon_1k6cn_28:nth-child(3) svg{width:20px;height:20px}._socialIcon_1k6cn_28:nth-child(4) svg{height:23px}.navbar.scrolled ._socialIcon_1k6cn_28:nth-child(4) svg{height:20px}._socialIcon_1k6cn_28:nth-child(5) svg{width:22px;height:22px}.navbar.scrolled ._socialIcon_1k6cn_28:nth-child(5) svg{width:19px;height:19px}._socialIcon_1k6cn_28:nth-child(6) svg{width:21px;height:21px}.navbar.scrolled ._socialIcon_1k6cn_28:nth-child(6) svg{width:18px;height:18px}@media(max-width:1200px){._socialLinks_1k6cn_2{right:1.5rem;gap:.55rem}._socialIcon_1k6cn_28{width:26px;height:26px}.navbar.scrolled ._socialIcon_1k6cn_28{width:22px;height:22px}._socialIcon_1k6cn_28 svg{width:18px;height:18px}.navbar.scrolled ._socialIcon_1k6cn_28 svg{width:15px;height:15px}._socialIcon_1k6cn_28:nth-child(1) svg{transform:scaleY(1.3)}._socialIcon_1k6cn_28:nth-child(2) svg{width:20px;height:20px}.navbar.scrolled ._socialIcon_1k6cn_28:nth-child(2) svg{width:17px;height:17px}._socialIcon_1k6cn_28:nth-child(3) svg{width:21px;height:21px}.navbar.scrolled ._socialIcon_1k6cn_28:nth-child(3) svg{width:18px;height:18px}._socialIcon_1k6cn_28:nth-child(4) svg{height:21px}.navbar.scrolled ._socialIcon_1k6cn_28:nth-child(4) svg{height:18px}._socialIcon_1k6cn_28:nth-child(5) svg{width:20px;height:20px}.navbar.scrolled ._socialIcon_1k6cn_28:nth-child(5) svg{width:17px;height:17px}._socialIcon_1k6cn_28:nth-child(6) svg{width:19px;height:19px}.navbar.scrolled ._socialIcon_1k6cn_28:nth-child(6) svg{width:16px;height:16px}}@media(max-width:1023px){._socialLinks_1k6cn_2{display:none}._socialLinksMobile_1k6cn_65{display:flex}._socialLinksMobile_1k6cn_65 ._socialIcon_1k6cn_28{opacity:0;transform:translateY(-20px);transition:opacity .3s ease-out,transform .3s ease-out,filter .2s;width:44px;height:44px}._socialLinksMobile_1k6cn_65 ._socialIcon_1k6cn_28 svg{width:28px;height:28px}._socialLinksMobile_1k6cn_65 ._socialIcon_1k6cn_28:nth-child(1) svg{transform:scaleY(1.3)}._socialLinksMobile_1k6cn_65 ._socialIcon_1k6cn_28:nth-child(1){transition:opacity .3s ease-out .25s,transform .3s ease-out .25s,filter .2s 0s}._socialLinksMobile_1k6cn_65 ._socialIcon_1k6cn_28:nth-child(2){transition:opacity .3s ease-out .3s,transform .3s ease-out .3s,filter .2s 0s}._socialLinksMobile_1k6cn_65 ._socialIcon_1k6cn_28:nth-child(3){transition:opacity .3s ease-out .35s,transform .3s ease-out .35s,filter .2s 0s}._socialLinksMobile_1k6cn_65 ._socialIcon_1k6cn_28:nth-child(4){transition:opacity .3s ease-out .4s,transform .3s ease-out .4s,filter .2s 0s}._socialLinksMobile_1k6cn_65 ._socialIcon_1k6cn_28:nth-child(5){transition:opacity .3s ease-out .45s,transform .3s ease-out .45s,filter .2s 0s}._socialLinksMobile_1k6cn_65 ._socialIcon_1k6cn_28:nth-child(6){transition:opacity .3s ease-out .5s,transform .3s ease-out .5s,filter .2s 0s}._socialLinksMobile_1k6cn_65._isActive_1k6cn_254 ._socialIcon_1k6cn_28{opacity:1;transform:translateY(0)}._socialLinksMobile_1k6cn_65._isActive_1k6cn_254 ._socialIcon_1k6cn_28:nth-child(1) svg{transform:scaleY(1.3)}}@keyframes _fadeInUp_1o05r_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._footer_1o05r_12{min-height:77px;display:flex;flex-direction:row;justify-content:space-between;align-content:center;align-items:center;margin:0;padding:1.28rem 3rem;background-color:var(--color-white);box-shadow:var(--box-shadow-top);position:fixed;bottom:0;left:0;right:0;width:100%;z-index:997;transition:min-height .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1)}._footer_1o05r_12._scrolled_1o05r_31{min-height:38px;padding:.64rem 3rem}@media(max-width:1023px){._footer_1o05r_12{min-height:80px;padding:1.4rem 2rem}._footer_1o05r_12._scrolled_1o05r_31{min-height:40px;padding:.7rem 2rem}}@media(max-width:768px){._footer_1o05r_12{min-height:58px;flex-direction:column;gap:0;padding:.8rem 1.5rem;text-align:center;justify-content:center}._footer_1o05r_12._scrolled_1o05r_31{min-height:58px;gap:0;padding:.8rem 1.5rem}}._footerLogo_1o05r_62{justify-self:flex-start;max-width:64px;max-height:64px;height:auto;width:auto;margin:0;transition:max-width .3s cubic-bezier(.4,0,.2,1),max-height .3s cubic-bezier(.4,0,.2,1),filter .2s}._footerLogo_1o05r_62:hover{filter:brightness(0) saturate(100%) invert(59%) sepia(95%) saturate(6221%) hue-rotate(268deg) brightness(103%) contrast(101%)}._footer_1o05r_12._scrolled_1o05r_31 ._footerLogo_1o05r_62{max-width:48px;max-height:48px}@media(max-width:1200px){._footerLogo_1o05r_62{max-width:56px;max-height:56px}}@media(max-width:1023px){._footerLogo_1o05r_62{max-width:48px;max-height:48px}}@media(max-width:768px){._footerLogo_1o05r_62{max-width:40px;max-height:40px;justify-self:center}}@media(max-width:768px){._footer_1o05r_12._scrolled_1o05r_31 ._footerLogo_1o05r_62{max-width:36px;max-height:36px}}._footerContent_1o05r_105{justify-self:flex-end;flex:1;text-align:right;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0}._footer_1o05r_12._isLoaded_1o05r_112 ._footerContent_1o05r_105{animation:_fadeInUp_1o05r_1 .3s ease-out forwards;animation-delay:.9s}._footer_1o05r_12._skipAnimation_1o05r_116 ._footerContent_1o05r_105{opacity:1;animation:none}@media(max-width:768px){._footerContent_1o05r_105{text-align:center;justify-self:center;max-height:200px;overflow:hidden;transition:opacity .3s cubic-bezier(.4,0,.2,1),max-height .3s cubic-bezier(.4,0,.2,1),margin .3s cubic-bezier(.4,0,.2,1)}._footer_1o05r_12._scrolled_1o05r_31 ._footerContent_1o05r_105{opacity:0;max-height:0;margin:0;pointer-events:none}}._footerContent_1o05r_105 strong{font-weight:600;font-size:1rem}@media(max-width:1023px){._footerContent_1o05r_105 strong{font-size:.95rem}}@media(max-width:768px){._footerContent_1o05r_105 strong{font-size:.9rem}}._footerContent_1o05r_105 p{margin:0;font-size:.9rem;line-height:1.6}@media(max-width:1023px){._footerContent_1o05r_105 p{font-size:.875rem}}@media(max-width:768px){._footerContent_1o05r_105 p{font-size:.85rem}}._footerContent_1o05r_105 a{color:var(--color-pink);text-decoration:none;transition:.2s filter}._footerContent_1o05r_105 a:hover{filter:brightness(0) saturate(100%) invert(59%) sepia(95%) saturate(6221%) hue-rotate(268deg) brightness(103%) contrast(101%)}._trackGrid_9htrf_1{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem;justify-items:center;align-items:stretch}@media(max-width:1400px){._trackGrid_9htrf_1{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){._trackGrid_9htrf_1{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._trackGrid_9htrf_1{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}}._player_1mxnf_1{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.25rem;padding:2rem;border-radius:20px;background:linear-gradient(135deg,#ffffff26,#ffffff14,#00000005);backdrop-filter:blur(25px) saturate(180%) brightness(1.05);-webkit-backdrop-filter:blur(25px) saturate(180%) brightness(1.05);border:1px solid rgba(255,255,255,.2);box-shadow:0 15px 35px #0003,inset 0 0 40px #ffffff0d;width:100%;height:100%;margin:0;position:relative}._hiddenIframe_1mxnf_20{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}._albumArtLink_1mxnf_28{text-decoration:none}._albumArt_1mxnf_28{width:200px;height:200px;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000004d;background:linear-gradient(135deg,#ec6dff33,#a265e533);display:flex;align-items:center;justify-content:center}._albumArt_1mxnf_28 img{width:100%;height:100%;object-fit:cover}._albumArt_1mxnf_28 img[src$=".svg"]{object-fit:contain;padding:2rem;filter:brightness(0) invert(1)}._placeholder_1mxnf_54{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ec6dff4d,#a265e54d);color:#ffffff80}._info_1mxnf_64{text-align:center}._titleLink_1mxnf_68{text-decoration:none}._trackTitle_1mxnf_72{color:var(--color-white);font-size:1.25rem;font-weight:600;margin:0 0 .25rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}._artistName_1mxnf_80{color:#ffffffb3;font-size:.9rem;margin:0}._controls_1mxnf_86{display:flex;align-items:center;justify-content:center;gap:.75rem}._visualizer_1mxnf_93{display:flex;align-items:center;gap:3px;height:28px}._bar_1mxnf_100{width:3px;height:8px;background:var(--color-white);border-radius:3px;position:relative;transform-origin:bottom center}._bar_1mxnf_100:before,._bar_1mxnf_100:after{content:"";position:absolute;width:2px;background:#ffffff80;border-radius:2px;bottom:0;opacity:0}._bar_1mxnf_100:before{left:-4px;height:6px}._bar_1mxnf_100:after{right:-4px;height:4px}._bar_1mxnf_100:nth-child(1){height:8px}._bar_1mxnf_100:nth-child(2){height:12px}._bar_1mxnf_100:nth-child(3){height:16px}._bar_1mxnf_100:nth-child(4){height:12px}._bar_1mxnf_100:nth-child(5){height:8px}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(1){animation:_visualize1_1mxnf_1 .43s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(1):before{animation:_sprayLeft1_1mxnf_1 1.2s ease-in-out infinite}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(1):after{animation:_sprayRight1_1mxnf_1 1.4s ease-in-out infinite .1s}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(2){animation:_visualize2_1mxnf_1 .55s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(2):before{animation:_sprayLeft2_1mxnf_1 1.5s ease-in-out infinite .2s}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(2):after{animation:_sprayRight2_1mxnf_1 1.1s ease-in-out infinite}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(3){animation:_visualize3_1mxnf_1 .38s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(3):before{animation:_sprayLeft3_1mxnf_1 .9s ease-in-out infinite}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(3):after{animation:_sprayRight3_1mxnf_1 1.3s ease-in-out infinite .15s}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(4){animation:_visualize4_1mxnf_1 .62s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(4):before{animation:_sprayLeft4_1mxnf_1 1.3s ease-in-out infinite .3s}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(4):after{animation:_sprayRight4_1mxnf_1 1s ease-in-out infinite}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(5){animation:_visualize5_1mxnf_1 .47s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(5):before{animation:_sprayLeft5_1mxnf_1 1.1s ease-in-out infinite}._visualizer_1mxnf_93._playing_1mxnf_141 ._bar_1mxnf_100:nth-child(5):after{animation:_sprayRight5_1mxnf_1 1.5s ease-in-out infinite .25s}@keyframes _visualize1_1mxnf_1{0%,to{height:8px;transform:scaleY(1)}15%{height:22px;transform:scaleY(1.1)}30%{height:10px;transform:scaleY(.95)}50%{height:28px;transform:scaleY(1.15)}70%{height:14px;transform:scaleY(1)}85%{height:24px;transform:scaleY(1.05)}}@keyframes _visualize2_1mxnf_1{0%,to{height:12px;transform:scaleY(1)}20%{height:30px;transform:scaleY(1.2)}35%{height:8px;transform:scaleY(.9)}55%{height:26px;transform:scaleY(1.1)}75%{height:12px;transform:scaleY(1)}90%{height:20px;transform:scaleY(1.05)}}@keyframes _visualize3_1mxnf_1{0%,to{height:16px;transform:scaleY(1)}25%{height:32px;transform:scaleY(1.25)}45%{height:10px;transform:scaleY(.85)}65%{height:28px;transform:scaleY(1.15)}85%{height:14px;transform:scaleY(.95)}}@keyframes _visualize4_1mxnf_1{0%,to{height:12px;transform:scaleY(1)}18%{height:26px;transform:scaleY(1.15)}36%{height:8px;transform:scaleY(.9)}54%{height:30px;transform:scaleY(1.2)}72%{height:16px;transform:scaleY(1)}90%{height:22px;transform:scaleY(1.08)}}@keyframes _visualize5_1mxnf_1{0%,to{height:8px;transform:scaleY(1)}22%{height:20px;transform:scaleY(1.1)}44%{height:28px;transform:scaleY(1.2)}66%{height:12px;transform:scaleY(.95)}88%{height:18px;transform:scaleY(1.05)}}@keyframes _sprayLeft1_1mxnf_1{0%,55%,to{opacity:0;height:4px}60%,75%{opacity:.7;height:10px;transform:translate(-1px)}}@keyframes _sprayLeft2_1mxnf_1{0%,40%,to{opacity:0;height:3px}45%,65%{opacity:.6;height:8px;transform:translate(-2px)}}@keyframes _sprayLeft3_1mxnf_1{0%,50%,to{opacity:0;height:5px}55%,72%{opacity:.8;height:12px;transform:translate(-1px)}}@keyframes _sprayLeft4_1mxnf_1{0%,35%,to{opacity:0;height:4px}40%,60%{opacity:.5;height:9px;transform:translate(-2px)}}@keyframes _sprayLeft5_1mxnf_1{0%,60%,to{opacity:0;height:3px}65%,80%{opacity:.6;height:7px;transform:translate(-1px)}}@keyframes _sprayRight1_1mxnf_1{0%,45%,to{opacity:0;height:3px}50%,68%{opacity:.5;height:8px;transform:translate(1px)}}@keyframes _sprayRight2_1mxnf_1{0%,55%,to{opacity:0;height:4px}60%,78%{opacity:.7;height:11px;transform:translate(2px)}}@keyframes _sprayRight3_1mxnf_1{0%,40%,to{opacity:0;height:3px}45%,62%{opacity:.6;height:9px;transform:translate(1px)}}@keyframes _sprayRight4_1mxnf_1{0%,50%,to{opacity:0;height:5px}55%,75%{opacity:.8;height:10px;transform:translate(2px)}}@keyframes _sprayRight5_1mxnf_1{0%,35%,to{opacity:0;height:4px}40%,58%{opacity:.5;height:6px;transform:translate(1px)}}._playButton_1mxnf_419{width:48px;height:48px;border-radius:12px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:transparent;color:var(--color-white)}._playButton_1mxnf_419._loading_1mxnf_431{opacity:.5;cursor:wait}._playButton_1mxnf_419 svg{margin-left:3px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}._progressContainer_1mxnf_440{display:flex;align-items:center;gap:.75rem;width:100%}._time_1mxnf_447{color:#fff9;font-size:.75rem;min-width:35px;font-variant-numeric:tabular-nums}._progressBar_1mxnf_454{flex:1;height:6px;border-radius:3px;background:#fff3;cursor:pointer;overflow:hidden;position:relative}._progressBar_1mxnf_454:hover ._progressFill_1mxnf_463{background:linear-gradient(90deg,var(--color-pink) 0%,var(--color-purple) 100%)}._progressFill_1mxnf_463{height:100%;border-radius:3px;background:#ffffff80;transition:width .1s linear,background .2s ease;position:relative}._progressFill_1mxnf_463:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:var(--color-white);box-shadow:0 2px 8px #0000004d;opacity:0;transition:opacity .2s ease}._progressBar_1mxnf_454:hover ._progressFill_1mxnf_463:after,._progressBar_1mxnf_454._dragging_1mxnf_490 ._progressFill_1mxnf_463:after{opacity:1}._progressBar_1mxnf_454._dragging_1mxnf_490 ._progressFill_1mxnf_463{background:linear-gradient(90deg,var(--color-pink) 0%,var(--color-purple) 100%);transition:none}@media(max-width:400px){._player_1mxnf_1{padding:1.5rem}._albumArt_1mxnf_28{width:150px;height:150px}._playButton_1mxnf_419{width:40px;height:40px}._visualizer_1mxnf_93{height:22px;gap:2px}._bar_1mxnf_100{width:2px}@keyframes _visualize_1mxnf_93{0%,to{height:6px}50%{height:22px}}}._aboutContent_2yor0_1{display:flex;flex-direction:column;gap:1.5rem}._aboutContent_2yor0_1 p{font-size:1.1rem;line-height:1.8;color:var(--color-dark);margin:0}._aboutContent_2yor0_1 p+p{margin-top:.5rem}._photoSection_2yor0_18{display:flex;justify-content:center;align-items:center;padding:2rem}._photoWrapper_2yor0_25{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #0000004d;max-width:500px;width:100%}._photoWrapper_2yor0_25 img{width:100%;height:auto;display:block}@media(max-width:768px){._aboutContent_2yor0_1 p{font-size:1rem;line-height:1.7}}._glassButton_zspig_1{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:50px;cursor:pointer;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}._glassButton_zspig_1._small_zspig_17{padding:.5rem 1.25rem;font-size:.75rem}._glassButton_zspig_1._medium_zspig_21{padding:.75rem 2rem;font-size:.875rem}._glassButton_zspig_1._large_zspig_25{padding:1rem 2.5rem;font-size:1rem}._glassButton_zspig_1._primary_zspig_29{background:linear-gradient(135deg,#fff3,#ffffff1a,#ffffff0d);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);color:var(--color-white);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a,inset 0 0 20px #ffffff1a;text-shadow:0 1px 2px rgba(0,0,0,.2)}._glassButton_zspig_1._primary_zspig_29:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000026,inset 0 0 30px #ffffff26,0 0 20px #ec6dff4d;border-color:#ec6dff66}._glassButton_zspig_1._primary_zspig_29:active{transform:translateY(0)}._glassButton_zspig_1._secondary_zspig_46{background:transparent;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--color-white);border:2px solid rgba(255,255,255,.3);text-shadow:0 1px 2px rgba(0,0,0,.2)}._glassButton_zspig_1._secondary_zspig_46:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}._glassButton_zspig_1._secondary_zspig_46:active{transform:translateY(0)}._glassButton_zspig_1._accent_zspig_62{background:linear-gradient(135deg,#ec6dff4d,#a265e54d);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);color:var(--color-white);border:1px solid rgba(236,109,255,.4);box-shadow:0 8px 32px #ec6dff33,inset 0 0 20px #ec6dff1a;text-shadow:0 1px 2px rgba(0,0,0,.2)}._glassButton_zspig_1._accent_zspig_62:hover{transform:translateY(-2px);box-shadow:0 12px 40px #ec6dff4d,inset 0 0 30px #ec6dff26,0 0 30px #ec6dff66}._glassButton_zspig_1._accent_zspig_62:active{transform:translateY(0)}._glassButton_zspig_1._disabled_zspig_78{opacity:.5;cursor:not-allowed;pointer-events:none}._overlay_1f9ez_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:_fadeIn_1f9ez_1 .2s ease-out}@keyframes _fadeIn_1f9ez_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_1f9ez_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._modal_1f9ez_36{position:relative;background:linear-gradient(135deg,#ffffff26,#ffffff14,#00000005);backdrop-filter:blur(25px) saturate(180%) brightness(1.05);-webkit-backdrop-filter:blur(25px) saturate(180%) brightness(1.05);border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px #00000040,inset 0 0 60px #ffffff14;overflow:hidden;animation:_slideIn_1f9ez_1 .3s ease-out}._modal_1f9ez_36._small_1f9ez_47{width:100%;max-width:400px}._modal_1f9ez_36._medium_1f9ez_51{width:100%;max-width:600px}._modal_1f9ez_36._large_1f9ez_55{width:100%;max-width:900px}._modal_1f9ez_36._fullscreen_1f9ez_59{width:calc(100% - 4rem);height:calc(100% - 4rem);max-width:none}._header_1f9ez_65{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}._title_1f9ez_73{color:var(--color-white);font-size:1.5rem;font-weight:600;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2)}._closeButton_1f9ez_81{background:#ffffff1a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-white);transition:all .2s ease}._closeButton_1f9ez_81:hover{background:#fff3;transform:rotate(90deg)}._content_1f9ez_99{padding:2rem;color:var(--color-white);max-height:70vh;overflow-y:auto}@media(max-width:768px){._overlay_1f9ez_1{padding:1rem}._modal_1f9ez_36._small_1f9ez_47,._modal_1f9ez_36._medium_1f9ez_51,._modal_1f9ez_36._large_1f9ez_55{max-width:100%}._header_1f9ez_65{padding:1rem 1.5rem}._content_1f9ez_99{padding:1.5rem}}._badge_17z56_1{display:inline-flex;align-items:center;gap:.35rem;border-radius:50px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;backdrop-filter:blur(15px) saturate(150%);-webkit-backdrop-filter:blur(15px) saturate(150%);transition:all .2s ease}._badge_17z56_1._small_17z56_14{padding:.25rem .75rem;font-size:.65rem}._badge_17z56_1._medium_17z56_18{padding:.35rem 1rem;font-size:.75rem}._badge_17z56_1._large_17z56_22{padding:.5rem 1.25rem;font-size:.85rem}._badge_17z56_1._default_17z56_26{background:linear-gradient(135deg,#fff3,#ffffff1a);color:var(--color-white);border:1px solid rgba(255,255,255,.2);text-shadow:0 1px 2px rgba(0,0,0,.2)}._badge_17z56_1._success_17z56_32{background:linear-gradient(135deg,#2d7f8966,#2d7f8933);color:var(--color-white);border:1px solid rgba(45,127,137,.4)}._badge_17z56_1._warning_17z56_37{background:linear-gradient(135deg,#ff565666,#ff565633);color:var(--color-white);border:1px solid rgba(255,86,86,.4)}._badge_17z56_1._info_17z56_42{background:linear-gradient(135deg,#2d4d8966,#6071be33);color:var(--color-white);border:1px solid rgba(96,113,190,.4)}._badge_17z56_1._pink_17z56_47{background:linear-gradient(135deg,#ec6dff66,#a265e533);color:var(--color-white);border:1px solid rgba(236,109,255,.4);box-shadow:0 0 15px #ec6dff33}._icon_17z56_54{display:flex;align-items:center;justify-content:center}._icon_17z56_54 svg{width:1em;height:1em}._player_ekng5_1{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.25rem;padding:2rem;border-radius:20px;background:linear-gradient(135deg,#ffffff26,#ffffff14,#00000005);backdrop-filter:blur(25px) saturate(180%) brightness(1.05);-webkit-backdrop-filter:blur(25px) saturate(180%) brightness(1.05);border:1px solid rgba(255,255,255,.2);box-shadow:0 15px 35px #0003,inset 0 0 40px #ffffff0d;max-width:350px;width:100%;height:100%}._albumArt_ekng5_19{width:200px;height:200px;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000004d;background:linear-gradient(135deg,#ec6dff33,#a265e533);display:flex;align-items:center;justify-content:center}._albumArt_ekng5_19 img{width:100%;height:100%;object-fit:cover}._albumArt_ekng5_19 img[src$=".svg"]{object-fit:contain;padding:2rem;filter:brightness(0) invert(1)}._placeholder_ekng5_41{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ec6dff4d,#a265e54d);color:#ffffff80}._info_ekng5_51{text-align:center}._trackTitle_ekng5_55{color:var(--color-white);font-size:1.25rem;font-weight:600;margin:0 0 .25rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}._artistName_ekng5_63{color:#ffffffb3;font-size:.9rem;margin:0}._controls_ekng5_69{display:flex;align-items:center;justify-content:center;gap:.75rem}._visualizer_ekng5_76{display:flex;align-items:center;gap:3px;height:28px}._bar_ekng5_83{width:3px;height:8px;background:var(--color-white);border-radius:3px;position:relative;transform-origin:bottom center}._bar_ekng5_83:before,._bar_ekng5_83:after{content:"";position:absolute;width:2px;background:#ffffff80;border-radius:2px;bottom:0;opacity:0}._bar_ekng5_83:before{left:-4px;height:6px}._bar_ekng5_83:after{right:-4px;height:4px}._bar_ekng5_83:nth-child(1){height:8px}._bar_ekng5_83:nth-child(2){height:12px}._bar_ekng5_83:nth-child(3){height:16px}._bar_ekng5_83:nth-child(4){height:12px}._bar_ekng5_83:nth-child(5){height:8px}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(1){animation:_visualize1_ekng5_1 .43s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(1):before{animation:_sprayLeft1_ekng5_1 1.2s ease-in-out infinite}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(1):after{animation:_sprayRight1_ekng5_1 1.4s ease-in-out infinite .1s}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(2){animation:_visualize2_ekng5_1 .55s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(2):before{animation:_sprayLeft2_ekng5_1 1.5s ease-in-out infinite .2s}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(2):after{animation:_sprayRight2_ekng5_1 1.1s ease-in-out infinite}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(3){animation:_visualize3_ekng5_1 .38s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(3):before{animation:_sprayLeft3_ekng5_1 .9s ease-in-out infinite}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(3):after{animation:_sprayRight3_ekng5_1 1.3s ease-in-out infinite .15s}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(4){animation:_visualize4_ekng5_1 .62s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(4):before{animation:_sprayLeft4_ekng5_1 1.3s ease-in-out infinite .3s}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(4):after{animation:_sprayRight4_ekng5_1 1s ease-in-out infinite}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(5){animation:_visualize5_ekng5_1 .47s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(5):before{animation:_sprayLeft5_ekng5_1 1.1s ease-in-out infinite}._visualizer_ekng5_76._playing_ekng5_124 ._bar_ekng5_83:nth-child(5):after{animation:_sprayRight5_ekng5_1 1.5s ease-in-out infinite .25s}@keyframes _visualize1_ekng5_1{0%,to{height:8px;transform:scaleY(1)}15%{height:22px;transform:scaleY(1.1)}30%{height:10px;transform:scaleY(.95)}50%{height:28px;transform:scaleY(1.15)}70%{height:14px;transform:scaleY(1)}85%{height:24px;transform:scaleY(1.05)}}@keyframes _visualize2_ekng5_1{0%,to{height:12px;transform:scaleY(1)}20%{height:30px;transform:scaleY(1.2)}35%{height:8px;transform:scaleY(.9)}55%{height:26px;transform:scaleY(1.1)}75%{height:12px;transform:scaleY(1)}90%{height:20px;transform:scaleY(1.05)}}@keyframes _visualize3_ekng5_1{0%,to{height:16px;transform:scaleY(1)}25%{height:32px;transform:scaleY(1.25)}45%{height:10px;transform:scaleY(.85)}65%{height:28px;transform:scaleY(1.15)}85%{height:14px;transform:scaleY(.95)}}@keyframes _visualize4_ekng5_1{0%,to{height:12px;transform:scaleY(1)}18%{height:26px;transform:scaleY(1.15)}36%{height:8px;transform:scaleY(.9)}54%{height:30px;transform:scaleY(1.2)}72%{height:16px;transform:scaleY(1)}90%{height:22px;transform:scaleY(1.08)}}@keyframes _visualize5_ekng5_1{0%,to{height:8px;transform:scaleY(1)}22%{height:20px;transform:scaleY(1.1)}44%{height:28px;transform:scaleY(1.2)}66%{height:12px;transform:scaleY(.95)}88%{height:18px;transform:scaleY(1.05)}}@keyframes _sprayLeft1_ekng5_1{0%,55%,to{opacity:0;height:4px}60%,75%{opacity:.7;height:10px;transform:translate(-1px)}}@keyframes _sprayLeft2_ekng5_1{0%,40%,to{opacity:0;height:3px}45%,65%{opacity:.6;height:8px;transform:translate(-2px)}}@keyframes _sprayLeft3_ekng5_1{0%,50%,to{opacity:0;height:5px}55%,72%{opacity:.8;height:12px;transform:translate(-1px)}}@keyframes _sprayLeft4_ekng5_1{0%,35%,to{opacity:0;height:4px}40%,60%{opacity:.5;height:9px;transform:translate(-2px)}}@keyframes _sprayLeft5_ekng5_1{0%,60%,to{opacity:0;height:3px}65%,80%{opacity:.6;height:7px;transform:translate(-1px)}}@keyframes _sprayRight1_ekng5_1{0%,45%,to{opacity:0;height:3px}50%,68%{opacity:.5;height:8px;transform:translate(1px)}}@keyframes _sprayRight2_ekng5_1{0%,55%,to{opacity:0;height:4px}60%,78%{opacity:.7;height:11px;transform:translate(2px)}}@keyframes _sprayRight3_ekng5_1{0%,40%,to{opacity:0;height:3px}45%,62%{opacity:.6;height:9px;transform:translate(1px)}}@keyframes _sprayRight4_ekng5_1{0%,50%,to{opacity:0;height:5px}55%,75%{opacity:.8;height:10px;transform:translate(2px)}}@keyframes _sprayRight5_ekng5_1{0%,35%,to{opacity:0;height:4px}40%,58%{opacity:.5;height:6px;transform:translate(1px)}}._playButton_ekng5_402{width:48px;height:48px;border-radius:12px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:transparent;color:var(--color-white)}._playButton_ekng5_402 svg{margin-left:3px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}._progressContainer_ekng5_419{display:flex;align-items:center;gap:.75rem;width:100%}._time_ekng5_426{color:#fff9;font-size:.75rem;min-width:35px;font-variant-numeric:tabular-nums}._progressBar_ekng5_433{flex:1;height:6px;border-radius:3px;background:#fff3;cursor:pointer;overflow:hidden;position:relative}._progressBar_ekng5_433:hover ._progressFill_ekng5_442{background:linear-gradient(90deg,var(--color-pink) 0%,var(--color-purple) 100%)}._progressFill_ekng5_442{height:100%;border-radius:3px;background:#ffffff80;transition:width .1s linear,background .2s ease;position:relative}._progressFill_ekng5_442:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:var(--color-white);box-shadow:0 2px 8px #0000004d;opacity:0;transition:opacity .2s ease}._progressBar_ekng5_433:hover ._progressFill_ekng5_442:after,._progressBar_ekng5_433._dragging_ekng5_469 ._progressFill_ekng5_442:after{opacity:1}._progressBar_ekng5_433._dragging_ekng5_469 ._progressFill_ekng5_442{background:linear-gradient(90deg,var(--color-pink) 0%,var(--color-purple) 100%);transition:none}@media(max-width:400px){._player_ekng5_1{padding:1.5rem}._albumArt_ekng5_19{width:150px;height:150px}._playButton_ekng5_402{width:40px;height:40px}._visualizer_ekng5_76{height:22px;gap:2px}._bar_ekng5_83{width:2px}}._quote_rq6va_2{position:relative;padding:2.5rem 3rem;margin:0;border-radius:20px;background:linear-gradient(135deg,#ffffff1f,#ffffff0f,#00000005);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.15);box-shadow:0 15px 35px #00000026,inset 0 0 40px #ffffff0d}._openQuote_rq6va_14,._closeQuote_rq6va_15{position:absolute;font-size:6rem;font-family:Georgia,serif;line-height:1;color:#ec6dff4d;pointer-events:none}._openQuote_rq6va_14{top:.5rem;left:1rem}._closeQuote_rq6va_15{bottom:-1rem;right:1rem}._text_rq6va_34{position:relative;z-index:1;color:var(--color-white);font-size:1.25rem;font-style:italic;line-height:1.7;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2)}._attribution_rq6va_45{display:flex;flex-direction:column;gap:.25rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}._author_rq6va_54{color:var(--color-white);font-size:1rem;font-weight:600;font-style:normal}._author_rq6va_54:before{content:"— "}._source_rq6va_64{color:#fff9;font-size:.85rem;font-style:normal;padding-left:1.25rem}@media(max-width:768px){._quote_rq6va_2{padding:2rem}._openQuote_rq6va_14,._closeQuote_rq6va_15{font-size:4rem}._text_rq6va_34{font-size:1.1rem}}._timeline_efkob_1{display:flex;flex-direction:column;gap:0;padding:1rem 0}._item_efkob_8{display:flex;gap:1.5rem;position:relative}._marker_efkob_14{display:flex;flex-direction:column;align-items:center;position:relative;min-width:24px}._dot_efkob_22{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#fff3,#ffffff1a);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #00000026,inset 0 0 10px #ffffff1a;z-index:1;transition:all .3s ease}._item_efkob_8._active_efkob_34 ._dot_efkob_22{background:linear-gradient(135deg,#ec6dff80,#a265e580);border-color:#ec6dff80;box-shadow:0 4px 20px #ec6dff66,inset 0 0 15px #fff3}._item_efkob_8:hover ._dot_efkob_22{transform:scale(1.2)}._line_efkob_43{width:2px;flex:1;min-height:40px;background:linear-gradient(180deg,#ffffff4d,#ffffff1a);margin-top:4px}._content_efkob_51{flex:1;padding-bottom:2rem;padding-top:0}._content_efkob_51:before{content:"";position:absolute;left:30px;top:10px;right:0;bottom:1rem;border-radius:15px;background:linear-gradient(135deg,#ffffff14,#ffffff08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);z-index:-1;opacity:0;transition:opacity .3s ease}._item_efkob_8:hover ._content_efkob_51:before{opacity:1}._date_efkob_76{display:inline-block;color:var(--color-pink);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}._title_efkob_86{color:var(--color-white);font-size:1.1rem;font-weight:600;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}._description_efkob_94{color:#ffffffb3;font-size:.9rem;line-height:1.6;margin:0}@media(max-width:768px){._item_efkob_8{gap:1rem}._marker_efkob_14{min-width:20px}._dot_efkob_22{width:20px;height:20px}._content_efkob_51{padding-bottom:1.5rem}._title_efkob_86{font-size:1rem}._description_efkob_94{font-size:.85rem}}._stats_1fx66_1{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}._stat_1fx66_1{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 2rem;min-width:150px;border-radius:20px;background:linear-gradient(135deg,#ffffff1f,#ffffff0f,#00000005);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.15);box-shadow:0 10px 30px #00000026,inset 0 0 30px #ffffff0d;transition:all .3s ease}._stat_1fx66_1:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0003,inset 0 0 40px #ffffff14,0 0 20px #ec6dff26;border-color:#ec6dff4d}._icon_1fx66_29{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#ec6dff4d,#a265e54d);color:var(--color-white);margin-bottom:.5rem}._icon_1fx66_29 svg{width:24px;height:24px}._value_1fx66_45{display:flex;align-items:baseline;gap:.25rem;color:var(--color-white);font-size:2.5rem;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.2);font-variant-numeric:tabular-nums}._suffix_1fx66_56{font-size:1.5rem;font-weight:600;color:#ffffffb3}._label_1fx66_62{color:#ffffffb3;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;text-align:center}@media(max-width:768px){._stats_1fx66_1{gap:1rem}._stat_1fx66_1{min-width:130px;padding:1.25rem 1.5rem}._value_1fx66_45{font-size:2rem}._icon_1fx66_29{width:40px;height:40px}._icon_1fx66_29 svg{width:20px;height:20px}}._accordion_1g4nt_1{display:flex;flex-direction:column;gap:.75rem}._item_1g4nt_7{border-radius:15px;overflow:hidden;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);backdrop-filter:blur(15px) saturate(150%);-webkit-backdrop-filter:blur(15px) saturate(150%);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}._item_1g4nt_7:hover{border-color:#fff3}._item_1g4nt_7._open_1g4nt_19{background:linear-gradient(135deg,#ffffff26,#ffffff14);border-color:#ec6dff4d;box-shadow:0 5px 20px #0000001a}._header_1g4nt_25{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;transition:all .3s ease}._header_1g4nt_25:hover{background:#ffffff0d}._title_1g4nt_41{color:var(--color-white);font-size:1rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2)}._icon_1g4nt_48{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#ffffff1a;color:var(--color-white);transition:all .3s ease}._item_1g4nt_7._open_1g4nt_19 ._icon_1g4nt_48{transform:rotate(180deg);background:#ec6dff4d}._content_1g4nt_64{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}._item_1g4nt_7._open_1g4nt_19 ._content_1g4nt_64{grid-template-rows:1fr}._contentInner_1g4nt_73{overflow:hidden;color:#fffc;font-size:.95rem;line-height:1.7}._item_1g4nt_7._open_1g4nt_19 ._contentInner_1g4nt_73{padding:0 1.5rem 1.5rem}@media(max-width:768px){._header_1g4nt_25{padding:1rem 1.25rem}._title_1g4nt_41{font-size:.95rem}._contentInner_1g4nt_73{font-size:.9rem}._item_1g4nt_7._open_1g4nt_19 ._contentInner_1g4nt_73{padding:0 1.25rem 1.25rem}}._container_1vx5d_1{position:fixed;bottom:100px;right:2rem;display:flex;flex-direction:column;gap:.75rem;z-index:3000;pointer-events:none}._container_1vx5d_1>*{pointer-events:auto}@keyframes _slideIn_1vx5d_1{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes _slideOut_1vx5d_1{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}._toast_1vx5d_35{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:12px;background:linear-gradient(135deg,#ffffff26,#ffffff14);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 40px #0003,inset 0 0 20px #ffffff0d;animation:_slideIn_1vx5d_1 .3s ease forwards;max-width:400px}._toast_1vx5d_35._exiting_1vx5d_49{animation:_slideOut_1vx5d_1 .2s ease forwards}._toast_1vx5d_35._default_1vx5d_52{border-left:3px solid rgba(255,255,255,.5)}._toast_1vx5d_35._success_1vx5d_55{border-left:3px solid var(--color-green)}._toast_1vx5d_35._success_1vx5d_55 ._icon_1vx5d_58{color:var(--color-green)}._toast_1vx5d_35._error_1vx5d_61{border-left:3px solid var(--color-red)}._toast_1vx5d_35._error_1vx5d_61 ._icon_1vx5d_58{color:var(--color-red)}._toast_1vx5d_35._warning_1vx5d_67{border-left:3px solid #f59e0b}._toast_1vx5d_35._warning_1vx5d_67 ._icon_1vx5d_58{color:#f59e0b}._icon_1vx5d_58{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-white)}._message_1vx5d_82{flex:1;color:var(--color-white);font-size:.9rem;line-height:1.4;text-shadow:0 1px 2px rgba(0,0,0,.2)}._closeButton_1vx5d_90{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background:#ffffff1a;color:#ffffffb3;cursor:pointer;flex-shrink:0;transition:all .2s ease}._closeButton_1vx5d_90:hover{background:#fff3;color:var(--color-white)}@media(max-width:768px){._container_1vx5d_1{left:1rem;right:1rem;bottom:90px}._toast_1vx5d_35{max-width:100%}}._avatar_1cox1_1{display:inline-flex;align-items:center;justify-content:center}._avatar_1cox1_1._small_1cox1_6 ._glassRing_1cox1_6{width:48px;height:48px;padding:3px}._avatar_1cox1_1._small_1cox1_6 ._initials_1cox1_11{font-size:.85rem}._avatar_1cox1_1._medium_1cox1_14 ._glassRing_1cox1_6{width:72px;height:72px;padding:4px}._avatar_1cox1_1._medium_1cox1_14 ._initials_1cox1_11{font-size:1.1rem}._avatar_1cox1_1._large_1cox1_22 ._glassRing_1cox1_6{width:100px;height:100px;padding:5px}._avatar_1cox1_1._large_1cox1_22 ._initials_1cox1_11{font-size:1.5rem}._avatar_1cox1_1._xlarge_1cox1_30 ._glassRing_1cox1_6{width:150px;height:150px;padding:6px}._avatar_1cox1_1._xlarge_1cox1_30 ._initials_1cox1_11{font-size:2rem}._glassRing_1cox1_6{border-radius:50%;background:linear-gradient(135deg,#ffffff4d,#ffffff1a,#ec6dff33);backdrop-filter:blur(15px) saturate(150%);-webkit-backdrop-filter:blur(15px) saturate(150%);box-shadow:0 8px 32px #00000026,inset 0 0 20px #ffffff1a,0 0 20px #ec6dff26;transition:all .3s ease}._glassRing_1cox1_6:hover{box-shadow:0 12px 40px #0003,inset 0 0 30px #ffffff26,0 0 30px #ec6dff40;transform:scale(1.05)}._inner_1cox1_52{width:100%;height:100%;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#a265e580,#ec6dff80)}._image_1cox1_63{width:100%;height:100%;object-fit:cover}._initials_1cox1_11{color:var(--color-white);font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2);letter-spacing:.05em}._pageTitle_1bdu0_1{font-size:2.5rem;font-weight:700;color:var(--color-white);margin-bottom:3rem;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.3)}._sectionTitle_1bdu0_10{font-size:1.5rem;font-weight:600;color:var(--color-white);margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}._componentSection_1bdu0_18{margin-bottom:4rem}._buttonGroup_1bdu0_22{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}._badgeGroup_1bdu0_29{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}._avatarGroup_1bdu0_36{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}@media(max-width:768px){._pageTitle_1bdu0_1{font-size:2rem}._sectionTitle_1bdu0_10{font-size:1.25rem}._componentSection_1bdu0_18{margin-bottom:3rem}}
