.category-grid_categoryGrid__JxrtE{padding:var(--inner-padding)}.category-grid_gridHeader__zImRV{margin-bottom:calc(var(--section-margin)*1.5)}.category-grid_gridHeader__zImRV h2{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0 0 calc(var(--inner-padding)*.5) 0;font-family:var(--heading-font)}.category-grid_gridHeader__zImRV p{font-size:1rem;color:var(--muted-text-color);margin:0;line-height:1.5}.category-grid_grid__VhvYr{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:var(--inner-padding);gap:var(--inner-padding)}@media screen and (max-width:768px){.category-grid_grid__VhvYr{grid-template-columns:1fr}}.category-grid_categoryCard__FWwEf{background:#fff;border:1px solid var(--muted-divider-color);border-radius:var(--border-radius);padding:var(--inner-padding);text-align:left;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:row;align-items:flex-start;gap:var(--inner-padding);height:100%}.category-grid_categoryCard__FWwEf:hover{border-color:var(--primary-color);box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.category-grid_categoryCard__FWwEf.category-grid_selected__mOlGx{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.category-grid_categoryCard__FWwEf.category-grid_selected__mOlGx .category-grid_categoryDescription__x_vnj,.category-grid_categoryCard__FWwEf.category-grid_selected__mOlGx .category-grid_categoryStats__Cy_k0,.category-grid_categoryCard__FWwEf.category-grid_selected__mOlGx .category-grid_categoryTitle__uCVsv{color:#fff}.category-grid_categoryCard__FWwEf.category-grid_selected__mOlGx .category-grid_categoryIcon__IwhdF{background:hsla(0,0%,100%,.2)}.category-grid_categoryIcon__IwhdF{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--muted-divider-color);border-radius:12px;flex-shrink:0;font-size:1.5rem}.category-grid_categoryContent__Od4Qu{flex:1 1;display:flex;flex-direction:column;gap:4px;min-width:0}.category-grid_categoryTitle__uCVsv{font-size:1.1rem;font-weight:600;color:var(--text-color);margin:0;line-height:1.3;font-family:var(--heading-font);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-grid_categoryDescription__x_vnj{font-size:.875rem;color:var(--muted-text-color);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-grid_categoryStats__Cy_k0{font-size:.75rem;color:var(--muted-text-color);font-weight:500;margin-top:4px}@media screen and (max-width:768px){.category-grid_categoryGrid__JxrtE{padding:var(--inner-padding)}.category-grid_gridHeader__zImRV{margin-bottom:var(--inner-padding)}.category-grid_gridHeader__zImRV h2{font-size:1.25rem}.category-grid_gridHeader__zImRV p{font-size:.9rem}.category-grid_categoryCard__FWwEf{padding:calc(var(--inner-padding)*.75);gap:calc(var(--inner-padding)*.75)}.category-grid_categoryIcon__IwhdF{width:40px;height:40px;font-size:1.25rem}}.feature-card_featureCards__hL0bt{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px;margin-top:20px}.feature-card_featureCard__D8Ufe{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:20px;border:1px solid var(--muted-divider-color);border-radius:var(--border-radius-lg);background:#fff;transition:all .2s ease}.feature-card_featureCard__D8Ufe:hover{border-color:var(--primary-color);box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.feature-card_featureIcon__KEjvz{font-size:24px;flex-shrink:0;margin-top:4px}.feature-card_featureContent__p_I4B{flex:1 1;min-width:0}.feature-card_featureTitle__H400M{font-size:1.125rem;font-weight:600;color:var(--text-color);margin:0 0 8px;font-family:var(--heading-font)}.feature-card_featureDescription__fzAAZ{font-size:.9rem;color:var(--muted-text-color);margin:0 0 8px;line-height:1.5}.feature-card_featureDetails__y8Lxz{font-size:.85rem;color:var(--text-color);margin:0;line-height:1.4}@media screen and (max-width:768px){.feature-card_featureCards__hL0bt{grid-template-columns:1fr;gap:16px}.feature-card_featureCard__D8Ufe{padding:16px;gap:12px}.feature-card_featureIcon__KEjvz{font-size:20px}.feature-card_featureTitle__H400M{font-size:1rem}.feature-card_featureDescription__fzAAZ{font-size:.85rem}.feature-card_featureDetails__y8Lxz{font-size:.8rem}}.guide-section_guideSection__rHtQE{padding:24px}.guide-section_sectionHeader__1ONmJ{margin-bottom:0;padding-bottom:24px;border-bottom:1px solid var(--divider-color)}.guide-section_sectionTitle__4IV7D{font-size:2rem;font-weight:700;color:var(--primary-color);margin:0 0 12px;font-family:var(--heading-font)}.guide-section_sectionDescription__mFtm3{font-size:1.125rem;color:var(--muted-text-color);margin:0;line-height:1.6}.guide-section_sectionContent__3U3uV{margin-top:24px}.guide-section_sectionsGrid__NOOt1{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px;margin-top:24px}@media screen and (max-width:768px){.guide-section_sectionsGrid__NOOt1{grid-template-columns:1fr;gap:12px}}.guide-section_sectionCard__SZ_Jq{background:#fff;border:2px solid var(--divider-color);border-radius:var(--border-radius);padding:20px;text-align:left;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:8px}.guide-section_sectionCard__SZ_Jq:hover{border-color:var(--primary-color);box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.guide-section_sectionCardTitle__KFQ_S{font-size:1.125rem;font-weight:600;color:var(--text-color);margin:0;line-height:1.3}.guide-section_sectionCardDescription__FVrD9{font-size:.9rem;color:var(--muted-text-color);margin:0;line-height:1.4}.guide-section_section___szsr{margin-bottom:0}.guide-section_subsectionTitle__Oomap{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0 0 8px;font-family:var(--heading-font)}.guide-section_subsectionDescription__HAnuw{font-size:1rem;color:var(--muted-text-color);margin:0 0 20px;line-height:1.5}.guide-section_noContent__Qt484{text-align:center;padding:60px 32px;color:var(--muted-text-color)}.guide-section_noContent__Qt484 h2{font-size:1.5rem;margin:0 0 12px;color:var(--text-color)}.guide-section_noContent__Qt484 p{font-size:1rem;margin:0}@media screen and (max-width:768px){.guide-section_guideSection__rHtQE{padding:20px}.guide-section_sectionTitle__4IV7D{font-size:1.75rem}.guide-section_sectionDescription__mFtm3{font-size:1rem}.guide-section_subsectionTitle__Oomap{font-size:1.25rem}.guide-section_noContent__Qt484{padding:40px 20px}.guide-section_noContent__Qt484 h2{font-size:1.25rem}.guide-section_noContent__Qt484 p{font-size:.9rem}}.screenshot-gallery_screenshotGallery__mPjFf{margin-top:20px}.screenshot-gallery_galleryGrid__Wk_Ey{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:16px;gap:16px}.screenshot-gallery_galleryItem__5HM33{cursor:pointer;border-radius:var(--border-radius);overflow:hidden;transition:transform .2s ease}.screenshot-gallery_galleryItem__5HM33:hover{transform:translateY(-2px)}.screenshot-gallery_galleryImage__tfR0C{width:100%;height:200px;object-fit:cover;border-radius:var(--border-radius)}.screenshot-gallery_galleryCaption__oQ_zY{font-size:.85rem;color:var(--muted-text-color);margin:8px 0 0;text-align:center}.screenshot-gallery_modal__1WOzB{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.screenshot-gallery_modalContent__svhSQ{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:var(--border-radius);overflow:hidden}.screenshot-gallery_closeButton__Mzd_c{position:absolute;top:12px;right:12px;width:32px;height:32px;background:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;font-size:18px;font-weight:700;cursor:pointer;z-index:1001;display:flex;align-items:center;justify-content:center}.screenshot-gallery_closeButton__Mzd_c:hover{background:rgba(0,0,0,.7)}.screenshot-gallery_nextButton__Onz03,.screenshot-gallery_prevButton__uT91k{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;font-size:20px;font-weight:700;cursor:pointer;z-index:1001;display:flex;align-items:center;justify-content:center}.screenshot-gallery_nextButton__Onz03:hover,.screenshot-gallery_prevButton__uT91k:hover{background:rgba(0,0,0,.7)}.screenshot-gallery_prevButton__uT91k{left:12px}.screenshot-gallery_nextButton__Onz03{right:12px}.screenshot-gallery_modalImage___fJdm{width:100%;height:auto;max-height:70vh;object-fit:contain}.screenshot-gallery_modalCaption___k3z_{padding:16px;font-size:.9rem;color:var(--text-color);text-align:center;margin:0;background:#fff}@media screen and (max-width:768px){.screenshot-gallery_galleryGrid__Wk_Ey{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.screenshot-gallery_galleryImage__tfR0C{height:150px}.screenshot-gallery_modal__1WOzB{padding:10px}.screenshot-gallery_closeButton__Mzd_c{top:8px;right:8px;width:28px;height:28px;font-size:16px}.screenshot-gallery_nextButton__Onz03,.screenshot-gallery_prevButton__uT91k{width:32px;height:32px;font-size:16px}.screenshot-gallery_prevButton__uT91k{left:8px}.screenshot-gallery_nextButton__Onz03{right:8px}.screenshot-gallery_modalImage___fJdm{max-height:60vh}.screenshot-gallery_modalCaption___k3z_{padding:12px;font-size:.85rem}}.step-by-step_stepByStep__z4RsS{display:flex;flex-direction:column;gap:16px}.step-by-step_step__Wv2gI{border:1px solid var(--muted-divider-color);border-radius:var(--border-radius);background:#fff;overflow:hidden;transition:all .2s ease}.step-by-step_step__Wv2gI:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.step-by-step_stepHeader__lK2y3{width:100%;display:flex;align-items:center;gap:16px;padding:16px 20px;background:none;border:none;cursor:pointer;transition:all .2s ease;text-align:left}.step-by-step_stepHeader__lK2y3:hover{background:rgba(0,0,0,.01)}.step-by-step_stepHeader__lK2y3.step-by-step_expanded__qxHDI{background:rgba(var(--primary-color-rgb),.02)}.step-by-step_stepNumber__LQg5j{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--primary-color);color:#fff;border-radius:50%;font-weight:600;font-size:14px;flex-shrink:0}.step-by-step_stepContent__pZdrr{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.step-by-step_stepTitle__Or9G6{font-size:1.05rem;font-weight:600;color:var(--text-color);margin:0;line-height:1.3}.step-by-step_stepDescription__HMnYb{font-size:.875rem;color:var(--muted-text-color);margin:0;line-height:1.4}.step-by-step_expandButton__F9zs2{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--muted-divider-color);border-radius:50%;color:var(--text-color);font-size:18px;font-weight:500;transition:all .2s ease;flex-shrink:0}.step-by-step_expandButton__F9zs2.step-by-step_expanded__qxHDI{background:var(--primary-color);color:#fff;transform:rotate(0deg)}.step-by-step_stepDetails__iP3To{padding:16px 20px 20px 68px;border-top:1px solid var(--muted-divider-color);background:var(--background-color)}.step-by-step_stepDetails__iP3To p{font-size:.9rem;color:var(--text-color);margin:0;line-height:1.6;white-space:pre-wrap}@media screen and (max-width:768px){.step-by-step_stepHeader__lK2y3{padding:12px 16px;gap:12px}.step-by-step_stepNumber__LQg5j{width:28px;height:28px;font-size:12px}.step-by-step_stepTitle__Or9G6{font-size:1rem}.step-by-step_stepDescription__HMnYb{font-size:.85rem}.step-by-step_stepDetails__iP3To{padding:12px 16px 16px 56px}}.search-results_searchResults__qVJWb{padding:32px}.search-results_resultsHeader__ZoPoj{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--divider-color)}.search-results_resultsHeader__ZoPoj h3{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0 0 8px;font-family:var(--heading-font)}.search-results_resultsCount__mi8bJ{font-size:.9rem;color:var(--muted-text-color);margin:0}.search-results_resultsList__KIHf0{display:flex;flex-direction:column;gap:12px}.search-results_resultItem__k4Hto{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid var(--divider-color);border-radius:var(--border-radius);cursor:pointer;transition:all .2s ease;background:#fff}.search-results_resultItem__k4Hto:hover{border-color:var(--primary-color);box-shadow:0 2px 8px rgba(0,0,0,.1)}.search-results_resultContent__YaQNJ{flex:1 1;min-width:0}.search-results_resultTitle__MjAl3{font-size:1rem;font-weight:600;color:var(--text-color);margin:0 0 6px;font-family:var(--heading-font)}.search-results_resultDescription__WJsbe{font-size:.9rem;color:var(--muted-text-color);margin:0 0 8px;line-height:1.4}.search-results_resultMeta__eJlRk{display:flex;gap:12px;align-items:center}.search-results_resultCategory__5ddsB{font-size:.8rem;color:var(--primary-color);background:var(--muted-divider-color);padding:4px 8px;border-radius:12px;text-transform:capitalize}.search-results_resultRelevance__PhhKB{font-size:.8rem;color:var(--muted-text-color)}.search-results_resultArrow__pHB2U{color:var(--muted-text-color);font-size:18px;font-weight:700;margin-left:12px;flex-shrink:0}.search-results_loading__02_6F{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--muted-text-color)}.search-results_loading__02_6F p{margin:16px 0 0;font-size:1rem}.search-results_spinner__NXIVl{width:32px;height:32px;border-top:3px solid var(--muted-divider-color);border:3px solid var(--muted-divider-color);border-top-color:var(--primary-color);border-radius:50%;animation:search-results_spin__PF22_ 1s linear infinite}@keyframes search-results_spin__PF22_{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.search-results_emptyState__oqzyl,.search-results_noResults__qOO4U{text-align:center;padding:60px 20px;color:var(--muted-text-color)}.search-results_emptyState__oqzyl h3,.search-results_noResults__qOO4U h3{font-size:1.5rem;margin:0 0 12px;color:var(--text-color);font-family:var(--heading-font)}.search-results_emptyState__oqzyl p,.search-results_noResults__qOO4U p{font-size:1rem;margin:0;line-height:1.6}@media screen and (max-width:768px){.search-results_searchResults__qVJWb{padding:20px}.search-results_resultsHeader__ZoPoj h3{font-size:1.25rem}.search-results_resultItem__k4Hto{padding:12px}.search-results_resultTitle__MjAl3{font-size:.9rem}.search-results_resultDescription__WJsbe{font-size:.85rem}.search-results_resultMeta__eJlRk{flex-direction:column;align-items:flex-start;gap:6px}.search-results_resultArrow__pHB2U{font-size:16px}}.user-guide-content_contentArea__4EbbO{min-height:600px}.breadcrumb_breadcrumb__3dl66{padding:var(--section-margin) 0}.breadcrumb_breadcrumbList__ytBv6{display:flex;align-items:center;flex-wrap:wrap;gap:calc(var(--inner-padding)*.5)}.breadcrumb_breadcrumbItem__6X_4A{background:none;border:none;color:var(--muted-text-color);font-size:14px;cursor:pointer;padding:calc(var(--inner-padding)*.25) calc(var(--inner-padding)*.5);border-radius:4px;transition:all .2s ease}.breadcrumb_breadcrumbItem__6X_4A:hover{color:var(--primary-color);background:var(--background-color)}.breadcrumb_breadcrumbItem__6X_4A.breadcrumb_active__9Khwu{color:var(--primary-color);font-weight:500}.breadcrumb_breadcrumbItem__6X_4A:last-child{color:var(--text-color);font-weight:500;cursor:default}.breadcrumb_breadcrumbItem__6X_4A:last-child:hover{color:var(--text-color);background:none}.breadcrumb_separator__Rf67A{color:var(--muted-text-color);font-size:14px;margin:0 calc(var(--inner-padding)*.25)}@media screen and (max-width:768px){.breadcrumb_breadcrumb__3dl66{margin-bottom:var(--section-margin);padding:calc(var(--section-margin)*.75) 0}.breadcrumb_breadcrumbItem__6X_4A{font-size:13px;padding:calc(var(--inner-padding)*.1875) calc(var(--inner-padding)*.375)}.breadcrumb_separator__Rf67A{font-size:13px;margin:0 calc(var(--inner-padding)*.125)}}.styles_input_box___pEvd{position:relative;z-index:0}.styles_input_box___pEvd.styles_hidden__kkJCX{opacity:0;visibility:hidden;height:0}.styles_input_box___pEvd.styles_with_border__zOWHT .styles_input__HfQT_{border:1px solid var(--divider-color);background:var(--muted-divider-color);box-shadow:inset 0 1px 2px rgba(0,0,0,.02)}.styles_input_box___pEvd.styles_with_border__zOWHT .styles_input__HfQT_:hover{border-color:var(--divider-color);background:#fff}.styles_input_box___pEvd.styles_with_border__zOWHT .styles_input__HfQT_:focus{border-color:var(--community-primary,var(--primary-color));background:#fff;box-shadow:0 0 0 3px rgba(var(--community-primary-rgb,var(--primary-color-rgb)),.1)}.styles_input_box___pEvd.styles_with_postfix__jWMsr .styles_input__HfQT_{padding-right:80px;padding-left:15px}.styles_input_box___pEvd.styles_with_postfix_icon__Y6f5U .styles_input__HfQT_{padding-right:45px;padding-left:15px}.styles_input_box___pEvd.styles_with_search_text__p9Pwz .styles_input__HfQT_{padding-right:50px}.styles_input_box___pEvd.styles_with_prefix__xO1c_ .styles_input__HfQT_{padding-left:50px}.styles_input_box___pEvd.styles_with_prefix__xO1c_ .styles_input__HfQT_.styles_size__xs__3nuVd{padding-left:40px}.styles_input_box___pEvd.styles_with_prefix_border__gLvvX .styles_prefix__JJH0P{border-right:1px solid var(--muted-text-color);padding-right:8px}.styles_input_box___pEvd.styles_with_prefix_border__gLvvX .styles_input__HfQT_{padding-left:50px}.styles_input_box___pEvd.styles_with_prefix_border__gLvvX .styles_input__HfQT_.styles_size__xs__3nuVd{padding-left:40px}.styles_input_box___pEvd.styles_with_prefix_border__gLvvX .styles_input__HfQT_.styles_with_border__zOWHT:focus+.styles_prefix__JJH0P{border-right:1px solid var(--community-primary,var(--primary-color))}.styles_input_box___pEvd.styles_with_prefix_social__RVVnB .styles_input__HfQT_{padding-left:200px}.styles_input_box___pEvd.styles_with_prefix_social__RVVnB .styles_input__HfQT_.styles_size__xs__3nuVd{padding-left:160px}.styles_input_box___pEvd.styles_with_prefix__xO1c_.styles_with_prefix_border__gLvvX .styles_input__HfQT_{padding-left:50px}.styles_input_box___pEvd.styles_with_prefix__xO1c_.styles_with_prefix_border__gLvvX .styles_input__HfQT_.styles_size__xs__3nuVd{padding-left:40px}.styles_input_box___pEvd.styles_with_prefix__xO1c_.styles_with_prefix_border__gLvvX.styles_with_prefix_social__RVVnB .styles_input__HfQT_{padding-left:200px}.styles_input_box___pEvd.styles_with_prefix__xO1c_.styles_with_prefix_border__gLvvX.styles_with_prefix_social__RVVnB .styles_input__HfQT_.styles_size__xs__3nuVd{padding-left:160px}.styles_input_box___pEvd.styles_with_prefix_phone__uHbqJ .styles_input__HfQT_{padding-left:40px}.styles_input_box___pEvd.styles_with_prefix_phone__uHbqJ .styles_input__HfQT_.styles_size__xs__3nuVd{padding-left:30px}.styles_input_box___pEvd.styles_with_prefix_phone__uHbqJ .styles_prefix__JJH0P{max-width:40px}@media screen and (max-width:767px){.styles_input_box___pEvd.styles_with_prefix_phone__uHbqJ .styles_prefix__JJH0P{max-width:30px}}.styles_input_box___pEvd.styles_is_dropwown__MfRod .styles_input__HfQT_{padding-right:40px}.styles_input_box___pEvd.styles_is_dropwown__MfRod .styles_postfix__f3GFS{z-index:100;pointer-events:none;min-width:40px;background:rgba(0,0,0,0)}.styles_input_box___pEvd .styles_prefix__JJH0P{position:absolute;left:15px;top:50%;height:100%;width:auto;min-width:35px;max-width:200px;transform:translateY(-50%);display:flex;align-items:center;z-index:100;font-size:14px;color:var(--muted-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767px){.styles_input_box___pEvd .styles_prefix__JJH0P{left:10px;min-width:25px;max-width:150px;font-size:12px}}.styles_input_box___pEvd .styles_postfix__f3GFS{min-width:80px;height:100%;position:absolute;top:0;right:0;display:flex;padding-right:10px;justify-content:flex-end;z-index:99;align-items:center;color:var(--muted-text-color)}.styles_input_box___pEvd .styles_postfix__f3GFS.styles_postfix_icon__6amhV{min-width:45px;padding-right:10px}.styles_input_box___pEvd .styles_postfix__f3GFS.styles_without_background__Zwxxn{background:rgba(0,0,0,0);border:none}.styles_input_box___pEvd .styles_postfix__f3GFS.styles_without_background__Zwxxn:hover{background:rgba(0,0,0,0)}.styles_charCount__3Y4Em{display:flex;justify-content:flex-end;margin-top:4px;font-size:12px;color:var(--muted-text-color)}.styles_charCount__3Y4Em .styles_countError__F72HT{color:var(--error-color);font-weight:500}.styles_input__HfQT_{height:50px;width:100%;border:1px solid var(--divider-color);padding:0 15px;font-size:15px;font-family:inherit;position:relative;background:var(--muted-divider-color);text-transform:none!important;border-radius:var(--border-radius);z-index:20;transition:all var(--transition-base);color:var(--text-color);box-shadow:inset 0 1px 2px rgba(0,0,0,.02);text-overflow:ellipsis}.styles_input__HfQT_::placeholder{opacity:.5;color:var(--muted-text-color);text-overflow:ellipsis}.styles_input__HfQT_:hover{border-color:var(--divider-color);background:#fff}.styles_input__HfQT_:focus{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1);outline:none}.styles_input__HfQT_:disabled,.styles_input__HfQT_[data-disabled=true]{pointer-events:none;background:var(--divider-color);color:var(--muted-text-color);border-color:var(--divider-color);z-index:0}.styles_input__HfQT_[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.styles_input__HfQT_[type=number]::-webkit-inner-spin-button,.styles_input__HfQT_[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.styles_input__HfQT_[readonly]{background-color:#f5f5f5;color:#888;cursor:not-allowed}.styles_input__HfQT_[readonly]:focus{border:1px solid var(--muted-text-color)!important}.styles_input__HfQT_.styles_is_readonly__Hs_K3{background-color:#f5f5f5;color:#888;cursor:not-allowed}.styles_input__HfQT_.styles_is_readonly__Hs_K3:focus{border:1px solid var(--muted-text-color)!important}.styles_input__HfQT_.styles_is_bold__5O680{font-weight:600}.styles_input__HfQT_.styles_is_bold__5O680::placeholder{font-weight:600!important}.styles_input__HfQT_.styles_is_bold__5O680::-ms-input-placeholder{font-weight:500!important}.styles_input__HfQT_.styles_is_bold__5O680::-webkit-input-placeholder{font-weight:500!important}.styles_input__HfQT_.styles_is_bold__5O680::-moz-placeholder{font-weight:500!important}.styles_input__HfQT_.styles_is_bold__5O680:-webkit-input-placeholder{font-weight:500!important}.styles_input__HfQT_.styles_size__lg___MKD_{font-size:17px}.styles_input__HfQT_.styles_size__lg___MKD_::placeholder{opacity:1!important}.styles_input__HfQT_.styles_size__lg___MKD_::-ms-input-placeholder{opacity:1!important}.styles_input__HfQT_.styles_size__lg___MKD_::-webkit-input-placeholder{opacity:1!important}.styles_input__HfQT_.styles_size__lg___MKD_::-moz-placeholder{opacity:1!important}.styles_input__HfQT_.styles_size__lg___MKD_:-webkit-input-placeholder{opacity:1!important}.styles_input__HfQT_.styles_text_capitalize__sAJX8{text-transform:capitalize!important}.styles_input__HfQT_.styles_size__sm__AK0Zx{height:42px}.styles_input__HfQT_.styles_size__xs__3nuVd{height:30px;padding-left:20px}.styles_input__HfQT_:focus-visible{outline:none}.styles_input__HfQT_.styles_without_border__GyTBx{border:none;background:rgba(0,0,0,0);box-shadow:none;font-size:15px!important}.styles_input__HfQT_.styles_without_border__GyTBx::placeholder{font-size:15px}.styles_input__HfQT_.styles_without_border__GyTBx:focus{border:none;box-shadow:none}.styles_input__HfQT_.styles_with_border__zOWHT{border:1px solid var(--divider-color);border-radius:var(--border-radius);background:var(--muted-divider-color);box-shadow:inset 0 1px 2px rgba(0,0,0,.02)}.styles_input__HfQT_.styles_with_border__zOWHT:hover{border-color:var(--divider-color);background:#fff}.styles_input__HfQT_.styles_with_border__zOWHT:focus{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1)}.styles_input__HfQT_.styles_border_radious_lg__YPJpV{border-radius:var(--border-radius)}.styles_input__HfQT_.styles_with_background__aP9xD{background:#fff;border:1px solid var(--divider-color);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.styles_input__HfQT_.styles_with_background__aP9xD:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1)}.styles_input__HfQT_.styles_rounded__9uawS{border-radius:50px}.styles_input__HfQT_.styles_with_error__PAOZh,.styles_input__HfQT_.styles_with_error__PAOZh:focus{border:1px solid var(--error-color)}.styles_error__Sp__T{color:var(--error-color);font-size:12px;margin-top:10px;display:block}.styles_simpleRichTextEditor__xr7nf{border:1px solid #e0e0e0;border-radius:8px;background:#fff;overflow:hidden;transition:border-color .2s ease}.styles_simpleRichTextEditor__xr7nf.styles_focused__f0ItJ,.styles_simpleRichTextEditor__xr7nf:focus-within{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.1)}.styles_simpleRichTextEditor__xr7nf.styles_error__JcA8f{border-color:#dc3545}.styles_simpleRichTextEditor__xr7nf.styles_sm__s4z5b{min-height:80px}.styles_simpleRichTextEditor__xr7nf.styles_md__pSzok{min-height:120px}.styles_simpleRichTextEditor__xr7nf.styles_lg__UelLo{min-height:160px}.styles_toolbar__7DDTz{display:flex;align-items:center;padding:8px 12px;background:#f8f9fa;border-bottom:1px solid #e0e0e0;gap:4px;flex-wrap:wrap}.styles_toolbarButton__m5owK{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(0,0,0,0);border-radius:4px;background:rgba(0,0,0,0);cursor:pointer;font-size:14px;color:#495057;transition:all .2s ease}.styles_toolbarButton__m5owK:hover{background:#e9ecef;border-color:#dee2e6}.styles_toolbarButton__m5owK:active{background:#dee2e6}.styles_toolbarButton__m5owK:disabled{opacity:.5;cursor:not-allowed}.styles_separator__gHyln{width:1px;height:24px;background:#dee2e6;margin:0 4px}.styles_editor__PG6Cj{width:100%;border:none;outline:none;font-family:inherit;font-size:14px;line-height:1.5;padding:12px;background:rgba(0,0,0,0);min-height:100px;overflow-y:auto}.styles_editor__PG6Cj.styles_error__JcA8f{color:#dc3545}.styles_editor__PG6Cj:empty:before{content:attr(data-placeholder);color:#6c757d;pointer-events:none}.styles_editor__PG6Cj strong{font-weight:700}.styles_editor__PG6Cj em{font-style:italic}.styles_editor__PG6Cj u{text-decoration:underline}.styles_editor__PG6Cj s{text-decoration:line-through}.styles_editor__PG6Cj p{margin:0 0 8px}.styles_editor__PG6Cj p:last-child{margin-bottom:0}.styles_editor__PG6Cj ol,.styles_editor__PG6Cj ul{margin:8px 0;padding-left:20px;list-style-position:outside}.styles_editor__PG6Cj ul{list-style-type:disc;list-style-image:none}.styles_editor__PG6Cj ol{list-style-type:decimal;list-style-image:none}.styles_editor__PG6Cj li{margin:4px 0;display:list-item;list-style-position:outside}.styles_editor__PG6Cj br{line-height:1.5}.styles_charCount__xvpPM{display:flex;align-items:center;justify-content:flex-end;padding:8px 12px;font-size:12px;color:#6c757d;background:#f8f9fa;border-top:1px solid #e0e0e0;gap:4px}.styles_countError__xfpSs{color:#dc3545;font-weight:500}.styles_htmlIndicator__Fj7zl{font-style:italic;color:#6c757d}.styles_errorMessage__FI3mj{color:#dc3545;font-size:12px;margin-top:4px;padding:0 12px 8px}.styles_members_list_wrapper__lp5DG .styles_manage_link__3Xe1C{margin-top:10px}.styles_members_list_wrapper__lp5DG .styles_manage_link__3Xe1C a{color:var(--tertiary-color);text-decoration:underline;display:inline-flex}.styles_header_title__lyj_G,.styles_text__9IQAX{margin:0 0 20px;font-size:20px;font-weight:700;color:var(--text-color);letter-spacing:-.01em}.styles_header_container__PFkBN{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:nowrap;gap:16px}.styles_header_title__lyj_G{margin:0}.styles_segmented_control___0kqo{display:flex;background:var(--dark-divider-color,#f3f4f6);padding:4px;border-radius:12px;width:-moz-fit-content;width:fit-content;margin-bottom:0;position:relative;border:1px solid rgba(0,0,0,.05)}.styles_segmented_control___0kqo .styles_segment_btn___oHJ5{border:none;background:none;padding:8px 12px;font-size:14px;font-weight:600;color:var(--muted-text-color,#6b7280);cursor:pointer;border-radius:9px;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:1;display:flex;align-items:center;gap:8px}.styles_segmented_control___0kqo .styles_segment_btn___oHJ5.styles_active____Khi{background:var(--card-background,white);color:var(--primary-color);box-shadow:0 2px 8px rgba(0,0,0,.08)}.styles_segmented_control___0kqo .styles_segment_btn___oHJ5:hover:not(.styles_active____Khi){color:var(--text-color)}.styles_segmented_control___0kqo .styles_segment_btn___oHJ5 svg{width:16px;height:16px}.styles_segmented_control___0kqo .styles_segment_btn___oHJ5 .styles_btn_label__hjr9Q{display:block}@media(max-width:767px){.styles_segmented_control___0kqo .styles_segment_btn___oHJ5 .styles_btn_label__hjr9Q{display:none}.styles_segmented_control___0kqo .styles_segment_btn___oHJ5{padding:8px}}.styles_submitBtn__D_EEc{background:none;border:none;cursor:pointer;color:var(--muted-text-color);transition:color .2s ease}.styles_submitBtn__D_EEc:hover{color:var(--primary-color)}.styles_search_form__u4yU3{margin-bottom:40px}.styles_tabs_container__zPRLM{margin-bottom:24px}@media(max-width:767px){.styles_tabs_container__zPRLM{margin-bottom:16px}}.styles_active_filter_container__7R1zY{display:flex;justify-content:center;margin-bottom:24px}.styles_active_filter_chip__0Smzx{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(var(--primary-rgb),.1);color:var(--primary-color);border:1px solid rgba(var(--primary-rgb),.2);border-radius:20px;font-size:14px;font-weight:600;transition:all .2s ease}.styles_active_filter_chip__0Smzx:hover{background:rgba(var(--primary-rgb),.15);border-color:rgba(var(--primary-rgb),.3)}.styles_active_filter_chip__0Smzx .styles_clear_icon__l1sPi{cursor:pointer;display:flex;align-items:center;padding:2px;border-radius:50%;transition:background .2s}.styles_active_filter_chip__0Smzx .styles_clear_icon__l1sPi:hover{background:rgba(0,0,0,.1)}.styles_section__cKLgp{margin-top:40px;margin-bottom:40px}.styles_section__cKLgp:last-child{margin-bottom:0}.styles_section_header__6iBLA{display:flex;align-items:center;margin-bottom:20px;border-bottom:1px solid var(--border-color,#f3f4f6);padding-bottom:12px}.styles_section_title__b4AZk{font-size:18px;font-weight:700;color:var(--text-color);margin:0;letter-spacing:-.01em}.styles_section_count__eHUK3{background:var(--primary-color);color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px;margin-left:10px;display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:18px}.styles_members_grid__Gev60{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media(max-width:1199px)and (min-width:768px){.styles_members_grid__Gev60{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:767px){.styles_members_grid__Gev60{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:480px){.styles_members_grid__Gev60{grid-template-columns:repeat(2,1fr);gap:8px}}.styles_member_card_container__UYzWl{display:flex;flex-direction:column;height:100%}.styles_unlock_premium_card__HITr4{background:hsla(0,0%,100%,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.4);border-radius:24px;overflow:hidden;box-shadow:0 8px 32px 0 rgba(31,38,135,.07);max-width:800px;margin:0 auto;position:relative}.styles_unlock_premium_card__HITr4 .styles_card_header__GhcJ_{background:linear-gradient(135deg,var(--primary-color) 0,#4f46e5 100%);padding:40px;color:#fff;position:relative;overflow:hidden}.styles_unlock_premium_card__HITr4 .styles_card_header__GhcJ_:after{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:hsla(0,0%,100%,.1);border-radius:50%}.styles_unlock_premium_card__HITr4 .styles_card_header__GhcJ_ .styles_title__uVw7i{font-size:28px;font-weight:800;margin-bottom:8px;letter-spacing:-.02em;color:#fff}.styles_unlock_premium_card__HITr4 .styles_card_header__GhcJ_ .styles_subtitle__QnoLR{font-size:16px;opacity:.9;font-style:italic;color:hsla(0,0%,100%,.9)}.styles_unlock_premium_card__HITr4 .styles_card_body__dHaPT{padding:40px;display:flex;gap:40px}@media(max-width:767px){.styles_unlock_premium_card__HITr4 .styles_card_body__dHaPT{flex-direction:column;padding:30px}}.styles_unlock_premium_card__HITr4 .styles_features_list__U8MYr{flex:1 1}.styles_unlock_premium_card__HITr4 .styles_features_list__U8MYr .styles_feature_item__zkGH0{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.styles_unlock_premium_card__HITr4 .styles_features_list__U8MYr .styles_feature_item__zkGH0:last-child{margin-bottom:0}.styles_unlock_premium_card__HITr4 .styles_features_list__U8MYr .styles_feature_item__zkGH0 .styles_icon_wrapper__bZeyn{background:rgba(var(--primary-rgb),.1);color:var(--primary-color);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.styles_unlock_premium_card__HITr4 .styles_features_list__U8MYr .styles_feature_item__zkGH0 .styles_feature_text__ZosYm{font-size:15px;color:var(--text-color);font-weight:500;line-height:1.5}.styles_unlock_premium_card__HITr4 .styles_action_card__o9Xzf{background:var(--background-color,#f9fafb);padding:30px;border-radius:20px;border:1px solid var(--border-color,#e5e7eb);width:260px;display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0}@media(max-width:767px){.styles_unlock_premium_card__HITr4 .styles_action_card__o9Xzf{width:100%}}.styles_unlock_premium_card__HITr4 .styles_action_card__o9Xzf .styles_req_label__TJ9kT{font-size:11px;text-transform:uppercase;font-weight:800;color:var(--muted-text-color);letter-spacing:.1em;margin-bottom:4px}.styles_unlock_premium_card__HITr4 .styles_action_card__o9Xzf .styles_plan_name__mVOsF{font-size:20px;font-weight:800;color:var(--text-color);background:linear-gradient(135deg,var(--primary-color) 0,#4f46e5 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin-bottom:12px}.styles_unlock_premium_card__HITr4 .styles_action_card__o9Xzf .styles_helper_text____1kR{font-size:12px;color:var(--muted-text-color);line-height:1.4;margin-bottom:24px}.styles_unlock_premium_card__HITr4 .styles_action_card__o9Xzf .styles_btn_full__eDuYs{width:100%;justify-content:center;box-shadow:0 4px 12px rgba(var(--primary-rgb),.2)}.styles_unlock_premium_card__HITr4 .styles_action_card__o9Xzf .styles_btn_full__eDuYs:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(var(--primary-rgb),.3)}.styles_unlock_premium_card__HITr4 .styles_restriction_footer__aVN2E{padding:20px 40px;border-top:1px solid var(--border-color,#f3f4f6);text-align:center;font-size:13px;color:var(--muted-text-color);background:rgba(0,0,0,.02)}.styles_map_container__21l5X{margin-top:24px;margin-bottom:32px;width:100%}.styles_no_results__ta3dp{margin-top:24px;text-align:center;padding:60px 20px;color:var(--muted-text-color);background:rgba(0,0,0,.03);border-radius:20px;border:2px dashed var(--border-color,#e5e7eb)}.styles_no_results__ta3dp p{font-size:16px;margin:0;font-weight:500}.styles_members_list__keg6I li{padding:10px 0}.styles_members_list__keg6I li:last-child{padding-bottom:0}.styles_role_badge__szKnQ{background:color-mix(in srgb,var(--secondary-color) 12%,transparent);font-weight:600;color:var(--secondary-color);text-transform:capitalize}.styles_match_badge__HMfQ5,.styles_role_badge__szKnQ{display:inline-flex;align-items:center;padding:2px 8px;border-radius:50px;font-size:10px;white-space:nowrap}.styles_match_badge__HMfQ5{background:rgba(var(--primary-color-rgb),.08);font-weight:500;color:var(--primary-color)}.styles_admin_actions__s5OiH{display:flex;gap:8px;align-items:center;justify-content:center}.styles_loading_skeleton__XBvyS{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px}@media screen and (max-width:768px){.styles_loading_skeleton__XBvyS{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}}@media screen and (max-width:480px){.styles_loading_skeleton__XBvyS{grid-template-columns:repeat(2,1fr);gap:12px}}.styles_skeleton_card__SMjjd{display:flex;flex-direction:column;align-items:center;padding:16px;background:var(--muted-background-color,var(--background-color));border-radius:var(--border-radius-lg);animation:styles_pulse__itY7T 1.5s ease-in-out infinite;height:180px}.styles_skeleton_card__SMjjd:before{content:"";width:100%;height:60px;background:var(--divider-color);border-radius:var(--border-radius-sm) var(--border-radius-sm) 0 0;margin-bottom:20px}.styles_skeleton_card__SMjjd:after{content:"";width:60%;height:14px;background:var(--divider-color);border-radius:4px}@keyframes styles_pulse__itY7T{0%,to{opacity:1}50%{opacity:.5}}.styles_main__7gDRr{padding:0}.styles_main__7gDRr li{margin-bottom:12px}.styles_main__7gDRr li:last-child{margin-bottom:0}.styles_main__7gDRr li a{display:flex;align-items:center;padding:12px 16px;background:rgba(0,0,0,.02);border-radius:8px;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;text-decoration:none}.styles_main__7gDRr li a:hover{background:rgba(0,0,0,.04);transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.06)}.styles_main__7gDRr li a .styles_icon__yeHox{display:flex;min-width:32px;opacity:.8;transition:opacity .3s ease}.styles_main__7gDRr li a:hover .styles_icon__yeHox{opacity:1}.styles_main__7gDRr li a p{margin-left:16px;color:#4a4a4a;font-size:15px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:0;margin-bottom:0}.styles_wrapper__WYiWR{display:flex;gap:6px;flex-shrink:0}.styles_connectBtn__F7aLP{padding:6px 14px;border-radius:var(--border-radius-pill);font-size:.8125rem;font-weight:500;cursor:pointer;border:1px solid var(--primary-color);text-decoration:none;text-align:center;background-color:rgba(0,0,0,0);color:var(--primary-color);transition:all .2s ease}.styles_connectBtn__F7aLP:hover:not(:disabled){background-color:var(--primary-color);color:#fff}.styles_connectBtn__F7aLP:disabled{opacity:.5;cursor:not-allowed}.styles_messageBtn__LwK7p{padding:6px 14px;border-radius:var(--border-radius-pill);font-size:.8125rem;font-weight:500;cursor:pointer;border:1px solid var(--divider-color);text-decoration:none;text-align:center;background-color:rgba(0,0,0,0);color:var(--text-color);transition:all .2s ease}.styles_messageBtn__LwK7p:hover{background-color:var(--background-color)}.styles_pendingBtn___bfyU{border-radius:var(--border-radius-pill);border:1px solid var(--divider-color);color:var(--muted-text-color);text-align:center;background:rgba(0,0,0,0);cursor:default}.styles_acceptBtn__k2erR,.styles_pendingBtn___bfyU{padding:6px 14px;font-size:.8125rem;font-weight:500}.styles_acceptBtn__k2erR{border-radius:var(--border-radius-pill);cursor:pointer;border:none;background-color:var(--primary-color);color:#fff;transition:opacity .2s ease}.styles_acceptBtn__k2erR:hover:not(:disabled){opacity:.9}.styles_acceptBtn__k2erR:disabled{opacity:.6;cursor:not-allowed}.styles_declineBtn__VbKW_{padding:6px 14px;border-radius:var(--border-radius-pill);font-size:.8125rem;font-weight:500;cursor:pointer;border:1px solid var(--divider-color);background:rgba(0,0,0,0);color:var(--muted-text-color);transition:all .2s ease}.styles_declineBtn__VbKW_:hover:not(:disabled){border-color:var(--error-color);color:var(--error-color)}.styles_declineBtn__VbKW_:disabled{opacity:.6;cursor:not-allowed}.styles_loadingBtn__Cq_qP{padding:6px 14px;border-radius:var(--border-radius-pill);font-size:.8125rem;font-weight:500;border:1px solid var(--divider-color);color:var(--muted-text-color);text-align:center;background:rgba(0,0,0,0)}.styles_main__SxYXA{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--border-radius)}.styles_main__SxYXA .styles_blurred_bg___XhPv{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat;filter:blur(40px);opacity:.7;transform:scale(1.1);z-index:0;width:calc(100% + 80px);height:calc(100% + 80px);left:-40px;top:-40px}.styles_main__SxYXA .styles_inner__So_N9{width:100%;aspect-ratio:3/1;border-radius:var(--border-radius)!important;background:rgba(0,0,0,0);margin-bottom:0;overflow:hidden;position:relative;z-index:1}@media screen and (max-width:500px){.styles_main__SxYXA .styles_inner__So_N9{aspect-ratio:2/1}}.styles_main__SxYXA .styles_inner__So_N9 .styles_picture__6r3Tt{display:flex;height:100%;width:100%;position:relative;border-radius:var(--border-radius)}.styles_main__SxYXA .styles_inner__So_N9 .styles_img__N3hEU{width:100%;height:100%;object-fit:cover;border-radius:var(--border-radius);transition:transform .3s ease}@media screen and (max-width:500px){.styles_main__SxYXA .styles_inner__So_N9 .styles_img__N3hEU{border-radius:0}}.styles_main__SxYXA .styles_inner__So_N9 .styles_img__N3hEU.styles_loading__49tz3{visibility:hidden}.styles_main__SxYXA .styles_inner__So_N9 .styles_img__N3hEU:hover{transform:scale(1.02)}.styles_main__SxYXA .styles_inner__So_N9:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(transparent,rgba(0,0,0,.3));pointer-events:none}@keyframes styles_shimmer__polbW{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes styles_glass-shimmer__GfqwV{0%{background-position:-200% 0}to{background-position:200% 0}}.styles_main__21O_I{overflow:visible;background:rgba(0,0,0,0);transition:all .3s ease;position:relative}@media screen and (max-width:768px){.styles_main__21O_I{background-color:rgba(0,0,0,0)}}.styles_main__21O_I.styles_loading__9d7uM{pointer-events:none}.styles_main__21O_I.styles_loading__9d7uM .styles_cover_wrapper__ryPTM:before,.styles_main__21O_I.styles_loading__9d7uM .styles_inner__z3HJm:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:styles_shimmer__polbW 1.5s infinite;z-index:5}.styles_main__21O_I .styles_hero_section__9DEK_{margin-bottom:24px;position:relative;border-radius:var(--border-radius);aspect-ratio:3/1;min-height:200px;width:100%}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_{aspect-ratio:2/1;min-height:auto;border-radius:var(--border-radius)!important}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_visual_clip__bjhIX{position:absolute;inset:0;overflow:hidden;border-radius:inherit;z-index:1}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_overlay__pbnoy{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.1));z-index:2;pointer-events:none;border-radius:var(--border-radius)!important}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4{position:absolute;bottom:var(--inner-padding);left:var(--inner-padding);right:var(--inner-padding);z-index:3;color:#fff}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4{bottom:var(--inner-padding);left:var(--inner-padding);right:var(--inner-padding)}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_title__eMN6P{font-size:36px;font-weight:700;color:#fff;margin-bottom:6px;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_title__eMN6P{font-size:16px;margin-bottom:6px}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_description__B3AIF{font-size:15px;color:hsla(0,0%,100%,.9);margin-bottom:8px;line-height:1.4;text-shadow:0 1px 2px rgba(0,0,0,.5)}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_description__B3AIF{font-size:14px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_badges__c8fJ0{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_badges__c8fJ0{gap:6px;margin-bottom:10px}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_badges__c8fJ0 .styles_hero_badge__5ymvq{display:inline-flex;align-items:center;padding:4px 8px;background:hsla(0,0%,100%,.2);color:#fff;border-radius:16px;font-size:13px;font-weight:500;border:1px solid hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 1px 2px rgba(0,0,0,.3);gap:6px}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_badges__c8fJ0 .styles_hero_badge__5ymvq{font-size:12px;padding:3px 6px}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_badges__c8fJ0 .styles_hero_badge__5ymvq .styles_badge_icon__cPsHQ{height:14px;width:14px;flex-shrink:0}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_badges__c8fJ0 .styles_hero_badge__5ymvq .styles_badge_icon__cPsHQ{height:12px;width:12px}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA{display:flex;gap:10px;align-items:center}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA{gap:8px;flex-direction:column;align-items:stretch}}@media screen and (max-width:480px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA{flex-direction:row;align-items:center}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA a:not(.dropdown-item),.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA button:not(.dropdown-item){box-shadow:0 2px 8px rgba(0,0,0,.2)}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA a:not(.dropdown-item)[class*=outline],.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA button:not(.dropdown-item)[class*=outline]{background:hsla(0,0%,100%,.15)!important;border:1.5px solid hsla(0,0%,100%,.4)!important;color:#fff!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA a:not(.dropdown-item)[class*=outline]:hover,.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA button:not(.dropdown-item)[class*=outline]:hover{background:hsla(0,0%,100%,.25)!important;border-color:hsla(0,0%,100%,.6)!important}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA .styles_hero_skeleton_pill__V5GDf{height:36px;width:120px;border-radius:var(--border-radius-pill);background:linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.25) 50%,rgba(255,255,255,.1));background-size:200% 100%;border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:styles_glass-shimmer__GfqwV 2s ease-in-out infinite}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA .styles_hero_skeleton_pill__V5GDf.styles_hero_skeleton_sm__1Qnyy{width:80px}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA .styles_hero_pricing_info__JDJOP{display:flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.15);color:#fff;border:1.5px solid hsla(0,0%,100%,.3);border-radius:var(--border-radius-pill);min-height:36px;padding:6px 14px;font-size:13px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA .styles_hero_pricing_info__JDJOP:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5)}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA .styles_hero_pricing_info__JDJOP{display:none}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA .styles_hero_pricing_info__JDJOP svg{flex-shrink:0;color:#fff;opacity:.8}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA .styles_hero_pricing_info__JDJOP .styles_hero_pricing_label__07XiA{font-weight:400;color:hsla(0,0%,100%,.8);font-size:12px;white-space:nowrap}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_content__iQPg4 .styles_hero_actions___70FA .styles_hero_pricing_info__JDJOP .styles_hero_pricing_text__vXICI{font-weight:600;color:#fff;white-space:nowrap}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_avatar__0xlHQ{position:absolute;top:20px;left:20px;z-index:4}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_avatar__0xlHQ{top:16px;left:16px}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_avatar__0xlHQ>div{width:80px!important;height:80px!important}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_avatar__0xlHQ>div>div{font-size:32px!important}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_avatar__0xlHQ>div{width:50px!important;height:50px!important}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_avatar__0xlHQ>div>div{font-size:20px!important}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_avatar__0xlHQ img{border:3px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.15);width:100%!important;height:100%!important}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_top_actions__vzGPl{position:absolute;top:20px;right:20px;z-index:4}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_top_actions__vzGPl{top:16px;right:16px}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_top_actions__vzGPl ul{display:flex;gap:8px}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_top_actions__vzGPl ul li{cursor:pointer;transition:all .3s ease}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_top_actions__vzGPl ul li:hover{transform:translateY(-2px)}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_top_actions__vzGPl ul li .styles_p_card_link__g6G_U{display:flex;align-items:center;justify-content:center;height:42px;width:42px;border-radius:50%;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 4px 12px rgba(0,0,0,.2);transition:all .3s ease}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_top_actions__vzGPl ul li .styles_p_card_link__g6G_U:hover{background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.3)}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_top_actions__vzGPl ul li .styles_p_card_link__g6G_U{height:40px;width:40px}}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_top_actions__vzGPl ul li .styles_p_card_link__g6G_U.styles_dropdown__Iq46M ul{flex-direction:column}.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_top_actions__vzGPl ul li .styles_p_card_link__g6G_U.styles_dropdown__Iq46M ul li{margin:0}@media screen and (max-width:768px){.styles_main__21O_I .styles_hero_section__9DEK_ .styles_hero_top_actions__vzGPl ul li svg{height:20px;width:20px}}.styles_main__21O_I .styles_cover_wrapper__ryPTM{position:relative;overflow:hidden;border-radius:var(--border-radius)!important}.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_avatar__5p01c{position:absolute;left:20px;top:20px;z-index:10;cursor:pointer;transition:all .3s ease}.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_avatar__5p01c:hover{transform:scale(1.05)}.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_avatar__5p01c img{border:3px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.15)}@media screen and (max-width:768px){.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_avatar__5p01c{left:16px;top:16px}.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_avatar__5p01c img{height:64px;width:64px;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}}.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_actions__hMrXm{position:absolute;right:20px;top:20px;z-index:10}@media screen and (max-width:768px){.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_actions__hMrXm{right:16px;top:16px}}.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_actions__hMrXm ul{display:flex;gap:8px}.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_actions__hMrXm ul li{cursor:pointer;transition:all .3s ease}.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_actions__hMrXm ul li:hover{transform:translateY(-2px)}.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_actions__hMrXm ul li .styles_p_card_link__g6G_U{display:flex;align-items:center;justify-content:center;height:42px;width:42px;border-radius:50%;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s ease}.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_actions__hMrXm ul li .styles_p_card_link__g6G_U:hover{background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.15)}@media screen and (max-width:768px){.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_actions__hMrXm ul li .styles_p_card_link__g6G_U{height:40px;width:40px}}.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_actions__hMrXm ul li .styles_p_card_link__g6G_U.styles_dropdown__Iq46M ul{flex-direction:column}.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_actions__hMrXm ul li .styles_p_card_link__g6G_U.styles_dropdown__Iq46M ul li{margin:0}@media screen and (max-width:768px){.styles_main__21O_I .styles_cover_wrapper__ryPTM .styles_actions__hMrXm ul li svg{height:20px;width:20px}}.styles_main__21O_I .styles_inner__z3HJm{padding:var(--inner-padding);background-color:#fff;margin-top:16px;border-radius:var(--border-radius);box-shadow:0 2px 8px rgba(0,0,0,.08)}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm{padding:18px;background-color:#fff;margin-top:14px;border-radius:var(--border-radius);box-shadow:0 2px 8px rgba(0,0,0,.08)}}.styles_main__21O_I .styles_inner__z3HJm .styles_head__FAMW6{display:flex;justify-content:space-between;margin-bottom:16px}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_head__FAMW6{margin-bottom:12px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB{flex-direction:row;align-items:flex-start;gap:16px;margin-bottom:18px}}@media screen and (max-width:480px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB{flex-direction:column;gap:12px;margin-bottom:16px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ{display:flex;flex-direction:column;align-items:flex-end;gap:10px;min-width:150px}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ{flex-direction:column;align-items:flex-end;gap:8px;min-width:120px;max-width:140px;flex-shrink:0}}@media screen and (max-width:480px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ{width:100%;flex-direction:row;justify-content:space-between;align-items:center;min-width:auto;max-width:none;gap:12px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ .styles_joined_btn__skZ9j{width:100%;flex:1 1;display:flex;align-self:stretch}@media screen and (max-width:480px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ .styles_joined_btn__skZ9j{width:auto;flex:0 0 auto}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ .styles_joined_btn__skZ9j button{border-radius:var(--border-radius-pill);font-weight:600;transition:all .3s ease;flex:1 1;min-height:40px}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ .styles_joined_btn__skZ9j button{padding:8px 14px;font-size:13px;min-height:36px}}@media screen and (max-width:480px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ .styles_joined_btn__skZ9j button{padding:10px 16px;font-size:14px;min-height:40px;white-space:nowrap}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ .styles_joined_btn__skZ9j button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ .styles_joined_btn__skZ9j button:active{transform:translateY(0)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ .styles_members_count__q0pcq{width:auto}@media screen and (max-width:480px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ .styles_members_count__q0pcq{flex:0 0 auto}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ .styles_members_count__q0pcq span{padding:6px 12px;font-size:13px;font-weight:500;border-radius:20px;background:rgba(0,0,0,.05);border:1px solid var(--border-color)}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ .styles_members_count__q0pcq span{padding:4px 8px;font-size:12px;white-space:nowrap}}@media screen and (max-width:480px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user_info_and_join__GP_vB .styles_right_area__kAWrJ .styles_members_count__q0pcq span{padding:6px 10px;font-size:13px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user__info__EjsPW{overflow:hidden;flex:1 1;min-width:0}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user__info__EjsPW{flex:1 1;min-width:0}}@media screen and (max-width:480px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user__info__EjsPW{width:100%;flex:none;min-width:auto}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user__info__EjsPW .styles_name__7pkPR{font-size:26px;font-weight:700;margin-bottom:6px;color:var(--text-color);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user__info__EjsPW .styles_name__7pkPR{font-size:22px;margin-bottom:4px;white-space:normal;overflow:visible;text-overflow:unset;line-height:1.3}}@media screen and (max-width:480px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user__info__EjsPW .styles_name__7pkPR{font-size:20px;line-height:1.4;margin-bottom:6px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user__info__EjsPW .styles_usernme__KPgIm{color:var(--muted-text-color);font-size:14px;margin-bottom:2px}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user__info__EjsPW .styles_usernme__KPgIm{font-size:13px;word-break:break-all;overflow-wrap:break-word}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user__info__EjsPW .styles_usernme__KPgIm a{display:flex;gap:6px;align-items:center;text-decoration:none;transition:color .3s ease;overflow:hidden}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user__info__EjsPW .styles_usernme__KPgIm a{flex-wrap:wrap;word-break:break-all}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user__info__EjsPW .styles_usernme__KPgIm a:hover{color:var(--primary-color)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_user__info__EjsPW .styles_usernme__KPgIm .styles_icon_wrapper__whuI6{display:flex;min-width:16px;opacity:.7;flex-shrink:0}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_info__u9BZu{margin-top:16px;line-height:1.6;font-size:15px;color:var(--text-color-secondary)}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_info__u9BZu{margin-top:12px;font-size:14px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_business_info_section__D0i0M{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_business_info_section__D0i0M{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:16px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_business_info_section__D0i0M .styles_usernme__KPgIm{color:var(--muted-text-color);font-size:14px}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_business_info_section__D0i0M .styles_usernme__KPgIm{font-size:13px;word-break:break-all;overflow-wrap:break-word}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_business_info_section__D0i0M .styles_usernme__KPgIm a{display:flex;gap:6px;align-items:center;text-decoration:none;transition:color .3s ease;overflow:hidden}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_business_info_section__D0i0M .styles_usernme__KPgIm a{flex-wrap:wrap;word-break:break-all}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_business_info_section__D0i0M .styles_usernme__KPgIm a:hover{color:var(--primary-color)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_business_info_section__D0i0M .styles_usernme__KPgIm .styles_icon_wrapper__whuI6{display:flex;min-width:16px;opacity:.7;flex-shrink:0}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_business_info_section__D0i0M .styles_members_count__q0pcq span{padding:6px 12px;font-size:13px;font-weight:500;border-radius:20px;background:rgba(0,0,0,.05);border:1px solid var(--border-color);white-space:nowrap}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_business_info_section__D0i0M .styles_members_count__q0pcq span{padding:4px 8px;font-size:12px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_view_more_section__cgzLI{margin-top:16px;text-align:center}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_view_more_section__cgzLI{margin-top:14px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_about_section__Ftz4r{margin-top:16px}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_about_section__Ftz4r{margin-top:14px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_about_section__Ftz4r .styles_about_text_expanded__V_qyW{font-size:15px;line-height:1.5;color:var(--text-color-secondary);margin-bottom:12px;white-space:pre-wrap}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_about_section__Ftz4r .styles_about_text_expanded__V_qyW{font-size:14px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_about_section__Ftz4r .styles_view_more_button__NMoGq,.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_about_section__Ftz4r .styles_view_more_button__NMoGq:active,.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_about_section__Ftz4r .styles_view_more_button__NMoGq:hover{box-shadow:none!important;text-shadow:none!important}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_info_section__lozPR{overflow:hidden;transition:all .3s ease}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_info_section__lozPR.styles_collapsed__42Oii{max-height:0;margin-top:0;opacity:0}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_info_section__lozPR.styles_expanded__jIF17{max-height:200px;margin-top:16px;opacity:1}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_info_section__lozPR.styles_expanded__jIF17{margin-top:14px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub{margin-top:0;display:flex;gap:18px;align-items:center;flex-flow:row wrap}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub{gap:14px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li{display:flex;align-items:center}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li{gap:8px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li .styles_extra__info_inner__k508M{display:flex;align-items:center;padding:10px 14px;background:rgba(0,0,0,.03);border-radius:10px;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,0)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li .styles_extra__info_inner__k508M:hover{background:rgba(0,0,0,.06);transform:translateY(-2px);border-color:rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.08)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li .styles_extra__info_inner__k508M:active{transform:translateY(0)}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li .styles_extra__info_inner__k508M{padding:8px 12px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li .styles_extra__info_inner__k508M .styles_icon_wrapper__whuI6{min-width:20px;display:flex;opacity:.7}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li .styles_extra__info_inner__k508M .styles_text__1vswb{text-transform:capitalize;margin-left:6px;font-size:14px;font-weight:500;color:var(--text-color-secondary)}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li .styles_extra__info_inner__k508M .styles_text__1vswb{font-size:13px;margin-left:4px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li .styles_extra__info_inner__k508M .styles_text__1vswb.styles_link__KvTaf{word-break:break-all;color:var(--tertiary-color);text-decoration:none}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li .styles_extra__info_inner__k508M .styles_text__1vswb.styles_link__KvTaf:hover{text-decoration:underline}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li .styles_extra__info_inner__k508M .styles_text__1vswb.styles_capitalize__lc14V{text-transform:capitalize}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca ul.styles_extra__info__Adjub li .styles_extra__info_inner__k508M .styles_text__1vswb.styles_website_link__FA_eG{text-transform:lowercase}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_join_btn_mobile__cchu2{display:none}@media screen and (max-width:500px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_join_btn_mobile__cchu2{display:flex;margin-top:10px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW{margin-top:20px;padding:16px 20px;background:linear-gradient(135deg,rgba(0,0,0,.02),rgba(0,0,0,.05));border:1px solid var(--border-color-light);border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:20px;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .3s ease}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px)}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW{flex-direction:column;gap:12px;padding:16px;margin-top:16px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_mobile_first_row__RAsJl{display:none}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_mobile_first_row__RAsJl{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:12px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_mobile_first_row__RAsJl .styles_privacy_setting__oqjd5{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:6px 12px;background:rgba(0,0,0,.05);border-radius:20px;border:1px solid var(--border-color)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_mobile_first_row__RAsJl .styles_privacy_setting__oqjd5 .styles_privacy_text__xWzQn{font-size:13px;font-weight:600;color:var(--text-color-secondary)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_mobile_first_row__RAsJl .styles_creator_info__6H2cP{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:0 12px;background:rgba(0,0,0,.03);border-radius:20px;border:1px solid var(--border-color-light)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_mobile_first_row__RAsJl .styles_creator_info__6H2cP .styles_creator_avatars__NjyMf{display:flex;gap:4px;align-items:center;margin-right:4px}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_mobile_first_row__RAsJl .styles_creator_info__6H2cP .styles_creator_avatars__NjyMf .styles_creator_avatar__Wewqx{display:flex;align-items:center}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_mobile_first_row__RAsJl .styles_creator_info__6H2cP .styles_creator_avatars__NjyMf .styles_creator_avatar__Wewqx:not(:first-child){margin-left:-4px}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_mobile_first_row__RAsJl .styles_creator_info__6H2cP .styles_creator_avatars__NjyMf .styles_creator_avatar__Wewqx img{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_mobile_first_row__RAsJl .styles_creator_info__6H2cP .styles_creator_text__zRcXd{font-size:13px;font-weight:600;color:var(--text-color-secondary);margin-right:4px}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_mobile_first_row__RAsJl .styles_creator_info__6H2cP .styles_star_icon__GMH8B{font-size:14px;color:var(--accent-color)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_privacy_setting__oqjd5{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:8px 12px;background:rgba(0,0,0,.05);border-radius:20px;border:1px solid var(--border-color);min-height:36px}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_privacy_setting__oqjd5{display:none}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_privacy_setting__oqjd5 .styles_privacy_text__xWzQn{font-size:13px;font-weight:600;color:var(--text-color-secondary)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_pricing_info__DCeTw{display:flex;justify-content:center;align-items:center;gap:8px;flex:1 1;padding:8px 12px;background:rgba(0,0,0,.05);border-radius:20px;border:1px solid var(--border-color);min-height:36px}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_pricing_info__DCeTw{justify-content:center;width:100%;flex:none}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_pricing_info__DCeTw .styles_pricing_text__EmaHo{font-size:13px;font-weight:700;color:var(--primary-color);text-align:center}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_pricing_info__DCeTw .styles_pricing_text__EmaHo{text-align:center}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_creator_info__6H2cP{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:0 12px;background:rgba(0,0,0,.05);border-radius:20px;border:1px solid var(--border-color);min-height:36px}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_creator_info__6H2cP{display:none}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_creator_info__6H2cP .styles_creator_avatars__NjyMf{display:flex;gap:4px;align-items:center}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_creator_info__6H2cP .styles_creator_avatars__NjyMf{margin-right:4px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_creator_info__6H2cP .styles_creator_avatars__NjyMf .styles_creator_avatar__Wewqx{display:flex;align-items:center}@media screen and (max-width:768px){.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_creator_info__6H2cP .styles_creator_avatars__NjyMf .styles_creator_avatar__Wewqx:not(:first-child){margin-left:-4px}}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_creator_info__6H2cP .styles_creator_avatars__NjyMf .styles_creator_avatar__Wewqx img{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1)}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_creator_info__6H2cP .styles_creator_text__zRcXd{font-size:13px;font-weight:600;color:var(--text-color-secondary);margin-right:4px}.styles_main__21O_I .styles_inner__z3HJm .styles_body__4boca .styles_community_details_section__jWSkW .styles_creator_info__6H2cP .styles_star_icon__GMH8B{font-size:14px;color:var(--accent-color)}.styles_user_info_card__Ttj3K{border-radius:var(--border-radius);padding:20px;margin-top:-12px;position:relative;z-index:5}@media screen and (max-width:768px){.styles_user_info_card__Ttj3K{padding:14px;text-align:center;margin-top:-8px}}.styles_user_info_card__Ttj3K .styles_user_info_card_header__c7dSf{display:flex;align-items:flex-start;gap:16px}@media screen and (max-width:768px){.styles_user_info_card__Ttj3K .styles_user_info_card_header__c7dSf{flex-direction:column;align-items:center;gap:8px}}.styles_user_info_card__Ttj3K .styles_user_info_card_avatar__c__3m{flex-shrink:0;margin-top:-60px}@media screen and (max-width:768px){.styles_user_info_card__Ttj3K .styles_user_info_card_avatar__c__3m{margin-top:-70px}}.styles_user_info_card__Ttj3K .styles_user_info_card_avatar__c__3m>div{width:96px!important;height:96px!important;background:rgba(0,0,0,0)!important;border:6px solid var(--background-color)!important}.styles_user_info_card__Ttj3K .styles_user_info_card_avatar__c__3m>div>div{font-size:36px!important}@media screen and (max-width:768px){.styles_user_info_card__Ttj3K .styles_user_info_card_avatar__c__3m>div{width:80px!important;height:80px!important}.styles_user_info_card__Ttj3K .styles_user_info_card_avatar__c__3m>div>div{font-size:28px!important}}.styles_user_info_card__Ttj3K .styles_user_info_card_avatar__c__3m img{box-shadow:var(--shadow-md);width:100%!important;height:100%!important}.styles_user_info_card__Ttj3K .styles_user_info_card_meta__1bKyA{flex:1 1;min-width:0}@media screen and (max-width:768px){.styles_user_info_card__Ttj3K .styles_user_info_card_meta__1bKyA{width:100%;text-align:center}}.styles_user_info_card__Ttj3K .styles_user_info_card_name__TTpGf{font-size:22px;font-weight:700;color:var(--text-color);line-height:1.3;margin-bottom:2px}@media screen and (max-width:768px){.styles_user_info_card__Ttj3K .styles_user_info_card_name__TTpGf{font-size:20px}}.styles_user_info_card__Ttj3K .styles_user_info_card_subtitle__DIPiE{font-size:14px;color:var(--muted-text-color);margin-bottom:2px;line-height:1.4}.styles_user_info_card__Ttj3K .styles_user_info_card_location___KVx6{display:flex;align-items:center;gap:4px;color:var(--muted-text-color);font-size:13px;margin-bottom:4px;text-transform:capitalize}@media screen and (max-width:768px){.styles_user_info_card__Ttj3K .styles_user_info_card_location___KVx6{justify-content:center}}.styles_user_info_card__Ttj3K .styles_user_info_card_location___KVx6 svg{flex-shrink:0;opacity:.7}.styles_user_info_card__Ttj3K .styles_user_info_card_bio__PGFRX{font-size:14px;color:var(--muted-text-color);line-height:1.5;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:768px){.styles_user_info_card__Ttj3K .styles_user_info_card_bio__PGFRX{text-align:center}}.styles_user_info_card__Ttj3K .styles_user_info_card_actions__7WLB3{flex-shrink:0;align-self:flex-start;margin-top:4px}@media screen and (max-width:768px){.styles_user_info_card__Ttj3K .styles_user_info_card_actions__7WLB3{width:100%;margin-top:12px;align-self:stretch}.styles_user_info_card__Ttj3K .styles_user_info_card_actions__7WLB3 a,.styles_user_info_card__Ttj3K .styles_user_info_card_actions__7WLB3 button{width:100%;justify-content:center}}.styles_user_info_card__Ttj3K .styles_user_info_card_stats__AWSRe{display:flex;gap:0;margin-top:16px}@media screen and (max-width:768px){.styles_user_info_card__Ttj3K .styles_user_info_card_stats__AWSRe{margin-top:12px;padding-top:12px}}.styles_user_info_card__Ttj3K .styles_user_info_card_stat__B_BzB{flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 4px;border-radius:var(--border-radius-sm);cursor:pointer;text-decoration:none;transition:background .2s ease}.styles_user_info_card__Ttj3K .styles_user_info_card_stat__B_BzB:hover{background:var(--muted-divider-color)}.styles_user_info_card__Ttj3K .styles_user_info_card_stat__B_BzB:not(:last-child){border-right:1px solid var(--divider-color)}.styles_user_info_card__Ttj3K .styles_user_info_card_stat__B_BzB .styles_stat_count__EZQdW{font-size:18px;font-weight:700;color:var(--text-color);line-height:1.2}@media screen and (max-width:768px){.styles_user_info_card__Ttj3K .styles_user_info_card_stat__B_BzB .styles_stat_count__EZQdW{font-size:16px}}.styles_user_info_card__Ttj3K .styles_user_info_card_stat__B_BzB .styles_stat_label__bTYGJ{font-size:12px;color:var(--muted-text-color);text-transform:uppercase;letter-spacing:.5px;margin-top:2px}@media screen and (max-width:768px){.styles_user_info_card__Ttj3K .styles_user_info_card_stat__B_BzB .styles_stat_label__bTYGJ{font-size:11px}}.styles_content_wrapper__Jh2ot{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;width:100%;position:relative}@media screen and (min-width:1024px){.styles_content_wrapper__Jh2ot{grid-template-columns:minmax(0,1.8fr) minmax(320px,1fr)}}.styles_main_content__UP68I{display:flex;flex-direction:column;gap:24px;min-width:0}.styles_sidebar_content___Vbkb{display:none}@media screen and (min-width:1024px){.styles_sidebar_content___Vbkb{display:block;position:relative}}.styles_primary-tabs-container__y9V3J,ul.styles_profile_tabs___7GiN{display:flex;gap:0;border-bottom:1px solid var(--divider-color);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;position:relative;width:100%}.styles_primary-tabs-container__y9V3J::-webkit-scrollbar,ul.styles_profile_tabs___7GiN::-webkit-scrollbar{height:4px}.styles_primary-tabs-container__y9V3J::-webkit-scrollbar-track,ul.styles_profile_tabs___7GiN::-webkit-scrollbar-track{background:var(--muted-divider-color)}.styles_primary-tabs-container__y9V3J::-webkit-scrollbar-thumb,ul.styles_profile_tabs___7GiN::-webkit-scrollbar-thumb{background:var(--dark-divider-color);border-radius:4px}.styles_primary-tabs-container__y9V3J::-webkit-scrollbar-thumb:hover,ul.styles_profile_tabs___7GiN::-webkit-scrollbar-thumb:hover{background:var(--dark-divider-color)}@media screen and (max-width:768px){.styles_primary-tabs-container__y9V3J,ul.styles_profile_tabs___7GiN{scrollbar-width:none;-ms-overflow-style:none}.styles_primary-tabs-container__y9V3J::-webkit-scrollbar,ul.styles_profile_tabs___7GiN::-webkit-scrollbar{display:none}}.styles_primary-tab__n3DNi{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);color:var(--muted-text-color);font-family:inherit;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;margin-bottom:-1px;white-space:nowrap;text-decoration:none}.styles_primary-tab__n3DNi:hover{color:var(--text-color);font-weight:600}.styles_primary-tab__n3DNi.styles_active__6LqdP{color:var(--text-color);font-weight:600;border-bottom:2px solid var(--community-primary,var(--primary-color))}.styles_primary-tab__n3DNi.styles_active__6LqdP:hover{background:rgba(0,0,0,0)}.styles_primary-tab__n3DNi.styles_active__6LqdP svg{color:var(--community-primary,var(--primary-color))}.styles_primary-tab__n3DNi .styles_tab-icon__eEyGd{display:flex;align-items:center;justify-content:center}.styles_primary-tab__n3DNi .styles_tab-icon__eEyGd svg{color:var(--icon-color);transition:color .2s ease}.styles_primary-tab__n3DNi .styles_tab-count__ykSVR{font-size:.875rem;color:var(--muted-text-color);font-weight:400}@media(max-width:768px){.styles_primary-tab__n3DNi{padding:.625rem 1rem;font-size:.875rem}}.styles_primary-tabs-container--vertical__EFBNi{flex-direction:column;border-bottom:none;border-right:1px solid var(--divider-color)}.styles_primary-tabs-container--vertical__EFBNi .styles_primary-tab__n3DNi{border-bottom:1px solid var(--divider-color);border-right:2px solid rgba(0,0,0,0);margin-bottom:0;margin-right:-1px;justify-content:space-between}.styles_primary-tabs-container--vertical__EFBNi .styles_primary-tab__n3DNi.styles_active__6LqdP{border-bottom-color:var(--divider-color);border-right-color:var(--community-primary,var(--primary-color));background:var(--muted-divider-color)}.styles_primary-tab--icon-top__qx1_p{flex-direction:column;gap:.25rem;padding:.625rem .875rem}.styles_primary-tab--icon-top__qx1_p .styles_tab-icon__eEyGd{margin-bottom:.125rem}ul.styles_profile_tabs___7GiN{border-bottom:none;position:-webkit-sticky;position:sticky;top:60px;z-index:98;padding:0 0 8px;margin-top:0;margin-bottom:0}ul.styles_profile_tabs___7GiN.styles_premium__amhdQ{position:static;border-bottom:none;padding:0;margin:0 0 16px;background:rgba(0,0,0,0);overflow:visible;display:block}@media screen and (max-width:768px){ul.styles_profile_tabs___7GiN{margin-top:0;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;width:calc(100% + 40px)}ul.styles_profile_tabs___7GiN.styles_premium__amhdQ{margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:100%}}ul.styles_profile_tabs___7GiN:not(.styles_premium__amhdQ)>li{flex:1 1;margin:0 4px;min-width:auto}ul.styles_profile_tabs___7GiN:not(.styles_premium__amhdQ)>li:first-child{margin-left:0}ul.styles_profile_tabs___7GiN:not(.styles_premium__amhdQ)>li:last-child{margin-right:0}.styles_services_container__A5Hay{padding:24px 0}.styles_header__3k7vl{margin-bottom:32px}.styles_header__3k7vl .styles_title__qBCsG{font-size:24px;font-weight:700;color:var(--text-color);margin-bottom:8px}.styles_header__3k7vl .styles_subtitle__6AoyP{font-size:15px;color:var(--muted-text-color)}.styles_services_grid__rW64j{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:24px;gap:24px}.styles_service_card___iPES{background:var(--card-background-color);border:1px solid var(--divider-color);border-radius:12px;overflow:hidden;transition:all .2s ease;display:flex;flex-direction:column}.styles_service_card___iPES:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,.05);border-color:var(--primary-color)}.styles_service_image__gHCwK{width:100%;height:160px;background:var(--background-color)}.styles_service_image__gHCwK img{width:100%;height:100%;object-fit:cover}.styles_service_content__Idm7w{padding:20px;display:flex;flex-direction:column;flex:1 1}.styles_service_name__1iNK5{font-size:18px;font-weight:600;color:var(--text-color);margin-bottom:10px}.styles_service_desc__xn2bR{font-size:14px;color:var(--muted-text-color);line-height:1.5;margin-bottom:20px;flex:1 1}.styles_service_meta__TWn7v{display:flex;flex-wrap:wrap;gap:16px;padding-top:16px;border-top:1px solid var(--divider-color)}.styles_meta_item__mu6vQ{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text-color);font-weight:500}.styles_empty_state__BfYB4{padding:60px 20px;text-align:center;color:var(--muted-text-color);background:var(--card-background-color);border:1px dashed var(--divider-color);border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:16px}.styles_empty_state__BfYB4 .styles_icon_bg__gZwPd{width:80px;height:80px;background:var(--background-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.styles_empty_state__BfYB4 .styles_admin_cta__UBlh_{margin-top:8px}.styles_image_placeholder__i5n0I{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--background-color)}.styles_gate_container__fWLCv{background:linear-gradient(135deg,var(--muted-divider-color) 0,var(--muted-divider-color) 100%);border:2px dashed var(--divider-color);border-radius:var(--border-radius-lg);padding:3rem 2rem;text-align:center;position:relative;overflow:hidden;margin-top:var(--section-margin)}.styles_gate_container__fWLCv:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.05) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(147,51,234,.05) 0,transparent 50%);pointer-events:none}.styles_gate_content__TqYSw{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.styles_gate_icon__gaECr{margin-bottom:1.5rem;opacity:.9}.styles_gate_title__zvVub{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0 0 .75rem;line-height:1.3}.styles_gate_description__jOmr0{font-size:1rem;color:var(--muted-text-color);margin:0 0 2rem;max-width:400px;line-height:1.6}.styles_gate_action__xZXei{width:100%;max-width:280px}@media(max-width:768px){.styles_gate_container__fWLCv{padding:2rem 1rem}.styles_gate_title__zvVub{font-size:1.25rem}.styles_gate_description__jOmr0{font-size:.9rem}}@media(max-width:480px){.styles_gate_container__fWLCv{padding:1.5rem 1rem}.styles_gate_title__zvVub{font-size:1.125rem}.styles_gate_description__jOmr0{font-size:.875rem}}.styles_search_wrapper__pHPX4{flex:1 1}.styles_reset_search__2cKe4,.styles_submitBtn__reviu{background:none;border:none;cursor:pointer}.styles_reset_search__2cKe4{display:flex;justify-content:center;margin-left:auto;min-width:36px;text-decoration:underline;padding:0;white-space:nowrap;font-size:12px;text-align:right;color:var(--text-color)!important;position:absolute;right:45px;top:0;z-index:99;height:100%;align-items:center}.styles_breakerCard__NOpLp{border-radius:var(--border-radius);background:linear-gradient(135deg,rgba(var(--primary-color-rgb),.06) 0,rgba(var(--secondary-color-rgb),.06) 100%);border:1px solid rgba(var(--primary-color-rgb),.1);padding:28px var(--inner-padding);text-align:center;margin:8px 0}.styles_breakerTitle__BMFKl{font-size:16px;font-weight:600;color:var(--text-color);margin:0 0 6px}.styles_breakerText__ruwtF{font-size:14px;color:var(--muted-text-color);margin:0 0 16px;line-height:1.4}.styles_container__675_m{width:100%;display:flex;flex-direction:column;gap:var(--section-margin)}.styles_feedList__h5ISS{display:flex;flex-direction:column;gap:24px}.styles_feedItem__LqVuI{background:var(--background-color);border:1px solid var(--divider-color);border-radius:var(--border-radius);padding:var(--section-margin);transition:box-shadow .2s ease}.styles_feedItem__LqVuI:hover{box-shadow:var(--shadow-sm)}.styles_feedItemHeader__CnfdD{display:flex;align-items:center;gap:10px;margin-bottom:10px}.styles_feedItemAvatar__tk8ZZ{width:36px;height:36px;border-radius:50%;background:var(--background-color);object-fit:cover;flex-shrink:0}.styles_feedItemAvatarPlaceholder__8XXV1{width:36px;height:36px;border-radius:50%;background:rgba(var(--primary-color-rgb),.1);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--primary-color);flex-shrink:0}.styles_feedItemMeta__9k2Jl{flex:1 1;min-width:0}.styles_feedItemAuthor__gi7gz{font-size:13px;font-weight:600;color:var(--text-color)}.styles_feedItemAuthor__gi7gz,.styles_feedItemCommunity__e_DQw{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_feedItemCommunity__e_DQw{font-size:12px;color:var(--muted-text-color)}.styles_feedItemBadge__bNB9_{display:inline-flex;padding:3px 10px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:var(--border-radius-sm);flex-shrink:0}.styles_badgePOST__mEJPA{background:rgba(var(--primary-color-rgb),.08);color:var(--primary-color)}.styles_badgeMOMENT__8U02R{background:rgba(var(--secondary-color-rgb),.1);color:var(--secondary-color)}.styles_badgeEVENT__cK3om{background:rgba(var(--tertiary-color-rgb),.1);color:var(--tertiary-color)}.styles_badgeACTION_ALERT__ahKfK{background:var(--alert-warning-color);color:var(--warning-color)}.styles_badgeCOMMUNITY__amhKX{background:rgba(var(--primary-color-rgb),.08);color:var(--primary-color)}.styles_feedItemTitle__KSupm{font-size:15px;font-weight:600;color:var(--text-color);margin:0 0 6px;line-height:1.3}.styles_feedItemText__GgCl9{font-size:13px;color:var(--muted-text-color);margin:0 0 10px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden}.styles_feedItemFooter__ze_iN{display:flex;align-items:center;justify-content:space-between;gap:12px}.styles_feedItemStats__8Wb03{display:flex;gap:14px}.styles_feedItemStat__QpaHU{font-size:12px;color:var(--muted-text-color);display:flex;align-items:center;gap:4px}.styles_feedItemStatValue__keLkJ{font-weight:600}.styles_feedItemLocation__Quw5D,.styles_feedItemTime__cXmFr{font-size:12px;color:var(--muted-text-color)}.styles_feedItemLocation__Quw5D{margin:0 0 6px;display:flex;align-items:center;gap:4px}.styles_feedItemEventDate__xScgb{font-size:12px;color:var(--secondary-color);font-weight:600;margin:0 0 8px}.styles_loadMore__mz_kQ{display:flex;justify-content:center;margin-top:var(--section-margin);margin-bottom:var(--section-margin)}.styles_loadMoreBtn__PO33E{padding:10px 32px;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);background:rgba(0,0,0,0);color:var(--primary-color);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.styles_loadMoreBtn__PO33E:hover{background:var(--background-color);border-color:var(--primary-color)}.styles_loadMoreBtn__PO33E:disabled{opacity:.5;cursor:not-allowed}.styles_messageCard__8whgq{text-align:center;padding:60px var(--inner-padding);color:var(--muted-text-color)}.styles_messageCardTitle__tI0qk{font-size:16px;font-weight:600;color:var(--text-color);margin:0 0 8px}.styles_messageCardText__UvHtz{font-size:14px;color:var(--muted-text-color);margin:0}.styles_allSections__XdUIJ{display:flex;flex-direction:column;gap:24px}.styles_allSectionTitle__klztp{font-size:16px;font-weight:600;color:var(--text-color);margin:0 0 12px}.styles_allSectionGrid__NY97v{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px}.styles_smallCard__2X3Wa{background:var(--background-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);padding:14px;transition:box-shadow .2s ease}.styles_smallCard__2X3Wa:hover{box-shadow:var(--shadow-sm)}.styles_smallCardType__H4QD_{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted-text-color);font-weight:600;margin:0 0 6px}.styles_smallCardTitle__kt9b5{font-size:14px;font-weight:600;color:var(--text-color);margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_smallCardSub__jGWsM{font-size:12px;color:var(--muted-text-color);margin:0}.styles_loading__bGzPk{display:flex;justify-content:center;align-items:center;padding:40px 0;color:var(--muted-text-color);font-size:14px}.styles_error__sEdX0{padding:var(--inner-padding);background:var(--alert-error-color);color:var(--error-color);border-radius:var(--border-radius-sm);font-size:14px;text-align:center}.styles_topicFilters__Tx_iq{margin-bottom:var(--section-margin)}.styles_videoGrid__es48P{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media(max-width:1024px){.styles_videoGrid__es48P{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.styles_videoGrid__es48P{grid-template-columns:1fr;gap:12px}}.styles_videoSkeletonCard__6cM65{display:flex;flex-direction:column;gap:12px}.styles_skeletonThumbnail__YtU9O{width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden}.styles_skeletonInfo__QFI7K{display:flex;gap:12px;padding:0 4px}.styles_skeletonAvatar__1nMOv{flex-shrink:0;width:36px;height:36px}.styles_skeletonText__kN472{flex:1 1;display:flex;flex-direction:column;gap:8px}.styles_skeletonTitle__9OT6G{height:18px;width:90%}.styles_skeletonMeta__6q4Y9{height:14px;width:60%}.styles_videoCard__aXnSZ{position:relative;border-radius:var(--border-radius);overflow:hidden;cursor:pointer;background:rgba(0,0,0,0);transition:all .2s ease;display:flex;flex-direction:column;gap:12px;padding:0;border:none}.styles_videoCard__aXnSZ:hover .styles_videoWrapper__CcB_4{transform:scale(1.02)}.styles_videoWrapper__CcB_4{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#000;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-sm)}.styles_viewCountBadge__SAzi4{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.8);color:#fff;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:600;z-index:10;pointer-events:none;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.styles_viewCountIcon__1qlvL{font-size:8px}.styles_infoSection__6DExv{display:flex;gap:12px;padding:0 4px}.styles_avatarWrapper__yTREZ{flex-shrink:0;margin-top:2px}.styles_avatar__A8kTt{width:36px;height:36px;border-radius:50%;object-fit:cover;background:var(--divider-color)}.styles_avatarPlaceholder__k5Uh0{width:36px;height:36px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.styles_textInfo__dqFJ2{flex:1 1;min-width:0}.styles_videoTitle__aYDtK{font-size:15px;font-weight:600;line-height:1.4;color:var(--text-color);margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.styles_metaInfo__ryqnd{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.styles_communityName__1gSOb{font-size:13px;color:var(--muted-text-color);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.styles_communityName__1gSOb:hover{color:var(--text-color)}.styles_dot__qGyJo,.styles_stats__fwCBS{color:var(--muted-text-color);font-size:13px}.styles_stats__fwCBS{display:flex;align-items:center;gap:4px}@media screen and (max-width:768px){.styles_videoCard__aXnSZ{gap:10px}.styles_avatar__A8kTt{width:32px;height:32px}.styles_avatarPlaceholder__k5Uh0{width:32px;height:32px;font-size:12px}.styles_videoTitle__aYDtK{font-size:14px}.styles_communityName__1gSOb,.styles_stats__fwCBS{font-size:12px}}.search-bar_searchBar__eJCju{margin:0 auto;position:relative}.search-bar_submitBtn__DOedg{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted-text-color);transition:color .2s ease}.search-bar_submitBtn__DOedg:hover{color:var(--primary-color)}.search-bar_reset_search__Ef3G7{position:absolute;right:-40px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--muted-text-color);transition:color .2s ease;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px}.search-bar_reset_search__Ef3G7:hover{color:var(--error-color);background:var(--muted-divider-color)}@media screen and (max-width:768px){.search-bar_reset_search__Ef3G7{right:-35px}}.styles_container__WQeB_{display:flex;flex-direction:column;gap:16px;padding:20px;background:var(--background-color);border-radius:var(--border-radius);border:1px solid var(--divider-color)}.styles_loading__JXRqC{text-align:center;padding:20px;color:var(--muted-text-color)}.styles_stats__TZFbm{display:flex;flex-direction:column;gap:12px}.styles_title__VOUpy{margin:0;font-size:16px;font-weight:600}.styles_description__ZIkvj{margin:0;font-size:13px;color:var(--muted-text-color)}.styles_stats_grid__sylo1{display:flex;gap:16px}.styles_stat_card__s_moa{flex:1 1;display:flex;flex-direction:column;gap:4px;padding:16px;background:#fff;border-radius:var(--border-radius);border:1px solid var(--divider-color)}.styles_stat_value__oJkBW{font-size:24px;font-weight:700;color:var(--text-color)}.styles_stat_label__ebs9Z{font-size:12px;color:var(--muted-text-color)}.styles_modal_overlay__ntViv{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.styles_modal__jt3Yt{background:#fff;border-radius:var(--border-radius);padding:24px;max-width:480px;width:90%;max-height:90vh;overflow-y:auto}.styles_modal__jt3Yt h3{margin:0 0 20px;font-size:18px}.styles_modal_content__66hLF{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.styles_campaign_info__GcgGq{font-size:14px;color:var(--muted-text-color)}.styles_campaign_info__GcgGq strong{color:var(--text-color)}.styles_recipient_count___WGB3{font-size:15px;padding:12px 0;background:color-mix(in srgb,var(--primary-color),transparent 95%);border-radius:var(--border-radius)}.styles_recipient_count___WGB3 strong{color:var(--primary-color);font-size:18px}.styles_option__dOzhj{display:flex;flex-direction:column;gap:12px}.styles_checkbox_label__B6bjM{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.styles_checkbox_label__B6bjM input[type=checkbox]{width:16px;height:16px;cursor:pointer}.styles_subject_input__K57no{display:flex;flex-direction:column;gap:6px;padding-left:24px}.styles_original_subject__YQvmQ{font-size:12px;color:var(--muted-text-color)}.styles_modal_actions__lZnFg{display:flex;gap:12px;justify-content:flex-end}@media(max-width:500px){.styles_modal_actions__lZnFg,.styles_stats_grid__sylo1{flex-direction:column}}