.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_container__8XCiL{background:#fff;display:flex;flex-direction:column;height:100%}.styles_header__TMSqs{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(135deg,var(--community-primary,var(--primary-color)) 0,var(--community-secondary,var(--primary-color)) 100%);color:var(--community-primary-text,white);box-shadow:0 4px 12px rgba(0,0,0,.1);position:relative;z-index:10}.styles_header__TMSqs .styles_header_content__ob4fd{display:flex;align-items:center;gap:12px}.styles_header__TMSqs .styles_header_content__ob4fd h4{margin:0;font-size:18px;font-weight:700;color:currentColor;letter-spacing:-.02em}.styles_close_btn__LAksu{background:hsla(0,0%,100%,.15);border:none;border-radius:8px;color:currentColor;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.styles_close_btn__LAksu:hover{background:hsla(0,0%,100%,.3);transform:rotate(90deg)}.styles_section_tabs__ZoQyO{display:flex;background:#f8f9fa;padding:4px;margin:24px 24px 0;border-radius:12px;border:1px solid var(--divider-color)}.styles_section_tab__gmFz3{flex:1 1;padding:10px;background:none;border:none;border-radius:8px;font-size:14px;font-weight:600;color:var(--muted-text-color);cursor:pointer;transition:all .2s ease}.styles_section_tab__gmFz3:hover{color:var(--text-color)}.styles_section_tab__gmFz3.styles_active__mgPoY{background:#fff;color:var(--community-primary,var(--primary-color));box-shadow:0 2px 8px rgba(0,0,0,.05)}.styles_section__SAx2l{padding:24px;flex:1 1;overflow-y:auto}.styles_section_desc__V2KLw{font-size:14px;line-height:1.5;color:var(--muted-text-color);margin-bottom:24px;background:var(--info-light-color,#f0f7ff);padding:12px 16px;border-radius:8px;border-left:4px solid var(--community-primary,var(--primary-color))}.styles_options_row__8SJdV{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:20px}.styles_option__aK9Yg{position:relative}.styles_option__aK9Yg label{display:block;font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:.5px;margin-bottom:8px;color:var(--muted-text-color)}.styles_dropdown_trigger__MIADK{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;border:1px solid var(--divider-color);border-radius:10px;background:#fff;font-size:14px;font-weight:500;color:var(--text-color);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.02)}.styles_dropdown_trigger__MIADK:hover{border-color:var(--community-primary,var(--primary-color));background:#fafafa}.styles_dropdown_trigger__MIADK:focus{outline:none;border-color:var(--community-primary,var(--primary-color));box-shadow:0 0 0 4px rgba(var(--primary-color-rgb),.1)}.styles_dropdown_arrow__QTbIC{font-size:10px;color:var(--muted-text-color);transition:transform .2s ease}.styles_input_group__2RInM{margin-bottom:24px}.styles_input_group__2RInM label{display:block;font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:.5px;margin-bottom:10px;color:var(--muted-text-color)}.styles_textarea__K4STF{width:100%;padding:16px;border:1px solid var(--divider-color);border-radius:12px;font-size:15px;line-height:1.6;font-family:inherit;resize:vertical;min-height:140px;transition:all .2s ease;background:#fff}.styles_textarea__K4STF:focus{outline:none;border-color:var(--community-primary,var(--primary-color));box-shadow:0 0 0 4px rgba(var(--primary-color-rgb),.1)}.styles_textarea__K4STF::placeholder{color:var(--muted-text-color)}.styles_error__4E86f{color:var(--error-color);font-size:13px;margin-bottom:16px;padding:12px 16px;background:var(--alert-error-color);border-radius:8px;border-left:4px solid var(--error-color)}.styles_loading_spinner__aISZ2{display:inline-block;width:16px;height:16px;border:2px solid rgba(0,0,0,0);border-top-color:currentcolor;border-radius:50%;animation:styles_spin__QLJSu .8s linear infinite;margin-right:10px}@keyframes styles_spin__QLJSu{to{transform:rotate(1turn)}}.styles_suggestions__vPg4E{margin-top:24px}.styles_suggestions__vPg4E>label{display:block;font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:.5px;margin-bottom:12px;color:var(--muted-text-color)}.styles_suggestion_card__TfD_7{display:block;width:100%;padding:16px;margin-bottom:12px;background:#fff;border:1px solid var(--divider-color);border-radius:12px;text-align:left;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.04)}.styles_suggestion_card__TfD_7:hover{border-color:var(--community-primary,var(--primary-color));background:#f8fbff;transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.08)}.styles_suggestion_card__TfD_7:last-child{margin-bottom:0}.styles_suggestion_subject__lRPJ0{font-size:15px;font-weight:600;margin-bottom:8px;color:var(--text-color)}.styles_suggestion_preview__O_npS{font-size:14px;color:var(--muted-text-color);margin-bottom:12px;line-height:1.4}.styles_suggestion_rationale__r39Lf{font-size:12px;color:var(--community-primary,var(--primary-color));font-weight:500;padding-top:10px;border-top:1px solid rgba(0,0,0,.05);display:flex;align-items:center;gap:6px}.styles_suggestion_rationale__r39Lf:before{content:"💡";font-size:14px}.styles_limit_alert__5_l6J{color:var(--error-color,#d32f2f);font-size:14px;margin-bottom:24px;padding:16px;background:var(--alert-error-color,#ffebee);border:1px solid var(--error-color,#d32f2f);border-radius:10px;text-align:center;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.BlockCanvas_canvasWrapper__MrX19{flex:1 1;overflow:auto;display:flex;justify-content:center;align-items:flex-start;transition:background .3s ease}.BlockCanvas_canvasWrapper__MrX19.BlockCanvas_webMode__3cQ7m{padding:24px;background-color:#f8f9fb;background-image:radial-gradient(circle,#d1d5db .75px,transparent 0);background-size:24px 24px}.BlockCanvas_canvasWrapper__MrX19.BlockCanvas_emailMode__UCl9Y{padding:40px;background-color:var(--muted-divider-color)}.BlockCanvas_canvasContainer__1Ru_q{min-height:400px;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:4px;transition:width .3s ease;margin:0 auto;position:relative;overflow:visible;display:flex;flex-direction:column}.BlockCanvas_canvasContainer__1Ru_q li,.BlockCanvas_canvasContainer__1Ru_q p,.BlockCanvas_canvasContainer__1Ru_q span{color:inherit}.BlockCanvas_emptyState__dish7{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:var(--muted-text-color);text-align:center;padding:40px}.BlockCanvas_emptyState__dish7 p{margin:0}.BlockCanvas_emptyState__dish7 p.BlockCanvas_primary__pJeoU{font-size:16px;margin-bottom:8px}.BlockCanvas_emptyState__dish7 p.BlockCanvas_secondary___p7v7{font-size:14px}.BlockCanvas_staticFooter__IHYic{padding-top:20px;padding-bottom:20px;text-align:center;border-top:1px solid rgba(0,0,0,0);margin-top:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.BlockCanvas_staticFooter__IHYic .BlockCanvas_poweredBy__728bM{font-size:11px;color:var(--muted-text-color);text-decoration:none;opacity:.7;font-family:sans-serif;display:inline-flex;align-items:center;gap:4px;pointer-events:auto}.BlockCanvas_staticFooter__IHYic .BlockCanvas_poweredBy__728bM span:last-child{font-weight:600}.combobox_comboboxContainer___yGtK,.combobox_trigger__YJfYo{position:relative;width:100%}.combobox_trigger__YJfYo{display:flex;align-items:center}.combobox_input__d5K8v{width:100%;padding:8px 32px 8px 12px;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);font-size:13px;color:var(--text-color);background-color:var(--background-color);box-sizing:border-box;outline:none;transition:border-color .2s}.combobox_input__d5K8v::placeholder{color:var(--muted-text-color)}.combobox_input__d5K8v:focus{border-color:var(--primary-color)}.combobox_input__d5K8v:disabled{background-color:var(--background-color-hover);cursor:not-allowed}.combobox_iconWrapper___aCay{position:absolute;right:8px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--muted-text-color);display:flex;align-items:center;transition:transform .2s}.combobox_iconWrapper___aCay.combobox_open__VGkt2{transform:translateY(-50%) rotate(180deg)}.combobox_dropdown__gat_3{position:absolute;width:100%;top:100%;margin-top:4px;background-color:var(--card-background-color);border:1px solid var(--divider-color);border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:100;max-height:250px;overflow-y:auto;display:none}.combobox_dropdown__gat_3.combobox_open__VGkt2{display:block}.combobox_group__fa3Bz{border-bottom:1px solid var(--divider-color)}.combobox_group__fa3Bz:last-child{border-bottom:none}.combobox_groupHeader__xklm6{padding:8px 12px;font-size:11px;font-weight:600;color:var(--muted-text-color);background-color:var(--card-background-color);text-transform:uppercase;letter-spacing:.5px;position:-webkit-sticky;position:sticky;top:0}.combobox_item__ahXU5{width:100%;text-align:left;padding:8px 12px;font-size:13px;color:var(--text-color);background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.combobox_item__ahXU5.combobox_selected__5qk7a,.combobox_item__ahXU5:hover{background-color:var(--primary-color-faint);color:var(--primary-color)}.combobox_item__ahXU5.combobox_selected__5qk7a{font-weight:500}.combobox_noResults__rmxS_{padding:12px;text-align:center;font-size:13px;color:var(--muted-text-color)}.styles_phoneInputWrapper__rvhp7{position:relative;display:flex;width:100%}.styles_countryButton__Q_TUB{display:flex;align-items:center;gap:4px;padding:0 10px;min-width:85px;height:45px;background:var(--muted-divider-color);border:1px solid var(--divider-color);border-right:none;border-radius:var(--border-radius-sm) 0 0 var(--border-radius-sm);cursor:pointer;font-size:14px;color:var(--text-color);white-space:nowrap;transition:all .15s ease;flex-shrink:0}.styles_countryButton__Q_TUB:hover{background:#fff}.styles_countryButton__Q_TUB.styles_open__oPYhj{border-color:var(--community-primary,var(--primary-color));background:#fff}.styles_countryButton__Q_TUB.styles_hasError__0C4wC{border-color:var(--error-color)}.styles_countryButton__Q_TUB:disabled{pointer-events:none;background:var(--divider-color);color:var(--muted-text-color)}.styles_countryEmoji__wY7_8{font-size:18px;line-height:1}.styles_dialCode__nrQrO{font-size:13px;color:var(--muted-text-color);font-weight:500}.styles_chevron__lSCnB{margin-left:2px;font-size:10px;color:var(--muted-text-color);transition:transform .2s ease}.styles_chevron__lSCnB.styles_open__oPYhj{transform:rotate(180deg)}.styles_phoneInput__EmRef{flex:1 1;height:45px;min-width:0;padding:0 14px;font-size:15px;font-family:inherit;background:var(--muted-divider-color);border:1px solid var(--divider-color);border-radius:0 var(--border-radius-sm) var(--border-radius-sm) 0;color:var(--text-color);box-shadow:inset 0 1px 2px rgba(0,0,0,.02);transition:all .15s ease}.styles_phoneInput__EmRef::placeholder{opacity:.5;color:var(--muted-text-color)}.styles_phoneInput__EmRef:hover{background:#fff}.styles_phoneInput__EmRef: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);outline:none}.styles_phoneInput__EmRef.styles_hasError__0C4wC{border-color:var(--error-color)}.styles_phoneInput__EmRef.styles_hasError__0C4wC:focus{border-color:var(--error-color);box-shadow:0 0 0 3px rgba(237,67,67,.1)}.styles_phoneInput__EmRef:disabled{pointer-events:none;background:var(--divider-color);color:var(--muted-text-color)}.styles_dropdown__9_RPz{position:absolute;top:calc(100% + 4px);left:0;width:300px;max-height:280px;background:#fff;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);box-shadow:var(--shadow-lg);z-index:1000;display:flex;flex-direction:column;overflow:hidden}@media screen and (max-width:480px){.styles_dropdown__9_RPz{width:100%}}.styles_searchInput__rrv9s{width:100%;padding:10px 12px;border:none;border-bottom:1px solid var(--divider-color);border-radius:var(--border-radius-sm) var(--border-radius-sm) 0 0;font-size:14px;font-family:inherit;color:var(--text-color);background:var(--muted-divider-color);outline:none;box-sizing:border-box;flex-shrink:0;height:38px!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.styles_searchInput__rrv9s::placeholder{color:var(--muted-text-color);opacity:.6}.styles_searchInput__rrv9s:focus{background:#fff}.styles_countryList__nLj8c{flex:1 1;overflow-y:auto;overscroll-behavior:contain}.styles_countryItem__Hi9IP{display:flex;align-items:center;gap:10px;padding:9px 12px;cursor:pointer;transition:background .1s;border:none;background:none;width:100%;text-align:left;font-family:inherit}.styles_countryItem__Hi9IP:hover{background:var(--muted-divider-color)}.styles_countryItem__Hi9IP.styles_selected__ihTGV{background:rgba(var(--community-primary-rgb,var(--primary-color-rgb)),.06)}.styles_countryItemEmoji__z1s_X{font-size:18px;line-height:1;flex-shrink:0}.styles_countryItemName__yos_U{flex:1 1;font-size:13px;color:var(--text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_countryItemDial__8ZmJu{font-size:13px;color:var(--muted-text-color);flex-shrink:0}.styles_noResults__BwH8O{padding:16px 12px;text-align:center;font-size:13px;color:var(--muted-text-color)}.styles_page_container__G_QrS{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;font-family:var(--font-family)}.styles_card__kizS7{width:100%;max-width:480px;padding:24px;background:var(--card-background-color);border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.08);text-align:center;border:1px solid var(--divider-color)}.styles_logo_area__FYk3Q{margin-bottom:32px}.styles_logo_image__NqNdI{height:64px;object-fit:contain;margin:0 auto}.styles_icon_fallback__cIRMd{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;font-size:28px;background:color-mix(in srgb,var(--branding-color,var(--primary-color)),white 90%);color:var(--branding-color,var(--primary-color))}.styles_title__l0yrV{font-size:28px;font-weight:700;margin-bottom:12px;color:var(--text-color);letter-spacing:-.5px}.styles_title__l0yrV.styles_small___YRoI{font-size:24px}.styles_message__Gyiiq{font-size:16px;line-height:1.6;color:var(--muted-text-color);margin-bottom:32px}.styles_button__9fGtZ{display:block;width:100%;padding:14px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:opacity .2s,background-color .2s;cursor:pointer;border:none}.styles_button__9fGtZ.styles_primary__ezgnV{color:#fff;background:var(--branding-color,var(--primary-color));box-shadow:0 4px 12px color-mix(in srgb,var(--branding-color,var(--primary-color)),transparent 70%)}.styles_button__9fGtZ.styles_primary__ezgnV:hover{opacity:.9}.styles_button__9fGtZ.styles_secondary__u9TdT{display:inline-block;width:auto;padding:12px 24px;background:var(--secondary-color);color:var(--text-color);border:1px solid var(--divider-color);font-size:15px}.styles_button__9fGtZ.styles_secondary__u9TdT:hover{background:var(--hover-color)}.styles_footer_text__hMZUl{margin-top:24px;font-size:13px;color:var(--muted-text-color)}.styles_footer_text__hMZUl a{text-decoration:none;font-weight:500;color:var(--branding-color,var(--primary-color))}.styles_footer_text__hMZUl a:hover{text-decoration:underline}.styles_powered_by_wrapper__uVPpC{margin-top:32px;display:flex;justify-content:center}.PreviewHeader_header__jna_C{background:var(--community-primary,#1a1a1a);color:var(--community-primary-text,white);padding:10px 20px;font-size:14px;display:flex;justify-content:space-between;align-items:center}.PreviewHeader_label__LcPNl{color:inherit}.PreviewHeader_closeButton__WvxW3{padding:8px 16px;background:rgba(0,0,0,0);border:1px solid;border-radius:var(--border-radius-sm);color:inherit;font-size:14px;cursor:pointer;height:auto}.styles_main__r5uAb{position:relative}.styles_main__r5uAb.styles_with_cropper__NyVi_ .styles_uploader__4cimR.styles_hidden__MKJmH{height:300px}.styles_main__r5uAb.styles_preview_small__DeyjP .styles_icon__724tp img{width:100px;height:100px;object-fit:cover;border-radius:var(--border-radius-sm)}.styles_main__r5uAb.styles_preview_small__DeyjP .styles_post_media__PNNmK{display:flex;justify-content:center}.styles_main__r5uAb.styles_preview_small__DeyjP .styles_post_media__PNNmK img{width:100px;height:100px;object-fit:cover;background:rgba(0,0,0,0);border-radius:var(--border-radius-sm)}.styles_main__r5uAb.styles_uploading__Egy2c{transform:none!important;will-change:auto!important}.styles_main__r5uAb.styles_uploading__Egy2c:before{position:fixed;left:0!important;top:0!important;right:0!important;bottom:0!important;content:"";height:100vh!important;width:100vw!important;min-height:100vh;min-width:100vw;max-height:100vh;max-width:100vw;z-index:999999;background:linear-gradient(90deg,rgba(250,250,250,.95),rgba(255,255,255,.95),rgba(250,250,250,.95));background-size:300% 100%;animation:styles_wave__6Ip5w 2s infinite;margin:0!important;padding:0!important;inset:0!important;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.styles_main__r5uAb.styles_uploading__Egy2c .styles_progress__3xtZ9{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9999999;text-align:center;font-weight:700;width:96%;max-width:500px}.styles_main__r5uAb .styles_close_uploader__YZv1w{position:absolute;top:3px;right:3px;cursor:pointer;z-index:999;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;padding:5px;background-color:#fff;border:1px solid var(--divider-color);height:30px;width:30px}.styles_main__r5uAb .styles_uploader__4cimR{margin-bottom:30px;position:relative;overflow:hidden;min-height:200px;border-radius:var(--border-radius);background:var(--background-color);border:2px dashed var(--divider-color);display:flex;align-items:center;justify-content:center}.styles_main__r5uAb .styles_uploader__4cimR.styles_hidden__MKJmH{visibility:hidden;opacity:0;margin:0;min-height:0}.styles_main__r5uAb .styles_uploader__4cimR .styles_input__0NkmT{cursor:pointer;height:100%;width:100%;opacity:0;top:0;left:0;z-index:100;position:absolute}.styles_main__r5uAb .styles_uploader__4cimR .styles_input__0NkmT:disabled{cursor:default}.styles_main__r5uAb .styles_uploader__4cimR .styles_content__nbR_4{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.styles_main__r5uAb .styles_uploader__4cimR .styles_content__nbR_4.styles_hidden__MKJmH{display:none}.styles_main__r5uAb .styles_uploader__4cimR .styles_content__nbR_4 .styles_icon__724tp{width:100%;display:flex;justify-content:center;margin-bottom:var(--inner-padding)}.styles_main__r5uAb .styles_uploader__4cimR .styles_content__nbR_4 .styles_icon__724tp img{width:100%;max-height:300px;object-fit:contain;border-radius:var(--border-radius)}.styles_main__r5uAb .styles_uploader__4cimR .styles_content__nbR_4 .styles_title__RgJVT{margin-top:5px;font-size:13px;font-weight:500}.styles_main__r5uAb .styles_uploader__4cimR .styles_content__nbR_4 .styles_subtitle__xsvRt{margin-top:5px;font-size:11px;color:var(--muted-color);text-align:center}.styles_main__r5uAb .styles_uploader__4cimR .styles_content__nbR_4 .styles_max_limit__q_hfM{font-size:13px;font-weight:500;margin-top:5px}.styles_main__r5uAb .styles_post_media__PNNmK{width:100%;height:auto;position:relative}.styles_main__r5uAb .styles_post_media__PNNmK.styles_small__0dYMz img,.styles_main__r5uAb .styles_post_media__PNNmK.styles_small__0dYMz video{height:auto;width:100%;object-fit:contain;border-radius:var(--border-radius);background:#000;max-height:200px;margin:0 auto}.styles_main__r5uAb .styles_post_media__PNNmK img,.styles_main__r5uAb .styles_post_media__PNNmK video{height:auto;width:100%;object-fit:contain;border-radius:var(--border-radius);background:#000}.styles_main__r5uAb .styles_post_media__PNNmK .styles_file_preview__PIGu3{display:flex;align-items:center;gap:5px;flex-direction:column;padding:5px;border-radius:var(--border-radius);background:#000;border:2px solid #000;min-height:200px;justify-content:center}.styles_main__r5uAb .styles_post_media__PNNmK .styles_file_preview__PIGu3 .styles_file_icon__Zl1ms{width:24px;height:24px}.styles_main__r5uAb .styles_post_media__PNNmK .styles_file_preview__PIGu3 svg{max-width:100px!important}.styles_main__r5uAb .styles_post_media__PNNmK .styles_file_preview__PIGu3 span{font-size:14px;color:#fff;width:100%;white-space:nowrap;overflow:hidden;text-align:center;text-overflow:ellipsis}.styles_main__r5uAb .styles_post_media__PNNmK .styles_close__hjFit{position:absolute;top:10px;right:10px;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:5px;background-color:var(--background-color);border:1px solid var(--divider-color);height:30px;width:30px}.styles_main__r5uAb .styles_cropper__RUQkZ>div{z-index:99}.styles_error__ygOFv{color:var(--error-color);font-size:12px;margin-top:10px;display:block}@keyframes styles_wave__6Ip5w{0%{background-position:100% 0}to{background-position:-100% 0}}.styles_upload_overlay__9ABty{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:999999;background-color:var(--background-color);margin:0;padding:0}.styles_upload_loader_wrapper__2RXrN{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center}.styles_upload_loader__U5OXN{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.styles_upload_loader__U5OXN svg circle{stroke:var(--community-primary,var(--primary-color))!important}.styles_upload_icon__CvBjB{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:99;display:flex;align-items:center;justify-content:center}.styles_upload_text__zZbkS{font-weight:600;color:var(--text-color)}.styles_upload_text__zZbkS p{margin:4px 0;font-size:14px}.styles_upload_text__zZbkS p:first-child{font-size:16px}.styles_upload_progress__HcR8_{color:var(--community-primary,var(--primary-color));font-size:18px!important;margin-top:12px!important}.styles_upload_estimated_time__2hmXr{color:var(--muted-color);font-size:14px!important;margin-top:4px!important}.styles_dropdown__s_kFL{position:absolute;z-index:20;background:#fff;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);box-shadow:var(--shadow-md);max-height:200px;overflow-y:auto;min-width:200px}.styles_item__lTUyy{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;border:none;background:none;text-align:left;cursor:pointer;transition:background .15s ease}.styles_item__lTUyy:hover{background:var(--background-color)}.styles_tag__zHBFa{font-size:.875rem;font-weight:500;color:var(--primary-color)}.styles_count__cYvI2{font-size:.75rem;color:var(--muted-text-color)}.styles_richTextEditor__fD38O{border:1px solid #e0e0e0;border-radius:8px;background:#fff;overflow:hidden;transition:border-color .2s ease}.styles_richTextEditor__fD38O.styles_focused__JlBGX,.styles_richTextEditor__fD38O:focus-within{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.1)}.styles_richTextEditor__fD38O.styles_error__fS68W{border-color:#dc3545}.styles_toolbar__7bJaE{display:flex;gap:4px;padding:8px 12px;background:#f8f9fa;border-bottom:1px solid #e0e0e0;align-items:center}.styles_toolbarButton__7_OTv{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #dee2e6;border-radius:4px;background:#fff;cursor:pointer;font-size:14px;transition:all .2s ease}.styles_toolbarButton__7_OTv:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd}.styles_toolbarButton__7_OTv:active:not(:disabled){background:#dee2e6;transform:translateY(1px)}.styles_toolbarButton__7_OTv:disabled{opacity:.5;cursor:not-allowed}.styles_toolbarButton__7_OTv strong{font-weight:700}.styles_toolbarButton__7_OTv em{font-style:italic}.styles_separator__5hBnL{width:1px;height:24px;background:#dee2e6;margin:0 4px}.styles_editorContainer__LLo2R{position:relative;min-height:100px}.styles_editor__VEIi6{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__VEIi6.styles_error__fS68W{color:#dc3545}.styles_editor__VEIi6:empty:before{content:attr(data-placeholder);color:#6c757d;pointer-events:none}.styles_editor__VEIi6 strong{font-weight:700}.styles_editor__VEIi6 em{font-style:italic}.styles_editor__VEIi6 p{margin:0 0 8px}.styles_editor__VEIi6 p:last-child{margin-bottom:0}.styles_editor__VEIi6 br{line-height:1.5}.styles_charCount__ELiRG{display:flex;align-items:center;gap:4px;padding:8px 12px;background:#f8f9fa;border-top:1px solid #e0e0e0;font-size:12px;color:#6c757d}.styles_countError__N37ej{color:#dc3545;font-weight:600}.styles_htmlIndicator__2tOxe{font-size:10px;color:#6c757d;margin-left:8px}.styles_errorMessage__GfwES{color:#dc3545;font-size:12px;margin-top:4px;padding:0 12px 8px}.styles_sm__QT2K9 .styles_toolbar__7bJaE{padding:6px 8px}.styles_sm__QT2K9 .styles_toolbarButton__7_OTv{width:28px;height:28px;font-size:12px}.styles_sm__QT2K9 .styles_editor__VEIi6{padding:8px;font-size:13px;min-height:80px}.styles_sm__QT2K9 .styles_editorContainer__LLo2R{min-height:80px}.styles_sm__QT2K9 .styles_charCount__ELiRG{padding:6px 8px;font-size:11px}.styles_lg__W8MW9 .styles_toolbar__7bJaE{padding:12px 16px}.styles_lg__W8MW9 .styles_toolbarButton__7_OTv{width:36px;height:36px;font-size:16px}.styles_lg__W8MW9 .styles_editor__VEIi6{padding:16px;font-size:16px;min-height:120px}.styles_lg__W8MW9 .styles_editorContainer__LLo2R{min-height:120px}.styles_lg__W8MW9 .styles_charCount__ELiRG{padding:12px 16px;font-size:14px}.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_postfix__f3GFS{z-index: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}.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}}.user-guide_userGuide__RbG_C{min-height:100vh}.user-guide_container__uITuB{max-width:var(--max-width);margin:0 auto}.user-guide_subtitle__UGdwn{font-size:15px;color:var(--muted-text-color);margin-bottom:24px;line-height:1.5}.user-guide_content__NIwUJ{margin-top:0}.user-guide_mainContent__jbRFD{background:#fff;border-radius:var(--border-radius);border:1px solid var(--muted-divider-color);overflow:hidden;min-height:400px}@media screen and (max-width:768px){.user-guide_container__uITuB{padding:var(--inner-padding)}.user-guide_title__CSxuh{font-size:1.75rem}.user-guide_subtitle__UGdwn{font-size:.9rem}}.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}}.styles_error__muIBt{color:var(--error-color);font-size:12px;margin-top:10px;display:block}.styles_input_box__cBB20{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);transition:all var(--transition-base);position:relative}.styles_input_box__cBB20:hover{border-color:var(--divider-color);background:#fff}.styles_input_box__cBB20:focus-within{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px rgba(var(--primary-color-rgb),.1)}.styles_input_box__cBB20.styles_without__min_height__ZXpde{min-height:106px}.styles_input_box__cBB20.styles_without__border__zPaA9{border:none;background:rgba(0,0,0,0);box-shadow:none}.styles_input_box__cBB20.styles_without__border__zPaA9:focus-visible{outline:none}.styles_input_box__cBB20.styles_without__border__zPaA9:focus-within{border:none;box-shadow:none;background:rgba(0,0,0,0)}.styles_input_box__cBB20.styles_without__border__zPaA9:hover{background:rgba(0,0,0,0)}.styles_charCount__Tksup{color:var(--muted-text-color);font-size:12px;text-align:right;padding-bottom:5px;position:absolute;right:0;bottom:100%}.styles_charCount__Tksup .styles_countError__Y4eLc{color:var(--error-color);font-weight:500}.styles_container__xc4pt{display:flex;flex-direction:column;gap:16px;padding:16px;background:var(--card-bg);border-radius:var(--border-radius-md);border:1px solid var(--border-color);margin-bottom:16px}.styles_header__3qwET{margin-bottom:8px}.styles_header__3qwET h4{font-size:16px;font-weight:600;margin-bottom:4px;color:var(--text-color)}.styles_description___9RBN{font-size:14px;color:var(--muted-text-color);line-height:1.5;margin:0}.styles_formSection__lnnvu{display:flex;flex-direction:column;gap:8px}.styles_label__A9QqC{font-size:14px;font-weight:500;color:var(--text-color)}.styles_warning__p6kEO{font-size:14px;color:var(--warning-color)}.styles_formSelectRow__pZ_SS{display:flex;align-items:center;gap:12px}@media screen and (max-width:768px){.styles_formSelectRow__pZ_SS{flex-direction:column;align-items:stretch}}.styles_selectWrapper__QrxwQ{flex:1 1;min-width:0}.styles_urlHint___vvcJ{font-size:13px;color:var(--muted-text-color);margin-top:4px}.styles_buttonWrapper__STNEZ{margin-top:8px}.styles_message__YI0o3{padding:8px 12px;font-size:14px;border-radius:var(--border-radius-sm)}.styles_success__S9JGP{background:var(--alert-success-color);color:var(--success-color)}.styles_error__9aM7x{background:var(--alert-error-color);color:var(--error-color)}.styles_skeletonList__wBpc8{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0}.styles_skeletonRow__8p9Fg{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;border:1px solid var(--divider-color);border-radius:var(--border-radius-sm)}.styles_skeletonInfo__gtXfq{display:flex;flex-direction:column;gap:.5rem;flex:1 1}.styles_emptyState__rLHlc{text-align:center;padding:3rem 2rem}.styles_emptyState__rLHlc .styles_emptyIcon___HMLf{margin-bottom:1rem;color:var(--muted-text-color)}.styles_emptyState__rLHlc h3{font-size:1.125rem;margin-bottom:.5rem;color:var(--text-color)}.styles_emptyState__rLHlc p{color:var(--muted-text-color);margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto;font-size:.875rem}.styles_workflowSections__x_lZY{display:flex;flex-direction:column;gap:1.5rem}.styles_section__wNXxE .styles_sectionTitle__sLvja{font-size:.875rem;font-weight:600;color:var(--muted-text-color);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.025em}.styles_workflowsList__xqTcq{display:flex;flex-direction:column;gap:.5rem}.styles_workflowRow__WSOUq{background:var(--background-color);border:1px solid var(--divider-color);border-radius:var(--border-radius-sm);padding:1rem;transition:all .2s ease}.styles_workflowRow__WSOUq:hover{border-color:var(--dark-divider-color)}.styles_workflowRow__WSOUq.styles_assigned__RnlgD{background:#fff;border-color:rgba(var(--primary-color-rgb),.2)}.styles_workflowMain___Q_a1{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}@media(max-width:640px){.styles_workflowMain___Q_a1{flex-direction:column}}.styles_workflowInfo__nzUqd{flex:1 1;min-width:0}.styles_workflowNameRow__q0J2k{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.styles_workflowNameRow__q0J2k h5{margin:0;font-size:.9375rem;font-weight:600;color:var(--text-color)}.styles_systemBadge__8QspW{background:rgba(var(--primary-color-rgb),.1);color:var(--primary-color)}.styles_globalBadge__d30Bd,.styles_systemBadge__8QspW{display:inline-block;padding:.125rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.styles_globalBadge__d30Bd{background:rgba(0,188,212,.1);color:var(--secondary-color)}.styles_statusDot__cmozc{width:8px;height:8px;border-radius:50%;flex-shrink:0}.styles_statusDot__cmozc.styles_active__Y3mKD{background:#22c55e}.styles_statusDot__cmozc.styles_inactive__AvhVl{background:var(--muted-text-color)}.styles_workflowDesc__nowN4{margin:0 0 .5rem;font-size:.8125rem;color:var(--muted-text-color);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.styles_workflowMeta__VoqEf{display:flex;gap:1rem;flex-wrap:wrap}.styles_workflowMeta__VoqEf span{font-size:.75rem;color:var(--muted-text-color)}.styles_workflowMeta__VoqEf span:not(:last-child):after{content:"";display:inline-block;width:3px;height:3px;background:var(--muted-text-color);border-radius:50%;margin-left:1rem;vertical-align:middle}.styles_workflowActions__2Uh5q{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(max-width:640px){.styles_workflowActions__2Uh5q{width:100%;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--divider-color)}}.styles_switchWrapper__SWqeS{position:relative;display:flex;align-items:center}.styles_switchLoading__uJmQf{position:absolute;left:-24px;width:16px;height:16px;border:2px solid var(--divider-color);border-top-color:var(--primary-color);border-radius:50%;animation:styles_spin__KJAhH .8s linear infinite}@keyframes styles_spin__KJAhH{to{transform:rotate(1turn)}}.styles_createAction__xG6_k{padding-top:1rem;border-top:1px solid var(--divider-color)}.styles_container__W9DPh{width:100%;padding:16px 0;position:relative;transition:all .2s ease}.styles_container__W9DPh.styles_dragging__svtoP{background-color:var(--surface-hover,#f0f7ff);border:2px dashed var(--primary-color,#007bff);border-radius:12px;padding:16px}.styles_upload_header__Hsqx5{margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.styles_upload_count__72gTw{font-size:14px;font-weight:500;color:var(--text-secondary,#666)}.styles_media_grid__QM8bd{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:12px;gap:12px;margin-bottom:12px}@media(max-width:768px){.styles_media_grid__QM8bd{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}}@media(max-width:480px){.styles_media_grid__QM8bd{grid-template-columns:repeat(2,1fr)}}.styles_media_item__ffWLt{position:relative;aspect-ratio:1/1;border-radius:8px;overflow:hidden;background-color:var(--surface-secondary,#f5f5f5);border:2px solid var(--border-color,#e0e0e0)}.styles_media_item__ffWLt img{width:100%;height:100%;object-fit:cover}.styles_remove_btn__nMOEl{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background-color:rgba(0,0,0,.7);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;color:#fff}.styles_remove_btn__nMOEl:hover{background-color:rgba(0,0,0,.9)}.styles_remove_btn__nMOEl:active{transform:scale(.95)}.styles_remove_btn__nMOEl svg{fill:#fff}.styles_processing_overlay__zV_Rj{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.9);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;color:var(--text-secondary,#666)}.styles_processing_overlay__zV_Rj span{margin-top:4px}.styles_upload_trigger__vIegl{aspect-ratio:1/1;border-radius:8px;border:2px dashed var(--border-color,#e0e0e0);background-color:var(--surface-tertiary,#fafafa);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.styles_upload_trigger__vIegl:hover{border-color:var(--primary-color,#007bff);background-color:var(--surface-hover,#f0f0f0)}.styles_upload_trigger__vIegl:active{transform:scale(.98)}.styles_upload_placeholder__fVr_s{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text-tertiary,#999);text-align:center}.styles_upload_placeholder__fVr_s svg{fill:var(--text-tertiary,#999)}.styles_upload_placeholder__fVr_s p{font-size:12px;margin:0;font-weight:500}.styles_error_message__0mX0w{padding:12px;background-color:var(--error-bg,#fff3cd);border:1px solid var(--error-border,#ffecb5);border-radius:6px;color:var(--error-text,#856404);font-size:14px;margin-top:12px}.styles_upgrade_prompt__lh_RF{padding:12px;background-color:var(--info-bg,#e7f3ff);border:1px solid var(--info-border,#b3d9ff);border-radius:6px;margin-top:12px}.styles_upgrade_prompt__lh_RF p{margin:0;font-size:14px;color:var(--text-primary,#333)}.styles_upgrade_prompt__lh_RF p:first-child{font-weight:600;margin-bottom:4px}.styles_upgrade_hint__04LYY{color:var(--text-secondary,#666)}.styles_upgrade_hint__04LYY a{color:var(--primary-color,#007bff);text-decoration:underline;font-weight:500}.styles_upgrade_hint__04LYY a:hover{text-decoration:none}.styles_drag_overlay__lRodm{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.95);border-radius:12px;display:flex;align-items:center;justify-content:center;z-index:10;pointer-events:none}.styles_drag_content__W9wB8{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--primary-color,#007bff)}.styles_drag_content__W9wB8 svg{fill:var(--primary-color,#007bff)}.styles_drag_content__W9wB8 p{margin:0;font-size:18px;font-weight:600;color:var(--primary-color,#007bff)}@keyframes styles_wave__jaTwZ{0%{background-position:100% 0}to{background-position:-100% 0}}@media screen and (max-width:767px){.styles_create_post_form__lmGrH{position:fixed;left:0;top:0;z-index:999;width:100%;height:100vh;height:100dvh;background-color:#fff;overflow-y:scroll}.styles_create_post_form__lmGrH>div{border-radius:0;height:100%;min-height:100vh;min-height:100dvh;border-bottom:0;box-shadow:none}}.styles_create_post_form__lmGrH.styles_page_view__wSrG5 .styles_close__modal__wDfxZ{position:absolute;top:10px;right:10px;cursor:pointer;z-index:9999;display:none;align-items:center;justify-content:center;border-radius:50%;padding:5px;background-color:var(--background-color);border:1px solid var(--divider-color);height:30px;width:30px}@media screen and (max-width:767px){.styles_create_post_form__lmGrH.styles_page_view__wSrG5 .styles_close__modal__wDfxZ{display:flex}.styles_create_post_form__lmGrH.styles_edit_view__0_Vpo{position:relative;left:auto;top:auto;height:auto;z-index:9}.styles_create_post_form__lmGrH.styles_edit_view__0_Vpo>div{border-radius:0;height:100%;min-height:calc(100vh - 320px);min-height:calc(100dvh - 320px)}.styles_create_post_form__lmGrH.styles_edit_view__0_Vpo .styles_scroll_body__C8bP5{height:calc(100vh - 480px);height:calc(100dvh - 480px);max-height:100%}.styles_create_post_form__lmGrH.styles_edit_view__0_Vpo .styles_scroll_body__C8bP5.styles_has_media__zi9J0{max-height:calc(100vh - 270px);max-height:calc(100dvh - 270px)}.styles_create_post_form__lmGrH.styles_edit_view__0_Vpo .styles_footer__aUgqT{padding:0;position:relative;left:auto;bottom:auto;width:100%}.styles_create_post_form__lmGrH.styles_post_view__q23HT .styles_scroll_body__C8bP5,.styles_create_post_form__lmGrH.styles_post_view__q23HT .styles_scroll_body__C8bP5.styles_with_meeting_feature__JnAdD{height:calc(100vh - 480px);height:calc(100dvh - 480px);max-height:100%}.styles_create_post_form__lmGrH.styles_post_view__q23HT .styles_footer__aUgqT{padding:0;position:relative;left:auto;bottom:auto;width:100%}}.styles_create_post_form__lmGrH .styles_scroll_body__C8bP5{max-height:calc(100vh - 475px);max-height:calc(100dvh - 475px);overflow:hidden;overflow-y:scroll}.styles_create_post_form__lmGrH .styles_scroll_body__C8bP5::-webkit-scrollbar{display:none}@media screen and (max-width:767px){.styles_create_post_form__lmGrH .styles_scroll_body__C8bP5{height:calc(100vh - 330px);height:calc(100dvh - 330px);max-height:100%}}.styles_create_post_form__lmGrH .styles_scroll_body__C8bP5.styles_has_media__zi9J0{max-height:calc(100vh - 475px);max-height:calc(100dvh - 475px)}@media screen and (max-width:767px){.styles_create_post_form__lmGrH .styles_scroll_body__C8bP5.styles_has_media__zi9J0{max-height:calc(100vh - 270px);max-height:calc(100dvh - 270px)}.styles_create_post_form__lmGrH .styles_scroll_body__C8bP5.styles_response_message__nLQLn{height:calc(100vh - 370px);height:calc(100dvh - 370px);max-height:100%}}.styles_create_post_form__lmGrH .styles_footer__aUgqT{margin-top:10px}.styles_create_post_form__lmGrH .styles_footer__aUgqT .styles_attachments_wrapper__B9f4X,.styles_create_post_form__lmGrH .styles_footer__aUgqT .styles_schedule_wrapper__fIqME{margin-bottom:var(--inner-padding)}.styles_create_post_form__lmGrH .styles_short_links_wrapper__nppnM{display:none;margin-top:15px}@media screen and (max-width:767px){.styles_create_post_form__lmGrH .styles_short_links_wrapper__nppnM{display:block}}.styles_create_post_form__lmGrH .styles_short_links_wrapper__nppnM .styles_list_title__gWMKg{border-top:1px solid var(--muted-divider-color);margin-bottom:15px;padding-top:10px}.styles_create_post_form__lmGrH .styles_short_links_wrapper__nppnM .styles_short_links_list__d8rpx li{margin-bottom:10px}.styles_create_post_form__lmGrH .styles_short_links_wrapper__nppnM .styles_short_links_list__d8rpx li:last-child{margin-bottom:0}.styles_attachment__wrapper__6igF6 ul{display:flex;align-items:center;justify-content:center;gap:10px}.styles_attachment__wrapper__6igF6,.styles_schedule__wrapper__iwkI7{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;border-radius:var(--border-radius);border:1px solid var(--divider-color);cursor:pointer}.styles_attachment__wrapper__6igF6 .styles_text__XI0fG,.styles_schedule__wrapper__iwkI7 .styles_text__XI0fG{font-weight:500}.styles_btns_wrapper__YLoDG{margin-top:15px;display:flex;gap:10px;flex-wrap:wrap}.styles_btns_wrapper__YLoDG .styles_switch_btn__W2AMM{display:none}@media screen and (max-width:990px){.styles_btns_wrapper__YLoDG .styles_switch_btn__W2AMM{display:block}}.styles_schedule__wrapper__iwkI7{display:block;margin-bottom:var(--inner-padding)}.styles_schedule__wrapper__iwkI7 .styles_schedule__top__k4Jbk{display:flex;justify-content:space-between;align-items:center;width:100%}.styles_schedule__wrapper__iwkI7 .styles_schedule__top__k4Jbk .styles_schedule__top_left__5X530{display:flex;align-items:center;gap:10px}.styles_schedule__wrapper__iwkI7 .styles_schedule__top__k4Jbk .styles_schedule__top_left__5X530 .styles_schedule__icon__X_rJD{display:flex;min-width:28px}.styles_schedule__wrapper__iwkI7 .styles_schedule__top__k4Jbk .styles_schedule__top_left__5X530 .styles_schedule__text__a1_Dx p{margin:2px 0 0;font-size:14px;color:var(--text-secondary-color,#666)}.styles_schedule__wrapper__iwkI7 .styles_schedule__top__k4Jbk .styles_schedule__top_right__RaCVL{min-width:70px}.styles_schedule__wrapper__iwkI7 .styles_schedule__bottom__xmodL{margin-top:16px;border-top:1px solid var(--divider-color);padding-top:10px}.styles_schedule__wrapper__iwkI7 .styles_schedule__bottom__xmodL label{display:block;font-size:14px;color:var(--text-color,#333);margin-bottom:10px}.styles_schedule__wrapper__iwkI7 .styles_schedule__bottom__xmodL label input{display:block;margin-top:6px;padding:8px;width:100%;border:1px solid var(--border-color,#ccc);border-radius:6px;font-size:14px;color:var(--text-color);background-color:var(--input-background-color)}.styles_upload_hint__4ptWY{margin-bottom:16px;padding:12px;background-color:var(--background-secondary-color,#f5f5f5);border-radius:8px}.styles_upload_hint__4ptWY p{margin:0;font-size:14px;color:var(--text-color,#333)}.styles_upload_hint__4ptWY p:not(:last-child){margin-bottom:8px}.styles_upload_hint__4ptWY .styles_upgrade_link__L6tB7{font-size:13px;color:var(--text-secondary-color,#666)}.styles_upload_hint__4ptWY .styles_upgrade_link__L6tB7 a{color:var(--primary-color,#007bff);text-decoration:none}.styles_upload_hint__4ptWY .styles_upgrade_link__L6tB7 a:hover{text-decoration:underline}.styles_ai_generate_btn_wrapper__y3_dU{display:flex;justify-content:flex-end;margin-top:8px;margin-bottom:8px}.styles_ai_generate_btn__u6Shq{background:linear-gradient(135deg,var(--community-primary,var(--primary-color)) 0,var(--community-secondary,var(--secondary-color)) 100%);color:var(--community-primary-text,#ffffff);border:none;padding:10px 16px;border-radius:var(--border-radius-pill);font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.3),0 2px 4px 0 rgba(0,0,0,.05),0 4px 12px 0 rgba(var(--community-primary-rgb,var(--primary-color-rgb)),.4);transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.styles_ai_generate_btn__u6Shq:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.styles_ai_generate_btn__u6Shq:disabled.styles_loading__Mxs3d{cursor:wait;background:linear-gradient(90deg,var(--community-primary,var(--primary-color)),var(--community-secondary,var(--secondary-color)),var(--community-primary,var(--primary-color)));background-size:300% 100%;animation:styles_wave__6zbk2 2s infinite}.styles_ai_generate_btn__u6Shq:hover:not(:disabled){background:linear-gradient(135deg,var(--community-primary,var(--primary-color)) 0,var(--community-secondary,var(--secondary-color)) 100%);transform:translateY(-2px);filter:brightness(1.08);box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.4),0 6px 16px 0 rgba(var(--community-primary-rgb,var(--primary-color-rgb)),.5),0 2px 4px 0 rgba(0,0,0,.1)}.styles_ai_generate_btn__u6Shq:active:not(:disabled){transform:translateY(0) scale(.98);box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.15),0 1px 2px 0 rgba(var(--community-primary-rgb,var(--primary-color-rgb)),.2);filter:brightness(.95)}.styles_ai_generate_btn__u6Shq .styles_spinner__kiQbe{display:inline-block;animation:styles_spin__juHJs 1s linear infinite}.styles_ai_error_msg__6XvyP{color:var(--error-color,#dc2626);font-size:12px;margin-bottom:8px;text-align:right}.styles_ai_warning_msg___URvB{color:var(--community-accent,var(--warning-color,#f59e0b));font-size:12px;margin-bottom:8px;text-align:right;display:flex;align-items:center;justify-content:flex-end;gap:4px}.styles_ai_warning_msg___URvB:before{content:"⚠️";font-size:11px}.styles_ai_remaining_badge__j4Vah{background:hsla(0,0%,100%,.25);padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;margin-left:8px;color:currentColor;display:inline-flex;align-items:center}@keyframes styles_spin__juHJs{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_moment_prompt_container__PE4np{margin-top:16px;padding:16px;background-color:var(--alert-info-color,#e8f9fe);border:1px solid var(--border-color,#d0d0d0);border-radius:var(--border-radius,8px);font-size:14px;line-height:1.5;color:var(--text-color)}.styles_moment_prompt_content__Czb5r{display:flex;align-items:flex-start;gap:12px}.styles_moment_icon__xf_gW{font-size:20px;line-height:1}.styles_moment_details__77JBR{flex:1 1}.styles_moment_details__77JBR h4{margin:0 0 4px;font-size:15px;font-weight:600}.styles_moment_details__77JBR p{margin:0;font-size:13px;color:var(--text-secondary-color)}.styles_moment_details__77JBR p.styles_has_margin__K2O_p{margin-bottom:12px}.styles_moment_actions__D6E8_{display:flex;gap:8px;flex-wrap:wrap}.styles_deal_fields_wrapper__dg5iM{padding:var(--inner-padding);background-color:var(--background-color);border-radius:var(--border-radius);margin-top:16px}.styles_deal_fields_wrapper__dg5iM h4{margin-bottom:16px;font-size:16px;font-weight:600;color:var(--text-color)}.styles_deal_fields_wrapper__dg5iM .styles_pro_tips__hvv0x{padding:12px;background-color:var(--alert-info-color,#e8f9fe);border-radius:var(--border-radius-sm);font-size:13px;line-height:1.5;color:var(--text-color)}.styles_deal_fields_wrapper__dg5iM .styles_pro_tips__hvv0x ul{margin:8px 0 0;padding-left:20px}@media screen and (max-width:767px){.styles_form_wrapper__NWR1Q>div,.styles_form_wrapper__WiQq9>div,.styles_form_wrapper__yQ9PS>div{min-height:100vh;min-height:100dvh;border-radius:0}}.styles_list_wrapper__eY11I{display:flex;flex-wrap:wrap;gap:10px}.styles_list_wrapper__eY11I .styles_text__qfLmr{display:block;width:100%;flex-basis:100%;color:var(--muted-text-color);margin-bottom:10px;font-size:14px}.styles_list_wrapper__eY11I .styles_list_item__8p6zx,.styles_tire_type__P8vOI{display:flex;align-items:center}.styles_tire_type__P8vOI{margin-bottom:25px}.styles_tire_type__P8vOI li{margin-right:10px}.styles_tire_type__P8vOI li:last-child{margin-right:0}@media screen and (max-width:500px){.styles_tire_type__P8vOI li button{padding:10px 20px!important}}@media screen and (max-width:400px){.styles_tire_type__P8vOI li button{font-size:14px!important;min-height:40px!important}}@media screen and (max-width:359px){.styles_tire_type__P8vOI li button{padding:10px 15px!important}}@media screen and (max-width:326px){.styles_tire_type__P8vOI li button{padding:10px!important}}.styles_unlimitedWrapper__EuO4W{display:block;margin-bottom:1.5rem}.styles_unlimitedWrapper__EuO4W+div,.styles_unlimitedWrapper__EuO4W+input[type=number],.styles_unlimitedWrapper__EuO4W+input[type=text]{margin-top:1rem}.styles_container__CPew2{display:flex;flex-direction:column;gap:16px}.styles_header__219N1{margin-bottom:8px}.styles_title__mHULq{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--text-color)}.styles_description__ccj66{font-size:14px;color:var(--muted-text-color);line-height:1.5}.styles_formSection__Fu2Er{display:flex;flex-direction:column;gap:8px}.styles_label__Trgl9{font-size:14px;font-weight:500;color:var(--text-color)}.styles_warning__ROEst{font-size:14px;color:var(--warning-color)}.styles_buttonWrapper__dsysB{margin-top:8px}.styles_message__qRlg2{padding:8px 12px;font-size:14px;border-radius:var(--border-radius-sm)}.styles_success__83F1s{background:var(--alert-success-color);color:var(--success-color)}.styles_error__PtHW_{background:var(--alert-error-color);color:var(--error-color)}.styles_main__kpcy_{display:flex;align-items:center;justify-content:space-between;padding:10px;border-radius:var(--border-radius-lg);position:relative;width:100%}.styles_main__kpcy_.styles_size_sm__LOelE .styles_profile_details__r4kqJ .styles_avatar__LwGgE{min-width:28px}.styles_main__kpcy_.styles_active__ve913{background-color:#fff}.styles_main__kpcy_.styles_active__ve913.styles_alternate_bg__7a_pD{background-color:var(--background-color)}.styles_main__kpcy_.styles_tabular__O_Fve .styles_profile_details__r4kqJ .styles_details__iDwdQ .styles_title__kR1uZ{max-width:295px}@media(max-width:1060px){.styles_main__kpcy_.styles_tabular__O_Fve .styles_profile_details__r4kqJ .styles_details__iDwdQ .styles_title__kR1uZ{max-width:250px}}@media(max-width:500px){.styles_main__kpcy_.styles_tabular__O_Fve .styles_profile_details__r4kqJ .styles_details__iDwdQ .styles_title__kR1uZ{max-width:160px}}@media(max-width:383px){.styles_main__kpcy_.styles_tabular__O_Fve .styles_profile_details__r4kqJ .styles_details__iDwdQ .styles_title__kR1uZ{max-width:120px}}@media(min-width:1920px){.styles_main__kpcy_.styles_tabular__O_Fve .styles_profile_details__r4kqJ .styles_details__iDwdQ .styles_title__kR1uZ{font-size:16px}}.styles_main__kpcy_.styles_tabular__O_Fve .styles_profile_details__r4kqJ .styles_details__iDwdQ .styles_text__M24Ry{max-width:295px}@media(max-width:1060px){.styles_main__kpcy_.styles_tabular__O_Fve .styles_profile_details__r4kqJ .styles_details__iDwdQ .styles_text__M24Ry{max-width:250px}}@media(max-width:500px){.styles_main__kpcy_.styles_tabular__O_Fve .styles_profile_details__r4kqJ .styles_details__iDwdQ .styles_text__M24Ry{max-width:160px}}@media(max-width:383px){.styles_main__kpcy_.styles_tabular__O_Fve .styles_profile_details__r4kqJ .styles_details__iDwdQ .styles_text__M24Ry{max-width:120px}}.styles_main__kpcy_ .styles_profile_details__r4kqJ{display:flex;align-items:center;margin-right:5px;width:100%}.styles_main__kpcy_ .styles_profile_details__r4kqJ .styles_avatar__LwGgE{display:flex;align-items:center;min-width:36px;margin-right:10px;z-index:9}.styles_main__kpcy_ .styles_profile_details__r4kqJ .styles_details__iDwdQ{width:100%}.styles_main__kpcy_ .styles_profile_details__r4kqJ .styles_details__iDwdQ .styles_title__kR1uZ{font-size:14px;font-weight:500;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px;text-align:left}@media(min-width:1920px){.styles_main__kpcy_ .styles_profile_details__r4kqJ .styles_details__iDwdQ .styles_title__kR1uZ{font-size:16px}}.styles_main__kpcy_ .styles_profile_details__r4kqJ .styles_details__iDwdQ .styles_text__M24Ry{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px;text-align:left;font-size:14px;color:var(--muted-text-color);text-transform:capitalize}.styles_main__kpcy_ .styles_sttings_icon__ujsUA{justify-content:center;display:flex;min-width:30px;z-index:0}.styles_main__kpcy_ .styles_sttings_icon__ujsUA.styles_disabled__xEEmR{cursor:default;opacity:50%}.styles_main__kpcy_ .styles_sttings_icon__ujsUA .styles_switch_button__RXepr{border:none;display:flex;padding:5px;border-radius:50%;cursor:pointer;min-width:30px;background:var(--divider-color)}.styles_verificationAlert__QWSsA{text-decoration:underline;font-size:11px;color:var(--tertiary-color)}.styles_main__1NpQ0 .styles_modal_body__mEnGZ ul li>div{padding-left:0;padding-right:0}.styles_main__1NpQ0 .styles_modal_body__mEnGZ ul .styles_btn_add__RxMGt{min-width:50px;display:flex;justify-content:flex-end}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table_container__tpdLi{width:100%;overflow-x:auto;white-space:nowrap}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V{width:max-content;min-width:100%;border-collapse:collapse;padding-bottom:10px}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V thead tr th{text-align:left}@media(max-width:500px){.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V thead tr th{font-size:14px}}@media(max-width:430px){.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V thead tr th{font-size:13px}}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V thead tr th:last-child,.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V thead tr th:nth-last-child(3){text-align:center;width:100px}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V thead tr th:last-child{text-align:right;width:24px}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V tbody tr td.styles_column__XMdSG{text-align:center;min-width:50px}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V tbody tr td.styles_column__XMdSG.styles_width_170__JbG9u{min-width:170px}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V tbody tr td.styles_column__XMdSG:first-child>*,.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V tbody tr td.styles_column__XMdSG:nth-child(3)>*{margin:0 auto}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V tbody tr td.styles_column__XMdSG:last-child>*{text-align:right;margin-left:auto}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V tbody tr td.styles_column__XMdSG>div{padding-left:0;padding-right:0}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V tbody tr td.styles_column__XMdSG .styles_col_button__bXs66{cursor:pointer}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_table__3Ct_V tbody tr td.styles_column__XMdSG .styles_switch_wrapper__GTjGP{display:flex;align-items:center;min-height:75px;padding-right:15px}.styles_main__1NpQ0 .styles_modal_body__mEnGZ ul{width:100%;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;max-height:calc(100vh - 330px)}@media screen and (max-width:767px){.styles_main__1NpQ0 .styles_modal_body__mEnGZ ul{max-height:calc(100vh - 232px)}}.styles_main__1NpQ0 .styles_modal_body__mEnGZ ul:-webkit-scrollbar{display:none}.styles_main__1NpQ0 .styles_modal_body__mEnGZ ul li{margin-bottom:5px;min-height:52px;display:flex;gap:10px;align-items:center;justify-content:space-between}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_search_import_block__v1pIE{display:flex;gap:10px;align-items:center;width:100%;margin-bottom:10px;justify-content:space-between}@media screen and (max-width:500px){.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_search_import_block__v1pIE{flex-direction:column}}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_import_wrapper__0f7fH{display:flex;flex:1 1;gap:10px}@media screen and (max-width:500px){.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_import_wrapper__0f7fH{width:100%;flex-direction:column}}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_input_wrapper__t8DfK{flex:1 1;position:relative;padding-right:35px;padding-left:10px;border-radius:var(--border-radius);border:1px solid var(--muted-text-color)}@media screen and (max-width:500px){.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_input_wrapper__t8DfK{width:100%}}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_input_wrapper__t8DfK .styles_input__CLrsf{height:40px;width:100%;font-size:13px;z-index:20;position:relative;background:none;border:none}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_input_wrapper__t8DfK .styles_input__CLrsf:focus,.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_input_wrapper__t8DfK .styles_input__CLrsf:focus-visible{border:none;outline:none}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_input_wrapper__t8DfK .styles_post_fix__4RH_5{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_btns_wrapper__R0l6J{display:flex;align-items:center;justify-content:center;gap:10px}@media screen and (max-width:500px){.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_btns_wrapper__R0l6J{flex-direction:column;width:100%}}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_import_button__zI61N{position:relative;overflow:hidden;display:flex;cursor:pointer}@media screen and (max-width:500px){.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_import_button__zI61N{width:100%}}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_import_button__zI61N .styles_file_input__d1lsi{position:absolute;left:0;top:0;height:100%;width:100%;opacity:0;z-index:9;font-size:0;cursor:pointer}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_import_button__zI61N button{min-height:42px}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_import_template__mEBRQ{display:flex;align-items:center;justify-content:left;gap:10px;border-radius:var(--border-radius);font-size:13px;color:var(--secondary-color);cursor:pointer}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_import_template__mEBRQ svg{width:20px;flex-shrink:0}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_import_template__mEBRQ p{text-decoration:underline;flex-basis:calc(100% - 40px)}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_selected_businesses__pBzYx{margin-bottom:20px}.styles_main__1NpQ0 .styles_modal_body__mEnGZ .styles_selected_businesses_list__UEmb_{margin-bottom:15px}.styles_card_layout__Va1KB{border:1px solid var(--icon-color);border-radius:var(--border-radius-lg);padding:10px;margin-bottom:10px}.styles_card_layout__Va1KB>div{margin-bottom:0}.styles_card_layout__Va1KB .styles_card_heading__Ybtjj{font-size:16px;font-weight:500}.styles_card_layout__Va1KB .styles_card_paragraph__SW1cH{margin-top:5px;font-size:13px;color:var(--muted-text-color);margin-bottom:15px}.styles_card_layout__zgDoY{border:1px solid var(--icon-color);border-radius:var(--border-radius);padding:10px;margin-bottom:10px}.styles_card_layout__zgDoY>div{margin-bottom:0}.styles_card_layout__zgDoY.styles_mt_10__fmtpo{margin-top:10px}.styles_card_layout__zgDoY .styles_open_expo_info_message__IpBDY{display:flex;gap:10px}.styles_card_layout__zgDoY .styles_open_expo_info_message__IpBDY .styles_open_expo_icon_wrapper__CJ4m_{min-width:24px}.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}}.styles_search_info__dRnEU{margin-top:10px;margin-bottom:var(--inner-padding);display:flex;gap:20px;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted-text-color);text-align:left}@media(max-width:767px){.styles_search_info__dRnEU{gap:10px;align-items:flex-start}}.styles_search_info__dRnEU .styles_search_switcher__8ml0q .styles_active_search__CVdOJ{color:var(--community-secondary,var(--secondary-color));font-weight:700}.styles_search_info__dRnEU .styles_search_switcher__8ml0q a,.styles_search_info__dRnEU .styles_search_switcher__8ml0q button{cursor:pointer;color:var(--muted-text-color);background:none;border:none;padding:0;font-size:12px;text-align:left}.styles_search_info__dRnEU .styles_reset_search__CaJDW{min-width:75px;cursor:pointer;text-decoration:underline;background:none;border:none;padding:0;white-space:nowrap;font-size:12px;text-align:right;color:var(--text-color)!important}