.addpost-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.addpost-modal{background:#f4f3f1;padding:20px;border-radius:12px;width:90%;max-width:400px;text-align:center;box-shadow:0 0 20px rgba(0,0,0,.3)}.preview-image{width:100%;height:auto;margin:10px 0;border-radius:8px}.items-input{width:100%;padding:8px;margin-top:8px;border:1px solid #ccc;border-radius:6px}.add-post-button{margin-top:10px;padding:8px 12px;background:#629672;color:#f4f3f1}.add-post-button,.close-button{border:none;border-radius:6px;cursor:pointer}.close-button{margin-top:8px;padding:6px 10px;background:#d89598;color:#f4f3f4}.posts-container::-webkit-scrollbar{display:none}.posts-container{display:flex;flex-direction:column;gap:16px;margin:20px 0;width:100%;max-width:none;padding:0 10px}.post-card{text-align:center;padding:10px;border-radius:8px;box-shadow:5px 10px 10px rgba(0,0,0,.1);background:white}.post-user-info{display:flex;align-items:center;margin-bottom:8px;justify-content:flex-start}.post-profile-pic{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:10px}.post-username{font-family:Inter,sans-serif;font-weight:700;font-size:20px;color:#829672}.post-image{width:calc(100% - 20px);height:auto;border-radius:4px;margin:0 auto;display:block;object-fit:cover}.post-items-list{color:#829672;list-style:none;padding:0;margin:8px 0 0;text-align:left}.post-item{font-family:Inter,sans-serif;font-weight:700;font-size:21px;color:#829672;letter-spacing:.5px;margin-bottom:10px}.toggle-comments-btn{font-family:Inter,sans-serif;font-weight:600;background:none;color:#D8959B;font-size:16px;border:none;cursor:pointer;margin-top:4px;text-align:left;padding:0}.post-comments-list{list-style:none;padding:0;margin:8px 0 0;text-align:left}.post-comment{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:#D8959B;border-top:1px solid #eee;padding:6px 0;text-align:left}.comment-username{font-weight:900px;color:#829672;margin-right:6px}.divider{border:1.5px solid #d8959b;margin:8px 0}.post-image-wrapper{position:relative;display:inline-block;width:100%}.favorite-btn{position:absolute;bottom:10px;right:10px;background:#f2d1d4;border:none;border-radius:50%;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.favorite-icon{width:24px;height:24px;pointer-events:none}.delete-post-btn{background:#f2d1d4;color:#D8959B;border:none;padding:4px 8px;margin:4px 0;border-radius:4px;cursor:pointer;font-size:.8rem}.delete-post-btn:hover{background:#e60000}.navbar{width:100%;height:60px;background:#f4f3f1;border-top:1px solid #ddd;display:flex;justify-content:space-around;align-items:center;border-radius:0 0 40px 40px;box-shadow:0 -2px 5px rgba(0,0,0,.1)}.nav-button{background:none;border:none;cursor:pointer;padding:6px}.nav-icon{width:24px;height:24px;object-fit:contain}