.styles_overlay__Z43Gw{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.styles_modal__T_acm{background:#fff;border-radius:var(--border-radius);width:100%;max-width:520px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:styles_slideUp__Yzq0t .3s ease-out}@media screen and (max-width:767px){.styles_modal__T_acm{max-width:100%;max-height:90vh;margin:10px}}@keyframes styles_slideUp__Yzq0t{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.styles_header__aIXfm{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--divider-color);flex-shrink:0}.styles_title__tpngW{margin:0;font-size:18px;font-weight:600;color:var(--text-color)}.styles_closeButton___x1Zi{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--muted-text-color);transition:all .2s ease}.styles_closeButton___x1Zi:hover{background:var(--muted-divider-color);color:var(--text-color)}.styles_closeButton___x1Zi:focus{outline:2px solid var(--tertiary-color);outline-offset:2px}.styles_searchContainer__ncgyh{padding:16px 24px;border-bottom:1px solid var(--divider-color);flex-shrink:0}.styles_searchInputWrapper__pmLng{position:relative;display:flex;align-items:center}.styles_searchIcon__OttMq{position:absolute;left:12px;z-index:2;color:var(--muted-text-color);display:flex;align-items:center;justify-content:center}.styles_searchInput___fyIp{width:100%;padding:12px 16px 12px 40px;border:1px solid var(--divider-color);border-radius:var(--border-radius);font-size:14px;background:#fff;transition:all .2s ease}.styles_searchInput___fyIp:focus{outline:none;border-color:var(--tertiary-color);box-shadow:0 0 0 3px rgba(128,163,43,.1)}.styles_searchInput___fyIp::placeholder{color:var(--muted-text-color)}.styles_tabs__MjJfe{display:flex;border-bottom:1px solid var(--divider-color);flex-shrink:0}.styles_tab__2xcJ6{flex:1 1;padding:12px 20px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:500;color:var(--muted-text-color);transition:all .2s ease;position:relative}.styles_tab__2xcJ6:hover{color:var(--text-color);background:var(--muted-divider-color)}.styles_tab__2xcJ6.styles_active__e0_IG{color:var(--tertiary-color)}.styles_tab__2xcJ6.styles_active__e0_IG:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--tertiary-color)}.styles_tab__2xcJ6:focus{outline:2px solid var(--tertiary-color);outline-offset:-2px}.styles_categories__kMOAr{border-bottom:1px solid var(--divider-color);flex-shrink:0}.styles_categoriesScroll__Y7S2J{display:flex;gap:8px;padding:12px 24px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.styles_categoriesScroll__Y7S2J::-webkit-scrollbar{display:none}.styles_categoryBtn__DrInV{background:var(--muted-divider-color);border:1px solid var(--divider-color);border-radius:20px;padding:6px 16px;font-size:12px;font-weight:500;color:var(--muted-text-color);cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.styles_categoryBtn__DrInV:hover{background:var(--divider-color);color:var(--text-color)}.styles_categoryBtn__DrInV.styles_active__e0_IG{background:var(--tertiary-color);border-color:var(--tertiary-color);color:#fff}.styles_categoryBtn__DrInV:focus{outline:2px solid var(--tertiary-color);outline-offset:2px}.styles_content__xhWDb{flex:1 1;overflow-y:auto;padding:20px 24px;min-height:300px;max-height:400px}@media screen and (max-width:767px){.styles_content__xhWDb{padding:16px 20px;max-height:50vh}}.styles_emptyState___yKG1,.styles_errorState__VfJwn,.styles_loadingState__GimP1{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:200px;color:var(--muted-text-color)}.styles_errorMessage__ZA4ED{margin:0 0 16px;color:var(--error-color)}.styles_loadingSpinner__FoOlN{width:32px;height:32px;border-top:3px solid var(--muted-divider-color);border:3px solid var(--muted-divider-color);border-top-color:var(--tertiary-color);border-radius:50%;animation:styles_spin__LQOCI 1s linear infinite;margin-bottom:12px}@keyframes styles_spin__LQOCI{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_stickerGrid__JImL4{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));grid-gap:12px;gap:12px;margin-bottom:20px}@media screen and (max-width:767px){.styles_stickerGrid__JImL4{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:10px}}@media screen and (max-width:480px){.styles_stickerGrid__JImL4{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:8px}}.styles_stickerItem__PFJNw{aspect-ratio:1;background:var(--muted-divider-color);border:2px solid rgba(0,0,0,0);border-radius:var(--border-radius);cursor:pointer;padding:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;overflow:hidden}.styles_stickerItem__PFJNw:hover{border-color:var(--divider-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.styles_stickerItem__PFJNw:focus{outline:none;border-color:var(--tertiary-color);box-shadow:0 0 0 3px rgba(128,163,43,.2)}.styles_stickerItem__PFJNw:active{transform:translateY(0)}.styles_stickerImage___Eufm{width:100%;height:100%;object-fit:contain;border-radius:4px}.styles_loadMoreContainer__E_Eq_{display:flex;justify-content:center;margin-top:20px}.styles_loadingMore__VdPxc{display:flex;flex-direction:column;align-items:center;margin-top:20px;color:var(--muted-text-color);font-size:14px}.styles_loadingMore__VdPxc .styles_loadingSpinner__FoOlN{width:24px;height:24px;border-width:2px;margin-bottom:8px}@media screen and (max-width:767px){.styles_overlay__Z43Gw{padding:10px}.styles_modal__T_acm{border-radius:12px}.styles_header__aIXfm{padding:16px 20px}.styles_title__tpngW{font-size:16px}.styles_searchContainer__ncgyh{padding:12px 20px}.styles_tab__2xcJ6{padding:10px 16px;font-size:13px}}@media(prefers-contrast:high){.styles_modal__T_acm{border:2px solid var(--text-color)}.styles_stickerItem__PFJNw{border-width:3px}.styles_tab__2xcJ6.styles_active__e0_IG:after{height:3px}}@media(prefers-reduced-motion:reduce){.styles_modal__T_acm{animation:none}.styles_loadingSpinner__FoOlN{animation:none;border-top-color:var(--tertiary-color)}.styles_stickerItem__PFJNw{transition:none}.styles_stickerItem__PFJNw:hover{transform:none}}.styles_categoryBtn__DrInV:focus-visible,.styles_closeButton___x1Zi:focus-visible,.styles_stickerItem__PFJNw:focus-visible,.styles_tab__2xcJ6:focus-visible{outline:2px solid var(--tertiary-color);outline-offset:2px}.styles_searchInput___fyIp:focus-visible{outline:none;border-color:var(--tertiary-color);box-shadow:0 0 0 3px rgba(128,163,43,.2)}.styles_attribution__PJchp{display:flex;align-items:center;justify-content:center;padding:12px 20px;border-top:1px solid #e1e5e9;background-color:#f8f9fa;border-radius:0 0 var(--border-radius) var(--border-radius)}.styles_attribution__PJchp .styles_poweredBy__JNz_8{display:block;width:100px;height:16px;background-image:url(/img/KLIPYLogo.png);background-size:contain;background-repeat:no-repeat;background-position:50%;text-indent:-9999px;overflow:hidden}@media screen and (max-width:767px){.styles_attribution__PJchp{padding:10px 15px}.styles_attribution__PJchp .styles_poweredBy__JNz_8{width:80px;height:14px}}.styles_post_comment_input__k_bJm{display:flex;align-items:flex-start;gap:10px;margin-bottom:0;width:100%}.styles_post_comment_input__k_bJm.styles_chat_mode__Auetz{display:block;gap:0;padding:0;margin:0;position:relative}.styles_post_comment_input__k_bJm.styles_chat_mode__Auetz form{display:block;width:100%;position:relative}.styles_post_comment_input__k_bJm.styles_chat_mode__Auetz .styles_media_wrapper__mRVQM{position:absolute;bottom:100%;left:0;right:0;z-index:10;margin-bottom:0;background:var(--card-background-color);border-radius:var(--border-radius) var(--border-radius) 0 0;box-shadow:var(--shadow-sm);padding:8px;max-height:50vh;overflow-y:auto}.styles_post_comment_input__k_bJm.styles_chat_mode__Auetz .styles_media_wrapper__mRVQM div{margin-bottom:0}.styles_post_comment_input__k_bJm.styles_align_center__YYLk5{justify-content:center}.styles_post_comment_input__k_bJm.styles_removed_participant__RUdVM{background-color:var(--alert-error-color);border-radius:var(--border-radius-sm);padding:12px;opacity:.7;pointer-events:none}.styles_post_comment_input__k_bJm.styles_removed_participant__RUdVM .styles_text_area__gU18i .lexical-editor{background-color:rgba(0,0,0,0);cursor:not-allowed}.styles_post_comment_input__k_bJm .styles_avatar_wrapper__Od5wy{flex-shrink:0}.styles_post_comment_input__k_bJm form{flex:1 1;width:100%;display:flex;flex-direction:column}.styles_post_comment_input__k_bJm .styles_media_wrapper__mRVQM{margin-bottom:10px}.styles_post_comment_input__k_bJm .styles_clip_wrapper__StcRl,.styles_post_comment_input__k_bJm .styles_gif_wrapper__qD1Yq,.styles_post_comment_input__k_bJm .styles_meme_wrapper__wGiwe,.styles_post_comment_input__k_bJm .styles_sticker_wrapper__P0DoJ{margin-bottom:10px;padding:10px;background-color:var(--background-color);border-radius:var(--border-radius-sm);border:1px solid var(--divider-color)}.styles_post_comment_input__k_bJm .styles_selected_gif__WVhdB{position:relative;display:inline-block;max-width:200px;border-radius:var(--border-radius-sm);overflow:hidden}.styles_post_comment_input__k_bJm .styles_gif_preview__KouGX{width:100%;height:auto;display:block;border-radius:var(--border-radius-sm)}.styles_post_comment_input__k_bJm .styles_remove_gif__Vfkdi{position:absolute;top:5px;right:5px;background:rgba(var(--primary-color-rgb),.7);color:var(--background-color);border:none;border-radius:50%;width:24px;height:24px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.styles_post_comment_input__k_bJm .styles_remove_gif__Vfkdi:hover{background:rgba(var(--primary-color-rgb),.9)}.styles_post_comment_input__k_bJm .styles_selected_sticker__mABat{position:relative;display:inline-block;max-width:100px;border-radius:var(--border-radius-sm);overflow:hidden}.styles_post_comment_input__k_bJm .styles_sticker_preview__f7VYf{width:100%;height:auto;display:block;border-radius:var(--border-radius-sm)}.styles_post_comment_input__k_bJm .styles_remove_sticker__yUxXF{position:absolute;top:5px;right:5px;background:rgba(var(--primary-color-rgb),.7);color:var(--background-color);border:none;border-radius:50%;width:20px;height:20px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.styles_post_comment_input__k_bJm .styles_remove_sticker__yUxXF:hover{background:rgba(var(--primary-color-rgb),.9)}.styles_post_comment_input__k_bJm .styles_selected_clip__pu0VB{position:relative;display:inline-block;max-width:180px;border-radius:var(--border-radius-sm);overflow:hidden}.styles_post_comment_input__k_bJm .styles_clip_preview__ZZK_o{width:100%;height:auto;display:block;border-radius:var(--border-radius-sm)}.styles_post_comment_input__k_bJm .styles_clip_duration__aTPaD{position:absolute;bottom:5px;right:5px;background:rgba(var(--primary-color-rgb),.8);color:var(--background-color);padding:2px 6px;border-radius:4px;font-size:10px;font-weight:500;line-height:1}.styles_post_comment_input__k_bJm .styles_remove_clip__BMZyL{position:absolute;top:5px;right:5px;background:rgba(var(--primary-color-rgb),.7);color:var(--background-color);border:none;border-radius:50%;width:24px;height:24px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.styles_post_comment_input__k_bJm .styles_remove_clip__BMZyL:hover{background:rgba(var(--primary-color-rgb),.9)}.styles_post_comment_input__k_bJm .styles_selected_meme__Su5K6{position:relative;display:inline-block;max-width:120px;border-radius:var(--border-radius-sm);overflow:hidden}.styles_post_comment_input__k_bJm .styles_meme_preview__zRuQh{width:100%;height:auto;display:block;border-radius:var(--border-radius-sm)}.styles_post_comment_input__k_bJm .styles_meme_template__Plm7I{position:absolute;bottom:5px;left:5px;right:5px;background:rgba(var(--primary-color-rgb),.8);color:var(--background-color);padding:2px 6px;border-radius:4px;font-size:10px;font-weight:500;line-height:1.2;text-align:center;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_post_comment_input__k_bJm .styles_remove_meme__Phvgv{position:absolute;top:5px;right:5px;background:rgba(var(--primary-color-rgb),.7);color:var(--background-color);border:none;border-radius:50%;width:20px;height:20px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.styles_post_comment_input__k_bJm .styles_remove_meme__Phvgv:hover{background:rgba(var(--primary-color-rgb),.9)}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF{width:100%;display:flex;flex-direction:column;justify-content:flex-end;border-radius:22px;padding-right:6px;gap:0;background-color:var(--background-color);margin-bottom:10px}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_voiceAccessError__18YfV{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:var(--alert-error-color);border-bottom:1px solid var(--error-color);border-radius:var(--border-radius) var(--border-radius) 0 0;font-size:13px;color:var(--error-color);animation:styles_fadeIn__fMcpI .2s ease}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_voiceAccessError__18YfV>span:first-child{flex-shrink:0}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_voiceAccessError__18YfV>span:nth-child(2){flex:1 1}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_voiceAccessErrorDismiss__Wt6k6{background:none;border:none;cursor:pointer;color:var(--error-color);font-size:18px;line-height:1;padding:0 2px;flex-shrink:0}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_voiceAccessErrorDismiss__Wt6k6:hover{opacity:.7}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_inputRow__Jkc_j{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;width:100%;padding-right:10px}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_input_wrapper__EgKda{display:flex;align-items:flex-start;flex:1 1;width:100%}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_input_wrapper__EgKda .styles_text_area__gU18i{flex:1 1;min-width:0;width:100%}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_input_wrapper__EgKda .styles_text_area__gU18i .styles_login_message__VYAFe{padding:15px 10px}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_input_wrapper__EgKda input{height:100%;width:100%;border:none;background-color:rgba(0,0,0,0);min-width:0}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_input_wrapper__EgKda input:focus{outline:none;border:none}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_action_buttons__CjZGk{display:flex;align-items:center;gap:8px;margin-right:0;margin-bottom:4px;flex-shrink:0}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_attachment_button__QM9GL{display:flex;align-items:center;flex-shrink:0}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_attachment_button__QM9GL.styles_disabled__eC_9k{cursor:default;opacity:.5}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_attachment_button__QM9GL.styles_disabled__eC_9k button{cursor:default!important}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_attachment_button__QM9GL svg{color:var(--muted-text-color);transition:all .2s ease}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_attachment_button__QM9GL svg:hover{color:var(--text-color);transform:scale(1.1)}@media(prefers-reduced-motion:reduce){.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_attachment_button__QM9GL svg{transition:none}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_attachment_button__QM9GL svg:hover{transform:none}}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_sumbit_btn__M6WcN{display:flex;align-items:center;justify-content:center;border:none;box-shadow:none;background:rgba(0,0,0,0);cursor:pointer;flex-shrink:0;padding:0;width:20px;height:20px}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_sumbit_btn__M6WcN:disabled{opacity:.5;cursor:default}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_sumbit_btn__M6WcN svg{color:var(--muted-text-color);transition:all .2s ease;width:20px;height:20px}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_sumbit_btn__M6WcN svg:hover{color:var(--text-color);transform:scale(1.1)}@media(prefers-reduced-motion:reduce){.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_sumbit_btn__M6WcN svg{transition:none}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_sumbit_btn__M6WcN svg:hover{transform:none}}.styles_compact_reply__ZndOj{border-radius:50px!important}.styles_compact_reply__ZndOj .styles_comment_details__ef_wF .styles_inputRow__Jkc_j{align-items:center}.styles_compact_reply__ZndOj .styles_comment_details__ef_wF .styles_action_buttons__CjZGk{margin-bottom:0}.styles_varifaication_message__BMRma{margin-top:15px;font-size:14px}@media(max-width:768px){.styles_post_comment_input__k_bJm{gap:8px}.styles_post_comment_input__k_bJm .styles_gif_wrapper__qD1Yq,.styles_post_comment_input__k_bJm .styles_sticker_wrapper__P0DoJ{padding:8px}.styles_post_comment_input__k_bJm .styles_selected_gif__WVhdB{max-width:150px}.styles_post_comment_input__k_bJm .styles_selected_sticker__mABat{max-width:80px}.styles_post_comment_input__k_bJm .styles_remove_gif__Vfkdi{width:20px;height:20px;font-size:14px}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF{padding-right:8px;gap:8px}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_action_buttons__CjZGk{gap:6px;margin-right:0;margin-bottom:7px}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_sticker_button__xJooN svg{width:18px;height:18px}}@media(max-width:480px){.styles_post_comment_input__k_bJm{gap:6px}.styles_post_comment_input__k_bJm .styles_gif_wrapper__qD1Yq,.styles_post_comment_input__k_bJm .styles_sticker_wrapper__P0DoJ{padding:6px}.styles_post_comment_input__k_bJm .styles_selected_gif__WVhdB{max-width:120px}.styles_post_comment_input__k_bJm .styles_selected_sticker__mABat{max-width:60px}.styles_post_comment_input__k_bJm .styles_remove_gif__Vfkdi{width:18px;height:18px;font-size:12px}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF{padding-right:6px;gap:6px}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_action_buttons__CjZGk{gap:4px;margin-right:0;margin-bottom:6px}.styles_post_comment_input__k_bJm .styles_comment_details__ef_wF .styles_sticker_button__xJooN svg{width:16px;height:16px}}