.Navbar_navbar__2GufN{position:fixed;top:0;left:0;right:0;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1000;height:60px}.Navbar_container__V58TY{max-width:1200px;margin:0 auto;padding:0 20px;height:100%;display:flex;justify-content:space-between;align-items:center}.Navbar_logo__Ym1u6{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Navbar_logoIcon__O9mPZ{font-size:28px}.Navbar_logoText__Sb5nP{font-size:24px;font-weight:700;color:var(--primary-color)}.Navbar_userMenu__5Elvx{display:flex;align-items:center;gap:16px}.Navbar_logoutBtn__ZtQ__,.Navbar_username__5UBku{font-weight:600;color:var(--text-color)}.Navbar_logoutBtn__ZtQ__{padding:8px 16px;background-color:var(--background-secondary);border-radius:6px;transition:all .3s ease}.Navbar_logoutBtn__ZtQ__:hover{background-color:var(--border-color)}@media (max-width:768px){.Navbar_logoText__Sb5nP{font-size:20px}.Navbar_username__5UBku{display:none}}.BottomNav_bottomNav__ZbafS{position:fixed;bottom:0;left:0;right:0;background-color:#fff;box-shadow:0 -2px 8px rgba(0,0,0,.1);z-index:1000;display:flex;justify-content:space-around;align-items:center;height:60px;padding:0 10px}.BottomNav_navItem__gDQ_g{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;color:var(--text-light);transition:all .3s ease;padding:8px 12px;border-radius:8px;flex:1 1;max-width:80px}.BottomNav_navItem__gDQ_g:hover{background-color:var(--background-secondary)}.BottomNav_navItem__gDQ_g.BottomNav_active__R_g1_{color:var(--primary-color)}.BottomNav_icon__WMBfH{font-size:20px}.BottomNav_label__NNHTa{font-size:11px;font-weight:600}@media (max-width:768px){.BottomNav_bottomNav__ZbafS{height:55px}.BottomNav_icon__WMBfH{font-size:18px}.BottomNav_label__NNHTa{font-size:10px}}.Layout_layout__8m3IW{min-height:100vh;display:flex;flex-direction:column}.Layout_main__65zHd{flex:1 1;padding-top:70px;padding-bottom:80px;max-width:600px;margin:0 auto;width:100%}@media (max-width:768px){.Layout_main__65zHd{padding-top:60px;padding-bottom:70px}}.PostCard_postCard__QOg78{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.PostCard_header__DWSzt{display:flex;align-items:center;padding:16px;gap:12px;cursor:pointer;transition:background-color .2s}.PostCard_header__DWSzt:hover{background-color:var(--background-secondary)}.PostCard_avatar__ZMJtN{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.PostCard_avatar__ZMJtN img{width:100%;height:100%;object-fit:cover}.PostCard_avatarPlaceholder__g1F7A{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--background-secondary);font-size:24px}.PostCard_userInfo__OEpxf{flex:1 1;display:flex;flex-direction:column;gap:4px}.PostCard_nameTimeRow__OVOhG{display:flex;align-items:center;gap:8px}.PostCard_petName__WkZ4Q{font-size:16px;font-weight:600;color:var(--text-color);margin:0}.PostCard_time__lYYxf{font-size:12px;color:var(--text-light)}.PostCard_media__cAqQI{width:100%;max-height:600px;background-color:#000;position:relative}.PostCard_mediaContainer__6iR4G{position:relative;width:100%;height:100%}.PostCard_media__cAqQI img{width:100%;height:100%;max-height:600px;object-fit:contain;display:block}.PostCard_postTextOverlay__zpFe4{z-index:10}.PostCard_videoContainer__QN978{position:relative;width:100%;height:100%;max-height:600px}.PostCard_video__JePky{width:100%;height:100%;max-height:600px;object-fit:contain;display:block;transition:opacity .3s ease}.PostCard_videoLoading__B9ZWD{top:0;left:0;width:100%;height:100%;background-color:#000;z-index:5}.PostCard_muteBtn__7srqc,.PostCard_videoLoading__B9ZWD{position:absolute;display:flex;align-items:center;justify-content:center}.PostCard_muteBtn__7srqc{bottom:16px;right:16px;background:rgba(0,0,0,.6);color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;font-size:18px;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10}.PostCard_muteBtn__7srqc:hover{background:rgba(0,0,0,.8);transform:scale(1.1)}.PostCard_muteBtn__7srqc:active{transform:scale(.95)}.PostCard_actions__KoYGN{display:flex;gap:16px;padding:12px 16px;border-bottom:1px solid var(--border-color)}.PostCard_actionBtn__cVOBQ{display:flex;align-items:center;gap:6px;background:none;color:var(--text-color);font-size:20px;transition:all .2s}.PostCard_actionBtn__cVOBQ:hover{color:var(--primary-color);transform:scale(1.1)}.PostCard_actionBtn__cVOBQ span{font-size:14px;font-weight:600}.PostCard_actionBtn__cVOBQ.PostCard_liked__Kjc8j{color:var(--primary-color)}.PostCard_caption__bfHyz{padding:12px 16px;font-size:14px;line-height:1.5;color:var(--text-color)}.PostCard_username__Dqus7{font-weight:600;cursor:pointer}.PostCard_username__Dqus7:hover{text-decoration:underline}.PostCard_location__9MVrx{display:flex;align-items:center;gap:4px;font-size:12px;color:#8e8e8e}.PostCard_locationIcon__pj_gv{font-size:10px;color:#8e8e8e}.PostCard_commentsSection__iXFP0{border-top:1px solid var(--border-color);padding:16px;background-color:var(--background-secondary)}.PostCard_commentsLoading__AlutY{display:flex;justify-content:center;padding:20px}.PostCard_commentsList__Y2YY3{max-height:400px;overflow-y:auto;margin-bottom:16px}.PostCard_comment__k1wlp{display:flex;gap:12px;margin-bottom:16px}.PostCard_commentAvatar__uKDpy{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;cursor:pointer}.PostCard_commentAvatar__uKDpy img{width:100%;height:100%;object-fit:cover}.PostCard_commentAvatar__uKDpy .PostCard_avatarPlaceholder__g1F7A{font-size:16px}.PostCard_commentContent__GBSOL{flex:1 1;font-size:14px}.PostCard_commentUsername__mCscP{font-weight:600;color:var(--text-color);cursor:pointer;margin-right:8px}.PostCard_commentUsername__mCscP:hover{text-decoration:underline}.PostCard_commentText__Q_D91{color:var(--text-color);margin:4px 0;word-wrap:break-word}.PostCard_commentTime__QaJNY{font-size:12px;color:var(--text-light)}.PostCard_noComments__RpmtZ{text-align:center;padding:20px;color:var(--text-light);font-size:14px}.PostCard_addCommentForm__HiMuQ{display:flex;gap:12px;align-items:center}.PostCard_commentInput__iMqC9{flex:1 1;padding:10px 14px;border:2px solid var(--border-color);border-radius:20px;font-size:14px;font-family:inherit;transition:border-color .2s}.PostCard_commentInput__iMqC9:focus{outline:none;border-color:var(--primary-color)}.PostCard_commentInput__iMqC9:disabled{background-color:var(--background-secondary);cursor:not-allowed}.PostCard_commentSubmitBtn__hAned{background:var(--primary-color);color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s}.PostCard_commentSubmitBtn__hAned:hover:not(:disabled){background:var(--secondary-color);transform:scale(1.1)}.PostCard_commentSubmitBtn__hAned:disabled{background:var(--border-color);cursor:not-allowed}.CreatePostEnhanced_overlay__rfegi{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000;animation:CreatePostEnhanced_fadeIn__cEWae .2s ease}@keyframes CreatePostEnhanced_fadeIn__cEWae{0%{opacity:0}to{opacity:1}}.CreatePostEnhanced_modal__boyqh{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:CreatePostEnhanced_slideUp__P4BXI .3s ease}.CreatePostEnhanced_modalEditor__tJSMp{background:#000;border-radius:0;position:fixed;inset:0;width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1001}@keyframes CreatePostEnhanced_slideUp__P4BXI{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.CreatePostEnhanced_header__icujf{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #363636;background:#000;position:relative;flex-shrink:0;z-index:50}.CreatePostEnhanced_header__icujf h2{font-size:16px;font-weight:600;margin:0;flex:1 1;text-align:center;color:#fff}.CreatePostEnhanced_closeBtn__3UM_d{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;position:absolute;left:8px;top:50%;transform:translateY(-50%)}.CreatePostEnhanced_closeBtn__3UM_d:hover{opacity:.7}.CreatePostEnhanced_shareBtn__Oos26{background:none;border:none;color:#0095f6;font-weight:600;font-size:14px;cursor:pointer;padding:8px 16px;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.CreatePostEnhanced_shareBtn__Oos26:disabled{opacity:.3;cursor:not-allowed}.CreatePostEnhanced_shareBtn__Oos26:hover:not(:disabled){color:#1877f2}.CreatePostEnhanced_backBtn__WBhFn{background:none;border:none;color:#fff;font-weight:400;font-size:16px;cursor:pointer;padding:8px 16px;position:absolute;left:16px;top:50%;transform:translateY(-50%)}.CreatePostEnhanced_backBtn__WBhFn:hover{opacity:.7}.CreatePostEnhanced_error__uDsds{background:#ed4956;color:#fff;padding:12px 16px;font-size:14px;text-align:center}.CreatePostEnhanced_selectStep__SURx5{height:500px;display:flex;align-items:center;justify-content:center}.CreatePostEnhanced_uploadArea__DuWkO{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;cursor:pointer;text-align:center}.CreatePostEnhanced_uploadIcon__N2tVO{color:#262626;margin-bottom:8px}.CreatePostEnhanced_uploadText__D4ElH{font-size:22px;font-weight:300;margin:0;color:#262626}.CreatePostEnhanced_selectBtn__HDoBH{background:#0095f6;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.CreatePostEnhanced_selectBtn__HDoBH:hover{background:#1877f2}.CreatePostEnhanced_editorLayout__9UofJ{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.CreatePostEnhanced_editorCanvas__NVxyl{flex:1 1;position:relative;display:flex;align-items:center;justify-content:center;background:#000;overflow:hidden;min-height:0}.CreatePostEnhanced_previewMode__QsLq7{align-items:flex-start;justify-content:flex-start;padding:20px 16px 8px;flex-direction:column}.CreatePostEnhanced_previewMode__QsLq7 .CreatePostEnhanced_mediaContainer__4Z5Yf{border-radius:8px;overflow:hidden;margin:0 auto 16px}.CreatePostEnhanced_captionSection__nkfFl{width:100%;display:flex;flex-direction:column;gap:12px;padding:0 8px}.CreatePostEnhanced_mediaContainer__4Z5Yf{position:relative;display:inline-block;max-width:100%;max-height:100%}.CreatePostEnhanced_mediaContainer__4Z5Yf img,.CreatePostEnhanced_mediaContainer__4Z5Yf video{max-width:100%;max-height:100%;object-fit:contain;display:block}.CreatePostEnhanced_textOverlayWrapper__MW9A9{z-index:10;cursor:move}.CreatePostEnhanced_textOverlay__Ha1nO{-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:20px}.CreatePostEnhanced_textInput__o0gCg,.CreatePostEnhanced_textOverlay__Ha1nO{white-space:pre-wrap;word-wrap:break-word;text-shadow:2px 2px 4px rgba(0,0,0,.8);font-weight:700;padding:4px 8px;min-height:1em;text-align:left;line-height:1.2;box-sizing:border-box;display:block}.CreatePostEnhanced_textInput__o0gCg{background:transparent;border:none;outline:2px dashed #0095f6;outline-offset:4px;resize:none;overflow:hidden;cursor:text}.CreatePostEnhanced_textEmpty__gdgiI{animation:CreatePostEnhanced_blink__dxX7N 1s step-end infinite}@keyframes CreatePostEnhanced_blink__dxX7N{0%,to{opacity:1}50%{opacity:0}}.CreatePostEnhanced_toolButtons__PSu3j{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:20}.CreatePostEnhanced_toolBtn__DY3Be{width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;position:relative}.CreatePostEnhanced_toolBtn__DY3Be:hover{background:rgba(0,0,0,.8);transform:scale(1.1)}.CreatePostEnhanced_toolBtnActive__hsr18{background:rgba(0,149,246,.8)}.CreatePostEnhanced_plusIcon__5dNds{position:absolute;top:-4px;right:-4px;font-size:12px;background:#0095f6;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.CreatePostEnhanced_bottomPanel__mx98d{background:#000;border-top:1px solid #363636;padding:16px;display:flex;flex-direction:column;gap:12px;flex-shrink:0}.CreatePostEnhanced_nextBtn__AisnO{background:none;border:none;color:#0095f6;font-weight:600;font-size:14px;cursor:pointer;padding:8px 16px;position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:auto;z-index:100}.CreatePostEnhanced_nextBtn__AisnO:hover{color:#1877f2}.CreatePostEnhanced_captionTextarea__S3a6T{width:100%;background:transparent;border:none;outline:none;color:#fff;font-size:14px;font-family:inherit;resize:none;-moz-user-select:text;user-select:text;-webkit-user-select:text}.CreatePostEnhanced_captionTextarea__S3a6T::placeholder{color:#8e8e8e}.CreatePostEnhanced_locationContainer__oJvgF{position:relative;width:100%}.CreatePostEnhanced_locationInputWrapper__x0DRD{display:flex;align-items:center;gap:8px;padding:10px 12px;background:hsla(0,0%,100%,.1);border-radius:8px}.CreatePostEnhanced_locationIcon__QPKJr{color:#8e8e8e;font-size:14px;flex-shrink:0}.CreatePostEnhanced_locationField__3m2Ah{flex:1 1;background:transparent;border:none;outline:none;color:#fff;font-size:14px;-moz-user-select:text;user-select:text;-webkit-user-select:text}.CreatePostEnhanced_locationField__3m2Ah::placeholder{color:#8e8e8e}.CreatePostEnhanced_geolocationBtn__rswTo{background:none;border:none;color:#0095f6;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;font-size:16px;transition:opacity .2s;flex-shrink:0}.CreatePostEnhanced_geolocationBtn__rswTo:hover{opacity:.7}.CreatePostEnhanced_locationSuggestions__Ddut9{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#1c1c1e;border:1px solid #363636;border-radius:8px;overflow:hidden;z-index:10;max-height:200px;overflow-y:auto}.CreatePostEnhanced_suggestionItem__WAndi{display:flex;align-items:center;gap:10px;padding:12px;cursor:pointer;transition:background .2s;border-bottom:1px solid #363636}.CreatePostEnhanced_suggestionItem__WAndi:last-child{border-bottom:none}.CreatePostEnhanced_suggestionItem__WAndi:hover{background:hsla(0,0%,100%,.1)}.CreatePostEnhanced_suggestionIcon__9CdVP{color:#8e8e8e;font-size:14px;flex-shrink:0}.CreatePostEnhanced_suggestionText__BgiKw{color:#fff;font-size:14px;line-height:1.4;overflow:hidden;text-overflow:ellipsis}.CreatePostEnhanced_sidePanel__9v3s_{position:fixed;right:0;top:60px;bottom:0;width:320px;background:#1c1c1e;border-left:1px solid #363636;padding:12px;overflow-y:auto;z-index:30;animation:CreatePostEnhanced_slideInRight__inC_y .3s ease}@keyframes CreatePostEnhanced_slideInRight__inC_y{0%{transform:translateX(100%)}to{transform:translateX(0)}}.CreatePostEnhanced_sidePanel__9v3s_ h3{color:#fff;font-size:16px;margin:0 0 12px;font-weight:600}.CreatePostEnhanced_textEditor__TzKT8{display:flex;flex-direction:column;gap:10px}.CreatePostEnhanced_textInput__o0gCg{width:100%;padding:10px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:6px;color:#fff;font-size:14px;outline:none;-moz-user-select:text;user-select:text;-webkit-user-select:text}.CreatePostEnhanced_textInput__o0gCg:focus{border-color:#0095f6}.CreatePostEnhanced_textOptions__J_5el{display:flex;flex-direction:column;gap:6px}.CreatePostEnhanced_textOptions__J_5el label{color:#8e8e8e;font-size:11px;font-weight:600;text-transform:uppercase}.CreatePostEnhanced_fontSelect__dKFzN{width:100%;padding:8px 10px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:6px;color:#fff;font-size:14px;cursor:pointer}.CreatePostEnhanced_sizeSlider__lzSsP{width:100%}.CreatePostEnhanced_colorPicker__UNSbI{display:flex;gap:6px;flex-wrap:wrap}.CreatePostEnhanced_colorSwatch__7Tbc2{width:32px;height:32px;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:transform .2s,border-color .2s}.CreatePostEnhanced_colorSwatch__7Tbc2:hover{transform:scale(1.1)}.CreatePostEnhanced_colorActive__BTz7I{border-color:#fff;transform:scale(1.15)}.CreatePostEnhanced_deleteTextBtn__nN0By{background:#ed4956;color:#fff;border:none;border-radius:6px;padding:10px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .2s;margin-top:4px}.CreatePostEnhanced_deleteTextBtn__nN0By:hover{background:#c13340}.CreatePostEnhanced_filtersPanel__1i1ry{display:flex;flex-direction:column;gap:16px}.CreatePostEnhanced_filtersList__V_Dz1{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.CreatePostEnhanced_filterItem__EKhSq{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s}.CreatePostEnhanced_filterItem__EKhSq:hover{background:hsla(0,0%,100%,.05)}.CreatePostEnhanced_filterActive__JIrRJ{background:rgba(0,149,246,.2)}.CreatePostEnhanced_filterPreview__OTHef{width:100%;aspect-ratio:1;border-radius:6px;background-size:cover;background-position:50%;border:2px solid transparent;transition:border-color .2s}.CreatePostEnhanced_filterActive__JIrRJ .CreatePostEnhanced_filterPreview__OTHef{border-color:#0095f6}.CreatePostEnhanced_filterName__bUstF{font-size:12px;color:#8e8e8e;font-weight:400}.CreatePostEnhanced_filterActive__JIrRJ .CreatePostEnhanced_filterName__bUstF{color:#0095f6;font-weight:600}@media (max-width:768px){.CreatePostEnhanced_sidePanel__9v3s_{width:100%;top:auto;bottom:0;height:50vh;animation:CreatePostEnhanced_slideInUp__m_jOL .3s ease}@keyframes CreatePostEnhanced_slideInUp__m_jOL{0%{transform:translateY(100%)}to{transform:translateY(0)}}.CreatePostEnhanced_toolButtons__PSu3j{right:8px}.CreatePostEnhanced_toolBtn__DY3Be{width:44px;height:44px;font-size:18px}}.Home_container__9OuOz{padding:20px}.Home_header__ZUWxe{margin-bottom:24px}.Home_title__YEn0u{font-size:28px;color:var(--text-color);margin-bottom:4px}.Home_subtitle__Qob9A{color:var(--text-light);font-size:14px}.Home_loading__fXh_b{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.Home_loading__fXh_b p{color:var(--text-light)}.Home_emptyState__f9frH{background-color:#fff;border-radius:16px;padding:60px 40px;text-align:center;box-shadow:var(--shadow)}.Home_emptyIcon__chbHq{font-size:80px;margin-bottom:16px}.Home_emptyState__f9frH h2{font-size:24px;color:var(--text-color);margin-bottom:8px}.Home_emptyState__f9frH p{color:var(--text-light);margin-bottom:24px}.Home_feed__uNivN{display:flex;flex-direction:column;gap:20px}.Home_loadMore__yqBKk{text-align:center;margin-top:24px}.Home_fab__NumLL{position:fixed;bottom:80px;right:24px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border:none;font-size:24px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;justify-content:center;align-items:center;transition:all .3s ease;z-index:100}.Home_fab__NumLL:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.2)}.Home_fab__NumLL:active{transform:scale(.95)}@media (max-width:768px){.Home_container__9OuOz{padding:16px}.Home_title__YEn0u{font-size:24px}.Home_emptyState__f9frH{padding:40px 24px}.Home_emptyIcon__chbHq{font-size:60px}}