body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overscroll-behavior:none;touch-action:manipulation}#root,body,html{height:100%}#root{display:flex;flex-direction:column}.App{bottom:0;justify-content:space-between;left:0;position:fixed;right:0;top:0}input,textarea{font-size:16px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}.App{display:flex;flex-direction:column;height:100vh;overflow:hidden;text-align:center}.App-header{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0;position:relative;width:100%}.events-list-page .App-header{display:block}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:spinCoin 8s linear infinite;-webkit-backface-visibility:visible;backface-visibility:visible;transform-style:preserve-3d}}@keyframes spinCoin{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.button-container{flex-direction:column;margin-bottom:5px;margin-top:10px}.button,.button-container{align-items:center;display:flex;width:100%}.button{animation:slideUp 1.5s ease-in-out forwards;background-color:#ccc;border:1px solid #dcdcdc;border-radius:5px;box-sizing:border-box;color:#202123;font-family:FIT,sans-serif;font-size:20px;font-weight:100;margin:2px 0;max-width:350px;opacity:0;padding:8px 12px;text-decoration:none;transform:translateY(100px);transition:all .2s ease}.button-content{align-items:center;display:flex;justify-content:center;width:100%}.button-text{flex:1 1;text-align:center}.button:first-child{animation-delay:.2s}.button:nth-child(2){animation-delay:.4s}.button:hover{filter:grayscale(100%)}.button:hover .button-content{animation:shake .3s}@keyframes shake{0%{transform:translateX(0)}20%{transform:translateX(-2px)}40%{transform:translateX(2px)}60%{transform:translateX(-2px)}80%{transform:translateX(2px)}to{transform:translateX(0)}}.footer{background-color:#000;bottom:0;padding:25px 0 5px;position:fixed;width:100%;z-index:100}.footer-content{align-items:center;box-sizing:border-box;color:#ccc;display:flex;flex-wrap:nowrap;justify-content:center;margin:0 auto;padding:0 10px;width:100%}.footer-link{background:none;border:none;cursor:pointer;text-decoration:none;transition:color .2s}.footer-copy,.footer-link{color:#ccc;font-size:1rem;margin:0 5px}.footer-copy:hover,.footer-link:hover{color:#999}.footer-divider{color:#ccc;display:inline;margin:0 5px}.footer-copy,.footer-divider,.footer-link{position:relative;top:-13px}.content{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;opacity:0;padding:0 20px 50px;transition:opacity 1s ease-in-out,transform 1s ease-in-out;width:100%}.content.visible{opacity:1}.slide-down{animation:slideDown 1.5s ease-in-out forwards}.slide-up{animation:slideUp 1.5s ease-in-out forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.App-header{padding:0}.button{margin:2px 0;padding:6px 8px}.button-text{font-size:15px}.footer-copy,.footer-link{font-size:.7rem;margin:0 2px}.footer-divider{margin:0 2px}}@media (min-width:600px){.button{font-size:14px;margin:4px 0;padding:8px 12px}.footer-copy,.footer-link{font-size:.9rem}}@media (min-width:1024px){.button{font-size:16px;padding:10px 15px}.footer{padding:25px 0 5px}}.authButtonContainer{align-items:center;display:flex;gap:10px;left:10px;position:absolute;top:10px;z-index:1000}.authButton{background:none;border:none;cursor:pointer;padding:0}.profileIcon{height:35px;opacity:1;transition:opacity .5s ease-in-out;width:35px}.profileIcon.visible{opacity:1}.authButton:hover .profileIcon{animation:shake .3s;filter:grayscale(100%)}.signInUpContainer{align-items:center;animation:slideDown 1.5s ease-in-out forwards;display:flex;gap:10px;opacity:0;position:absolute;right:10px;top:10px;transform:translateY(100px);z-index:1000}.signIconButton{background:none;border:none;cursor:pointer;padding:0}.signIcon{height:35px;opacity:1;transition:opacity .5s ease-in-out,filter .2s ease-in-out;width:35px}.signIconButton:hover .signIcon{animation:shake .3s;filter:grayscale(100%)}.exitContainer{position:absolute;right:10px;top:10px;z-index:1000}.exitButton{background:none;border:none;cursor:pointer;padding:0}.exitIcon{height:35px;opacity:1;transition:opacity .5s ease-in-out,filter .2s ease-in-out;width:35px}.exitButton:hover .exitIcon{filter:brightness(120%)}.spinnerOverlay{align-items:center;background:#242424d9;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.spinnerLoader{animation:spin 1s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#555;height:60px;width:60px}@keyframes spin{to{transform:rotate(1turn)}}.topLabel{animation:fadeIn .8s ease 1.5s forwards;color:#ccc;font-family:FIT,sans-serif;font-size:14px;opacity:0;white-space:nowrap}@keyframes fadeIn{to{opacity:1}}.playerRoot{bottom:0;left:0;position:fixed;right:0;z-index:999}.bg-video{height:100%;inset:0;object-fit:cover;pointer-events:none;position:fixed;width:100%;z-index:-1}.landscape-bg,.mobile-bg{display:none}@media (max-width:767px){.mobile-bg{display:block}}@media (min-width:768px),(orientation:landscape) and (max-width:767px){.landscape-bg{display:block}}.ShowItem_showItem__qlD-O{background-color:#1c1c1c;border-radius:10px;display:flex;justify-content:space-between;margin:10px auto;max-width:none;padding:20px;position:relative;transition:background-color .3s ease-in-out;width:100%}.ShowItem_showItem__qlD-O:hover{background-color:#2a2a2a}@keyframes ShowItem_colorPulse__IM9l4{0%{border-color:#ff0;box-shadow:0 0 15px 5px #ffff0080}50%{border-color:orange;box-shadow:0 0 20px 7px #ffa50099}to{border-color:#ff0;box-shadow:0 0 15px 5px #ffff0080}}.ShowItem_highlighted__Nzp2p{animation:ShowItem_colorPulse__IM9l4 2s ease-in-out infinite;border:2px solid #ff0;box-shadow:0 0 15px 5px #ffff0080;transition:transform .3s ease,box-shadow .3s ease}.ShowItem_showCover__bfiAz{align-items:center;aspect-ratio:512/683;display:flex;height:auto;justify-content:center;margin-right:20px;overflow:hidden;position:relative;width:clamp(120px,13vw,200px)}.ShowItem_showItemCover__kNCvl{border-radius:5px;height:100%;object-fit:cover;width:100%}.ShowItem_coverContainer__f478W{align-items:center;aspect-ratio:512/683;background:conic-gradient(#000 0deg,#000 0deg,#fff 0deg,#bbb 1turn);background:conic-gradient(#000 0deg,#000 var(--progress,0deg),#fff var(--progress,0deg),#bbb 1turn);border-radius:5px;cursor:pointer;display:flex;height:auto;justify-content:center;margin-right:20px;position:relative;width:clamp(130px,48vw,240px)}.ShowItem_showItemCoverMobile__MV335{border-radius:3px;height:97%;object-fit:cover;width:97%;z-index:2}.ShowItem_artistSticker__WBmzY{cursor:pointer;position:absolute}.ShowItem_artistStickerDesktop__CWXIy{background:none;border:none;filter:grayscale(100%) brightness(.45) sepia(1) hue-rotate(0deg) saturate(0) contrast(1);height:clamp(26px,12%,38px);left:auto;max-width:45%;object-fit:contain;position:absolute;right:-10px;top:5px;transform:none;transition:filter .3s ease-in-out;width:auto;z-index:2}.ShowItem_artistStickerDesktop__CWXIy:hover{filter:grayscale(0) brightness(1)}.ShowItem_playButton__IUOLs{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:40px;justify-content:center;opacity:.8;position:absolute;transition:opacity .3s ease-in-out;width:40px;z-index:1}.ShowItem_playButtonImage__ZEX0C{height:100%;object-fit:contain;width:100%}.ShowItem_playButton__IUOLs:hover{opacity:1}.ShowItem_showCover__bfiAz .ShowItem_playButton__IUOLs{left:50%;top:50%;transform:translate(-50%,-50%)}.ShowItem_showInfo__n4x5i{color:#fff;flex-grow:2;margin-left:20px;text-align:left}.ShowItem_showTitle__ngL7W{font-family:FIT,sans-serif;font-size:1.5rem;font-weight:100;letter-spacing:.1em;margin-bottom:5px}.ShowItem_showGenre__7SvPw{color:#ccc;font-size:1rem}.ShowItem_showMeta__\+S1PW{display:flex;flex-direction:column;gap:4px;margin-top:6px}.ShowItem_showLine__KUU3z{font-family:FIT,sans-serif;font-size:1rem;font-weight:100;letter-spacing:.08em}.ShowItem_showTags__m-8Vs{margin-top:10px}.ShowItem_showTag__OU6f2{-webkit-tap-highlight-color:transparent;background-color:#555;border:none;border-radius:15px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;margin-right:5px;padding:5px 10px;transition:background-color .3s,transform .2s}.ShowItem_showTag__OU6f2:hover{background-color:#222}.ShowItem_showTag__OU6f2:active{transform:scale(.95)}.ShowItem_activeShowTag__RdzY0{background-color:#222}.ShowItem_waveformContainer__knPQH{background-color:initial;border-radius:5px;cursor:pointer;height:40px;margin:auto 20px auto 0;max-width:80px;position:relative;width:calc(100% - 40px)}@keyframes ShowItem_progressColorPulse__VyzI8{0%{background-position:0 50%}25%{background-position:50% 0}50%{background-position:100% 50%}75%{background-position:50% 100%}to{background-position:0 50%}}.ShowItem_waveformProgress__48UOV{animation:ShowItem_progressColorPulse__VyzI8 5s ease-in-out infinite;background:linear-gradient(90deg,#ffffff4d,#b4b4b499,#787878cc,#ffffff4d);background-size:300% 300%;border-radius:5px;bottom:0;left:0;position:absolute;top:0;transition:width .1s ease}.ShowItem_showActions__Abtkd{align-items:center;display:flex;flex-direction:row;gap:20px;margin-left:auto}.ShowItem_showFavorite__Xx6qG{background:none;border:none;color:#727272;cursor:pointer;font-size:1.5rem;margin-right:20px;transition:color .3s ease-in-out}.ShowItem_showFavorite__Xx6qG:hover{color:#fff}.ShowItem_shareButton__hNxSZ{background:none;border:none;color:#727272;cursor:pointer;font-size:1.5rem;margin-left:0;transition:color .3s ease-in-out}.ShowItem_shareButton__hNxSZ:hover{color:#fff}.ShowItem_showPrice__KFyiw{align-items:flex-end;display:flex;flex-direction:column}.ShowItem_showBuyTier1__RzPtN,.ShowItem_showBuyTier2__Kwyis{-webkit-tap-highlight-color:transparent;background-color:#555;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:FIT,sans-serif;font-size:.9rem;font-weight:100;margin-top:5px;max-width:170px;padding:8px 12px;transition:background-color .3s ease-in-out;width:100%}.ShowItem_showBuyTier1__RzPtN:hover,.ShowItem_showBuyTier2__Kwyis:hover{background-color:#222}.ShowItem_overlay__zDv7Z{align-items:center;background-color:#000c;border-radius:inherit;display:flex;inset:0;justify-content:center;overflow:hidden;position:absolute;z-index:10}.ShowItem_overlayMessage__BnnY3{animation:ShowItem_fadeIn__FU4cu .3s ease-in-out;background-color:#323232e6;border-radius:10px;color:#fff;font-size:.75rem;padding:14px;text-align:center}@keyframes ShowItem_fadeIn__FU4cu{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ShowItem_overlayMessage__BnnY3.ShowItem_success__h-8qP{background-color:#2e2e2e;border:1px solid #28a745;color:#999}.ShowItem_overlayMessage__BnnY3.ShowItem_error__W5jH2{background-color:#2e2e2e;border:1px solid #dc3545;color:#999}.ShowItem_inlineIcon__ASQS6{display:inline-block;height:2.4em;margin:0 .2em;vertical-align:middle;width:2.4em}@media (max-width:768px){.ShowItem_showItem__qlD-O{align-items:center;flex-direction:column;margin-bottom:20px;padding:15px;position:relative}.ShowItem_showCover__bfiAz{display:none}.ShowItem_coverContainer__f478W{margin-bottom:10px;margin-right:0}.ShowItem_showInfo__n4x5i{margin-left:0;text-align:center}.ShowItem_showTitle__ngL7W{font-size:1.2rem}.ShowItem_showTag__OU6f2{font-size:.8rem;padding:3px 8px}.ShowItem_showActions__Abtkd{align-items:center;flex-direction:row;gap:10px;justify-content:space-between;margin-top:10px;width:100%}.ShowItem_showPrice__KFyiw{flex-direction:row;gap:10px;justify-content:center;margin-top:10px;width:100%}.ShowItem_showBuyTier1__RzPtN,.ShowItem_showBuyTier2__Kwyis{flex:1 1;font-size:.8rem;margin:0;max-width:150px;padding:5px 10px}.ShowItem_showFavorite__Xx6qG{opacity:.8;right:-10px;top:10px;transition:opacity .3s ease-in-out;z-index:3}.ShowItem_shareButton__hNxSZ,.ShowItem_showFavorite__Xx6qG{background:none;border:none;cursor:pointer;height:30px;position:absolute;width:30px}.ShowItem_shareButton__hNxSZ{color:#727272;font-size:1.2rem;right:10px;top:50px;transition:color .3s ease-in-out}.ShowItem_shareButton__hNxSZ:hover{color:#fff}.ShowItem_artistStickerMobile__JCj67{background:none;border:none;filter:grayscale(100%) brightness(.45) sepia(1) hue-rotate(0deg) saturate(0) contrast(1);height:30px;object-fit:contain;right:-2px;top:100px;transform:rotate(-90deg);transform-origin:center;transition:filter .3s ease-in-out;width:auto}.ShowItem_artistStickerMobile__JCj67:hover{filter:grayscale(0) brightness(1)}.ShowItem_playButton__IUOLs{background:none;border:none;cursor:pointer;height:40px;left:10px;opacity:.8;position:absolute;top:10px;transition:opacity .3s ease-in-out;width:40px;z-index:3}.ShowItem_playButton__IUOLs:hover{opacity:1}.ShowItem_waveformContainer__knPQH{display:none}}.ShowItem_spinnerOverlay__zimwm{align-items:center;background-color:#242424;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.ShowItem_spinnerLoader__NED9P{animation:ShowItem_spin__2wsYT 1s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#555;height:60px;width:60px}@keyframes ShowItem_spin__2wsYT{to{transform:rotate(1turn)}}.ShowItem_buyOverlay__7ajvZ{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:absolute;z-index:100}.ShowItem_buyPreparing__cXly9{animation:ShowItem_preparingBlink__aTn1O 1.2s infinite;color:#fff;font-family:FIT,sans-serif;font-size:1rem;letter-spacing:2px}@keyframes ShowItem_preparingBlink__aTn1O{0%,to{opacity:1}50%{opacity:.35}}.ShowItem_breakdown__YwEDU{background:#2a2a2a;border-radius:6px;color:#ccc;font-size:.9rem;margin:12px 0 8px;padding:10px 16px;text-align:right;width:100%}.ShowItem_breakdown__YwEDU p{margin:2px 0}.ShowItem_breakdown__YwEDU strong{color:#fff;display:block;font-size:1rem;margin-top:4px}@media (max-width:768px){.ShowItem_breakdown__YwEDU{text-align:center}}@keyframes ShowList_fadeIn__S47cH{to{opacity:1}}.ShowList_showList__9jBY4{border-radius:10px;display:flex;flex-direction:column;margin:0 auto;opacity:0;padding:20px;transition:opacity .5s ease-in-out;width:100%}.ShowList_showList__9jBY4.ShowList_visible__lSKfM{opacity:1}.ShowList_listSpinnerContainer__-n4c6{align-items:center;display:flex;justify-content:center;min-height:180px}.ShowList_listSpinner__FvAy8{animation:ShowList_spin__GD1KR 1s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#555;height:60px;width:60px}@keyframes ShowList_spin__GD1KR{to{transform:rotate(1turn)}}.ChooseYourShowContent_chooseYourShowContentContainer__UzwUO{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-top:20px;position:relative;width:100%}.ChooseYourShowContent_chooseYourShowContent__YrmZP{-ms-overflow-style:none;max-height:80vh;overflow-y:auto;padding:20px 20px 40px;scrollbar-width:none;width:100%}.ChooseYourShowContent_chooseYourShowContent__YrmZP::-webkit-scrollbar{display:none}@keyframes ChooseYourShowContent_typing__OhqEq{0%{width:0}to{width:100%}}.ChooseYourShowContent_pageTitle__JtWh5{animation:ChooseYourShowContent_typing__OhqEq 4s linear forwards;color:#999;font-family:FIT,sans-serif;font-size:1.6rem;font-weight:100;letter-spacing:.1em;margin-bottom:10px;overflow:hidden;padding:10px 0;position:-webkit-sticky;position:sticky;text-align:center;top:0;white-space:nowrap;width:0;z-index:2}@media (min-width:1024px){.ChooseYourShowContent_pageTitle__JtWh5{font-size:2.5rem}}.ChooseYourShowContent_backIcon__rqqPP{cursor:pointer;height:35px;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .5s ease-in-out;width:35px;z-index:1000}.ChooseYourShowContent_backIcon__rqqPP.ChooseYourShowContent_visible__jsRZE{opacity:1}.ChooseYourShowContent_searchIcon__HI6Ln{cursor:pointer;height:35px;opacity:0;position:fixed;right:10px;top:50px;transition:opacity .5s ease-in-out;width:35px;z-index:1000}.ChooseYourShowContent_searchIcon__HI6Ln.ChooseYourShowContent_visible__jsRZE{opacity:1}.YourSpaceContent_appLogo__BtwOm{-webkit-backface-visibility:visible;backface-visibility:visible;height:40vmin;pointer-events:none;transform-style:preserve-3d}@media (prefers-reduced-motion:no-preference){.YourSpaceContent_appLogo__BtwOm{animation:YourSpaceContent_spinCoin__5k9c8 8s linear infinite}}@keyframes YourSpaceContent_spinCoin__5k9c8{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.YourSpaceContent_buttonContainer__cO3Qs{align-items:center;display:flex;flex-direction:column;margin-bottom:5px;margin-top:10px;width:100%}.YourSpaceContent_button__SohmG{align-items:center;animation:YourSpaceContent_slideUp__wubcK 1.5s ease-in-out forwards;background-color:#ccc;border:1px solid #dcdcdc;border-radius:5px;box-sizing:border-box;color:#202123;display:flex;font-family:FIT,sans-serif;font-size:20px;font-weight:100;margin:2px 0;max-width:350px;opacity:0;padding:8px 12px;text-decoration:none;transform:translateY(100px);transition:all .2s ease;width:100%}.YourSpaceContent_buttonContent__7qc1l{align-items:center;display:flex;justify-content:center;width:100%}.YourSpaceContent_buttonText__mmqQ0{flex:1 1;text-align:center}.YourSpaceContent_button__SohmG:first-child{animation-delay:.2s}.YourSpaceContent_button__SohmG:nth-child(2){animation-delay:.4s}.YourSpaceContent_button__SohmG:nth-child(3){animation-delay:.6s}.YourSpaceContent_button__SohmG:hover{filter:grayscale(100%)}.YourSpaceContent_button__SohmG:hover .YourSpaceContent_buttonContent__7qc1l{animation:YourSpaceContent_shake__mNG5R .3s}@keyframes YourSpaceContent_shake__mNG5R{0%{transform:translateX(0)}20%{transform:translateX(-2px)}40%{transform:translateX(2px)}60%{transform:translateX(-2px)}80%{transform:translateX(2px)}to{transform:translateX(0)}}.YourSpaceContent_content__Y64bN{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;opacity:0;padding:0 20px 50px;transition:opacity 1s ease-in-out,transform 1s ease-in-out;width:100%}.YourSpaceContent_content__Y64bN.YourSpaceContent_visible__2BVd0{opacity:1}.YourSpaceContent_slideDown__UE5zQ{animation:YourSpaceContent_slideDown__UE5zQ 1.5s ease-in-out forwards}.YourSpaceContent_slideUp__wubcK{animation:YourSpaceContent_slideUp__wubcK 1.5s ease-in-out forwards}@keyframes YourSpaceContent_slideDown__UE5zQ{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes YourSpaceContent_slideUp__wubcK{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.YourSpaceContent_appHeader__wWU8P{padding:0}.YourSpaceContent_button__SohmG{margin:2px 0;padding:6px 8px}.YourSpaceContent_buttonText__mmqQ0{font-size:15px}}@media (min-width:600px){.YourSpaceContent_button__SohmG{font-size:14px;margin:4px 0;padding:8px 12px}}@media (min-width:1024px){.YourSpaceContent_button__SohmG{font-size:16px;padding:10px 15px}}.YourSpaceContent_yourSpaceContentContainer__OfXkg{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-top:20px;perspective:900px;position:relative;width:100%}.YourSpaceContent_yourSpaceContent__QxGkl{-ms-overflow-style:none;max-height:80vh;overflow-y:auto;padding:20px 20px 40px;scrollbar-width:none;width:100%}.YourSpaceContent_yourSpaceContent__QxGkl::-webkit-scrollbar{display:none}@keyframes YourSpaceContent_typing__O2eUc{0%{width:0}to{width:100%}}.YourSpaceContent_pageTitle__LGR6d{animation:YourSpaceContent_typing__O2eUc 4s linear forwards;color:#999;font-family:FIT,sans-serif;font-size:1.6rem;font-weight:100;letter-spacing:.1em;margin-bottom:10px;overflow:hidden;padding:10px 0;position:-webkit-sticky;position:sticky;text-align:center;top:0;white-space:nowrap;width:0;z-index:2}@media (min-width:1024px){.YourSpaceContent_pageTitle__LGR6d{font-size:2.5rem}}.YourSpaceContent_backIcon__gh5p1{cursor:pointer;height:35px;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .5s ease-in-out;width:35px;z-index:1000}.YourSpaceContent_backIcon__gh5p1.YourSpaceContent_visible__2BVd0{opacity:1}.TermsContent_termsContentContainer__H7lZI{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative;width:100%}.TermsContent_termsContent__q7Xgl{-ms-overflow-style:none;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#00000026;border-radius:12px;box-shadow:0 0 15px #0000004d;margin:0 auto;max-height:80vh;max-width:720px;overflow-y:auto;padding:20px 20px 60px;scrollbar-width:none;text-align:center;width:100%}.TermsContent_termsContent__q7Xgl::-webkit-scrollbar{display:none}.TermsContent_termsContent__q7Xgl h1{color:#d1d1d1;font-size:2rem;margin-bottom:15px}.TermsContent_termsContent__q7Xgl h2{color:#d1d1d1;font-size:1.5rem;margin-bottom:10px}.TermsContent_termsContent__q7Xgl p{color:#d1d1d1;font-size:1rem;line-height:1.6;margin-bottom:10px;text-align:center}.TermsContent_termsContent__q7Xgl strong{color:#d1d1d1;font-weight:700}.TermsContent_termsContent__q7Xgl a,.TermsContent_termsContent__q7Xgl a:active,.TermsContent_termsContent__q7Xgl a:hover,.TermsContent_termsContent__q7Xgl a:visited{color:#d1d1d1;text-decoration:none}.TermsContent_slideDown__CPYL6{animation:TermsContent_slideDown__CPYL6 1.5s ease-in-out forwards}.TermsContent_slideUp__GzbnL{animation:TermsContent_slideUp__GzbnL 1.5s ease-in-out forwards}@keyframes TermsContent_slideDown__CPYL6{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes TermsContent_slideUp__GzbnL{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.TermsContent_backIcon__h6HN\+{cursor:pointer;height:35px;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .5s ease-in-out;width:35px;z-index:1000}.TermsContent_backIcon__h6HN\+.TermsContent_visible__iDEtM{opacity:1}.PrivacyContent_legalContentContainer__hQV2o{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative;width:100%}.PrivacyContent_legalContent__jJHip{-ms-overflow-style:none;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#00000026;border-radius:12px;box-shadow:0 0 15px #0000004d;margin:0 auto;max-height:80vh;max-width:720px;overflow-y:auto;padding:20px 20px 60px;scrollbar-width:none;text-align:center;width:100%}.PrivacyContent_legalContent__jJHip::-webkit-scrollbar{display:none}.PrivacyContent_legalContent__jJHip h1{color:#d1d1d1;font-size:2rem;margin-bottom:15px}.PrivacyContent_legalContent__jJHip h2{color:#d1d1d1;font-size:1.5rem;margin-bottom:10px}.PrivacyContent_legalContent__jJHip p{color:#d1d1d1;font-size:1rem;line-height:1.6;margin-bottom:10px;text-align:center}.PrivacyContent_legalContent__jJHip strong{color:#d1d1d1;font-weight:700}.PrivacyContent_legalContent__jJHip a,.PrivacyContent_legalContent__jJHip a:active,.PrivacyContent_legalContent__jJHip a:hover,.PrivacyContent_legalContent__jJHip a:visited{color:#d1d1d1;text-decoration:none}.PrivacyContent_slideDown__IpwSy{animation:PrivacyContent_slideDown__IpwSy 1.5s ease-in-out forwards}.PrivacyContent_slideUp__SYMxB{animation:PrivacyContent_slideUp__SYMxB 1.5s ease-in-out forwards}@keyframes PrivacyContent_slideDown__IpwSy{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes PrivacyContent_slideUp__SYMxB{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.PrivacyContent_backIcon__PU3H1{cursor:pointer;height:35px;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .5s ease-in-out;width:35px;z-index:1000}.PrivacyContent_backIcon__PU3H1.PrivacyContent_visible__t981U{opacity:1}.AfterPayment_afterPaymentContainer__MplMb{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-top:20px;position:relative;width:100%}.AfterPayment_afterPaymentContent__s-k6T{-ms-overflow-style:none;max-height:80vh;overflow-y:auto;padding:20px 20px 40px;scrollbar-width:none;width:100%}.AfterPayment_afterPaymentContent__s-k6T::-webkit-scrollbar{display:none}@keyframes AfterPayment_typing__9cRrI{0%{width:0}to{width:100%}}.AfterPayment_error__-y-\+p,.AfterPayment_failed__wq9gG,.AfterPayment_success__eGPph,.AfterPayment_unknown__LaQ5B{color:#d1d1d1;text-align:center}.AfterPayment_actionsContainer__X2r9j{align-items:center;display:flex;flex-direction:column;margin-top:20px}.AfterPayment_buttonsContainer__JgpfS{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:10px}.AfterPayment_inputContainer__ee4G1{margin-bottom:10px;max-width:320px;width:100%}.AfterPayment_inputField__aPJ57{background-color:#1c1c1c;border:1px solid #555;border-radius:5px;color:#fff;font-size:.9rem;margin-right:20px;outline:none;padding:8px;text-align:center;width:100%}.AfterPayment_inputField__aPJ57::placeholder{color:#ccc;text-align:center}.AfterPayment_downloadButton__TLnLH,.AfterPayment_generateButton__cjjd0{background-color:#555;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:FIT,sans-serif;font-size:.9rem;font-weight:100;margin:0 10px;max-width:150px;padding:8px 12px;transition:background-color .3s ease-in-out;width:150px}.AfterPayment_downloadButton__TLnLH:hover,.AfterPayment_generateButton__cjjd0:hover{background-color:#222}@media (max-width:767px){.AfterPayment_downloadButton__TLnLH,.AfterPayment_generateButton__cjjd0{margin:5px;width:130px}}.AfterPayment_overlay__vycFu{align-items:center;background-color:#000c;border-radius:inherit;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:10}.AfterPayment_overlayMessage__OOOwT{background-color:#323232e6;border-radius:10px;color:#fff;font-size:.75rem;padding:14px;text-align:center}.AfterPayment_overlayMessage__OOOwT.AfterPayment_success__eGPph{background-color:#2e2e2e;border:1px solid #28a745;color:#999}.AfterPayment_overlayMessage__OOOwT.AfterPayment_error__-y-\+p{background-color:#2e2e2e;border:1px solid #dc3545;color:#999}.AfterPayment_backIcon__GnoUQ{cursor:pointer;height:35px;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .5s ease-in-out;width:35px;z-index:1000}.AfterPayment_visible__RHYM3{opacity:1}.AfterPayment_progressOverlay__4uUbR{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.AfterPayment_progressText__pIIE5{animation:AfterPayment_fadeIn__HBW-d .3s ease-in-out;color:#fff;font-size:36px;font-weight:700}.FilesItem_filesItem__kOcqc{background-color:#1c1c1c;border-radius:10px;display:flex;justify-content:space-between;margin:10px auto;max-width:none;padding:20px;position:relative;transition:background-color .3s ease-in-out;width:100%}.FilesItem_filesItem__kOcqc:hover{background-color:#2a2a2a}.FilesItem_filesCover__RaQbH{align-items:center;aspect-ratio:512/683;display:flex;height:auto;justify-content:center;margin-right:20px;overflow:hidden;position:relative;width:clamp(120px,13vw,200px)}.FilesItem_filesItemCover__VqOmE{border-radius:5px;height:100%;object-fit:cover;width:100%}.FilesItem_coverContainer__ywOZA{align-items:center;aspect-ratio:512/683;background:#000;border-radius:5px;display:flex;height:auto;justify-content:center;margin-right:20px;position:relative;width:clamp(130px,48vw,240px)}.FilesItem_filesItemCoverMobile__WLAy1{border-radius:3px;height:100%;object-fit:cover;position:relative;width:100%;z-index:2}.FilesItem_artistSticker__CLn6B{cursor:pointer;position:absolute}.FilesItem_artistStickerDesktop__gpUCE{background:none;border:none;filter:grayscale(100%) brightness(.45) sepia(1) hue-rotate(0deg) saturate(0) contrast(1);height:clamp(26px,12%,38px);left:auto;max-width:45%;object-fit:contain;position:absolute;right:-10px;top:5px;transform:none;transition:filter .3s ease-in-out;width:auto;z-index:2}.FilesItem_artistStickerDesktop__gpUCE:hover{filter:grayscale(0) brightness(1)}.FilesItem_filesInfo__gGE8u{color:#fff;flex-grow:2;margin-left:20px;text-align:left}.FilesItem_filesTitle__MIUKX{font-family:FIT,sans-serif;font-size:1.5rem;font-weight:700;font-weight:100;letter-spacing:.1em;margin-bottom:5px}.FilesItem_filesGenre__7NKFL{color:#ccc;font-size:1rem}.FilesItem_filesDetails__ffKeQ{display:flex;flex-direction:column;gap:4px;margin-top:6px}.FilesItem_filesLine__aCE0a{font-family:FIT,sans-serif;font-size:1rem;font-weight:100;letter-spacing:.08em}.FilesItem_filesTags__U5Pz5{margin-top:10px}.FilesItem_filesTag__z\+6A3{-webkit-tap-highlight-color:transparent;background-color:#555;border:none;border-radius:15px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;margin-right:5px;padding:5px 10px;transition:background-color .3s,transform .2s}.FilesItem_filesTag__z\+6A3:hover{background-color:#222}.FilesItem_filesTag__z\+6A3:active{transform:scale(.95)}.FilesItem_activefilesTag__ls\+vt{background-color:#222}.FilesItem_filesActions__GwaO9{align-items:center;display:flex;flex-direction:row;gap:10px;margin-left:auto}.FilesItem_downloadButton__60kMV,.FilesItem_generateButton__X2dHA{background-color:#555;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:FIT,sans-serif;font-size:.9rem;font-weight:100;max-width:150px;padding:8px 12px;transition:background-color .3s ease-in-out;width:150px}.FilesItem_downloadButton__60kMV:hover,.FilesItem_generateButton__X2dHA:hover{background-color:#222}.FilesItem_inputField__XqM6R{background-color:#1c1c1c;border:1px solid #555;border-radius:5px;color:#fff;flex-shrink:0;font-size:.9rem;margin-right:12px;padding:8px}.FilesItem_inputField__XqM6R:focus{border-color:#fff;outline:none}.FilesItem_success__2OI3z{background-color:#2e2e2e;border:1px solid #28a745;color:#999}.FilesItem_error__ms\+8q{background-color:#2e2e2e;border:1px solid #dc3545;color:#999}.FilesItem_overlay__v9Qam{align-items:center;background-color:#000c;border-radius:inherit;display:flex;inset:0;justify-content:center;overflow:hidden;position:absolute;z-index:10}.FilesItem_overlayMessage__AF0ug{animation:FilesItem_fadeIn__Hd9rJ .3s ease-in-out;background-color:#323232e6;border-radius:10px;color:#fff;font-size:.75rem;padding:14px;text-align:center}@keyframes FilesItem_fadeIn__Hd9rJ{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.FilesItem_progressOverlay__E9zRQ{align-items:center;background-color:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.FilesItem_progressText__e8dp2{animation:FilesItem_fadeIn__Hd9rJ .3s ease-in-out;color:#fff;font-size:36px;font-weight:700}@media (max-width:768px){.FilesItem_filesItem__kOcqc{align-items:center;flex-direction:column;margin-bottom:20px;padding:15px;position:relative}.FilesItem_filesCover__RaQbH{display:none}.FilesItem_coverContainer__ywOZA{margin-bottom:10px;margin-right:0}.FilesItem_filesInfo__gGE8u{margin-left:0;text-align:center}.FilesItem_filesTitle__MIUKX{font-size:1.2rem}.FilesItem_filesTag__z\+6A3{font-size:.8rem;padding:3px 8px}.FilesItem_filesActions__GwaO9{align-items:center;flex-direction:column;gap:15px;margin-top:10px;width:100%}.FilesItem_inputField__XqM6R{background-color:#1c1c1c;border:1px solid #555;border-radius:5px;box-sizing:border-box;color:#fff;font-size:.9rem;margin:0 auto 10px;max-width:200px;padding:8px;text-align:center;width:100%}.FilesItem_downloadButton__60kMV,.FilesItem_generateButton__X2dHA{background-color:#555;border:none;border-radius:5px;color:#fff;cursor:pointer;flex:1 1;font-size:.8rem;margin:0;padding:5px 10px;text-align:center;width:150px}.FilesItem_downloadButton__60kMV:hover,.FilesItem_generateButton__X2dHA:hover{background-color:#222}.FilesItem_artistStickerMobile__8QV9v{background:none;border:none;bottom:auto;filter:grayscale(100%) brightness(.45) sepia(1) hue-rotate(0deg) saturate(0) contrast(1);height:clamp(22px,8vw,34px);left:-6px;max-width:50%;object-fit:contain;position:absolute;right:auto;top:6px;transform:none;transform-origin:center;transition:filter .3s ease-in-out;width:auto;z-index:3}.FilesItem_artistStickerMobile__8QV9v:hover{filter:grayscale(0) brightness(1)}}.TicketsList_ticketsList__Aevvj{border-radius:10px;display:flex;flex-direction:column;margin:0 auto;padding:20px;width:100%}.YourTicketsContent_yourTicketsContentContainer__XNAIU{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-top:20px;position:relative;width:100%}.YourTicketsContent_yourTicketsContent__rvkj5{-ms-overflow-style:none;max-height:80vh;overflow-y:auto;padding:20px 20px 40px;scrollbar-width:none;width:100%}.YourTicketsContent_yourTicketsContent__rvkj5::-webkit-scrollbar{display:none}.YourTicketsContent_pageTitle__8QIjW{animation:YourTicketsContent_typing__hrAHn 4s linear forwards;color:#999;font-family:FIT,sans-serif;font-size:1.6rem;font-weight:100;letter-spacing:.1em;margin-bottom:10px;overflow:hidden;padding:10px 0;position:-webkit-sticky;position:sticky;text-align:center;top:0;white-space:nowrap;width:0;z-index:2}@keyframes YourTicketsContent_typing__hrAHn{0%{width:0}to{width:100%}}@media (min-width:1024px){.YourTicketsContent_pageTitle__8QIjW{font-size:2.5rem}}.YourTicketsContent_backIcon__5ep3-{cursor:pointer;height:35px;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .5s ease-in-out;width:35px;z-index:1000}.YourTicketsContent_backIcon__5ep3-.YourTicketsContent_visible__GCPT8{opacity:1}.YourTicketsContent_noTicketsMessage__HNecD{color:#999;font-size:1.2rem;margin-top:20px;text-align:center}.FavShowsContent_favShowsContentContainer__PVTjx{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-top:20px;position:relative;width:100%}.FavShowsContent_favShowsContent__vrFw0{-ms-overflow-style:none;max-height:80vh;overflow-y:auto;padding:20px 20px 40px;scrollbar-width:none;width:100%}.FavShowsContent_favShowsContent__vrFw0::-webkit-scrollbar{display:none}.FavShowsContent_pageTitle__mMZFt{animation:FavShowsContent_typing__4arF2 4s linear forwards;color:#999;font-family:FIT,sans-serif;font-size:1.6rem;font-weight:100;letter-spacing:.1em;margin-bottom:10px;overflow:hidden;padding:10px 0;position:-webkit-sticky;position:sticky;text-align:center;top:0;white-space:nowrap;width:0;z-index:2}@keyframes FavShowsContent_typing__4arF2{0%{width:0}to{width:100%}}@media (min-width:1024px){.FavShowsContent_pageTitle__mMZFt{font-size:2.5rem}}.FavShowsContent_backIcon__UncLb{cursor:pointer;height:35px;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .5s ease-in-out;width:35px;z-index:1000}.FavShowsContent_backIcon__UncLb.FavShowsContent_visible__Kuvyb{opacity:1}.FavShowsContent_noFavoritesMessage__rHF4e{color:#999;font-size:1.2rem;margin-top:20px;text-align:center}.FavShowsContent_searchIcon__JA03R{cursor:pointer;height:35px;opacity:0;position:absolute;right:10px;top:50px;transition:opacity .5s ease-in-out;width:35px;z-index:1000}.FavShowsContent_searchIcon__JA03R.FavShowsContent_visible__Kuvyb{opacity:1}.SupportContent_supportContainer__ygC-z{align-items:center;display:flex;flex:1 1;flex-direction:column;padding-top:20px;position:relative;width:100%}.SupportContent_backIcon__33dvZ{cursor:pointer;height:35px;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .5s ease-in-out;width:35px;z-index:1000}.SupportContent_backIcon__33dvZ.SupportContent_visible__T2paG{opacity:1}.SupportContent_pageTitle__6bLyz{animation:SupportContent_typing__AFzGF 4s linear forwards;color:#999;font-family:FIT,sans-serif;font-size:1.6rem;font-weight:100;letter-spacing:.1em;margin-bottom:10px;overflow:hidden;padding:10px 0;position:-webkit-sticky;position:sticky;text-align:center;top:0;white-space:nowrap;width:0;z-index:2}@keyframes SupportContent_typing__AFzGF{0%{width:0}to{width:100%}}@media (min-width:1024px){.SupportContent_pageTitle__6bLyz{font-size:2.5rem}}.SupportContent_supportContent__lMj4M{-webkit-overflow-scrolling:touch;align-items:flex-start;background-color:#333;border-radius:4px;display:flex;flex-direction:column;justify-content:flex-start;max-height:80vh;overflow-y:auto;padding:20px 20px 260px;position:relative;width:100%}.SupportContent_supportContent__lMj4M::-webkit-scrollbar{display:none}.SupportContent_noMessages__PNoBD{align-self:center;color:#bbb;margin-bottom:20px;text-align:center}.SupportContent_supportFormFixed__wItex{background-color:#242424;border-top:1px solid #444;bottom:40px;display:flex;flex-direction:column;gap:10px;left:0;padding:16px;position:fixed;right:0;width:100%;z-index:101}.SupportContent_inputField__yP5\+6,.SupportContent_messageField__jePP5{border:none;border-radius:4px;color:#000;font-weight:400;outline:none;padding:10px}.SupportContent_messageField__jePP5{height:80px;resize:none}.SupportContent_ownMessage__rdxuW{align-self:flex-end;background-color:#393939}.SupportContent_ownMessage__rdxuW,.SupportContent_theirMessage__GZP06{border-radius:12px;color:#fff;font-weight:400;margin:5px;max-width:70%;padding:8px 12px;text-align:left}.SupportContent_theirMessage__GZP06{align-self:flex-start;background-color:#3e3e3e}.SupportContent_messageText__EKr3u{font-family:Roboto Mono,monospace;line-height:1.5;margin:0;overflow-wrap:break-word;text-align:left;white-space:pre-wrap;word-break:break-word}.SupportContent_messageDate__bLOG3{display:block;font-family:FIT,sans-serif;font-size:.8rem;font-weight:100;margin-top:4px;opacity:.8;text-align:right}.SupportContent_notAuthenticated__vpk0y{color:#999;font-size:1.2rem;margin-top:20px;text-align:center}.SupportContent_attachmentList__PNEGR{list-style:none;margin:0;padding:8px 0 0}.SupportContent_attachmentList__PNEGR li{margin-top:4px}.SupportContent_attachmentList__PNEGR a{color:#007bff;display:inline-block;font-size:.95rem;text-decoration:none;transition:color .2s ease;word-break:break-all}.SupportContent_attachmentList__PNEGR a:hover{color:#0056b3;text-decoration:underline}.SupportContent_downloadButton__tNs62{background-color:#2e2e2e;border:1px solid #555;border-radius:6px;color:#ddd;cursor:pointer;font-size:13px;font-weight:400;max-width:100%;padding:6px 10px;text-align:left;transition:background-color .2s,border-color .2s;word-break:break-word}.SupportContent_downloadButton__tNs62:hover{background-color:#444;border-color:#777;color:#fff}.SupportContent_progressOverlay__1zyDt{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.SupportContent_progressText__YANjm{animation:SupportContent_fadeIn__R178V .3s ease-in-out;color:#fff;font-size:36px;font-weight:700}.SupportContent_actionRow__9ECIb{align-items:center;display:flex;gap:12px;justify-content:space-between}.SupportContent_fileInputLabel__k5ccK,.SupportContent_sendButton__sxuWn{align-items:center;background-color:#393939;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:FIT,sans-serif;font-size:15px;font-weight:100;justify-content:center;line-height:1;padding:10px 16px;text-align:center;transition:background-color .2s ease;width:120px}.SupportContent_fileInputLabel__k5ccK:hover,.SupportContent_sendButton__sxuWn:hover{background-color:#3e3e3e}.SupportContent_hiddenFileInput__cCsM\+{display:none}.SupportContent_attachmentPreview__1QAaW{color:#ccc;font-size:.9rem;list-style:none;margin-top:8px;padding:0}.SupportContent_attachmentPreview__1QAaW li{align-items:center;background:#444;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:4px;padding:6px 10px}.SupportContent_attachmentPreview__1QAaW button{background:#0000;border:none;color:#f66;cursor:pointer;font-size:1.2rem}.SupportContent_scrollToBottomButton__6inRG{background-color:#2e2e2e;border:none;border-radius:50%;bottom:220px;box-shadow:0 2px 6px #0000004d;color:#fff;cursor:pointer;padding:10px;position:fixed;right:16px;transition:background-color .2s ease;z-index:102}.SupportContent_scrollToBottomButton__6inRG:hover{background-color:#444}.SupportContent_spinnerOverlay__-UF8x{align-items:center;background:#242424d9;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.SupportContent_spinnerLoader__tLmBe{animation:SupportContent_spin__uJFil 1s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#555;height:60px;width:60px}@keyframes SupportContent_spin__uJFil{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.b8c59637.css.map*/