.auth-input-container{position:fixed;top:60%;left:50%;transform:translate(-50%,60%);z-index:3000;width:100%;max-width:320px;padding:0 20px;opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.auth-input-positioned-by-parent .auth-input-container{position:relative;top:auto;left:auto;bottom:auto;transform:none;padding:0;max-width:none}.auth-back-btn{position:absolute;top:-44px;left:0;display:inline-flex;align-items:center;gap:6px;padding:10px 16px;background:#00000080;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#ffffffbf;font-family:Michroma,Share Tech Mono,Courier New,monospace;font-size:13px;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.auth-back-btn:hover{color:#fff;background:#000000b3;border-color:#fff3}.auth-back-btn:active{transform:scale(.98)}.auth-input-container.visible .auth-back-btn{animation:fadeSlideDown .3s ease .3s both}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-input-container.visible{opacity:1}.auth-input-container.fade-out{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.auth-input-container.verifying{pointer-events:none}.auth-toggle{display:flex;position:relative;background:#0009;border-radius:30px;padding:4px;margin-bottom:24px;border:1px solid rgba(255,255,255,.1)}.toggle-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:transparent;border:none;color:#ffffff80;font-family:Michroma,Share Tech Mono,Courier New,monospace;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;z-index:2}.toggle-btn.active{color:#fff}.toggle-icon{font-size:16px}.toggle-slider{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:linear-gradient(135deg,#0e92decc,#0e92de99);border-radius:26px;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 10px #0e92de66}.toggle-slider.email{transform:translate(100%)}.auth-input-field-only{animation:authInputSlideUp .6s cubic-bezier(.4,0,.2,1);opacity:1;transform:translateY(0) scale(1);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.auth-input-field-only.fade-out{opacity:0;transform:translateY(-30px) scale(.95)}@keyframes authInputSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-input-field{position:relative;border-radius:12px;overflow:hidden;background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0006,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a}.auth-input-field.focused{border-color:#0e92de99;box-shadow:0 0 0 3px #0e92de1a,0 0 20px #0e92de33,0 8px 32px #0006}.auth-input-field.valid{border-color:#22c55e99;box-shadow:0 0 0 3px #22c55e1a,0 0 20px #22c55e33,0 8px 32px #0006}.auth-input{width:100%;padding:16px 20px;background:transparent;border:none;outline:none;color:#fff;font-size:18px;font-family:Michroma,Share Tech Mono,Courier New,monospace;letter-spacing:1px;position:relative;z-index:2;text-align:center}.auth-input::placeholder{color:#fff6;font-family:inherit}.auth-input-glow{position:absolute;inset:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.05),transparent);opacity:0;transition:opacity .3s ease;pointer-events:none}.auth-input-field.focused .auth-input-glow{opacity:1}.auth-submit-btn{width:100%;margin-top:16px;background:linear-gradient(135deg,#0e92de33,#0e92de1a);border:1px solid rgba(14,146,222,.3);border-radius:12px;padding:14px 24px;color:#fff9;font-size:14px;font-weight:600;font-family:Michroma,Share Tech Mono,Courier New,monospace;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:8px}.auth-submit-btn.active{background:linear-gradient(135deg,#0e92decc,#0e92de99);border-color:#0e92decc;color:#fff;box-shadow:0 0 20px #0e92de66,0 4px 12px #0000004d;transform:translateY(-1px)}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.button-arrow{font-size:16px;transition:transform .3s ease}.auth-submit-btn.active:hover .button-arrow{transform:translate(4px)}@media(max-width:480px){.auth-input-container{transform:translate(-50%,50%);padding:0 16px;top:auto;bottom:50%}.auth-input-positioned-by-parent .auth-input-container{transform:none;bottom:auto;padding:0}.auth-input-container:focus-within{transform:translate(-50%,60%)}.auth-input-positioned-by-parent .auth-input-container:focus-within{transform:none}.auth-toggle{margin-bottom:20px}.toggle-btn{padding:10px 12px;font-size:12px}.toggle-icon{font-size:14px}.auth-input{font-size:16px;padding:14px 16px}.auth-submit-btn{padding:12px 20px;font-size:13px}}.auth-input-field.access-granted{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e33,0 0 30px #22c55e66,0 8px 32px #0006;animation:accessPulse .6s ease-out}@keyframes accessPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.access-animation{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#22c55e1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;z-index:10;animation:accessFadeIn .3s ease-out}@keyframes accessFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.access-checkmark{font-size:48px;color:#22c55e;animation:checkmarkBounce .6s ease-out .2s both}@keyframes checkmarkBounce{0%{transform:scale(0) rotate(-45deg);opacity:0}50%{transform:scale(1.2) rotate(0)}to{transform:scale(1) rotate(0);opacity:1}}.access-particles{position:absolute;inset:0;pointer-events:none}.access-particle{position:absolute;width:4px;height:4px;background:#22c55e;border-radius:50%;box-shadow:0 0 10px #22c55ecc;animation:particleExplode .6s ease-out var(--delay) both}.access-particle:nth-child(1){top:20%;left:20%}.access-particle:nth-child(2){top:20%;left:80%}.access-particle:nth-child(3){top:80%;left:20%}.access-particle:nth-child(4){top:80%;left:80%}.access-particle:nth-child(5){top:50%;left:10%}.access-particle:nth-child(6){top:50%;left:90%}.access-particle:nthchild(7){top:10%;left:50%}.access-particle:nth-child(8){top:90%;left:50%}@keyframes particleExplode{0%{transform:scale(0) translate(0);opacity:1}50%{opacity:1}to{transform:scale(0) translate(20px,-20px);opacity:0}}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;height:var(--vh, 100vh);background:#000000b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:5000;animation:backdropFadeIn .4s cubic-bezier(.4,0,.2,1);will-change:opacity,backdrop-filter}@keyframes backdropFadeIn{0%{opacity:0;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px)}to{opacity:1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}}.modal{background:#0f0f19cc;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 25px 50px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a;width:90%;max-width:480px;max-height:90vh;overflow:hidden;position:relative;animation:cardSlideUp .4s cubic-bezier(.4,0,.2,1);will-change:transform}@keyframes cardSlideUp{0%{transform:translateY(50px) scale(.8);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes cardSlideOut{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(50px) scale(.8);opacity:0}}@media(min-width:769px){.modal.closing{animation:cardSlideOut .4s cubic-bezier(.4,0,.2,1)}.modal-backdrop.closing{animation:backdropFadeOut .4s cubic-bezier(.4,0,.2,1)}@keyframes backdropFadeOut{0%{opacity:1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}to{opacity:0;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px)}}}.modal:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff0d,#ffffff05,#ffffff0d);pointer-events:none;z-index:1}.modal-header{position:absolute;top:16px;right:16px;z-index:10}.modal-drag-pill{display:none}.modal-drag-pill-handle{width:40px;height:4px;background:#ffffff4d;border-radius:2px;margin:0 auto;transition:background .2s ease}.modal-close{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fffc;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000004d;animation:closeButtonAppear .3s cubic-bezier(.4,0,.2,1);animation-delay:.4s;animation-fill-mode:both}@keyframes closeButtonAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.modal-close:hover{background:#fff3;color:#fff;transform:scale(1.1);box-shadow:0 6px 20px #0006}.modal-content{padding:32px 24px;position:relative;z-index:2;animation:contentSlideUp .4s cubic-bezier(.4,0,.2,1);animation-delay:.1s;animation-fill-mode:both;display:flex;flex-direction:column;gap:32px;min-height:0}.modal-content.no-padding{padding:0;gap:0;overflow:visible}@media(max-width:768px){.modal-backdrop{align-items:flex-start;justify-content:center;padding-top:5vh;padding-bottom:env(safe-area-inset-bottom)}.modal{width:100%;max-width:none;height:95vh;height:calc(var(--vh, 100vh) * .95);border-radius:24px 24px 0 0;border-bottom:none;animation:shelfSlideUp .4s cubic-bezier(.4,0,.2,1);margin:0;cursor:grab;touch-action:none;-webkit-tap-highlight-color:transparent;display:flex;flex-direction:column;overflow:hidden}.modal:active{cursor:grabbing}.modal button,.modal a{touch-action:manipulation;cursor:pointer;pointer-events:auto}.modal-content{touch-action:pan-y;overscroll-behavior-y:contain}.modal-drag-pill{display:flex;position:sticky;top:0;left:0;right:0;height:32px;z-index:11;align-items:center;justify-content:center;padding-top:12px;pointer-events:none}.modal-header{display:none}@keyframes shelfSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes shelfSlideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.modal.closing{animation:shelfSlideDown .4s cubic-bezier(.4,0,.2,1)}.modal-backdrop.closing{animation:backdropFadeOut .4s cubic-bezier(.4,0,.2,1)}@keyframes backdropFadeOut{0%{opacity:1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}to{opacity:0;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px)}}.modal-content{padding:48px 20px 24px;gap:24px;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.modal-content.no-padding{padding:0;gap:0;overflow:visible;position:relative}body.modal-open{overscroll-behavior-y:none}}@media(max-width:480px){.modal{height:95vh;height:calc(var(--vh, 100vh) * .95)}.modal-content{padding:44px 16px 20px;gap:20px}.modal-content.no-padding{padding:0;gap:0;overflow:visible}}.position-badge{position:absolute;top:0;right:0;width:50px;height:50px;background:#0f0f19e6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;clip-path:polygon(0 0,100% 0,100% 100%);display:flex;align-items:flex-start;justify-content:flex-end;padding:6px 8px 8px 6px;font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:12px;font-weight:700;color:#fff;z-index:2;box-shadow:none}.position-badge.position-gold{background:linear-gradient(135deg,#462523,#cb9b51 22%,#f6e27a 45%,#f6f2c0,#f6e27a 55%,#cb9b51 78%,#462523);border:none;color:#0f0f19f2;box-shadow:-2px 2px 8px #cb9b5180;clip-path:polygon(0 0,100% 0,100% 100%);backdrop-filter:none;-webkit-backdrop-filter:none}.position-badge.position-silver{background:linear-gradient(135deg,#c0c0c0f2,#a9a9a9f2);border:none;color:#0f0f19f2;box-shadow:-2px 2px 8px #c0c0c080;clip-path:polygon(0 0,100% 0,100% 100%);backdrop-filter:none;-webkit-backdrop-filter:none}.position-badge.position-bronze{background:linear-gradient(135deg,#cd7f32f2,#b87333f2);border:none;color:#fff;box-shadow:-2px 2px 8px #cd7f3280;clip-path:polygon(0 0,100% 0,100% 100%);backdrop-filter:none;-webkit-backdrop-filter:none}.position-badge.position-over-9{clip-path:none;border-radius:0 0 0 8px;width:auto;min-width:50px;height:36px;padding:6px 10px;justify-content:center;align-items:center}@media(max-width:768px){.position-badge{width:45px;height:45px;font-size:11px;padding:5px 7px 7px 5px}.position-badge.position-over-9{min-width:45px;height:32px;padding:5px 8px}}@media(max-width:480px){.position-badge{width:40px;height:40px;font-size:10px;padding:5px 7px 7px 5px}.position-badge.position-over-9{min-width:40px;height:28px;padding:5px 8px}}.collection-success-modal .modal-backdrop{z-index:6000}.collection-success-modal .modal{max-width:500px;width:90%;margin:auto;position:relative}.collection-success-modal .modal-content{position:relative}.collection-success-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 32px;min-height:400px}.collection-success-close{position:absolute;top:20px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff9;cursor:pointer;transition:all .2s ease;z-index:100;padding:0}.collection-success-close:hover{color:#fffc;transform:scale(1.1)}.collection-success-close:active{transform:scale(.95)}@media(max-width:768px){.collection-success-close{display:none}}.collection-success-icon{width:80px;height:80px;border-radius:50%;background:#22c55e33;display:flex;align-items:center;justify-content:center;margin-bottom:24px;animation:scaleIn .4s cubic-bezier(.4,0,.2,1)}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.collection-success-title{font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:28px;font-weight:700;color:#fff;margin:0 0 20px;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) .1s both}.collection-success-position{font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:48px;font-weight:700;color:#fff;background:#0f0f19e6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;border-radius:16px;padding:16px 32px;margin:0 0 24px;box-shadow:none;animation:positionPulse .6s cubic-bezier(.4,0,.2,1) .2s both;letter-spacing:2px}.collection-success-position.position-gold{background:linear-gradient(135deg,#462523,#cb9b51 22%,#f6e27a 45%,#f6f2c0,#f6e27a 55%,#cb9b51 78%,#462523);color:#0f0f19f2;box-shadow:0 0 30px #cb9b5180,inset 0 1px #fff3;backdrop-filter:none;-webkit-backdrop-filter:none}.collection-success-position.position-silver{background:linear-gradient(135deg,#c0c0c0f2,#a9a9a9f2);color:#0f0f19f2;box-shadow:0 0 30px #c0c0c080,inset 0 1px #fff3;backdrop-filter:none;-webkit-backdrop-filter:none}.collection-success-position.position-bronze{background:linear-gradient(135deg,#cd7f32f2,#b87333f2);color:#fff;box-shadow:0 0 30px #cd7f3280,inset 0 1px #fff3;backdrop-filter:none;-webkit-backdrop-filter:none}@keyframes positionPulse{0%{transform:scale(.5) rotate(-5deg);opacity:0}50%{transform:scale(1.1) rotate(2deg)}to{transform:scale(1) rotate(0);opacity:1}}.collection-success-text{color:#fffc;font-size:18px;margin:0 0 8px;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) .2s both}.collection-success-media-title{color:#fff;font-weight:600;font-size:22px;margin:0 0 16px;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) .3s both}.collection-success-limited{color:#fff9;font-size:14px;margin:0 0 32px;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) .4s both}.collection-success-limited-spacer{height:0;margin:0 0 32px}.collection-success-button{font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:18px;font-weight:700;color:#fff;background:#22c55e33;border:2px solid rgba(34,197,94,.5);border-radius:12px;padding:16px 48px;cursor:pointer;transition:all .2s ease;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) .5s both}.collection-success-button:hover{background:#22c55e4d;border-color:#22c55eb3;transform:translateY(-2px)}.collection-success-button:active{transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.collection-success-modal .modal{max-width:100%;width:100%;height:100%;border-radius:0;margin:0}.collection-success-content{min-height:100vh;padding:64px 24px;justify-content:space-between}.collection-success-icon{width:100px;height:100px;margin-bottom:32px}.collection-success-title{font-size:24px;margin-bottom:20px}.collection-success-position{font-size:36px;padding:12px 24px;margin-bottom:20px}.collection-success-text{font-size:16px;margin-bottom:12px}.collection-success-media-title{font-size:20px;margin-bottom:20px}.collection-success-limited{font-size:13px;margin-bottom:auto}}.item-card-wrapper{display:flex;flex-direction:column;width:100%;position:relative}.item-card-image-container{position:relative;width:100%;height:200px;min-height:200px;overflow:hidden;margin:0;flex-shrink:0;display:block}@keyframes contentSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.item-card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;margin:0;padding:0}.item-card-gradient-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(15,15,25,1) 100%);pointer-events:none;z-index:1}.item-card-body{position:relative;z-index:3;padding:32px 24px;animation:contentSlideUp .4s cubic-bezier(.4,0,.2,1);animation-delay:.2s;animation-fill-mode:both;width:100%;flex-shrink:0}.item-card-media{position:relative}.item-card-title{font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:28px;font-weight:700;color:#fff;margin:0 0 20px;text-align:center;letter-spacing:.5px;text-shadow:0 0 20px rgba(255,255,255,.3)}.item-card-description{margin-bottom:32px;color:#fff9;font-size:14px;line-height:1.6;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-weight:400;text-align:left;position:relative}.rich-text-content{color:#fff9}.rich-text-content p{display:block;margin:.5rem 0;color:inherit;line-height:inherit}.rich-text-content p:first-child{margin-top:0}.rich-text-content p:last-child{margin-bottom:0}.rich-text-content p:empty{min-height:.5rem;margin:.5rem 0}.item-card-description .show-more-text p{display:block;margin:.5rem 0;color:inherit;line-height:inherit}.item-card-description .show-more-text p:first-child{margin-top:0}.item-card-description .show-more-text p:last-child{margin-bottom:0}.item-card-description .show-more-text p:empty{min-height:.5rem;margin:.5rem 0}.rich-text-content ul,.rich-text-content ol{margin:.5rem 0;padding-left:1.5rem;color:inherit}.rich-text-content li{margin:.25rem 0;color:inherit}.rich-text-content strong{font-weight:600;color:#fffc}.rich-text-content em{font-style:italic;color:inherit}.rich-text-content code{background:#ffffff1a;padding:.125rem .375rem;border-radius:.25rem;font-family:ui-monospace,Courier New,monospace;font-size:.875em;color:#5b9bd5e6}.rich-text-content blockquote{border-left:3px solid rgba(91,155,213,.5);padding-left:1rem;margin:.5rem 0;color:#ffffff80;font-style:italic}.rich-text-content pre{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;padding:.75rem;margin:.5rem 0;font-family:ui-monospace,Courier New,monospace;font-size:.875em;overflow-x:auto;color:#ffffffb3}.rich-text-content pre code{background:transparent;padding:0;color:inherit}.item-card-description-content{display:inline-block;max-width:100%;vertical-align:top;transition:max-height .3s ease,overflow .3s ease}.item-card-description:not(.expanded){--desc-fade-h: 48px;-webkit-mask-image:linear-gradient(to bottom,black 0,black calc(100% - var(--desc-fade-h)),transparent 100%);mask-image:linear-gradient(to bottom,black 0,black calc(100% - var(--desc-fade-h)),transparent 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-position:0 0;mask-position:0 0}.item-card-description.expanded{-webkit-mask-image:none;mask-image:none}.show-more-link{display:inline;vertical-align:bottom;background:none;border:none;padding:0;color:#0e92dee6;font-weight:500;margin-left:6px;cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease;font-family:inherit;font-size:inherit;line-height:inherit}.show-more-link:hover{color:#0e92de;text-decoration-thickness:2px}@media(max-width:768px){.modal.item-card:not(.fan-map-card) .modal-content.no-padding{display:flex;flex-direction:column;min-height:0;overflow:visible;flex:1}.modal.item-card:not(.fan-map-card) .item-card-wrapper{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.modal.item-card:not(.fan-map-card) .item-card-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.modal.item-card:not(.fan-map-card) .item-card-title,.modal.item-card:not(.fan-map-card) .item-card-description{flex-shrink:0}@property --scroll-top-fade{syntax: "<number>"; inherits: false; initial-value: 0;}@property --scroll-bottom-fade{syntax: "<number>"; inherits: false; initial-value: 0;}.modal.item-card:not(.fan-map-card) .item-card-media{flex:1;min-height:0;max-height:55vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;display:flex;flex-direction:column;--fade-h: 24px;transition:--scroll-top-fade .3s ease-in-out,--scroll-bottom-fade .3s ease-in-out;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,calc(1 - var(--scroll-top-fade))) 0,black var(--fade-h),black calc(100% - var(--fade-h)),rgba(0,0,0,calc(1 - var(--scroll-bottom-fade))) 100%);mask-image:linear-gradient(to bottom,rgba(0,0,0,calc(1 - var(--scroll-top-fade))) 0,black var(--fade-h),black calc(100% - var(--fade-h)),rgba(0,0,0,calc(1 - var(--scroll-bottom-fade))) 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-position:0 0;mask-position:0 0}.modal.item-card:not(.fan-map-card) .item-card-media>div{flex-shrink:0;min-height:min-content}.modal.item-card:not(.fan-map-card) .item-card-media [class*=space-y]>div{flex-shrink:0;min-height:72px}.modal.item-card:not(.fan-map-card) .item-card-media::-webkit-scrollbar{width:6px}.modal.item-card:not(.fan-map-card) .item-card-media::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.modal.item-card:not(.fan-map-card) .item-card-media::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.item-card-wrapper{margin:-44px 0 0;width:100%;position:relative}.item-card-image-container{width:100%;margin:0;border-radius:24px 24px 0 0;height:160px;min-height:160px;z-index:1;position:relative;overflow:hidden}.item-card-body{padding:24px 20px}.item-card-title{font-size:24px}.item-card-description{font-size:13px;line-height:1.5}.item-card-description:not(.expanded){--desc-fade-h: 40px}}@media(max-width:480px){.item-card-wrapper{margin-top:-44px}.item-card-body{padding:20px 16px}.item-card-image-container{height:140px;min-height:140px;width:100%;margin:0;border-radius:24px 24px 0 0;z-index:1;overflow:hidden}.item-card-title{font-size:22px}.item-card-description{font-size:12px;line-height:1.5}.item-card-description:not(.expanded){--desc-fade-h: 36px}}.modal.fan-map-card{height:75vh;min-height:400px}@media(min-width:769px){.modal.fan-map-card{max-width:960px}.modal.item-card:not(.fan-map-card){display:flex;flex-direction:column;height:90vh;max-height:90vh}.modal.item-card:not(.fan-map-card) .modal-content.no-padding{display:flex;flex-direction:column;min-height:0;overflow:hidden;flex:1}.modal.item-card:not(.fan-map-card) .item-card-wrapper{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.modal.item-card:not(.fan-map-card) .item-card-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.modal.item-card:not(.fan-map-card) .item-card-title,.modal.item-card:not(.fan-map-card) .item-card-description{flex-shrink:0}.modal.item-card:not(.fan-map-card) .item-card-media{flex:1;min-height:0;max-height:50vh;overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain}.modal.item-card:not(.fan-map-card) .item-card-media::-webkit-scrollbar{width:6px}.modal.item-card:not(.fan-map-card) .item-card-media::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.modal.item-card:not(.fan-map-card) .item-card-media::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}}.fan-map-card .modal-content{position:absolute;inset:0;padding:0;overflow:hidden}.fan-map-card__content{position:relative;height:100%}.fan-map-card__map-wrapper{position:absolute;inset:0;width:100%;height:100%}.fan-map-card__dismiss-handle{display:none}.fan-map-card__map{position:absolute;inset:0;width:100%;height:100%;border:none;border-radius:0;background:#000}.fan-map-card__map.leaflet-container,.fan-map-card__map .leaflet-container{background:#000!important}.fan-map-card__map .leaflet-tile-pane{background:#000}.fan-map-card__map .fan-map-pin-wrapper.leaflet-marker-icon{background:none!important;border:none!important;overflow:visible!important;cursor:pointer}.fan-map-card__map .fan-map-pin{position:relative;display:flex;justify-content:center;width:48px;min-height:48px;pointer-events:none}.fan-map-card__map .fan-map-pin__image-wrap{position:relative;display:flex;justify-content:center;align-items:center}.fan-map-card__map .fan-map-pin__avatar{width:40px;height:40px;border-radius:10px;object-fit:cover;display:block;box-shadow:0 2px 8px #0006}.fan-map-card__map .fan-map-pin__badge{position:absolute;bottom:0;left:50%;transform:translate(-50%) translateY(50%);background:#0f0f19f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:4px 10px;font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:11px;font-weight:700;color:#fff;white-space:nowrap;box-shadow:0 2px 10px #0006,inset 0 1px #ffffff1a;z-index:2}.fan-map-card__map .fan-map-pin__badge--current{background:#e74c3cf2;border-color:#ffffff40}.fan-map-card__hold-overlay{position:absolute;inset:0;z-index:1;pointer-events:auto;touch-action:none}.fan-map-card__hold-indicator-wrapper{position:absolute;transform:translate(-50%,-50%);width:0;height:0;pointer-events:none;z-index:2}.fan-map-card__hold-ring{--hold-size: 72px;--hold-progress: 0;position:absolute;left:50%;top:50%;width:var(--hold-size);height:var(--hold-size);margin-left:calc(var(--hold-size) / -2);margin-top:calc(var(--hold-size) / -2);transform:scale(calc(.4 + .7 * var(--hold-progress)));transition:transform .08s linear;will-change:transform}.fan-map-card__hold-ring-inner{position:absolute;left:50%;top:50%;width:14px;height:14px;margin-left:-7px;margin-top:-7px;background:#fffffff2;border-radius:50%;box-shadow:0 0 0 2px #0000004d,0 0 20px #0e92de66;opacity:calc(.6 + .4 * var(--hold-progress));transition:opacity .08s linear;animation:fan-map-hold-pulse 1.2s ease-in-out infinite}@keyframes fan-map-hold-pulse{0%,to{box-shadow:0 0 0 2px #0000004d,0 0 20px #0e92de66;transform:scale(1)}50%{box-shadow:0 0 0 3px #0003,0 0 28px #0e92de99;transform:scale(1.08)}}.fan-map-card__hold-ring-outer{position:absolute;inset:-4px;border:3px solid rgba(255,255,255,.5);border-radius:50%;opacity:calc(.3 + .6 * var(--hold-progress));transition:opacity .08s linear}.fan-map-card__hold-ring-progress{position:absolute;inset:-12px;opacity:calc(.5 + .5 * var(--hold-progress));transition:opacity .08s linear}.fan-map-card__hold-ring-progress-svg{width:100%;height:100%;transform:rotate(-90deg)}.fan-map-card__hold-ring-progress-circle{stroke:#0e92def2;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:calc(283 * (1 - var(--hold-progress)));filter:drop-shadow(0 0 6px rgba(14,146,222,.5))}.fan-map-card__hold-ring--burst{animation:fan-map-hold-burst .45s cubic-bezier(.34,1.56,.64,1) forwards}.fan-map-card__hold-ring--burst .fan-map-card__hold-ring-inner,.fan-map-card__hold-ring--burst .fan-map-card__hold-ring-outer,.fan-map-card__hold-ring--burst .fan-map-card__hold-ring-progress{animation:fan-map-hold-burst-fade .4s ease-out forwards}@keyframes fan-map-hold-burst{0%{transform:scale(1.1);opacity:1}50%{transform:scale(1.7);opacity:1}to{transform:scale(2.2);opacity:0}}@keyframes fan-map-hold-burst-fade{to{opacity:0}}.fan-map-card__map-wrapper .fan-map-card__place-pin-help{position:absolute;left:0;right:0;top:0;width:100%;min-height:120px;padding:36px 20px 40px;background:linear-gradient(to bottom,rgba(15,15,25,.92) 0%,rgba(15,15,25,.5) 45%,rgba(15,15,25,.2) 75%,transparent 100%);pointer-events:none;z-index:2;text-align:center;animation:fan-map-help-in .35s ease-out}.fan-map-card__map-wrapper .fan-map-card__place-pin-help:before{content:"";position:absolute;inset:0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);mask-image:linear-gradient(to bottom,black 0%,black 40%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 40%,transparent 100%);pointer-events:none;z-index:-1}@keyframes fan-map-help-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.fan-map-card__map-wrapper .fan-map-card__place-pin-help-icon{display:inline;vertical-align:middle}.fan-map-card__map-wrapper .fan-map-card__place-pin-help-text{margin:0 auto;max-width:320px;font-size:17px;font-weight:700;line-height:1.4;color:#ffffffeb;font-family:Arial,Helvetica Neue,Helvetica,sans-serif}@media(max-width:768px){.modal.fan-map-card{height:95vh;height:calc(var(--vh, 100vh) * .95);min-height:0}.fan-map-card__dismiss-handle{display:block;position:absolute;top:0;left:0;right:0;height:56px;z-index:500}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.profile-card-socials{width:100%;margin-top:20px}.profile-card-socials__icons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.profile-card-social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:#fff;transition:opacity .2s ease,transform .2s ease,color .2s ease;border:none;background:none;padding:0;cursor:pointer;text-decoration:none}.profile-card-social-link:focus-visible{outline:2px solid rgba(91,155,213,.8);outline-offset:2px}.profile-card-social-link--vacant{border:2px dashed rgba(255,255,255,.35);background:#ffffff0f;opacity:.6;cursor:pointer}.profile-card-social-link--vacant:hover{opacity:.9;border-color:#ffffff80}.profile-card-social-link--vacant svg{opacity:.85}.profile-card-social-link--vacant:hover svg{opacity:1}.profile-card-social-link--connected{opacity:1}.profile-card-social-link--connected:hover{opacity:.85;transform:scale(1.05)}span.profile-card-social-link--vacant{cursor:default;pointer-events:none}span.profile-card-social-link--vacant:hover{opacity:.6}.profile-card-social-edit{margin-top:14px;padding:12px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px}.profile-card-social-edit__label{display:block;font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:11px;color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.profile-card-social-edit__hint{font-family:inherit;font-size:10px;font-weight:400;color:#ffffff52;margin:0 0 10px;line-height:1.35}.profile-card-social-edit__row{display:flex;flex-direction:column;gap:10px}.profile-card-social-edit__input{width:100%;box-sizing:border-box;padding:10px 12px;font-family:inherit;font-size:14px;color:#fff;background:#00000040;border:1px solid rgba(255,255,255,.2);border-radius:8px}.profile-card-social-edit__input::placeholder{color:#ffffff59}.profile-card-social-edit__input:focus{outline:none;border-color:#5b9bd5b3;box-shadow:0 0 0 2px #5b9bd533}.profile-card-social-edit__input:disabled{opacity:.6;cursor:not-allowed}.profile-card-social-edit__actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.profile-card-social-edit__btn{padding:8px 16px;font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:12px;border-radius:8px;border:none;cursor:pointer;transition:opacity .2s,background .2s}.profile-card-social-edit__btn:disabled{opacity:.6;cursor:not-allowed}.profile-card-social-edit__btn--remove{margin-right:auto;margin-left:0;padding:4px 8px 4px 0;background:none;border:none;color:#ffffff80;min-width:0}.profile-card-social-edit__btn--remove:hover:not(:disabled){color:#ffffffe6;background:none}.profile-card-social-edit__btn--cancel{background:#ffffff1a;color:#ffffffe6}.profile-card-social-edit__btn--cancel:hover:not(:disabled){background:#ffffff26}.profile-card-social-edit__btn--save{background:#5b9bd580;color:#fff}.profile-card-social-edit__btn--save:hover:not(:disabled){background:#5b9bd5b3}.profile-card-bio{margin-top:14px;width:100%}.profile-card-bio__text{font-size:13px;line-height:1.4;color:#fff9;margin:0;text-align:center;word-break:break-word}.profile-card-bio__text--editable{display:block;width:100%;background:none;border:none;padding:8px 0;cursor:pointer;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;text-align:center;transition:color .2s ease,opacity .2s ease}.profile-card-bio__text--editable:hover{color:#ffffffd9;opacity:.95}.profile-card-bio__text--editable:focus-visible{outline:2px solid rgba(91,155,213,.8);outline-offset:2px;border-radius:4px}.profile-card-bio-edit{margin-top:0;padding:12px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px}.profile-card-bio-edit__input{width:100%;box-sizing:border-box;padding:10px 12px;font-family:inherit;font-size:14px;color:#fff;background:#00000040;border:1px solid rgba(255,255,255,.2);border-radius:8px;resize:vertical;min-height:56px}.profile-card-bio-edit__input::placeholder{color:#ffffff59}.profile-card-bio-edit__input:focus{outline:none;border-color:#5b9bd5b3;box-shadow:0 0 0 2px #5b9bd533}.profile-card-bio-edit__input:disabled{opacity:.6;cursor:not-allowed}.profile-card-bio-edit__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:8px}.profile-card-bio-edit__counter{font-size:11px;color:#ffffff73;font-variant-numeric:tabular-nums}.profile-card-bio-edit__actions{display:flex;gap:10px}.profile-card .modal-content{display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden;padding-top:16px;padding-bottom:0;gap:0}@media(min-width:769px){.profile-card.modal{display:flex;flex-direction:column;height:90vh;max-height:90vh;overflow:hidden}.profile-card .modal-content{flex:1;min-height:0}}@media(max-width:768px){.profile-card .modal-content{padding-top:12px}.profile-card .profile-card-socials,.profile-card .profile-card-socials a,.profile-card .profile-card-socials button,.profile-card .profile-card-socials .profile-card-bio__text{touch-action:none}}@media(max-width:480px){.profile-card .modal-content{padding-top:8px}}.profile-card-tabs{display:flex;width:100%;position:relative;margin-top:auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);flex-shrink:0}.profile-card-tabs:before{content:"";position:absolute;top:0;left:0;width:33.333%;height:3px;background:linear-gradient(90deg,#5b9bd5cc,#5b9bd5,#5b9bd5cc);border-radius:0 0 2px 2px;transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 12px #5b9bd580}.profile-card-tabs[data-active-tab=profile]:before{transform:translate(0)}.profile-card-tabs[data-active-tab=collection]:before{transform:translate(100%)}.profile-card-tabs[data-active-tab=settings]:before{transform:translate(200%)}.profile-card-tab{display:flex;align-items:center;justify-content:center;flex:1;height:64px;background:none;border:none;padding:0;color:#fff6;cursor:pointer;transition:color .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.profile-card-tab:hover{color:#ffffffb3}.profile-card-tab.active{color:#fff}.profile-card-tab svg,.profile-card-tab-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);width:32px;height:32px;object-fit:contain;filter:brightness(0) invert(1) opacity(.4)}.profile-card-tab:hover .profile-card-tab-icon{filter:brightness(0) invert(1) opacity(.7)}.profile-card-tab.active svg,.profile-card-tab.active .profile-card-tab-icon{transform:scale(1.1);filter:brightness(0) invert(1) opacity(1)}.profile-card-tab-content{position:relative;width:100%;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.profile-card-profile-tab{animation:tabContentFadeIn .4s cubic-bezier(.4,0,.2,1);width:100%;overflow-y:auto;min-height:0;-webkit-overflow-scrolling:touch}.profile-card-collection-tab{animation:tabContentFadeIn .4s cubic-bezier(.4,0,.2,1);width:100%;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}@keyframes tabContentFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-card-image-container{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.profile-card-avatar{width:200px;height:200px;border-radius:12px;object-fit:contain}.profile-card-badge{position:absolute;bottom:0;left:50%;transform:translate(-50%) translateY(50%);background:#0f0f19f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:8px 20px;font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:16px;font-weight:700;color:#fff;white-space:nowrap;box-shadow:0 4px 16px #0006,inset 0 1px #ffffff1a;z-index:3}.profile-card-stats{display:flex;flex-direction:row;gap:12px;width:100%;justify-content:space-between;margin-top:24px}.profile-stat{display:flex;flex-direction:column;gap:8px;flex:1;text-align:center;justify-content:center;align-items:center}.profile-stat-value{display:flex;align-items:center;justify-content:center;min-height:32px}.profile-stat-label{font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:11px;font-weight:400;color:#ffffff80;text-transform:uppercase;letter-spacing:1px}.profile-stat-value{font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:16px;font-weight:700;color:#fff;letter-spacing:.5px;word-break:break-word;display:flex;align-items:center;justify-content:center;min-height:36px;line-height:1}.profile-stat-value:has(.profile-stat-total){align-items:center;justify-content:center}.profile-stat-value:has(.profile-stat-total) .profile-stat-total{transform:translateY(.4em)}.profile-stat-value.profile-stat-date{font-size:16px}.profile-stat-value.profile-stat-large{font-size:24px}.profile-stat-total{font-size:14px;color:#fff6;font-weight:400}.profile-card-collection-tab{width:100%;flex:1;min-height:0;display:flex;flex-direction:column}.profile-card-collected-section{margin-top:24px;width:100%;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;position:relative}.profile-card-collection-tab .profile-card-collected-section{margin-top:0;border-top:none;padding-top:0}.profile-card-collected-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-shrink:0}.profile-card-collection-tab .profile-card-collected-header{margin-bottom:16px}.profile-card-collected-title{font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:11px;font-weight:400;color:#ffffff80;text-transform:uppercase;letter-spacing:1px}.profile-card-collected-loading,.profile-card-collected-empty{font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:12px;color:#fff6;text-align:center;padding:20px}@property --scroll-top-fade{syntax: "<number>"; inherits: false; initial-value: 0;}@property --scroll-bottom-fade{syntax: "<number>"; inherits: false; initial-value: 0;}.profile-card-collected-grid{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow-x:visible;overflow-y:auto;padding-right:4px;padding-bottom:16px;position:relative;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;--fade-h: 24px;transition:--scroll-top-fade .3s ease-in-out,--scroll-bottom-fade .3s ease-in-out;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,calc(1 - var(--scroll-top-fade))) 0,black var(--fade-h),black calc(100% - var(--fade-h)),rgba(0,0,0,calc(1 - var(--scroll-bottom-fade))) 100%);mask-image:linear-gradient(to bottom,rgba(0,0,0,calc(1 - var(--scroll-top-fade))) 0,black var(--fade-h),black calc(100% - var(--fade-h)),rgba(0,0,0,calc(1 - var(--scroll-bottom-fade))) 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-position:0 0;mask-position:0 0}.profile-card-collected-grid .profile-card-collected-item{flex-shrink:0}.profile-card-collected-grid .profile-card-collected-item:has(.profile-card-collected-audio-card){min-height:72px}.profile-card-collected-grid::-webkit-scrollbar{width:6px}.profile-card-collected-grid::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.profile-card-collected-grid::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.profile-card-collected-grid::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.profile-card-collected-item{position:relative;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:border-color .2s ease;overflow:hidden}.profile-card-collected-item:has(.profile-card-collected-image){overflow:hidden}.profile-card-collected-item:has(.profile-card-collected-audio-card){overflow:hidden}.profile-card-collected-item:hover{border-color:#fff3}.profile-card-collected-item:has(.profile-card-collected-image){aspect-ratio:1}.profile-card-collected-image{width:100%;height:100%;object-fit:cover}.profile-card-collected-audio-card{display:flex;flex-direction:column;gap:8px;padding:12px;width:100%;position:relative;overflow:visible;min-height:fit-content;flex-shrink:0}.profile-card-collected-audio-title{font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:12px;font-weight:400;color:#fff;margin-bottom:4px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.profile-card-collected-audio-player{width:100%;min-width:0;overflow:visible;flex-shrink:0}.profile-card-collected-audio-card__lock-overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:12px;border:none;border-radius:8px;cursor:pointer;background:#28282da6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:background .2s ease,backdrop-filter .2s ease}.profile-card-collected-audio-card__lock-overlay:hover,.profile-card-collected-audio-card__lock-overlay:focus-visible{background:#232328cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-card-collected-audio-card__lock-overlay--active{background:#1c1c20eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.profile-card-collected-audio-card__lock-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#ffffffbf;font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:11px;text-align:center;line-height:1.35;max-width:200px;opacity:0;transform:scale(.95);transition:opacity .2s ease,transform .2s ease}.profile-card-collected-audio-card__lock-overlay--active .profile-card-collected-audio-card__lock-content{opacity:1;transform:scale(1)}.profile-card-collected-audio-card__lock-content svg{flex-shrink:0;color:#fff9}.profile-card-collected-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:10px;color:#fff6;text-transform:uppercase;background:#ffffff0d}.profile-card-settings-tab{width:100%;display:flex;flex-direction:column;animation:tabContentFadeIn .4s cubic-bezier(.4,0,.2,1)}.profile-card-settings-header{margin-bottom:16px}.profile-card-settings-tab .profile-card-collected-title{font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:11px;font-weight:400;color:#ffffff80;text-transform:uppercase;letter-spacing:1px}.profile-card-logout-btn{width:100%;padding:14px 20px;font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:14px;font-weight:700;color:#ffffffe6;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:10px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.profile-card-logout-btn:hover{background:#ff505033;border-color:#ff505066;color:#fff}.profile-card-collected-item-title{position:absolute;bottom:0;left:0;right:0;padding:6px 8px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:9px;color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media(max-width:768px){.profile-card-tabs{gap:6px;margin-bottom:20px;margin-top:0;padding-bottom:12px;padding-top:18px}.profile-card-tabs:before{height:2.5px}.profile-card-tab{height:56px}.profile-card-tab svg,.profile-card-tab-icon{width:28px;height:28px}.profile-card-avatar{width:160px;height:160px}.profile-card-badge{font-size:14px;padding:6px 16px;border-radius:16px}.profile-card-stats{gap:10px}.profile-stat{gap:6px}.profile-stat-label{font-size:10px}.profile-stat-value,.profile-stat-value.profile-stat-date{font-size:14px}.profile-stat-value.profile-stat-large{font-size:20px}.profile-stat-total{font-size:12px}.profile-card-collected-section{margin-top:20px;padding-top:16px}.profile-card-collected-grid{gap:8px}}@media(max-width:480px){.profile-card-tabs{gap:4px;margin-bottom:16px;margin-top:0;padding-bottom:10px;padding-top:16px}.profile-card-tabs:before{height:2px}.profile-card-tab{height:48px}.profile-card-tab svg,.profile-card-tab-icon{width:24px;height:24px}.profile-card-avatar{width:140px;height:140px}.profile-card-badge{font-size:12px;padding:5px 14px;border-radius:14px}.profile-card-stats{gap:8px;flex-wrap:wrap}.profile-stat{gap:5px;min-width:calc(33.333% - 6px)}.profile-stat-label{font-size:9px}.profile-stat-value,.profile-stat-value.profile-stat-date{font-size:12px}.profile-stat-value.profile-stat-large{font-size:16px}.profile-stat-total{font-size:10px}.profile-card-collected-section{margin-top:16px;padding-top:12px}.profile-card-collected-header{margin-bottom:12px}.profile-card-collected-title{font-size:10px}.profile-card-collected-grid{gap:6px}.profile-card-collected-item-title{font-size:8px;padding:4px 6px}}.public-fan-card .profile-card-tab-content{padding-bottom:24px;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0;display:flex;flex-direction:column;--fade-h: 24px;transition:--scroll-top-fade .3s ease-in-out,--scroll-bottom-fade .3s ease-in-out;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,calc(1 - var(--scroll-top-fade))) 0,black var(--fade-h),black calc(100% - var(--fade-h)),rgba(0,0,0,calc(1 - var(--scroll-bottom-fade))) 100%);mask-image:linear-gradient(to bottom,rgba(0,0,0,calc(1 - var(--scroll-top-fade))) 0,black var(--fade-h),black calc(100% - var(--fade-h)),rgba(0,0,0,calc(1 - var(--scroll-bottom-fade))) 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-position:0 0;mask-position:0 0}.public-fan-card__collection{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.public-fan-card__error{padding:20px;text-align:center;color:#ffffffb3;font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace}.public-fan-card__error button{display:block;margin:16px auto 0;padding:10px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;font-family:inherit}.public-fan-card__error button:hover{background:#ffffff26}.welcome-animation-container{position:fixed;top:0;left:0;width:100vw;height:100vh;height:var(--vh, 100vh);z-index:10000;pointer-events:none;transition:opacity .8s cubic-bezier(.4,0,.2,1)}.welcome-animation-container.fade-out{opacity:0}.welcome-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;transition:opacity .8s cubic-bezier(.4,0,.2,1)}.welcome-overlay.visible{opacity:1}.welcome-overlay.fade-out{opacity:0;transition:opacity .8s cubic-bezier(.4,0,.2,1)}.welcome-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transform:translate(-50%,-50%) scale(.8);transition:all .8s cubic-bezier(.4,0,.2,1);background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:60px 80px;box-shadow:0 8px 32px #0006,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a;min-width:400px}.welcome-content.visible{opacity:1;transform:translate(-50%,-50%) scale(1)}.welcome-content.fade-out{opacity:0;transform:translate(-50%,-50%) scale(.8);transition:all .8s cubic-bezier(.4,0,.2,1)}.welcome-text{display:flex;flex-direction:column;align-items:center;margin-bottom:40px;text-align:center;width:100%}.welcome-label{font-family:Orbitron,Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:48px;font-weight:800;color:#fff;letter-spacing:2px;margin-bottom:10px;animation:textFadeIn 2s ease-out .5s both;white-space:nowrap}@keyframes textFadeIn{0%{opacity:0;transform:translateY(20px)}50%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.welcome-number{position:relative;opacity:0;transform:scale(.5);transition:all .6s cubic-bezier(.4,0,.2,1);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}.welcome-number-subtitle{font-family:Orbitron,Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:14px;font-weight:600;color:#ffffffb3;letter-spacing:2px;text-transform:uppercase;animation:textFadeIn .6s ease-out both}.welcome-number.visible{opacity:1;transform:scale(1)}.number-display{font-family:Orbitron,Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:120px;font-weight:400;color:#0c4;text-shadow:0 0 15px rgba(0,204,68,.6),0 0 30px rgba(0,204,68,.3);letter-spacing:4px;text-align:center;transition:all .3s ease;animation:numberPulse .1s ease-out;min-width:300px;display:flex;justify-content:center;align-items:center}.number-display.explode{animation:numberExplode .6s ease-out;transform:scale(1.2)}.welcome-number-with-total{display:flex;align-items:baseline;flex-wrap:nowrap;gap:0}.welcome-number-total{display:inline-flex;align-items:baseline;font-size:.35em;line-height:1;vertical-align:baseline;color:#0ea6de;text-shadow:0 0 10px rgba(14,166,222,.5);margin-left:.15em}.welcome-number-sep{color:#0ea6de;font-weight:600}.welcome-total-value{min-width:1.2em;display:inline-block;text-align:left;color:inherit}@keyframes numberPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes numberExplode{0%{transform:scale(1);text-shadow:0 0 15px rgba(0,204,68,.6),0 0 30px rgba(0,204,68,.3)}50%{transform:scale(1.3);text-shadow:0 0 25px rgba(0,204,68,.8),0 0 50px rgba(0,204,68,.5)}to{transform:scale(1.2);text-shadow:0 0 15px rgba(0,204,68,.6),0 0 30px rgba(0,204,68,.3)}}.explosion-particles{position:absolute;top:50%;left:50%;width:0;height:0}.explosion-particle{position:absolute;width:6px;height:6px;background:linear-gradient(45deg,#0ea6de,#22c55e,#f59e0b);border-radius:50%;box-shadow:0 0 10px #0ea6decc,0 0 20px #0ea6de66;animation:particleExplode .8s ease-out var(--delay) both}@keyframes particleExplode{0%{transform:translate(-50%,-50%) scale(0);opacity:1}50%{transform:translate(calc(-50% + cos(var(--angle)) * var(--distance)),calc(-50% + sin(var(--angle)) * var(--distance))) scale(1);opacity:1}to{transform:translate(calc(-50% + cos(var(--angle)) * var(--distance)),calc(-50% + sin(var(--angle)) * var(--distance))) scale(0);opacity:0}}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border:3px solid rgba(14,166,222,.6);border-radius:50%;animation:pulseRing 1.5s ease-out infinite}@keyframes pulseRing{0%{transform:translate(-50%,-50%) scale(.8);opacity:1;border-width:3px}to{transform:translate(-50%,-50%) scale(2);opacity:0;border-width:1px}}.floating-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.floating-particle{position:absolute;width:4px;height:4px;background:#fff9;border-radius:50%;box-shadow:0 0 10px #fffc;animation:floatParticle 3s ease-in-out infinite;animation-delay:var(--delay);left:var(--x);top:var(--y)}@keyframes floatParticle{0%,to{transform:translateY(0) scale(1);opacity:.6}50%{transform:translateY(-20px) scale(1.2);opacity:1}}@media(max-width:768px){.welcome-content{padding:40px 60px;min-width:320px}.welcome-label{font-size:32px;letter-spacing:1px}.number-display{font-size:80px;letter-spacing:2px;min-width:200px}.pulse-ring{width:150px;height:150px}}@media(max-width:480px){.welcome-content{padding:20px 30px;min-width:100vw;width:100vw;height:100vh;height:var(--vh, 100vh);border-radius:0;border:none;background:#000000e6;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:none}.welcome-label{font-size:20px;letter-spacing:.5px}.number-display{font-size:48px;letter-spacing:1px;min-width:auto;max-width:90vw;word-wrap:break-word;overflow-wrap:break-word}.pulse-ring{width:100px;height:100px}}.global-audio-player{position:fixed;bottom:0;left:0;right:0;z-index:10000;padding:0;padding-bottom:env(safe-area-inset-bottom);background:radial-gradient(ellipse 120% 120% at center bottom,rgba(0,0,0,.95) 0%,rgba(0,0,0,.85) 25%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.1) 75%,transparent 100%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);mask-image:radial-gradient(ellipse 120% 120% at center bottom,black 0%,black 25%,black 50%,rgba(0,0,0,.3) 75%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 120% 120% at center bottom,black 0%,black 25%,black 50%,rgba(0,0,0,.3) 75%,transparent 100%);animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.global-audio-player-content{display:flex;align-items:center;justify-content:flex-start;max-width:800px;margin:0 auto;gap:12px;padding:12px 24px;position:relative;z-index:1;height:60px}@media(min-width:768px){.global-audio-player-content{max-width:900px}}.global-audio-player-waveform-wrapper{flex:1;position:relative;height:60px;min-width:0;display:flex;align-items:center}.global-audio-player-waveform{width:100%;height:100%;display:block}.global-audio-player-button{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);color:#fff;box-shadow:0 2px 8px #0000004d;position:relative;z-index:2}.global-audio-player-button:hover{background:#ffffff40;border-color:#ffffff80;transform:scale(1.1);box-shadow:0 6px 24px #0006}.global-audio-player-button:active{transform:scale(1.05)}.global-audio-player-icon{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.global-audio-player-time{position:absolute;top:50%;transform:translate(-50%,-50%);font-size:11px;font-weight:600;color:#fffffff2;text-shadow:0 1px 3px rgba(0,0,0,.8),0 0 8px rgba(0,0,0,.5);font-variant-numeric:tabular-nums;letter-spacing:.02em;pointer-events:none;white-space:nowrap;padding:3px 8px;background:#000000b3;border-radius:6px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);transition:left .1s linear;z-index:1}@font-face{font-family:SequentialistBB;src:url(/fonts/SequentialistBB.woff2) format("woff2"),url(/fonts/SequentialistBB.woff) format("woff");font-style:normal;font-weight:400;font-display:swap}*{touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}html,body{touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#000!important;color-scheme:dark;color:#fff}@media(max-width:768px){.nebula-haze,.cosmic-particle,.shooting-star{animation:none!important;opacity:.3!important}.star{animation-duration:4s!important}}.star{transform-style:preserve-3d;transform-origin:center center;isolation:isolate}.react-transform-wrapper{will-change:transform;transform:translateZ(0);backface-visibility:hidden}.react-transform-component{will-change:transform;transform:translateZ(0);backface-visibility:hidden;display:block!important;position:relative!important}.map-container{touch-action:none;-webkit-overflow-scrolling:touch;position:relative;height:100vh;height:var(--vh, 100vh)}.map-container.no-session{cursor:default}.map-container.no-session .map-view-area,.map-container.no-session .map-view-area *{pointer-events:none!important}.map-container.no-session .react-transform-wrapper,.map-container.no-session .react-transform-component{pointer-events:none}.map-container.welcome-active .map-view-area,.map-container.welcome-active .map-view-area *{pointer-events:none!important}.map-container.welcome-active .react-transform-wrapper,.map-container.welcome-active .react-transform-component{pointer-events:none}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;height:var(--vh, 100vh);background:#000;z-index:9999;opacity:1;transition:opacity .8s ease-in-out;pointer-events:none}.loading-overlay.fade-out{opacity:0}@keyframes twinkle{0%,to{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes twinkle-slow{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes twinkle-fast{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes optimized-twinkle{0%,to{opacity:calc(var(--star-brightness) * .5);transform:translateZ(0) scale(1)}50%{opacity:var(--star-brightness);transform:translateZ(0) scale(1.1)}}@keyframes unique-twinkle-0{0%,to{opacity:var(--base-opacity);transform:translateZ(0) scale(1)}50%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.1)}}@keyframes unique-twinkle-1{0%,to{opacity:var(--base-opacity);transform:translateZ(0) scale(1)}25%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.05)}75%{opacity:calc(var(--peak-opacity) * .8);transform:translateZ(0) scale(1.08)}}@keyframes unique-twinkle-2{0%,to{opacity:var(--base-opacity);transform:translateZ(0) scale(1)}33%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.12)}66%{opacity:calc(var(--base-opacity) * 1.5);transform:translateZ(0) scale(1.03)}}@keyframes unique-twinkle-3{0%,to{opacity:var(--base-opacity);transform:translateZ(0) scale(1)}20%{opacity:calc(var(--peak-opacity) * .9);transform:translateZ(0) scale(1.06)}40%{opacity:calc(var(--base-opacity) * 1.2);transform:translateZ(0) scale(1.02)}60%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.09)}80%{opacity:calc(var(--peak-opacity) * .7);transform:translateZ(0) scale(1.04)}}@keyframes unique-twinkle-4{0%,to{opacity:var(--base-opacity);transform:translateZ(0) scale(1)}15%{opacity:calc(var(--peak-opacity) * .8);transform:translateZ(0) scale(1.03)}30%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.07)}45%{opacity:calc(var(--base-opacity) * 1.3);transform:translateZ(0) scale(1.01)}60%{opacity:calc(var(--peak-opacity) * .9);transform:translateZ(0) scale(1.05)}75%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.08)}90%{opacity:calc(var(--base-opacity) * 1.1);transform:translateZ(0) scale(1.02)}}@keyframes unique-twinkle-5{0%,to{opacity:var(--base-opacity);transform:translateZ(0) scale(1)}10%{opacity:calc(var(--peak-opacity) * .6);transform:translateZ(0) scale(1.02)}20%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.06)}30%{opacity:calc(var(--base-opacity) * 1.4);transform:translateZ(0) scale(1.01)}40%{opacity:calc(var(--peak-opacity) * .7);transform:translateZ(0) scale(1.04)}50%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.08)}60%{opacity:calc(var(--base-opacity) * 1.2);transform:translateZ(0) scale(1.02)}70%{opacity:calc(var(--peak-opacity) * .8);transform:translateZ(0) scale(1.05)}80%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.09)}90%{opacity:calc(var(--base-opacity) * 1.1);transform:translateZ(0) scale(1.03)}}@keyframes unique-twinkle-6{0%,to{opacity:var(--base-opacity);transform:translateZ(0) scale(1)}12%{opacity:calc(var(--peak-opacity) * .5);transform:translateZ(0) scale(1.01)}24%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.05)}36%{opacity:calc(var(--base-opacity) * 1.5);transform:translateZ(0) scale(1)}48%{opacity:calc(var(--peak-opacity) * .6);transform:translateZ(0) scale(1.03)}60%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.07)}72%{opacity:calc(var(--base-opacity) * 1.3);transform:translateZ(0) scale(1.01)}84%{opacity:calc(var(--peak-opacity) * .7);transform:translateZ(0) scale(1.04)}96%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.08)}}@keyframes unique-twinkle-7{0%,to{opacity:var(--base-opacity);transform:translateZ(0) scale(1)}8%{opacity:calc(var(--peak-opacity) * .4);transform:translateZ(0) scale(1.01)}16%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.04)}24%{opacity:calc(var(--base-opacity) * 1.6);transform:translateZ(0) scale(1)}32%{opacity:calc(var(--peak-opacity) * .5);transform:translateZ(0) scale(1.02)}40%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.06)}48%{opacity:calc(var(--base-opacity) * 1.4);transform:translateZ(0) scale(1.01)}56%{opacity:calc(var(--peak-opacity) * .6);transform:translateZ(0) scale(1.03)}64%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.07)}72%{opacity:calc(var(--base-opacity) * 1.2);transform:translateZ(0) scale(1.02)}80%{opacity:calc(var(--peak-opacity) * .7);transform:translateZ(0) scale(1.04)}88%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.08)}96%{opacity:calc(var(--base-opacity) * 1.1);transform:translateZ(0) scale(1.03)}}@keyframes unique-twinkle-8{0%,to{opacity:var(--peak-opacity);transform:translateZ(0) scale(1)}50%{opacity:calc(var(--peak-opacity) * .9);transform:translateZ(0) scale(1.02)}}@keyframes unique-twinkle-9{0%,to{opacity:var(--base-opacity);transform:translateZ(0) scale(1)}10%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.15)}20%{opacity:calc(var(--base-opacity) * 1.2);transform:translateZ(0) scale(1)}30%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.12)}40%{opacity:calc(var(--base-opacity) * 1.1);transform:translateZ(0) scale(1.01)}50%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.14)}60%{opacity:calc(var(--base-opacity) * 1.3);transform:translateZ(0) scale(1)}70%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.11)}80%{opacity:calc(var(--base-opacity) * 1.2);transform:translateZ(0) scale(1.02)}90%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.13)}}@keyframes unique-twinkle-10{0%,to{opacity:var(--base-opacity);transform:translateZ(0) scale(1)}5%{opacity:calc(var(--peak-opacity) * .3);transform:translateZ(0) scale(1.01)}15%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.08)}25%{opacity:calc(var(--base-opacity) * 1.8);transform:translateZ(0) scale(1)}35%{opacity:calc(var(--peak-opacity) * .2);transform:translateZ(0) scale(1.02)}45%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.09)}55%{opacity:calc(var(--base-opacity) * 1.9);transform:translateZ(0) scale(1.01)}65%{opacity:calc(var(--peak-opacity) * .4);transform:translateZ(0) scale(1.03)}75%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.1)}85%{opacity:calc(var(--base-opacity) * 1.7);transform:translateZ(0) scale(1)}95%{opacity:calc(var(--peak-opacity) * .1);transform:translateZ(0) scale(1.04)}}@keyframes unique-twinkle-11{0%,to{opacity:calc(var(--peak-opacity) * .8);transform:translateZ(0) scale(1)}25%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.03)}50%{opacity:calc(var(--peak-opacity) * .7);transform:translateZ(0) scale(1)}75%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.02)}}@keyframes steady-star{0%,to{opacity:var(--peak-opacity);transform:translateZ(0) scale(1)}}@keyframes pulse-star{0%,to{opacity:var(--peak-opacity);transform:translateZ(0) scale(1)}50%{opacity:var(--peak-opacity);transform:translateZ(0) scale(calc(1 + var(--pulse-intensity)))}}@keyframes random-flicker{0%,to{opacity:var(--base-opacity);transform:translateZ(0) scale(1)}8%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.05)}16%{opacity:calc(var(--base-opacity) * 1.5);transform:translateZ(0) scale(1)}24%{opacity:calc(var(--peak-opacity) * .8);transform:translateZ(0) scale(1.03)}32%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.07)}40%{opacity:calc(var(--base-opacity) * 1.2);transform:translateZ(0) scale(1.01)}48%{opacity:calc(var(--peak-opacity) * .9);transform:translateZ(0) scale(1.04)}56%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.06)}64%{opacity:calc(var(--base-opacity) * 1.4);transform:translateZ(0) scale(1)}72%{opacity:calc(var(--peak-opacity) * .7);transform:translateZ(0) scale(1.02)}80%{opacity:var(--peak-opacity);transform:translateZ(0) scale(1.08)}88%{opacity:calc(var(--base-opacity) * 1.3);transform:translateZ(0) scale(1.01)}96%{opacity:calc(var(--peak-opacity) * .6);transform:translateZ(0) scale(1.05)}}@keyframes float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-10px)}}@keyframes particle-drift{0%{transform:translateZ(0)}to{transform:translate3d(var(--drift-x),var(--drift-y),0)}}@keyframes nebula-pulse{0%,to{opacity:var(--base-opacity);transform:scale(1)}50%{opacity:calc(var(--base-opacity) * 1.5);transform:scale(1.1)}}@keyframes cosmic-drift{0%{transform:translateZ(0) rotate(0)}to{transform:translate3d(var(--drift-x),var(--drift-y),0) rotate(360deg)}}@keyframes shooting-star{0%{transform:translateZ(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translate3d(var(--end-x),var(--end-y),0);opacity:0}}@keyframes cosmic-particle-drift{0%{transform:translateZ(0)}to{transform:translate3d(var(--cosmic-drift-x),var(--cosmic-drift-y),0)}}@keyframes item-pulse{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes item-pulse-float{0%{transform:translate(-50%,-50%) translateY(0) scale(1)}50%{transform:translate(-50%,-50%) translateY(-10px) scale(1.2)}to{transform:translate(-50%,-50%) translateY(0) scale(1)}}@keyframes bubbleAppear{0%{opacity:0;transform:translate3d(-50%,0,0) scale(.8)}to{opacity:1;transform:translate3d(-50%,0,0) scale(1)}}.map-item,.map-item:hover,.map-item:focus,.map-item:active{background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important}.map-item{transition:all .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 0 8px rgba(255,255,255,.2)) drop-shadow(0 0 16px rgba(255,255,255,.3));-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation}.map-item:hover{transform:translate(-50%,-50%) scale(1.1)!important;filter:drop-shadow(0 0 12px rgba(255,255,255,.4)) drop-shadow(0 0 24px rgba(255,255,255,.4))}.map-item.float{animation:float 3s ease-in-out infinite}.item-label{color:#fff;font-size:24px;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.8);opacity:0;transition:opacity .3s ease}.item-label{color:#fff;font-family:SequentialistBB,monospace;font-weight:400;text-align:center;text-shadow:0 0 8px rgba(255,255,255,.8),0 0 16px rgba(255,255,255,.4);white-space:nowrap;opacity:.9;letter-spacing:.5px;transition:all .3s ease;pointer-events:none;flex-shrink:0}@media(max-width:768px){.item-label{opacity:.8}}.map-item:hover .item-label{opacity:1!important}.map-item:hover{transform:translate(-50%,-50%) scale(1.15)!important}.map-item.item-pulse{animation:item-pulse .6s ease-in-out}.map-item.item-pulse.float{animation:item-pulse-float .6s ease-in-out}.space-particle{position:absolute;border-radius:50%;pointer-events:none;z-index:1;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.nebula-haze{position:absolute;border-radius:50%;pointer-events:none;z-index:0;mix-blend-mode:screen;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.shooting-star{position:absolute;border-radius:50%;pointer-events:none;z-index:3;box-shadow:0 0 4px currentColor;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.cosmic-particle{position:absolute;border-radius:50%;pointer-events:none;z-index:2;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation}.profile-btn-fixed{position:fixed;right:32px;top:calc(32px + env(safe-area-inset-top,0px));width:72px;height:72px;border:none;background:transparent;padding:0;z-index:2000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1),filter .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 0 8px rgba(14,146,222,.2)) drop-shadow(0 0 16px rgba(14,146,222,.3))}.profile-btn-fixed:hover{transform:scale(1.12);filter:drop-shadow(0 0 12px rgba(14,146,222,.4)) drop-shadow(0 0 24px rgba(14,146,222,.4))}.profile-btn-img{width:100%;height:100%;display:block;pointer-events:none}.profile-btn-labels{position:fixed;right:32px;top:calc(108px + env(safe-area-inset-top,0px));width:72px;display:flex;flex-direction:column;align-items:center;z-index:2001;pointer-events:none}.profile-btn-count{font-family:Michroma,Share Tech Mono,Courier New,Courier,monospace;font-size:.9rem;color:#fff;font-weight:700;text-align:center;-webkit-user-select:none;user-select:none;letter-spacing:.06em;margin-top:0;border-radius:4px;padding:0 4px;background:none;filter:none;opacity:.5}@media(max-width:600px){.profile-btn-fixed{right:16px;top:calc(16px + env(safe-area-inset-top,0px));width:48px;height:48px}.profile-btn-labels{right:16px;top:calc(64px + env(safe-area-inset-top,0px));width:48px}.profile-btn-count{font-size:.6rem;margin-top:4px}}@font-face{font-family:Michroma;src:url(/fonts/Michroma/Michroma-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Orbitron;src:url(/fonts/Orbitron/static/Orbitron-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Orbitron;src:url(/fonts/Orbitron/static/Orbitron-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}
