.Navbar-module___rHu7W__header{z-index:10000;background:var(--color-bg-nav);border-bottom:1px solid var(--color-border-orange);-webkit-backdrop-filter:blur(12px);padding-top:env(safe-area-inset-top,0);position:sticky;top:0;transform:translateZ(0)}.Navbar-module___rHu7W__inner{justify-content:space-between;align-items:center;gap:24px;max-width:1600px;height:64px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module___rHu7W__logo{flex-shrink:0;align-items:center;display:flex}.Navbar-module___rHu7W__logoImg{object-fit:contain;width:auto;max-width:220px;height:48px}.Navbar-module___rHu7W__nav{align-items:center;gap:4px;display:flex}.Navbar-module___rHu7W__userSection{align-items:center;gap:16px;display:flex;position:relative}.Navbar-module___rHu7W__avatar{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:700;transition:transform .2s;display:flex;position:relative;overflow:visible}.Navbar-module___rHu7W__avatar:hover{transform:scale(1.08)}.Navbar-module___rHu7W__avatarImg{object-fit:cover;z-index:0;border-radius:50%;width:100%;height:100%;display:block;position:relative;overflow:hidden}.Navbar-module___rHu7W__navStatusDot{border:2px solid var(--bg-primary,#0a0a0a);pointer-events:none;z-index:10;border-radius:50%;width:10px;height:10px;transition:background .3s;position:absolute;bottom:0;right:0}.Navbar-module___rHu7W__loadingPulse{background:#ffffff0d;border-radius:50%;width:32px;height:32px;animation:1.5s ease-in-out infinite Navbar-module___rHu7W__pulse}@keyframes Navbar-module___rHu7W__pulse{0%{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1)}to{opacity:.5;transform:scale(.95)}}.Navbar-module___rHu7W__dropdown{border:1px solid var(--color-border-orange);background:#120e0c;border-radius:12px;flex-direction:column;gap:4px;width:200px;padding:8px;animation:.2s ease-out Navbar-module___rHu7W__slideDown;display:flex;position:absolute;top:50px;right:0;box-shadow:0 10px 25px #00000080}.Navbar-module___rHu7W__dropdownHeader{color:var(--color-text-dim);text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #ffffff0d;padding:10px 14px;font-size:12px;overflow:hidden}@keyframes Navbar-module___rHu7W__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module___rHu7W__dropdownItem{color:var(--color-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 14px;font-size:14px;text-decoration:none;transition:background .15s}.Navbar-module___rHu7W__dropdownItem:hover{background:#ffffff14}.Navbar-module___rHu7W__btnLogout{color:#ff7070}.Navbar-module___rHu7W__btnLogout:hover{background:#ff70701a}.Navbar-module___rHu7W__authButtons{align-items:center;gap:12px;display:flex}.Navbar-module___rHu7W__btnSignup{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:filter .2s}.Navbar-module___rHu7W__btnSignup:hover{filter:brightness(1.1)}.Navbar-module___rHu7W__btnLogin{color:#fff;border-radius:var(--radius-full);background:#ffffff0d;border:1px solid #ffffff1a;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s}.Navbar-module___rHu7W__btnLogin:hover{background:#ffffff1a}.Navbar-module___rHu7W__navItem{letter-spacing:-.015em;color:var(--color-text);white-space:nowrap;border-radius:14px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:500;line-height:20px;transition:background .15s;display:flex;position:relative}.Navbar-module___rHu7W__navItem:hover{background:#ffffff14}.Navbar-module___rHu7W__navItemActive{background:var(--color-primary);color:var(--color-text)}.Navbar-module___rHu7W__navItemActive:hover{background:var(--color-primary-dark)}.Navbar-module___rHu7W__navItemLabel{min-width:0;display:inline-flex}.Navbar-module___rHu7W__eventsIcon{color:#b7bf4f;flex-shrink:0}.Navbar-module___rHu7W__navItemActive .Navbar-module___rHu7W__eventsIcon{color:#d4dc7a}.Navbar-module___rHu7W__marketplaceIcon{color:#dc6f36;flex-shrink:0}.Navbar-module___rHu7W__navItemActive .Navbar-module___rHu7W__marketplaceIcon{color:#fdba8c}.Navbar-module___rHu7W__rotatingIcon{animation:20s linear infinite Navbar-module___rHu7W__rotate}@keyframes Navbar-module___rHu7W__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Navbar-module___rHu7W__badge{border-radius:var(--radius-full);background:var(--color-primary);min-width:20px;height:20px;color:var(--color-text);border:1px solid #0000;justify-content:center;align-items:center;padding:0 4px;font-size:12px;font-weight:500;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.Navbar-module___rHu7W__mobileBottomNav{left:50%;bottom:max(10px, env(safe-area-inset-bottom,0px));z-index:10040;-webkit-backdrop-filter:blur(20px);background:#0c0a09f0;border:1px solid #ffffff1a;border-radius:22px;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:0;width:min(100% - 12px,760px);padding:5px 3px;display:none;position:fixed;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 40px #0009}.Navbar-module___rHu7W__mobileNavItem{color:#fff9;text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;padding:8px 2px 6px;font-size:10px;font-weight:500;transition:all .2s;display:flex;position:relative;overflow:hidden}.Navbar-module___rHu7W__mobileNavItem:hover{color:#ffffffe6;background:#ffffff0f}.Navbar-module___rHu7W__mobileNavItemActive{color:#fff;background:#ffffff1a}.Navbar-module___rHu7W__mobileNavItemActive img,.Navbar-module___rHu7W__mobileNavItemActive .Navbar-module___rHu7W__mobileAvatarWrap{transition:transform .2s;transform:scale(1.08)}.Navbar-module___rHu7W__mobileNavLabel{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.02em;width:100%;overflow:hidden}.Navbar-module___rHu7W__mobileAvatarWrap{border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .2s;display:inline-flex;overflow:hidden}.Navbar-module___rHu7W__mobileAvatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.Navbar-module___rHu7W__mobileNavDot{opacity:.75;background:currentColor;border-radius:50%;width:6px;height:6px}.Navbar-module___rHu7W__mobileBadge{background:var(--color-primary);color:#fff;border:1.5px solid #120e0c;border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;margin-right:-16px;padding:0 4px;font-size:9px;font-weight:700;display:flex;position:absolute;top:4px;right:50%}@media (max-width:1200px) and (min-width:901px),(orientation:portrait) and (min-width:901px){.Navbar-module___rHu7W__inner{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 14px;display:grid}.Navbar-module___rHu7W__logo{min-width:0}.Navbar-module___rHu7W__logoImg{max-width:128px;height:34px}.Navbar-module___rHu7W__userSection{flex-shrink:0;justify-self:end;gap:8px}.Navbar-module___rHu7W__nav{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;justify-content:center;justify-self:center;gap:4px;width:100%;min-width:0;max-width:100%;padding:0 4px;overflow:auto hidden}.Navbar-module___rHu7W__nav::-webkit-scrollbar{display:none}.Navbar-module___rHu7W__navItem{flex-shrink:0;padding:8px 10px;font-size:12px}.Navbar-module___rHu7W__navItemLabel{display:none}.Navbar-module___rHu7W__iconContainer{width:22px;height:22px}}@media (orientation:portrait) and (min-width:901px){.Navbar-module___rHu7W__inner{gap:8px;padding:0 10px}.Navbar-module___rHu7W__logoImg{max-width:110px;height:30px}.Navbar-module___rHu7W__userSection{gap:6px}.Navbar-module___rHu7W__nav{gap:2px}.Navbar-module___rHu7W__navItem{padding:7px 8px}.Navbar-module___rHu7W__iconContainer{width:20px;height:20px}}@media (max-width:900px){.Navbar-module___rHu7W__nav{display:none}.Navbar-module___rHu7W__mobileBottomNav{display:grid}.Navbar-module___rHu7W__authButtons{display:none}.Navbar-module___rHu7W__logoImg{height:40px}.Navbar-module___rHu7W__inner{gap:16px;padding:0 16px}.Navbar-module___rHu7W__header{padding-bottom:0}}@media (max-width:600px){.Navbar-module___rHu7W__logoImg{max-width:150px;height:30px}.Navbar-module___rHu7W__inner{gap:6px;padding:0 10px}.Navbar-module___rHu7W__avatar{width:32px;height:32px}.Navbar-module___rHu7W__userSection{gap:6px}.Navbar-module___rHu7W__mobileBottomNav{bottom:max(8px, env(safe-area-inset-bottom,0px));border-radius:18px;width:calc(100% - 8px);padding:5px 2px}.Navbar-module___rHu7W__mobileNavItem{gap:0;padding:7px 0 5px;font-size:9px}.Navbar-module___rHu7W__mobileNavLabel{display:none}}@media (max-width:520px){.Navbar-module___rHu7W__mobileBottomNav{border-radius:18px;padding:6px 2px}.Navbar-module___rHu7W__mobileNavItem{min-height:44px;padding:7px 0}.Navbar-module___rHu7W__mobileAvatarWrap{border-color:#dc6f3673;width:24px;height:24px}.Navbar-module___rHu7W__mobileNavItemActive{background:#dc6f3629}}@media (max-width:380px){.Navbar-module___rHu7W__mobileBottomNav{width:calc(100% - 6px);padding:5px 1px}.Navbar-module___rHu7W__iconContainer{width:20px;height:20px}.Navbar-module___rHu7W__mobileNavIcon,.Navbar-module___rHu7W__mobileNavIconMask{width:20px!important;height:20px!important}.Navbar-module___rHu7W__mobileAvatarWrap{width:22px;height:22px}}@media (max-width:350px){.Navbar-module___rHu7W__logoImg{max-width:120px;height:22px}.Navbar-module___rHu7W__inner{gap:2px;padding:0 6px}.Navbar-module___rHu7W__userSection{gap:4px}.Navbar-module___rHu7W__avatar{width:28px;height:28px}.Navbar-module___rHu7W__mobileNavLabel{font-size:9px}.Navbar-module___rHu7W__btnSignup,.Navbar-module___rHu7W__btnLogin{padding:8px 14px;font-size:13px}}.Navbar-module___rHu7W__lockedNavItem:hover{opacity:1;color:#ff7000!important;background:#ff700014!important}.Navbar-module___rHu7W__lockedIcon{transition:all .2s}.Navbar-module___rHu7W__lockedNavItem:hover .Navbar-module___rHu7W__lockedIcon{filter:none;opacity:1}.Navbar-module___rHu7W__iconContainer{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:relative}.Navbar-module___rHu7W__mobileNavIcon{flex-shrink:0;max-width:22px;max-height:22px;width:22px!important;height:22px!important}.Navbar-module___rHu7W__mobileNavIconMask{flex-shrink:0;width:22px!important;height:22px!important}.Navbar-module___rHu7W__lockIconInline{color:#ff7000;flex-shrink:0;margin-left:6px;animation:1.5s ease-in-out infinite alternate Navbar-module___rHu7W__lockGlow}@keyframes Navbar-module___rHu7W__lockGlow{0%{filter:drop-shadow(0 0 1px #ff700066)}to{filter:drop-shadow(0 0 5px #ff7000cc)}}
.NotificationBell-module__q8NsHa__container{align-items:center;display:flex;position:relative}.NotificationBell-module__q8NsHa__bellButton{color:var(--color-text-dim,#a0a0a0);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;position:relative}.NotificationBell-module__q8NsHa__bellButton:hover{color:#fff;background:#ffffff1a;transform:translateY(-1px)}.NotificationBell-module__q8NsHa__badge{color:#fff;background:#ff4757;border:2px solid #000;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.NotificationBell-module__q8NsHa__dropdown{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#0f0f0ff2;border:1px solid #ffffff1a;border-radius:16px;width:320px;animation:.2s ease-out NotificationBell-module__q8NsHa__fadeInDown;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 10px 30px #00000080}@keyframes NotificationBell-module__q8NsHa__fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.NotificationBell-module__q8NsHa__header{border-bottom:1px solid #ffffff0d;flex-direction:column;gap:10px;padding:16px;display:flex}.NotificationBell-module__q8NsHa__header h3{color:#fff;margin:0;font-size:1rem;font-weight:700}.NotificationBell-module__q8NsHa__headerActions{flex-wrap:wrap;gap:8px;display:flex}.NotificationBell-module__q8NsHa__headerActionBtn{color:#e8e8e8;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;padding:6px 10px;font-size:.72rem;font-weight:600;transition:background .2s,color .2s}.NotificationBell-module__q8NsHa__headerActionBtn:hover{color:#fff;background:#ffffff1f}.NotificationBell-module__q8NsHa__markAllBtn{color:var(--color-primary,#dc6f36);cursor:pointer;opacity:.8;background:0 0;border:none;font-size:.75rem;transition:opacity .2s}.NotificationBell-module__q8NsHa__markAllBtn:hover{opacity:1}.NotificationBell-module__q8NsHa__list{max-height:380px;overflow-y:auto}.NotificationBell-module__q8NsHa__item{cursor:pointer;align-items:flex-start;gap:12px;padding:12px 16px;transition:background .2s;display:flex;position:relative}.NotificationBell-module__q8NsHa__item:hover{background:#ffffff08}.NotificationBell-module__q8NsHa__unread{background:#dc6f360d}.NotificationBell-module__q8NsHa__item:not(:last-child){border-bottom:1px solid #ffffff08}.NotificationBell-module__q8NsHa__avatarWrap{flex-shrink:0;width:36px;height:36px;line-height:0;position:relative}.NotificationBell-module__q8NsHa__typeIcon{z-index:1;box-sizing:border-box;pointer-events:none;background:#111;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;bottom:0;right:0;overflow:hidden}.NotificationBell-module__q8NsHa__typeIcon svg{flex-shrink:0;width:10px;height:10px}.NotificationBell-module__q8NsHa__commentIcon{color:#3b82f6}.NotificationBell-module__q8NsHa__content{flex:1;min-width:0}.NotificationBell-module__q8NsHa__text{color:#e0e0e0;margin:0;font-size:.85rem;line-height:1.4}.NotificationBell-module__q8NsHa__actorName{color:#fff;font-weight:700}.NotificationBell-module__q8NsHa__preview{color:gray;white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:.75rem;font-style:italic;overflow:hidden}.NotificationBell-module__q8NsHa__time{color:#666;margin-top:6px;font-size:.7rem;display:block}.NotificationBell-module__q8NsHa__dot{background:var(--color-primary,#dc6f36);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.NotificationBell-module__q8NsHa__empty{text-align:center;color:#666;padding:40px 20px;font-size:.9rem}.NotificationBell-module__q8NsHa__footer{text-align:center;border-top:1px solid #ffffff0d;padding:12px}.NotificationBell-module__q8NsHa__viewAll{color:#888;font-size:.8rem;text-decoration:none;transition:color .2s}.NotificationBell-module__q8NsHa__viewAll:hover{color:#fff}@media (max-width:600px){.NotificationBell-module__q8NsHa__dropdown{z-index:1100!important;width:auto!important;max-height:80vh!important;position:fixed!important;top:70px!important;left:10px!important;right:10px!important}.NotificationBell-module__q8NsHa__bellButton{width:36px;height:36px}}@media (max-width:350px){.NotificationBell-module__q8NsHa__bellButton{width:28px;height:28px}}.NotificationBell-module__q8NsHa__reactionIconWrap{justify-content:center;align-items:center;display:flex}.NotificationBell-module__q8NsHa__crewIcon{color:var(--color-primary)}.NotificationBell-module__q8NsHa__crewActions{gap:8px;margin-top:10px;display:flex}.NotificationBell-module__q8NsHa__acceptBtn,.NotificationBell-module__q8NsHa__declineBtn{cursor:pointer;text-transform:uppercase;letter-spacing:.02em;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:700;transition:all .2s}.NotificationBell-module__q8NsHa__acceptBtn{background:var(--color-primary);color:#fff;border:none}.NotificationBell-module__q8NsHa__acceptBtn:hover{filter:brightness(1.1);transform:translateY(-1px)}.NotificationBell-module__q8NsHa__declineBtn{color:#888;background:#ffffff0d;border:1px solid #ffffff1a}.NotificationBell-module__q8NsHa__declineBtn:hover{color:#fff;background:#ffffff1a}.NotificationBell-module__q8NsHa__itemActions{opacity:0;flex-direction:column;flex-shrink:0;gap:4px;transition:opacity .2s;display:flex}.NotificationBell-module__q8NsHa__item:hover .NotificationBell-module__q8NsHa__itemActions{opacity:1}.NotificationBell-module__q8NsHa__itemActionBtn{color:#999;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.NotificationBell-module__q8NsHa__itemActionBtn:hover{color:#fff;background:#ffffff1a}.NotificationBell-module__q8NsHa__itemActionDanger{color:#ef4444}@media (hover:none){.NotificationBell-module__q8NsHa__itemActions{opacity:1}}
.ProfileShareQRModal-module__ySl8lW__screen{z-index:11000;flex-direction:column;animation:.28s ProfileShareQRModal-module__ySl8lW__shareFadeIn;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes ProfileShareQRModal-module__ySl8lW__shareFadeIn{0%{opacity:0}to{opacity:1}}.ProfileShareQRModal-module__ySl8lW__emojiBackground{pointer-events:none;position:absolute;inset:0;overflow:hidden}.ProfileShareQRModal-module__ySl8lW__emojiBackground span{-webkit-user-select:none;user-select:none;line-height:1;position:absolute}.ProfileShareQRModal-module__ySl8lW__topBar{z-index:2;padding:max(14px, env(safe-area-inset-top)) 18px 10px;justify-content:space-between;align-items:center;display:flex;position:relative}.ProfileShareQRModal-module__ySl8lW__topBtn{width:40px;height:40px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.ProfileShareQRModal-module__ySl8lW__topBtn:hover{background:#ffffff1f}.ProfileShareQRModal-module__ySl8lW__presetPill{color:inherit;letter-spacing:.08em;cursor:pointer;background:#0000001f;border:1.5px solid #ffffff59;border-radius:999px;padding:8px 20px;font-size:13px;font-weight:700;transition:background .2s,transform .2s}.ProfileShareQRModal-module__ySl8lW__presetPill:hover{background:#0003;transform:translateY(-1px)}.ProfileShareQRModal-module__ySl8lW__cardArea{z-index:1;flex:1;justify-content:center;align-items:center;padding:12px 24px 8px;display:flex;position:relative}.ProfileShareQRModal-module__ySl8lW__card{background:#fff;border-radius:28px;flex-direction:column;align-items:center;gap:18px;width:min(320px,78vw);padding:28px 22px 24px;display:flex;box-shadow:0 24px 60px #00000047,inset 0 2px #ffffff59}.ProfileShareQRModal-module__ySl8lW__cardName{color:#111;text-align:center;margin:0;font-size:22px;font-weight:800;line-height:1.15}.ProfileShareQRModal-module__ySl8lW__qrWrap{aspect-ratio:1;width:100%;max-width:248px;position:relative}.ProfileShareQRModal-module__ySl8lW__qrImage{border-radius:4px;width:100%;height:100%;display:block}.ProfileShareQRModal-module__ySl8lW__qrLoading{color:#555;background:#f4f4f4;border-radius:4px;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:600;display:flex}.ProfileShareQRModal-module__ySl8lW__logoBadge{background:#fff;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 16px #0000001f}.ProfileShareQRModal-module__ySl8lW__logoImage{object-fit:contain;width:42px;height:42px}.ProfileShareQRModal-module__ySl8lW__cardHandle{color:#1111118c;text-align:center;margin:0;font-size:15px;font-weight:600}.ProfileShareQRModal-module__ySl8lW__bottomBar{z-index:2;padding:8px 12px max(28px, env(safe-area-inset-bottom));justify-content:space-around;align-items:flex-start;gap:8px;display:flex;position:relative}.ProfileShareQRModal-module__ySl8lW__actionItem{max-width:120px;color:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:10px;padding:4px 6px;display:flex}.ProfileShareQRModal-module__ySl8lW__actionItem:disabled{opacity:.45;cursor:not-allowed}.ProfileShareQRModal-module__ySl8lW__actionIcon{background:#ffffff29;border:1px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:background .2s,transform .2s;display:inline-flex}.ProfileShareQRModal-module__ySl8lW__actionItem:hover:not(:disabled) .ProfileShareQRModal-module__ySl8lW__actionIcon{background:#ffffff3d;transform:translateY(-1px)}.ProfileShareQRModal-module__ySl8lW__actionItemSuccess .ProfileShareQRModal-module__ySl8lW__actionIcon{background:#22c55e38;border-color:#22c55e73}.ProfileShareQRModal-module__ySl8lW__actionLabel{text-align:center;opacity:.95;font-size:12px;font-weight:500;line-height:1.2}.ProfileShareQRModal-module__ySl8lW__screenLight .ProfileShareQRModal-module__ySl8lW__actionIcon{background:#00000012;border-color:#0000001a}.ProfileShareQRModal-module__ySl8lW__screenLight .ProfileShareQRModal-module__ySl8lW__actionItem:hover:not(:disabled) .ProfileShareQRModal-module__ySl8lW__actionIcon{background:#0000001c}.ProfileShareQRModal-module__ySl8lW__screenLight .ProfileShareQRModal-module__ySl8lW__topBtn:hover{background:#0000000f}.ProfileShareQRModal-module__ySl8lW__screenLight .ProfileShareQRModal-module__ySl8lW__presetPill{background:#ffffff8c;border-color:#00000024}@media (max-width:700px){.ProfileShareQRModal-module__ySl8lW__card{width:min(300px,84vw);padding:24px 18px 20px}.ProfileShareQRModal-module__ySl8lW__cardName{font-size:20px}.ProfileShareQRModal-module__ySl8lW__qrWrap{max-width:220px}}
.HabilidadesSection-module__ittBgW__section{z-index:10;-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;margin:0;padding:20px;transition:border-color .2s;position:relative}.HabilidadesSection-module__ittBgW__section:hover{border-color:#ffffff1f}.HabilidadesSection-module__ittBgW__headerRow{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px;padding-bottom:12px;display:flex}.HabilidadesSection-module__ittBgW__addMoreBtn{color:var(--color-primary);cursor:pointer;background:#dc6f361a;border:1px solid #dc6f364d;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .18s;display:flex}.HabilidadesSection-module__ittBgW__addMoreBtn:hover{border-color:var(--color-primary);background:#dc6f3633;transform:scale(1.05)}.HabilidadesSection-module__ittBgW__addInlineForm{gap:6px;margin-bottom:8px;display:flex}.HabilidadesSection-module__ittBgW__inlineInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex:1;padding:10px 12px;font-size:13px;transition:border-color .18s,background .18s}.HabilidadesSection-module__ittBgW__inlineInput::placeholder{color:#ffffff59}.HabilidadesSection-module__ittBgW__inlineInput:focus{background:#ffffff12;border-color:#dc6f3673}.HabilidadesSection-module__ittBgW__inlineActionBtn{color:#fff;cursor:pointer;background:#dc6f36;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.HabilidadesSection-module__ittBgW__inlineActionBtn:disabled{opacity:.5;cursor:not-allowed}.HabilidadesSection-module__ittBgW__pillRemove{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;align-items:center;padding:0 0 0 4px;display:inline-flex}.HabilidadesSection-module__ittBgW__pillRemove:hover{opacity:1}@keyframes HabilidadesSection-module__ittBgW__spin{to{transform:rotate(360deg)}}.HabilidadesSection-module__ittBgW__spin{animation:.8s linear infinite HabilidadesSection-module__ittBgW__spin}.HabilidadesSection-module__ittBgW__title{color:#fff;margin:0;font-size:15px;font-weight:700}.HabilidadesSection-module__ittBgW__tags{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.HabilidadesSection-module__ittBgW__tag{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.HabilidadesSection-module__ittBgW__outline{color:var(--color-primary);background:#dc6f361a;border:1px solid #dc6f3647}.HabilidadesSection-module__ittBgW__filled{color:#111;background:#fff;border:none}.HabilidadesSection-module__ittBgW__lime{background:var(--color-lime);color:#111;border:none}.HabilidadesSection-module__ittBgW__emptyContainer{flex-direction:column;align-items:flex-start;gap:12px;width:100%;display:flex}.HabilidadesSection-module__ittBgW__emptyText{color:#fff6;margin:0;font-size:14px;font-style:italic}.HabilidadesSection-module__ittBgW__addBtnSmall{color:#fffc;border-radius:var(--radius-md);cursor:pointer;background:0 0;border:1px solid #ffffff26;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.HabilidadesSection-module__ittBgW__addBtnSmall:hover{background:#ffffff0d;border-color:#ffffff4d}.HabilidadesSection-module__ittBgW__moreCount{color:#ffffff80;align-items:center;font-size:12px;font-weight:500;display:flex}
.SkillSelector-module__33Ssmq__container{flex-direction:column;gap:12px;width:100%;display:flex}.SkillSelector-module__33Ssmq__selectedContainer{flex-wrap:wrap;gap:8px;display:flex}.SkillSelector-module__33Ssmq__tag{color:var(--color-primary);background:#dc6f361f;border:1px solid #dc6f3647;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:600;animation:.2s cubic-bezier(.4,0,.2,1) SkillSelector-module__33Ssmq__tagScale;display:flex}@keyframes SkillSelector-module__33Ssmq__tagScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.SkillSelector-module__33Ssmq__removeBtn{color:var(--color-primary);cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex}.SkillSelector-module__33Ssmq__removeBtn:hover{opacity:1;background:#dc6f3633}.SkillSelector-module__33Ssmq__inputWrapper{position:relative}.SkillSelector-module__33Ssmq__inputInner{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;padding:0 12px;transition:all .18s;display:flex}.SkillSelector-module__33Ssmq__inputInner:focus-within{background:#ffffff12;border-color:#dc6f3673;box-shadow:0 0 0 2px #dc6f3614}.SkillSelector-module__33Ssmq__searchIcon{color:#ffffff4d}.SkillSelector-module__33Ssmq__input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:12px 0;font-size:14px}.SkillSelector-module__33Ssmq__addBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.SkillSelector-module__33Ssmq__addBtn:hover{filter:brightness(1.1);transform:scale(1.1)}.SkillSelector-module__33Ssmq__suggestions{z-index:100;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;margin-top:8px;padding:6px;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #00000080}.SkillSelector-module__33Ssmq__suggestionItem{color:#ffffffb3;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px 12px;font-size:13px;transition:all .2s}.SkillSelector-module__33Ssmq__suggestionItem:hover{color:#fff;background:#ffffff0d}.SkillSelector-module__33Ssmq__errorTip{color:#ff4d4d;align-items:center;gap:6px;margin-top:6px;font-size:12px;animation:.3s SkillSelector-module__33Ssmq__slideIn;display:flex}@keyframes SkillSelector-module__33Ssmq__slideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.DemoReelSection-module__KQt4yW__section{background:var(--color-bg-card);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff0d;margin:0;padding:16px}.DemoReelSection-module__KQt4yW__title{color:#fff;margin-bottom:12px;font-size:16px;font-weight:700}.DemoReelSection-module__KQt4yW__videoArea{aspect-ratio:16/9;border-radius:var(--radius-sm);background:#1c1c1c;justify-content:center;align-items:center;width:100%;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.DemoReelSection-module__KQt4yW__videoArea.DemoReelSection-module__KQt4yW__vertical{aspect-ratio:9/16;max-width:450px;max-height:80vh;margin:0 auto}.DemoReelSection-module__KQt4yW__video{object-fit:cover;border-radius:var(--radius-sm);width:100%;height:100%}.DemoReelSection-module__KQt4yW__emptyContent{background:radial-gradient(circle,#1a1a1a 0%,#000 100%);border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.DemoReelSection-module__KQt4yW__cinematicBackground{z-index:0;position:absolute;inset:0}.DemoReelSection-module__KQt4yW__grainOverlay{opacity:.1;mix-blend-mode:overlay;pointer-events:none;background-image:url(https://grainy-gradients.vercel.app/noise.svg);position:absolute;inset:0}.DemoReelSection-module__KQt4yW__lightBeam{pointer-events:none;background:radial-gradient(circle,#e94b2a08 0%,#0000 40%);width:200%;height:200%;animation:20s linear infinite DemoReelSection-module__KQt4yW__beamPan;position:absolute;top:-50%;left:-50%}@keyframes DemoReelSection-module__KQt4yW__beamPan{0%{transform:translate(-10%,-10%)}50%{transform:translate(10%,10%)}to{transform:translate(-10%,-10%)}}.DemoReelSection-module__KQt4yW__logoWrapper{z-index:1;margin-bottom:12px;animation:1.2s cubic-bezier(.4,0,.2,1) forwards DemoReelSection-module__KQt4yW__cinematicFocus;position:relative}.DemoReelSection-module__KQt4yW__cinematicLogo{filter:drop-shadow(0 0 20px #000c);animation:30s linear infinite DemoReelSection-module__KQt4yW__slowSpin}@keyframes DemoReelSection-module__KQt4yW__slowSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes DemoReelSection-module__KQt4yW__cinematicFocus{0%{filter:blur(8px);opacity:0;transform:scale(1.1)}to{filter:blur();opacity:1;transform:scale(1)}}.DemoReelSection-module__KQt4yW__emptyInfo{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:8px;max-width:320px;display:flex;position:relative}.DemoReelSection-module__KQt4yW__emptyTitle{color:#fff;letter-spacing:.4rem;text-transform:uppercase;opacity:.7;margin:0;font-size:11px;font-weight:300;animation:1.2s ease-out forwards DemoReelSection-module__KQt4yW__textReveal}.DemoReelSection-module__KQt4yW__emptySubtitle{color:#e94b2a;text-transform:uppercase;letter-spacing:.2rem;opacity:.5;margin:0;font-size:8px;font-weight:400;animation:1.2s ease-out .2s forwards DemoReelSection-module__KQt4yW__textReveal}@keyframes DemoReelSection-module__KQt4yW__textReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:.9;transform:translateY(0)}}.DemoReelSection-module__KQt4yW__cinematicAddBtn{color:#e94b2a;text-transform:uppercase;letter-spacing:.1rem;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#e94b2a14;border:1px solid #e94b2a33;border-radius:100px;align-items:center;gap:10px;margin-top:8px;padding:8px 20px;font-size:10px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);animation:1.2s ease-out .4s forwards DemoReelSection-module__KQt4yW__btnReveal;display:flex}.DemoReelSection-module__KQt4yW__cinematicAddBtn:hover{color:#fff;background:#e94b2a26;border-color:#e94b2a66;transform:translateY(-2px);box-shadow:0 0 20px #e94b2a33}@keyframes DemoReelSection-module__KQt4yW__btnReveal{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.DemoReelSection-module__KQt4yW__changeBtn{color:#fff6;text-transform:uppercase;letter-spacing:.05rem;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;justify-content:center;align-items:center;gap:8px;height:32px;padding:6px 14px;font-size:10px;transition:all .2s;display:flex}.DemoReelSection-module__KQt4yW__actionRow{align-items:center;gap:12px;margin-top:16px;display:flex}.DemoReelSection-module__KQt4yW__deleteBtn{color:#f449;text-transform:uppercase;letter-spacing:.05rem;cursor:pointer;background:#ff44440d;border:1px solid #ff44441a;border-radius:100px;justify-content:center;align-items:center;gap:8px;height:32px;padding:6px 14px;font-size:10px;transition:all .2s;display:flex}.DemoReelSection-module__KQt4yW__deleteBtn:hover{color:#ff6b6b;background:#ff444426;border-color:#ff44444d;transform:translateY(-1px)}.DemoReelSection-module__KQt4yW__videoWrapper{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.DemoReelSection-module__KQt4yW__videoHidden{opacity:0}.DemoReelSection-module__KQt4yW__videoVisible{opacity:1;transition:opacity .8s}.DemoReelSection-module__KQt4yW__videoLoader{z-index:10;background:radial-gradient(circle,#111 0%,#000 100%);flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:absolute;inset:0}.DemoReelSection-module__KQt4yW__loaderLogoWrapper{justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.DemoReelSection-module__KQt4yW__loaderLogo{animation:2s ease-in-out infinite DemoReelSection-module__KQt4yW__logoPulse}@keyframes DemoReelSection-module__KQt4yW__logoPulse{0%,to{filter:blur();opacity:.8;transform:scale(1)}50%{filter:blur(2px);opacity:.4;transform:scale(1.1)}}.DemoReelSection-module__KQt4yW__loaderInfo{flex-direction:column;align-items:center;gap:12px;display:flex}.DemoReelSection-module__KQt4yW__loaderText{color:#fff6;text-transform:uppercase;letter-spacing:.2rem;margin:0;font-size:9px}.DemoReelSection-module__KQt4yW__progressTrack{background:#ffffff0d;border-radius:10px;width:120px;height:1px;position:relative;overflow:hidden}.DemoReelSection-module__KQt4yW__progressBar{background:#e94b2a;width:40%;height:100%;animation:2s ease-in-out infinite DemoReelSection-module__KQt4yW__progressMove;position:absolute;top:0;left:0;box-shadow:0 0 10px #e94b2a80}@keyframes DemoReelSection-module__KQt4yW__progressMove{0%{left:-40%}to{left:100%}}@media (max-width:768px){.DemoReelSection-module__KQt4yW__section{padding:12px}.DemoReelSection-module__KQt4yW__title{margin-bottom:8px;font-size:14px}.DemoReelSection-module__KQt4yW__videoArea.DemoReelSection-module__KQt4yW__vertical{max-width:100%;max-height:60vh}.DemoReelSection-module__KQt4yW__cinematicAddBtn{padding:6px 16px;font-size:9px}.DemoReelSection-module__KQt4yW__emptyTitle{letter-spacing:.2rem;font-size:9px}.DemoReelSection-module__KQt4yW__emptySubtitle{letter-spacing:.1rem;font-size:7px}}
.CineVideoPlayer-module__X3s-FW__playerContainer{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.CineVideoPlayer-module__X3s-FW__video{object-fit:contain;cursor:pointer;width:100%;height:100%}.CineVideoPlayer-module__X3s-FW__posterLayer{z-index:5;pointer-events:none;background-color:#000;background-repeat:no-repeat;position:absolute;inset:0}.CineVideoPlayer-module__X3s-FW__vertical .CineVideoPlayer-module__X3s-FW__video{object-fit:contain}.CineVideoPlayer-module__X3s-FW__controlsOverlay{opacity:0;z-index:20;background:linear-gradient(#0000,#000c);flex-direction:column;gap:12px;padding:20px;transition:all .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.CineVideoPlayer-module__X3s-FW__visible{opacity:1;transform:translateY(0)}.CineVideoPlayer-module__X3s-FW__progressArea{cursor:pointer;align-items:center;width:100%;height:6px;padding:10px 0;display:flex;position:relative}.CineVideoPlayer-module__X3s-FW__progressBar{background:#ffffff1a;border-radius:10px;width:100%;height:3px;transition:height .2s;position:relative;overflow:hidden}.CineVideoPlayer-module__X3s-FW__progressArea:hover .CineVideoPlayer-module__X3s-FW__progressBar{height:6px}.CineVideoPlayer-module__X3s-FW__progressPlayed{z-index:2;background:#e94b2a;height:100%;position:relative;box-shadow:0 0 10px #e94b2a80}.CineVideoPlayer-module__X3s-FW__progressHover{z-index:1;background:#fff3;height:100%;position:absolute;top:0;left:0}.CineVideoPlayer-module__X3s-FW__bottomControls{justify-content:space-between;align-items:center;width:100%;display:flex}.CineVideoPlayer-module__X3s-FW__leftGroup,.CineVideoPlayer-module__X3s-FW__rightGroup{flex:1;align-items:center;gap:16px;display:flex}.CineVideoPlayer-module__X3s-FW__rightGroup{justify-content:flex-end}.CineVideoPlayer-module__X3s-FW__controlBtn{color:#fff;opacity:.8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.CineVideoPlayer-module__X3s-FW__controlBtn:hover{opacity:1;color:#e94b2a;transform:scale(1.1)}.CineVideoPlayer-module__X3s-FW__timeDisplay{color:#fff9;letter-spacing:.05em;align-items:center;gap:4px;font-family:inherit;font-size:11px;display:flex}.CineVideoPlayer-module__X3s-FW__timeDivider{opacity:.3}.CineVideoPlayer-module__X3s-FW__thumbnailPreview{pointer-events:none;background-color:#000;background-size:2200px 620px;border:1.5px solid #fffc;border-radius:6px;flex-direction:column;justify-content:flex-end;width:220px;height:124px;transition:opacity .2s;display:flex;position:absolute;bottom:35px;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 30px #000c}.CineVideoPlayer-module__X3s-FW__thumbnailTime{color:#fff;background:#000000b3;border-radius:4px;align-self:center;margin:4px;padding:2px 6px;font-size:10px}@media (max-width:768px){.CineVideoPlayer-module__X3s-FW__controlsOverlay{gap:8px;padding:12px}.CineVideoPlayer-module__X3s-FW__leftGroup,.CineVideoPlayer-module__X3s-FW__rightGroup{gap:12px}.CineVideoPlayer-module__X3s-FW__timeDisplay{font-size:9px}}
.UpgradeMembershipModal-module__k59jiq__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999999;overscroll-behavior:none;justify-content:center;align-items:center;width:100vw;height:100vh;margin:0;padding:0;display:flex;position:fixed;top:0;left:0;background:#000000d9!important}.UpgradeMembershipModal-module__k59jiq__modal{z-index:100000;border:1px solid #ff780040;border-radius:32px;flex-direction:column;width:100%;max-width:580px;height:85vh;animation:8s infinite alternate UpgradeMembershipModal-module__k59jiq__modalGlow;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #ff780026,0 35px 80px #000c;background-color:#0b0b0b!important}@keyframes UpgradeMembershipModal-module__k59jiq__modalGlow{0%{border-color:#ff780026;box-shadow:0 25px 50px -12px #ff78000d,0 35px 80px #000c}to{border-color:#ff780059;box-shadow:0 25px 50px -12px #ff780033,0 35px 80px #000c}}@media (max-width:480px){.UpgradeMembershipModal-module__k59jiq__modal{border:none;border-radius:0;height:100%}}.UpgradeMembershipModal-module__k59jiq__header{z-index:10;background:linear-gradient(#0b0b0bf2,#0000);justify-content:space-between;align-items:center;padding:20px 24px;display:flex;position:absolute;top:0;left:0;right:0}.UpgradeMembershipModal-module__k59jiq__premiumIndicator{color:#ff8b00;letter-spacing:.1em;background:linear-gradient(135deg,#ff780026,#ffb80026);border:1px solid #ff78004d;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:.75rem;font-weight:800;display:flex}.UpgradeMembershipModal-module__k59jiq__sparkleIcon{color:#ffb800;animation:2s ease-in-out infinite UpgradeMembershipModal-module__k59jiq__pulseSparkle}@keyframes UpgradeMembershipModal-module__k59jiq__pulseSparkle{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.UpgradeMembershipModal-module__k59jiq__closeBtn{color:#fff9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex}.UpgradeMembershipModal-module__k59jiq__closeBtn:hover{color:#fff;background:#ffffff26;transform:rotate(90deg)}.UpgradeMembershipModal-module__k59jiq__scrollContent{scrollbar-width:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;padding:90px 24px 30px;position:relative;overflow-x:hidden;overflow-y:auto!important}.UpgradeMembershipModal-module__k59jiq__scrollContent::-webkit-scrollbar{display:none}.UpgradeMembershipModal-module__k59jiq__heroSection{text-align:center;margin-bottom:32px;position:relative}.UpgradeMembershipModal-module__k59jiq__title{letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#ffe5d0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:1.75rem;font-weight:950;line-height:1.25}.UpgradeMembershipModal-module__k59jiq__subtitle{color:#fff9;margin:0;font-size:.95rem;font-weight:500;line-height:1.5}.UpgradeMembershipModal-module__k59jiq__loaderContainer{color:#fff6;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 0;font-size:.9rem;display:flex}.UpgradeMembershipModal-module__k59jiq__spinner{color:#ff7800;animation:1s linear infinite UpgradeMembershipModal-module__k59jiq__spin}@keyframes UpgradeMembershipModal-module__k59jiq__spin{to{transform:rotate(360deg)}}.UpgradeMembershipModal-module__k59jiq__plansContainer{flex-direction:column;gap:24px;margin-bottom:24px;display:flex}.UpgradeMembershipModal-module__k59jiq__planCard{background:linear-gradient(135deg,#ffffff08,#ffffff03);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;padding:30px 24px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.UpgradeMembershipModal-module__k59jiq__planCard:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ff780066,#ffb8001a,#0000);border-radius:24px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.UpgradeMembershipModal-module__k59jiq__planCard:hover{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-color:#ff78004d;transform:translateY(-4px);box-shadow:0 15px 30px #ff78000d}.UpgradeMembershipModal-module__k59jiq__planBadge{color:#000;letter-spacing:.05em;background:linear-gradient(135deg,#ff7800,#ffb800);border-radius:12px;padding:4px 10px;font-size:.65rem;font-weight:900;position:absolute;top:14px;right:14px;box-shadow:0 4px 12px #ff780033}.UpgradeMembershipModal-module__k59jiq__planName{color:#fff;letter-spacing:-.02em;margin:0 0 12px;font-size:1.35rem;font-weight:900}.UpgradeMembershipModal-module__k59jiq__priceContainer{color:#fff;align-items:baseline;margin-bottom:20px;display:flex}.UpgradeMembershipModal-module__k59jiq__currency{color:#ff8b00;margin-right:2px;font-size:1.25rem;font-weight:800}.UpgradeMembershipModal-module__k59jiq__price{letter-spacing:-.04em;font-size:3rem;font-weight:950;line-height:1}.UpgradeMembershipModal-module__k59jiq__period{color:#fff6;margin-left:4px;font-size:.9rem;font-weight:600}.UpgradeMembershipModal-module__k59jiq__divider{background:#ffffff0f;width:100%;height:1px;margin-bottom:20px}.UpgradeMembershipModal-module__k59jiq__benefitsList{grid-template-columns:1fr;gap:10px 18px;width:100%;margin:0 0 28px;padding:0;list-style:none;display:grid}@media (min-width:480px){.UpgradeMembershipModal-module__k59jiq__benefitsList{grid-template-columns:repeat(2,1fr)}}.UpgradeMembershipModal-module__k59jiq__benefitItem{color:#ffffffd9;text-align:left;align-items:flex-start;gap:12px;font-size:.9rem;font-weight:500;line-height:1.4;display:flex}.UpgradeMembershipModal-module__k59jiq__checkIconWrapper{background:#ff780026;border:1px solid #ff780040;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;display:flex}.UpgradeMembershipModal-module__k59jiq__checkIcon{color:#ff8b00}.UpgradeMembershipModal-module__k59jiq__followCard{border-radius:22px;margin-bottom:24px;position:relative;overflow:hidden}.UpgradeMembershipModal-module__k59jiq__followCardGlow{pointer-events:none;background:radial-gradient(circle at 20% 0,#ff780038,#0000 55%),radial-gradient(circle at 80% 100%,#ffb8001f,#0000 50%);position:absolute;inset:0}.UpgradeMembershipModal-module__k59jiq__followCardInner{background:linear-gradient(145deg,#ffffff0f,#ffffff05);border:1px solid #ff780047;border-radius:22px;padding:18px;position:relative;box-shadow:0 12px 32px #00000059}.UpgradeMembershipModal-module__k59jiq__followProfile{align-items:center;gap:14px;margin-bottom:16px;display:flex}.UpgradeMembershipModal-module__k59jiq__followAvatarRing{background:linear-gradient(135deg,#ff7800,#ffb800);border-radius:50%;flex-shrink:0;padding:3px;box-shadow:0 6px 20px #ff780059}.UpgradeMembershipModal-module__k59jiq__followAvatar{border:2px solid #0b0b0b;border-radius:50%;display:block}.UpgradeMembershipModal-module__k59jiq__followMeta{flex-direction:column;gap:4px;min-width:0;display:flex}.UpgradeMembershipModal-module__k59jiq__followName{color:#fff;letter-spacing:-.02em;font-size:1.05rem;font-weight:800;line-height:1.2}.UpgradeMembershipModal-module__k59jiq__followSubtext{color:#ffffff8c;font-size:.82rem;font-weight:500;line-height:1.4}.UpgradeMembershipModal-module__k59jiq__followButton{color:#0b0b0b;cursor:pointer;background:linear-gradient(135deg,#ff7800,#ff9e00);border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 18px;font-size:.92rem;font-weight:900;transition:all .25s;display:flex;box-shadow:0 8px 24px #ff78004d}.UpgradeMembershipModal-module__k59jiq__followButton:hover:not(:disabled){background:linear-gradient(135deg,#ff8b00,#ffb800);transform:translateY(-1px);box-shadow:0 12px 28px #ff780073}.UpgradeMembershipModal-module__k59jiq__followButton:active:not(:disabled){transform:translateY(0)}.UpgradeMembershipModal-module__k59jiq__followButton:disabled{opacity:.75;cursor:not-allowed}.UpgradeMembershipModal-module__k59jiq__followArrow{opacity:.85}.UpgradeMembershipModal-module__k59jiq__followSuccessRow{color:#86efac;background:#22c55e1f;border:1px solid #22c55e59;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 14px;font-size:.88rem;font-weight:700;display:flex}.UpgradeMembershipModal-module__k59jiq__followSuccessIcon{color:#4ade80;flex-shrink:0}.UpgradeMembershipModal-module__k59jiq__followPendingRow{color:#fcd34d;background:#ffb8001a;border:1px solid #ffb80059;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 14px;font-size:.88rem;font-weight:700;display:flex}.UpgradeMembershipModal-module__k59jiq__followBadge{color:#86efac;letter-spacing:.04em;background:#22c55e26;border:1px solid #22c55e59;border-radius:999px;margin-top:6px;padding:3px 10px;font-size:.72rem;font-weight:800;display:inline-block}.UpgradeMembershipModal-module__k59jiq__emptyPlans{text-align:center;background:#ffffff08;border:1px dashed #ffffff1f;border-radius:20px;margin-bottom:16px;padding:24px 16px}.UpgradeMembershipModal-module__k59jiq__emptyPlans p{color:#ffffffb3;margin:0;font-size:.95rem}.UpgradeMembershipModal-module__k59jiq__emptyPlansHint{color:#ffffff73!important;margin-top:8px!important;font-size:.85rem!important}.UpgradeMembershipModal-module__k59jiq__upgradeButton{color:#000;cursor:pointer;background:linear-gradient(135deg,#ff7800,#ff9e00);border:none;border-radius:18px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px;font-size:.95rem;font-weight:900;transition:all .25s;display:flex;box-shadow:0 8px 24px #ff780040}.UpgradeMembershipModal-module__k59jiq__upgradeButton:hover:not(:disabled){background:linear-gradient(135deg,#ff8b00,#ffb800);transform:scale(1.02);box-shadow:0 12px 30px #ff780066}.UpgradeMembershipModal-module__k59jiq__upgradeButton:active:not(:disabled){transform:scale(.98)}.UpgradeMembershipModal-module__k59jiq__upgradeButton:disabled{opacity:.6;cursor:not-allowed}.UpgradeMembershipModal-module__k59jiq__btnSpinner{animation:1s linear infinite UpgradeMembershipModal-module__k59jiq__spin}.UpgradeMembershipModal-module__k59jiq__footerNote{text-align:center;padding:10px 0 20px}.UpgradeMembershipModal-module__k59jiq__footerNote p{color:#ffffff59;margin:0;font-size:.75rem;font-weight:500}@media (max-width:768px){.UpgradeMembershipModal-module__k59jiq__overlay{align-items:flex-end;padding:0}.UpgradeMembershipModal-module__k59jiq__modal{border-bottom:none;border-radius:32px 32px 0 0;max-width:100%;height:90vh}}
.AccountSwitcher-module__o40lAG__accountSwitcherOverlay{z-index:20000;background:#000000a6;justify-content:center;align-items:flex-end;animation:.2s AccountSwitcher-module__o40lAG__fadeIn;display:flex;position:fixed;inset:0}@media (min-width:641px){.AccountSwitcher-module__o40lAG__accountSwitcherOverlay{background:#0003;padding:0;display:block}}.AccountSwitcher-module__o40lAG__sheet{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-width:420px;height:auto;max-height:min(88vh,640px);animation:.28s cubic-bezier(.32,.72,0,1) AccountSwitcher-module__o40lAG__slideUp;display:flex;overflow:hidden;box-shadow:0 -8px 40px #00000080}@media (min-width:641px){.AccountSwitcher-module__o40lAG__sheet{border-radius:16px;width:360px;max-width:360px;max-height:calc(100vh - 88px);margin:0;animation:.2s ease-out AccountSwitcher-module__o40lAG__slideDownPopover;position:fixed;inset:72px 24px auto auto;box-shadow:0 12px 40px #00000073}}.AccountSwitcher-module__o40lAG__handle{background:#fff3;border-radius:999px;flex-shrink:0;width:36px;height:4px;margin:10px auto 4px}@media (min-width:641px){.AccountSwitcher-module__o40lAG__handle{display:none}}.AccountSwitcher-module__o40lAG__sheetHeader{text-align:center;border-bottom:1px solid #ffffff14;flex-shrink:0;padding:12px 44px 8px;position:relative}.AccountSwitcher-module__o40lAG__closeBtn{color:#ffffffa6;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex;position:absolute;top:8px;right:8px}.AccountSwitcher-module__o40lAG__closeBtn:hover{color:#fff;background:#ffffff14}.AccountSwitcher-module__o40lAG__sheetTitle{color:#fff;margin:0;font-size:16px;font-weight:700}.AccountSwitcher-module__o40lAG__sheetBody{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:auto;min-height:0;padding:8px 0;display:flex;overflow:hidden auto}.AccountSwitcher-module__o40lAG__sheetBody::-webkit-scrollbar{display:none}.AccountSwitcher-module__o40lAG__accountsSection,.AccountSwitcher-module__o40lAG__sheetFooter{flex-shrink:0}.AccountSwitcher-module__o40lAG__sectionLabel{color:#ffffff73;text-transform:uppercase;letter-spacing:.04em;padding:8px 16px 4px;font-size:12px;font-weight:600}.AccountSwitcher-module__o40lAG__accountList{flex-direction:column;display:flex}.AccountSwitcher-module__o40lAG__activeAccountRow{align-items:stretch;gap:0;display:flex}.AccountSwitcher-module__o40lAG__activeAccountRowOpen{background:#ffffff0a}.AccountSwitcher-module__o40lAG__activeAccountMain{flex:1;align-items:center;gap:12px;min-width:0;padding:12px 8px 12px 16px;display:flex}.AccountSwitcher-module__o40lAG__chevronToggle{color:#ffffff8c;cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;margin-right:8px;transition:background .15s,color .15s;display:flex}.AccountSwitcher-module__o40lAG__chevronToggle:hover:not(:disabled){color:#ffffffe6;background:#ffffff14}.AccountSwitcher-module__o40lAG__chevronToggle:disabled{opacity:.5;cursor:wait}.AccountSwitcher-module__o40lAG__chevronIcon{flex-shrink:0;transition:transform .28s cubic-bezier(.32,.72,0,1)}.AccountSwitcher-module__o40lAG__chevronIconOpen{transform:rotate(180deg)}.AccountSwitcher-module__o40lAG__accordionPanel{opacity:0;flex-shrink:0;height:0;max-height:0;transition:max-height .34s cubic-bezier(.32,.72,0,1),height .34s cubic-bezier(.32,.72,0,1),opacity .24s;overflow:hidden}.AccountSwitcher-module__o40lAG__accordionPanelOpen{opacity:1}.AccountSwitcher-module__o40lAG__otherAccountsList{border-top:1px solid #ffffff0f;flex-direction:column;display:flex;overflow:hidden}.AccountSwitcher-module__o40lAG__otherAccountsList .AccountSwitcher-module__o40lAG__sectionLabel{flex-shrink:0;padding-top:10px}.AccountSwitcher-module__o40lAG__otherAccountsScrollWrap{flex-shrink:0;position:relative}.AccountSwitcher-module__o40lAG__otherAccountsScroll{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overflow:hidden auto}.AccountSwitcher-module__o40lAG__scrollHintTop,.AccountSwitcher-module__o40lAG__scrollHintBottom{z-index:2;pointer-events:none;color:#ffffffb3;justify-content:center;align-items:center;height:22px;display:flex;position:absolute;left:0;right:0}.AccountSwitcher-module__o40lAG__scrollHintTop{background:linear-gradient(#1a1a1af2 0%,#1a1a1a00 100%);top:0}.AccountSwitcher-module__o40lAG__scrollHintBottom{background:linear-gradient(#1a1a1a00 0%,#1a1a1af2 100%);bottom:0}.AccountSwitcher-module__o40lAG__otherAccountsScroll::-webkit-scrollbar{display:none}.AccountSwitcher-module__o40lAG__accordionPanelOpen .AccountSwitcher-module__o40lAG__otherAccountsScroll>.AccountSwitcher-module__o40lAG__accountRowWrap{animation:.3s cubic-bezier(.32,.72,0,1) backwards AccountSwitcher-module__o40lAG__accordionRowIn}.AccountSwitcher-module__o40lAG__accordionPanelOpen .AccountSwitcher-module__o40lAG__otherAccountsScroll>.AccountSwitcher-module__o40lAG__accountRowWrap:first-child{animation-delay:40ms}.AccountSwitcher-module__o40lAG__accordionPanelOpen .AccountSwitcher-module__o40lAG__otherAccountsScroll>.AccountSwitcher-module__o40lAG__accountRowWrap:nth-child(2){animation-delay:80ms}.AccountSwitcher-module__o40lAG__accordionPanelOpen .AccountSwitcher-module__o40lAG__otherAccountsScroll>.AccountSwitcher-module__o40lAG__accountRowWrap:nth-child(3){animation-delay:.12s}.AccountSwitcher-module__o40lAG__accordionPanelOpen .AccountSwitcher-module__o40lAG__otherAccountsScroll>.AccountSwitcher-module__o40lAG__accountRowWrap:nth-child(4){animation-delay:.16s}.AccountSwitcher-module__o40lAG__accordionPanelOpen .AccountSwitcher-module__o40lAG__otherAccountsScroll>.AccountSwitcher-module__o40lAG__accountRowWrap:nth-child(5){animation-delay:.2s}@keyframes AccountSwitcher-module__o40lAG__accordionRowIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.AccountSwitcher-module__o40lAG__accordionPanel{transition:none}.AccountSwitcher-module__o40lAG__accordionPanelOpen .AccountSwitcher-module__o40lAG__otherAccountsScroll>.AccountSwitcher-module__o40lAG__accountRowWrap{animation:none}.AccountSwitcher-module__o40lAG__chevronIcon{transition:none}}.AccountSwitcher-module__o40lAG__accountRowWrap{flex-shrink:0;align-items:stretch;gap:0;height:72px;min-height:72px;max-height:72px;display:flex}.AccountSwitcher-module__o40lAG__accountRowWrap:hover .AccountSwitcher-module__o40lAG__unlinkBtn{opacity:1}.AccountSwitcher-module__o40lAG__accountRow{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:12px;min-width:0;height:100%;padding:0 8px 0 16px;transition:background .15s;display:flex}.AccountSwitcher-module__o40lAG__accountRowWrap:hover .AccountSwitcher-module__o40lAG__accountRow:not(:disabled){background:#ffffff0f}.AccountSwitcher-module__o40lAG__rowSpacer{flex-shrink:0;width:20px}.AccountSwitcher-module__o40lAG__unlinkBtn{color:#ffffff73;cursor:pointer;opacity:.55;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;margin-right:8px;transition:opacity .15s,background .15s,color .15s;display:flex}.AccountSwitcher-module__o40lAG__unlinkBtn:hover:not(:disabled){opacity:1;color:#ff7070;background:#ff70701f}.AccountSwitcher-module__o40lAG__unlinkBtn:disabled{opacity:.35;cursor:wait}.AccountSwitcher-module__o40lAG__unlinkIconBusy{animation:.8s ease-in-out infinite AccountSwitcher-module__o40lAG__pulse}@keyframes AccountSwitcher-module__o40lAG__pulse{0%,to{opacity:.4}50%{opacity:1}}.AccountSwitcher-module__o40lAG__accountRow:disabled{opacity:.6;cursor:wait}.AccountSwitcher-module__o40lAG__accountInfo{flex:1;min-width:0}.AccountSwitcher-module__o40lAG__accountName{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.AccountSwitcher-module__o40lAG__accountMeta{color:#ffffff73;margin-top:2px;font-size:13px}.AccountSwitcher-module__o40lAG__checkIcon{color:#1d9bf0;flex-shrink:0}.AccountSwitcher-module__o40lAG__addAccountRow{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:background .15s;display:flex}.AccountSwitcher-module__o40lAG__addAccountRow:hover{background:#ffffff0f}.AccountSwitcher-module__o40lAG__addIcon{color:#fffc;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.AccountSwitcher-module__o40lAG__divider{background:#ffffff14;height:1px;margin:8px 0}.AccountSwitcher-module__o40lAG__menuSection{flex-direction:column;padding:0 8px 8px;display:flex}.AccountSwitcher-module__o40lAG__menuItem{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;width:100%;padding:12px 16px;font-size:15px;text-decoration:none;transition:background .15s;display:block}.AccountSwitcher-module__o40lAG__menuItem:hover{background:#ffffff0f}.AccountSwitcher-module__o40lAG__menuItemDanger{color:#ff7070}.AccountSwitcher-module__o40lAG__menuItemDanger:hover{background:#ff70701a}.AccountSwitcher-module__o40lAG__subModal{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:400px;padding:0;animation:.25s AccountSwitcher-module__o40lAG__slideUp;overflow:hidden}@media (min-width:641px){.AccountSwitcher-module__o40lAG__subModal{width:360px;max-width:360px;margin:0;animation:.2s ease-out AccountSwitcher-module__o40lAG__slideDownPopover;position:fixed;inset:72px 24px auto auto}}.AccountSwitcher-module__o40lAG__subHeader{text-align:center;border-bottom:1px solid #ffffff14;padding:16px}.AccountSwitcher-module__o40lAG__subTitle{color:#fff;margin:0;font-size:16px;font-weight:700}.AccountSwitcher-module__o40lAG__subBody{padding:16px}.AccountSwitcher-module__o40lAG__subDescription{color:#ffffff8c;margin:0 0 16px;font-size:14px;line-height:1.5}.AccountSwitcher-module__o40lAG__optionBtn{cursor:pointer;border:none;border-radius:12px;width:100%;margin-bottom:10px;padding:14px 16px;font-size:15px;font-weight:600;transition:filter .15s,background .15s;display:block}.AccountSwitcher-module__o40lAG__optionBtnPrimary{color:#fff;background:#1d9bf0}.AccountSwitcher-module__o40lAG__optionBtnPrimary:hover{filter:brightness(1.08)}.AccountSwitcher-module__o40lAG__optionBtnSecondary{color:#fff;background:0 0;border:1px solid #ffffff40}.AccountSwitcher-module__o40lAG__optionBtnSecondary:hover{background:#ffffff0f}.AccountSwitcher-module__o40lAG__field{margin-bottom:14px}.AccountSwitcher-module__o40lAG__field label{color:#ffffffb3;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.AccountSwitcher-module__o40lAG__field input,.AccountSwitcher-module__o40lAG__field select,.AccountSwitcher-module__o40lAG__field textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:15px}.AccountSwitcher-module__o40lAG__field textarea{resize:vertical;min-height:80px}.AccountSwitcher-module__o40lAG__field input:focus,.AccountSwitcher-module__o40lAG__field select:focus,.AccountSwitcher-module__o40lAG__field textarea:focus{border-color:var(--color-primary,#dc6f36);outline:none}.AccountSwitcher-module__o40lAG__errorText{color:#ff7070;margin:0 0 12px;font-size:13px}.AccountSwitcher-module__o40lAG__actionsRow{gap:10px;margin-top:8px;display:flex}.AccountSwitcher-module__o40lAG__btnCancel{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:10px;flex:1;padding:12px;font-size:15px;font-weight:600}.AccountSwitcher-module__o40lAG__btnSubmit{background:var(--color-primary,#dc6f36);color:#fff;cursor:pointer;border:none;border-radius:10px;flex:1;padding:12px;font-size:15px;font-weight:600}.AccountSwitcher-module__o40lAG__btnSubmit:disabled{opacity:.6;cursor:wait}@keyframes AccountSwitcher-module__o40lAG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AccountSwitcher-module__o40lAG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes AccountSwitcher-module__o40lAG__slideDownPopover{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.MembershipGiftModal-module__ioh_Na__overlay{z-index:100100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d1;justify-content:center;align-items:center;padding:24px;animation:.25s MembershipGiftModal-module__ioh_Na__fadeIn;display:flex;position:fixed;inset:0}.MembershipGiftModal-module__ioh_Na__modal{text-align:center;background:#0f0f0f;border:1px solid #e94b2a47;border-radius:24px;width:100%;max-width:400px;padding:32px 28px 24px;animation:.4s cubic-bezier(.16,1,.3,1) MembershipGiftModal-module__ioh_Na__popIn;position:relative;overflow:hidden;box-shadow:0 24px 60px #000000b3,0 0 40px #e94b2a1f}.MembershipGiftModal-module__ioh_Na__glow{pointer-events:none;opacity:.35;background:radial-gradient(circle,#e94b2a59 0%,#0000 70%);width:140%;height:55%;position:absolute;top:-30%;left:50%;transform:translate(-50%)}.MembershipGiftModal-module__ioh_Na__iconWrap{z-index:1;color:#ffb199;background:#e94b2a24;border:1px solid #e94b2a59;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;display:flex;position:relative}.MembershipGiftModal-module__ioh_Na__title{z-index:1;letter-spacing:-.02em;color:#fff;margin:0 0 12px;font-size:1.35rem;font-weight:800;position:relative}.MembershipGiftModal-module__ioh_Na__message{z-index:1;color:#ffffffb8;margin:0 0 10px;font-size:.95rem;line-height:1.55;position:relative}.MembershipGiftModal-module__ioh_Na__until{z-index:1;color:#ffb199e6;margin:0 0 20px;font-size:.82rem;position:relative}.MembershipGiftModal-module__ioh_Na__actions{z-index:1;flex-direction:column;gap:10px;margin-top:8px;display:flex;position:relative}.MembershipGiftModal-module__ioh_Na__primaryBtn{color:#fff;background:#e94b2a;border-radius:12px;justify-content:center;align-items:center;padding:12px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:flex}.MembershipGiftModal-module__ioh_Na__primaryBtn:hover{background:#ff6b3d;transform:translateY(-1px)}.MembershipGiftModal-module__ioh_Na__secondaryBtn{color:#ffffff8c;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:500}.MembershipGiftModal-module__ioh_Na__secondaryBtn:hover{color:#fff}@keyframes MembershipGiftModal-module__ioh_Na__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes MembershipGiftModal-module__ioh_Na__popIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:480px){.MembershipGiftModal-module__ioh_Na__modal{padding:28px 20px 20px}}
.Footer-module__Grjkva__footer{color:var(--color-text);background:linear-gradient(#050505 0%,#0a0a0a 100%);border-top:1px solid #ffb8001a;padding:0 0 15px;position:relative;overflow:hidden}.Footer-module__Grjkva__inner{z-index:20;max-width:1280px;margin:0 auto;padding:12px 16px;position:relative}.Footer-module__Grjkva__grid{grid-template-columns:repeat(2,1fr);gap:10px 8px;margin-bottom:10px;display:grid}.Footer-module__Grjkva__brandCol{text-align:center;flex-direction:column;grid-column:span 2;align-items:center;gap:8px;display:flex}.Footer-module__Grjkva__logoWrap{display:block}.Footer-module__Grjkva__logoImg{object-fit:contain;width:auto;height:90px}.Footer-module__Grjkva__tagline{color:#ffffffb3;text-align:center;max-width:400px;font-size:14px;line-height:1.6}.Footer-module__Grjkva__socials{justify-content:center;gap:12px;width:100%;display:flex}.Footer-module__Grjkva__appBadges{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:15px;display:flex}.Footer-module__Grjkva__badge{transition:opacity .2s,transform .2s;display:block}.Footer-module__Grjkva__badge:hover{opacity:.9;transform:translateY(-2px)}.Footer-module__Grjkva__socialIcon{border-radius:var(--radius-full);width:28px;height:28px;color:var(--color-text);justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex}.Footer-module__Grjkva__socialIcon:hover{background:var(--color-primary);color:#1a120e;transform:translateY(-2px)}.Footer-module__Grjkva__col{flex-direction:column;gap:8px;display:flex}.Footer-module__Grjkva__colTitle{color:#fff;letter-spacing:.02em;font-size:15px;font-weight:600}.Footer-module__Grjkva__colList{flex-direction:column;gap:10px;display:flex}.Footer-module__Grjkva__colLink{color:#ffffffd9;font-size:14px;transition:color .15s,font-weight .15s}.Footer-module__Grjkva__colLink:hover{color:var(--color-primary);font-weight:600}.Footer-module__Grjkva__contactCol{text-align:center;background:0 0;border:none;border-radius:0;grid-column:span 2;padding:0}.Footer-module__Grjkva__contactList{flex-direction:column;gap:8px;display:flex}.Footer-module__Grjkva__contactItem{color:#ffffffd9;justify-content:center;align-items:center;gap:10px;font-size:13px;line-height:1.4;display:flex}.Footer-module__Grjkva__contactIcon{width:18px;height:18px;color:var(--color-primary);flex-shrink:0;margin-top:0}.Footer-module__Grjkva__divider{background:var(--color-border-orange);border:0;height:1px;margin:0}.Footer-module__Grjkva__bottomBar{justify-content:space-between;align-items:center;gap:24px;padding:12px 0;display:flex}.Footer-module__Grjkva__partnerLogo{opacity:1;width:auto;height:32px;transition:opacity .2s}.Footer-module__Grjkva__partnerLogo:hover{opacity:1}.Footer-module__Grjkva__copyright{text-align:center;color:#fffc;flex:1;font-size:13px;font-weight:300}.Footer-module__Grjkva__legalLink{color:#ffffffd9;margin:0 4px;transition:color .15s}.Footer-module__Grjkva__legalLink:hover{color:#fff}@media (min-width:768px){.Footer-module__Grjkva__grid{grid-template-columns:repeat(4,1fr)}.Footer-module__Grjkva__brandCol{text-align:left;grid-column:span 1;align-items:flex-start}.Footer-module__Grjkva__logoWrap{display:block}.Footer-module__Grjkva__tagline{text-align:left}.Footer-module__Grjkva__socials{justify-content:flex-start}.Footer-module__Grjkva__appBadges{justify-content:flex-start;width:100%}.Footer-module__Grjkva__contactCol{text-align:left;grid-column:span 1}.Footer-module__Grjkva__contactItem{justify-content:flex-start}.Footer-module__Grjkva__contactIcon{color:var(--color-primary)}}@media (max-width:600px){.Footer-module__Grjkva__footer{padding-top:0;padding-bottom:15px}.Footer-module__Grjkva__grid{gap:10px 8px;margin-bottom:10px}.Footer-module__Grjkva__tagline{font-size:13px}.Footer-module__Grjkva__appBadges{justify-content:center;width:100%}.Footer-module__Grjkva__bottomBar{flex-direction:column;gap:20px;padding:30px 0 80px}.Footer-module__Grjkva__copyright{opacity:.6;order:3;font-size:12px}}
.MainLayout-module__Bsz27q__main{flex-direction:column;flex:1;display:flex}@media (max-width:900px){.MainLayout-module__Bsz27q__main{padding-bottom:calc(110px + env(safe-area-inset-bottom,0px))}}@media (max-width:520px){.MainLayout-module__Bsz27q__main{padding-bottom:calc(104px + env(safe-area-inset-bottom,0px))}}
