@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";.topBar{--header-side-width:220px;view-transition-name:main-header;height:var(--header-height);z-index:1001;background:linear-gradient(#1a1a1f 80%,#1a1a1fe6 85%,#1a1a1f99 92%,#1a1a1f4d 97%,#1a1a1f00 100%);position:fixed;top:0;left:0;right:0}.topBarContent{z-index:1;grid-template-columns:var(--header-side-width) minmax(0, 1fr) var(--header-side-width);align-items:center;width:calc(100% - 70px);height:100%;margin:0 35px;padding:0;display:grid;position:relative}.topBarSide{align-items:center;min-width:0;display:flex}.topBarSideLeft{justify-content:flex-start}.topBarSideRight{justify-content:flex-end}.topBarCenter{justify-content:center;display:flex}.logoSection{display:flex}.logoImage{width:auto;height:35px}.navCenter{justify-content:center;align-items:center;gap:10px;width:max-content;max-width:100%;margin:0;display:flex}.tabSelector{-webkit-backdrop-filter:blur(5px);background:#0a0a0c;border-radius:6px;align-items:center;gap:6px;height:45px;padding:4px;display:flex}.tabButton{color:#fff9;cursor:pointer;text-align:center;letter-spacing:.3px;background:0 0;border:none;border-radius:5px;min-width:100px;height:100%;font-size:.85rem;font-weight:500;transition:color .25s,text-shadow .25s,background-color .25s,transform .25s;position:relative;overflow:hidden}.tabButton:hover{color:#fff;text-shadow:0 0 8px #ffc8dccc}.tabButton.active{color:#fff;background:#ff0080e6;box-shadow:0 4px 12px #ff008066,inset 0 1px #fff3}.tabButton:focus,.tabButton:active,.tabButton:focus-visible{box-shadow:none;outline:none}.tabButton::-moz-focus-inner{border:0}.searchButton{cursor:pointer;color:#fff9;border:none;border-radius:6px;align-items:center;gap:12px;width:375px;height:45px;padding:0 15px;font-size:14px;font-weight:500;display:flex;position:relative;background:#0a0a0c!important}.searchIcon{color:#ffffffb3;flex-shrink:0;width:18px;height:18px;transition:all .3s}.searchButton:hover .searchIcon{color:#667eeae6;transform:scale(1.1)}.searchPlaceholder{color:#ffffff80;font-family:Poppins,sans-serif;font-weight:400}.searchInput{color:#ffffffe6;background:0 0;border:none;outline:none;width:100%;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.searchInput::placeholder{color:#ffffff80}.searchButton:hover .searchPlaceholder{color:#fffc}.userSection{align-items:center;gap:12.5px;display:flex}.cartButton{border:1px solid #ffffff14;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;height:45px;padding:0 14px;text-decoration:none;transition:background .2s,transform .2s,border-color .2s;display:inline-flex;color:#ffffffe6!important;background:#0a0a0c!important}.cartButton:hover{border-color:#ffffff29;transform:translateY(-1px)}.cartButtonLabel{letter-spacing:.2px;font-size:.85rem;font-weight:600}.cartButtonTimer{color:#fffffff2;background:#ffffff14;border-radius:6px;justify-content:center;align-items:center;min-width:52px;height:26px;padding:0 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8rem;font-weight:700;display:inline-flex}@media (width<=768px){.cartButton{gap:10px;height:40px;padding:0 12px}.cartButtonTimer{min-width:48px;height:24px;font-size:.75rem}}.contactButton{cursor:pointer;text-shadow:0 1px 2px #0003;border-radius:6px;outline:none;padding:10px 20px;font-size:.85rem;font-weight:600;text-decoration:none;transition:none;display:inline-block;color:#fff!important;background:#9c27b0!important}.contactButton:hover{color:#fff!important;background:#9c27b0!important}.contactButton:focus{outline:none;color:#fff!important;background:#9c27b0!important}.contactButton:active{color:#fff!important;background:#9c27b0!important}.mobileHeader{view-transition-name:main-header;height:var(--header-height);z-index:1001;background:linear-gradient(#1a1a1f 80%,#1a1a1fe6 85%,#1a1a1f99 92%,#1a1a1f4d 97%,#1a1a1f00 100%);display:none;position:fixed;top:0;left:0;right:0}@media (width>=769px){.mobileHeader{display:none!important}}.mobileHeaderContent{justify-content:space-between;align-items:center;height:100%;padding:0 1rem;display:flex}.mobileLogo{align-items:center;display:flex}.mobileLogo img{width:auto;height:28px}.mobileMenuToggle{color:#ffffffb3;cursor:pointer;text-align:right;border-radius:8px;justify-content:right;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.mobileMenuIcon{width:20px;height:20px}.mobileOverlay{z-index:997;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;display:none;position:fixed;inset:0}.mobileOverlayVisible{opacity:1;visibility:visible}.mobileMenu{top:calc(var(--header-height) - 10px);width:100%;max-height:calc(100vh - var(--header-height) - 10px);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:#1a1a1f;transition:transform .3s;display:none;position:fixed;left:0;right:0;overflow-y:auto;transform:translateY(-100%)}.mobileMenuVisible{transform:translateY(0)}.mobileMenuContainer{flex-direction:column;min-height:200px;max-height:400px;padding:20px;display:flex}.mobileMenuHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.mobileMenuTitle{color:#ffffffe6;margin:0;font-size:1.125rem;font-weight:600}.mobileMenuClose{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.mobileMenuClose:hover{color:#ffffffe6;background:#ffffff1a}.mobileMenuCloseIcon{width:20px;height:20px}.mobileMenuItems{flex-direction:column;flex:1;gap:.5rem;display:flex}.mobileMenuItem{color:#ffffffb3;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.mobileMenuItem:hover{color:#ffffffe6;background:#ffffff0d;transform:translate(4px)}.mobileMenuItemActive{color:#fff;background:linear-gradient(135deg,#667eea33,#764ba233);border:1px solid #667eea4d}.mobileMenuItemIcon{flex-shrink:0;width:20px;height:20px}.mobileMenuItemLabel{font-weight:500}.mobileMenuActions{border-top:1px solid #ffffff1a;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:.75rem;display:flex}.mobileMenuActionButton:first-of-type{cursor:pointer;text-align:left;border:1px solid #ffffff14;border-radius:6px;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex;color:#ffffffe6!important;background:#0a0a0c!important}.mobileMenuActionButton:first-of-type:hover{border-color:#ffffff29;transform:translateY(-1px)}.mobileMenuActionButton:first-of-type .mobileMenuActionLabel{letter-spacing:.2px;font-size:.85rem;font-weight:600}.mobileMenuActionButton:nth-of-type(2){color:#fff9;cursor:pointer;text-align:left;border:none;border-radius:6px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex;background:#0a0a0c!important}.mobileMenuActionButton:nth-of-type(2):hover{color:#ffffffe6;transform:translateY(-1px)}.mobileMenuActionButton:nth-of-type(2) .mobileMenuActionIcon{color:#ffffffb3;transition:all .3s}.mobileMenuActionButton:nth-of-type(2):hover .mobileMenuActionIcon{color:#667eeae6;transform:scale(1.1)}.mobileMenuActionButton:last-child{cursor:pointer;text-align:left;text-shadow:0 1px 2px #0003;border:none;border-radius:6px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex;color:#fff!important;background:#9c27b0!important}.mobileMenuActionButton:last-child:hover{transform:translateY(-1px);color:#fff!important;background:#9c27b0!important}.mobileMenuActionButton:last-child:focus{outline:none;color:#fff!important;background:#9c27b0!important}.mobileMenuActionButton:last-child:active{color:#fff!important;background:#9c27b0!important}.mobileMenuActionIcon{flex-shrink:0;width:18px;height:18px}.mobileMenuActionLabel{font-weight:500}.mobileMenuActionButton:last-child .mobileMenuActionLabel{font-weight:600}.mobileBottomMenu{z-index:1000;background:#0a0a0a;height:auto;padding:7.5px 0;display:none;position:fixed;bottom:0;left:0;right:0}.mobileMenuContent{justify-content:space-between;align-items:center;gap:7.5px;max-width:100%;margin:0 auto 2.5px;padding:0;display:flex}.mobileTabSelector{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f0ff2;border-radius:0 10px 10px 0;width:calc(100vw - 50px);height:45px;padding:0 6px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d,0 2px 8px #0003}.mobileTabSelector:before{content:"";z-index:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:10px;width:calc(33.333% - 6px);height:calc(100% - 12px);transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:6px;left:6px;box-shadow:0 4px 20px #667eea66,0 2px 8px #0000004d}.mobileTabSelector:not([data-selected]):before{display:none}.mobileTabSelector[data-selected="0"]:before{transform:translate(0)}.mobileTabSelector[data-selected="1"]:before{transform:translate(calc(33.3333vw - 25px))}.mobileTabSelector[data-selected="2"]:before{transform:translate(calc(66.6667vw - 56px))}.mobileTabButton{z-index:1;color:#fff9;cursor:pointer;text-align:center;letter-spacing:.3px;background:0 0;border:none;border-radius:18px;width:33.333%;margin:0;font-size:.825rem;font-weight:500;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.mobileTabButton:hover{color:#fffffff2;transform:translateY(-1px)}.mobileTabButton.active{color:#fff;text-shadow:0 0 30px #fffc;font-weight:600;transform:scale(1.05)}.mobileSearchButton{color:#ffffffb3;cursor:pointer;border-radius:10px 0 0 10px;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:relative;box-shadow:0 8px 32px #0000004d,0 2px 8px #0003;background:#0e0e0e!important}.mobileSearchButton:hover{color:#667eeae6;transform:scale(1.05);box-shadow:0 12px 40px #0006,0 4px 12px #0000004d}@keyframes gradientShift{0%{background-position:0%}25%{background-position:50% 0}50%{background-position:100%}75%{background-position:50% 100%}to{background-position:0%}}@keyframes gradientShiftHover{0%{background-position:0%}25%{background-position:50% 0}50%{background-position:100%}75%{background-position:50% 100%}to{background-position:0%}}@media (width<=768px){.topBar{display:none}.mobileHeader{z-index:1001;display:block!important}.mobileOverlay,.mobileMenu{display:block}.mobileBottomMenu{display:none}.topBarContent{padding:0 16px}.navCenter{margin:0 16px}.searchButton{width:280px;min-width:180px;height:45px}.tabSelector{height:45px}.tabButton{font-size:13px}.tabSelector{background:#0f0f0ff2;border-radius:20px;flex-direction:column;padding:4px}.tabButton{border-radius:16px;min-width:auto;padding:8px 16px;font-size:13px}.searchButton{width:240px;min-width:160px;padding:0 12px}}@media (width<=480px){.searchButton{width:200px;min-width:140px;padding:0 10px}.tabButton{width:80px;min-width:80px;font-size:12px}.tabSelector{padding:2px}}.footer{background:var(--color-bg);padding:0 0 45px;position:relative}.footer:before{content:"";height:1px;position:absolute;top:0;left:0;right:0}.footerContent{flex-direction:column;align-items:center;gap:0;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.footerLogoSection,.footerLogo{justify-content:center;align-items:center;display:flex}.footerLogoIcon{justify-content:center;align-items:center;width:220px;height:80px;display:flex}.footerLogoIcon img{object-fit:contain;filter:drop-shadow(0 0 8px #8b5cf64d);width:100%;height:100%}.footerNavigation{justify-content:center;display:flex}.footerNavLinks{flex-wrap:wrap;justify-content:center;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footerNavLinks li a{color:#e5e5e5;border-radius:8px;padding:8px 12px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.footerNavLinks li a:hover{color:#fff;transform:translateY(-2px)}.footerNavLinks li a:after{content:"";background:linear-gradient(90deg,#8b5cf6,#ec4899);width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.footerNavLinks li a:hover:after{width:80%}.footerCopyright{text-align:center;color:#999;max-width:600px;margin-top:45px;font-size:14px;line-height:1.6}.footerCopyright p{margin:0}@media (width<=768px){.footer{padding:40px 0 60px}.footerContent{gap:32px;padding:0 20px}.footerLogoIcon{width:180px;height:65px}.footerNavLinks{flex-direction:column;align-items:center;gap:24px}.footerNavLinks li a{padding:12px 20px;font-size:15px}.footerCopyright{margin-top:32px;padding:0 20px;font-size:13px}}@media (width<=480px){.footer{padding:16px 0 30px}.footerContent{gap:16px;padding:0 16px}.footerLogoIcon{width:160px;height:55px}.footerNavLinks{gap:14px}.footerNavLinks li a{padding:10px 16px;font-size:14px}.footerCopyright{margin-top:16px;padding:0 16px;font-size:12px}}._homeUiLayer_1vxz9_3{z-index:10;pointer-events:none;box-sizing:border-box;--gradient-glow-alpha:.18;--gradient-shadow-alpha:.08;--gradient-dropblur:8px;--gradient-brightness:1;--mobile-bottom-pos:13vh;--neon-cyan:#00f2fe;--neon-blue:#4facfe;--neon-purple:#bd00ff;--text-white:#fff;--text-off-white:#e0e0e0;--font-main:"Poppins", sans-serif;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:hidden}._homeUiLayer_1vxz9_3 *{box-sizing:border-box}._textContentWrapper_1vxz9_41{text-align:center;opacity:0;pointer-events:auto;will-change:transform, opacity;width:100%;max-width:1400px;margin-top:-220px;padding:0 20px;animation:1s ease-out forwards _fadeInUp_1vxz9_1,6s ease-in-out 1s infinite _float_1vxz9_1;position:relative;transform:translateY(40px)}._textBackdropGlow_1vxz9_55{z-index:-1;pointer-events:none;filter:blur(20px);background:radial-gradient(#000000d9 0%,#00000080 30%,#0000001a 60%,#0000 80%);width:220%;height:220%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._primaryText_1vxz9_73{font-family:var(--font-main);letter-spacing:-1.2px;color:var(--text-white);text-shadow:0 4px 12px #000000d9;white-space:nowrap;margin-bottom:12px;font-size:clamp(2.2rem,4.2vw,3.6rem);font-weight:800;line-height:1.2;transform:translateZ(0)}._whitePart_1vxz9_86{color:var(--text-white);margin-right:8px;display:inline}._gradientPart_1vxz9_92{background:linear-gradient(90deg, var(--neon-cyan) 0%, var(--neon-blue) 25%, var(--neon-purple) 50%, var(--neon-blue) 75%, var(--neon-cyan) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 var(--gradient-dropblur) rgba(34,211,238,var(--gradient-glow-alpha))) brightness(var(--gradient-brightness));text-shadow:0 3px calc(var(--gradient-dropblur) * 1) rgba(34,211,238,var(--gradient-shadow-alpha));white-space:nowrap;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite _gradientFlow_1vxz9_1;display:inline-block}._secondaryText_1vxz9_108{font-family:var(--font-main);color:var(--text-off-white);text-shadow:0 2px 10px #000;max-width:850px;margin:0 auto;padding:0 15px;font-size:clamp(1.1rem,1.6vw,1.4rem);line-height:1.6}._bottomPlatforms_1vxz9_120{opacity:0;pointer-events:auto;flex-direction:column;align-items:center;width:100%;padding:0 20px;animation:1s ease-out .6s forwards _fadeInUp_1vxz9_1;display:flex;position:absolute;bottom:18vh;left:0;transform:translateY(40px)}._platformLabel_1vxz9_135{font-family:var(--font-main);color:var(--text-white);text-transform:uppercase;letter-spacing:1px;opacity:1;text-align:center;margin-bottom:12px;font-size:.8rem;font-weight:600}._platformIcons_1vxz9_147{justify-content:center;align-items:center;gap:12px;width:100%;max-width:650px;display:flex}._platformBtn_1vxz9_156{font-family:var(--font-main);-webkit-backdrop-filter:blur(15px);background:#ffffff14;border:1px solid #ffffff26;border-radius:50px;justify-content:center;align-items:center;gap:12px;padding:14px 34px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0006;color:#fff!important}._platformBtn_1vxz9_156:hover{background:#ffffff26;border-color:#fff6;transform:translateY(-3px)}._platformBtn_1vxz9_156 svg{fill:#fff;width:22px;height:22px}._platformBtn_1vxz9_156 svg._strokeIcon_1vxz9_185{fill:none;stroke:#fff;stroke-width:2px}._platformBtn_1vxz9_156 span{font-size:1.05rem;line-height:1}@keyframes _gradientFlow_1vxz9_1{0%{background-position:0%}to{background-position:200%}}@keyframes _fadeInUp_1vxz9_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translate(0,0)}}@keyframes _float_1vxz9_1{0%,to{transform:translate(0,0)}50%{transform:translateY(-12px)}}._shineEffect_1vxz9_194:after{content:"";background:linear-gradient(120deg,#0000 30%,#fff6 50%,#0000 70%);width:100%;height:100%;animation:.8s ease-out forwards _shineKey_1vxz9_1;position:absolute;top:0;left:0;transform:translate(-120%)skew(-15deg)}@keyframes _shineKey_1vxz9_1{0%{transform:translate(-120%)skew(-15deg)}to{transform:translate(120%)skew(-15deg)}}@media (width<=600px){._textContentWrapper_1vxz9_41{margin-top:-100px;padding:0 15px}._primaryText_1vxz9_73{text-wrap:balance;font-size:clamp(1.8rem,7.5vw,2.2rem);line-height:1.2}._whitePart_1vxz9_86{margin-bottom:6px;display:block}._gradientPart_1vxz9_92{white-space:normal;filter:drop-shadow(0 0 6px #22d3ee47);font-size:.95em;display:block}._secondaryText_1vxz9_108{padding:0 10px;font-size:1.05rem}._bottomPlatforms_1vxz9_120{bottom:var(--mobile-bottom-pos);padding:0 12px}._platformIcons_1vxz9_147{gap:8px}._platformBtn_1vxz9_156{flex:1;gap:5px;padding:12px 6px;font-size:.72rem}._platformBtn_1vxz9_156 svg{width:14px;height:14px}._platformIcons_1vxz9_147 ._platformBtn_1vxz9_156:first-child{flex:none;min-width:99px;max-width:120px;padding-left:12px;padding-right:12px}}@media (width<=360px){._gradientPart_1vxz9_92{font-size:.82em}._platformBtn_1vxz9_156{font-size:.65rem}}@media (width<=1100px){._primaryText_1vxz9_73{white-space:normal;max-width:800px;margin-left:auto;margin-right:auto;font-size:3rem}}._destaqueWrapper_6bj9u_3{color:#fff;z-index:1;width:100%;margin-top:100px;padding:58px 0 0;position:relative}._ambientGlowWrapper_6bj9u_13{pointer-events:none;z-index:-1;width:100vw;height:100vh;position:fixed;top:0;left:0}._ambientImage_6bj9u_23{filter:blur(90px)saturate(200%)brightness(.6);opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1.2s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask-image:linear-gradient(#0000 0%,#000 20% 80%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 20% 80%,#0000 100%)}._ambientImage_6bj9u_23._active_6bj9u_39{opacity:.5}._heroContainerWrapper_6bj9u_44{z-index:1;width:100%;max-width:calc(100dvw - 140px);margin:0 auto;padding:0 20px;position:relative}._heroWrapper_6bj9u_53{-webkit-backdrop-filter:blur(20px);background:#15151866;border:1px solid #ffffff1a;border-radius:15px;align-items:center;width:100%;height:45dvh;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000040}._heroContent_6bj9u_68{z-index:2;grid-template-columns:55% 45%;width:100%;height:100%;display:grid;position:relative}._heroImgBox_6bj9u_78{width:100%;height:100%;position:relative;overflow:hidden}._heroImgLayer_6bj9u_85{opacity:0;transform-origin:0;background-position:50%;background-size:cover;border-right:1px solid #ffffff26;border-radius:3px 30px 30px 3px;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:10px 0 30px #0000004d}._heroImgLayer_6bj9u_85._active_6bj9u_39{opacity:1;animation:1.2s cubic-bezier(.16,1,.3,1) forwards _imageReveal_6bj9u_1}._heroImgLayer_6bj9u_85._exiting_6bj9u_105{animation:.8s cubic-bezier(.4,0,.2,1) forwards _imageExit_6bj9u_1}@keyframes _imageReveal_6bj9u_1{0%{clip-path:polygon(0% 0%,0% 100%,0% 100%,0% 0%);opacity:1}to{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);opacity:1}}@keyframes _imageExit_6bj9u_1{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}._heroInfo_6bj9u_132{flex-direction:column;justify-content:center;padding:0 50px 0 40px;display:flex;overflow:hidden}._heroTag_6bj9u_140{color:#00f2ea;text-transform:uppercase;letter-spacing:1px;opacity:0;background:#00f2ea26;border:1px solid #00f2ea4d;border-radius:6px;width:fit-content;margin-bottom:12px;padding:6px 12px;font-size:.75rem;font-weight:700;animation:.6s cubic-bezier(.16,1,.3,1) forwards _textSlideIn_6bj9u_1}._heroTitle_6bj9u_156{color:#fff;text-shadow:0 2px 10px #00000080;opacity:0;margin-bottom:12px;font-size:2.4rem;font-weight:700;line-height:1.1;animation:.6s cubic-bezier(.16,1,.3,1) 80ms forwards _textSlideIn_6bj9u_1}._heroDesc_6bj9u_168{color:#dcdcdc;-webkit-line-clamp:2;opacity:0;-webkit-box-orient:vertical;margin-bottom:24px;font-size:1rem;line-height:1.5;animation:.6s cubic-bezier(.16,1,.3,1) .16s forwards _textSlideIn_6bj9u_1;display:-webkit-box;overflow:hidden}._heroMeta_6bj9u_182{opacity:0;border-top:1px solid #ffffff1a;align-items:center;gap:24px;padding-top:20px;animation:.6s cubic-bezier(.16,1,.3,1) .24s forwards _textSlideIn_6bj9u_1;display:flex}._metaItem_6bj9u_193{color:#fff;align-items:center;gap:8px;font-size:.9rem;font-weight:500;display:flex}._metaItem_6bj9u_193 i{color:#00f2ea}._textAnimateIn_6bj9u_207{opacity:0;filter:blur(4px);animation:.6s cubic-bezier(.16,1,.3,1) forwards _textSlideIn_6bj9u_1;transform:translate(40px)}@keyframes _textSlideIn_6bj9u_1{0%{opacity:0;filter:blur(4px);transform:translate(40px)}40%{opacity:.7;filter:blur(2px)}to{opacity:1;filter:blur();transform:translate(0)}}._dotsContainer_6bj9u_232{-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:10;background:linear-gradient(135deg,#ffffff0d 0%,#00f2ea08 25%,#8a2be208 50%,#ff69b408 75%,#ffffff0d 100%);border:1px solid #ffffff26;border-radius:50px;gap:10px;padding:12px 20px;display:flex;position:absolute;bottom:15px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0006,inset 0 1px #fff3}._dot_6bj9u_232{cursor:pointer;background:#ffffff40;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._dot_6bj9u_232:disabled{cursor:not-allowed;opacity:.5}._dotInner_6bj9u_276{opacity:0;background:linear-gradient(45deg,#0000 20%,#00f2ea99 40%,#8a2be299 50%,#ff69b499 60%,#0000 80%);width:200%;height:200%;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}._dot_6bj9u_232:hover:not(:disabled){background:#fff6;border-color:#ffffff80;transform:scale(1.15)}._dot_6bj9u_232:hover:not(:disabled) ._dotInner_6bj9u_276{opacity:1;animation:2s linear infinite _auroraRotate_6bj9u_1}._dotActive_6bj9u_306{background:#00f2ea4d;border-color:#00f2eacc;width:12px;height:12px;box-shadow:0 0 15px #00f2ea99,inset 0 0 10px #00f2ea66}._dotActive_6bj9u_306 ._dotInner_6bj9u_276{opacity:1;animation:3s linear infinite _auroraRotate_6bj9u_1}@keyframes _auroraRotate_6bj9u_1{0%{opacity:.8;transform:translate(-50%,-50%)rotate(0)}50%{opacity:1}to{opacity:.8;transform:translate(-50%,-50%)rotate(360deg)}}@media (width<=900px){._heroWrapper_6bj9u_53{flex-direction:column;height:auto;overflow:hidden}._heroContent_6bj9u_68{grid-template-rows:220px auto;grid-template-columns:1fr}._heroImgBox_6bj9u_78{height:220px}._heroImgLayer_6bj9u_85{border-bottom:1px solid #ffffff1a;border-right:none;border-radius:0}._heroInfo_6bj9u_132{padding:24px}._heroTitle_6bj9u_156{font-size:1.8rem}._heroMeta_6bj9u_182{flex-direction:column;align-items:flex-start;gap:12px}._dotsContainer_6bj9u_232{gap:8px;padding:10px 16px;bottom:15px}._dot_6bj9u_232{width:10px;height:10px}}@media (width<=600px){._heroTitle_6bj9u_156{font-size:1.5rem}._heroDesc_6bj9u_168{font-size:.9rem}._heroInfo_6bj9u_132{padding:20px}._dotsContainer_6bj9u_232{gap:6px;padding:8px 14px;bottom:12px}._dot_6bj9u_232{width:9px;height:9px}}._categoriesSection_1o8ds_1{--primary-accent:#00f2ea;--text-gray:#b0b0b0;--gap:12px;--items-desktop:6;--items-tablet:4;--items-mobile:3;box-sizing:border-box;width:100%;max-width:calc(100dvw - 280px);margin:30px auto 0;padding:0 20px;position:relative}._catHeader_1o8ds_18{justify-content:flex-end;margin-bottom:12px;display:flex}._exploreLink_1o8ds_24{color:#ffffff4d;text-transform:uppercase;letter-spacing:.5px;align-items:center;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}._exploreLink_1o8ds_24:hover{color:var(--primary-accent)}._catWrapperRelative_1o8ds_40{align-items:center;width:100%;display:flex;position:relative}._catContainer_1o8ds_47{gap:var(--gap);cursor:grab;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;width:100%;padding:10px 0;scroll-padding:0;display:flex;overflow-x:auto}._catContainer_1o8ds_47::-webkit-scrollbar{display:none}._dragging_1o8ds_64{scroll-snap-type:none;cursor:grabbing}._catItem_1o8ds_69{scroll-snap-align:start;flex:0 0 calc((100% - (var(--gap) * (var(--items-desktop) - 1))) / var(--items-desktop));-webkit-backdrop-filter:blur(10px);height:54px;color:var(--text-gray);-webkit-user-select:none;user-select:none;white-space:nowrap;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;gap:10px;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}._catItem_1o8ds_69 i{flex-shrink:0;font-size:.95rem;transition:all .3s}._catItem_1o8ds_69:hover{color:#fff;background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}._catItem_1o8ds_69:hover i{color:var(--primary-accent);transform:scale(1.1)}._catItem_1o8ds_69:active{transform:scale(.96)}._navArrow_1o8ds_114{-webkit-backdrop-filter:blur(4px);color:#ffffff26;cursor:pointer;z-index:10;background:#ffffff05;border:1px solid #ffffff08;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}._navArrow_1o8ds_114:hover{color:var(--primary-accent);background:#ffffff1a;border-color:#ffffff1a}._arrowLeft_1o8ds_140{left:-20px}._arrowRight_1o8ds_144{right:-20px}@media (width<=1300px){._arrowLeft_1o8ds_140{left:-10px}._arrowRight_1o8ds_144{right:-10px}}@media (width<=1024px){._catItem_1o8ds_69{flex:0 0 calc((100% - (var(--gap) * (var(--items-tablet) - 1))) / var(--items-tablet))}}@media (width<=768px){._navArrow_1o8ds_114{display:none}._categoriesSection_1o8ds_1{padding:0 15px}._catItem_1o8ds_69{flex:0 0 calc((100% - (var(--gap) * (var(--items-mobile) - 1))) / var(--items-mobile));font-size:.8rem}}:root{--home-bg-color:#1a1a1f;--home-accent-color:#ff0080;--home-transition-speed:.8s;--home-ease-smooth:cubic-bezier(.16, 1, .3, 1);--home-glass-bg:#ffffff0d;--home-glass-border:#ffffff1a}._homeWrapper_1of3k_10{background:var(--home-bg-color);color:#fff;width:100%;height:100vh;overflow:hidden}._hero_1of3k_18{z-index:1;position:fixed;inset:0}._hero_1of3k_18 video{object-fit:cover;width:100%;height:100%}._gradientTransition_1of3k_30{background:linear-gradient(to bottom, #1a1a1f00 0%, #1a1a1f99 50%, var(--home-bg-color) 100%);pointer-events:none;width:100%;height:40vh;position:absolute;bottom:0}._stage_1of3k_44{z-index:10;background:var(--home-bg-color);scroll-behavior:smooth;transition:transform var(--home-transition-speed) var(--home-ease-smooth);scrollbar-width:thin;scrollbar-color:#fff3 transparent;position:fixed;inset:0;overflow:hidden visible;transform:translateY(100%)}._stage_1of3k_44:before{content:"";background:linear-gradient(90deg, var(--home-accent-color), #7928ca, var(--home-accent-color));z-index:20;background-size:200% 200%;width:100%;height:6px;animation:3s infinite _gradientMove_1of3k_1;display:block;position:sticky;top:0;left:0}@keyframes _gradientMove_1of3k_1{0%{background-position:0%}to{background-position:100%}}._bodyOpen_1of3k_77 ._stage_1of3k_44{transform:translateY(0)}._content_1of3k_81{flex-direction:column;align-items:center;max-width:100%;min-height:100vh;margin:0 auto;padding:40px 0 0;display:flex}._destaqueContainer_1of3k_91{justify-content:center;width:100%;padding:0;display:flex;overflow:visible}._reveal_1of3k_99{justify-content:center;width:100%;display:flex}._revealActive_1of3k_105{opacity:1!important;transform:translateY(0)!important}._scrollIndicator_1of3k_110{opacity:.7;pointer-events:none;z-index:5;flex-direction:column;align-items:center;gap:8px;transition:opacity .4s;animation:2s infinite _bounce_1of3k_1;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}._hidden_1of3k_126{opacity:0;visibility:hidden}._scrollIndicator_1of3k_110 span{letter-spacing:2px;text-transform:uppercase;color:#fff;font-size:12px;font-weight:500}@keyframes _bounce_1of3k_1{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}@media (width<=600px){._scrollIndicator_1of3k_110{bottom:20px}._scrollIndicator_1of3k_110 span{font-size:11px}}.uiTabSelector{flex-direction:column;gap:6px;width:100%;display:flex}.uiTabSelector__label{font-size:var(--font-size-label);color:#fff;font-weight:500;display:block}.uiTabSelector__tabs{height:var(--height-control);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff14,#ffffff05),#0f0f14d1;border:1px solid #ffffff29;border-radius:6px;grid-auto-columns:1fr;grid-auto-flow:column;gap:6px;padding:4px;display:grid}.uiTabSelector__button{color:#ffffffad;cursor:pointer;background:0 0;border:none;border-radius:6px;font-size:.875rem;transition:transform .2s,color .2s,background-color .2s}.uiTabSelector__button:hover{color:#fff}.uiTabSelector__button.is-active{color:#fff;background:linear-gradient(135deg,#ff0080,#c026d3);font-weight:500}.uiMultiSelect{flex-direction:column;gap:6px;width:100%;display:flex;position:relative}.uiMultiSelect__label{font-size:var(--font-size-label);color:#fff;font-weight:500;display:block}.uiMultiSelect__trigger{width:100%;height:var(--height-control);color:#fff;cursor:pointer;text-align:left;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff14,#ffffff05),#0f0f14d1;border:1px solid #ffffff29;border-radius:6px;align-items:center;gap:8px;padding:0 10px;transition:border-color .22s,box-shadow .22s,transform .22s;display:flex}.uiMultiSelect__trigger:hover{border-color:#c026d366;transform:translateY(-1px)}.uiMultiSelect__trigger.is-open{border-color:#c026d3a6;box-shadow:0 0 0 2px #c026d338}.uiMultiSelect__values{flex:auto;align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.uiMultiSelect__placeholder{color:#fff9;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.uiMultiSelect__chip{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#ff008042,#c026d342);border:1px solid #ffffff2e;border-radius:999px;align-items:center;padding:3px 8px;font-size:12px;display:inline-flex}.uiMultiSelect__count{color:#fff;background:linear-gradient(135deg,#ff0080,#c026d3);border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:11px;display:inline-flex}.uiMultiSelect__chevron{color:#ffffffa8;transition:transform .25s}.uiMultiSelect__trigger.is-open .uiMultiSelect__chevron{transform:rotate(180deg)}.uiMultiSelect__menu{z-index:120;background:radial-gradient(120% 120% at 0 0,#ff00801f,#0000 40%),#0c0c11fa;border:1px solid #ffffff1f;border-radius:6px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 18px 40px #00000073,0 0 0 1px #ffffff0f}.uiMultiSelect__header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:8px;padding:12px 12px 8px;display:flex}.uiMultiSelect__header strong{color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px;font-size:12px;display:block}.uiMultiSelect__header small{color:#ffffff94;margin-top:2px;font-size:11px;display:block}.uiMultiSelect__header button{color:#ffffffe0;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;padding:4px 10px;font-size:12px}.uiMultiSelect__search{color:#ffffffa3;background:#00000038;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:8px;height:38px;margin:10px 12px 8px;padding:0 10px;display:flex}.uiMultiSelect__search input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.uiMultiSelect__list{flex-direction:column;gap:4px;max-height:260px;padding:8px 10px 10px;display:flex;overflow-y:auto}.uiMultiSelect__option{color:#ffffffe6;cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:8px;font-size:.9rem;display:flex}.uiMultiSelect__option:hover{background:#ffffff12;border-color:#ffffff1a}.uiMultiSelect__option.is-selected{background:linear-gradient(135deg,#ff008029,#c026d329);border-color:#c026d359}.uiMultiSelect__option input{opacity:0;pointer-events:none;position:absolute}.uiMultiSelect__check{color:#fff;background:#ffffff05;border:1px solid #ffffff3d;border-radius:6px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.uiMultiSelect__option.is-selected .uiMultiSelect__check{background:linear-gradient(135deg,#ff0080,#c026d3);border-color:#0000}.uiMultiSelect__empty{color:#fff9;margin:6px 4px;font-size:.88rem}.uiDateRange{flex-direction:column;gap:6px;width:100%;display:flex;position:relative}.uiDateRange__label{font-size:var(--font-size-label);color:#fff;font-weight:500;display:block}.uiDateRange__trigger{width:100%;height:var(--height-control);color:#fff;cursor:pointer;text-align:left;-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff14,#ffffff05),#0f0f14d1;border:1px solid #ffffff29;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;transition:border-color .22s,box-shadow .22s,transform .22s;display:flex}.uiDateRange__trigger:hover{border-color:#c026d366;transform:translateY(-1px)}.uiDateRange__trigger.is-open{border-color:#c026d3a6;box-shadow:0 0 0 2px #c026d338}.uiDateRange__value{color:#ffffffeb;align-items:center;gap:8px;min-width:0;font-size:.9rem;display:inline-flex}.uiDateRange__value>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.uiDateRange__chevron{color:#ffffffa8;transition:transform .25s}.uiDateRange__trigger.is-open .uiDateRange__chevron{transform:rotate(180deg)}.uiDateRange__menu{z-index:120;background:radial-gradient(120% 120% at 0 0,#ff00801f,#0000 40%),#0c0c11fa;border:1px solid #ffffff1f;border-radius:6px;padding-bottom:12px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 18px 40px #00000073,0 0 0 1px #ffffff0f}.uiDateRange__header{border-bottom:1px solid #ffffff14;padding:12px 12px 10px}.uiDateRange__header strong{color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px;font-size:12px;display:block}.uiDateRange__header small{color:#ffffff94;margin-top:2px;font-size:11px;display:block}.uiDateRange__fields{grid-template-columns:1fr;gap:10px;padding:10px 12px 0;display:grid}.uiDateRange__field{flex-direction:column;gap:6px;display:flex}.uiDateRange__field span{color:#ffffffb8;text-transform:uppercase;letter-spacing:.4px;font-size:12px}.uiDateRange__field input{color:#fff;background:#0000003d;border:1px solid #ffffff24;border-radius:8px;height:40px;padding:0 10px;font-size:.9rem}.uiDateRange__field input:focus{border-color:#c026d39e;outline:none;box-shadow:0 0 0 2px #c026d338}:root{--explorer-bg:#101016f5;--explorer-panel-bg:#0a0a0eb8;--explorer-border:#ffffff24;--explorer-text:#fff;--explorer-text-muted:#ffffff9e;--explorer-pink:#ff0080;--explorer-purple:#c026d3;--explorer-ease:cubic-bezier(.16, 1, .3, 1)}.explorer-page{width:100%;min-height:100dvh;padding-top:var(--header-height);background:var(--explorer-bg);flex-direction:column;display:flex}.explorer-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overscroll-behavior:none;background:#0a0a0e94;position:fixed;inset:0}.explorer-overlay-panel{overscroll-behavior:contain;padding-top:calc(var(--header-height) - 8px);animation:overlaySlideUp .42s var(--explorer-ease) forwards;position:fixed;inset:0;overflow-y:auto;transform:translateY(100%)}.explorer-surface{flex:1 0 auto;width:100%;margin:0}.explorer-progress{background:linear-gradient(90deg, var(--explorer-pink), var(--explorer-purple), var(--explorer-pink));z-index:5;background-size:200% 200%;border-radius:999px;width:100%;height:3px;margin-bottom:12px;animation:3s infinite gradientMove;position:sticky;top:0}.explorer-toolbar{animation:fadeSlideIn .38s var(--explorer-ease) both;z-index:30;align-items:flex-end;gap:12px;padding-top:20px;padding-left:30px;padding-right:30px;display:flex;position:relative}.explorer-toolbar-fields{flex-wrap:wrap;flex:auto;align-items:flex-end;gap:12px;min-width:0;display:flex}.explorer-toolbar-actions{white-space:nowrap;flex:none;align-self:flex-end;align-items:center;gap:10px;min-width:fit-content;margin-left:auto;display:inline-flex}.explorer-toolbar-field{flex-direction:column;flex:280px;gap:8px;min-width:240px;display:flex}.explorer-toolbar-field-city{flex:1.2 300px;min-width:240px;max-width:440px}.explorer-toolbar-field-status{flex:240px;min-width:220px;max-width:320px}.explorer-toolbar-field-category{flex:1.1 280px;min-width:230px;max-width:420px}.explorer-toolbar-field-period{flex:.95 230px;min-width:220px;max-width:300px}.explorer-overlay .explorer-toolbar{align-items:flex-start}@media (width>=1400px){.explorer-overlay .explorer-toolbar-fields{flex-wrap:nowrap}}.explorer-toolbar-field-label{color:#ffffffb8;text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:700}.explorer-filters-btn{border:1px solid var(--explorer-border);color:#fff;cursor:pointer;background:#0f0f14d1;border-radius:10px;align-items:center;gap:8px;padding:11px 14px;transition:border-color .25s,background-color .25s;display:inline-flex;position:relative}.explorer-filters-btn:hover{background:#16101ce0;border-color:#c026d373}.explorer-filters-btn.has-active-filters{border-color:var(--explorer-pink)}.explorer-filters-badge{background:var(--explorer-pink);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:11px;font-weight:700;display:inline-flex}.explorer-close-btn{color:#fff;cursor:pointer;background:#0c0c10eb;border:1px solid #ffffff2e;border-radius:10px;place-items:center;width:44px;height:44px;display:grid}.explorer-filters-panel{transition:grid-template-rows .35s var(--explorer-ease);grid-template-rows:0fr;margin-top:10px;display:grid}.explorer-filters-panel.open{grid-template-rows:1fr}.explorer-filters-panel-inner{overflow:hidden}.explorer-filters-grid{border:1px solid var(--explorer-border);background:#0c0c11cc;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;display:grid}.explorer-filter-group{flex-direction:column;gap:6px;display:flex}.explorer-filter-group label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.6px;font-size:12px}.explorer-filter-group select{border:1px solid var(--explorer-border);color:#fff;background:#00000059;border-radius:8px;height:40px;padding:0 10px}.explorer-clear-filters{color:#fff;cursor:pointer;background:#00000038;border:1px solid #fff3;border-radius:8px;align-self:end;height:40px}.explorer-filters-actions{margin-top:6px}.explorer-filters-actions .explorer-clear-filters{width:100%}.explorer-summary{color:#ffffffd1;border-radius:10px;align-items:center;gap:8px;margin-top:12px;padding-left:30px;padding-right:30px;font-size:.92rem;display:inline-flex}.explorer-status{border:1px solid var(--explorer-border);color:#ffffffe6;background:#0e0e14c2;border-radius:12px;margin-top:16px;padding:16px}.explorer-no-results{border:1px solid var(--explorer-border);color:#ffffffe6;background:#0e0e14c2;border-radius:12px;margin-top:20px;padding:20px}.explorer-no-results span{color:var(--explorer-text-muted);margin-top:8px;font-size:.9rem;display:inline-block}.explorer-footer-fade{background:linear-gradient(#10101600 0%,#1a1a1feb 100%);flex:none;width:100%;height:76px}.explorer-page .footer{flex:none}.explorer-empty-state-wrap{justify-items:center;margin:28px 0 12px;display:grid}.explorer-empty-state{border:1px solid var(--explorer-border);color:#ffffffeb;text-align:center;background:linear-gradient(160deg,#14141eeb,#0d0d14e0);border-radius:16px;justify-items:center;gap:10px;width:min(560px,100% - 60px);margin:0 auto;padding:28px 26px;display:grid}.explorer-empty-state-mascot{object-fit:contain;pointer-events:none;filter:drop-shadow(0 14px 24px #00000052);width:clamp(110px,18vw,160px);height:auto;margin-bottom:10px;position:static}.explorer-empty-state-icon{color:#fff;background:linear-gradient(135deg,#ff00806b,#c026d359);border:1px solid #fff3;border-radius:14px;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 10px 24px #ff008033}.explorer-empty-state h3{margin:4px 0 0;font-size:1.15rem;font-weight:700}.explorer-empty-state p{color:var(--explorer-text-muted);margin:0;line-height:1.55}.explorer-empty-state-action{color:#fff;background:#ffffff14;border:1px solid #ffffff38;border-radius:10px;min-height:40px;margin-top:6px;padding:0 14px;font-weight:600;transition:background-color .2s,border-color .2s}.explorer-empty-state-action:hover{background:#ffffff24;border-color:#ffffff57}.explorer-block{opacity:0;transition:opacity .42s var(--explorer-ease), transform .42s var(--explorer-ease);grid-template-columns:auto 1fr;gap:16px;margin-top:18px;padding-left:30px;padding-right:30px;display:grid;transform:translateY(18px)}.explorer-block.in-view{opacity:1;transform:translateY(0)}.explorer-block-label-wrap{writing-mode:vertical-rl;flex-direction:column;align-self:start;align-items:center;gap:4px;display:flex;transform:rotate(180deg)}.explorer-block-label{text-transform:uppercase;letter-spacing:2px;color:#ffffff6b;margin:0;font-size:.9rem;font-weight:600}.explorer-block-count{color:#fff6;letter-spacing:1px;font-size:.7rem}.explorer-block-content{gap:10px;min-width:0;display:grid}.explorer-block-action{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff38;border-radius:8px;justify-self:start;min-height:34px;padding:0 12px;font-size:.8rem;font-weight:600}.explorer-block-action:hover{background:#ff00801f;border-color:#ff008080}.explorer-events-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.explorer-event-card{cursor:pointer;background:#121217;border:1px solid #ffffff29;border-radius:6px;min-height:250px;transition:transform .3s,border-color .24s,box-shadow .24s;position:relative;overflow:hidden;box-shadow:0 4px 16px #0003,0 1px 3px #0000001a}.explorer-event-card:hover{border-color:#c026d38c;transform:translateY(-4px);box-shadow:0 12px 28px #c026d340}.explorer-event-card-media{border-radius:14px;position:absolute;inset:0;overflow:hidden}.explorer-event-card-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);transform:scale(1)}.explorer-event-card:hover .explorer-event-card-image{transform:scale(1.12)}.explorer-event-card-shimmer{opacity:0;background:linear-gradient(105deg,#0000 20%,#ffffff1f 45%,#fff3 50%,#ffffff1f 55%,#0000 80%);transition:opacity .2s;position:absolute;inset:0;transform:translate(-100%)}.explorer-event-card:hover .explorer-event-card-shimmer{opacity:1;animation:.8s cubic-bezier(.4,0,.2,1) forwards explorerCardShimmerSweep}.explorer-event-card-overlay{background:linear-gradient(#0000 0%,#0000001a 30%,#00000080 60%,#000000d9 100%);position:absolute;inset:0}.explorer-event-card-category{z-index:3;color:#fff;text-transform:uppercase;letter-spacing:.5px;opacity:0;background:linear-gradient(135deg,#c026d3f2,#000000b3);border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:600;transition:opacity .35s,transform .35s;display:inline-flex;position:absolute;top:12px;left:12px;transform:translate(-24px)}.explorer-event-card:hover .explorer-event-card-category{opacity:1;transform:translate(0)}.explorer-event-card-content{z-index:2;flex-direction:column;gap:8px;padding:16px;transition:transform .45s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(26px)}.explorer-event-card:hover .explorer-event-card-content{transform:translateY(0)}.explorer-event-card-title{color:var(--explorer-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.08rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.explorer-event-card-meta{flex-direction:column;gap:6px;display:flex}.explorer-event-card-meta p{color:#ffffffdb;align-items:center;gap:6px;margin:0;font-size:.86rem;display:inline-flex}.explorer-event-card-reveal{opacity:0;pointer-events:none;transition:opacity .35s,transform .35s;transform:translateY(16px)}.explorer-event-card:hover .explorer-event-card-reveal{opacity:1;pointer-events:auto;transform:translateY(0)}.explorer-event-card-cta{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:transform .2s,background .2s;display:inline-flex}.explorer-event-card-cta:hover{background:#ffffff2e;transform:translateY(-1px)}@keyframes explorerCardShimmerSweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.explorer-people-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.explorer-load-more-anchor{pointer-events:none;width:100%;height:1px}.explorer-person-card{background:#101016e6;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;transition:transform .24s,border-color .24s,box-shadow .24s;display:flex}.explorer-person-card:hover{border-color:#c026d373;transform:translateY(-3px);box-shadow:0 10px 20px #c026d333}.explorer-person-card img{object-fit:cover;border-radius:50%;width:42px;height:42px}.explorer-person-card h4{color:#fff;margin:0;font-size:1rem}.explorer-person-card p{color:#ffffff9e;margin:0}.explorer-filters-modal-overlay{opacity:0;visibility:hidden;pointer-events:none;z-index:1400;background:#0000009e;transition:opacity .24s,visibility .24s;position:fixed;inset:0}.explorer-filters-modal-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.explorer-filters-modal{border:1px solid var(--explorer-border);opacity:0;visibility:hidden;pointer-events:none;transition:transform .34s var(--explorer-ease), opacity .22s ease, visibility .22s ease;z-index:1401;background:#14141bfa;border-bottom:none;border-top-left-radius:16px;border-top-right-radius:16px;padding:16px;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.explorer-filters-modal.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.explorer-filters-modal-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.explorer-filters-modal-header h2{color:#fff;margin:0;font-size:1.06rem}.explorer-filters-modal-header button{border:1px solid var(--explorer-border);color:#fff;background:#0003;border-radius:8px;width:36px;height:36px}.card-animated{animation:cardSlideUp .42s var(--explorer-ease) both;animation-delay:var(--card-delay,0s)}@keyframes overlaySlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (width<=980px){.explorer-events-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.explorer-people-grid{grid-template-columns:1fr}}@media (width<=900px){.explorer-surface{padding:16px 14px 36px}.explorer-clear-filters{width:100%}.explorer-empty-state{border-radius:14px;width:100%;padding:22px 16px}.explorer-empty-state-mascot{width:clamp(92px,32vw,128px);margin-bottom:8px}.explorer-footer-fade{height:56px}}@media (width<=700px){.explorer-toolbar-fields{width:100%}.explorer-toolbar-field{flex:100%;width:100%;min-width:100%}.explorer-toolbar-field-city,.explorer-toolbar-field-status,.explorer-toolbar-field-category,.explorer-toolbar-field-period{width:100%;min-width:100%;max-width:100%}.explorer-events-grid{grid-template-columns:1fr}.explorer-event-card{min-height:220px}.explorer-event-card-content{padding:12px;transform:translateY(0)}.explorer-event-card-category{opacity:1;padding:4px 8px;font-size:10px;top:10px;left:10px;transform:translate(0)}.explorer-event-card-reveal{opacity:1;pointer-events:auto;transform:translateY(0)}.explorer-toolbar{flex-wrap:wrap;align-items:flex-start}.explorer-toolbar-actions{justify-content:flex-end;width:100%}.explorer-block{grid-template-columns:1fr;gap:10px}.explorer-block-label-wrap{writing-mode:horizontal-tb;flex-direction:row;justify-content:flex-start;transform:none}}@media (prefers-reduced-motion:reduce){.explorer-overlay-panel,.explorer-toolbar,.explorer-block,.card-animated,.explorer-progress,.explorer-filters-modal,.explorer-filters-modal-overlay{transition:none;animation:none}.explorer-block{opacity:1;transform:none}.explorer-overlay-panel{transform:translateY(0)}}.eventContentGrid{background:var(--color-bg);grid-template-columns:calc(70% - 7.5px) calc(30% - 7.5px);align-items:flex-start;gap:15px;width:calc(100dvw - 80px);max-width:calc(100dvw - 80px);margin-left:auto;margin-right:auto;display:grid}.tabContent{background-color:var(--bg-input);border-radius:6px;flex-direction:column;gap:15px;margin-bottom:0;padding:20px;display:flex}.infoColumn{flex-direction:column;gap:0;width:100%;min-width:0;display:flex}.sideColumn{flex-direction:column;gap:15px;width:100%;min-width:0;display:flex}.alternativeEventPage{background:var(--color-bg);min-height:100vh;margin-top:var(--header-height)}.eventHeroSection{background:var(--color-bg);justify-content:center;align-items:center;display:flex;position:relative}.eventHeroContainer{z-index:1;width:100dvw;margin:0;padding:0;position:relative}.eventHeroContent{flex-direction:column;gap:0;width:100%;display:flex}.eventTopSection{grid-template-columns:1fr 1fr;align-items:stretch;gap:40px;min-height:500px;padding:15px 40px 40px;display:grid}.eventBannerColumn{flex-direction:column;gap:20px;display:flex}.eventBannerContainer{aspect-ratio:7/3.75;border-radius:6px;width:100%;transition:transform .3s;overflow:hidden;box-shadow:0 8px 32px #0000004d}.eventBannerImage{object-fit:cover;width:100%;height:100%}.eventBannerPlaceholder{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;font-size:16px;font-weight:500;display:flex}.eventInfoColumn{flex-direction:column;gap:24px;height:100%;min-height:400px;display:flex}.eventInfoSection{flex-direction:column;flex:1;justify-content:flex-start;gap:20px;display:flex}.eventTitleSection{flex-direction:column;gap:16px;display:flex}.eventTitle{color:var(--color-text-primary);margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.eventMeta{flex-direction:column;gap:12px;display:flex}.metaRow{align-items:center;gap:12px;display:flex}.metaItem{color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;flex-wrap:nowrap;align-items:center;gap:0;font-size:14px;display:flex;overflow:hidden}.producerLabel{color:#fff;font-size:14px;font-weight:500}.producerLink{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;text-decoration:none;transition:color .3s;overflow:hidden}.producedByLine{white-space:normal;display:inline}.producerLink:hover{color:var(--color-primary-hover)}.ticketCardSection{flex-shrink:0;margin-top:auto}.externalTicketCard,.internalTicketCard{background:var(--bg-input);border:1px solid var(--color-border);cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;padding:20px;transition:all .3s;display:flex}.ticketCardRight{color:#fff}.ticketCardContent{justify-content:space-between;align-items:center;width:100%;display:flex}.ticketCardLeft h3{color:var(--color-text-primary);margin:0;font-size:16px;font-weight:600}.ticketCardLeft p{color:var(--color-text-secondary);margin:0;font-size:14px}.attendeesActionsContainer{flex-direction:column;flex-shrink:0;gap:20px;margin-top:16px;display:flex}.eventAttendees{flex-direction:column;gap:12px;display:flex}.attendeesContainer{align-items:center;gap:12px;display:flex}.attendeesList{align-items:center;gap:8px;display:flex}.attendeeAvatar{border:2px solid var(--color-primary);background:var(--color-surface);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.attendeeAvatar img{object-fit:cover;width:100%;height:100%}.moreAttendees{background:var(--color-primary);color:#fff;border:2px solid var(--color-bg);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.attendeesText{flex-shrink:1;margin-top:0}.interactionText{color:var(--color-text-secondary);font-size:14px;font-weight:500;line-height:1.4}.noAttendees{color:var(--color-text-secondary);align-items:center;gap:8px;font-size:14px;display:flex}.actionsShareContainer{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.eventActions{flex-wrap:wrap;flex:1;gap:12px;display:flex}.shareButtonContainer{align-items:center;display:flex}.actionButton{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:12.5px;font-size:14px;font-weight:500;transition:all .3s;display:flex;margin-right:25px!important;padding:12px 0!important}.actionButton:hover{background:var(--color-surface-hover);border-color:var(--color-primary);color:var(--color-text-primary);transform:translateY(-1px)}.actionButton[data-active=true]{color:#4fc3f7!important;box-shadow:none!important}.actionButton[data-active=true]:hover,.actionButton[data-active=true] svg{color:#4fc3f7!important}.actionButton[data-variant=share]{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff}.actionButton[data-variant=share]:hover{background:var(--color-secondary-hover);border-color:var(--color-secondary-hover)}.actionButton[data-loading=true]{opacity:.7;cursor:not-allowed}.eventTabsSection{border-top:1px solid var(--color-border);padding:0 40px}.eventTabsContainer{z-index:10;background-color:var(--bg-input);border-top-left-radius:6px;border-top-right-radius:6px;position:relative}.eventTabsContainer[data-fixed=true]{top:var(--header-height);background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:100;padding:0 40px;position:fixed;left:0;right:0}.eventTabs{border-bottom:1px solid var(--color-border);border-bottom-right-radius:6px;border-bottom-left-radius:6px;justify-content:center;gap:8px;display:flex}.eventTabButton{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:9999px;padding:14px 20px;font-size:16px;font-weight:500;transition:all .3s;position:relative}.eventTabButton:hover{color:var(--color-text-primary);background:var(--color-surface-hover)}.eventTabButton[data-active=true]{color:#fff;background:var(--color-primary);border-bottom-color:#0000;font-weight:600}.eventTabButton:after{content:"";background:var(--color-primary);border-radius:3px;width:0;height:3px;transition:width .25s;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.eventTabButton:hover:after{width:40%}.eventTabButton[data-active=true]:after{width:0}.eventTabContent{background:var(--color-bg);border-bottom-right-radius:6px;border-bottom-left-radius:6px;min-height:400px}.infoGrid{grid-template-columns:calc(62.5% - 40px) calc(37.5% - 60px);align-items:start;gap:100px;display:grid;overflow:hidden}.infoGrid.noLocation{grid-template-columns:1fr}.infoMainColumn{flex-direction:column;gap:15px;display:flex}.infoSideColumn{flex-direction:column;gap:32px;min-width:0;display:flex;overflow:hidden}.infoSection{flex-direction:column;gap:16px;min-width:0;display:flex;overflow:hidden}.infoSection h2{margin:0;font-weight:600;color:var(--color-text-primary)!important;font-size:1.5rem!important}.eventDescription{color:var(--color-text-secondary);font-size:16px;line-height:1.6}.locationInfo{flex-direction:column;gap:12px;display:flex}.locationItem{border:1px solid var(--color-border);word-wrap:break-word;overflow-wrap:break-word;border-radius:8px;align-items:flex-start;gap:12px;min-width:0;max-width:100%;padding:16px;display:flex}.locationItem>div{flex:1;min-width:0;overflow:hidden}.locationItem strong{color:var(--color-text-primary);font-weight:600}.locationItem p{color:var(--color-text-secondary);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;margin:4px 0 0;font-size:14px}:is(.locationItem p:has(a),.locationItem a){word-break:break-all;overflow-wrap:anywhere;color:var(--color-primary);text-decoration:none}.locationItem a:hover{text-decoration:underline}.sessionsList{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}@media (width>=600px){.sessionsList{grid-template-columns:repeat(3,1fr)}}.sessionItem{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex-direction:column;gap:8px;padding:16px;display:flex}.sessionDate,.sessionTime{color:var(--color-text-secondary);align-items:center;gap:8px;font-size:14px;display:flex}.mediaSection{flex-direction:column;gap:24px;display:flex}.mediaHeader{flex-direction:column;gap:4px;display:flex}.mediaHeader *{color:var(--color-text-primary)!important}.mediaIcon{vertical-align:middle;margin-right:10px;color:var(--color-text-primary)!important}.mediaTitle{letter-spacing:-.5px;align-items:center;margin:0;font-weight:600;display:flex;color:var(--color-text-primary)!important;font-size:1.25rem!important}.mediaSubtitle{color:var(--color-secondary);opacity:.92;font-size:.9rem;font-weight:500}.mediaSectionTitle{letter-spacing:-.2px;color:#fff;margin-bottom:10px;font-weight:500;font-size:1rem!important}.albumsMosaicGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:5px;display:grid}.albumMosaicCard{cursor:pointer;background:#f0f0f0;border-radius:6px;align-items:flex-end;min-height:180px;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000001a}.albumMosaicCard:focus,.albumMosaicCard:hover{box-shadow:0 8px 32px #0000002e}.albumMosaicBg{filter:brightness(.7)saturate(1.1);z-index:1;background-position:50%;background-size:cover;transition:filter .2s;position:absolute;inset:0}.albumMosaicCard:hover .albumMosaicBg{filter:brightness(.9)saturate(1.2)}.albumMosaicOverlay{z-index:2;background:linear-gradient(#0000001a 0%,#0000008c 40%);position:absolute;inset:0}.albumMosaicTitle{z-index:3;color:#fff;text-align:center;text-shadow:0 2px 8px #00000040;background:0 0;width:100%;padding:18px 12px 14px;font-size:1.1rem;font-weight:600;position:relative}.masonryMosaic{column-count:3;column-gap:7.5px;width:100%;max-width:100%}@media (width<=900px){.masonryMosaic{column-count:2}}@media (width<=600px){.masonryMosaic{column-count:1;column-gap:10px}}.masonryMosaicItem{break-inside:avoid;background:var(--bg-page);border-radius:6px;margin-bottom:7.5px;transition:box-shadow .18s;overflow:hidden;box-shadow:0 2px 12px #0000001a}.masonryMosaicItem:hover{box-shadow:0 6px 24px #00000029}.masonryMosaicImg{object-fit:cover;border-radius:10px;width:100%;height:auto;transition:filter .18s;display:block}.masonryMosaicItem:hover .masonryMosaicImg{filter:brightness(.93)saturate(1.1)}.mediaPlaceholder{background:var(--color-surface);border:2px dashed var(--color-border);color:var(--color-text-secondary);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px;display:flex}.socialSection{flex-direction:column;gap:24px;display:flex}.socialStats{gap:24px;display:flex}.statItem{color:var(--color-text-secondary);align-items:center;gap:8px;font-size:14px;display:flex}.attendeesSection{flex-direction:column;gap:16px;display:flex}.attendeesSection h3{color:var(--color-text-primary);margin:0;font-size:1.25rem;font-weight:600}.attendeesGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;display:grid}.attendeeCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex}.attendeeAvatarImg{object-fit:cover;border-radius:50%;width:48px;height:48px}.attendeeAvatarPlaceholder{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.attendeeName{color:var(--color-text-secondary);text-align:center;word-break:break-word;font-size:12px}.ticketsSection{flex-direction:column;gap:24px;display:flex}.externalEventNotice{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;gap:16px;padding:24px;display:flex}.externalEventNotice h3{color:var(--color-text-primary);margin:0 0 8px;font-size:1.25rem;font-weight:600}.externalEventNotice p{color:var(--color-text-secondary);margin:0 0 16px;line-height:1.5}.externalLinkButton{background:var(--color-primary);color:#fff;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-weight:500;text-decoration:none;transition:background .3s;display:inline-flex}.externalLinkButton:hover{background:var(--color-primary-hover)}.eventTabsPlaceholder{height:0;transition:height .3s}.eventTabsPlaceholder[data-active=true]{height:60px}.mobileInteractionsSection{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:20px 40px;display:none}.mobileInteractionsSection .actionsShareContainer{gap:16px}.eventSkeleton{flex-direction:column;gap:20px;padding:40px;display:flex}.skeletonHeader{background:linear-gradient(90deg,#222228 25%,#23232a 50%,#222228 75%) 0 0/200% 100%;border-radius:8px;height:200px;animation:1.5s infinite loading}.skeletonContent{flex-direction:column;gap:16px;display:flex}.skeletonTabs{background:linear-gradient(90deg,#222228 25%,#23232a 50%,#222228 75%) 0 0/200% 100%;border-radius:8px;height:60px;animation:1.5s infinite loading}.skeletonInfo{background:linear-gradient(90deg,#222228 25%,#23232a 50%,#222228 75%) 0 0/200% 100%;border-radius:8px;height:300px;animation:1.5s infinite loading}.eventNotFound{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:80px 40px;display:flex}.eventNotFound h1{color:var(--color-text-primary);margin:0;font-size:2rem;font-weight:600}.eventNotFound p{color:var(--color-text-secondary);margin:0;font-size:1rem}.backButton{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-weight:500;transition:background .3s}.backButton:hover{background:var(--color-primary-hover)}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=480px){.eventTopSection{grid-template-columns:1fr;align-items:start;gap:24px;min-height:auto;padding:16px}.eventInfoColumn{text-align:center;align-items:center;gap:16px;min-height:auto}.eventInfoSection{flex:none;align-items:center}.eventTitleSection{text-align:center;align-items:center}.eventMeta{align-items:center}.metaItem{white-space:normal;text-overflow:clip;flex-wrap:wrap;gap:4px 6px;overflow:visible}.producerLabel{white-space:nowrap}.producerLink{white-space:normal;text-overflow:clip;word-break:break-word;overflow-wrap:anywhere;overflow:visible}.metaRow{justify-content:center}.ticketCardSection{margin-top:16px}.actionsShareContainer{grid-template-columns:1fr 1fr;align-items:stretch;gap:12px;width:100%;display:grid}.eventActions{margin-bottom:20px;display:contents}.actionButton{justify-content:flex-start;align-items:center;width:100%;min-width:auto;height:35px;font-size:13px;display:flex;margin-right:0!important;padding:10px 12px!important}.actionButton svg{width:22px;height:22px}.shareButtonContainer{width:100%}.shareButtonContainer .actionButton{justify-content:center;align-items:center;width:100%;height:35px;font-size:13px;display:flex;margin-right:0!important;padding:10px 12px!important}.shareButtonContainer .actionButton svg{width:22px;height:22px}.mobileInteractionsSection{display:block}.eventTabsSection{margin-top:-6px;padding:0 16px}.eventTabsContainer.fixed{padding:0 20px}.externalEventNotice{padding:0!important}.eventTabs{-webkit-overflow-scrolling:touch;justify-content:flex-start;overflow-x:auto}.eventTabButton{white-space:nowrap;padding:12px 16px;font-size:14px}.tabContent{padding:16px}.eventBannerContainer{aspect-ratio:16/9}.eventTitle{font-size:1.5rem}.attendeesGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.infoGrid{grid-template-columns:1fr;gap:20px}.infoMainColumn,.infoSideColumn{gap:20px}.eventTopSection{align-items:start;min-height:auto}.eventInfoColumn{min-height:auto}.eventInfoSection{flex:none}.ticketCardSection{width:100%;margin-top:16px}.externalTicketCard,.internalTicketCard{padding:12px 16px;min-width:calc(100dvw - 30px)!important}.eventAttendees{align-items:center}.noAttendees{justify-content:center}.ticketCardSection,.externalTicketCard,.internalTicketCard{width:100%}.eventContentGrid{gap:15px;width:100dvw;min-width:100dvw}.sideColumn,.infoColumn{gap:10px!important;width:calc(100dvw - 30px)!important;max-width:calc(100dvw - 30px)!important;margin-left:auto!important;margin-right:auto!important}.eventContentGrid{background:var(--color-bg);grid-template-columns:1fr;align-items:center;gap:10px;width:100dvw;max-width:100dvw;margin-left:auto;margin-right:auto;display:grid}}.ticketsList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.ticketRow{border:1px solid var(--color-border);background:var(--color-surface);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.ticketRow span{color:var(--color-text-secondary)}.ticketRow strong{color:var(--color-text-primary)}.overlay{-webkit-backdrop-filter:saturate()blur(4px);backdrop-filter:saturate()blur(4px);z-index:10000;background:#0006;justify-content:center;align-items:center;padding:15px;animation:.12s ease-out fadeIn;display:flex;position:fixed;inset:0}.overlayMobileSheet{justify-content:stretch;align-items:flex-end;padding:0}.modal{color:var(--text-primary,#fff);background:#222;border-radius:6px;width:100%;max-height:90dvh;animation:.16s ease-out slideUp;overflow:hidden}.modalMobileSheet{width:100%;max-width:100%;max-height:calc(100dvh - 12px);padding-bottom:env(safe-area-inset-bottom,0px);border-bottom:none;border-radius:16px 16px 0 0;animation:.18s ease-out sheetSlideUp}.sizeSm{max-width:24rem}.sizeMd{max-width:28rem}.sizeLg{max-width:32rem}.sizeXl{max-width:36rem}.size2xl{max-width:42rem}.size3xl{max-width:48rem}.size4xl{max-width:56rem}.size5xl{max-width:64rem}.size6xl{max-width:72rem}.size7xl{max-width:80rem}.header{justify-content:space-between;align-items:center;padding:15px 20px;display:flex;-webkit-user-select:none!important;user-select:none!important}.headerLeft{align-items:center;gap:12px;display:flex}.title{font-size:1.1rem;font-weight:600}.icon{width:20px;height:20px;color:var(--text-secondary,#cbd5e1)}.closeButton{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px}.closeButton:hover{background:#ffffff0f}.closeIcon{width:20px;height:20px;color:var(--text-secondary,#cbd5e1)}.contentWrapper{max-height:calc(90vh - 150px);padding-top:0;overflow-y:auto;height:fit-content!important}.footer{align-items:stretch;gap:0;padding:15px 20px;display:flex}.modalButton{height:2.5rem;background-color:#00f!important}.modalButtonSecondary{color:var(--text-primary,#fff);background:#ffffff14;border:1px solid #ffffff14}.modalButtonPrimary{color:#fff;background:#ff0080;border:none}.modalButtonPrimary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #ff00802e}.modalButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.contentWrapper::-webkit-scrollbar{width:10px}.contentWrapper::-webkit-scrollbar-track{background:#444}.contentWrapper::-webkit-scrollbar-thumb{background-color:#ffffff40;border:2px solid #444;border-radius:8px}.contentWrapper::-webkit-scrollbar-thumb:hover{background-color:#ffffff59}.contentWrapper{scrollbar-width:thin;scrollbar-color:#ffffff40 #444}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:.98;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes sheetSlideUp{0%{opacity:1;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.modal::-webkit-scrollbar{width:6px}.modal::-webkit-scrollbar-track{background:#0000001a;border-radius:3px}.modal::-webkit-scrollbar-thumb{background:#a594f94d;border-radius:3px}.modal::-webkit-scrollbar-thumb:hover{background:#a594f980}@media (width<=768px){.modal{max-height:calc(100dvh - 30px)}.modal:has(.footer) .contentWrapper{max-height:calc(100dvh - 180px);height:fit-content!important}.header{border-bottom:1px solid #64748b66;padding:0 15px;height:55px!important}.title{font-size:1rem;font-weight:600}.footer{border-top:1px solid #64748b66;align-items:center;padding:0;overflow:hidden;height:60px!important;max-height:60px!important}.closeButton{padding:20px 0}}.cartModalShell{background:radial-gradient(circle at 0 0,#ff95682e,#0000 30%),linear-gradient(#171c25 0%,#10141b 100%);border:1px solid #ffffff14;box-shadow:0 36px 90px #0006}.cartModal{color:#f5f7fb;gap:24px;padding:8px 20px 20px;display:grid}.cartModalHero{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.cartModalHero h1{margin:8px 0 10px;font-size:2rem;line-height:1.02}.cartModalHero p{color:#9caabd;max-width:48rem;margin:0;line-height:1.6}.cartModalEyebrow{text-transform:uppercase;letter-spacing:.16em;color:#ff9568;font-size:.72rem;display:inline-block}.cartModalStepper{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.cartModalStepper__item{color:#93a1b5;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:10px;min-width:110px;padding:12px 14px;display:flex}.cartModalStepper__item.is-active,.cartModalStepper__item.is-done{color:#f5f7fb}.cartModalStepper__item.is-active{background:#ff95681f;border-color:#ff956847}.cartModalStepper__item.is-done{background:#54d6861a;border-color:#54d68633}.cartModalStepper__icon{background:#ffffff0f;border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.cartModalLayout{grid-template-columns:minmax(0,1.6fr) minmax(320px,.92fr);align-items:start;gap:20px;display:grid}.cartModalItemsColumn,.cartModalPanel,.cartModalSummary,.cartModalEmpty,.cartModalInfoCard{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:18px}.cartModalItemsColumn{gap:14px;padding:16px;display:grid}.cartModalItem{background:#080d146b;border:1px solid #ffffff0d;border-radius:16px;grid-template-columns:108px minmax(0,1fr);gap:14px;padding:14px;display:grid}.cartModalItem__media,.cartModalItem__media img,.cartModalItem__fallback{border-radius:14px;width:108px;height:108px}.cartModalItem__media img{object-fit:cover;display:block}.cartModalItem__fallback{color:#fff;background:linear-gradient(135deg,#ff95682e,#4299e124);place-items:center;font-weight:700;display:grid}.cartModalItem__body,.cartModalPanel,.cartModalSummary,.cartModalEmpty{gap:14px;display:grid}.cartModalItem__header,.cartModalItem__footer,.cartModalFooter,.cartModalActionRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.cartModalItem__header h3,.cartModalSummary__header h2,.cartModalPanel__header h2,.cartModalEmpty h2{margin:0}.cartModalItem__header p,.cartModalPanel__header p,.cartModalEmpty p{color:#9caabd;margin:4px 0 0}.cartModalItem__meta{flex-wrap:wrap;gap:8px;display:flex}.cartModalItem__meta span{color:#c2cbda;background:#ffffff0f;border-radius:999px;padding:6px 10px;font-size:.86rem}.cartModalQuantity{background:#ffffff0d;border-radius:999px;align-items:center;gap:8px;padding:6px;display:inline-flex}.cartModalQuantity button,.cartModalIconButton,.cartModalGhostButton,.cartModalPrimaryButton,.cartModalLinkButton,.cartModalCoupon button,.cartModalToast button{cursor:pointer;border:none;transition:transform .18s,opacity .18s,background .18s}.cartModalQuantity button,.cartModalIconButton{color:#f5f7fb;background:#ffffff0f;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.cartModalPrice{text-align:right}.cartModalPrice strong{font-size:1.05rem;display:block}.cartModalPrice small,.cartModalSummary__actions p,.cartModalHelperText{color:#9caabd}.cartModalSummary,.cartModalPanel,.cartModalEmpty{padding:20px}.cartModalCoupon{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.cartModalCoupon input,.cartModalField select{color:#f5f7fb;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;width:100%;min-height:46px;padding:0 14px}.cartModalCoupon input::placeholder{color:#8594a8}.cartModalAppliedCoupon{color:#c8f0d4;background:#54d6861f;border-radius:12px;padding:12px 14px}.cartModalSummary__list{gap:12px;margin:0;display:grid}.cartModalSummary__list div{justify-content:space-between;align-items:center;gap:12px;display:flex}.cartModalSummary__list dt,.cartModalSummary__list dd{margin:0}.cartModalSummary__total{border-top:1px solid #ffffff14;margin-top:4px;padding-top:14px;font-size:1.08rem}.cartModalSummary__actions{gap:10px;display:grid}.cartModalPrimaryButton,.cartModalGhostButton,.cartModalLinkButton,.cartModalCoupon button{border-radius:12px;min-height:46px;padding:0 16px;font-weight:700;text-decoration:none}.cartModalPrimaryButton,.cartModalCoupon button{color:#fff;background:linear-gradient(135deg,#ff9568,#ff6b8a)}.cartModalGhostButton,.cartModalLinkButton{color:#f5f7fb;background:#ffffff0f}.cartModalLinkButton{align-items:center;gap:8px;display:inline-flex}.cartModalPaymentGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.cartModalPaymentMethod{color:#f5f7fb;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;place-items:center;gap:6px;min-height:72px;padding:14px;display:grid}.cartModalPaymentMethod.is-active{background:#ff95681a;border-color:#ff956847}.cartModalFormBlock,.cartModalConfirmationList{gap:14px;display:grid}.cartModalField{gap:8px;display:grid}.cartModalField span{color:#dce4f1;font-weight:600}.cartModalInfoCard{padding:16px}.cartModalInfoCard p{color:#9caabd;margin:0 0 8px}.cartModalConfirmationRow{background:#080d1459;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.cartModalConfirmationRow p{color:#9caabd;margin:4px 0 0}.cartModalConfirmationTotal{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;font-size:1.08rem;display:flex}.cartModalEmpty{text-align:center;place-items:center;padding:44px 20px}.cartModalEmpty__icon{background:#ffffff0f;border-radius:22px;place-items:center;width:74px;height:74px;display:grid}.cartModalFooter{width:100%}.cartModalToast{background:#ff95681f;border:1px solid #ff95682e;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;bottom:0}.cartModalToast button{color:#ffd6c8;background:0 0;padding:0}.cartModalConfirmShell{background:linear-gradient(#171c25 0%,#10141b 100%);border:1px solid #ffffff14}.cartModalConfirmBody{color:#c9d2e0;padding:8px 20px 20px;line-height:1.6}.cartModalActionRow--compact{width:100%}.cartModalPrimaryButton:hover,.cartModalGhostButton:hover,.cartModalLinkButton:hover,.cartModalCoupon button:hover,.cartModalQuantity button:hover,.cartModalIconButton:hover{transform:translateY(-1px)}.cartModalPrimaryButton:disabled,.cartModalGhostButton:disabled,.cartModalLinkButton:disabled,.cartModalCoupon button:disabled{opacity:.55;cursor:not-allowed;transform:none}@media (width<=960px){.cartModalHero,.cartModalFooter,.cartModalActionRow{flex-direction:column;align-items:stretch}.cartModalLayout,.cartModalPaymentGrid{grid-template-columns:1fr}}@media (width<=720px){.cartModal{padding:4px 14px 14px}.cartModalHero h1{font-size:1.5rem}.cartModalItem{grid-template-columns:1fr}.cartModalItem__media,.cartModalItem__media img,.cartModalItem__fallback{width:100%;height:180px}.cartModalItem__footer,.cartModalConfirmationRow{flex-direction:column;align-items:flex-start}.cartModalPrice{text-align:left}.cartModalCoupon{grid-template-columns:1fr}}.userSelectorRoot{gap:12px;display:grid}.userSelectorSelectedList{flex-wrap:wrap;gap:8px;display:flex}.userSelectorChip{color:#f5f8fd;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:0 10px;font-size:.82rem;display:inline-flex}.userSelectorChip button{width:20px;height:20px;color:inherit;cursor:pointer;background:#ffffff14;border:0;border-radius:50%;place-items:center;display:grid}.userSelectorInputRow{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.userSelectorInputWrap{position:relative}.userSelectorSearchIcon{color:#91a0b6;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.userSelectorInput{color:#f5f8fd;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;min-height:46px;padding:0 14px 0 42px}.userSelectorSubmit{color:#17141a;cursor:pointer;background:linear-gradient(135deg,#ff9568,#ff5e3a);border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 16px;font-weight:700;display:inline-flex}.userSelectorSubmit:disabled{opacity:.45;cursor:not-allowed}.userSelectorDropdown{background:#1d212c;border:1px solid #ffffff14;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000059}.userSelectorResult{color:#f5f8fd;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:12px;width:100%;padding:12px 14px;display:grid}.userSelectorResult:hover{background:#ffffff0d}.userSelectorAvatar{color:#dfe8f5;background:#ffffff0f;border-radius:12px;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.userSelectorAvatar img{object-fit:cover;width:100%;height:100%}.userSelectorResultCopy strong{margin-bottom:4px;font-size:.9rem;display:block}.userSelectorResultCopy span,.userSelectorEmpty{color:#91a0b6;font-size:.82rem}.userSelectorEmpty{padding:14px}@media (width<=640px){.userSelectorInputRow{grid-template-columns:1fr}}.shareModalCard{color:#f5f8fd;background:linear-gradient(#1d212c 0%,#171a22 100%);border:1px solid #ffffff14;border-radius:12px;width:min(560px,100%);box-shadow:0 32px 80px #00000059}.shareModalHeader{justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 20px 0;display:flex}.shareModalEyebrow{text-transform:uppercase;letter-spacing:.16em;color:#ff9568;margin-bottom:8px;font-size:.72rem;display:inline-block}.shareModalHeader h3{margin:0;font-size:1.4rem;line-height:1.1}.shareModalClose{color:#dfe8f5;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.shareModalBody{gap:16px;padding:20px;display:grid}.shareModalPreview,.shareModalLinkBox,.shareModalSection,.shareModalAuthBox,.shareModalAction,.shareModalNative{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px}.shareModalPreview{grid-template-columns:48px 1fr;gap:14px;padding:16px;display:grid}.shareModalPreview__icon{color:#f6f8fd;background:linear-gradient(135deg,#ff95683d,#4fc3f733);border-radius:12px;place-items:center;width:48px;height:48px;display:grid}.shareModalPreview strong{margin-bottom:6px;display:block}.shareModalSection{padding:16px}.shareModalSection__header{gap:6px;margin-bottom:12px;display:grid}.shareModalSection__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#ff9568;font-size:.72rem}.shareModalSection__header strong,.shareModalAuthBox__copy strong{color:#f5f8fd}.shareModalAuthBox{gap:14px;padding:16px;display:grid}.shareModalAuthBox__icon{color:#f5f8fd;background:linear-gradient(135deg,#ff95683d,#4fc3f72e);border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.shareModalAuthBox__copy p{color:#92a0b6;margin:6px 0 0;line-height:1.6}.shareModalAuthBox__actions{flex-wrap:wrap;gap:10px;display:flex}.shareModalAuthButton{color:#f5f8fd;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:600;text-decoration:none;display:inline-flex}.shareModalAuthButton--primary{color:#ffd3c3;background:#ff956814;border-color:#ff95682e}.shareModalPreview p,.shareModalLinkBox p{color:#92a0b6;margin:0;line-height:1.6}.shareModalLinkBox{padding:14px 16px}.shareModalLinkBox__label{color:#f5f8fd;align-items:center;gap:8px;margin-bottom:8px;font-size:.86rem;font-weight:600;display:inline-flex}.shareModalActions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.shareModalAction,.shareModalNative{color:#f5f8fd;cursor:pointer;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 16px;font-weight:600;display:inline-flex}.shareModalAction--copy{color:#ffd3c3;background:#ff956814;border-color:#ff95682e}.shareModalNative{width:100%}@media (width<=640px){.shareModalActions{grid-template-columns:1fr}}.eventUniversePage{min-height:100vh;padding-top:var(--header-height);background:radial-gradient(circle at 14% 260px,#ff5e3a14,#0000 24%),radial-gradient(circle at 100% 300px,#4fc3f70f,#0000 26%),radial-gradient(circle at 50% 48%,#ffffff05,#0000 34%),linear-gradient(#1a1a1f 0 220px,#181a20 320px,#171b23 34%,#151a22 58%,#1a1a1f 100%);position:relative;overflow-x:clip}.eventUniversePage:before{content:"";background-image:var(--event-hero-image);filter:blur(110px)saturate(1.25);opacity:.07;pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:180px 0 0;transform:scale(1.2)}.eventUniversePage:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(#1a1a1f 0% 72%,#1a1a1ff5 86%,#1a1a1f00 100%);height:220px;position:absolute;top:0;left:0;right:0}.eventUniverseMain{z-index:1;width:100%;font-family:var(--font-sans);margin:0;padding:0;position:relative}.eventUniversePage--notFound{min-height:calc(100vh - var(--header-height))}.eventUniverseNotFound{min-height:calc(100vh - var(--header-height) - 120px);flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;padding:0 35px;display:flex}.eventUniverseNotFound h1{font-family:var(--font-sans);letter-spacing:-.05em;color:#f5f8fd;max-width:10ch;margin:0;font-size:clamp(2.6rem,6vw,4.8rem);line-height:.95}.eventUniverseNotFound p{color:#92a0b6;max-width:620px;margin:0;font-size:1.05rem;line-height:1.7}.eventUniverseNotFound__actions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.eventUniverseShell{gap:18px;padding:0 35px;display:grid}.eventUniverseLoading{color:#dfe8f5;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:999px;align-items:center;width:fit-content;min-height:44px;padding:0 16px;display:inline-flex}.eventUniverseHero,.eventUniverseContent{grid-template-columns:minmax(0,1fr) 525px;gap:18px;display:grid}.eventUniverseHero__chips,.eventUniverseHero__meta,.eventUniverseHero__content,.eventUniverseLeadColumn,.eventUniverseSidebar,.eventUniverseRail,.eventUniversePrimary,.sectionHeader,.introHeader,.eventCard__topline,.ticketRow,.ticketRow__price,.producerBlock,.personCard,.scheduleItem,.communityComposer,.introPulseBar{display:flex}.sectionLabel{text-transform:uppercase;letter-spacing:.16em;color:#ff9568;align-items:center;gap:8px;font-size:.72rem;display:inline-flex}.eventUniverseHero{align-items:start}.eventUniverseLeadColumn{flex-direction:column;gap:18px}.eventUniverseHero__imageWrap{aspect-ratio:16/9;background:#0d1017;border-radius:12px;min-height:0;position:relative;overflow:hidden;box-shadow:0 34px 90px #00000052}.eventUniverseHero__image{object-fit:cover;width:100%;height:100%}.eventUniverseHero__overlay{background:linear-gradient(#080a0e14 0%,#080a0e29 32%,#080a0ed1 100%),linear-gradient(90deg,#080a0e8c 0%,#080a0e1a 50%,#080a0e6b 100%);position:absolute;inset:0}.eventUniverseHero__chips{flex-wrap:wrap;gap:10px;position:absolute;top:22px;left:22px}.eventUniverseHero__chips span,.eventUniverseHero__meta span,.ghostAction{align-items:center;gap:8px;display:inline-flex}.eventUniverseHero__chips span{color:#edf4ff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0b0f1675;border:1px solid #ffffff1f;border-radius:999px;min-height:38px;padding:0 14px}.eventUniverseHero__content{flex-direction:column;gap:18px;position:absolute;bottom:24px;left:26px;right:26px}.eventUniverseHero__titleBlock h1,.eventCard h2,.eventCard h3{font-family:var(--font-sans);letter-spacing:-.045em;margin:0}.eventUniverseHero__titleBlock h1{color:#f5f8fd;max-width:10ch;font-size:clamp(3.2rem,7vw,6.4rem);line-height:.92}.eventUniverseHero__titleBlock p{color:#edf4ffc7;max-width:720px;margin:14px 0 0;font-size:1.05rem;line-height:1.65}.eventUniverseHero__meta{flex-wrap:wrap;gap:10px}.eventUniverseHero__meta span{color:#dbe6f7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff14;border:1px solid #ffffff14;border-radius:14px;min-height:42px;padding:0 14px}.eventUniverseSidebar,.eventUniverseRail,.eventUniversePrimary{flex-direction:column;gap:18px}.eventUniverseContent{align-items:start}.eventCard{background:linear-gradient(#1b1f2af5 0%,#13161ff5 100%);border-radius:12px;padding:17.5px;position:relative}.eventCard:after{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(#ffffff14,#fff0);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.eventCard--ticket{background:radial-gradient(circle at 100% 0,#ff95681f,#0000 34%),linear-gradient(#1c212dfa 0%,#13161ffa 100%)}.eventCard--cta{background:radial-gradient(circle at 0 0,#ff95682e,#0000 32%),linear-gradient(#21242f 0%,#171a22 100%)}.eventCard__topline,.sectionHeader{justify-content:space-between;align-items:center;gap:14px}.eventCard__topline span:first-child{text-transform:uppercase;letter-spacing:.16em;color:#ff9568;font-size:.72rem}.eventCard__topline span:last-child{color:#a4b2c8;font-size:.92rem}.eventCard h2,.eventCard h3,.ticketRow strong,.locationCopy strong,.personCard strong,.scheduleItem strong,.producerBlock strong,.statBox strong{color:#f3f6fb}.eventCard p,.ticketRow p,.locationCopy span,.personCard span,.scheduleItem p,.producerBlock span,.communityComposer span,.networkList li{color:#92a0b6}.ticketStack,.highlightList,.scheduleList,.galleryGrid,.networkList,.peopleGrid{margin-top:16px}.ticketStack,.highlightList,.scheduleList,.networkList{gap:12px;display:grid}.ticketRow{cursor:pointer;text-align:left;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:16px;transition:transform .22s,border-color .22s,background .22s,box-shadow .22s}.ticketRow:hover,.ghostAction:hover,.primaryRailButton:hover{transform:translateY(-2px)}.ticketRow:hover{background:#ff956812;border-color:#ff95684d;box-shadow:0 18px 36px #00000024}.ticketRow__price{color:#f8fafc;white-space:nowrap;align-items:center;gap:8px;font-weight:700}.miniMap{background:linear-gradient(135deg,#222938f2,#13161ff2);border:1px solid #ffffff0d;border-radius:12px;width:100%;height:184px;position:relative;overflow:hidden}.miniMap__frame,.miniMap__empty{border:0;width:100%;height:100%}.miniMap__empty{color:#dfe8f5;text-align:center;background:linear-gradient(135deg,#222938f2,#13161ff2),repeating-linear-gradient(0deg,#0000,#0000 24px,#ffffff08 24px 26px),repeating-linear-gradient(90deg,#0000,#0000 32px,#ffffff08 32px 34px);place-items:center;gap:10px;display:grid}.locationCopy{gap:4px;margin-top:14px;display:grid}.locationDirectionsButton{color:#d7f2ff;background:#4fc3f714;border:1px solid #4fc3f738;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:44px;margin-top:14px;font-weight:700;text-decoration:none;transition:transform .22s,background .22s,border-color .22s;display:inline-flex}.locationDirectionsButton:hover{background:#4fc3f724;border-color:#4fc3f757;transform:translateY(-2px)}.eventCard--socialStats{background:radial-gradient(circle at 100% 0,#4fc3f729,#0000 34%),radial-gradient(circle at 0 100%,#ff956824,#0000 30%),linear-gradient(#1c212dfa 0%,#13161ffa 100%)}.socialPulsePanel{gap:14px;margin-top:16px;display:grid}.socialPulsePanel__people,.socialPulsePanel__reactions{gap:12px;display:grid}.socialPulsePanel__people{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;grid-template-columns:72px minmax(0,1fr);align-items:center;padding:14px 16px}.socialPulsePanel__avatars{align-items:center;display:flex}.socialPulseAvatar{color:#f4f7fb;background:linear-gradient(135deg,#ff956847,#4fc3f73d);border:1px solid #ffffff14;border-radius:12px;place-items:center;width:44px;height:44px;margin-left:-8px;font-size:.82rem;font-weight:700;display:grid}.socialPulseAvatar:first-child{margin-left:0}.socialPulseAvatar--image{object-fit:cover;background:#232735}.socialPulseAvatar--empty{background:#ffffff0f}.socialPulsePanel__copy strong{color:#f5f8fd;font-size:1rem;font-weight:500;line-height:1.2;display:block}.socialPulsePanel__copy span{color:#91a0b6;margin-top:4px;font-size:.82rem;line-height:1.5}.socialPulsePanel__reactions{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.reactionStatCard{background:0 0;border:0;flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;padding:6px 6px 0;display:flex}.reactionStatCard__icon{color:#f5f8fd;background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;place-items:center;width:76px;height:76px;display:grid;box-shadow:inset 0 0 0 1px #ffffff08}.reactionStatCard:first-child .reactionStatCard__icon{border-color:#7c99ffa6;box-shadow:0 0 0 4px #7c99ff1f,inset 0 0 0 1px #ffffff0a}.reactionStatCard span{color:#f5f8fd;text-align:center;font-size:.88rem;font-weight:600}.socialPulseInvite{color:#ffd3c3;cursor:pointer;background:#ff956814;border:1px solid #ff95682e;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:44px;margin-top:14px;font-weight:700;transition:transform .22s,background .22s,border-color .22s;display:inline-flex}.socialPulseInvite:hover{background:#ff95681f;border-color:#ff956847;transform:translateY(-2px)}.introGrid{grid-template-columns:minmax(0,1fr);align-items:start;gap:0;display:grid}.introHeader{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:14px}.introHeader>div:first-child{min-width:0}.eventCard h2{margin-bottom:0;font-size:clamp(2rem,2.5vw,2.9rem);line-height:.98}.producerBlock{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;flex-shrink:0;align-items:center;gap:14px;padding:16px}.producerBlock__badge,.personCard__avatar{color:#f7fbff;background:linear-gradient(135deg,#202735,#ff6d4d);border-radius:12px;place-items:center;width:54px;height:54px;font-weight:700;display:grid}.highlightItem{grid-template-columns:12px 1fr;align-items:start;gap:12px;display:grid}.highlightItem span{background:linear-gradient(135deg,#ff9568,#4fc3f7);border-radius:50%;width:10px;height:10px;margin-top:9px}.highlightItem p,.scheduleItem h3,.networkList,.personCard,.communityComposer{margin:0}.introPulseBar{flex-wrap:wrap;gap:12px;margin-top:18px}.introPulseBar>div{background:#ffffff0a;border:1px solid #ffffff0d;border-radius:12px;flex:1;min-width:160px;padding:14px 16px}.introPulseBar span{text-transform:uppercase;letter-spacing:.14em;color:#7f8da4;margin-bottom:8px;font-size:.7rem;display:block}.introPulseBar strong{color:#f5f8fd;font-size:.95rem}.scheduleItem{border-top:1px solid #ffffff0f;align-items:flex-start;gap:18px;padding:18px 0}.scheduleItem:first-child{border-top:0;padding-top:4px}.scheduleItem strong{min-width:68px;font-size:1rem}.scheduleItem h3{color:#f3f6fb;font-size:1.06rem}.ghostAction,.primaryRailButton{cursor:pointer;border-radius:999px;min-height:44px;padding:0 16px;font-weight:700}.ghostAction{color:#dfe8f5;background:#ffffff0a;border:1px solid #ffffff14}.ghostAction[data-active=true]{color:#ff9568}.peopleGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.personCard{background:#ffffff0a;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:12px;padding:15px}.personCard__image{object-fit:cover;border-radius:inherit;width:100%;height:100%}.communityComposer{background:radial-gradient(circle at 0,#ff95682e,#0000 36%),linear-gradient(135deg,#212632,#171b24);border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:12px;margin-top:18px;padding:16px}.communityComposer svg,.communityComposer span{color:#edf4ff}.eventCard--cta .sectionLabel,.eventCard--cta h3,.eventCard--cta p{color:#f4f7fb}.eventCard--cta p{margin:12px 0 18px}.primaryRailButton{color:#17141a;background:linear-gradient(135deg,#ff9568,#ff5e3a);border:0;justify-content:center;align-items:center;gap:10px;width:100%;display:inline-flex;box-shadow:0 18px 30px #ff5e3a38}.galleryGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.galleryGrid img{object-fit:cover;border-radius:12px;width:100%;height:118px}.galleryGrid__main{grid-column:1/-1;height:224px!important}.networkList{padding-left:18px}.networkList li{line-height:1.7}.emptyStateBox{color:#92a0b6;background:#ffffff0a;border:1px solid #ffffff0d;border-radius:12px;margin-top:16px;padding:16px;line-height:1.6}@media (width<=1180px){.eventUniverseHero,.eventUniverseContent{grid-template-columns:1fr}.eventUniverseSidebar,.eventUniverseRail{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}}@media (width<=860px){.eventUniverseMain{padding-top:12px}.eventUniverseNotFound{padding:0 16px}.eventUniverseSidebar,.eventUniverseRail,.introGrid,.peopleGrid{grid-template-columns:1fr}.introHeader{flex-direction:column}.socialPulsePanel__reactions{grid-template-columns:repeat(3,minmax(0,1fr))}.eventUniverseShell{padding:0 16px}.eventUniverseHero__imageWrap{border-radius:12px}.eventUniverseHero__content{bottom:18px;left:18px;right:18px}.eventUniverseHero__titleBlock h1{max-width:100%;font-size:clamp(2.5rem,10vw,4.2rem)}.eventCard,.eventUniverseHero__imageWrap{border-radius:12px}}.appSidebar{width:100%;height:calc(100dvh - var(--header-height));background:0 0;border-right:1px solid #ffffff14;flex-direction:column;gap:0;padding:0;display:flex;overflow:hidden}.appSidebar__profileCard{text-align:center;border-bottom:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:8px;padding:18px 24px 28px;display:flex}.appSidebar__avatarWrap{background:linear-gradient(135deg, var(--color-secondary), var(--color-text-primary));border-radius:12px;place-items:center;width:76px;height:76px;padding:3px;display:grid}.appSidebar__avatar{object-fit:cover;border:4px solid color-mix(in srgb, #fff 6%, var(--color-bg) 94%);border-radius:12px;width:100%;height:100%}.appSidebar__profileCard>strong{color:#fff;font-size:1rem}.appSidebar__name{white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:100%;margin-top:10px;display:block;overflow:hidden}.appSidebar__handle{margin-top:-8px;margin-bottom:5px;display:block;font-size:.9rem!important}.appSidebar__profileCard>span,.appSidebar__stats span{color:color-mix(in srgb, var(--color-text-secondary) 62%, transparent);font-size:.8rem}.appSidebar__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%;margin-top:8px;display:grid}.appSidebar__stats div{flex-direction:column;gap:2px;display:flex}.appSidebar__stats strong{color:#fff;font-size:.92rem}.appSidebar__nav{flex-direction:column;gap:2px;padding:16px 14px;display:flex}.appSidebar__link{min-height:42px;color:color-mix(in srgb, var(--color-text-secondary) 68%, transparent);border-radius:12px;align-items:center;gap:12px;padding:0 14px;font-size:.92rem;text-decoration:none;transition:background .22s,color .22s;display:inline-flex}.appSidebar__link:hover{color:#fff;background:#ffffff0a}.appSidebar__link[data-active=true]{color:#fff;background:#ffffff0f;position:relative}.appSidebar__link[data-active=true]:before{content:"";background:linear-gradient(180deg, var(--color-secondary), var(--color-warning));border-radius:999px;width:3px;position:absolute;top:8px;bottom:8px;left:-14px}.appSidebar__footer{border-top:1px solid #ffffff0f;margin-top:auto;padding:18px 14px 20px}.appSidebar__logout{width:100%;min-height:42px;color:color-mix(in srgb, var(--color-text-secondary) 68%, transparent);cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:0 14px;font-size:.92rem;display:inline-flex}.appSidebar__logout:hover{color:#fff;background:#ffffff0a}@media (width<=980px){.appSidebar{border-bottom:1px solid #ffffff14;border-right:0;height:auto;min-height:auto}.appSidebar__profileCard{text-align:left;align-items:flex-start}.appSidebar__nav{flex-flow:wrap}.appSidebar__link{min-height:42px;padding:0 12px}.appSidebar__stats{grid-template-columns:repeat(3,auto)}}.feedPage{min-height:100vh;padding-top:var(--header-height);background:radial-gradient(circle at top left, color-mix(in srgb, var(--color-primary) 12%, transparent), transparent 28%), radial-gradient(circle at top right, color-mix(in srgb, var(--color-secondary) 14%, transparent), transparent 24%), linear-gradient(180deg, #111216 0%, #191b20 100%);color:var(--color-text-secondary);font-family:var(--font-sans);animation:.22s ease-out feedPageEnter}.feedAccessLayer{isolation:isolate;position:relative}.feedAccessLayer:before{content:"";z-index:10;opacity:0;pointer-events:none;background:#0b0c1057;transition:opacity .22s;position:absolute;inset:0}.feedAccessLayer--locked:before{opacity:1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.feedAppShell{will-change:opacity, transform;transition:opacity .22s,transform .22s}.feedAccessLayer--locked .feedAppShell{opacity:.68;pointer-events:none;-webkit-user-select:none;user-select:none;transform:translateY(2px)}.feedLoginOverlay{z-index:20;place-items:center;padding:24px;animation:.22s ease-out feedOverlayEnter;display:grid;position:absolute;inset:0}.feedLoginOverlay__card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f0f14db;border:1px solid #ffffff24;border-radius:18px;width:min(560px,100%);padding:26px 24px;box-shadow:0 24px 50px #0000006b}.feedLoginOverlay__card strong{color:#fff;margin-bottom:10px;font-size:clamp(1.05rem,1.8vw,1.35rem);display:block}.feedLoginOverlay__card p{color:color-mix(in srgb, var(--color-text-secondary) 86%, transparent);margin:0;line-height:1.5}.feedLoginOverlay__actions{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.feedLoginOverlay__ghostButton{color:#fff;border:1px solid #ffffff38;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.feedLoginOverlay__ghostButton:hover{background:#ffffff0d;border-color:#fff6}@keyframes feedPageEnter{0%{opacity:.85}to{opacity:1}}@keyframes feedOverlayEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.feedAppShell{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:0;width:100%;display:grid}.feedSidebarColumn{top:var(--header-height);height:calc(100dvh - var(--header-height));align-self:start;position:sticky}.feedBoard{min-width:0;height:calc(100dvh - var(--header-height));background:0 0;overflow:hidden}.feedBoardScroller{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--color-secondary) 42%, var(--color-primary)) transparent;height:100%;overflow-y:auto}.feedBoardScroller::-webkit-scrollbar{width:12px}.feedBoardScroller::-webkit-scrollbar-track{background:#ffffff08}.feedBoardScroller::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--color-secondary), var(--color-primary)) padding-box;border:3px solid #0000;border-radius:999px}.feedBoardScroller::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, color-mix(in srgb, var(--color-secondary) 88%, white 8%), color-mix(in srgb, var(--color-primary) 90%, white 8%)) padding-box}.feedBoard__content{grid-template-columns:minmax(0,1fr) 396px;gap:24px;padding:22px 24px 28px;display:grid}.feedStoriesSection,.feedContentColumn,.feedPostsList,.feedRightRail,.feedCreatorList,.feedActivityList,.feedSpotlightList{flex-direction:column;gap:18px;display:flex}.feedContentColumn{justify-self:center;width:min(100%,680px)}.feedStoriesBar{gap:16px;padding-bottom:4px;display:flex;overflow-x:auto}.feedStoryItem{color:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;flex:0 0 78px;align-items:center;gap:7px;display:flex}.feedStoryItem__avatar{background:linear-gradient(135deg, var(--color-secondary), var(--color-text-primary));border-radius:50%;place-items:center;width:66px;height:66px;padding:3px;display:grid}.feedStoryItem[data-accent=secondary] .feedStoryItem__avatar{background:linear-gradient(135deg, var(--color-secondary), #ffb347)}.feedStoryItem[data-accent=text] .feedStoryItem__avatar{background:linear-gradient(135deg, var(--color-text-primary), var(--color-primary))}.feedStoryItem[data-accent=create] .feedStoryItem__avatar{border:1px solid color-mix(in srgb, var(--color-warning) 58%, transparent);color:var(--color-warning);background:#ffffff0a}.feedStoryItem__avatar img{object-fit:cover;border:3px solid #16181d;border-radius:50%;width:100%;height:100%}.feedStoryItem__label{color:#fff;font-size:.86rem}.feedStoryItem__meta{color:color-mix(in srgb, var(--color-text-secondary) 48%, transparent);font-size:.72rem}.feedToolbar,.feedToolbar__actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.feedToolbar{justify-content:space-between;width:100%}.feedToolbar__actions{width:100%}.feedTabs{background:#ffffff08;border-radius:14px;gap:8px;padding:5px;display:inline-flex}.feedTabs button,.feedCreateButton,.feedFollowButton,.feedComposerModal__ghost,.feedEventPill,.feedPostExpandButton,.feedSidebarLink{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;text-decoration:none;transition:transform .2s,background .2s,color .2s;display:inline-flex}.feedTabs button{min-height:38px;color:color-mix(in srgb, var(--color-text-secondary) 58%, transparent);background:0 0;padding:0 16px}.feedTabs button[data-active=true]{background:color-mix(in srgb, var(--color-warning) 16%, #ffffff05);color:#fff}.feedCreateButton,.feedFollowButton{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;min-height:42px;padding:0 16px;font-weight:700;box-shadow:0 12px 30px #9c27b03d}.feedExpandedModal__eventMeta strong,.feedExpandedModal__comments h3,.feedCommentItem strong,.feedSidebarCard h3{color:#fff}.feedSidebarCard p,.feedComposerModal__dropzone span,.feedExpandedModal__caption p,.feedExpandedModal__eventMeta span,.feedCommentItem span,.feedCommentItem p{color:color-mix(in srgb, var(--color-text-secondary) 72%, transparent)}.feedPageStateCard,.feedPaginationStatus{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;padding:18px}.feedPageStateCard{flex-direction:column;gap:12px;display:flex}.feedPageStateCard strong,.feedPaginationStatus{color:#fff}.feedPageStateCard p,.feedExpandedModal__emptyText{color:color-mix(in srgb, var(--color-text-secondary) 72%, transparent);margin:0}.feedPageStateCard--error{border-color:color-mix(in srgb, var(--color-danger,#ff6b6b) 48%, transparent)}.feedPaginationStatus{text-align:center;font-size:.92rem}.feedPaginationStatus[data-complete=true]{color:color-mix(in srgb, var(--color-text-secondary) 82%, transparent)}.feedPostCard,.feedSidebarCard{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;overflow:hidden}.feedPostCard--media,.feedPostCard--textOnly{padding:14px;position:relative}.feedPostCard--media{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;padding:0;overflow:visible}.feedPostCard--textOnly{background:linear-gradient(#28273cf2,#1c1b2ceb)}.feedPostCard__header--floating{z-index:2;justify-content:space-between;align-items:center;gap:12px;display:flex;position:absolute;top:14px;left:14px;right:14px}.feedPostCard__header--textOnly{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex;position:relative;inset:auto}.feedAuthorBlock,.feedCreatorCard,.feedCreatorCard__profile,.feedActivityItem,.feedPostMetrics{align-items:center;gap:12px;display:flex}.feedAuthorBlock__avatar,.feedCreatorCard__profile img,.feedActivityItem img,.feedCommentItem__avatar{object-fit:cover;border-radius:50%;width:38px;height:38px}.feedAuthorBlock strong,.feedCreatorCard__profile strong,.feedSpotlightCard strong{color:#fff;display:block}.feedAuthorBlock span,.feedCreatorCard__profile span,.feedSpotlightCard span,.feedActivityItem p{color:color-mix(in srgb, var(--color-text-secondary) 62%, transparent);font-size:.86rem}.feedAuthorBlock__copy{flex-direction:column;gap:2px;min-width:0;display:flex}.feedAuthorBlock__identity{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.feedPostCard--media .feedAuthorBlock__identity strong,.feedPostCard--media .feedAuthorBlock__identity span,.feedPostCard--media .feedAuthorBlock__event{color:#fff;text-shadow:0 2px 18px #0000008c}.feedAuthorBlock__event{color:color-mix(in srgb, var(--color-text-secondary) 78%, transparent);margin:0;font-size:.92rem}.feedPostCard__headerActions{align-items:center;gap:8px;display:flex}.feedPostIconButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f0f1475;border:0;border-radius:999px;place-items:center;width:42px;height:42px;display:grid}.feedPostCard__visual{background:#ffffff05;border-radius:12px;position:relative;overflow:hidden}.feedPostCard__singleMedia{cursor:pointer;background:0 0;border:0;width:100%;padding:0;display:block}.feedMediaFrame{width:100%}.feedMediaFrame__asset{border-radius:12px;width:100%;height:auto;display:block}.feedMediaFrame--expanded .feedMediaFrame__asset{object-fit:contain;max-height:calc(100dvh - 120px)}.feedCarousel{position:relative}.feedCarousel__viewport{cursor:pointer;background:0 0;border:0;width:100%;padding:0;display:block}.feedCarousel__nav{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0e8a;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.feedCarousel__nav--prev{left:12px}.feedCarousel__nav--next{right:12px}.feedCarousel__dots{z-index:2;gap:8px;display:inline-flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.feedCarousel__dot{cursor:pointer;background:#ffffff57;border:0;border-radius:50%;width:8px;height:8px}.feedCarousel__dot[data-active=true]{background:#fff}.feedPostCard__overlayCopy{z-index:1;background:linear-gradient(#0000 0%,#070709d1 64%,#070709f2 100%);padding:28px 18px 18px;position:absolute;bottom:0;left:0;right:0}.feedPostCard__overlayCopy p{color:#fff;max-width:calc(100% - 72px);margin:0;font-size:clamp(1rem,1.5vw,1.08rem);line-height:1.45}.feedPostCard__sideActions{z-index:2;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;bottom:18px;right:14px}.feedPostCard__textLayout{position:relative}.feedPostCard__textLayout .feedPostCard__sideActions{bottom:18px;right:14px}.feedPostReactionButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0e8a;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:52px;min-height:52px;padding:8px 6px;display:inline-flex}.feedPostReactionButton span{font-size:.78rem;line-height:1}.feedPostReactionButton[data-active=true]{color:var(--color-secondary)}.feedPostCard__body{padding:14px 6px 4px}.feedPostCard__caption{color:color-mix(in srgb, var(--color-text-secondary) 92%, transparent);margin:0 0 10px}.feedPostMetrics{flex-wrap:wrap;gap:14px}.feedPostMetrics span{color:color-mix(in srgb, var(--color-text-secondary) 62%, transparent);align-items:center;gap:7px;font-size:.84rem;display:inline-flex}.feedPostExpandButton,.feedSidebarLink{color:var(--color-warning);background:0 0;font-size:.84rem}.feedPostCard__textCanvas{color:#fff;text-align:center;cursor:pointer;background:0 0;border:0;place-items:center;width:100%;min-height:420px;padding:70px 120px 56px 44px;display:grid}.feedPostCard__textCanvas p{margin:0;font-size:clamp(1.35rem,3vw,1.8rem);font-weight:600;line-height:1.45}.feedSidebarCard{padding:18px}.feedSidebarCard__topline{color:#fff;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;font-weight:600;display:flex}.feedCreatorCard,.feedActivityItem{justify-content:space-between}.feedActivityItem{align-items:start}.feedActivityItem p{margin:0;line-height:1.45}.feedActivityItem strong,.feedActivityItem span{color:#fff}.feedTrendingGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.feedTrendingCard{background:#ffffff06;border-radius:18px;display:block;overflow:hidden}.feedTrendingCard img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.feedSpotlightCard{background:#ffffff06;border-radius:18px;grid-template-columns:84px minmax(0,1fr);align-items:center;gap:12px;padding:8px;text-decoration:none;display:grid}.feedSpotlightCard img{aspect-ratio:1;object-fit:cover;border-radius:14px;width:100%;height:100%;display:block}.feedComposerModal,.feedExpandedModal{width:100%}.feedComposerModal__panel{background:linear-gradient(#22252c 0%,#1a1c22 100%);border:1px solid #ffffff14;border-radius:28px;width:min(520px,100vw - 24px);box-shadow:0 30px 80px #0000006b}.feedComposerModal__body{padding:28px}.feedComposerModal__close,.feedExpandedModal__close{color:#fff;cursor:pointer;background:#ffffff0d;border:0;border-radius:50%;width:36px;height:36px;font-size:1.5rem;position:absolute;top:14px;right:14px}.feedComposerModal__panel h2{text-align:center;color:#fff;margin-bottom:20px}.feedComposerModal__tabs{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.feedComposerModal__tabs button{min-height:40px;color:color-mix(in srgb, var(--color-text-secondary) 54%, transparent);background:0 0;border:0;border-radius:12px}.feedComposerModal__tabs button[data-active=true]{background:color-mix(in srgb, var(--color-warning) 18%, #ffffff08);color:var(--color-warning);font-weight:700}.feedComposerModal__dropzone{text-align:center;color:#fff;background:#ffffff05;border:1px dashed #ffffff1f;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:220px;margin-top:18px;display:flex}.feedComposerModal__actions{justify-content:end;gap:12px;margin-top:18px;display:flex}.feedExpandedModal__panel{background:#111218f2;border:1px solid #ffffff14;border-radius:28px;grid-template-columns:minmax(0,1.2fr) 380px;width:min(1320px,100vw - 32px);max-height:calc(100dvh - 32px);display:grid;overflow:hidden;box-shadow:0 30px 90px #00000080}.feedExpandedModal__mediaColumn{min-width:0;padding:16px;overflow:auto}.feedExpandedModal__sidebar{border-left:1px solid #ffffff0f;flex-direction:column;gap:18px;padding:22px 20px;display:flex;overflow-y:auto}.feedExpandedModal__author{justify-content:space-between;align-items:center;gap:12px;display:flex}.feedExpandedModal__eventMeta{flex-direction:column;gap:8px;display:flex}.feedExpandedModal__eventMeta span,.feedExpandedModal__stats span{align-items:center;gap:8px;display:inline-flex}.feedExpandedModal__stats{flex-wrap:wrap;gap:12px;display:flex}.feedExpandedModal__stats span{color:color-mix(in srgb, var(--color-text-secondary) 78%, transparent)}.feedExpandedModal__comments{flex-direction:column;gap:16px;display:flex}.feedCommentItem{align-items:flex-start;gap:12px;display:flex}.feedCommentItem p{margin-top:4px}.feedExpandedModal__textOnly{text-align:center;place-items:center;min-height:calc(100dvh - 120px);padding:40px;display:grid}.feedExpandedModal__textOnly p{color:#fff;max-width:18ch;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:600;line-height:1.4}@media (width<=1280px){.feedBoard__content{grid-template-columns:1fr}.feedRightRail{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;display:grid}}@media (width<=980px){.feedAppShell{grid-template-columns:1fr}.feedSidebarColumn{height:auto;position:static}.feedBoard{height:auto}.feedBoardScroller{overflow:visible}}@media (width<=760px){.feedLoginOverlay{align-items:end;padding:14px}.feedLoginOverlay__card{padding:20px 16px}.feedBoard__content{padding:14px}.feedToolbar,.feedToolbar__actions{flex-direction:column;align-items:flex-start}.feedRightRail{grid-template-columns:1fr;width:100%}.feedExpandedModal__panel{grid-template-columns:1fr}.feedExpandedModal__sidebar{border-top:1px solid #ffffff0f;border-left:0}.feedPostCard__overlayCopy p{max-width:100%}}@media (prefers-reduced-motion:reduce){.feedPage,.feedAppShell,.feedAccessLayer:before,.feedLoginOverlay{transition:none;animation:none}}.profilePage{min-height:100vh;padding-top:var(--header-height);background:radial-gradient(circle at top left, color-mix(in srgb, var(--color-primary) 12%, transparent), transparent 28%), radial-gradient(circle at top right, color-mix(in srgb, var(--color-secondary) 12%, transparent), transparent 22%), linear-gradient(180deg, #111216 0%, #1a1d23 100%);color:var(--color-text-secondary);font-family:var(--font-sans)}.profileShell{grid-template-columns:320px minmax(0,1fr);width:100%;display:grid}.profileShell--noSidebar{grid-template-columns:minmax(0,1fr)}.profileSidebarColumn{top:var(--header-height);height:calc(100dvh - var(--header-height));position:sticky}.profileBoard{min-width:0;height:calc(100dvh - var(--header-height));overflow:hidden}.profileBoardScroller{height:100%;padding:24px;overflow-y:auto}.profileBoardContent{grid-template-columns:340px minmax(0,760px);justify-content:center;align-items:start;gap:24px;display:grid}.profileMainColumn,.profilePostsSection{flex-direction:column;gap:18px;display:flex}.profileHeroCard,.profileStateCard,.profilePostCard,.profileSideCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff05;border:1px solid #ffffff12;border-radius:16px}.profileHeroCard--sticky{position:sticky;top:24px}.profileHeroCard{overflow:hidden}.profileHeroCard__banner{background:linear-gradient(120deg, color-mix(in srgb, var(--color-warning) 85%, #ff7b00) 0 35%, transparent 35% 100%), linear-gradient(180deg, #2c3138, #232830);height:180px}.profileHeroCard__body{margin-top:-42px;padding:0 24px 24px}.profileHeroCard__avatar{object-fit:cover;border:4px solid #181b22;border-radius:50%;width:84px;height:84px}.profileHeroCard__identity h1{color:#fff;margin:12px 0 4px}.profileHeroCard__identity p{color:color-mix(in srgb, var(--color-text-secondary) 72%, transparent);align-items:center;gap:6px;margin:0;display:inline-flex}.profileHeroCard__bio{max-width:38ch;color:color-mix(in srgb, var(--color-text-secondary) 76%, transparent);margin:14px 0 0}.profileHeroCard__tags{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.profileHeroCard__tags span{color:color-mix(in srgb, var(--color-text-secondary) 84%, transparent);border:1px solid #ffffff1f;border-radius:999px;padding:4px 10px;font-size:.78rem}.profileHeroCard__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.profileHeroCard__stats div{flex-direction:column;gap:4px;display:flex}.profileHeroCard__stats strong,.profilePostsSection__header h2,.profileSideCard h3{color:#fff}.profileHeroCard__stats span,.profilePostCard__body small,.profileSideCard li{color:color-mix(in srgb, var(--color-text-secondary) 68%, transparent)}.profileHeroCard__actions{margin-top:18px}.profileHeroCard__feedback{color:color-mix(in srgb, var(--color-error) 82%, white 18%);margin:10px 0 0;font-size:.86rem}.profilePrimaryButton{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-weight:700;display:inline-flex}.profilePrimaryButton:disabled{opacity:.7;cursor:wait}.profilePostsSection__header h2{margin:0}.profilePostsSection__titleBar h2{color:#fff;margin:0}.profilePostsSection__header{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.profilePostsSection__header span{color:color-mix(in srgb, var(--color-text-secondary) 70%, transparent);align-items:center;gap:8px;font-size:.88rem;display:inline-flex}.profilePostsList{flex-direction:column;gap:14px;display:flex}.profilePostCard{overflow:hidden}.profilePostCard__header,.profilePostCard__author{justify-content:space-between;align-items:center;gap:12px;display:flex}.profilePostCard__header{padding:12px 14px}.profilePostCard__author{justify-content:flex-start}.profilePostCard__author img{object-fit:cover;border-radius:50%;width:38px;height:38px}.profilePostCard__author strong{color:#fff}.profilePostCard__author span,.profilePostCard__header small{color:color-mix(in srgb, var(--color-text-secondary) 66%, transparent);font-size:.82rem}.profilePostCard img,.profilePostCard video{aspect-ratio:16/10;object-fit:cover;background:#0003;width:100%;max-height:520px;display:block}.profilePostCard__emptyMedia{min-height:200px;color:color-mix(in srgb, var(--color-text-secondary) 62%, transparent);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;place-items:center;display:grid}.profilePostCard__body{padding:14px}.profilePostCard__body p{color:#fff;margin:8px 0 0}.profilePostCard__meta{color:color-mix(in srgb, var(--color-text-secondary) 72%, transparent);align-items:center;gap:14px;margin-top:10px;display:flex}.profilePostCard__meta span{align-items:center;gap:6px;display:inline-flex}.profilePaginationStatus{color:#fff;text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:14px 16px;font-size:.9rem}.profilePaginationStatus[data-complete=true]{color:color-mix(in srgb, var(--color-text-secondary) 72%, transparent)}.profileStateCard{padding:18px}.profileStateCard strong{color:#fff}.profileStateCard p{color:color-mix(in srgb, var(--color-text-secondary) 75%, transparent);margin:6px 0 0}.profileStateCard strong{align-items:center;gap:8px;display:inline-flex}.profileStateCard--error{border-color:color-mix(in srgb, var(--color-error) 55%, transparent)}.profileStateCard--private{border-color:color-mix(in srgb, var(--color-warning) 55%, transparent)}@media (width<=1120px){.profileBoardContent{grid-template-columns:1fr}.profileHeroCard--sticky{position:static}}@media (width<=980px){.profileShell{grid-template-columns:1fr}.profileSidebarColumn{height:auto;position:static}.profileBoard{height:auto}.profileBoardScroller{padding:14px;overflow:visible}}@media (width<=760px){.profilePostCard img,.profilePostCard video{max-height:340px}}._page_fppwe_1{background:radial-gradient(circle at 0 0,#9c27b024,#0000 28%),radial-gradient(circle at 100% 0,#ff008024,#0000 22%),#17171d;min-height:100vh}._main_fppwe_9{width:min(1180px,100vw - 32px);margin:0 auto;padding:2rem 0 4rem}._toolbar_fppwe_15{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}._backLink_fppwe_23{color:var(--color-text-secondary);align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}._hero_fppwe_31{background:#1f1f28eb;border:1px solid #ffffff14;border-radius:24px;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;display:grid;box-shadow:0 24px 60px #0000003d}._eyebrow_fppwe_42{color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.12em;margin:0 0 .5rem;font-size:.78rem}._hero_fppwe_31 h1,._emptyState_fppwe_51 h2,._summaryCard_fppwe_52 h2,._panelHeader_fppwe_53 h2{color:#fff;margin:0}._hero_fppwe_31 p,._emptyState_fppwe_51 p,._panelHeader_fppwe_53 p,._loginNotice_fppwe_61 p,._itemHeader_fppwe_62 p,._itemMeta_fppwe_63,._appliedCoupon_fppwe_64,._field_fppwe_65 span,._helperText_fppwe_66,._infoCard_fppwe_67 p,._confirmationRow_fppwe_68 p{color:#eaeaead1}._stepper_fppwe_72{flex-wrap:wrap;gap:.75rem;display:flex}._stepItem_fppwe_78{color:#eaeaead1;background:#ffffff08;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.6rem;padding:.75rem 1rem;display:inline-flex}._stepCurrent_fppwe_89{color:#fff;background:#4fc3f71f;border-color:#4fc3f780}._stepDone_fppwe_95{color:#fff;background:#03dac61f;border-color:#03dac659}._stepIcon_fppwe_101{justify-content:center;align-items:center;display:inline-flex}._layout_fppwe_107{grid-template-columns:minmax(0,1.9fr) minmax(300px,.9fr);gap:1.25rem;display:grid}._itemsColumn_fppwe_113{gap:1rem;display:grid}._itemCard_fppwe_118,._summaryCard_fppwe_52,._panel_fppwe_53,._emptyState_fppwe_51{background:#1f1f28eb;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 20px 50px #00000038}._itemCard_fppwe_118{grid-template-columns:180px minmax(0,1fr);gap:1rem;padding:1rem;display:grid}._itemMedia_fppwe_135 img,._itemMediaFallback_fppwe_136{border-radius:18px;width:100%;height:100%;min-height:150px}._itemMedia_fppwe_135 img{object-fit:cover}._itemMediaFallback_fppwe_136{color:#fff;background:linear-gradient(135deg,#9c27b04d,#4fc3f742);justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:flex}._itemBody_fppwe_157{flex-direction:column;gap:1rem;display:flex}._itemHeader_fppwe_62{justify-content:space-between;gap:1rem;display:flex}._itemHeader_fppwe_62 h3,._confirmationRow_fppwe_68 strong,._priceBlock_fppwe_171 strong,._summaryTotal_fppwe_172 dd,._confirmationTotal_fppwe_173 strong{color:#fff}._itemMeta_fppwe_63{flex-wrap:wrap;gap:.75rem;font-size:.92rem;display:flex}._itemFooter_fppwe_184{justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:auto;display:flex}._quantityControl_fppwe_192{border:1px solid #ffffff1a;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}._quantityControl_fppwe_192 button,._iconButton_fppwe_201,._paymentMethod_fppwe_202,._primaryButton_fppwe_203,._secondaryButton_fppwe_204,._ghostButton_fppwe_205,._toast_fppwe_206 button{cursor:pointer;transition:all .2s}._quantityControl_fppwe_192 button{color:#fff;background:0 0;border:0;width:40px;height:40px}._quantityControl_fppwe_192 span{text-align:center;color:#fff;min-width:42px}._priceBlock_fppwe_171{flex-direction:column;align-items:flex-end;gap:.15rem;display:flex}._priceBlock_fppwe_171 small{color:#eaeaeab3}._iconButton_fppwe_201{width:38px;height:38px;color:var(--color-text-tertiary);background:#ff80ab14;border:1px solid #ff80ab40;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}._summaryCard_fppwe_52,._panel_fppwe_53,._emptyState_fppwe_51{padding:1.5rem}._couponRow_fppwe_254,._actionRow_fppwe_255,._paymentGrid_fppwe_256{gap:.75rem;display:flex}._couponRow_fppwe_254 input,._field_fppwe_65 select{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;width:100%;padding:.9rem 1rem}._appliedCoupon_fppwe_64{color:var(--color-success);margin:.75rem 0 0}._summaryList_fppwe_276{gap:.75rem;margin:1.25rem 0;display:grid}._summaryList_fppwe_276 div,._confirmationRow_fppwe_68,._confirmationTotal_fppwe_173{justify-content:space-between;gap:1rem;display:flex}._summaryList_fppwe_276 dt{color:#eaeaeac2}._summaryList_fppwe_276 dd{color:#fff;margin:0}._summaryTotal_fppwe_172{border-top:1px solid #ffffff14;padding-top:.9rem}._primaryButton_fppwe_203,._secondaryButton_fppwe_204,._ghostButton_fppwe_205{border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:.85rem 1.2rem;font-weight:600;text-decoration:none;display:inline-flex}._primaryButton_fppwe_203{color:#fff;background:linear-gradient(135deg,#ff0080,#9c27b0);border:0}._secondaryButton_fppwe_204{color:#fff;background:#4fc3f729;border:0}._ghostButton_fppwe_205{color:#fff;background:0 0;border:1px solid #ffffff1f}._loginNotice_fppwe_61{gap:.85rem;display:grid}._emptyState_fppwe_51{text-align:center;color:#fff;justify-items:center;gap:.85rem;padding-block:3rem;display:grid}._panelHeader_fppwe_53{margin-bottom:1.5rem}._paymentGrid_fppwe_256{flex-wrap:wrap;margin-bottom:1.25rem}._paymentMethod_fppwe_202{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;flex:170px;justify-content:center;align-items:center;gap:.5rem;min-height:52px;display:inline-flex}._paymentMethodActive_fppwe_371{background:#4fc3f71f;border-color:#4fc3f78c}._formBlock_fppwe_376{gap:1rem;margin-bottom:1.25rem;display:grid}._field_fppwe_65{gap:.5rem;display:grid}._helperText_fppwe_66{margin:0;font-size:.92rem}._infoCard_fppwe_67{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;gap:.35rem;margin-bottom:1.25rem;padding:1rem;display:grid}._infoCard_fppwe_67 strong{color:#fff}._confirmationList_fppwe_406{gap:.85rem;margin-bottom:1.5rem;display:grid}._confirmationRow_fppwe_68{border-bottom:1px solid #ffffff14;padding:1rem 0}._confirmationTotal_fppwe_173{color:#fff;padding:1rem 0 1.5rem}._toast_fppwe_206{color:#fff;z-index:40;background:#14141af2;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex;position:fixed;bottom:16px;right:16px}._toast_fppwe_206 button{color:var(--color-text-primary);background:0 0;border:0}._dialogOverlay_fppwe_443{z-index:50;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}._dialog_fppwe_443{background:#1f1f28;border:1px solid #ffffff14;border-radius:24px;width:min(420px,100%);padding:1.4rem}._dialog_fppwe_443 h3,._dialog_fppwe_443 p{color:#fff;margin-top:0}._dialog_fppwe_443 p{color:#eaeaeacc}@media (width<=900px){._layout_fppwe_107,._itemCard_fppwe_118{grid-template-columns:1fr}}@media (width<=640px){._main_fppwe_9{width:min(100vw - 20px,100%);padding-top:1rem}._toolbar_fppwe_15,._itemFooter_fppwe_184,._actionRow_fppwe_255,._couponRow_fppwe_254{flex-direction:column}._priceBlock_fppwe_171{align-items:flex-start}._toast_fppwe_206{bottom:12px;left:12px;right:12px}}.termsPageShell{background:radial-gradient(circle at 8% 0,#ff008029,#0000 35%),radial-gradient(circle at 92% 4%,#4fc3f724,#0000 34%),linear-gradient(#0f1014 0%,#171a22 68%,#101217 100%);min-height:100vh}.termsPage{min-height:calc(100vh - 220px);padding:calc(var(--header-height) + 20px) 24px 46px}.termsHero,.termsLayout{max-width:1180px;margin-left:auto;margin-right:auto}.termsHero{grid-template-columns:1.45fr minmax(0,1fr);gap:14px;margin-bottom:18px;display:grid}.termsHero__content,.termsHero__highlights{border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 22px 52px #00000040}.termsHero__content{background:linear-gradient(130deg,#9c27b054,#ff00803d 42%,#ffffff08 100%),#151823;padding:24px}.termsHero__eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#ffffffc7;margin:0;font-size:.75rem}.termsHero__content h1{color:#fff;max-width:17ch;margin:10px 0;font-size:clamp(1.55rem,2.2vw,2.45rem);line-height:1.2}.termsHero__description{color:#f4f4f8db;max-width:58ch;margin:0;font-size:.95rem;line-height:1.7}.termsHero__highlights{background:#0d0f15d9;flex-direction:column;gap:10px;padding:14px;display:flex}.termsHero__highlights article{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:10px;min-height:54px;padding:0 14px;font-size:.85rem;display:flex}.termsLayout{grid-template-columns:290px minmax(0,1fr);align-items:start;gap:16px;display:grid}.termsNavCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);top:calc(var(--header-height) + 14px);background:#0e1117e0;border:1px solid #ffffff1a;border-radius:18px;padding:16px;position:sticky}.termsNavCard__header h2{color:#fff;margin:0;font-size:1rem}.termsNavCard__header small{color:#ebebf099;font-size:.8rem}.termsNavCard__empty{color:#ebebf0b3;font-size:.92rem}.termsNavList{flex-direction:column;gap:8px;margin-top:12px;display:flex}.termsNavButton{color:#f2f2f8d6;cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:10px;width:100%;min-height:44px;padding:0 12px;transition:all .22s;display:inline-flex}.termsNavButton:hover{color:#fff;border-color:#ffffff42;transform:translateY(-1px)}.termsNavButton--active{color:#fff;background:linear-gradient(120deg,#ff00802e,#9c27b033);border-color:#ff008099;box-shadow:inset 0 0 0 1px #ffffff0d}.termsContentCard{background:#f9f9fb;border:1px solid #ffffff24;border-radius:18px;overflow:hidden;box-shadow:0 24px 50px #00000047}.termsContentCard__header{background:linear-gradient(#fff 0%,#f8f8fc 100%);border-bottom:1px solid #e8e8ef;padding:20px 24px}.termsContentCard__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#7b7d8e;margin:0;font-size:.72rem}.termsContentCard__header h3{color:#1e202a;margin:6px 0 0;font-size:1.25rem}.termsState{color:#2a2d37;padding:20px 24px}.termsState--error strong{color:#b0314a}.termsDocument{padding:20px 24px 24px}.termsDocument__content{color:#252736;font-size:.98rem;line-height:1.72}.termsDocument__content p,.termsDocument__content li{margin:0 0 12px}.termsDocument__content h1,.termsDocument__content h2,.termsDocument__content h3,.termsDocument__content h4,.termsDocument__content strong{color:#161823}.termsDocument__content h1,.termsDocument__content h2,.termsDocument__content h3,.termsDocument__content h4{margin:22px 0 10px;line-height:1.3}.termsDocument__content ol,.termsDocument__content ul{margin:0 0 16px;padding-left:22px}.termsDocument__content a{color:#145cc9;text-decoration:underline}@media (width<=1080px){.termsHero,.termsLayout{grid-template-columns:1fr}.termsNavCard{position:static}.termsNavList{flex-flow:wrap}.termsNavButton{width:auto;min-width:220px}}@media (width<=720px){.termsPage{padding:calc(var(--header-height) + 12px) 12px 26px}.termsHero__content,.termsHero__highlights,.termsNavCard,.termsContentCard{border-radius:14px}.termsContentCard__header,.termsDocument,.termsState{padding-left:16px;padding-right:16px}.termsNavButton{width:100%;min-width:0}}.footerBasePageShell{background:radial-gradient(circle at 15% 15%, #9c27b033, transparent 40%), radial-gradient(circle at 85% 0%, #2979ff3d, transparent 45%), var(--color-bg);color:#f6f7fb;min-height:100vh}.footerBasePageMain{min-height:calc(100vh - 280px);padding:calc(var(--header-height) + 44px) 24px 72px}.footerBasePageCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#14141e9e;border:1px solid #ffffff14;border-radius:20px;width:min(880px,100%);margin:0 auto;padding:clamp(28px,5vw,56px);box-shadow:0 20px 45px #00000057}.footerBasePageEyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffff9e;margin-bottom:14px;font-size:.8rem}.footerBasePageCard h1{color:#fff;margin:0;font-size:clamp(2rem,5vw,3.4rem);line-height:1.05}.footerBasePageCard p{color:#ffffffc7;max-width:66ch;margin:18px 0 0;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.7}.authPageContainer{background:var(--color-bg);flex-direction:column;justify-content:center;align-items:center;height:100dvh;min-height:100dvh;display:flex;position:relative;overflow:hidden}.authPageBackground{z-index:0;width:100%;height:100%;position:absolute;inset:0}.authPageBackgroundVideo{object-fit:cover;object-position:center;filter:blur(2px);opacity:.8;width:100%;height:100%}.authPageBackgroundImage{object-fit:cover;object-position:bottom;filter:blur(4px);opacity:.7;width:100%;height:100%}.authPageBackgroundOverlay{background:linear-gradient(#000c 0%,#0009 50%,#000c 100%);position:absolute;inset:0}.authPageContent{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:600px;max-height:100dvh;margin:0 auto;padding:0 1rem;display:flex;position:relative}.authPageLogo{text-decoration:none}.authPageLogoImage{object-fit:contain}.authPageCard{border-radius:var(--radius-md);box-shadow:var(--shadow-card);background:#222228;width:100%;max-width:500px;overflow:hidden}.authPageCardSignup{max-width:600px;overflow-y:auto}.authPageLogoContainer{background:var(--color-bg);justify-content:center;align-items:center;padding:.5rem 0;display:flex}.authPageLogoContainer .authPageLogo{justify-content:center;align-items:center;text-decoration:none;display:flex}.authPageLogoContainer .authPageLogoImage{object-fit:contain;width:250px;height:100px;transition:transform .2s}.authPageLogoContainer .authPageLogo:hover .authPageLogoImage{transform:scale(1.05)}.authPageTabs{background:var(--color-bg);display:flex;position:relative}.authPageTab{cursor:pointer;color:var(--color-text-secondary);text-align:center;background:0 0;border:none;flex:1;padding:1rem 1.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.authPageTab:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.authPageTab:hover:before{transform:translate(100%)}.authPageTab:hover{color:var(--color-text-primary);transform:translateY(-1px)}.authPageTab:disabled{opacity:.6;cursor:not-allowed;transform:none}.authPageTabActive{background:var(--color-surface);color:var(--color-text-primary);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.authPageTabContent{padding:1.5rem;position:relative;overflow:hidden}.authPageTabContentInner{opacity:1;transition:opacity .2s ease-out,transform .2s ease-out;transform:translateY(0)}.authPageTabContentInner.entering{opacity:0;transform:translateY(5px)}.authPageTabContentInner.authPageLeaving{opacity:0;transform:translateY(-5px)}.authPageWelcomeSection{text-align:center;margin-top:.5rem;margin-bottom:.5rem}.authPageWelcomeTitle{color:var(--color-text-primary);font-size:1.5rem;font-weight:700;font-family:var(--font-sans);margin-bottom:.5rem}.authPageWelcomeSubtitle{color:var(--color-text-secondary);font-size:.875rem;line-height:1.4}.authPageForm{flex-direction:column;gap:1rem;padding-top:.25rem;display:flex}.authPageFormGrid{grid-template-columns:1fr;gap:10px;display:grid}.authPageFormGridTwo{grid-template-columns:1fr}.authPageFormGridThree{grid-template-columns:1fr;align-items:center}.authPageForgotPassword{text-align:right;margin-top:-.75rem}.authPageForgotPasswordLink{color:var(--color-text-primary);font-size:.875rem;text-decoration:none;transition:color .2s}.authPageForgotPasswordLink:hover{color:#a594f9cc}.authPageSubmitButton{text-align:center;cursor:pointer;width:100%;box-shadow:var(--shadow-card);border:none;border-radius:6px;justify-content:center;align-items:center;height:46px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;line-height:1.2;transition:all .3s;display:flex;position:relative;overflow:hidden;color:#fff!important;background:#ff0080!important}.authPageSubmitButton:hover:not(:disabled),.authPageSubmitButton:active,.authPageSubmitButton:focus{color:#fff!important;background:#ff0080!important}.authPageSubmitButton:disabled{background:#ff0080!important}.authPageDivider{margin-top:-.25rem;margin-bottom:-.25rem;position:relative}.authPageSocialButtonsContainer{flex-direction:row;gap:.75rem;width:100%;display:flex}.authPageSocialButtonsContainer>*{flex:1;justify-content:center;align-items:center;min-width:0;height:46px;display:flex}.authPageSocialLoginButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);border:1px solid #ffffff26;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;height:46px;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.authPageSocialLoginButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.authPageSocialLoginButton:hover:before{left:100%}.authPageSocialLoginButton:hover:not(:disabled){background:linear-gradient(135deg,#ffffff26 0%,#ffffff14 100%);border-color:#a594f966;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.authPageSocialLoginButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.authPageSocialLoginIcon{z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative}.authPageAppleButtonWrapper{justify-content:center;align-items:center;height:100%;display:flex}.authPageAppleButtonWrapper :global(*){min-height:46px;height:100%!important}.authPageDividerLine{align-items:center;display:none;position:absolute;inset:0}.authPageDividerLine:before{content:"";background:var(--card-border);width:100%;height:1px}.authPageDividerText{color:var(--color-text-tertiary);justify-content:center;font-size:.875rem;display:none;position:relative}.authPageDividerText span{background:var(--color-bg);color:var(--color-text-secondary);padding:0 1rem}.authPageCheckboxContainer{border-radius:var(--radius-lg);cursor:pointer;margin-top:.5rem;margin-bottom:.5rem;transition:all .3s}.authPageCheckboxContainer:hover{border-color:#a594f980}.authPageCheckboxWrapper{align-items:flex-start;gap:.75rem;display:flex}.authPageCheckboxInput{opacity:0;pointer-events:none;position:absolute}.authPageCheckboxCustom{justify-content:center;align-items:center;margin-top:.125rem;display:flex;position:relative}.authPageCheckboxBox{border:2px solid var(--card-border);border-radius:.25rem;justify-content:center;align-items:center;width:1rem;height:1rem;transition:all .2s;display:flex}.authPageCheckboxContainer:hover .authPageCheckboxBox{border-color:#a594f9b3}.authPageCheckboxChecked{background:var(--color-secondary);border-color:var(--color-secondary);box-shadow:0 0 0 1px var(--color-secondary)}.authPageCheckboxIcon{color:#fff;width:.625rem;height:.625rem}.authPageCheckboxLabel{color:var(--color-text-primary);cursor:pointer;flex:1;font-size:.875rem;font-weight:500;line-height:1.25;transition:color .2s}.authPageCheckboxContainer:hover .authPageCheckboxLabel{color:var(--color-secondary)}.authPageCheckboxLink{color:var(--color-secondary);font-weight:600;text-decoration:none}.authPageCheckboxLink:hover{color:#a594f9cc;text-decoration:underline}.authPageCheckboxError{color:var(--color-error);font-weight:700}.authPageCheckboxErrorContainer{color:var(--color-error);align-items:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;display:flex}.authPageCheckboxErrorIcon{width:1rem;height:1rem}@media (width<=768px){.authPageContainer{padding-bottom:0}.authPageBackgroundVideo{filter:blur(3px);opacity:.7}.authPageContent{max-width:100%;padding:0 .75rem}.authPageCard{max-width:100%;margin:0 .5rem}.authPageCardSignup{max-width:100%}.authPageLogoContainer{padding:1rem 0}.authPageLogoContainer .authPageLogoImage{width:150px;height:75px}.authPageTab{padding:.875rem 1rem;font-size:.875rem}.authPageTabContent{padding:1rem}.authPageWelcomeTitle{margin-bottom:.25rem;font-size:1.25rem}.authPageWelcomeSubtitle{font-size:.8rem}.authPageForm{gap:1rem}.authPageFormGridTwo,.authPageFormGridThree{grid-template-columns:1fr}.authPageSocialButtonsContainer{flex-direction:column;gap:.75rem}.authPageSocialButtonsContainer>*{height:48px}.authPageSocialLoginButton{height:48px;padding:.75rem 1rem;font-size:.9rem}.authPageAppleButtonWrapper :global(*){min-height:48px}.authPageSubmitButton{justify-content:center;align-items:center;height:48px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;line-height:48px;display:flex}.authPageCheckboxContainer{padding:.625rem}.authPageCheckboxLabel{font-size:.8rem}.authPageMethodOption{padding:.875rem 1rem}.authPageMethodIcon{width:2rem;height:2rem}.authPageMethodTitle{font-size:.9rem}.authPageMethodDescription{font-size:.8rem}.authPageSignupMethodHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.authPageBackButton{padding:.5rem .625rem;font-size:.8rem}}@media (width>=769px) and (width<=1024px){.authPageContent{max-width:500px}.authPageCardSignup{max-width:550px}.authPageFormGridTwo{grid-template-columns:1fr 1fr}.authPageFormGridThree{grid-template-columns:200px 1fr auto}.authPageFormGridTwoWide{grid-template-columns:62.5% 37.5%;align-items:start;gap:10px}.authPageFormGridThreeWide{grid-template-columns:62.5% 37.5% auto;align-items:center;gap:10px}}@media (width>=1025px){.authPageFormGridTwo{grid-template-columns:1fr 1fr}.authPageFormGridThree{grid-template-columns:200px 1fr auto}.authPageFormGridTwoWide{grid-template-columns:60% calc(40% - 10px);align-items:start;gap:10px}.authPageFormGridThreeWide{grid-template-columns:62.5% 37.5% auto;align-items:center;gap:10px}}.authPageCard{animation:.3s ease-out fadeIn}.authPageLoading{opacity:.7;pointer-events:none}.authPageTabContent::-webkit-scrollbar{width:4px}.authPageTabContent::-webkit-scrollbar-track{background:0 0}.authPageTabContent::-webkit-scrollbar-thumb{background:#a594f94d;border-radius:2px}.authPageTabContent::-webkit-scrollbar-thumb:hover{background:#a594f980}.authPageSignupMethodSelection{flex-direction:column;display:flex}.authPageMethodOptions{flex-direction:column;gap:.75rem;display:flex}.authPageMethodIcon{border-radius:var(--radius-md);width:2.5rem;height:2.5rem;color:var(--color-secondary);background:#a594f91a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.authPageMethodContent{flex-direction:column;flex:1;display:flex}.authPageMethodTitle{color:var(--color-text-primary);margin:0;font-size:1rem;font-weight:600}.authPageMethodDescription{color:var(--color-text-secondary);margin:0;font-size:.875rem}.authPageMethodArrow{color:var(--color-secondary);opacity:.7;font-size:1.25rem;font-weight:600;transition:all .2s}.authPageMethodOption:hover .authPageMethodArrow{opacity:1;transform:translate(4px)}.authPageSignupMethodHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.authPageBackButton{border:1px solid var(--card-border);border-radius:var(--radius-md);color:var(--color-text-secondary);cursor:pointer;background:#2319424d;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:all .2s;display:flex}.authPageBackButton:hover:not(:disabled){color:var(--color-text-primary);background:#23194280;border-color:#a594f980}.authPageBackButton:disabled{opacity:.6;cursor:not-allowed}.authPageSignupMethodHeader .authPageMethodTitle{color:var(--color-text-primary);margin:0;font-size:1.25rem;font-weight:700}.authPageSocialSignupContainer{flex-direction:column;gap:1.5rem;display:flex}.authPageSocialSignupContainer .authPageSocialButtonsContainer{flex-direction:column;gap:1rem;width:100%;display:flex}.authPageSocialSignupContainer .authPageSocialButtonsContainer>*{flex:1;justify-content:center;align-items:center;min-width:0;height:46px;display:flex}.authPageMethodOptions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.authPageMethodOption{cursor:pointer;text-align:left;color:inherit;border:1px solid #444;border-radius:6px;align-items:center;gap:.75rem;width:100%;padding:1rem;font-family:inherit;transition:all .2s;display:flex}.authPageMethodOption:hover{box-shadow:0 4px 12px #00000026}.authPageMethodOption:disabled{opacity:.6;cursor:not-allowed;transform:none}.authPageMethodIcon{border-radius:var(--radius-sm);background:var(--color-bg);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.authPageMethodContent{flex:1}.authPageMethodTitle{color:var(--color-text-primary);font-size:.9rem;font-weight:600}.authPageMethodDescription{color:var(--color-text-secondary);font-size:.8rem;line-height:1.3}.authPageSocialDataInfo{border-radius:var(--radius-sm);color:var(--color-text-primary);background:#4fc3f71a;border:1px solid #4fc3f74d;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.authPageSocialDataIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InputContainer{flex-direction:column;display:flex}.InputLabel{font-size:var(--font-size-label);color:#fff;font-weight:500;display:block}.InputRequired{color:var(--color-error)}.InputInputWrapper{height:var(--height-input);align-items:center;display:flex;position:relative}.InputIcon{color:var(--color-surface);pointer-events:none;width:1.1rem;height:1.1rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.InputIconHidden{display:none}.InputInput{border:2px solid var(--bg-input);background-color:var(--bg-input);color:#fff;width:100%;font-size:var(--font-size-input);border-radius:6px;padding-left:1rem;padding-right:1rem;line-height:1.5;outline:none!important}.InputInput:focus,.InputInput:active{border:2px solid var(--bg-input)!important}.InputInput:disabled{opacity:.8;cursor:not-allowed;background-color:#41414d80}.InputInput::placeholder{color:#ffffffb3}.InputInputWithIcon{padding-left:2.5rem}.InputInputWithToggle{padding-right:3rem}.InputInputError{border-color:var(--color-error)}.InputInputError:focus{border-color:var(--color-error);box-shadow:0 0 0 2px #ef444433}.InputInputRequiredError{background-color:#ef44440d;border-color:var(--color-error)!important}.InputInputRequiredError:focus{border-color:var(--color-error)!important;box-shadow:0 0 0 2px #ef444433!important}.InputPasswordToggle{cursor:pointer;color:var(--color-text-tertiary);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s ease-in-out;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.InputPasswordToggle:hover{color:var(--color-text-secondary)}.InputPasswordToggleIcon{width:1.25rem;height:1.25rem}.InputErrorMessage{color:var(--color-error);align-items:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;display:flex}.InputErrorIcon{flex-shrink:0;width:1rem;height:1rem}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;margin:0;padding:0}html,body{width:100%;height:100%;font-family:var(--font-sans)}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none}:root{--color-bg:#1a1a1f;--color-surface:#2979ff;--color-primary:#9c27b0;--color-secondary:#ff0080;--color-text-primary:#4fc3f7;--color-text-secondary:#eaeaea;--color-text-tertiary:#ff80ab;--color-success:#03dac6;--color-error:#cf6679;--color-warning:#ffb74d;--card-border:#94a3b8;--font-sans:"Poppins", "ui-sans-serif", "system-ui", "sans-serif";--radius-sm:6px;--radius-md:10px;--radius-lg:12px;--shadow-card:0 6px 20px #0000002e;--shadow-card-hover:0 18px 30px #00000040;--header-height:100px;--bg-page:#222228;--bg-input:#41414d;--text-secondary:#fff;--height-input:3rem;--height-control:var(--height-input);--font-size-input:.875rem;--font-size-label:.825rem;--page-internal-size-max-desktop:1200px;--page-internal-size-desktop:62.5dvw;--border-input:#707084;--padding-internal:25px 0 35px 0}body{background-color:var(--bg-page);color:var(--color-text-secondary);line-height:1.5;font-family:Poppins,"ui-sans-serif","system-ui","sans-serif"!important}html{background-color:var(--bg-page)}*{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--color-secondary) 42%, var(--color-primary)) transparent;font-family:Poppins,"ui-sans-serif","system-ui","sans-serif"!important}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#ffffff14}::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--color-secondary), var(--color-primary)) padding-box;border:3px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, color-mix(in srgb, var(--color-secondary) 88%, white 8%), color-mix(in srgb, var(--color-primary) 90%, white 8%)) padding-box}#root{flex-direction:column;min-height:100vh;display:flex}.global-loader-overlay{z-index:9999;background:var(--background-color);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.global-loader-content{border-radius:var(--radius-md);background:var(--surface-color);box-shadow:var(--shadow-sm);align-items:center;gap:10px;padding:14px 18px;display:flex}.global-loader-spinner{border:2px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite global-spin}.global-toast-stack{z-index:9999;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:16px;right:16px}.global-toast{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--surface-color);color:var(--text-primary);box-shadow:var(--shadow-sm);cursor:pointer;padding:10px 12px}.global-toast-success{border-color:var(--secondary-color)}.global-toast-warning,.global-toast-error{border-color:var(--primary-color)}@keyframes global-spin{to{transform:rotate(360deg)}}.footerTransitionContent{view-transition-name:footer-pages-content}.transicao-v1::view-transition-group(footer-pages-content){animation-duration:.7s}.transicao-v1::view-transition-new(footer-pages-content){animation:.7s cubic-bezier(.16,1,.3,1) both slide-up-full}.transicao-v1::view-transition-old(footer-pages-content){animation:.7s cubic-bezier(.16,1,.3,1) both shrink-out}.transicao-v1.back-transition::view-transition-new(footer-pages-content){animation:.7s cubic-bezier(.16,1,.3,1) both grow-in}.transicao-v1.back-transition::view-transition-old(footer-pages-content){z-index:10;animation:.7s cubic-bezier(.16,1,.3,1) both slide-down-full}.transicao-v1::view-transition-old(root){animation:none}.transicao-v1::view-transition-new(root){animation:none}::view-transition-group(main-header){mix-blend-mode:normal;animation:none}::view-transition-old(main-header){mix-blend-mode:normal;animation:none}::view-transition-new(main-header){mix-blend-mode:normal;animation:none}@keyframes slide-up-full{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes slide-down-full{0%{transform:translateY(0)}to{transform:translateY(100vh)}}@keyframes shrink-out{to{opacity:0;transform:scale(.9)}}@keyframes grow-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
