.page_container__Y_O0z{display:flex;flex-direction:column;height:80vh;overflow:hidden;overflow-x:hidden;padding:16px 16px 0;position:relative;margin-bottom:16px}.page_tabsContainer__y8eYN{display:flex;background-color:var(--tgui--header_bg_color);border-radius:16px;padding:var(--spacing-xs);margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow-x:auto;-webkit-overflow-scrolling:touch;position:sticky;top:0;z-index:10;flex-shrink:0;scrollbar-width:none;-ms-overflow-style:none}.page_tabsContainer__y8eYN::-webkit-scrollbar{display:none}.page_tab__FaSjj{flex:1;padding:12px 16px;border:none;background:transparent;color:var(--tgui--text_color);cursor:pointer;white-space:nowrap;transition:all .2s ease;border-radius:12px;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.page_activeTab__AhJdf{background-color:var(--tgui--bg_color);color:var(--tgui--text_color);box-shadow:0 2px 8px rgba(0,0,0,.1)}.page_disabledTab__f6DKR{opacity:.5;cursor:not-allowed;pointer-events:none;position:relative}.page_disabledTab__f6DKR:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.05);border-radius:12px}.page_categoriesGrid__ILYBs{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%;overflow-y:auto;padding-bottom:80px;flex:1;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.page_categoriesGrid__ILYBs::-webkit-scrollbar{display:none}.page_categoryCard__wb0XL{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--tgui--secondary_bg_color);border-radius:16px;padding:var(--spacing-lg);text-decoration:none;color:var(--tgui--text_color);transition:transform .2s ease,box-shadow .2s ease}.page_categoryCard__wb0XL:active,.page_categoryCard__wb0XL:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.page_iconContainer__FFZje{display:flex;align-items:center;justify-content:center;margin-bottom:12px}.page_icon__lLcHS{font-size:32px}.page_categoryName__b6wE1{margin:0;font-size:16px;font-weight:500;text-align:center}.Page_pageContainer__yG0NS{padding-right:var(--sar);padding-left:var(--sal);box-sizing:border-box;height:calc(100vh - 80px);overflow-y:auto;padding-bottom:calc(var(--sab) + 56px);padding-top:0;scrollbar-width:none}.android-device .Page_pageContainer__yG0NS{height:calc(100vh - 26px)}.Page_pageContainer__yG0NS::-webkit-scrollbar{display:none}.category-detail_container__WlgSE{padding:16px;display:flex;flex-direction:column;gap:20px;width:100%;height:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.category-detail_categoryHeader__HPxpr{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.category-detail_categoryIcon___vI8l{font-size:48px;margin-bottom:8px}.category-detail_categoryTitle__pQZ0T{font-size:24px;font-weight:600;margin:0;max-width:85%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-detail_loadingContainer__uQoe9{display:flex;justify-content:center;align-items:center;min-height:200px}.category-detail_spinnerIcon__q3flt{animation:category-detail_spin__TBLLk 1s linear infinite}@keyframes category-detail_spin__TBLLk{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.category-detail_emptyContainer__Gd8EV{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center}.category-detail_backButton__Piu5s{margin-top:16px;color:var(--primary-color);text-decoration:none}.category-detail_appsList__gVRn1{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.category-detail_appItem__lZGT0{background-color:var(--tgui--secondary_bg_color,#fff);border-radius:12px;padding:8px 12px;transition:background-color .2s}.category-detail_appItem__lZGT0:hover{background-color:var(--tgui--hover_color,#f5f5f5)}.category-detail_loadMoreTrigger__9N4Xc{height:50px;display:flex;justify-content:center;align-items:center;margin-top:16px}.styles_container__Wf3wr{height:100%;padding:0;margin-bottom:100px}.styles_container__Wf3wr,.styles_stepContainer__Ss6TR{display:flex;flex-direction:column;width:100%;box-sizing:border-box}.styles_stepContainer__Ss6TR{padding:24px;gap:24px}.styles_title__tEQHL{font-size:32px;font-weight:600;margin:0;padding:0;color:var(--tgui--text_color)}.styles_progressBar__oSPAx{display:flex;gap:4px;margin-bottom:24px}.styles_progressStep__tM_Xh{flex:1;height:4px;background-color:#333;border-radius:2px}.styles_progressActive__yoYTD{background-color:#8774e1}.styles_formGroup__8WuFe{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.styles_formLabel__eMWB4{font-size:18px;font-weight:500;margin-bottom:8px}.styles_optionsGroup__r2ehI{display:flex;gap:8px;flex-wrap:wrap}.styles_optionButton__2LsSa{padding:12px 24px;border-radius:12px;background-color:#222;color:#fff;border:none;font-size:16px;font-weight:500;cursor:pointer}.styles_optionActive__I1ra3{background-color:#8774e1}.styles_input__0ihHH,.styles_select__TTY7T{padding:16px;border-radius:12px;background-color:#222;color:#fff;border:none;font-size:16px;width:100%;box-sizing:border-box}.styles_select__TTY7T{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.styles_button__kllO_{padding:16px;border-radius:12px;color:#fff;border:none;font-size:16px;font-weight:500;cursor:pointer;width:100%;margin-top:auto}.styles_continueButton__FANrw{background-color:#8774e1}.styles_imageUploader__59Je9{height:200px}.styles_imageUploader__59Je9,.styles_screenshotUploader__g8KtC{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;border-radius:12px;background-color:#222;cursor:pointer}.styles_screenshotUploader__g8KtC{height:240px}.styles_imagesGrid__Nl8Va{display:flex;gap:12px;overflow-x:auto;padding-bottom:16px}.styles_imagePreview__rr_9K{width:200px;height:240px;border-radius:12px;object-fit:cover;position:relative}.styles_removeButton__3m4ac{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;cursor:pointer}.styles_previewContainer__1ynhX{display:flex;flex-direction:column;gap:16px}.styles_previewHeader__2lfbZ{display:flex;flex-direction:column;gap:8px}.styles_previewTitle__RMYaY{font-size:20px;font-weight:600;margin:0}.styles_previewSubtitle__rUvhV{font-size:14px;color:#888;margin:0}.styles_previewInfo__el553{display:flex;flex-direction:column;gap:16px;background-color:#222;border-radius:12px;padding:16px}.styles_infoRow__x5Yat{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333;padding-bottom:8px}.styles_infoRow__x5Yat:last-child{border-bottom:none;padding-bottom:0}.styles_successContainer__ftevi{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;height:100%;padding:24px}.styles_successIcon__Dwl4r{width:64px;height:64px;border-radius:50%;background-color:#8774e1;display:flex;align-items:center;justify-content:center}.styles_successTitle__fs7_F{font-size:24px;font-weight:600;margin:0}.styles_successMessage__J5qNv{font-size:16px;color:#888;text-align:center;margin:0}.styles_adBanner__YhSEV{margin-top:32px;padding:24px;border-radius:12px;background-color:#222;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:16px}.styles_detailContainer__oXq2R{padding:0 0 80px;color:var(--tg-theme-text-color,#fff)}.styles_errorContainer__maIeQ,.styles_loadingContainer__TCw6Z{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70vh;text-align:center}.styles_bannerContainer__C_M5c{width:100%;height:200px;position:relative;overflow:visible}.styles_bannerImage__RVJj3{width:100%;height:100%;object-fit:cover;border-radius:0}.styles_bannerPlaceholder__fFsb8{width:100%;height:100%;background-color:#333;display:flex;align-items:center;justify-content:center;color:#666;font-size:48px}.styles_iconOverlay__r5XTx{position:absolute;bottom:-45px;left:50%;transform:translateX(-50%);z-index:10}.styles_itemIcon__2LbYp{object-fit:cover;outline:none}.styles_imagePlaceholder__5FKyD,.styles_itemIcon__2LbYp{width:90px;height:90px;border-radius:22px;border:4px solid var(--tg-theme-bg-color,#1c1c1d);box-shadow:0 4px 8px rgba(0,0,0,.3)}.styles_imagePlaceholder__5FKyD{background-color:#444;display:flex;align-items:center;justify-content:center;font-size:32px;color:#888;font-weight:700}.styles_appInfoSection__0wRXD{display:flex;flex-direction:column;padding:50px 16px 16px;position:relative}.styles_headerInfo__5N5xh{display:flex;flex-direction:column;gap:4px}.styles_titleContainer__E7LB7{display:flex;justify-content:space-between;align-items:center;width:100%}.styles_menuContainer__OZjTz{position:relative}.styles_menuIcon__S9MuJ{color:var(--tg-theme-hint-color,#aaa);cursor:pointer}.styles_itemTitle__3Y2ub{font-size:24px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-.264px}.styles_itemDeveloper__lg24l{font-size:11px;font-weight:400;line-height:16px;letter-spacing:.06px;color:var(--brand-500)}.styles_itemTagline__uosKH{font-size:13px;font-weight:400;line-height:18px;letter-spacing:-.078px;color:var(--tgui--hint_color);margin-top:8px}.styles_monthlyUsersContainer__fYZIs{display:flex;align-items:center;gap:6px;margin:10px 0;padding:6px 12px;border-radius:8px;background-color:rgba(135,116,225,.15);width:fit-content}.styles_monthlyUsersText___zlHt{font-size:14px;font-weight:500;color:#8774e1;line-height:18px}.styles_metaInfo__GZXYx{display:flex;justify-content:space-between;gap:16px;margin-bottom:16px}.styles_categoryBadges__LlKZ0{display:flex;gap:8px;align-items:center}.styles_categoryBadge__kYrmg,.styles_typeBadge__rXxef{padding:var(--spacing-xxs) var(--spacing-xs);border-radius:4px;font-size:12px;font-weight:500;background-color:var(--tgui--header_bg_color);color:var(--tgui--hint_color);align-items:center;justify-content:center;font-size:11px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.06px}.styles_purpleText__BUPLA{color:#8774e1;font-weight:500}.styles_ratingContainer__5y_sg{display:flex;align-items:center}.styles_starRating__sdQT1{gap:2px;font-size:14px}.styles_monthlyUsers__HxULz,.styles_starRating__sdQT1{display:flex;align-items:center;color:var(--tgui--hint_color);font-size:11px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.06px}.styles_monthlyUsers__HxULz{gap:4px;padding:var(--spacing-xxs) var(--spacing-xs);border-radius:4px;background-color:var(--tgui--header_bg_color)}.styles_actionButtons__gR9bX{display:flex;align-items:center;justify-content:center;gap:var(--spacing-2xl)}.styles_shareButton__3f6Fs{color:#8774e1}.styles_actionButton__lVN6F{width:100%;margin-bottom:12px;background-color:#8774e1;justify-content:center}.styles_boostButton__b3KJm{width:100%;background-color:#ff9500;color:#fff}.styles_screenshotsSection__9rz80{padding:16px;margin-top:16px}.styles_sectionTitle__08cYx{font-size:20px;font-weight:600;color:var(--tg-theme-text-color,#fff);margin:0 0 16px}.styles_screenshotsContainer__yOJvV{display:flex;overflow-x:auto;gap:12px;padding-bottom:16px;scrollbar-width:none}.styles_screenshotsContainer__yOJvV::-webkit-scrollbar{display:none}.styles_screenshotItem___j9_F{flex:0 0 auto;width:160px;height:320px;border-radius:12px;overflow:hidden}.styles_screenshotImage__HBD7t{width:100%;height:100%;object-fit:cover;cursor:pointer}.styles_descriptionSection__5ZasJ{padding:16px;border-top:1px solid hsla(0,0%,100%,.1);margin-top:8px}.styles_descriptionContent__MxptG{margin-bottom:16px}.styles_description__BGPW_{font-size:15px;line-height:1.5;color:var(--tg-theme-text-color,#ddd);margin-bottom:8px;position:relative;overflow:visible;max-height:none}.styles_readMoreButton__MIQ1t{display:inline;background:none;border:none;color:#8774e1;font-size:15px;padding:0;cursor:pointer;font-weight:500;text-decoration:none}.styles_readMoreButton__MIQ1t:hover{text-decoration:underline}.styles_additionalInfoSection__e0tt1{padding:16px;margin-top:16px;display:flex;flex-direction:column}.styles_infoItem__q3Ecz{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);padding:16px 0}.styles_infoLabel__nNcJM{color:var(--tg-theme-hint-color,#aaa);font-size:16px}.styles_infoValue__YB6DI{color:var(--tg-theme-text-color,#fff);font-size:16px;text-align:right}.styles_websiteLink__dSjzl{color:#8774e1;display:flex;align-items:center;gap:4px;text-decoration:none}.styles_linkIcon__Xsk2x{color:#8774e1}.styles_relatedSection__k5AiW{padding:16px;border-top:1px solid hsla(0,0%,100%,.1);margin-top:8px}.styles_relatedItems__oAbMY{display:flex;flex-direction:column;gap:12px}.styles_relatedItem___magr{display:flex;align-items:center;padding:12px;border-radius:12px;background-color:hsla(0,0%,100%,.05);cursor:pointer;transition:background-color .2s}.styles_relatedItem___magr:hover{background-color:hsla(0,0%,100%,.1)}.styles_relatedItemIcon__hiiGC{width:48px;height:48px;border-radius:8px;overflow:hidden;margin-right:12px;flex-shrink:0}.styles_relatedItemImage__ACk16{width:100%;height:100%;object-fit:cover}.styles_relatedItemInfo__ZZBgs{flex:1}.styles_relatedItemTitle__5uzYw{font-size:16px;font-weight:500;color:var(--tg-theme-text-color,#fff);margin:0 0 4px}.styles_relatedItemType__Hyd3n{font-size:12px;background-color:#333;color:#fff;padding:2px 8px;border-radius:12px;display:inline-block}.styles_menuPopup__Ot91U{position:absolute;top:30px;right:0;background-color:var(--tg-theme-bg-color,#222);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.3);width:180px;z-index:10;overflow:hidden}.styles_menuItem__dEpJ5{padding:16px;font-size:16px;color:var(--tg-theme-text-color,#fff);cursor:pointer;border-bottom:1px solid hsla(0,0%,100%,.1)}.styles_menuItem__dEpJ5:last-child{border-bottom:none}.styles_menuItem__dEpJ5:hover{background-color:hsla(0,0%,100%,.05)}.styles_iconWrapper__MmqjF{cursor:pointer;padding:4px}.styles_toast__vUMir{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.8);color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;z-index:1000;animation:styles_fadeInOut__6xzXq 2s ease-in-out}@keyframes styles_fadeInOut__6xzXq{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}.styles_imageModal__AhiQc{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:1000}.styles_imageModalContent__EODzS{position:relative;max-width:100%;max-height:100%;display:flex;justify-content:center;align-items:center}.styles_fullScreenImage__D9w8t{max-width:100%;max-height:90vh;object-fit:contain}.styles_closeButton__x8DQM{position:absolute;top:16px;right:16px;color:#fff;cursor:pointer;border-radius:50%;width:30px;height:30px}.styles_closeButton__x8DQM,.styles_modalOverlay__ckBOJ{background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.styles_modalOverlay__ckBOJ{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.styles_modalContent__XPhNH{background-color:var(--tg-theme-bg-color,#fff);padding:20px;border-radius:12px;width:90%;max-width:400px;text-align:center}.styles_modalContent__XPhNH h3{margin:0 0 16px;color:var(--tg-theme-text-color,#000)}.styles_modalContent__XPhNH p{margin:0 0 24px;color:var(--tg-theme-hint-color,#666)}.styles_modalButtons__wxD_T{display:flex;gap:12px;justify-content:center}.styles_cancelButton__qV95V{padding:8px 16px;border:1px solid var(--tg-theme-button-color,#2481cc);background:transparent;color:var(--tg-theme-button-color,#2481cc);border-radius:8px;cursor:pointer}.styles_deleteButton__vvpz8{padding:8px 16px;border:none;background:var(--tg-theme-button-color,#2481cc);color:var(--tg-theme-button-text-color,#fff);border-radius:8px;cursor:pointer}.styles_stepContainer__ZHLCg{display:flex;flex-direction:column;width:100%;box-sizing:border-box;gap:24px;padding:24px 24px 100px}.styles_title__EAHlb{font-size:32px;font-weight:600;margin:0;padding:0;color:var(--tgui--text_color)}.styles_previewContainer__NCkwx{display:flex;flex-direction:column;gap:16px}.styles_previewHeader__U__b7{display:flex;flex-direction:column;gap:8px}.styles_coverImage__ikHzX{width:100%;height:180px;object-fit:cover;border-radius:12px}.styles_placeholderCover__Jksd8{width:100%;height:180px;background-color:#333;border-radius:12px;display:flex;justify-content:center;align-items:center}.styles_placeholderLogo__RM2JY{width:80px;height:80px;border-radius:50%;background-color:#ff9800;display:flex;justify-content:center;align-items:center;color:#fff;font-size:24px;font-weight:700}.styles_previewTitle__vbmGA{font-size:20px;font-weight:600;margin:0}.styles_previewSubtitle__Nn6Qr{font-size:14px;color:#888;margin:0}.styles_badgeContainer__UczOr{display:flex;gap:8px}.styles_badge__6JzEP{background-color:#333;padding:4px 12px;border-radius:16px;font-size:14px}.styles_sectionContainer__suXs_{margin-top:16px}.styles_sectionTitle__NjPw9{font-size:16px;margin:0 0 8px}.styles_description__J9ku_{font-size:14px;line-height:1.5;margin:0}.styles_readMoreButton__veBLa{background:none;border:none;color:#8774e1;padding:0;margin-top:8px;font-size:14px;cursor:pointer}.styles_imagesGrid___gx_P{display:flex;gap:12px;overflow-x:auto;padding-bottom:16px}.styles_imagePreview__lAoVS{width:200px;height:240px;border-radius:12px;object-fit:cover}.styles_previewInfo__F9Hm4{display:flex;flex-direction:column;gap:16px;background-color:#222;border-radius:12px;padding:16px}.styles_infoRow__67NHK{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333;padding-bottom:8px}.styles_infoRow__67NHK:last-child{border-bottom:none;padding-bottom:0}.styles_buttonGroup__I5vwf{display:flex;gap:16px;margin-top:24px}.styles_button__m1qNe{padding:16px;border-radius:12px;color:#fff;border:none;font-size:16px;font-weight:500;cursor:pointer;flex:1}.styles_button__m1qNe:disabled{opacity:.7;cursor:not-allowed}.styles_backButton__LH6qV{background-color:#444}.styles_publishButton__pok1n{background-color:#8774e1}.styles_required__PStQW{color:#ff5252;margin-left:4px}.styles_requiredLogo__kPnjw{color:#ff5252;font-size:18px;margin-right:4px}.styles_requiredText__rfkRG{color:#ff5252;font-weight:500}.styles_logoWarning__gzz0Y{margin-top:8px;font-size:14px;color:#ff5252;text-align:center}.styles_errorContainer__JBR38{background-color:rgba(255,82,82,.1);border-radius:8px;padding:12px;margin:16px 0}.styles_errorMessage__hs_Fh{color:#ff5252;margin:0;font-size:14px;font-weight:500}.styles_previewWithoutPadding__P307O{padding-bottom:0!important;margin-bottom:0!important}.styles_successContainer__IkIrY{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;height:100%;padding:24px}.styles_progressBar__jF3V2{display:flex;gap:4px;width:100%;margin-bottom:24px}.styles_progressStep__XpHO8{flex:1;height:4px;background-color:#333;border-radius:2px}.styles_progressActive__mhy9h{background-color:#8774e1}.styles_successIcon__S7eO0{display:flex;width:48px;height:48px;padding:12px;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;background-color:var(--tgui--secondary_bg_color);color:#8774e1}.styles_successTitle__ow0_C{font-size:24px;font-weight:600;margin:0}.styles_successMessage__SJ0f8{font-size:16px;color:#888;text-align:center;margin:0}.styles_adBanner__8Sd_H{margin-top:32px;padding:24px;border-radius:12px;background-color:#222;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:16px}.styles_adLogo__HT9A3{width:48px;height:48px;border-radius:50%;background-color:#000;display:flex;justify-content:center;align-items:center}.styles_adTitle__BPS1c{font-size:18px;margin:8px 0;font-weight:600}.styles_adMessage__5G7Mp{font-size:14px;text-align:center;margin:0}.styles_highlight__wKDrq{color:#8774e1}.styles_startButton__YoUUU{border-radius:12px;background-color:#8774e1;border:none;margin-top:16px}.styles_doneButton__81Rnh,.styles_startButton__YoUUU{padding:16px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;width:100%}.styles_doneButton__81Rnh{border-radius:12px;background-color:transparent;border:1px solid #444;margin-top:24px}.page_section__61PEw{position:relative;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;scrollbar-width:none;margin-left:16px}.page_pageContainer___Ajkl,.page_section__61PEw{display:flex;flex-direction:column;height:100%}.page_searchWrapper__AgJnb{margin-bottom:16px;padding:var(--spacing-md)}.page_userIcon__L5_BK{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:var(--tgui--secondary_bg_color);border-radius:50%;margin-left:8px;color:var(--tgui--text_color)}.page_userIconContainer__9RVfv{display:flex;cursor:pointer}.page_searchContainer__P42ME{display:flex;align-items:center;padding:var(--spacing-xl) var(--spacing-xl) var(--spacing-3xl) 0;gap:8px;width:100%;box-sizing:border-box}.page_search__yb1BY{flex:1}.page_contentContainer__xnyHl{margin-top:10px;padding-bottom:65px;width:100%;display:flex;flex-direction:column}.page_topAssetsSection__zhSZI{margin:20px 0;padding:0 16px}.page_sectionTitle__hzsAh{font-size:18px;font-weight:600;margin-bottom:12px}.page_topAssetsList__Wupgl{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.page_topAssetItem__hd26H{background:#f5f5f5;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.page_topAssetItem__hd26H h3{font-size:16px;font-weight:500;margin:0}.page_topAssetItem__hd26H span{font-size:13px;color:#666}.page_loadingOverlay__pf4LN{position:fixed;top:0;left:0;height:100%;background-color:rgba(0,0,0,.5);z-index:9999}.page_loadingContainer__pshup,.page_loadingOverlay__pf4LN{width:100%;display:flex;justify-content:center;align-items:center}.page_loadingContainer__pshup{padding:2rem 0}.page_profileContainer__xlKYj{display:flex;flex-direction:column;padding:16px 16px 80px;background-color:var(--tgui--section_bg_color,#000);color:var(--tgui--text_color,#fff);height:100%}.page_profileHeader___q_r4{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.page_avatarContainer__gjq8Z{position:relative;margin-bottom:16px;padding:var(--spacing-3xl);display:flex;justify-content:center;align-items:center;background-color:var(--tgui--secondary_bg_color,#1c1c1d)}.page_avatarContainer__gjq8Z,.page_avatar__fQ4ea{border-radius:var(--radius-full);width:96px;height:96px}.page_avatar__fQ4ea{color:var(--tgui--hint_color,#8e8e93)}.page_profileName__PJN3u{font-size:24px;font-weight:600;margin:0}.page_infoContainer__V2YAM{background-color:var(--tgui--secondary_bg_color,#1c1c1d);border-radius:12px;overflow:hidden;margin-bottom:24px}.page_infoItem__HD_Sa{display:flex;justify-content:space-between;padding:16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.page_infoItem__HD_Sa:last-child{border-bottom:none}.page_infoLabel__o0e_L{color:var(--tgui--hint_color,#8e8e93);font-size:15px}.page_infoValue__jbd8j{color:var(--tgui--accent_color,#8774e1);font-size:15px;font-weight:500;padding-top:4px}.page_appSections__qexFY{background-color:var(--tgui--secondary_bg_color,#1c1c1d);border-radius:12px;overflow:hidden;margin-bottom:24px}.page_appSection__r5O_Y{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid hsla(0,0%,100%,.1);color:var(--tgui--text_color,#fff);text-decoration:none}.page_appSection__r5O_Y:last-child{border-bottom:none}.page_inviteButton__99bIv,.page_sectionTitle__5r2Ux{font-size:16px;font-weight:500}.page_inviteButton__99bIv{display:flex;align-items:center;gap:8px;background-color:var(--tgui--secondary_bg_color,#1c1c1d);padding:12px 16px;border-radius:12px;cursor:pointer}.page_inviteButton__99bIv,.page_inviteIcon___1w5t{color:var(--tgui--accent_color,#8774e1)}.page_bottomNav__NlFuo{display:flex;position:fixed;bottom:0;left:0;right:0;background-color:var(--tgui--secondary_bg_color,#1c1c1d);border-top:1px solid hsla(0,0%,100%,.1);padding:8px 0;margin-top:auto}.page_navItem__c2ZYS{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-decoration:none;color:var(--tgui--hint_color,#8e8e93);padding:8px 0}.page_navItem__c2ZYS:active,.page_navItem__c2ZYS:hover{color:var(--tgui--accent_color,#8774e1)}.page_navLabel__jQstO{font-size:12px;margin-top:4px}.page_toast__ri_Js{position:fixed;bottom:80px;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.8);color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;z-index:1000;animation:page_fadeInOut__dJBJi 2s ease-in-out}@keyframes page_fadeInOut__dJBJi{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}.app-card_appCard__sF4Yz{border-radius:var(--radius-2xl);overflow:hidden;background-color:var(--tg-theme-secondary-bg-color);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative;width:100%;box-shadow:var(--shadow-sm);margin-bottom:var(--spacing-sm)}.app-card_appCard__sF4Yz:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.app-card_appHeader__ZEi0r{display:flex;padding:1rem;align-items:center;gap:1rem}.app-card_iconContainer__9ZYXH{width:70px;height:70px;border-radius:14px;overflow:hidden;flex-shrink:0;position:relative;background:var(--tg-theme-section-bg-color)}.app-card_itemIcon__iER9z{width:100%;height:100%;object-fit:cover}.app-card_imagePlaceholder__2sRlE{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--tg-theme-section-bg-color);color:#fff;font-size:2rem;font-weight:700}.app-card_headerInfo__jDg4D{flex:1;display:flex;flex-direction:column}.app-card_itemTitle__3arRO{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-card_actionButtons__J2HUs{display:flex;justify-content:space-between;margin-top:.5rem}.app-card_approveButton__mFy8j{background-color:#141414;color:#06c969;border:1px solid #06c969;border-radius:8px;padding:.5rem 1rem;font-weight:700;cursor:pointer;transition:background-color .2s}.app-card_approveButton__mFy8j:hover{background-color:rgba(6,201,105,.1)}.app-card_sellButton__LUDR_{background-color:#000;color:#fff;border:none;border-radius:20px;padding:.5rem 1.5rem;font-weight:700;cursor:pointer;transition:background-color .2s}.app-card_sellButton__LUDR_:hover{background-color:#333}.app-card_statsContainer__n5Al_{display:flex;padding:1rem;margin-top:.5rem;border-top:1px solid #333}.app-card_statColumn__IJGN0{display:flex;flex-direction:column;align-items:center;flex:1}.app-card_statLabel__ZZAvn{color:#888;font-size:1.2rem;margin-bottom:.5rem}.app-card_statValue__tY2qx{color:#fff;font-size:2rem;font-weight:700}.app-card_divider__AywuX{width:1px;background-color:#333;margin:0 1rem}.app-card_status__4orfg{font-size:12px;border-radius:4px;padding:4px 8px;align-content:center;background-color:var(--tg-theme-bg-color)}.app-card_status__4orfg[data-status=APPROVED]{color:#06c969}.app-card_status__4orfg[data-status=REJECTED]{color:#ff4d4f}.app-card_status__4orfg[data-status=PENDING]{color:var(--tg-theme-hint-color)}.app-card_supportContainer__K4fzg{display:flex;justify-content:center;align-items:center;padding:16px;width:100%}.app-card_supportButton__xLYUz{background-color:var(--tg-theme-bg-color);color:var(--tg-theme-button-text-color);border:none;padding:8px 16px;border-radius:var(--radius-full);cursor:pointer;font-weight:500;transition:opacity .2s ease;display:flex;align-items:center;gap:var(--spacing-sm)}.app-card_supportButton__xLYUz:hover{opacity:.9}.app-card_supportIcon__YpRsu{font-size:18px;color:#9e77ed}.page_container__LVq8Q{padding:16px;display:flex;flex-direction:column;gap:16px}.page_pageTitle__rq1cw{font-size:20px;font-weight:600;margin:0 0 8px;color:var(--tg-theme-text-color,#000)}.page_loadingContainer__1Ji8r{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:16px}.page_loadingIndicator__HPUVf{width:32px;height:32px;border-top:4px solid var(--tg-theme-hint-color,#999);border-radius:50%;border:4px solid var(--tg-theme-hint-color,#999);border-top-color:var(--tg-theme-button-color,#5c8aec);animation:page_spin__YZNzg 1s linear infinite}@keyframes page_spin__YZNzg{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page_errorContainer__qlgyR{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center;gap:16px}.page_retryButton__tc_8g{background-color:var(--tg-theme-button-color,#5c8aec);color:var(--tg-theme-button-text-color,#fff);border:none;border-radius:8px;padding:8px 16px;font-size:14px;cursor:pointer}.page_emptyContainer__mKn_l{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center}.page_appsContainer__rO9No,.page_container__3B5_w{display:flex;flex-direction:column;gap:16px}.page_container__3B5_w{padding:var(--spacing-xl)}.page_searchContainer__2MX4U{margin-bottom:8px}.page_sectionHeader__bNH61{display:flex;align-items:center;margin-bottom:16px}.page_sectionTitle__0wPiX{font-size:19px;font-weight:590;line-height:28px;letter-spacing:-.43px}.page_sponsoredTag__aqWwR{font-size:12px;color:#fff;background-color:#7f56d9;padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--radius-full);margin-right:auto;margin-left:var(--spacing-sm)}.page_seeAll__Kanoa{color:#7f56d9;font-size:15px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.154px;text-decoration:none}.page_browseButton__JKbp4{color:#7f56d9;background:none;border:none;font-size:14px;padding:0;cursor:pointer;font-weight:500;margin-left:auto}.page_recommendedList__GFEzH{display:flex;flex-direction:column;gap:16px}.page_recommendedItem__mExpf{display:flex;align-items:center;padding:8px;border-radius:12px;background-color:#1c1c1e}.page_appIconContainer__W19Xm{position:relative;margin-right:12px}.page_appIcon__YibkZ{width:56px;height:56px;border-radius:12px;object-fit:cover}.page_newBadge__KYUmx{position:absolute;top:-8px;left:-8px;background-color:#8e44ad;color:#fff;font-size:10px;padding:2px 6px;border-radius:8px;font-weight:600}.page_appInfo__EnFs0{flex:1}.page_appTitle__NgomU{font-size:16px;font-weight:600;margin:0 0 4px;color:#fff}.page_appDescription__97yqN{font-size:14px;color:#8e8e93;margin:0 0 4px}.page_appMeta__qd4SJ{display:flex;align-items:center;gap:8px}.page_sponsoredPill__GN0mw{background-color:#2c2c2e;padding:2px 8px;border-radius:12px}.page_appType__QH0gE,.page_sponsoredPill__GN0mw{font-size:12px;color:#8e8e93}.page_openButton__e40Bz{background-color:#2c2c2e;color:#fff;border:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer}.page_categoriesGrid__Qi3P9{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}.page_categoryItem__dqCB6{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--tgui--secondary_bg_color);border-radius:12px;padding:16px;text-align:center}.page_categoryIcon__XMJAE{font-size:24px;margin-bottom:8px}.page_categoryName__CjkHe{font-size:14px;color:var(--tgui--text_color)}.page_loadingContainer___xrVU{display:flex;justify-content:center;padding:20px 0;color:var(--tgui--hint_color)}.page_searchResults___LhAJ{display:flex;flex-direction:column;gap:16px}.page_noResults__QXifK{text-align:center;color:var(--tgui--hint_color);padding:30px 0;font-size:16px}.cell-card_cellCard__eBMmS{display:flex;align-items:center;gap:var(--spacing-lg);border-radius:12px}.cell-card_iconContainer__bFG0J{position:relative;flex-shrink:0}.cell-card_itemIcon__F_pT9{width:56px;height:56px;border-radius:12px;object-fit:cover}.cell-card_newBadge__UAePb{position:absolute;top:-8px;right:-8px;background-color:#8774e1;font-size:11px;font-weight:400;line-height:16px;letter-spacing:.06px;padding:var(--spacing-xxs,2px) var(--spacing-xs,4px);border-radius:var(--radius-xs,4px);color:#fff;z-index:100;pointer-events:none;transform:translateZ(0)}.cell-card_itemInfo__ZNa8v{flex:1;min-width:0}.cell-card_itemTitle__LIn_i{font-size:16px;color:var(--tg-theme-text-color,#000);margin:0;padding:0 0 4px}.cell-card_itemSubtitle__L_SSI,.cell-card_itemTitle__LIn_i{line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cell-card_itemSubtitle__L_SSI{font-size:13px;color:var(--tg-theme-hint-color,#999);margin:0 0 8px}.cell-card_itemMeta__1Qodo{display:flex;gap:8px;color:var(--tgui--hint_color)}.cell-card_sponsoredBadge__chu0J{background-color:#8774e1;color:#fff;border-radius:var(--radius-full,9999px);padding:2px 8px}.cell-card_sponsoredBadge__chu0J,.cell-card_typeBadge__j7FW_{font-size:11px;font-weight:400;line-height:16px;letter-spacing:.06px}.cell-card_typeBadge__j7FW_{background-color:var(--tgui--header_bg_color);border-radius:var(--radius-xs,4px);padding:var(--spacing-xxs,2px) var(--spacing-xs,4px)}.cell-card_itemAction__18qmV{display:flex;align-items:center;justify-content:center}.cell-card_actionButton__4_gzO{background:var(--tgui--secondary_bg_color,#1c1c1d);border-radius:var(--radius-full,9999px);color:var(--tgui--text_color);padding:var(--spacing-xs,4px) var(--spacing-md,8px);border:none;cursor:pointer}.cell-card_imagePlaceholder__Jon1W{width:56px;height:56px;border-radius:12px;background-color:var(--tg-theme-hint-color,#f0f0f0);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--tg-theme-text-color,#888);font-weight:700}.page_container__pFJj_{padding:var(--spacing-xl);display:flex;flex-direction:column;gap:20px;width:100%;height:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.page_header__5ccKe{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page_title__vJObB{font-size:24px;font-weight:600;margin:0;max-width:85%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page_filterIcon__69yWX{cursor:pointer}.page_loadingContainer__Hapn_{display:flex;justify-content:center;align-items:center;min-height:200px}.page_spinnerIcon__l_YdH{animation:page_spin__oNR15 1s linear infinite}@keyframes page_spin__oNR15{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page_emptyContainer__1ejDn,.page_errorContainer__wijma{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;text-align:center}.page_errorContainer__wijma{color:var(--error-color,#ff4d4f)}.page_backButton__Git7C{margin-top:16px;color:var(--primary-color);text-decoration:none}.page_appsList__0b0Xd{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.page_appItem__Bt4i9{width:100%;transition:transform .2s ease}.page_appItem__Bt4i9:hover{transform:translateY(-2px)}.page_loadMoreTrigger__Ljmpn{height:50px;display:flex;justify-content:center;align-items:center;margin-top:16px}@media (min-width:768px){.page_appsList__0b0Xd{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}}@media (min-width:1024px){.page_appsList__0b0Xd{grid-template-columns:repeat(3,1fr)}}.page_debugPanel__ShrFK{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:monospace}.page_debugButton__1r3PC{background-color:#333;color:#fff;border:none;padding:10px 15px;border-radius:4px;cursor:pointer;font-size:12px}.page_debugContent__Jof8O{background-color:rgba(0,0,0,.8);color:#fff;padding:15px;border-radius:4px;margin-top:10px;max-height:300px;overflow:auto;font-size:12px;white-space:pre-wrap}.styles_container__TTUVq{display:flex;flex-direction:column;gap:16px;width:100%;min-height:100vh}.styles_section__0XJsJ{display:flex;flex-direction:column;gap:12px}.styles_loadingTrigger__0ZkdA{min-height:100px;display:flex;align-items:center;justify-content:center;padding:20px}.styles_loadingIndicator__fGyOx{gap:8px;padding:16px}.styles_endIndicator__ijU_d,.styles_loadingIndicator__fGyOx{display:flex;align-items:center;justify-content:center;color:var(--tg-theme-hint-color);font-size:14px}.styles_endIndicator__ijU_d{padding:20px;border-top:1px solid var(--tg-theme-section-separator-color);margin-top:20px}.styles_errorIndicator__gKv57{display:flex;align-items:center;justify-content:center;padding:20px;color:var(--tg-theme-destructive-text-color);font-size:14px;border:1px solid color-mix(in srgb,var(--tg-theme-destructive-text-color) 20%,transparent);border-radius:8px;background:color-mix(in srgb,var(--tg-theme-destructive-text-color) 5%,transparent);margin:16px 0}.styles_skeletonElement__wbtHH{background:linear-gradient(110deg,var(--skeleton-base-color,#ececec) 8%,var(--skeleton-highlight-color,#f5f5f5) 18%,var(--skeleton-base-color,#ececec) 33%);background-size:200% 100%;animation:styles_modernShimmer__Qc3Nk 1.5s ease-in-out infinite;border-radius:4px;position:relative;overflow:hidden}@keyframes styles_modernShimmer__Qc3Nk{0%{background-position:-200% 0;opacity:1}50%{opacity:.8}to{background-position:200% 0;opacity:1}}.styles_skeletonList__hIOX8{display:flex;flex-direction:column;gap:24px;width:100%;padding:8px 0}.styles_skeletonListItem___qabj{display:flex;align-items:center;gap:16px;width:100%;padding:12px 0;animation:styles_slideIn__sV_oC .6s ease-out forwards;animation-delay:var(--skeleton-delay,0s);opacity:0;transform:translateY(20px)}@keyframes styles_slideIn__sV_oC{to{opacity:1;transform:translateY(0)}}.styles_skeletonAvatar__X62iD{width:48px;height:48px;border-radius:50%;flex-shrink:0}.styles_skeletonContent__qFT6u{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.styles_skeletonTitleLine__7ZGB9{height:16px;border-radius:4px;width:clamp(80px,60%,140px)}.styles_skeletonSubtitleLine__XBtp0{height:12px;border-radius:4px;width:clamp(60px,45%,100px)}.styles_skeletonBadgeRow__7Kvpy{display:flex;gap:8px;margin-top:4px}.styles_skeletonBadge__yw7DF{height:18px;border-radius:9px;width:40px}.styles_skeletonBadgeSecondary__yMlnw{width:32px;animation-delay:.2s}.styles_skeletonButton__YBTu8{width:56px;height:28px;border-radius:14px;margin-left:8px;flex-shrink:0}.styles_skeletonSideImage__pJBtz{width:40px;height:40px;border-radius:8px;margin-left:8px;flex-shrink:0}.styles_srOnly__bE5Zn{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-color-scheme:dark){.styles_skeletonElement__wbtHH{--skeleton-base-color:#2a2a2a;--skeleton-highlight-color:#3a3a3a}}.styles_skeletonElement__wbtHH{--skeleton-base-color:color-mix(in srgb,var(--tg-theme-bg-color,#fff) 90%,var(--tg-theme-hint-color,#999) 10%);--skeleton-highlight-color:color-mix(in srgb,var(--tg-theme-bg-color,#fff) 95%,var(--tg-theme-hint-color,#999) 5%)}@media (max-width:768px){.styles_container__TTUVq{gap:12px}.styles_section__0XJsJ{gap:8px}.styles_loadingTrigger__0ZkdA{min-height:80px;padding:16px}.styles_skeletonList__hIOX8{gap:20px}.styles_skeletonListItem___qabj{gap:12px;padding:8px 0}.styles_skeletonAvatar__X62iD{width:40px;height:40px}.styles_skeletonButton__YBTu8{width:48px;height:24px;border-radius:12px}.styles_skeletonSideImage__pJBtz{width:32px;height:32px;border-radius:6px}}@media (min-width:769px) and (max-width:1024px){.styles_skeletonListItem___qabj{gap:14px}}.styles_section__0XJsJ{animation:styles_fadeIn__GQ9_b .4s ease-out}.styles_infiniteSection__nstb2{animation:styles_slideInBottom__DqpNh .5s ease-out}@keyframes styles_fadeIn__GQ9_b{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes styles_slideInBottom__DqpNh{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.styles_skeletonElement__wbtHH,.styles_skeletonListItem___qabj{will-change:transform,opacity;transform:translateZ(0)}@media (prefers-reduced-motion:reduce){.styles_skeletonElement__wbtHH{animation:none;background:var(--skeleton-base-color,#ececec)}.styles_skeletonListItem___qabj{animation:none;opacity:1;transform:none}.styles_infiniteSection__nstb2,.styles_section__0XJsJ{animation:none}}.styles_skeletonTitle__U_URS{width:160px;height:24px;border-radius:6px;margin-bottom:16px}.styles_skeletonCarousel__jzGIb{display:flex;gap:12px;overflow:hidden}.styles_skeletonCard__ntcCa{width:120px;height:160px;border-radius:12px;flex-shrink:0}.styles_skeletonCard__ntcCa:first-child{animation-delay:0s}.styles_skeletonCard__ntcCa:nth-child(2){animation-delay:.1s}.styles_skeletonCard__ntcCa:nth-child(3){animation-delay:.2s}.styles_skeletonCard__ntcCa:nth-child(4){animation-delay:.3s}.styles_skeletonCard__ntcCa:nth-child(5){animation-delay:.4s}.styles_skeletonSectionContainer__m4s3L{display:flex;flex-direction:column;gap:16px;width:100%;margin-bottom:24px}.styles_skeletonSectionHeader__XZFs0{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.styles_skeletonRowContainer__DBZFl{animation:styles_slideIn__sV_oC .6s ease-out forwards;opacity:0;transform:translateY(20px)}.styles_fab__860h2{position:fixed;bottom:100px;right:var(--spacing-lg);border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;transition:all .2s ease-in-out}.styles_fab__860h2:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.3)}.styles_fab__860h2:active{transform:scale(.95)}.styles_primary__bS9O9{background-color:var(--brand-600);color:#fff}.styles_secondary__M18jf{background-color:#f5f5f5;color:#333}.styles_small__7i96B{width:40px;height:40px}.styles_medium__dfOzN{width:56px;height:56px}.styles_large__BCfG1{width:72px;height:72px}.styles_fabLink___SJVz{text-decoration:none}.styles_disabled__gAgRx{opacity:.6;cursor:not-allowed}.styles_disabled__gAgRx:hover{transform:none;box-shadow:none}