.bottom-align{top:unset}.spinner{width:3rem;height:3rem;animation:spinner .4s linear infinite;border-color:#444 transparent transparent #444;border-style:solid;border-width:2px;border-radius:50%;box-sizing:border-box;display:inline-block;vertical-align:middle}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner-slow{animation:spinner 1s linear infinite}.tabs{display:flex;width:100%;flex-basis:100%;justify-content:space-between;align-items:center;margin-top:15px;margin-bottom:15px}.tabs button.tab{flex-basis:100%;font-size:20px;font-weight:700;color:#7e7e7e;padding:15px;text-transform:capitalize;border-bottom:4px solid transparent;transition:border .2s linear}.tabs button.tab.active{color:#151515;border-bottom:4px solid #151515}@media only screen and (max-width:768px){.tabs button.tab:first-child{margin-left:20px}.tabs button.tab:last-child{margin-right:20px}}.tribe-join-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 20px;border-radius:18px;font-size:16px;font-weight:700;cursor:pointer;border:none;transition:transform .15s ease,opacity .15s ease;letter-spacing:.2px}.tribe-join-btn:active{transform:scale(.98);opacity:.9}.tribe-join-btn--join{background:linear-gradient(225deg,#ffeaae,#ffd43d);color:#151515}.tribe-join-btn--member{background:#f5f5f5;color:#151515;font-size:16px;border:1px solid #e8e8e8}.tribe-join-btn--edit,.tribe-join-btn--pending{background:linear-gradient(225deg,#ffeaae,#ffd43d);color:#151515;font-size:16px;border:1px solid #ffc422}.tribe-join-btn--edit{font-weight:600}.tribe-edit-row{display:flex;align-items:center;gap:10px;width:100%}.tribe-edit-row .tribe-join-btn{flex:1}.tribe-leave-icon-btn{display:flex;align-items:center;justify-content:center;width:52px;min-width:52px;height:52px;border-radius:18px;background:#fff0f0;border:1px solid #f5c6c8;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.tribe-leave-icon-btn:active{transform:scale(.96);opacity:.9}.tribe-join-dropdown-wrapper{position:relative;width:100%}.tribe-join-dropdown-overlay{position:fixed;inset:0;background:rgba(0,0,0,.2);z-index:99;pointer-events:none}.tribe-join-dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);z-index:1000;width:280px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:14px 10px;border-radius:20px;border:1px solid #eee;background:#fff;box-shadow:2px 2px 16px 0 rgba(0,0,0,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tribe-join-dropdown__item{display:flex;align-items:center;gap:10px;width:100%;font-size:17px;font-weight:500;color:#e62933;cursor:pointer;justify-content:center}.tribe-join-dropdown__item:not(:last-child){padding-bottom:12px;border-bottom:1px solid #d4d3d3}.tribe-join-dropdown__item--danger span{color:#222}.image-zoom-overlay{position:fixed;inset:0;width:100vw;height:100dvh;background:#151515;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;touch-action:none;animation:fadeIn .3s ease-in-out forwards}.image-zoom-overlay.closing{animation:fadeOut .3s ease-in-out forwards}.image-zoom-container{width:100%;max-width:480px;gap:6px;padding:0 16px}.image-zoom-container,.image-zoom-info{display:flex;flex-direction:column;align-items:center}.image-zoom-info{padding:0 2px;margin-bottom:14px;gap:4px;text-align:center}.image-zoom-info__title{font-size:20px;color:#fff;letter-spacing:1.44px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.image-zoom-info__subtitle,.image-zoom-info__title{font-weight:300;font-family:Adelle Sans,sans-serif;margin:0}.image-zoom-info__subtitle{font-size:14px;color:hsla(0,0%,100%,.7)}.zoomed-image{max-height:60vh;width:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;position:relative;border-radius:8px;transform-origin:center center;transition:transform .1s ease-out}.zoomed-image.closing{animation:zoomOut .3s ease-in-out forwards}.image-zoom-nav{gap:28px;margin:10px 0;width:100%}.image-zoom-nav,.image-zoom-nav__btn{display:flex;align-items:center;justify-content:center}.image-zoom-nav__btn{width:44px;height:44px;padding:0;cursor:pointer;border-radius:50%;flex-shrink:0;transition:background .15s;background:transparent;border:none}.image-zoom-nav__btn:hover{background:hsla(0,0%,100%,.1)}.image-zoom-nav__counter{font-size:17px;font-weight:600;font-family:Adelle Sans,sans-serif;color:#fafafa;min-width:48px;text-align:center;letter-spacing:.05em}.image-zoom-close-btn{align-self:center;width:46px;height:46px;border-radius:50%;border:none;outline:2px solid hsla(0,0%,100%,.7);outline-offset:5px;background:#fff;box-shadow:0 0 16px 6px hsla(0,0%,100%,.45),0 0 40px 16px hsla(0,0%,100%,.25),0 0 80px 32px hsla(0,0%,100%,.12);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;margin-top:10px;transition:box-shadow .15s}.image-zoom-close-btn:hover{box-shadow:0 0 20px 8px hsla(0,0%,100%,.55),0 0 50px 20px hsla(0,0%,100%,.3),0 0 90px 36px hsla(0,0%,100%,.15)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes zoomOut{0%{transform:scale(1)}to{transform:scale(.8)}}.image-zoom-modal-carousel{width:100%;position:relative}.image-zoom-modal-carousel .item{display:flex;align-items:center;justify-content:center;overflow:hidden}.image-zoom-modal-carousel .embla{max-width:48rem;margin:auto;--slide-height:19rem;--slide-spacing:0rem;--slide-size:100%}.image-zoom-modal-carousel .embla__viewport{overflow:hidden}.image-zoom-modal-carousel .embla__container{backface-visibility:hidden;display:flex;align-items:center;touch-action:none;margin-left:calc(var(--slide-spacing)*-1)}.image-zoom-modal-carousel .embla__slide{flex:0 0 var(--slide-size);transition:transform .5s ease-in-out;min-width:0;padding:0 1px}.toast{position:fixed;display:flex;align-items:stretch;background-color:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.12);overflow:hidden;min-width:220px;max-width:320px;z-index:100000}.toast.top-right{top:80px;right:20px}.toast.bottom-right{bottom:20px;right:20px}.toast.top-left{top:20px;left:20px}.toast.bottom-left{bottom:20px;left:20px}.toast.bottom-center{bottom:20px;left:40%}@media only screen and (max-width:768px){.toast.bottom-center{bottom:100px;left:20%}}.toast .toast__indicator{width:6px;flex-shrink:0}.toast .toast__body{display:flex;flex-direction:column;padding:10px 14px;gap:2px}.toast .toast__title{font-size:14px;font-weight:700}.toast .toast__message{font-size:13px;color:#333}.toast.toast--success .toast__indicator{background-color:#22c55e}.toast.toast--success .toast__title{color:#22c55e}.toast.toast--error .toast__indicator{background-color:#ef4444}.toast.toast--error .toast__title{color:#ef4444}.tribe-banner-hero{width:100%;height:200px;overflow:hidden;position:relative}.tribe-banner-hero img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.tribe-group-info{background:#fff;padding:0 16px 16px;display:flex;flex-direction:column;align-items:center;margin-top:-20px;border-radius:24px 24px 0 0;position:relative}.tribe-group-info .tribe-logo-wrapper{margin-top:-60px;margin-bottom:2px;position:relative;background:linear-gradient(330deg,#ffbe0a 14.3%,#fff5da 92.07%);border-radius:50%;padding:3px;flex-shrink:0}.tribe-group-info .tribe-logo-wrapper .tribe-logo{width:80px;height:80px;border-radius:50%;border:2px solid #fff;-o-object-fit:cover;object-fit:cover;display:block}.tribe-group-info .tribe-logo-wrapper .tribe-logo-initial{width:80px;height:80px;border-radius:50%;border:2px solid #fff;background:#fff0f6;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;color:#e91e8c;line-height:1}.tribe-group-info .tribe-title{font-size:20px;font-weight:600;color:#151515;text-align:center;margin:0 0 4px;letter-spacing:-.2px;text-transform:"camelCase"}.tribe-group-info .tribe-owner{font-size:12px;color:#555;margin:0 0 8px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center;font-family:var(--font-adelle-sans)}.tribe-group-info .tribe-owner .tribe-premium-badge{display:inline-flex;align-items:center;gap:4px;background:#e7f6fd;border-radius:12px;padding:2px 7px;font-size:14px;font-weight:500;color:#222;font-family:var(--font-adelle-sans)}.tribe-group-info .tribe-owner .tribe-owner-label{font-size:15px;font-weight:500;color:#555}.tribe-group-info .tribe-owner .tribe-owner-profile{display:inline-flex;align-items:center;gap:10px;cursor:pointer}.tribe-group-info .tribe-owner .tribe-owner-profile .tribe-owner-avatar{width:22px;height:22px;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block;border:1px solid #fff;box-shadow:0 0 0 1px #fff,0 0 0 1.8px #a500e2;flex-shrink:0}.tribe-group-info .tribe-owner .tribe-owner-profile .tribe-owner-avatar--initial{background:#f0e0ff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#a500e2}.tribe-group-info .tribe-owner .tribe-owner-profile .tribe-owner-name{font-size:15px;color:#0fa1e8;font-weight:600;font-family:var(--font-adelle-sans)}.tribe-group-info .tribe-stats-pills{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:14px}.tribe-group-info .tribe-stats-pills .tribe-stat-pill{height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#fdf6ff;border-radius:20px;padding:8px 26px;border:1px solid #f8e7ff}.tribe-group-info .tribe-stats-pills .tribe-stat-pill__count{font-size:20px;font-weight:700;color:#1e0026;line-height:1}.tribe-group-info .tribe-stats-pills .tribe-stat-pill__label{font-size:14px;font-weight:500;line-height:1;font-family:var(--font-adelle-sans);color:#555}.tribe-group-info .tribe-stats-pills .tribe-stat-pill--clickable{cursor:pointer}.tribe-group-info .tribe-stats-pills .tribe-stat-pill--ticker{cursor:pointer;overflow:hidden;position:relative}.tribe-group-info .tribe-stats-pills .tribe-stat-pill--ticker .tribe-stat-pill__ticker-inner{display:flex;flex-direction:column;animation:tribe-pill-tick 4s ease-in-out infinite}.tribe-group-info .tribe-stats-pills .tribe-stat-pill--ticker .tribe-stat-pill__ticker-slide{height:64px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.tribe-group-info .tribe-description-box{border-radius:8px;background:#ecf7ff;display:flex;padding:8px 12px 12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;align-self:stretch;margin-bottom:6px}.tribe-group-info .tribe-description-box .tribe-description-text{color:#222;text-align:center;font-size:15px;font-style:normal;font-weight:500;line-height:1.5;margin:0;word-break:break-word}.tribe-group-info .tribe-description-box .tribe-description-more{color:#222;font-size:15px;font-weight:700;cursor:pointer}.tribe-group-info .tribe-description-box .tribe-description-icons{display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:center}.tribe-group-info .tribe-description-box .tribe-description-icons .tribe-desc-icon{display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.tribe-group-info .tribe-description-box .tribe-description-icons .tribe-desc-icon:active{transform:scale(.9);opacity:.8}.tribe-group-info .tribe-description-box .tribe-description-icons .tribe-desc-icon.tribe-desc-icon--link{gap:6px}.tribe-group-info .tribe-description-box .tribe-description-icons .tribe-desc-icon.tribe-desc-icon--link .tribe-desc-icon-label{font-size:15px;font-weight:500;color:#151515;text-decoration:underline}.tribe-group-info .tribe-description-box .tribe-description-icons .tribe-desc-icon-more{font-size:15px;font-weight:700;color:#151515;cursor:pointer}.tribe-group-info .tribe-social-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:18px}.tribe-group-info .tribe-social-links .tribe-social-link{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;border:none;font-size:12px;font-weight:700;color:#fff;background:#aaa;flex-shrink:0;transition:transform .15s ease,opacity .15s ease}.tribe-group-info .tribe-social-links .tribe-social-link:active{transform:scale(.93);opacity:.85}.tribe-group-info .tribe-social-links .tribe-social-link--facebook{background:#1877f2}.tribe-group-info .tribe-social-links .tribe-social-link--instagram{background:radial-gradient(circle at 30% 110%,#fdf497 0,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.tribe-group-info .tribe-social-links .tribe-social-link--whatsapp{background:#25d366}.tribe-group-info .tribe-social-links .tribe-social-link--twitter{background:#000}.tribe-group-info .tribe-social-links .tribe-social-link--youtube{background:red}.tribe-group-info .tribe-social-links .tribe-social-link--linkedin{background:#0a66c2}.tribe-group-info .tribe-social-links .tribe-social-link--telegram{background:#229ed9}.tribe-group-info .tribe-social-links .tribe-social-link--default{background:#e8e8e8;color:#555}.tribe-group-info .tribe-social-links .tribe-social-link--more{background:#e8e8e8;color:#151515;border:1px solid #ddd}.tribe-group-info .tribe-join-cta-wrapper{width:100%;margin-top:4px}.tribe-links-bs{border-radius:40px 40px 0 0}.tribe-links-bs .tribe-links-bs__content{padding:4px 0 16px}.tribe-links-bs .tribe-links-bs__content .tribe-links-bs__title{font-size:17px;font-weight:700;color:#151515;margin-bottom:16px;display:flex;align-items:center;gap:10px}.tribe-links-bs .tribe-links-bs__content .tribe-links-bs__title:after{content:"";flex:1;height:1px;background:#dadada}.tribe-links-bs .tribe-links-bs__content .tribe-links-bs__list{display:flex;flex-direction:column;gap:4px}.tribe-links-bs .tribe-links-bs__content .tribe-links-bs__list .tribe-links-bs__item{display:flex;align-items:center;gap:12px;font-size:15px;color:#1a8df8;padding:12px 0;border-bottom:1px solid #f0f0f0;text-decoration:underline}.tribe-links-bs .tribe-links-bs__content .tribe-links-bs__list .tribe-links-bs__item:last-child{border-bottom:none}.tribe-links-bs .tribe-links-bs__content .tribe-links-bs__list .tribe-links-bs__item:active{opacity:.7}.events-download-app-bottom-sheet{border-radius:24px 24px 0 0;overflow:hidden}.events-download-app-bottom-sheet .close-icon{top:12px;right:12px;left:unset;transform:none;margin-top:0;width:40px;height:40px;background:hsla(0,0%,96%,.9);border:none;box-shadow:none;z-index:10}.events-download-app-bottom-sheet .bottom-sheet-content{padding:0!important;position:relative}.events-download-app-bottom-sheet .events-download-kyn-image{width:100%;display:block;-o-object-fit:cover;object-fit:cover;border-radius:24px 24px 0 0;cursor:pointer}.events-download-app-bottom-sheet .events-continue-on-browser-button{display:flex;align-items:center;justify-content:center;position:absolute;bottom:12px;right:17px;gap:5px;color:#fff;border-radius:23px;background:hsla(0,0%,8%,.5);padding:6px 12px;font-size:12px}@keyframes tribe-pill-tick{0%{transform:translateY(0)}35%{transform:translateY(0)}45%{transform:translateY(-64px)}85%{transform:translateY(-64px)}95%{transform:translateY(-128px)}to{transform:translateY(-128px)}}.tribe-contribute-banner{position:relative;width:100%;margin:12px 0 8px;border-radius:20px;overflow:hidden;cursor:pointer}.tribe-contribute-banner__bg{width:100%;height:80px;display:block}.tribe-contribute-banner__content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:0 20px;gap:6px;margin:6px 0 0}.tribe-contribute-banner__title{font-size:16px;font-weight:500;font-family:var(--font-adelle-sans);color:#fff;margin:0;letter-spacing:.5px}.tribe-contribute-banner__cta{display:flex;align-items:center;gap:8px}.tribe-contribute-banner__cta-text{font-size:15px;font-weight:500;font-family:var(--font-adelle-sans);color:#fff;letter-spacing:.5px;text-transform:uppercase}.tribe-event-card{width:224px;height:264px;cursor:pointer;border-radius:20px;overflow:hidden;flex-shrink:0;position:relative;background:#111}.tribe-event-card__image-wrapper{position:relative;width:100%;height:100%}.tribe-event-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.tribe-event-card__image-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55) 74.77%);pointer-events:none}.tribe-event-card__badge{position:absolute;top:16px;left:16px;z-index:2;border-radius:10px;padding:4px 8px;font-size:13px;font-weight:700;line-height:normal;color:#fff;border:.8px solid #fff}.tribe-event-card__badge--free{background:linear-gradient(135deg,#22d20b,#070)}.tribe-event-card__badge--price{background:linear-gradient(135deg,#d3166b,#df1a3e);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tribe-event-card__badge--mixed{background:linear-gradient(104deg,#070 9.72%,#df1a3e 90.69%)}.tribe-event-card__overlay{position:absolute;bottom:0;left:0;right:0;z-index:1;display:flex;flex-direction:column;background:linear-gradient(180deg,transparent,#000 45.77%);gap:3px;padding:0 10px 12px}.tribe-event-card__name{font-size:15px;font-weight:700;color:#fff;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;word-break:break-word}.tribe-event-card__location{display:flex;align-items:center;gap:4px}.tribe-event-card__venue{font-family:var(--font-adelle-sans)}.tribe-event-card__datetime,.tribe-event-card__venue{font-size:13px;font-weight:500;color:#fafafa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tribe-event-card__datetime{margin:0}.tribe-event-card--below{width:100%;height:auto;overflow:visible;background:transparent;border-radius:0}.tribe-event-card--below .tribe-event-card__image-wrapper{height:200px;border-radius:12px;overflow:hidden}.tribe-event-card--below .tribe-event-card__overlay{align-items:center;text-align:center}.tribe-event-card__below{padding:8px 2px 0;display:flex;flex-direction:column;gap:4px}.tribe-event-card__below-name{font-size:15px;font-weight:700;color:#151515;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;word-break:break-word}.tribe-event-card__below-location{display:flex;align-items:center;gap:4px}.tribe-event-card__below-venue{font-size:13px;font-weight:400;font-family:var(--font-adelle-sans);color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tribe-events{background:#fff;padding:20px 0 22px}.tribe-events__header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:14px}.tribe-events__add-event{display:flex;align-items:center;justify-content:center;margin:10px 0 0;cursor:pointer}.tribe-events__add-event p{color:#1a8df8;font-size:14px;font-weight:500;font-family:var(--font-adelle-sans);margin:0}.tribe-events__title{font-size:20px;font-weight:600;font-family:var(--font-adelle-sans);color:#1a1a1a;margin:0;letter-spacing:-.1px}.tribe-events__view-all{cursor:pointer}.tribe-events__view-all-text{display:flex;flex-direction:row;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#333;letter-spacing:.2px;font-family:var(--font-adelle-sans)}.tribe-events__scroll{display:flex;gap:16px;overflow-x:scroll;padding:4px 16px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tribe-events__scroll::-webkit-scrollbar{display:none}.tribe-events__item{flex:0 0 auto}.tribe-events__item--skeleton{width:224px;height:264px;border-radius:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:tribe-events-shimmer 1.4s infinite}@keyframes tribe-events-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tribe-section-edit-btn{color:#1a8df8;font-family:var(--font-adelle-sans);font-size:15px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer;flex-shrink:0}.tribe-owner-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 16px 24px;text-align:center}.tribe-owner-empty__img{width:168px;height:99px;-o-object-fit:contain;object-fit:contain}.tribe-owner-empty__text{font-size:19px;font-weight:600;color:#151515;margin:0}.tribe-owner-empty__subtitle{font-size:17px;font-weight:400;color:#151515;margin:0;line-height:1.5;padding:2px}.tribe-owner-empty__cta{font-size:14px;font-weight:600;text-decoration:underline;text-decoration-color:#ffbe0a;color:#151515;cursor:pointer;background:none;border:none;padding:0;font-family:var(--font-adelle-sans);letter-spacing:.3px}.tribe-owner-empty__cta--row{display:flex;align-items:center;gap:4px}.tribe-locked-content{position:relative;overflow:hidden;min-height:180px}.tribe-locked-content__blur{display:flex;gap:12px;padding:12px 16px 20px;filter:blur(5px);opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tribe-locked-content__card{flex-shrink:0;width:140px;height:160px;border-radius:12px;background:#e0e0e0}.tribe-locked-content__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:12px 16px 20px;filter:blur(5px);opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tribe-locked-content__grid-cell{aspect-ratio:1;border-radius:6px;background:#e0e0e0}.tribe-owner-placeholder-box{background:#f5f0ff;border-radius:8px;padding:14px 16px;width:100%}.tribe-owner-placeholder-box__text{font-size:15px;color:#999;margin:0}.tribe-glimpse{padding:16px}.tribe-glimpse__title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.tribe-glimpse__title{font-size:20px;font-weight:600;color:#151515;margin:0;letter-spacing:-.1px;font-family:var(--font-adelle-sans)}.tribe-glimpse__text{font-size:15px;font-weight:500;color:#222;line-height:1.65;white-space:pre-line;margin:0}.spinner-loader{border:4.5px solid #b2b2b2;border-bottom-color:#eb252d;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tribe-hl-card{width:280px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.07);box-shadow:0 2px 16px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.04);cursor:pointer;flex-shrink:0;position:relative}.tribe-hl-card--pinned{border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(225deg,#388af5,rgba(24,119,242,0) 30%) border-box}.tribe-hl-card__header{display:flex;align-items:center;gap:10px;padding:16px 16px 8px}.tribe-hl-card__logo-wrapper{flex-shrink:0;width:46px;height:46px;border-radius:50%;background:linear-gradient(330deg,#ffbe0a 14.3%,#fff5da 92.07%);padding:3px}.tribe-hl-card__logo{width:100%;height:100%;border-radius:50%;border:2px solid #fff;-o-object-fit:cover;object-fit:cover;display:block}.tribe-hl-card__header-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.tribe-hl-card__name{font-size:15px;font-weight:600;color:#151515}.tribe-hl-card__meta,.tribe-hl-card__name{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tribe-hl-card__meta{font-size:12px;font-weight:400;color:#666}.tribe-hl-card__header-actions{flex-shrink:0;display:flex;align-items:center;gap:10px}.tribe-hl-card__body{padding:0 12px 10px;display:flex;flex-direction:column;gap:6px}.tribe-hl-card__text{font-size:15px;font-weight:400;color:#151515;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.5;word-break:break-word}.tribe-hl-card__author{display:flex;align-items:center;gap:5px}.tribe-hl-card__author-name{font-size:15px;font-weight:600;color:#0fa1e8}.tribe-hl-card__image-wrapper{position:relative;width:calc(100% - 16px);margin:0 8px 6px;height:190px;border-radius:16px;overflow:hidden}.tribe-hl-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.tribe-hl-card__nav-loader{position:absolute;inset:0;border-radius:16px;background:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:center;z-index:10}.tribe-hl-card__media-count{position:absolute;bottom:8px;right:8px;background:hsla(0,0%,100%,.56);border:1px solid #fff;border-radius:12px;padding:4px 10px 4px 8px;display:flex;align-items:center;gap:5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tribe-hl-card__media-count span{font-size:15px;font-weight:700;color:#151515}.tribe-highlights{background:#fff;padding:20px 0 0}.tribe-highlights__header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:8px}.tribe-highlights__add-post{display:flex;align-items:center;justify-content:center;margin-bottom:10px;cursor:pointer}.tribe-highlights__add-post p{color:#1a8df8;font-size:14px;font-weight:500;font-family:var(--font-adelle-sans);margin:0}.tribe-highlights__title{font-size:20px;font-weight:600;color:#151515;margin:0;letter-spacing:-.1px;font-family:var(--font-adelle-sans)}.tribe-highlights__view-all{cursor:pointer}.tribe-highlights__view-all-text{display:flex;flex-direction:row;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#333;letter-spacing:.2px;font-family:var(--font-adelle-sans)}.tribe-highlights__feed{display:flex;flex-direction:row;align-items:flex-start;gap:12px;overflow-x:scroll;overflow-y:visible;padding:4px 0 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:8px}.tribe-highlights__feed::-webkit-scrollbar{display:none}.tribe-highlights__feed>:first-child{margin-left:16px}.tribe-highlights__feed:after{content:"";display:block;min-width:16px;height:1px;flex-shrink:0}.tribe-highlights__card,.tribe-highlights__skeleton{flex-shrink:0;scroll-snap-align:start}.tribe-highlights__skeleton{width:280px;height:320px;border-radius:14px;position:relative;overflow:hidden;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:800px 100%;animation:highlights-shimmer 1.4s ease-in-out infinite}.tribe-highlights__skeleton:before{content:"";position:absolute;bottom:0;left:0;right:0;height:72px;background:rgba(0,0,0,.05);border-radius:0 0 14px 14px}.tribe-highlights__skeleton:after{content:"";position:absolute;bottom:28px;left:12px;width:65%;height:12px;border-radius:4px;background:rgba(0,0,0,.09)}@keyframes highlights-shimmer{0%{background-position:-800px 0}to{background-position:800px 0}}.tribe-moments-card{position:relative;cursor:pointer;flex-shrink:0;padding-right:8px;padding-bottom:8px}.tribe-moments-card__back-wrap{position:absolute;top:0;left:8px;right:0;bottom:0;z-index:1;border-radius:32px;padding:5px;background:#fff}.tribe-moments-card__back{width:100%;height:100%;border-radius:32px;overflow:hidden;background:#e8e8f0;position:relative}.tribe-moments-card__border-wrap{box-sizing:content-box;position:relative;z-index:2;border-radius:32px;padding:0 4px 4px 0;background:#fff;width:180px;height:230px}.tribe-moments-card__main{border-radius:32px;overflow:hidden;width:100%;height:100%;background:#111;position:relative}.tribe-moments-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.tribe-moments-card__top-right{position:absolute;top:10px;right:10px;z-index:3;display:flex;align-items:center;gap:6px}.tribe-moments-card__badge{gap:10px;padding:5px 8px 5px 10px;border-radius:10px;border:.8px solid #dadada;color:#fff;font-size:13px;font-weight:700;line-height:1}.tribe-moments-card__badge,.tribe-moments-card__menu-btn{display:flex;align-items:center;background:rgba(15,15,25,.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(8px)}.tribe-moments-card__menu-btn{justify-content:center;padding:5px;border-radius:8px;cursor:pointer}.tribe-moments-card__menu-overlay{position:absolute;inset:0;z-index:4}.tribe-moments-card__dropdown{position:absolute;top:36px;right:8px;z-index:5;background:#fff;border-radius:16px;border:1px solid #ededed;box-shadow:0 4px 20px rgba(0,0,0,.15);min-width:140px;overflow:hidden}.tribe-moments-card__dropdown-list{list-style:none;padding:0 6px;margin:0}.tribe-moments-card__dropdown-item{display:flex;align-items:center;gap:6px;padding:10px 8px;cursor:pointer;border-bottom:1px solid #ededed;font-size:15px;font-weight:500;color:#333}.tribe-moments-card__dropdown-item:last-child{border-bottom:none}.tribe-moments-card__dropdown-item--delete span{color:#e9464c}.tribe-moments-card__overlay{position:absolute;bottom:0;left:0;right:0;padding:48px 12px 14px;background:linear-gradient(0deg,rgba(0,0,0,.92) 0,rgba(0,0,0,.45) 50%,transparent);display:flex;flex-direction:column;gap:2px}.tribe-moments-card__event-type{font-size:14px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#fff;font-family:var(--font-adelle-sans)}.tribe-moments-card__event-name{font-size:16px;font-weight:500;color:#fff;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.3}.tribe-moments-card__meta{display:flex;align-items:center;gap:5px;margin-top:4px}.tribe-moments-card__date{font-size:14px}.tribe-moments-card__city,.tribe-moments-card__date{font-weight:400;color:#fff;font-family:var(--font-adelle-sans);white-space:nowrap}.tribe-moments-card__city{font-size:15px;overflow:hidden;text-overflow:ellipsis;max-width:80px}.tribe-moments-card__dot{font-size:14px;color:#fff}@keyframes tmc-spin{to{transform:rotate(1turn)}}.tribe-moments-popup{position:fixed;inset:0;z-index:100002;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;padding:16px;overscroll-behavior:contain;touch-action:none}.tribe-moments-popup__container{width:100%;max-width:480px;display:flex;flex-direction:column;gap:6px}.tribe-moments-popup__info{padding:0 2px;display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center;width:100%}.tribe-moments-popup__event-tag{font-size:16px;font-weight:400;font-family:var(--font-adelle-sans);text-transform:uppercase;color:#fff;letter-spacing:1.44px}.tribe-moments-popup__info-row{display:flex;align-items:center;flex-wrap:nowrap;gap:6px;overflow:hidden;max-width:100%}.tribe-moments-popup__info-row svg{flex-shrink:0;min-width:20px;min-height:20px;width:20px;height:20px}.tribe-moments-popup__sep{color:#fff;font-size:20px;line-height:1;flex-shrink:0}.tribe-moments-popup__meta-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.tribe-moments-popup__event-name,.tribe-moments-popup__meta-text{font-size:20px;color:#fff;font-weight:300;font-family:var(--font-adelle-sans)}.tribe-moments-popup__event-name{margin:0;text-align:center;letter-spacing:1.44px;line-height:1.3;width:100%}.tribe-moments-popup__image-wrapper{width:100%;height:50vh;border-radius:12px;overflow:hidden;background:transparent;position:relative;display:flex;align-items:center;justify-content:center}.tribe-moments-popup__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.tribe-moments-popup__video-player{width:100%;height:100%}.tribe-moments-popup__video-player iframe,.tribe-moments-popup__video-player video{width:100%;height:100%;border-radius:12px;display:block;-o-object-fit:contain;object-fit:contain}.tribe-moments-popup__play-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.25);border:none;cursor:pointer;padding:0}.tribe-moments-popup__play-btn svg{filter:drop-shadow(0 2px 8px rgba(0,0,0,.6))}.tribe-moments-popup__image-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0d0d0d}.tribe-moments-popup__spinner{width:30px;height:30px;border:3px solid hsla(0,0%,100%,.15);border-top-color:#fff;border-radius:50%;animation:tmc-spin .7s linear infinite}.tribe-moments-popup__nav{display:flex;align-items:center;justify-content:center;gap:60px;margin:0 0 10px}.tribe-moments-popup__nav-btn{width:44px;height:44px;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;transition:background .15s}.tribe-moments-popup__counter{font-size:17px;font-weight:600;font-family:var(--font-adelle-sans);color:#fafafa;min-width:48px;text-align:center;letter-spacing:.05em}.tribe-moments-popup__close-btn{align-self:center;width:46px;height:46px;border-radius:50%;border:none;outline:2px solid hsla(0,0%,100%,.7);outline-offset:5px;background:#fff;box-shadow:0 0 16px 6px hsla(0,0%,100%,.45),0 0 40px 16px hsla(0,0%,100%,.25),0 0 80px 32px hsla(0,0%,100%,.12);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:box-shadow .15s;margin-top:10px}.tribe-edit-sheet.bottom-sheet{border-radius:40px 40px 0 0}.tribe-edit-sheet.bottom-sheet .bottom-sheet-content{margin-bottom:30px;padding:20px}.edit-bottom-sheet__title{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:600;font-family:var(--font-adelle-sans);color:#151515;margin:0 0 20px}.edit-bottom-sheet__title:after{content:"";flex:1;height:2px;background:#e0e0e0}.edit-bottom-sheet__title-row{display:flex;align-items:center;gap:10px;margin:0 0 20px}.edit-bottom-sheet__title-text{font-size:22px;font-weight:600;font-family:var(--font-adelle-sans);color:#151515;flex-shrink:0}.edit-bottom-sheet__title-line{flex:1;height:2px;background:#e0e0e0}.edit-bottom-sheet__title-count{font-size:15px;font-weight:600;color:#888;font-family:var(--font-adelle-sans);flex-shrink:0}.hashtag-edit__section{margin-bottom:20px}.hashtag-edit__label{font-size:17px;font-weight:600;font-family:var(--font-adelle-sans);color:#151515;letter-spacing:.6px;text-transform:uppercase;margin:0 0 10px}.hashtag-edit__chips{display:flex;flex-wrap:wrap;gap:8px}.hashtag-edit__chip{display:inline-flex;align-items:center;gap:6px;padding:0 8px 0 10px;height:32px;border-radius:10px;background:#ecf7ff;color:#1a8df8;font-size:16px;font-weight:600;border:none;white-space:nowrap;line-height:1.4}.hashtag-edit__chip--suggest{background:#fff;border:1px solid #1a8df8;color:#333;cursor:pointer;padding:6px 14px}.hashtag-edit__chip-remove{display:flex;justify-content:center;padding:0;line-height:1;flex-shrink:0}.hashtag-edit__add-new,.hashtag-edit__chip-remove{align-items:center;background:none;border:none;cursor:pointer;color:#1a8df8}.hashtag-edit__add-new{display:inline-flex;font-size:15px;font-weight:600;font-family:var(--font-adelle-sans);padding:10px 0 0}.hashtag-edit__input-wrap{display:flex;align-items:center;border:1.5px solid #d0d0d0;border-radius:8px;padding:0 12px;height:48px;gap:4px}.hashtag-edit__hash{color:#1a8df8;font-size:16px;font-weight:600;flex-shrink:0;line-height:1}.hashtag-edit__input{flex:1;border:none;outline:none;font-size:15px;color:#151515;background:transparent}.hashtag-edit__input::-moz-placeholder{color:#aaa}.hashtag-edit__input::placeholder{color:#aaa}.hashtag-edit__add-btn{background:none;border:none;color:#1a8df8;font-size:14px;font-weight:700;cursor:pointer;padding:0;flex-shrink:0}.hashtag-edit__suggestions{margin-top:16px}.hashtag-edit__helper{margin-top:12px;font-size:15px;font-weight:500;color:#888;line-height:1.6}.hashtag-edit__footer{padding-top:40px}.hashtag-edit__confirm{width:100%;padding:14px 32px;background:linear-gradient(101deg,#ffd43d 7.75%,#ffeaae 86.04%);border:none;border-radius:14px;font-size:16px;font-weight:700;color:#151515;cursor:pointer}.hashtag-edit__confirm:disabled{opacity:.6;cursor:not-allowed}.adspace-edit__edit-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.adspace-edit__back-btn{background:none;border:none;color:#1a8df8;cursor:pointer;padding:0;flex-shrink:0}.adspace-edit__back-btn,.adspace-edit__slot-subtitle{font-size:14px;font-weight:600;font-family:var(--font-adelle-sans)}.adspace-edit__slot-subtitle{color:#888;margin:0}.adspace-edit__list-item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee;gap:12px}.adspace-edit__list-thumb{width:100px;height:40px;-o-object-fit:cover;object-fit:cover;border-radius:6px;background:#e0e0e0;flex-shrink:0}.adspace-edit__list-empty{display:flex;align-items:center;gap:6px;width:100px;height:40px;border:1px dashed #ccc;border-radius:6px;padding:0 8px;flex-shrink:0}.adspace-edit__list-empty span{font-size:12px;color:#aaa;font-family:var(--font-adelle-sans)}.adspace-edit__list-actions{display:flex;align-items:center;gap:16px;margin-left:auto}.adspace-edit__list-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:0;font-size:13px;font-weight:600;font-family:var(--font-adelle-sans)}.adspace-edit__list-btn--edit{color:#1a8df8}.adspace-edit__list-btn--delete{color:#e53935}.adspace-edit__card{border-radius:24px;padding:12px 20px 16px;margin-bottom:10px;cursor:pointer;background:#f3f9ff}.adspace-edit__card-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.adspace-edit__card-label{font-size:15px;font-weight:600;color:#151515;letter-spacing:.3px;margin:0;flex-shrink:0}.adspace-edit__card-sep{flex:1;height:1px;background:#e0e0e0}.adspace-edit__card-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.adspace-edit__card-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:0;font-size:15px;font-weight:600;font-family:var(--font-adelle-sans)}.adspace-edit__card-btn--edit{color:#06a8f7}.adspace-edit__card-btn--delete{color:#e9464c}.adspace-edit__card-btn--delete:disabled{opacity:.5;cursor:not-allowed}.adspace-edit__card-body{display:flex;align-items:center;gap:14px;margin-bottom:8px}.adspace-edit__card-img{width:160px;height:95px;border-radius:16px;border:1px solid #fff;box-shadow:0 0 20px 0 rgba(0,0,0,.12);-o-object-fit:fill;object-fit:fill;flex-shrink:0}.adspace-edit__card-link-row{display:flex;align-items:center;gap:6px}.adspace-edit__card-link{font-size:15px;font-weight:500;color:#151515;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adspace-edit__add-new{display:inline-flex;align-items:center;background:none;border:none;color:#1a8df8;font-size:15px;font-weight:600;font-family:var(--font-adelle-sans);cursor:pointer;padding:8px 0 0;margin-bottom:40px}.adspace-edit__section{margin-bottom:20px}.adspace-edit__label{font-size:17px;font-weight:600;font-family:var(--font-adelle-sans);color:#151515;letter-spacing:.6px;margin:0 0 10px}.adspace-edit__required{color:#e53935;margin-left:2px}.adspace-edit__upload-area{width:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1.5px dashed #b3d9fb;border-radius:12px;background:#f5fbff;padding:28px 16px;cursor:pointer}.adspace-edit__upload-label{font-size:15px;font-weight:500;color:#1a8df8;font-family:var(--font-adelle-sans)}.adspace-edit__note{margin-top:10px;font-size:13px;color:#555;line-height:1.6}.adspace-edit__preview-row{display:flex;align-items:center;gap:14px}.adspace-edit__preview-img{width:160px;height:95px;-o-object-fit:cover;object-fit:cover;border-radius:16px;background:#e0e0e0;flex-shrink:0}.adspace-edit__change-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:none;color:#1a8df8;font-size:14px;font-weight:600;font-family:var(--font-adelle-sans);cursor:pointer;padding:0}.adspace-edit__file-input{display:none}.adspace-edit__input-wrap{display:flex;align-items:center;border:1.5px solid #d0d0d0;background:#f5f5f5;border-radius:8px;padding:0 12px;height:48px;gap:8px}.adspace-edit__input{flex:1;border:none;outline:none;font-size:15px;color:#151515;background:transparent}.adspace-edit__input::-moz-placeholder{color:#aaa}.adspace-edit__input::placeholder{color:#aaa}.adspace-edit__clear-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;line-height:1}.adspace-edit__footer{padding-top:32px}.adspace-edit__confirm{width:100%;padding:14px 32px;background:#e0e0e0;border:none;border-radius:14px;font-size:16px;font-weight:700;color:#888;cursor:not-allowed;transition:background .2s ease,color .2s ease}.adspace-edit__confirm--active{background:linear-gradient(101deg,#ffd43d 7.75%,#ffeaae 86.04%);color:#151515;cursor:pointer}.adspace-edit__confirm:disabled{opacity:.7}.moment-edit__toggle-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.moment-edit__toggle-label{font-size:18px;font-weight:500;color:#151515}.moment-edit__toggle{width:46px;height:26px;border-radius:13px;background:#ededed;border:1px solid #e5e5e5;position:relative;cursor:pointer;flex-shrink:0}.moment-edit__toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#a6a6a6;transition:transform .25s ease,background .25s ease;box-shadow:0 1px 3px rgba(0,0,0,.2)}.moment-edit__toggle--on .moment-edit__toggle-thumb{transform:translateX(20px);background:#0f96f1}.moment-edit__field{margin-bottom:16px}.moment-edit__field-label{display:block;font-size:17px;font-weight:500;color:#151515;margin-bottom:8px;font-family:var(--font-adelle-sans)}.moment-edit__date-wrap{display:flex;align-items:center;border:1.5px solid #d0d0d0;border-radius:8px;padding:0 12px;height:48px;gap:8px;background:#fff}.moment-edit__date-wrap--error{border-color:#e53935}.moment-edit__name-wrap{display:flex;align-items:center;height:48px;gap:8px}.moment-edit__input,.moment-edit__name-wrap{border:1.5px solid #d0d0d0;border-radius:8px;padding:0 12px;background:#fff}.moment-edit__input{flex:1;height:52px;font-size:18px;color:#151515;outline:none;width:100%}.moment-edit__input::-moz-placeholder{color:#666}.moment-edit__input::placeholder{color:#666}.moment-edit__date-wrap .moment-edit__input,.moment-edit__input--inline,.moment-edit__name-wrap .moment-edit__input{border:none;padding:0;height:auto;background:transparent;font-size:15px}.moment-edit__upload-row{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap;padding-top:10px}.moment-edit__upload-area{width:110px;height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1.5px dashed #1a8df8;border-radius:12px;background:#f5fbff;cursor:pointer;flex-shrink:0}.moment-edit__upload-text{font-size:15px;font-weight:500;color:#151515}.moment-edit__thumb-wrap{position:relative;width:110px;height:110px;flex-shrink:0}.moment-edit__thumb-wrap--loading{border-radius:10px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:moment-shimmer 1.2s infinite}.moment-edit__thumb{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:10px}.moment-edit__thumb-remove{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;border:1px solid #fff;background:#444;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:1px 0 1px 1px;z-index:1}.moment-edit__upload-loading{display:block;width:20px;height:20px;border:2px solid #d0d0d0;border-top-color:#1a8df8;border-radius:50%;animation:moment-spin .8s linear infinite}.moment-edit__file-input{display:none}.moment-edit__footer{padding-top:24px}.moment-edit__confirm{width:100%;padding:14px 32px;background:#e0e0e0;border:none;border-radius:14px;font-size:16px;font-weight:700;color:#888;cursor:not-allowed;transition:background .2s ease,color .2s ease}.moment-edit__confirm--active{background:linear-gradient(101deg,#ffd43d 7.75%,#ffeaae 86.04%);color:#151515;cursor:pointer}.moment-edit__confirm:disabled{opacity:.7}@keyframes moment-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes moment-spin{to{transform:rotate(1turn)}}.tribe-moments-layout{background:#fff;padding:12px 0 0}.tribe-moments-layout__header{display:flex;align-items:center;justify-content:space-between;padding:0 16px 4px}.tribe-moments-layout__title{font-size:20px;font-weight:600;color:#151515;letter-spacing:-.1px;font-family:var(--font-adelle-sans)}.tribe-moments-layout__view-all{cursor:pointer}.tribe-moments-layout__view-all-text{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#333;letter-spacing:.2px;font-family:var(--font-adelle-sans)}.tribe-moments-layout__feed{display:flex;flex-direction:row;align-items:flex-start;gap:12px;overflow-x:auto;overflow-y:visible;padding:4px 0 12px 12px;scroll-padding-left:16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tribe-moments-layout__feed::-webkit-scrollbar{display:none}.tribe-moments-layout__feed:after{content:"";display:block;min-width:16px;flex-shrink:0}.tribe-moments-layout__card{width:194px;min-width:194px;scroll-snap-align:start}.tribe-moments-layout__add-photos{display:flex;align-items:center;justify-content:center;margin-bottom:10px}.tribe-moments-layout__add-photos p{color:#1a8df8;font-size:15px;font-weight:500;font-family:var(--font-adelle-sans)}.tribe-moments-layout__skeleton{flex-shrink:0;width:180px;height:230px;border-radius:18px;scroll-snap-align:start;position:relative;overflow:hidden;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:800px 100%;animation:moments-shimmer 1.4s ease-in-out infinite}.tribe-moments-layout__skeleton:before{content:"";position:absolute;bottom:0;left:0;right:0;height:52px;background:rgba(0,0,0,.05);border-radius:0 0 18px 18px}.tribe-moments-layout__skeleton:after{content:"";position:absolute;bottom:16px;left:12px;width:55%;height:12px;border-radius:4px;background:rgba(0,0,0,.09)}.tribe-moments-delete-modal{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:24px}.tribe-moments-delete-modal__card{background:#fff;border-radius:40px;padding:28px 24px 24px;width:100%;max-width:340px;display:flex;flex-direction:column;align-items:center;gap:16px}.tribe-moments-delete-modal__icon-wrap{width:60px;height:60px;border-radius:50%;background:#ffe9e9;display:flex;align-items:center;justify-content:center}.tribe-moments-delete-modal__text{font-size:20px;font-weight:500;color:#151515;text-align:center;line-height:1.4;margin:0}.tribe-moments-delete-modal__actions{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px;margin-top:4px}.tribe-moments-delete-modal__btn{flex:1;height:48px;border:none;border-radius:14px;font-size:17px;font-weight:600;cursor:pointer}.tribe-moments-delete-modal__btn--cancel{background:transparent;color:#151515}.tribe-moments-delete-modal__btn--delete{background:#ffe9e9;color:#e62933}.tribe-moments-delete-modal__btn--delete:disabled{opacity:.6}@keyframes moments-shimmer{0%{background-position:-800px 0}to{background-position:800px 0}}.tribe-rules{padding:20px 16px 22px}.tribe-rules__title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tribe-rules__title{font-size:20px;font-weight:600;color:#151515;margin:0;letter-spacing:-.1px;font-family:var(--font-adelle-sans)}.tribe-rules__list{background:rgba(150,60,174,.07);border-radius:10px;list-style:none;padding:20px;margin:0;display:flex;flex-direction:column;gap:9px}.tribe-rules__item{font-size:17px;color:#222;line-height:1.55;position:relative}.tribe-rules__toggle{color:#222;font-size:17px;font-weight:700;cursor:pointer}.tribe-rules__toggle:hover{opacity:.75}.tribe-perks{padding:20px 16px 22px}.tribe-perks__title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tribe-perks__title{font-size:20px;font-weight:600;color:#151515;margin:0;letter-spacing:-.1px;font-family:var(--font-adelle-sans)}.tribe-perks__list{background:rgba(233,30,140,.06);border-radius:10px;list-style:none;padding:20px;margin:0;display:flex;flex-direction:column;gap:9px}.tribe-perks__item{font-size:17px;color:#222;line-height:1.55;position:relative}.tribe-perks__toggle{color:#222;font-size:17px;font-weight:700;cursor:pointer}.tribe-perks__toggle:hover{opacity:.75}.tribe-members{padding:20px 0 22px;display:flex;flex-direction:column;gap:12px}.tribe-members__header{display:flex;align-items:center;justify-content:space-between;padding:0 16px}.tribe-members__title{font-size:20px;font-weight:600;color:#151515;margin:0;letter-spacing:-.1px;font-family:var(--font-adelle-sans)}.tribe-members__view-all{cursor:pointer}.tribe-members__view-all-text{display:flex;flex-direction:row;align-items:center;gap:4px;font-size:14px;font-weight:500;color:#333;letter-spacing:.2px;font-family:var(--font-adelle-sans)}.tribe-members__scroll{display:flex;gap:16px;overflow-x:auto;padding:4px 16px 8px;scrollbar-width:none}.tribe-members__scroll::-webkit-scrollbar{display:none}.tribe-members__card{flex-direction:column;gap:5px;cursor:pointer}.tribe-members__card,.tribe-members__card-ring{display:flex;align-items:center;flex-shrink:0;width:72px}.tribe-members__card-ring{height:72px;border-radius:50%;border:1.5px solid #a500e2;padding:3px;background:#fff;justify-content:center;overflow:hidden}.tribe-members__card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;display:block}.tribe-members__card-initial{font-size:20px;font-weight:800;color:#a500e2;line-height:1}.tribe-members__card-name{font-size:15px;font-weight:600;color:#151515;letter-spacing:.4px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:68px}.tribe-members__card-role{font-size:13px;color:#333;font-weight:600;text-align:center}.tribe-faqs{padding:20px 16px 24px}.tribe-faqs__title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tribe-faqs__title{font-size:20px;font-weight:600;color:#151515;margin:0;letter-spacing:-.1px;font-family:var(--font-adelle-sans)}.tribe-faqs__list{display:flex;flex-direction:column;gap:8px}.tribe-faqs__item{background:#fff;border:1px solid #cecece;border-radius:8px;padding:0 14px;overflow:hidden;transition:background .3s ease,border-color .3s ease}.tribe-faqs__item.open{background:rgba(150,60,174,.07);border-color:transparent}.tribe-faqs__question{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tribe-faqs__question-text{font-size:15px;font-weight:600;color:#151515;line-height:1.45;flex:1}.tribe-faqs__icon{font-size:20px;font-weight:300;color:#222;flex-shrink:0;line-height:1;transition:color .3s ease}.tribe-faqs__item.open .tribe-faqs__icon{color:#963cae}.tribe-faqs__answer-wrapper{max-height:0;overflow:hidden;transition:max-height .35s ease}.tribe-faqs__item.open .tribe-faqs__answer-wrapper{max-height:600px}.tribe-faqs__question-text--placeholder{color:#151515;font-weight:400}.tribe-faqs__answer{font-size:15px;font-weight:300;color:#222;line-height:1.65;padding-bottom:14px;margin:0}.tribe-detail-page{background:#fff;height:100vh;overflow:auto;overflow-x:hidden;width:100%;-webkit-overflow-scrolling:touch}.tribe-detail-page .tribe-sticky-header{position:fixed;top:0;left:0;right:0;z-index:10;height:57px;width:100%;display:flex;align-items:center;padding:0 12px;transition:background .25s ease,box-shadow .25s ease;background:transparent}.tribe-detail-page .tribe-sticky-header.scrolled{background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.08)}.tribe-detail-page .tribe-sticky-header.scrolled .tribe-back-btn,.tribe-detail-page .tribe-sticky-header.scrolled .tribe-share-btn{background:transparent}.tribe-detail-page .tribe-sticky-header .tribe-back-btn{background:hsla(0,0%,100%,.9);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.tribe-detail-page .tribe-sticky-header .tribe-header-title{flex:1;font-size:20px;font-weight:500;font-family:var(--font-adelle-sans);color:#151515;margin:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tribe-detail-page .tribe-sticky-header .tribe-share-btn{background:hsla(0,0%,100%,.9);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);margin-left:auto}.tribe-detail-page .tribe-tabs-bar{position:sticky;top:calc(57px - 1px);z-index:10;background:#fff;overflow-x:auto;scrollbar-width:none;box-shadow:0 -2px 0 0 #fff}.tribe-detail-page .tribe-tabs-bar::-webkit-scrollbar{display:none}.tribe-detail-page .tribe-tabs-bar .tabs{justify-content:flex-start;width:-moz-max-content;width:max-content;min-width:100%;margin:0;padding:0 0 0 12px}.tribe-detail-page .tribe-tabs-bar .tabs button.tab{flex-basis:auto;flex-shrink:0;font-size:19px;font-weight:600;padding:14px 14px 6px;color:dimgray;border-bottom:3px solid transparent;white-space:nowrap}.tribe-detail-page .tribe-tabs-bar .tabs button.tab.active{color:#151515;border-bottom-color:#fdbd00}.tribe-detail-page .tribe-tabs-bar .tabs button.tab:first-child{margin-left:0}.tribe-detail-page .tribe-tabs-bar .tabs button.tab:last-child{margin-right:0}.tribe-detail-page .tribe-section-anchor{scroll-margin-top:calc(57px + 48px)}.tribe-detail-page .tribe-section-divider{height:6px;width:100%;background:#f4f4f4}.tribe-detail-page .tribe-game-widget .game-widget-carousel{margin:10px 16px}.tribe-detail-page .tribe-faqs,.tribe-detail-page .tribe-glimpse,.tribe-detail-page .tribe-members,.tribe-detail-page .tribe-rules{background:#fff}.tribe-private-lock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(240,245,255,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;padding:22px 28px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;width:220px}.tribe-private-lock__title{font-size:16px;font-weight:700;color:#151515;margin:0}.tribe-private-lock__subtitle{font-size:13px;font-weight:400;color:#555;margin:0;line-height:1.45}.tribe-locked-banner{position:relative;overflow:hidden;min-height:590px}.tribe-locked-banner__blur{position:absolute;inset:0;filter:blur(8px);opacity:.55;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tribe-locked-banner__blur img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.tribe-create-fab{position:fixed;bottom:45px;right:24px;width:60px;height:60px;border-radius:50%;background:linear-gradient(180deg,#ffd130,#ffe589);border:2.5px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:200;transition:transform .15s ease,box-shadow .15s ease}.tribe-create-fab:active{transform:scale(.93);box-shadow:0 2px 8px rgba(0,0,0,.15)}.home-whatsapp-banner{margin:0 20px 28px}.game-widget-carousel{margin:18px 20px}.game-widget-carousel .embla{width:100%}.game-widget-carousel .embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(20px*-1);align-items:center}.game-widget-carousel .embla__slide{flex:0 0 100%;min-width:0;padding-left:20px;cursor:pointer;display:flex;justify-content:center;align-items:center}.game-widget-carousel__image{width:100%;display:block;border-radius:12px;-o-object-fit:cover;object-fit:cover;aspect-ratio:6.67}.game-widget-carousel .embla__dots{width:100%;padding-right:5px;display:flex;justify-content:flex-end;align-items:center;padding-top:10px}.swapping-indicator{position:relative}.swapping-indicator__btn{position:absolute;top:0;width:20px;height:100%;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;padding:0;background:none;border:none}.swapping-indicator__pill{display:block;width:12px;height:4px;border-radius:2px;background:#e8e8e8}.swapping-indicator__star{position:absolute;top:50%;left:0;margin-top:-7.5px;pointer-events:none}.swapping-indicator__star svg{display:block}.tribe-trending-hashtag{padding:4px 16px 8px;background:#fff}.tribe-trending-hashtag__header{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}.tribe-trending-hashtag__title{font-size:18px;font-weight:500;font-family:var(--font-adelle-sans);color:#000;margin:0}.tribe-trending-hashtag__edit-btn{background:none;border:none;color:#1a8df8;font-size:15px;font-weight:600;font-family:var(--font-adelle-sans);cursor:pointer;padding:0;flex-shrink:0}.tribe-trending-hashtag__list{display:flex;flex-wrap:wrap;gap:8px}.tribe-trending-hashtag__chip{padding:6px 14px;border-radius:10px;height:32px;background:#ecf7ff;color:#1a8df8;font-weight:400;border:none;white-space:nowrap;line-height:1.4}.tribe-trending-hashtag__chip,.tribe-trending-hashtag__chip--toggle{display:inline-flex;align-items:center;font-size:16px;font-family:var(--font-adelle-sans);cursor:pointer}.tribe-trending-hashtag__chip--toggle{gap:4px;color:#444;font-weight:500;background:#ededed}.tribe-trending-hashtag__overflow{display:flex;flex-wrap:wrap;gap:8px;padding-top:10px;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease-in-out,opacity .25s ease}.tribe-trending-hashtag__overflow--expanded{max-height:400px;opacity:1}.tribe-adspace{padding:0 16px;background:#fff}.tribe-adspace__header{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}.tribe-adspace__title{font-size:18px;font-weight:500;font-family:var(--font-adelle-sans);color:#000;margin:0}.tribe-adspace__edit-btn{background:none;border:none;color:#1a8df8;font-size:15px;font-weight:600;font-family:var(--font-adelle-sans);cursor:pointer;padding:0;flex-shrink:0}.tribe-adspace__slot{border:1px solid #e0e0e0;border-radius:12px;padding:10px;margin-bottom:10px;background:#fff}.tribe-adspace__img{width:100%;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:8px;background:#e0e0e0;display:block}.tribe-adspace__link-row{display:flex;align-items:center;gap:6px;margin-top:8px}.tribe-adspace__link{font-size:12px;color:#555;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes shimmer{0%{background-position:-800px 0}to{background-position:800px 0}}.tribe-skeleton-banner,.tribe-skeleton-cta,.tribe-skeleton-description,.tribe-skeleton-event-cards .tribe-skeleton-event-card,.tribe-skeleton-hashtag-section .tribe-skeleton-hashtag-chips .tribe-skeleton-hashtag-chip,.tribe-skeleton-hashtag-section .tribe-skeleton-hashtag-title,.tribe-skeleton-logo,.tribe-skeleton-owner .tribe-skeleton-owner-avatar,.tribe-skeleton-owner .tribe-skeleton-owner-label,.tribe-skeleton-owner .tribe-skeleton-owner-name,.tribe-skeleton-pills .tribe-skeleton-pill,.tribe-skeleton-post-cards .tribe-skeleton-post-card .tribe-skeleton-post-avatar,.tribe-skeleton-post-cards .tribe-skeleton-post-card .tribe-skeleton-post-lines .tribe-skeleton-post-line,.tribe-skeleton-section .tribe-skeleton-section-title,.tribe-skeleton-tabs .tribe-skeleton-tab,.tribe-skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:800px 100%;animation:shimmer 1.4s ease-in-out infinite}.tribe-skeleton-banner{width:100%;height:200px}.tribe-skeleton-info-card{background:#fff;padding:0 16px 20px;display:flex;flex-direction:column;align-items:center;margin-top:-20px;border-radius:24px 24px 0 0;position:relative}.tribe-skeleton-logo{width:80px;height:80px;border-radius:50%;margin-top:-40px;margin-bottom:12px;border:3px solid #fff;flex-shrink:0}.tribe-skeleton-title{width:60%;height:22px;border-radius:8px;margin-bottom:8px}.tribe-skeleton-owner{display:flex;align-items:center;gap:8px;margin-bottom:16px}.tribe-skeleton-owner .tribe-skeleton-owner-label{width:52px;height:14px;border-radius:4px}.tribe-skeleton-owner .tribe-skeleton-owner-avatar{width:22px;height:22px;border-radius:50%}.tribe-skeleton-owner .tribe-skeleton-owner-name{width:70px;height:14px;border-radius:4px}.tribe-skeleton-pills{display:flex;gap:12px;justify-content:center;margin-bottom:14px}.tribe-skeleton-pills .tribe-skeleton-pill{width:86px;height:64px;border-radius:20px}.tribe-skeleton-description{width:100%;height:56px;border-radius:8px;margin-bottom:14px}.tribe-skeleton-cta{width:100%;height:48px;border-radius:14px}.tribe-skeleton-hashtag-section{background:#fff;padding:8px 16px 10px}.tribe-skeleton-hashtag-section .tribe-skeleton-hashtag-title{width:130px;height:18px;border-radius:5px;margin-bottom:12px}.tribe-skeleton-hashtag-section .tribe-skeleton-hashtag-chips{display:flex;flex-wrap:wrap;gap:8px}.tribe-skeleton-hashtag-section .tribe-skeleton-hashtag-chips .tribe-skeleton-hashtag-chip{height:32px;border-radius:10px}.tribe-skeleton-hashtag-section .tribe-skeleton-hashtag-chips .tribe-skeleton-hashtag-chip:first-child{width:90px}.tribe-skeleton-hashtag-section .tribe-skeleton-hashtag-chips .tribe-skeleton-hashtag-chip:nth-child(2){width:116px}.tribe-skeleton-hashtag-section .tribe-skeleton-hashtag-chips .tribe-skeleton-hashtag-chip:nth-child(3){width:76px}.tribe-skeleton-divider{height:6px;width:100%;background:#f4f4f4}.tribe-skeleton-tabs{display:flex;gap:8px;padding:12px 16px;overflow:hidden;background:#fff}.tribe-skeleton-tabs .tribe-skeleton-tab{height:22px;border-radius:6px;flex-shrink:0}.tribe-skeleton-tabs .tribe-skeleton-tab:first-child{width:64px}.tribe-skeleton-tabs .tribe-skeleton-tab:nth-child(2){width:52px}.tribe-skeleton-tabs .tribe-skeleton-tab:nth-child(3){width:72px}.tribe-skeleton-tabs .tribe-skeleton-tab:nth-child(4){width:56px}.tribe-skeleton-section{background:#fff;padding:16px 16px 0}.tribe-skeleton-section .tribe-skeleton-section-title{width:40%;height:20px;border-radius:6px;margin-bottom:16px}.tribe-skeleton-event-cards{display:flex;flex-direction:column;gap:12px;padding:0 16px 16px;background:#fff}.tribe-skeleton-event-cards .tribe-skeleton-event-card{width:100%;height:100px;border-radius:16px}.tribe-skeleton-post-cards{display:flex;flex-direction:column;gap:12px;padding:0 16px 16px;background:#fff}.tribe-skeleton-post-cards .tribe-skeleton-post-card{display:flex;gap:12px;align-items:flex-start}.tribe-skeleton-post-cards .tribe-skeleton-post-card .tribe-skeleton-post-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0}.tribe-skeleton-post-cards .tribe-skeleton-post-card .tribe-skeleton-post-lines{flex:1;display:flex;flex-direction:column;gap:8px}.tribe-skeleton-post-cards .tribe-skeleton-post-card .tribe-skeleton-post-lines .tribe-skeleton-post-line{height:14px;border-radius:4px}.tribe-skeleton-post-cards .tribe-skeleton-post-card .tribe-skeleton-post-lines .tribe-skeleton-post-line:first-child{width:100%}.tribe-skeleton-post-cards .tribe-skeleton-post-card .tribe-skeleton-post-lines .tribe-skeleton-post-line:nth-child(2){width:80%}.tribe-skeleton-post-cards .tribe-skeleton-post-card .tribe-skeleton-post-lines .tribe-skeleton-post-line:nth-child(3){width:60%}